/** Shopify CDN: Minification failed

Line 95:21 Expected identifier but found whitespace
Line 95:23 Unexpected "{"
Line 95:32 Expected ":"
Line 96:10 Expected identifier but found whitespace
Line 96:12 Unexpected "{"
Line 96:21 Expected ":"
Line 107:10 Expected identifier but found whitespace
Line 107:12 Unexpected "{"
Line 107:21 Expected ":"
Line 121:10 Expected identifier but found whitespace
... and 22 more hidden warnings

**/


/* CSS from section stylesheet tags */
.blog-tabs {
  text-align: center;
  margin-bottom: 2rem;
}
.blog-tabs button {
  background: none;
  border: none;
  font-weight: bold;
  font-size: 14px;
  margin: 0 10px;
  cursor: pointer;
  text-transform: uppercase;
}
.blog-tabs button.active {
  border-bottom: 2px solid #000;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
}
.blog-card {
  text-align: left;
}
.blog-card img {
  width: 100%;
  height: auto;
}
.blog-card h3 {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.footer-section {
        background-color: #e8ebe6;
        padding: 40px;
      }
      .footer-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
      }
      .footer-help,
      .footer-newsletter {
        margin-right: 20px;
      }
      .footer-help {
        flex: 0 0 40%;
      }
      .footer-middle {
        flex: 0 0 20%;
      }
      .footer-newsletter {
        flex: 0 0 40%;
      }
      .footer-social {
        flex-basis: 100%;
        margin-top: 40px;
        text-align: center;
      }
    .footer-help li{
      font-size:18px;
      padding-bottom:16px;
      color: #000000;
  }
  .footer-help h3,
  .footer-newsletter h3{
      font-size:20px;
      color:#000000;
  }
      input[type="email"] {
       border: none!important;
       border-bottom: 1px dashed!important;
       background: transparent;
    }
.footer-section {
    background-color: {{ section.settings.footer_background_color }};
    color: {{ section.settings.footer_text_color }};
    padding:20px;
  }

  .footer-content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    color: {{ section.settings.text_color }};
  }

  .footer-block {
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .footer-menu {
    width: 30%;
    align-items: flex-start;
    color: {{ section.settings.text_color }};
  }
  .footer-menu h3 {
      font-weight: bold;
      letter-spacing: 5px;
    }

  .footer-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: {{ section.settings.text_color }};
  }

  .footer-menu li {
    margin: 0;
    color: {{ section.settings.text_color }};
  }

  .footer-menu a {
    text-decoration: none;
    color: {{ section.settings.text_color }};
  }

  .footer-newsletter {
    width: 30%;
    min-width: 30%;
    max-width: 30%;

  }

  .footer-newsletter input[type="email"] {
    width: 100%;
    padding: 10px 0;
    border: none!important;
    border-bottom: 1px dashed #000000;
    background: transparent;
    outline: none;
  }
  .footer-newsletter  .field__input {
    box-shadow: unset !important;
  }
   .input-wrapper {
    position: relative;
    margin-top: {{ block.settings.input_wrapper_margin_top }}px;
    width: {{ block.settings.input_wrapper_width }}%;
  }

  .footer-newsletter button {
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .footer-newsletter button .submit-text {
    margin-right: 4px;
  }

  .footer-newsletter button .arrow-icon {
    line-height: 1;
  }

  .disclaimer {
    margin-top: 10px;
    width: 100%;
  }

  .disclaimer a {
    color: {{ section.settings.text_color }};
    text-decoration: underline;
  }

  .footer-logo {
    width: 70%;
    max-width:660px;
    margin-top:-158px;
    align-items: flex-start;
  }

  .logo-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-container img {
    display: block;
  }

  h3 {
    margin-bottom: 20px;
    width: 100%;
  }
  .footer-bottom-section {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 20px auto 0;
}
.footer-bottom-section .colom-payment-icon img {
    width: 100%;
}
.footer-bottom-section .colom-payment-icon {
    width: 38%;
    padding: 0 15px;
}
.footer-bottom-section .copyright-colom {
    width: 62%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    gap: 15px;
}
.footer-bottom-section .copyright-colom .copiright-text p {
    font-size: 14px;
    margin: 0;
    font-family: 'AktivGrotesk' !important;
    color: #fbf7f1;
    line-height: 0;
}
.copiright-menu ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
    gap: 30px;
}
.copiright-menu ul li {
    position: relative;
}
.copiright-menu ul li a {
    font-size: 14px;
    margin: 0;
    font-family: 'AktivGrotesk' !important;
    color: #fbf7f1;
    text-decoration: none;
    line-height: 0;
}
.footer-bottom-section .copyright-colom span {
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #fbf7f1;
}
.copiright-menu ul li:first-child:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: #fbf7f1;
    top: 12px;
    right: -15px;
    border-bottom: 100px;
}
.copiright-menu ul li:first-child {
    line-height: 22px;
}
  @media screen and (max-width: 749px) {
    .footer-content {
        flex-direction: column; /* Changed from column-reverse */
        align-items: flex-start;
      }

    .footer-block {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      margin-bottom: 30px;
    }

    .footer-logo {
    order: 1; /* Places this block first */
    margin-top: 0; /* Resets the negative margin */
  }

  .footer-menu {
    order: 2; /* Places this block second */
  }

  .footer-newsletter {
    order: 3; /* Places this block third */
  }
  .footer-bottom-section {
    flex-wrap: wrap;
    margin: 9px auto 0;
    flex-direction: column-reverse;
}
.footer-bottom-section .colom-payment-icon {
    width: 100%;
    margin-bottom: 15px;
}
.footer-bottom-section .copyright-colom {
    width: 100%;
}
    div#shopify-section-sections--24797101261106__footer .footer-section {
        padding: 22px 8px 70px 3px !important;
    }
  }
