/** Shopify CDN: Minification failed

Line 490:1 Unexpected "{"
Line 557:2 Expected identifier but found whitespace

**/
  /* Powerd-by.liquid  (Plant formula bar)  Section CSS */
  
  .cc-plant-formula-bar {
    background: #052800;
    padding: 30px 20px;
  }

  .cc-plant-formula-bar__inner {
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }

  .cc-plant-formula-bar__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    text-align: center;
  }

  .cc-plant-formula-bar__badge-image {
    display: block;
    width: 160px;
    height: auto;
    object-fit: contain;
    margin-bottom: 6px;
  }


  .cc-plant-formula-bar__right {
    flex: 0 1 520px;
    min-width: 0;
  }

  .cc-plant-formula-bar__description {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
  }
.cc-plant-formula-bar__description p{

    margin:0;
}
  .cc-plant-formula-bar__description a {
    color: #d6e96a;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .cc-plant-formula-bar__trusted-row {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }

  .cc-plant-formula-bar__trusted-image {
    display: block;
    width: 90px;
    height: auto;
    object-fit: contain;
    flex: 0 0 auto;
  }

  .cc-plant-formula-bar__trusted-text {
    color:rgb(255, 255, 255);
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
  }

  @media screen and (max-width: 749px) {
    .cc-plant-formula-bar {
      padding: 20px 16px;
    }

    .cc-plant-formula-bar__inner {
      gap: 20px;
      align-items: center;
    }

    .cc-plant-formula-bar__badge-image {
      width: 140px;
      margin-bottom: 4px;
    }

    .cc-plant-formula-bar__badge-heading {
      font-size: 13px;
      max-width: 95px;
    }

    .cc-plant-formula-bar__right {
      flex-basis: auto;
    }

    .cc-plant-formula-bar__description {
      font-size: 13px;
      line-height: 16px;
    }

    .cc-plant-formula-bar__trusted-row {
      margin-top: 13px;
      gap: 6px;
    }

    .cc-plant-formula-bar__trusted-image {
      width: 60px;
    }

    .cc-plant-formula-bar__trusted-text {
      font-size: 10px;
    }
  }

.cc-plant-formula-bar__description strong {
    font-weight: 400;
    color: #D8F27C;
}

 /* Multi-column.liquid  (Skin problems cards)  Section CSS */



   

  

  .cc-skin-problems__heading {
    margin: 0;
    text-align: center;
    color: #1F1F1F;
    font-size: 44px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: -3%;
  }

  .cc-skin-problems__subheading {
    margin: 16px auto 0;
    text-align: center;
    color: rgba(31, 31, 31, 0.8);
    font-size: 18px;
    line-height: 22px;
  }

  .cc-skin-problems__grid {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }

  .cc-skin-problems__card {
    background: #F3F3F3;
    border-radius: 4px;
    overflow: hidden;
  }

  .cc-skin-problems__image-wrap {
    position: relative;
    aspect-ratio: 1.28 / 1;
    overflow: hidden;
    background: #dddddd;
  }

  .cc-skin-problems__image,
  .cc-skin-problems__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .cc-skin-problems__content {
    padding: 14px 14px 18px;
  }

  .cc-skin-problems__card-title {
    margin: 0 0 8px;
    color: #A00000;
    font-size: 20px;
    line-height: 22px;
    font-weight: medium;
  }

  .cc-skin-problems__card-text {
    margin: 0;
      color: rgba(31, 31, 31, 0.8);
    font-size: 14px;
    line-height: 18px;
  }

  @media screen and (max-width: 989px) {
    .cc-skin-problems__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cc-skin-problems__heading {
      font-size: 28px;
    }
  }

  @media screen and (max-width: 749px) {
    .cc-skin-problems {
      padding: 40px 0px;
    }

    .cc-skin-problems__heading {
      font-size: 30px;
      line-height: 30px;
    }

    .cc-skin-problems__subheading {
      font-size: 14px;
      line-height: 18px;
    }

    .cc-skin-problems__grid {
 
      gap: 14px;
      margin-top: 24px;
    }
   .cc-skin-problems__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .cc-skin-problems__content {
      padding: 14px 8px 16px;
    }
    .cc-skin-problems__card-text {
    font-size: 12px;
    line-height: 14px;
  }
   .cc-skin-problems__card-title {
    font-size: 18px;
    line-height: 20px;
  }
  }


 /* Anouncment-bar-custom.liquid  (Sale countdown bar)  Section CSS */


    .cc-sale-countdown {
    background: #052800;
    padding: 8px 16px;
    overflow: hidden;
  }

  .cc-sale-countdown__inner {
    max-width: 1200px;
    margin: 0 auto;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
  }

  .cc-sale-countdown__text {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
  }

  .cc-sale-countdown__text-1 {
    color: var(--cc-text-color-1);
  }

  .cc-sale-countdown__text-2 {
    color: var(--cc-text-color-2);
  }

  .cc-sale-countdown__timer {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(111, 140, 70, 0.45);
    border-radius: 4px;
  }

  .cc-sale-countdown__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 24px;
  }

  .cc-sale-countdown__num {
    color: var(--cc-timer-color);
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.04em;
  }

  .cc-sale-countdown__label {
    color: #ffffff;
    font-size: 7px;
    line-height: 1;
    margin-top: 3px;
  }

  .cc-sale-countdown__sep {
    color: var(--cc-timer-color);
    font-size: 16px;
    line-height: 1;
    transform: translateY(-4px);
  }

  @media screen and (max-width: 749px) {
    .cc-sale-countdown {
      padding: 8px 10px;
    }

    .cc-sale-countdown__inner {
      gap: 10px;
    }

    .cc-sale-countdown__text {
      font-size: 14px;
      line-height: 14px;
      justify-content: center;
    }

    .cc-sale-countdown__timer {
      padding: 6px 10px;
      gap: 6px;
    }

    .cc-sale-countdown__num {
      font-size: 16px;
    }

    .cc-sale-countdown__label {
      font-size: 6px;
    }

    .cc-sale-countdown__sep {
      font-size: 14px;
    }
  }


