@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes gradientAnim{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes giftPop{0%{transform:scale(1)}45%{transform:scale(1.1)}to{transform:scale(1)}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer;border:0}p{margin:0 0 1em}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6{margin:0}.section{display:block}.text-center{text-align:center}.hidden{display:none!important}.announcement-bar{background:linear-gradient(-45deg,#2a4d2a,#2a4d2a,#547954,#2a4d2a);background-size:400% 400%;animation:gradientAnim 15s ease infinite;padding:8px 0;display:flex;justify-content:center;align-items:center;gap:17px;font-size:15px;font-weight:600;color:#fff;width:100%;overflow:hidden;text-align:center;flex-wrap:wrap;position:relative}.announcement-bar__text{letter-spacing:-.3px}.announcement-bar__timer{display:flex;align-items:center;gap:2px}.announcement-bar__sep{color:#fff;font-size:12px;font-weight:700;margin:0 -1px}.announcement-bar__unit{display:flex;flex-direction:column;align-items:center;background:#2a4d2a;border-radius:3px;min-width:32px;padding:2px 1px;margin:1px}.announcement-bar__num{color:#fff;font-size:16px;font-weight:600;line-height:1}.announcement-bar__label{color:#e2f78e;font-size:9px;margin-top:2px}.header-wrapper{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #1a371a}.header{display:flex;align-items:center;justify-content:space-between;height:74px;max-width:1400px;margin:0 auto;padding:0 50px}@media screen and (max-width:768px){.header{padding:0 16px}}.header__heading{display:flex;align-items:center}.header__heading-link{display:inline-block;text-decoration:none}.header__heading-logo{height:34px;width:auto}.header__heading-text{font-size:22px;font-weight:800;color:#1a371a;letter-spacing:-.5px}.header__inline-menu{display:none;gap:8px;align-items:center}@media screen and (min-width:990px){.header__inline-menu{display:flex}}.header__menu-item{padding:12px;font-size:14px;font-weight:400;color:#000;text-decoration:none;font-family:inherit}.header__menu-item.is-active{text-decoration:underline}.header__icons{display:flex;align-items:center;gap:4px}.header__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#333030;background:none;position:relative}.header__icon svg{width:24px;height:24px}.header__cart-count{position:absolute;top:6px;right:4px;background:#1a371a;color:#e2f78e;font-size:9px;font-weight:800;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 3px}.header__cart-count.is-hidden{display:none}.header__icon--menu{display:flex}@media screen and (min-width:990px){.header__icon--menu{display:none}}.hamburger-icon{display:flex;flex-direction:column;gap:5px;width:20px}.hamburger-icon span{display:block;height:2px;background:#333030;border-radius:2px;transition:transform .2s,opacity .2s}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;visibility:hidden;pointer-events:none}.mobile-nav.is-open{visibility:visible;pointer-events:auto}.mobile-nav__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .25s}.mobile-nav.is-open .mobile-nav__overlay{opacity:1}.mobile-nav__panel{position:absolute;top:0;left:0;width:min(320px,80vw);height:100%;background:#1a371a;transform:translate(-100%);transition:transform .25s ease;display:flex;flex-direction:column;padding:20px 24px;gap:8px;overflow-y:auto}.mobile-nav.is-open .mobile-nav__panel{transform:translate(0)}.mobile-nav__close{align-self:flex-end;background:none;border:0;color:#e2f78e;font-size:24px;cursor:pointer;padding:4px;margin-bottom:12px}.mobile-nav__link{display:block;padding:12px 0;font-size:18px;font-weight:600;color:#e2f78e;border-bottom:1px solid rgba(226,247,142,.2);text-decoration:none}.mobile-nav__link:hover{opacity:.8}.product-hero{padding:20px 0 40px;background:#fff}.product-hero__inner{max-width:1200px;margin:0 auto;padding:0 16px}.product-hero__layout{display:flex;gap:24px;flex-wrap:wrap;align-items:flex-start}.product-hero__images{flex:0 0 calc(50% - 12px);max-width:calc(50% - 12px);min-width:320px;position:sticky;top:80px;align-self:flex-start}.product-hero__grid{display:grid;grid-template-columns:25% 1fr;gap:3px}.product-hero__sidebar{display:flex;flex-direction:column;gap:3px}.product-hero__benefit-tile{background:#0c2e1d;border-radius:4px;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 6px;text-align:center;min-height:80px}.product-hero__benefit-icon{font-size:24px;line-height:1}.product-hero__benefit-text{color:#e2f78e;font-size:11px;line-height:1.3;margin-top:4px;font-weight:500}.product-hero__main-image{position:relative;aspect-ratio:1;overflow:hidden;border-radius:4px;background:#f5f5f5}.product-hero__main-image img{width:100%;height:100%;object-fit:contain;transition:opacity .2s}.product-hero__media-badge{position:absolute;bottom:12px;right:12px;background:#fff;border-radius:8px;padding:8px 10px;box-shadow:0 2px 8px #00000026;text-align:center;min-width:80px}.product-hero__media-badge-label{font-size:9px;color:#666}.product-hero__media-badge-title{font-size:15px;font-weight:800;color:#1a371a;line-height:1.1}.product-hero__media-badge-stars{display:flex;justify-content:center;gap:2px;margin-top:3px}.product-hero__media-badge-stars span{color:#2a4d2a;font-size:10px}.product-hero__media-badge-trust{font-size:8px;color:#666;margin-top:2px}.product-hero__thumbnails{display:flex;gap:6px;margin-top:8px;overflow-x:auto;padding:4px 0;scrollbar-width:none}.product-hero__thumbnails::-webkit-scrollbar{display:none}.product-hero__thumb{width:64px;height:64px;flex-shrink:0;cursor:pointer;border:1px solid #f2f2f2;overflow:hidden;background:#f8f8f8;transition:border-color .15s}.product-hero__thumb.is-active{border:2px solid #1a371a}.product-hero__thumb img{width:100%;height:100%;object-fit:cover}.product-hero__info{flex:0 0 calc(50% - 12px);max-width:calc(50% - 12px);min-width:280px;display:flex;flex-direction:column;gap:12px;padding-left:8px}.product-hero__stars{display:flex;align-items:center;gap:8px;font-size:14px}.product-hero__stars-icons{display:flex;gap:2px}.product-hero__stars-icons span{color:#2a4d2a;font-size:16px}.product-hero__stars-score{font-weight:700}.product-hero__stars-platform{color:#666}.product-hero__title{font-size:28px;font-weight:800;color:#333030;line-height:1.2;letter-spacing:-.5px}.product-hero__badge{display:inline-flex;align-items:center;gap:6px;background:#e2f78e;color:#1a371a;font-size:12px;font-weight:700;padding:5px 10px;border-radius:4px;width:fit-content}.product-hero__description{font-size:14px;color:#444;line-height:1.6}.product-hero__description p{margin:0 0 8px}.product-hero__description p:last-child{margin:0}.product-hero__bullets{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:5px}.product-hero__bullets li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#333}.product-hero__bullets li:before{content:"\2713";color:#1a371a;font-weight:800;flex-shrink:0;margin-top:1px}.product-hero__bundles{display:flex;flex-direction:column;gap:8px}.bundle-option{position:relative;cursor:pointer}.bundle-option__badge{position:absolute;top:-8px;right:12px;z-index:1;color:#1a371a;font-size:11px;font-weight:700;padding:3px 8px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.bundle-option__badge--popular{background:#e2f78e}.bundle-option__badge--best{background:#fdda36}.bundle-option__row{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;box-shadow:inset 0 0 0 1px #0003;border-radius:4px;transition:background .15s,box-shadow .15s}.bundle-option.is-selected .bundle-option__row{background:#f5f8e5;box-shadow:inset 0 0 0 2px #1a371a}.bundle-option__radio{width:20px;height:20px;border-radius:50%;border:2px solid rgba(0,0,0,.3);flex-shrink:0;background:#fff;transition:border-color .15s,background .15s,box-shadow .15s}.bundle-option.is-selected .bundle-option__radio{background:#1a371a;border-color:#1a371a;box-shadow:0 0 0 2px #1a371a}.bundle-option__content{flex:1}.bundle-option__top{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.bundle-option__label{font-size:16px;font-weight:600;color:#333}.bundle-option__tag{font-size:11px;background:#1a371a;color:#e2f78e;padding:2px 6px;border-radius:4px;font-weight:700}.bundle-option__subtitle{font-size:13px;color:#666;margin-top:2px}.bundle-option__pricing{text-align:right;flex-shrink:0}.bundle-option__price{font-size:16px;font-weight:700;color:#1a371a}.bundle-option__old-price{font-size:13px;color:#888;text-decoration:line-through}.product-hero__offer-divider{display:flex;align-items:center;gap:12px;margin:4px 0}.product-hero__offer-divider-line{flex:1;height:1px;background:#e0e0e0}.product-hero__offer-divider-text{display:flex;align-items:center;gap:6px;font-size:13px;color:#1a371a;white-space:nowrap}.product-hero__gifts-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:12px}.product-hero__gifts-title{font-size:13px;font-weight:600;text-align:center;margin-bottom:10px;color:#333}.product-hero__gifts{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.product-hero__gift{display:flex;flex-direction:column;align-items:center;text-align:center;padding:14px 4px 8px;background:#fff;border:1px solid #1a371a;border-radius:8px;position:relative;gap:6px;transition:opacity .35s ease,border-color .35s ease,background .35s ease}.product-hero__gift.is-locked{background:#f3f4f6;border-color:#00000026}.product-hero__gift-badge{position:absolute;top:-8px;left:50%;transform:translate(-50%);background:#e2f78e;border:1px solid #1a371a;font-size:9px;font-weight:700;padding:1px 6px;border-radius:4px;white-space:nowrap;color:#1a371a}.product-hero__gift.is-locked .product-hero__gift-badge{background:#f3f4f6;border-color:#d1d5db}.product-hero__gift-icon{font-size:28px;margin-top:4px;display:flex;align-items:center;justify-content:center}.product-hero__gift-icon img{width:40px;height:40px;object-fit:cover;border-radius:6px;display:block}.product-hero__gift-label{font-size:11px;color:#1a371a;font-weight:500;line-height:1.3}.product-hero__gift.is-locked .product-hero__gift-label{color:#9ca3af}.product-hero__gift.just-unlocked{animation:giftPop .4s ease}.product-hero__atc{width:100%;padding:20px;background:linear-gradient(45deg,#2a4d2a,#1a371a);color:#e2f78e;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:-.5px;border:0;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:filter .2s,transform .15s}.product-hero__atc:hover{filter:brightness(1.1);transform:translateY(-1px)}.product-hero__atc:active{transform:translateY(0)}.product-hero__delivery{text-align:center;font-size:13px;color:#555;display:flex;flex-direction:column;gap:4px}.product-hero__payment{display:flex;justify-content:center;gap:8px;align-items:center;flex-wrap:wrap}.product-hero__payment-chip{background:#f5f5f5;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:700;color:#333;border:1px solid #e5e7eb;height:24px;display:flex;align-items:center}.product-hero__mini-review-img-wrap{border-top:1px solid #e5e7eb;padding-top:16px}.product-hero__mini-review-img{width:100%;height:auto;display:block;border-radius:10px}.product-hero__faqs{display:flex;flex-direction:column;gap:0;border-top:1px solid #e5e7eb;padding-top:8px}.product-faq__item{border-bottom:1px solid #e5e7eb}.product-faq__question{display:flex;align-items:center;justify-content:space-between;padding:12px 0;font-size:14px;font-weight:400;color:#333030;cursor:pointer;gap:8px}.product-faq__icon{font-size:20px;color:#333030;font-weight:300;flex-shrink:0;transition:transform .2s;-webkit-user-select:none;user-select:none}.product-faq__item.is-open .product-faq__icon{transform:rotate(45deg)}.product-faq__answer{display:none;font-size:14px;color:#444;line-height:1.7;padding:0 0 14px}.product-faq__item.is-open .product-faq__answer{display:block;animation:fadeIn .2s ease}@media screen and (max-width:768px){.product-hero__images,.product-hero__info{flex:0 0 100%;max-width:100%;min-width:0;padding-left:0;position:static}.product-hero__title{font-size:22px}}.as-seen-in{background:#e2f78e;padding:20px 0;text-align:center}.as-seen-in__label{display:block;font-size:16px;font-weight:600;color:#000;margin-bottom:16px}.as-seen-in__logos{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap;padding:0 20px}.as-seen-in__logo{color:#000;font-family:Georgia,Times New Roman,serif;font-style:italic}.as-seen-in__logo--elle{font-size:32px;font-weight:900}.as-seen-in__logo--marie-claire{font-size:20px;font-weight:700;letter-spacing:-1px;font-style:normal;font-family:inherit}.as-seen-in__logo--marie-claire sup{font-size:12px;vertical-align:super}.as-seen-in__logo--vogue{font-size:32px;font-weight:900}.as-seen-in__logo--cosmo{font-size:20px;font-weight:700;font-style:normal}.benefits-section{padding:50px 25px;background:#fff}.benefits-section__inner{max-width:1200px;margin:0 auto;display:flex;gap:40px;align-items:center;flex-wrap:wrap}.benefits-section__content{flex:1;min-width:280px}.benefits-section__eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#1a371a;margin-bottom:12px}.benefits-section__heading{font-size:25px;font-weight:800;color:#1a371a;line-height:1.2;margin-bottom:12px}.benefits-section__heading em{font-style:italic;color:#1a371a}.benefits-section__subheading{font-size:13px;color:#444;line-height:1.6;margin-bottom:8px}.benefits-section__boxes{background:#f5f8e5;border:1px solid #1a371a;border-radius:8px;padding:20px;max-width:450px}.benefit-box{margin-bottom:16px}.benefit-box:last-child{margin-bottom:0}.benefit-box__header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.benefit-box__icon{font-size:20px}.benefit-box__title{font-size:14px;font-weight:700;color:#1a371a}.benefit-box__text{font-size:12px;color:#333;margin:0;line-height:1.5}.benefits-section__image{flex:1;min-width:280px}.benefits-section__image img{width:100%;height:450px;object-fit:cover;border-radius:8px}.benefits-section__image-mobile{display:none}@media screen and (max-width:768px){.benefits-section__image{display:none}.benefits-section__image-mobile{display:block;margin:16px 0 20px}.benefits-section__image-mobile img{width:100%;height:auto;border-radius:8px;display:block}.benefits-section__heading{font-size:20px}}.testimonials-section{padding:60px 0;background:#fff;overflow:hidden}.testimonials-section__header{text-align:center;margin-bottom:40px;padding:0 20px;max-width:1200px;margin-left:auto;margin-right:auto}.testimonials-section__heading{font-size:24px;font-weight:800;color:#333;margin-bottom:16px}.testimonials-section__rating{display:inline-flex;align-items:center;gap:8px;font-size:13px}.testimonials-section__stars{display:flex;gap:1px}.testimonials-section__stars span{color:#1a371a;font-size:13px}.testimonials-section__score{font-weight:700}.testimonials-section__count{color:#666}.testimonials-track-wrapper{overflow:hidden;-webkit-mask:linear-gradient(to right,transparent 0%,black 100px,black calc(100% - 100px),transparent 100%);mask:linear-gradient(to right,transparent 0%,black 100px,black calc(100% - 100px),transparent 100%)}.testimonials-track{display:flex;gap:20px;padding:0 20px 20px;overflow-x:auto;scrollbar-width:none}.testimonials-track::-webkit-scrollbar{display:none}.testimonial-card{flex:0 0 300px;background:#2a2a2a;color:#fff;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:12px;min-height:200px;flex-shrink:0}.testimonial-card__stars{display:flex;gap:2px}.testimonial-card__stars span{color:#fff;font-size:16px}.testimonial-card__title{font-size:15px;font-weight:700;color:#fff;margin:0}.testimonial-card__text{font-size:13px;color:#ccc;line-height:1.5;margin:0;flex:1}.testimonial-card__author{display:flex;align-items:center;gap:10px;margin-top:auto}.testimonial-card__avatar{width:40px;height:40px;border-radius:50%;background:#1a371a;color:#e2f78e;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0}.testimonial-card__name{font-size:14px;font-weight:700;color:#fff}.testimonial-card__date{font-size:12px;color:#999}.testimonial-card__verified{display:flex;align-items:center;gap:4px;font-size:11px;color:#4ade80}.testimonial-card__verified svg{width:12px;height:12px}.scrolling-bar{background:#2a4d2a;color:#fff;padding:15px 0;overflow:hidden;position:relative}.scrolling-bar__track-wrapper{display:flex;overflow:hidden}.scrolling-bar__track{display:flex;animation:marquee 14s linear infinite;width:max-content}.scrolling-bar__item{display:flex;align-items:center;gap:10px;padding:0 30px;white-space:nowrap;flex-shrink:0}.scrolling-bar__item svg{width:20px;height:20px;flex-shrink:0}.scrolling-bar__item span{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.roadmap-section{padding:72px clamp(20px,6vw,80px);background:#fff}.roadmap-section__inner{max-width:1400px;margin:0 auto;display:flex;gap:60px;align-items:flex-start;flex-wrap:wrap}.roadmap-section__left{flex:1;min-width:280px}.roadmap-section__heading{font-size:34px;font-weight:800;color:#1a371a;letter-spacing:-.3px;margin-bottom:15px;line-height:1.2}.roadmap-section__sub{font-size:16px;color:#1a371a;opacity:.8;margin-bottom:16px}.roadmap-section__note{font-size:13px;color:#666;font-style:italic;line-height:1.6;margin:0}.roadmap-section__right{flex:1;min-width:280px;position:relative}.roadmap-section__right:before{content:"";position:absolute;left:15px;top:30px;bottom:0;width:2px;background:#1a371a;border-radius:2px}.roadmap-step{position:relative;padding-left:50px;margin-bottom:35px}.roadmap-step:last-child{margin-bottom:0}.roadmap-step__icon-wrap{position:absolute;left:0;top:0;width:30px;height:30px;border-radius:50%;background:#1a371a;display:flex;align-items:center;justify-content:center;font-size:14px;z-index:2}.roadmap-step__badge{display:inline-block;background:#e2f78e;color:#1a371a;padding:4px 12px;border-radius:50px;font-size:13px;font-weight:600;border:1px solid #333;margin-bottom:8px}.roadmap-step__title{font-size:14px;font-weight:700;color:#1a371a;margin-bottom:8px}.roadmap-step__point{font-size:14px;color:#1a371a;opacity:.9;margin:0 0 6px;line-height:1.6}.roadmap-step__point:last-child{margin:0}.roadmap-step__note{font-size:12px;color:#1a371a;font-style:italic;margin-top:8px;opacity:.75}@media screen and (max-width:768px){.roadmap-section{padding:50px 20px}.roadmap-section__inner{flex-direction:column;gap:32px}.roadmap-section__heading{font-size:26px}}.how-to-use{padding:50px 20px 30px;background:#f4f5f4}.how-to-use__inner{max-width:1200px;margin:0 auto}.how-to-use__heading{text-align:center;font-size:34px;font-weight:800;color:#1a371a;margin-bottom:8px}.how-to-use__sub{text-align:center;font-size:16px;color:#1a371a;opacity:.8;margin-bottom:8px}.how-to-use__note{text-align:center;font-size:13px;color:#666;font-style:italic;margin-bottom:30px}.how-to-use__steps{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.use-step{flex:1;min-width:180px;max-width:250px;border:1px solid #1a371a;border-radius:11px;overflow:hidden;background:transparent}.use-step__image{aspect-ratio:1;overflow:hidden;background:#f5f8e5}.use-step__image img{width:100%;height:100%;object-fit:cover}.use-step__body{background:#f5f8e5;padding:16px 12px}.use-step__header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.use-step__num{width:40px;height:40px;border-radius:50%;background:#2a4d2a;color:#e2f78e;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:20px;flex-shrink:0}.use-step__title{font-size:13px;font-weight:700;color:#1a371a;margin:0}.use-step__desc{font-size:12px;color:#1a371a;margin:0;line-height:1.4}.how-to-use__zones{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:24px;font-size:13px;color:#1a371a}.how-to-use__zone{background:#e2f78e;padding:4px 12px;border-radius:20px;font-weight:500}@media screen and (max-width:768px){.how-to-use__heading{font-size:26px}.use-step{min-width:140px}}.statistics-section{padding:36px 20px;background:linear-gradient(135deg,#1a371a,#214a21)}.statistics-section__inner{max-width:1200px;margin:0 auto;display:flex;gap:40px;align-items:center;flex-wrap:wrap}.statistics-section__left{flex:1;min-width:260px}.statistics-section__heading{font-size:24px;font-weight:800;color:#e2f78e;margin-bottom:16px;line-height:1.2}.statistics-section__sub{font-size:14px;color:#fff;opacity:.85;line-height:1.6;margin:0}.statistics-section__right{flex:1;min-width:260px}.stat-item{display:flex;align-items:flex-start;gap:24px;padding:24px 0;border-bottom:1px solid rgba(224,224,224,.2)}.stat-item:last-of-type{border-bottom:none}.stat-item__number{font-size:48px;font-weight:800;line-height:1;flex-shrink:0;min-width:6rem;background:linear-gradient(135deg,#e2f78e,#b5d984);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-item__title{font-size:18px;font-weight:600;color:#e2f78e;margin-bottom:4px}.stat-item__desc{font-size:14px;color:#d2d2d2;line-height:1.5;margin:0}.stat-info-box{margin-top:16px;background:#0c2e1d;border-radius:8px;padding:12px 16px;display:flex;align-items:flex-start;gap:8px}.stat-info-box__icon{color:#f2f2f2;opacity:.7;flex-shrink:0;margin-top:2px}.stat-info-box__text{font-size:13px;color:#c6c6c6;margin:0;line-height:1.4}@media screen and (max-width:768px){.statistics-section__inner{flex-direction:column}.statistics-section__heading{font-size:20px}.stat-item__number{font-size:36px;min-width:5rem}}.founders-section{padding:60px 20px;background:#fff}.founders-section__inner{max-width:1200px;margin:0 auto}.founders-section__header{text-align:center;margin-bottom:40px}.founders-section__heading{font-size:30px;font-weight:800;color:#333;margin-bottom:8px;letter-spacing:-.3px}.founders-section__sub{font-size:15px;color:#666;margin:0}.founders-grid{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}.founder-card{width:260px}.founder-card__photo{border-radius:10px;overflow:hidden;position:relative}.founder-card__photo img{width:100%;aspect-ratio:5/6;object-fit:cover;display:block}.founder-card__gradient{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent);padding:40px 16px 16px}.founder-card__identity{position:absolute;bottom:16px;left:16px;z-index:2}.founder-card__name{color:#fff;font-weight:700;font-size:14px}.founder-card__role{color:#fff;font-size:12px;opacity:.85}.founder-card__toggle{position:absolute;bottom:16px;right:16px;width:32px;height:32px;border-radius:50%;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;font-size:20px;color:#1a371a;font-weight:400;box-shadow:0 2px 8px #0003}.founder-card__bio{background:#f5f8e5;border:1px solid #c8e6a0;border-radius:0 0 10px 10px;padding:14px 16px;font-size:13px;color:#333;line-height:1.6;margin-top:-4px;display:none}.founder-card__bio.is-open{display:block;animation:fadeInUp .25s ease}@media screen and (max-width:768px){.founders-grid{flex-direction:column;align-items:center}.founders-section__heading{font-size:24px}}.store-faq{padding:40px 0;background:#fff}.store-faq__inner{max-width:1200px;margin:0 auto;padding:0 15px}.store-faq__header{text-align:center;margin-bottom:32px}.store-faq__heading{font-size:28px;font-weight:800;color:#333;letter-spacing:-.5px;margin-bottom:8px}.store-faq__sub{font-size:15px;color:#666}.store-faq__grid{display:grid;grid-template-columns:1fr 1fr;gap:0 32px}.store-faq__col{display:flex;flex-direction:column}.store-faq__item{border-bottom:1px solid #e5e5e5;padding-bottom:0}.store-faq__q{display:flex;align-items:flex-start;justify-content:space-between;padding:14px 0;font-size:14px;font-weight:600;color:#333;cursor:pointer;gap:8px}.store-faq__q-icon{font-size:20px;color:#1a371a;font-weight:300;flex-shrink:0;transition:transform .2s;-webkit-user-select:none;user-select:none}.store-faq__item.is-open .store-faq__q-icon{transform:rotate(45deg)}.store-faq__a{display:none;padding:0 0 14px;font-size:13px;color:#555;line-height:1.6}.store-faq__item.is-open .store-faq__a{display:block;animation:fadeIn .2s ease}@media screen and (max-width:768px){.store-faq__grid{grid-template-columns:1fr}.store-faq__heading{font-size:22px}}.guarantee-section{padding:40px 20px;background:#f4f5f4}.guarantee-section__inner{max-width:500px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:0}.guarantee-section__icon{display:flex;justify-content:center;margin-bottom:16px}.guarantee-section__icon svg{width:45px;height:45px}.guarantee-section__subtitle{font-size:18px;color:#0c2e1d;margin-bottom:4px}.guarantee-section__heading{font-size:36px;font-weight:800;color:#0c2e1d;margin-bottom:20px;line-height:1.2}.guarantee-section__body{font-size:14px;color:#0c2e1d;line-height:1.6;margin-bottom:28px}.guarantee-section__cta{display:block;width:100%;max-width:350px;padding:20px;background:linear-gradient(45deg,#2a4d2a,#1a371a);color:#e2f78e;border:none;border-radius:10px;cursor:pointer;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:-.5px;transition:filter .2s;text-decoration:none}.guarantee-section__cta:hover{filter:brightness(1.1)}.guarantee-section__trust{display:flex;justify-content:center;gap:20px;margin-top:16px;font-size:13px;color:#0c2e1d;flex-wrap:wrap}.guarantee-section__trust-item{display:flex;align-items:center;gap:4px}.reviews-section{padding:40px 20px;background:#fff}.reviews-section__inner{max-width:1200px;margin:0 auto}.reviews-section__heading{font-size:28px;font-weight:800;color:#333;margin-bottom:8px}.reviews-section__meta-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.reviews-section__meta{display:flex;align-items:center;gap:8px;margin-top:4px}.reviews-section__stars{display:flex;gap:2px}.reviews-section__stars span{color:#1a371a;font-size:18px}.reviews-section__score{font-size:20px;font-weight:700}.reviews-section__count{font-size:13px;color:#666}.reviews-section__cta{background:#1a371a;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;transition:background .15s}.reviews-section__cta:hover{background:#2a4d2a}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.review-card{border:1px solid #e5e7eb;border-radius:10px;padding:18px}.review-card__stars-row{display:flex;gap:2px;align-items:center;margin-bottom:8px}.review-card__stars-row span{color:#1a371a;font-size:14px}.review-card__date{font-size:12px;color:#999;margin-left:8px}.review-card__title{font-weight:700;font-size:14px;margin-bottom:6px;color:#333}.review-card__text{font-size:13px;color:#555;line-height:1.5;margin:0 0 12px}.review-card__author{display:flex;align-items:center;gap:8px}.review-card__avatar{width:32px;height:32px;border-radius:50%;background:#1a371a;color:#e2f78e;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.review-card__name{font-size:13px;font-weight:700;color:#333}.review-card__verified{display:flex;align-items:center;gap:4px;font-size:11px;color:#16a34a}.newsletter-section{padding:60px 20px;background:#fff}.newsletter-section__inner{max-width:560px;margin:0 auto;text-align:center}.newsletter-section__heading{font-size:28px;font-weight:800;color:#333030;letter-spacing:-.5px;margin-bottom:8px}.newsletter-section__sub{font-size:15px;color:#666;margin-bottom:24px}.newsletter-section__form{display:flex;gap:0;max-width:420px;margin:0 auto}.newsletter-section__input{flex:1;height:48px;padding:0 16px;font-size:14px;font-family:inherit;border:1.5px solid #ccc;border-right:0;border-radius:10px 0 0 10px;outline:none;transition:border-color .15s}.newsletter-section__input:focus{border-color:#1a371a}.newsletter-section__btn{width:48px;height:48px;background:linear-gradient(45deg,#2a4d2a,#1a371a);color:#e2f78e;border:0;border-radius:0 10px 10px 0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:filter .15s;flex-shrink:0}.newsletter-section__btn:hover{filter:brightness(1.1)}.newsletter-section__btn svg{width:20px;height:20px}.newsletter-section__success{color:#16a34a;font-size:14px;font-weight:600;margin-top:12px;display:none}.sticky-atc{position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -1px 5px #0000001a;padding:12px 20px;display:flex;align-items:center;gap:20px;z-index:9900;transform:translateY(100%);transition:transform .3s ease;box-sizing:border-box}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc__product{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.sticky-atc__image{width:50px;height:50px;flex-shrink:0;border:1px solid #65ab65;border-radius:4px;overflow:hidden}.sticky-atc__image img{width:100%;height:100%;object-fit:contain}.sticky-atc__info{min-width:0}.sticky-atc__stars{display:flex;align-items:center;gap:4px;margin-bottom:2px}.sticky-atc__stars span{color:#2a4d2a;font-size:12px}.sticky-atc__rating{font-size:12px;color:#666;margin-left:4px}.sticky-atc__name{font-size:14px;font-weight:700;color:#1d3a1d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__delivery{font-size:12px;color:#1d3a1d;display:flex;align-items:center;gap:4px;white-space:nowrap}.sticky-atc__btn{background:linear-gradient(45deg,#2a4d2a,#1a371a);color:#e2f78e;border:none;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:700;cursor:pointer;text-transform:uppercase;white-space:nowrap;flex-shrink:0}.sticky-atc__btn:hover{filter:brightness(1.1)}.site-footer{background:#2a4d2a;color:#b0b0b0;font-family:inherit}.site-footer__inner{max-width:1200px;margin:0 auto;padding:50px 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.site-footer__brand-name{color:#fff;font-size:22px;font-weight:800;font-style:italic;font-family:Georgia,serif}.site-footer__col-title{font-size:16px;font-weight:700;color:#fff;margin-bottom:16px;margin-top:0}.site-footer__links{display:flex;flex-direction:column;gap:8px}.site-footer__link{font-size:14px;color:#b0b0b0;text-decoration:none}.site-footer__link:hover{color:#e2f78e}.site-footer__disclaimer-text{font-size:12px;color:#b0b0b0;line-height:1.5;font-style:italic;margin:0}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:30px 20px}.site-footer__bottom-inner{max-width:1200px;margin:0 auto}.site-footer__disclaimers{display:flex;flex-wrap:wrap;gap:40px;margin-bottom:24px}.site-footer__disclaimer{flex:1;min-width:200px}.site-footer__disclaimer h3{font-size:14px;font-weight:700;color:#fff;margin-bottom:8px;margin-top:0}.site-footer__disclaimer p{font-size:12px;color:#b0b0b0;line-height:1.5;margin:0}.site-footer__copyright-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.site-footer__copyright{font-size:12px;color:#fff6}.site-footer__payment{display:flex;gap:8px;align-items:center}.site-footer__payment-badge{background:#ffffff26;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px}@media screen and (max-width:768px){.site-footer__inner{grid-template-columns:1fr 1fr}}@media screen and (max-width:480px){.site-footer__inner{grid-template-columns:1fr}}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;visibility:hidden;pointer-events:none}.cart-drawer.is-open{visibility:visible;pointer-events:auto}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .3s;cursor:pointer}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;width:min(420px,92vw);height:100%;background:#fff;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-4px 0 32px #0000001f;overflow:hidden}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__topbar{background:#1a371a;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:10px 16px;flex-shrink:0}.cart-drawer__topbar-text{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600}.cart-drawer__close{background:none;border:0;font-size:18px;color:#ffffffbf;cursor:pointer;padding:4px 6px;line-height:1;flex-shrink:0}.cart-drawer__close:hover{color:#fff}.cart-drawer__shipping-bar{background:#f5f8e5;color:#1a371a;font-size:13px;font-weight:600;text-align:center;padding:8px 16px;flex-shrink:0;border-bottom:1px solid #d6e8a4}.cart-drawer__body{flex:1;overflow-y:auto;padding:0}.cart-drawer__empty{text-align:center;padding:48px 20px;color:#888;font-size:14px}.cart-drawer__item{display:flex;gap:12px;padding:14px 16px;border-bottom:1px solid #f0f0f0}.cart-drawer__item--gift{background:#fafff5}.ci-media{position:relative;flex-shrink:0;width:70px;height:70px}.ci-img{width:70px;height:70px;object-fit:cover;border-radius:8px;display:block}.ci-img-placeholder{width:70px;height:70px;background:#f0f0f0;border-radius:8px}.ci-offert-badge{position:absolute;bottom:4px;left:50%;transform:translate(-50%);background:#1a371a;color:#e2f78e;font-size:9px;font-weight:800;padding:2px 6px;border-radius:20px;white-space:nowrap}.ci-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.ci-top{min-height:18px}.ci-gift-badge{display:inline-flex;align-items:center;gap:4px;background:#e2f78e;color:#1a371a;font-size:10px;font-weight:700;padding:2px 8px;border-radius:20px}.ci-bundle-label{display:inline-block;font-size:10px;font-weight:700;color:#1a371a;background:#1a371a14;padding:2px 8px;border-radius:20px}.ci-name{font-size:14px;font-weight:600;color:#333;line-height:1.3}.ci-price-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.ci-old-price{font-size:12px;color:#999}.ci-final-price{font-size:14px;font-weight:700;color:#1a371a}.ci-final-price--free{color:#16a34a}.ci-savings{display:inline-block;font-size:10px;font-weight:700;color:#dc2626;background:#fef2f2;padding:2px 6px;border-radius:4px}.ci-qty{display:flex;align-items:center;gap:4px;margin-top:2px}.ci-qty-btn{width:26px;height:26px;border:1px solid #ddd;border-radius:4px;background:#fff;font-size:16px;font-weight:600;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:border-color .15s}.ci-qty-btn:hover{border-color:#1a371a;color:#1a371a}.ci-qty-num{font-size:14px;font-weight:600;min-width:20px;text-align:center}.ci-qty-remove{background:none;border:0;cursor:pointer;color:#bbb;padding:4px;display:flex;align-items:center;margin-left:4px;transition:color .15s}.ci-qty-remove:hover{color:#dc2626}.ci-qty-label{font-size:12px;color:#888}.cart-drawer__footer{padding:14px 16px;border-top:1px solid #e5e5e5;display:flex;flex-direction:column;gap:10px;flex-shrink:0;background:#fff}.cart-drawer__totals-row{display:flex;justify-content:space-between;align-items:center}.cart-drawer__totals-label{font-size:13px;font-weight:600;color:#333}.cart-drawer__totals-right{display:flex;align-items:center;gap:8px}.cart-drawer__original-price{font-size:13px;color:#999}.cart-drawer__final-price{font-size:18px;font-weight:800;color:#1a371a}.cart-drawer__checkout{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px;background:#1a371a;color:#e2f78e;font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:.3px;border-radius:10px;text-decoration:none;border:0;cursor:pointer;transition:filter .2s}.cart-drawer__checkout:hover{filter:brightness(1.15)}.cart-drawer__guarantee{display:flex;align-items:center;justify-content:center;gap:5px;font-size:12px;color:#555;margin:0}.cart-drawer__payments{display:flex;justify-content:center;gap:6px;flex-wrap:wrap}.cart-drawer__payment-badge{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;padding:3px 7px;font-size:10px;font-weight:700;color:#333}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .65s ease,transform .65s ease}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}@media screen and (min-width:769px){.benefits-section:nth-of-type(2n) .benefits-section__inner{flex-direction:row-reverse}}.featured-testimonial{padding:80px 20px;background:#f5f8e5;text-align:center}.featured-testimonial__inner{max-width:800px;margin:0 auto}.featured-testimonial__context{font-size:14px;font-weight:600;color:#1a371a;margin-bottom:24px;letter-spacing:.3px}.featured-testimonial__quote{font-size:clamp(17px,2.2vw,24px);color:#1a371a;font-style:italic;line-height:1.65;margin:0 0 32px;font-weight:500;border:0;padding:0}.featured-testimonial__quote:before{content:"\201c";font-size:72px;color:#e2f78e;line-height:0;vertical-align:-.38em;margin-right:4px;font-style:normal}.featured-testimonial__cta{display:inline-block;color:#1a371a;font-size:15px;font-weight:700;border-bottom:2px solid #1a371a;text-decoration:none;padding-bottom:2px}.featured-testimonial__cta:hover{opacity:.75}.problem-section{padding:72px clamp(20px,6vw,80px);background:#f5f8e5}.problem-section__inner{max-width:1200px;margin:0 auto;display:flex;gap:60px;align-items:flex-start;flex-wrap:wrap}.problem-section__image-col{flex:0 0 45%;min-width:280px}.problem-section__image{width:100%;border-radius:12px;display:block;object-fit:cover}.problem-section__image-placeholder{aspect-ratio:4/5;background:#1a371a14;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#1a371a59}.problem-section__text-col{flex:1;min-width:280px}.problem-section__eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#2a4d2a;margin-bottom:12px}.problem-section__heading{font-size:clamp(24px,3vw,32px);font-weight:800;color:#1a371a;margin-bottom:10px;line-height:1.2}.problem-section__subhead{font-size:17px;color:#1a371a;margin-bottom:24px;font-weight:600;line-height:1.4}.problem-section__body{font-size:15px;color:#333;line-height:1.75;margin-bottom:20px}.problem-section__highlight{font-size:15px;color:#1a371a;line-height:1.75;margin-bottom:20px}.problem-section__transition{font-size:15px;color:#1a371a;font-style:italic;margin-top:24px;line-height:1.6}.problem-section__image-mobile{display:none}@media screen and (max-width:768px){.problem-section__inner{flex-direction:column}.problem-section__image-col{display:none}.problem-section__image-mobile{display:block;width:100%;margin:16px 0 20px}.problem-section__image-mobile img{width:100%;border-radius:12px;display:block;object-fit:cover}.problem-section__image-mobile .problem-section__image-placeholder{aspect-ratio:4/5;background:#1a371a14;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#1a371a59}}.mechanism-section{padding:72px clamp(20px,6vw,80px);background:#0c2e1d;color:#fff}.mechanism-section__inner{max-width:1200px;margin:0 auto}.mechanism-section__eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#e2f78e;margin-bottom:16px}.mechanism-section__heading{font-size:clamp(24px,3vw,34px);font-weight:800;color:#fff;margin-bottom:16px;line-height:1.2}.mechanism-section__subhead{font-size:15px;color:#fffc;line-height:1.75;margin-bottom:48px;max-width:700px}.mechanism-section__cards{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:40px}.ingredient-card{flex:1;min-width:220px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:24px}.ingredient-card--featured{border-color:#e2f78e;background:#e2f78e12}.ingredient-card__img-wrap{width:80px;height:80px;border-radius:50%;overflow:hidden;margin:0 auto 14px;background:#ffffff1a;display:flex;align-items:center;justify-content:center}.ingredient-card__img{width:80px;height:80px;object-fit:cover;border-radius:50%;display:block}.ingredient-card__icon{font-size:32px;line-height:1}.ingredient-card__name{font-size:13px;font-weight:800;color:#e2f78e;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.ingredient-card__latin{font-size:11px;color:#ffffff73;font-style:italic;margin-bottom:12px}.ingredient-card__text{font-size:13px;color:#fffc;line-height:1.65}.ingredient-card__badge{margin-top:14px;display:inline-block;background:#e2f78e;color:#0c2e1d;font-size:10px;font-weight:800;padding:4px 10px;border-radius:20px;line-height:1.4;text-align:center}.mechanism-section__summary{text-align:center;font-size:15px;color:#ffffffd9;max-width:640px;margin:0 auto;line-height:1.6}@media screen and (max-width:768px){.mechanism-section__cards{flex-direction:column}.ingredient-card{min-width:unset}}.before-after-section{padding:60px 20px;background:#fff}.before-after-section__inner{max-width:1200px;margin:0 auto}.before-after-section__heading{font-size:clamp(24px,3vw,32px);font-weight:800;color:#1a371a;text-align:center;margin-bottom:8px}.before-after-section__sub{font-size:16px;color:#555;text-align:center;margin-bottom:40px}.before-after-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.ba-pair{border:1px solid #e5e5e5;border-radius:12px;overflow:hidden}.ba-pair__photo-wrap{position:relative;overflow:hidden;background:#f5f8e5}.ba-pair__photo-single{width:100%;height:auto;display:block}.ba-pair__photo-placeholder{aspect-ratio:3/2;display:flex;align-items:center;justify-content:center;font-size:24px;color:#888}.ba-pair__label{position:absolute;background:#000000a6;color:#fff;font-size:10px;font-weight:700;padding:3px 8px;border-radius:20px;letter-spacing:.3px}.ba-pair__label--before{bottom:8px;left:8px}.ba-pair__label--after{bottom:8px;right:8px}.ba-pair__info{padding:14px 16px}.ba-pair__stars{color:#1a371a;font-size:12px;margin-bottom:6px}.ba-pair__quote{font-size:13px;color:#333;font-style:italic;line-height:1.5;margin-bottom:6px}.ba-pair__author{font-size:12px;color:#666;font-weight:600}.before-after-section__disclaimer{text-align:center;font-size:12px;color:#888;font-style:italic;margin-top:28px}@media screen and (max-width:480px){.before-after-grid{grid-template-columns:1fr}}.jock-itch-section{padding:72px clamp(20px,6vw,80px);background:#eef5e8}.jock-itch-section__inner{max-width:1200px;margin:0 auto;display:flex;gap:60px;align-items:flex-start;flex-wrap:wrap}.jock-itch-section__left{flex:1;min-width:280px}.jock-itch-section__right{flex:0 0 340px}.jock-itch-section__image-wrap{margin-bottom:20px;border-radius:12px;overflow:hidden}.jock-itch-section__image{width:100%;height:auto;display:block;border-radius:12px}.jock-itch-section__eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#2a4d2a;margin-bottom:12px}.jock-itch-section__heading{font-size:clamp(22px,2.8vw,30px);font-weight:800;color:#1a371a;margin-bottom:8px;line-height:1.2}.jock-itch-section__subhead{font-size:16px;color:#1a371a;margin-bottom:20px;font-weight:500}.jock-itch-section__body{font-size:15px;color:#333;line-height:1.75;margin-bottom:24px}.jock-itch-biofilm{background:#ffffffb3;border-left:3px solid #1a371a;border-radius:0 8px 8px 0;padding:16px 20px;margin-bottom:24px}.jock-itch-biofilm__title{font-size:13px;font-weight:800;color:#1a371a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.jock-itch-biofilm__text{font-size:14px;color:#333;line-height:1.65}.jock-itch-section__advantage{font-size:15px;color:#1a371a;line-height:1.65;margin-bottom:24px}.jock-itch-callout{background:#fff;border:2px solid #1a371a;border-radius:12px;padding:20px 24px}.jock-itch-callout__item{font-size:14px;color:#1a371a;font-weight:600;padding:8px 0;border-bottom:1px solid rgba(26,55,26,.1)}.jock-itch-callout__item:last-of-type{border-bottom:none}.jock-itch-callout__footer{font-size:15px;font-weight:700;color:#1a371a;text-align:center;margin-top:16px;padding-top:16px;border-top:1px solid rgba(26,55,26,.15)}.jock-itch-testimonial{background:#fff;border-radius:12px;padding:20px;font-size:14px;color:#333;font-style:italic;line-height:1.6;margin-top:20px;box-shadow:0 2px 12px #0000000f}.jock-itch-testimonial__stars{color:#1a371a;font-style:normal;font-size:13px;margin-bottom:10px;display:block}.jock-itch-testimonial__author{font-style:normal;font-weight:700;font-size:13px;color:#1a371a;margin-top:12px;display:block}@media screen and (max-width:768px){.jock-itch-section__inner{flex-direction:column}.jock-itch-section__right{flex:none;width:100%}}.comparison-section{padding:72px 20px;background:#fff}.comparison-section__inner{max-width:1100px;margin:0 auto}.comparison-section__heading{font-size:clamp(24px,3vw,32px);font-weight:800;color:#1a371a;text-align:center;margin-bottom:8px}.comparison-section__sub{font-size:16px;color:#555;text-align:center;margin-bottom:48px}.comparison-table__wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.comparison-table{width:100%;border-collapse:collapse;font-size:14px;min-width:560px}.comparison-table th{padding:14px 16px;font-size:13px;font-weight:700;text-align:center;border-bottom:2px solid #e5e5e5}.comparison-table th.col-criteria{text-align:left;font-size:13px;color:#888;font-weight:600}.comparison-table th.col-sauvea{background:#1a371a;color:#e2f78e;border-radius:12px 12px 0 0;padding:16px}.comparison-table td{padding:13px 16px;border-bottom:1px solid #f0f0f0;text-align:center;vertical-align:middle}.comparison-table td.col-criteria{text-align:left;font-weight:500;color:#333}.comparison-table td.col-sauvea{background:#1a371a08;font-weight:700}.comparison-table tr:last-child td{border-bottom:none}.comparison-table .check{color:#1a371a;font-size:15px;font-weight:800}.comparison-table .cross{color:#c0392b;font-size:15px;font-weight:700}.comparison-table .note-text{font-size:12px;color:#888}@media screen and (max-width:768px){.comparison-section{padding:48px 12px}}.mid-offer-section{padding:72px clamp(20px,6vw,80px);background:#1a371a;color:#fff}.mid-offer-section__inner{max-width:1200px;margin:0 auto;display:flex;gap:60px;align-items:center;flex-wrap:wrap}.mid-offer-section__left{flex:0 0 300px}.mid-offer-section__image{width:100%;height:auto;display:block;border-radius:16px;object-fit:cover;max-width:100%}.mid-offer-section__image-placeholder{aspect-ratio:3/4;background:#ffffff14;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#ffffff59}.mid-offer-section__right{flex:1;min-width:280px}.mid-offer-section__banner{display:inline-block;background:#e2f78e;color:#1a371a;font-size:12px;font-weight:800;padding:6px 14px;border-radius:20px;margin-bottom:20px}.mid-offer-section__heading{font-size:clamp(24px,3vw,34px);font-weight:800;color:#e2f78e;margin-bottom:8px;line-height:1.2}.mid-offer-section__product{font-size:16px;font-weight:700;color:#fff;margin-bottom:4px}.mid-offer-section__rating{font-size:14px;color:#ffffffbf;margin-bottom:24px}.mid-offer-section__benefit{font-size:14px;color:#ffffffe6;padding:5px 0;line-height:1.5}.mid-offer-section__scarcity{font-size:13px;color:#e2f78e;font-weight:600;margin:20px 0;padding:10px 14px;background:#e2f78e1a;border-radius:8px;border:1px solid rgba(226,247,142,.25)}.mid-offer-section__cta{display:block;width:100%;max-width:380px;padding:20px;background:#e2f78e;color:#1a371a;border-radius:10px;font-size:17px;font-weight:800;text-align:center;text-transform:uppercase;text-decoration:none;letter-spacing:-.3px;margin-bottom:16px;transition:filter .2s}.mid-offer-section__cta:hover{filter:brightness(1.08)}.mid-offer-section__reassurance{display:flex;gap:16px;font-size:12px;color:#ffffffa6;flex-wrap:wrap}.mid-offer-section__reassurance-item{display:flex;align-items:center;gap:5px}@media screen and (max-width:768px){.mid-offer-section__inner{flex-direction:column}.mid-offer-section__left{flex:none;width:100%;max-width:280px;margin:0 auto}}.final-offer-section{padding:80px 20px;background:#f5f8e5}.final-offer-section__inner{max-width:640px;margin:0 auto;text-align:center}.final-offer-section__heading{font-size:clamp(26px,3.5vw,36px);font-weight:800;color:#1a371a;margin-bottom:8px}.final-offer-section__sub{font-size:16px;color:#1a371a;margin-bottom:40px;line-height:1.6;opacity:.85}.final-offer-card{background:#fff;border:2px solid #1a371a;border-radius:16px;padding:32px;text-align:center}.final-offer-card__badge{display:inline-flex;align-items:center;gap:6px;background:#e2f78e;color:#1a371a;font-size:11px;font-weight:800;padding:5px 14px;border-radius:20px;margin-bottom:20px;letter-spacing:.3px}.final-offer-card__name{font-size:20px;font-weight:800;color:#1a371a;margin-bottom:6px}.final-offer-card__desc{font-size:13px;color:#555;margin-bottom:24px;line-height:1.5}.final-offer-card__price-row{display:flex;align-items:baseline;gap:12px;justify-content:center;margin-bottom:28px}.final-offer-card__price{font-size:34px;font-weight:800;color:#1a371a}.final-offer-card__compare{font-size:18px;color:#aaa;text-decoration:line-through}.final-offer-card__cta{display:block;width:100%;padding:20px;background:linear-gradient(45deg,#2a4d2a,#1a371a);color:#e2f78e;border:none;border-radius:10px;font-size:17px;font-weight:800;cursor:pointer;text-transform:uppercase;letter-spacing:-.3px;margin-bottom:20px;text-decoration:none;transition:filter .2s}.final-offer-card__cta:hover{filter:brightness(1.1)}.final-offer-card__reassurance{display:flex;gap:16px;justify-content:center;font-size:12px;color:#555;flex-wrap:wrap}.final-offer-section__quote{margin-top:32px;font-size:15px;color:#1a371a;font-style:italic;line-height:1.6;opacity:.8}
/*# sourceMappingURL=/cdn/shop/t/17/assets/theme.css.map */