@media (max-width: 409px) {
  .footer-bottom-section .copyright-colom {
    flex-wrap: wrap;
    justify-content: center;
}
.footer-bottom-section .copyright-colom span {
    display: none;
}
}
.accordion-wrapper {
  background: #faf6f1;
  padding: 2rem;
}
.accordion-item {
  border-top: 1px solid #ccc;
}
.accordion-header-first {
    padding: 12px 30px 5px;
    cursor: pointer;
    position: relative;
    background: #fbf7f1;
    font-family: 'SangBleuSunrise-Light' !important;
    font-size: 38px;
    color: #6D3146;
    text-transform: uppercase;
}
.accordion-header-first::after {
  content: '+';
  position: absolute;
  right: 1.5rem;
}
.accordion-header-first.active::after {
  content: '-';
}
.accordion-content-first {
    display: none;
    padding: 1rem;
    background: #faf6f1;
}
.accordion-content-first.active {
  display: block;
}
.inner-content p {
    font-family: 'Inter' !important;
    color: #6D3146;
    text-align: left;
    margin-top: 0;
    line-height: 38px;
    width: 480px;
    margin: auto;
}
.accordion-wrapper {
  background: #faf6f1;
  padding: 2rem;
}
.accordion-item {
  border-top: 1px solid #ccc;
}
.accordion-header-third {
    padding: 12px 30px 5px;;
    cursor: pointer;
    position: relative;
    background: #fbf7f1;
    font-family: 'SangBleuSunrise-Light' !important;
    font-size: 38px;
    color: #6D3146;
    text-transform: uppercase;
}
.accordion-header-third::after {
  content: '+';
  position: absolute;
  right: 1.5rem;
}
.accordion-header-third.active::after {
  content: '-';
}
.accordion-content-third {
    display: none;
    padding: 1rem;
    background: #faf6f1;
}
.accordion-content-third.active {
  display: block;
}
.accordion-wrapper {
  background: #faf6f1;
  padding: 2rem;
}
  .nested-desc {
    color: #6D3146;
}
.accordion-item {
  border-top: 1px solid #ccc;
}
.accordion-header-second {
  padding: 12px 30px 5px;
    cursor: pointer;
    position: relative;
    background: #fbf7f1;
    font-family: 'SangBleuSunrise-Light' !important;
    font-size: 38px;
    color: #6D3146;
    text-transform: uppercase;
}

