/** Shopify CDN: Minification failed

Line 221:2 Unexpected "{"
Line 362:0 Unexpected "{"

**/
@media screen and (max-width: 991px) {
  .desktop-hide {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
 .header{
    left: 12px;
    right: 12px;
    transform: none;
    padding:18px 21px;
  }
.cart-icon-container.menu-icon {
    width: 20px;
    height: 16px;
}
.cart-item-count{
  font-size: 10px !important;
}
html {
  scroll-padding-top: 90px;
}

  
  .menu-overlay {
    position: fixed;
    inset: 0;
   top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.25s ease,
      visibility 0.25s ease;
    z-index: 999;
  }
  .menu-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: min(86vw, 320px);
    background: #fff;

    padding: 90px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;

    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1000;
  }
  .nav-menu.active {
    transform: translateX(0);
  }

  .close-menu-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background: #1e4642;
    color: white;
    font-size: 26px;
    line-height: 1;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    -webkit-tap-highlight-color: transparent;
  }
  .close-menu-btn:active {
    transform: scale(0.92);
  }

.hero-inner {
padding-top: 120px;
    text-align: center;
background: #D7D5CB;
padding-bottom: 20px;
  }
  .hero-sec {
    min-height: auto;
  }
  .hero-content {
    margin: 0 auto;
  }
.hero-sec .guarantee {
    margin: 0 auto;
 
}
  .hero-cta {
    margin: 16px auto 8px;
    max-width: 311px;
      padding: 16px ;
  }
  .guarantee {
    justify-content: center;
  }

  .hero-rating {
    justify-content: center;

  }

  .hero-text {
    margin: auto;
    text-align: center;
  }

  .hero-title {
    font-size: 32px;
  }

.hero-mobile-img {
background: #D7D5CB;
  backdrop-filter: blur(35px);

    position: relative;
   
 
}

.hero-mobile-img img {

  width: 100%;
  height: auto;

   -webkit-mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      black 20%
    );
    mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      black 20%
    )
}


  .fc {
    flex-direction: column;
    align-items: center;
    gap: 52px;
  }
  .fp1 {
    max-width: 320px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fp2 {
    max-width: 320px;
    width: 100%;
  }
  .subscribe-form {
    width: 100%;
  }
  .ft-social {
    gap: 24px;
  }
  .ft-ico {
    width: 20px;
    height: 20px;
  }

  .usp-slider-wrapper {
    padding: 12px 0;
  }
  .usp-slider-wrapper .swiper-slide {
    margin-right: 0;
  }
  .usp-item {
    gap: 8px;
    padding: 0 14px;
    font-size: 16px;
  }
  .usp-ico {
    width: 30px;
    height: 30px;
  }
  .proof-title,
  .benefits-title,
  .faq-title,
  .expert-title,
  .ing-title , .compare-title {
    font-size: 32px;
  }
  .seen-title {
    
    font-size: 24px;

  }
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefits-inner,
  {
    padding: 0 20px 44px;
  }
  .expert-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .expert-name {
    justify-content: center;
    flex-wrap: wrap;
  }
  .expert-icons {
    justify-content: center;
  }
  .expert-inner,  .faq-inner {
    padding: 44px 20px;
  }
  .expert-sub,
  .expert-name,
  .expert-badge,
  .levels-sub {
    font-size: 16px;
  }
  .expert-head {
    margin: 0 auto 27px;
  }
  .expert-card {
    gap: 26px;
  }
  .expert-icons img {
    width: 74px;
  }
  .expert-icons {
    padding-top: 28px;
  }
  .expert-cta {
    margin: 32px auto 0;
  }
  .ing-grid {
    grid-template-columns: 1fr;
    padding: 40px 0 0;
  }
  .ing-visual {
    margin: 0 auto;
    max-width: 420px;
    padding-bottom: 40px;
  }
  .ing-acc {
    max-width: unset;
    margin: 0 auto;
  }
  .card-p,
  .card-list li,
  .timeline-card-text, 
  .timeline-step  {
    font-size: 14px;
  }
  .levels-footnote,
  .review-quote {
    font-size: 13px;
  }
.reviews-swiper .swiper-scrollbar, .timeline-swiper  .timeline-scrollbar {
  display: block !important;
  position: relative !important;
  margin-top: 24px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: #d0cbc3 !important;
  overflow: hidden !important;
}
.reviews-swiper .swiper-scrollbar .swiper-scrollbar-drag, .timeline-swiper  .swiper-scrollbar-drag {
  height: 100% !important;
  border-radius: 999px !important;
  background: #01614f !important;
}



  .timeline-swiper.is-grid .swiper-wrapper {
    display: flex;
  }
  .pd-features {

margin: 0 ;
  
}


#pdThumbs .pd-scrollbar {
  position: relative;
  margin-top: 24px;
  height: 4px;
  border-radius: 4px;
  background: #999999;
  overflow: hidden;
}

#pdThumbs .pd-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  border-radius: 4px;
  background: #c2ea99;
}

/* .swiper.reviews-swiper {
    overflow: visible !important;
} */


.pd-title {
  font-size:28px;
}
.benefits-inner {
     padding-top:0px;
}
.timeline-inner {
  padding-top:44px;
}

.card-title , .card-sub {
  text-align:left;
}
}
@media screen and (max-width: 767px) {
  .proof-inner {
    padding: 44px 20px;
  }
  .faq-q {
    font-size: 16px;
    padding: 16px 12px;
  }
  .card-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .card-right {
    text-align: left;
  }
  .benefits-cta,
  .expert-cta,
  .ing-cta,
  .levels-cta , .hero-cta ,.compare-cta, 
{
    font-size: 20px;
    width: unset;
    padding: 16px;
  }
  .tt-compare-wrapper {
    padding-top: 95px;
  }
  .tt-compare-wrapper p {
 
     height: 68px;
  }
    .tt-compare-2 p,
  .review-quote {
    font-size: 13px;
  }
  .tt-compare-3 p ,.tt-compare-2 p, .guarantee{
    font-size: 13px;
  }
  .tt-compare-1 p {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .ing-cta,
  .ing-sub,  .benefits-cta,
  .expert-cta,
  .ing-cta,
  .levels-cta , .hero-cta ,.compare-cta {
    font-size: 16px !important;
     width: unset!important;
    padding: 16px!important;
  }
  .pd-cta {
 font-size: 16px !important;
  }
  .levels-cta {
    margin: 32px 0 0;
  }
  .circle-visual {
    width: unset;
    height: unset;
  }
  .tt-compare-wrapper p {
    padding: 0 10px;
  }
  .pd-feature-txt {
    font-size:14px;
  }
  .pd-feature-ico {
    width: 30px;
    height:  30px;
}
#productCart {
    padding: 20px;
}
.seen-title {
  
    padding-bottom: 10px;
}
.seen-on-tv {
   
    padding: 18px 0px;
    
}
}

@media screen and (max-width: 430px) {
.pd-flex {
    
    gap: 24px;
}
.pd-feature-txt {
font-size:13px
}
.pd-feature-ico {
    width: 25px;
    height: 25px;
}
.pd-feature {
   
    gap: 8px;

}
}