header.header.header--middle-left.header--mobile-center.page-width.header--has-menu
 {
    max-width: 1400px;
}



@font-face {
  font-family: 'Inter Display Custom';
  src: url('/cdn/shop/files/InterDisplay-Regular.woff?v=1773759217') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Custom';
  src: url('/cdn/shop/files/Proxima_Nova_Semibold.woff?v=1773759216') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display Medium';
  src: url('/cdn/shop/files/InterDisplay-Medium.woff?v=1773759180') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Italic';
  src: url('/cdn/shop/files/InterDisplay-Italic.woff?v=1773789394') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Body text, paragraphs, subtitles */
body,
p,
.subtitle,
.subheading,
.section-subtitle,
.card-subtitle,
.description,
.text,
.richtext,
.rte,
.product__description {
  font-family: 'Inter Display Custom', sans-serif !important;
  font-weight: 400;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.heading,
.title,
.section-title,
.product__title,
.banner__heading {
  font-family: 'Proxima Nova Custom', sans-serif !important;
  font-weight: 600;
}

.intermid, .list-menu__item{
 font-family: 'Inter Display Medium', sans-serif !important;
  font-weight: 500 !important;

}
.interit{
 font-family: 'Inter italic', sans-serif !important;
  font-weight: 400 !important;

}
.cc-skin-problems__inner, .fbx{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 36px;
  }
   .cc-trustpilot-slider__nav--prev {
    left: 0;
  }
  .cc-trustpilot-slider__nav--next {
    right: 0;
}
button.atc-button.product-form__submit.loading  span.d-flex-btn {

  display:none !important;
}
.cc-skin-problems, .cc-featured-collection, .cc-trustpilot-slider, .global-pad, .cc-difference-slider, .cc-real-life, .cc-reasons-slider, .cc-faq-v2, .fbx
 {


    padding: 60px 0px;
  
}

.fbx__grid {
    overflow: hidden;
  
}
.arrow-next {
    right: -36px !important;
}
.arrow-prev {
    left: -36px !important;
}

.cart-count-bubble {
    width: 20px;
    height: 20px;
    font-size: 14px;
    top: 0px;
    background: #052800;
    color: #D8F27C;
}
 @media screen and (max-width: 749px) {
  .arrow-next {
    display:none !important;
}
.arrow-prev {
      display:none !important;
}
  
   .cc-skin-problems, .cc-featured-collection, .cc-trustpilot-slider, .global-pad, .cc-difference-slider, .cc-real-life, .cc-reasons-slider, .cc-faq-v2,
 {


    padding: 40px 0px !important;
  
}

    .cc-featured-collection__inner, .cc-skin-problems__inner, .cc-trustpilot-slider__inner,  
    .fbx-head, .fbx__right, 
    .cc-trustpilot-slider__inner, .symptoms__container,   .cc-difference-slider__inner, .whyfungal__container, .cc-real-life__inner, .cc-real-life__inner, .cc-reasons-slider__inner, .cc-faq-v2__inner  {
        padding: 0 16px !IMPORTANT;
    }
 }



 .fbx-head {
  text-align:center;
      margin: auto;
    max-width: 1410px;


    
}


.fbx-head__title{
  margin:0;
  font-size:44px;
  line-height:44px;
  font-weight:600;
  color:#202223;
  letter-spacing:-3%;
}

.fbx-head__title .accent{
  color:#258419;
}

.fbx-head__sub{
  margin:16px 0 0;
  font-size:18px;
  line-height:22px;
  font-weight:400;
  color:#1F1F1FCC;
}

.cart-icon, svg.modal__toggle-open.icon.icon-search, .icon-account, .icon-hum{
    width: 30px;
    height: 30px;
}
.cc-trustpilot-slider__pagination, .swiper-pagination-progressbar, .cc-reasons-slider__pagination, .cc-difference-slider__pagination, .cc-real-life__pagination {
width:512px !Important;
  max-width:512px !important;
}
 .swiper-pagination {
background:#EDF2E6 !important;
}
.swiper-pagination-progressbar-fill {
background:#668062 !Important;

}
@media (max-width: 758px){
  .cc-trustpilot-slider__pagination, .swiper-pagination-progressbar, .cc-reasons-slider__pagination, .cc-difference-slider__pagination, .cc-real-life__pagination {
width:300px !Important;
  max-width:300px !important;
}
 .

  .pad40 {

    padding-left:0px;
     padding-right:0px;
  }
.cart-icon, svg.modal__toggle-open.icon.icon-search, .icon-account, .icon-hum{
    width: 24px;
    height: 24px;
}
  .fbx-head{
    margin:0;
    padding-top:40px;

  }

  .fbx-head__title{
    font-size:30px;
    line-height:30px;
  }

  .fbx-head__sub{
    margin-top:12px;
    font-size:16px;
    line-height:20px;
  }
}
.pad40{
padding-top:40px;
}



sticky-header.header-wrapper, .header{
    background:  rgba(243, 243, 243, 1);
   
}
.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    background: #DAE3CE !important;
}
@media screen and (min-width: 990px) {
  .pad40 {
    padding-left:36px;
    padding-right:36px;
  }
    .header--middle-left {
   
        grid-template-columns: auto 1fr auto;
      
    }
    nav.header__inline-menu {
      text-align:center;
    }
}

.bundle-gifts__grid {
    z-index: 1;
    position: relative;
}
@media screen and (min-width: 1201px) {
.mobile-image-1200 {
  display:none !Important;
}
}
@media screen and (max-width: 1200px) {
.desktop-image-1200 {
  display:none !Important;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
 .whychoose__wrap {
  
    padding: 0 36px;
  }
.fbx__right {
    padding: 0 16px;
}
 .whyfungal__grid {
   
    grid-template-columns: 1fr!important;

}
}


.gta-widget{

  display:none;

}

.swiper-button-lock {
    display: none ! IMPORTANT;
}