.accordion-header-second::after {
  content: '+';
  position: absolute;
  right: 1.5rem;
}
.accordion-header-second.active::after {
  content: '-';
}
.accordion-content-second {
  display: none;
  padding: 1rem;
  background: #faf6f1;
}
.accordion-content-second.active {
  display: block;
}

/* Nested Accordion */
.nested-accordion .accordion-header-nested {
    cursor: pointer;
    padding: 1rem 1rem;
    position: relative;
    border-bottom: 2px solid #ddd;
    margin-top: 10px;
    font-family: 'SangBleuSunrise-Regular';
    font-size: 19px;
    color: #6D3146;
}
.nested-accordion .accordion-header-nested::after {
  content: '+';
  position: absolute;
  right: 1rem;
}
.nested-accordion .accordion-header-nested.active::after {
  content: '-';
}
.nested-accordion .accordion-content-nested {
    display: none;
    padding: 4rem 12px;
}
.nested-accordion .accordion-content-nested.active {
  display: block;
}
.nested-accordion {
    max-width: 1200px;
    margin: auto;
    padding-bottom: 30px;
}
.accordion-wrapper {
  background: #faf6f1;
  padding: 0rem;
}
.accordion-item {
  border-top: 1px solid #ccc;
}
.accordion-header {
    padding: 12px 30px 5px;
    cursor: pointer;
    position: relative;
    background: #fbf7f1;
    font-family: 'SangBleuSunrise-Light' !important;
    font-size: 38px;
    color: #6D3146;
    text-transform: uppercase;
}
.accordion-header::after {
  content: '+';
  position: absolute;
  right: 1.5rem;
}
.accordion-header.active::after {
  content: '-';
}
.accordion-content {
    display: block;
    padding: 0rem;
    background: #faf6f1;
}
.accordion-content.active {
  display: block;
}

/* Tab styles */
.inner-tabs {
  margin-top: 1rem;
}
.inner-tabs-nav {
    display: flex;
    gap: 6rem;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    margin-bottom: 0rem;
    width: 65.5%;
    margin-left: 30px;
}
.inner-tabs-nav button {
    background: none;
    border: none;
    padding: 1.5rem 1rem;
    font-weight: 500;
    color: #818B99;
    border-top: 2px solid transparent;
    cursor: pointer;
    opacity: 50%;
}
.inner-tabs-nav button.active {
    border-color: #6D3146;
    color: #6D3146;
    opacity: 100%;
}
.inner-tab-content {
  display: none;
}
.inner-tab-content.active {
  display: flex;
  gap: 40px;
}
.inner-tab-content img {
       margin-bottom: 0;
    width: 100%;
}
.inner-tab-content .desc {
  color: #6D3146;
  margin-bottom: 1rem;
}
.main-content-banner-content {
    width: 30%;
}
.main-pro-img-box {
    position: relative;
    width: 70%;
}
.image-upper-text {
    position: absolute;
    top: 17%;
    width: 368px;
    background: #FBF7F1;
    padding: 14px 19px;
    right: 54px;
    border-radius: 5px;
}
.image-upper-text p {
    font-family: 'AktivGrotesk' !important;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 1.3px;
    color: #6D3146;
}
.desc h2 strong {
    color: #8B95A5;
    font-family: 'SangBleuSunrise-Light' !important;
}
.ingredients p {
    font-family: 'Inter' !important;
    color: #6D3146;
}


  /*  */
/* Hide all ingredient contents by default */
.ingredient-content {
  display: none;
  padding: 1rem 0;
  position: relative;
}

.ingredient-content.active {
  display: block;
}
.ingredients-tabs-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
  .ingredient-display {
    width: 67%;
    flex: 0 0 auto;
}
.ingredients-content-right {
    width: 33%;
    flex: 0 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}
