@charset "UTF-8";
@media screen and (min-width: 1600px) and (max-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1580px;
  }
}
@media screen and (max-width: 1600px) {
  :root {
    --SectionPadding: 70px 0;
    --HeadingFontSize: 55px;
    --BodyFontSize: 16px;
    --TitleFontSize: 52px;
    --buttonFontSize: 18px;
    --ServiceTitleFontSize: 32px;
    --FontHeading: "Baloo 2";
    --FontBody: "Montserrat";
    --ButtonBg: #000;
    --PrimaryColor: #fff;
    --hover-text: #000;
    --BannerTitleFontSize: 58px;
    --SubTitleFontSize: 24px;
    /* 🔥 Brand Colors */
    --BrandYellow: #FDFA00;
    --BrandOrange: #FE9103;
    --BrandDarkOrange: #F55E01;
    --BrandGreen: #93BE00;
    --BrandBrown: #321201;
    --BrandCream: #FFF7E6;
    /* Section Background */
    --ProductSectionBg: #E9BF8C;
  }
  .ProductShowcaseSection .ProductCard p {
    font-size: 14px;
  }
  #HeaderStrip {
    padding: 4px;
    font-size: calc(var(--BodyFontSize) + 0px);
  }
  .ProductShowcaseSection .ProductImage {
    max-height: 220px;
    margin: 0 auto;
    display: block;
    border-radius: 16px;
  }
  .ProductShowcaseSection .ProductTitle {
    font-family: var(--FontHeading);
    font-size: 18px;
  }
  .ProductShowcaseSection .ProductCard {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 17px;
  }
  #CTA .SectionTitle .Title {
    max-width: 100%;
  }
  .FooterBrand .FooterLogo {
    max-width: 98px;
    margin-bottom: 0;
  }
  .FooterBrand {
    margin-top: 17px;
  }
  .ProductShowcaseSection .ShopNowBtn {
    padding: 9px 28px;
  }
}
@media screen and (max-width: 990px) {
  :root {
    --SectionPadding: 40px 0;
    --HeadingFontSize: 32px;
    --BodyFontSize: 16px;
    --TitleFontSize: 52px;
    --buttonFontSize: 18px;
    --ServiceTitleFontSize: 32px;
    --FontHeading: "Baloo 2";
    --FontBody: "Montserrat";
    --ButtonBg: #000;
    --PrimaryColor: #fff;
    --hover-text: #000;
    --BannerTitleFontSize: 58px;
    --SubTitleFontSize: 24px;
    /* 🔥 Brand Colors */
    --BrandYellow: #FDFA00;
    --BrandOrange: #FE9103;
    --BrandDarkOrange: #F55E01;
    --BrandGreen: #93BE00;
    --BrandBrown: #321201;
    --BrandCream: #FFF7E6;
    /* Section Background */
    --ProductSectionBg: #E9BF8C;
  }
  .ProductShowcaseSection .ProductCard {
    transform: none;
  }
  .ProductShowcaseSection .ProductRow {
    margin-top: 0;
  }
  .SectionTitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .ProductShowcaseSection .UspItem {
    font-size: 20px;
  }
  .SectionTitle p {
    font-size: 16px;
    color: #E9BF8C;
  }
  #CTA .CurveMarquee svg {
    width: 800%;
    height: 200px;
  }
  #CTA .CurveMarquee {
    margin-top: -50px;
    padding: 0;
  }
  .ContactWrapper {
    max-width: 820px;
    padding: 40px 20px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
  }
  .ContactTitle {
    font-size: calc(var(--HeadingFontSize) + 4px);
    text-align: center;
    margin-bottom: 20px;
  }
  .FooterRow {
    margin-bottom: 40px;
    gap: 30px;
  }
  .FooterTitle {
    margin-bottom: 8px;
  }
  .SiteFooter {
    background-color: #321201;
    padding: 30px 0 20px;
    color: #ffffff;
  }
  .DecorImage {
    margin-bottom: -5px;
  }
  #CTA .row {
    gap: 24px;
  }
  .BrandStoryRow {
    flex-direction: column-reverse;
  }
  .BrandStorySection {
    padding: 0px 0 50px;
    background: linear-gradient(to bottom, #FFF7E6, #F5E2C4);
  }
  .BrandStoryContent p {
    margin-bottom: 8px;
    text-align: left;
  }
  .BrandStorySection .SectionTitle .Title {
    text-align: left;
  }
  .BrandStoryPoints span {
    padding: 0px;
  }
  .BrandStoryImage {
    transform: rotate(0) !important;
    margin-top: 14px;
  }
}/*# sourceMappingURL=responsive.css.map */