.product_ingredients_text button {
        text-decoration: none;
    color: #6D3146;
    font-family: 'AktivGrotesk' !important;
    font-weight: 400;
    min-height: auto;
    padding: 10px 10px 15px;
    text-transform: uppercase;
}
.product_ingredients_text {
    width: 100%;
}
.short-des-box h2 {
    font-family: 'SangBleuSunrise-Light' !important;
    font-weight: 300;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 2.14px;
    color: #6D3146;
    margin: 0;
}
.short-des p {
    font-family: 'AktivGrotesk' !important;
    font-weight: 300;
    color: #6D3146;
    font-size: 20px;    
    margin: 0;
}
.ingredients-content-link a {
    text-decoration: none;
    color: #6D3146;
  font-family: 'AktivGrotesk' !important;
  font-weight: 400;
}
.ingredient-content .image-content {
    position: absolute;
    top: 16%;
    background: #FBF7F1;
    right: 50px;
    max-width: 400px;
    font-family: 'AktivGrotesk' !important;
    font-weight: 300;
    font-size: 20px;
    color: #6D3146;
    padding: 20px;
    border-radius: 5px;
}
/* Desktop tab layout */
    .ingredient-tab {
    cursor: pointer;
  }
  .ingredients-tabs {
    display: block;
    position: relative;
    margin: 30px 0;
    padding-top: 25px;
  }
  .ingredient-tab {
    width: 100%;
    text-align: left;
    background: transparent;
    margin-bottom: 1px;
    border: none;
    cursor: pointer;
    font-family: 'SangBleuSunrise-Light' !important;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    color: #8B95A5;  
    padding: 0;
    margin-bottom: 25px;
  }
  .ingredient-tab.active {
    color: #6D3146;    
  }
  .ingredients-tabs:before {
    content: '';
    position: absolute;
    background: #6D3146;
    width: 50px;
    height: 2px;
    top: 0;
    left: 0;
  }
  .ingredients-tabs:after {
    content: '';
    position: absolute;
    background: #6D3146;
    width: 50px;
    height: 2px;
    top: auto;
    bottom: 0;
    left: 0;
  }
  .accordion-mobile{
    display: none;
  }
/* Mobile accordion layout */
@media(max-width: 1200px){
    .ingredient-tab {
      font-size: 22px;
      line-height: 30px;
      letter-spacing: 1px;
      margin-bottom: 20px;
    }
    .short-des-box h2 {
      font-size: 26px;
      line-height: 36px;
      letter-spacing: 1px;
    }
  }
  @media(max-width: 991px){
    .short-des-box h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .ingredient-tab {
      font-size: 18px;
      line-height: 20px;
      letter-spacing: 0;
      margin-bottom: 16px;
    }
    .ingredient-display {
      width: 65%;
    }
    .ingredients-content-right {
        width: 35%;    
        padding-left: 25px;
        padding-right: 20px;
    }
    .ingredients-content-link a {
      font-size: 12px;
    }
    .ingredient-content .image-content {
      right: 30px;
      max-width: 296px;
      font-size: 14px;
    }
    .short-des p {
      font-size: 16px;
    }
  }
/* mobile */
  @media screen and (max-width: 767px) {
.first-tabb {
  display: none;
}
.accordion-item.active .first-tabb {
  display: block;
}


.accord-mobile .mobile-header::after {
    content: '-' !important;
}
.accord-mobile .mobile-header.active::after {
    content: '+' !important;
}
  .ingredients-tabs-wrapper .ingredient-display,
  .ingredients-tabs-wrapper .ingredients-content-right {
    display: none;
  }

  .accordion-mobile {
    display: block;
      padding: 25px 25px 0;
  }  
 .accordion-mobile .accordion-item {
    border: none;
   padding: 0;
  }
 .accordion-mobile .accordion-header {
      background: none;
      border: none;
      padding: 10px 0;
      text-align: left;
      width: 100%;
      cursor: pointer;
      font-size: 18px !important;
      text-transform: none;
       color: #8B95A5;
    }
    .accordion-mobile .accordion-item.active .accordion-header{
      color: #6D3146;
    }
  .accordion-mobile .accordion-body {
        display: none;
        padding: 0.6rem 0 1em;
        border-bottom: 1px solid #6D3146;
        margin-bottom: 20px;
  }
.accordion-mobile  .accordion-item.active .accordion-body {
    display: block;
  }
  .inner-tabs-nav{
    width: 100% !important;
  }
    .short-des p {
        font-size: 14px;
    }
      .short-des-box {
      border-bottom: 3px solid #6D3146;
      padding-bottom: 20px;
    }
    .accordion-mobile .accordion-item .image-content {
      color: #6D3146;
      font-family: 'AktivGrotesk';
      font-size: 14px;
      font-weight: 300;
      margin-bottom: 20px;
  }
  .accordion-mobile .accordion-item .accordion-header::after {  
    font-size: 22px;
    line-height: 20px;
    font-weight: 300;
    font-family: 'AktivGrotesk';
  }
 /* .accordion-mobile .accordion-header.active::after {
    content: '';
    background: url(/cdn/shop/files/minus-icon.svg) no-repeat center;
    width: 25px;
    height: 2px;
    top: 20px;
  } */
   /* .accordion-mobile .accordion-item.first-accord .accordion-header.active::after{
    content: '+' !important;
   } */
   .accordion-item.active{
    content: '-' !important;
   }
    .ingredients-content-link {
      text-align: center;
      margin-top: 20px;
    }
    .short-des-box h2 {
        margin-bottom: 5px;
    }
/* .accordion-item.first-accord:before {
    position: absolute;
    content: '-';
    right: 17px;
    top: 2px;
    font-size: 23px;
    font-weight: 100;
} */
.accordion-item.first-accord {
    position: relative;
}
.accordion-item.first-accord.active:before {
    font-size: 0px;
}
.accordion-mobile .first-accord.active .accordion-header:after {
    content: '-' !important;
}
.accordion-mobile .first-accord .accordion-header.active:after {
    content: '+' !important;
}


}

/* mobile */
  /*  */
.video-wrapper {
    position: relative;
    max-width: 100%;
    display: inline-block;
    border-radius: 6px;
    overflow: hidden;
    height: 607px;
    line-height: 0;
}
.video-wrapper video {
    width: 827px;
    height: 600px;
    display: block;
    background: #e3d5c7;
}
.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: white;
  border-radius: 50%;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 2;
}
.video-wrapper.playing .video-play-button {
  display: none;
}
.testimonial-slider {
    background-color: #fbf7f1;
    padding: 7rem 0rem;
}
.main-testimonial {
    max-width: 1000px;
    margin: auto;
}
 .main-testimonial .swiper-pagination-bullet-active {
    background: #9CA9B9;
}
  .main-testimonial .swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding-bottom: 47px;
}
.testimonial-card {
    text-align: center;
    padding: 2rem 5rem;
    border-radius: 10px;
    background-color: #EED6D6;
    margin-right: 8px;
}
 .testimonial-stars {
    color: #9e2a47;
    font-size: 1.8rem;
    margin-bottom: 0px;
    color: #A94C6D;
}
.testimonial-text p {
    margin-top: 10px;
    margin-bottom: 1px;
    font-family: 'AktivGrotesk' !important;
    font-weight: 300;
    font-size: 27px;
}
.testimonial-text p {
    margin-top: 10px;
    margin-bottom: 1px;
}
  .testimonial-text {
    font-weight: 400;
    font-family: 'SangBleuSunrise-Regular';
    font-weight: 400;
    font-size: 25px;
    line-height: 39px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #6D3146;
}
.testimonial-author {
    color: #631e34;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 1300px) {
.testimonial-text { 
    font-size: 22px;
    line-height: 39px;
}
}