:root{--cr-forest:#0F4D3E;--cr-forest-dark:#083527;--cr-forest-mid:#1D6E5C;--cr-cream:#F7F3EC;--cr-cream-soft:#FBF8F2;--cr-citrus:#E8B43C;--cr-citrus-hover:#D4A02A;--cr-citrus-light:#FDF4DC;--cr-text:#1A2A23;--cr-text-mid:#4A5A53;--cr-text-muted:#7A8A83;--cr-white:#FFFFFF;--cr-off-white:#FAFAF7;--cr-border:#E8E4DA;--cr-border-light:#F0EBE0;--cr-success:#2E7D5C;--cr-success-bg:#E1F2EA;--cr-star:#E8B43C;--cr-radius:12px;--cr-radius-lg:16px;--cr-radius-pill:999px;--cr-shadow:0 2px 12px rgba(15,77,62,.06);--cr-shadow-lg:0 8px 32px rgba(15,77,62,.1);--cr-font:"DM Sans",-apple-system,BlinkMacSystemFont,sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:var(--cr-font);color:var(--cr-text);font-size:17px;line-height:1.6;background:var(--cr-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{margin:0;font-family:var(--cr-font);color:var(--cr-text);letter-spacing:-.01em;line-height:1.2;font-weight:800}p{margin:0}ul{margin:0;padding:0;list-style:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none;padding:0;color:inherit}a{color:inherit;text-decoration:none}.cr-announce{background:var(--cr-forest-dark);color:#f0e5c8;text-align:center;padding:11px 16px;font-size:13px;font-weight:500;letter-spacing:.02em}.cr-announce strong{color:var(--cr-citrus)}.cr-header{background:var(--cr-white);border-bottom:1px solid var(--cr-border);padding:14px 0;position:sticky;top:0;z-index:100}.cr-header-inner{max-width:1280px;margin:0 auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.cr-logo{font-size:22px;font-weight:800;color:var(--cr-forest);letter-spacing:-.02em;text-decoration:none;white-space:nowrap}.cr-logo span{color:var(--cr-citrus)}.cr-nav{display:none;align-items:center;gap:28px;font-size:14px;font-weight:500}.cr-nav a{color:var(--cr-text-mid);transition:color .15s}.cr-nav a:hover{color:var(--cr-forest)}.cr-header-right{display:flex;align-items:center;gap:12px}.cr-header-trust{display:none;align-items:center;gap:6px;font-size:13px;color:var(--cr-text-mid)}.cr-header-trust .stars{color:var(--cr-star);letter-spacing:1px}.cr-cart-btn{position:relative;width:40px;height:40px;border-radius:50%;background:var(--cr-cream-soft);display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--cr-forest);transition:background .15s}.cr-cart-btn:hover{background:var(--cr-cream)}.cr-cart-count{position:absolute;top:-2px;right:-2px;background:var(--cr-citrus);color:var(--cr-text);font-size:10px;font-weight:800;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px}.cr-menu-btn{display:flex;width:40px;height:40px;align-items:center;justify-content:center;font-size:22px;color:var(--cr-forest);background:none;border:none;cursor:pointer}.cr-mobile-nav{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--cr-white);z-index:200;transform:translate(-100%);transition:transform .3s;display:flex;flex-direction:column}.cr-mobile-nav.open{transform:translate(0)}.cr-mobile-nav-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid var(--cr-border)}.cr-mobile-nav-close{font-size:24px;color:var(--cr-text);background:none;border:none}.cr-mobile-nav-links{padding:24px 16px;display:flex;flex-direction:column;gap:20px}.cr-mobile-nav-links a{font-size:18px;font-weight:600;color:var(--cr-text);padding:8px 0}.cr-marquee{background:var(--cr-cream-soft);border-bottom:1px solid var(--cr-border-light);padding:11px 0;overflow:hidden;white-space:nowrap}.cr-marquee-track{display:inline-flex;gap:40px;animation:cr-scroll 38s linear infinite;font-size:12.5px;color:var(--cr-text-mid)}.cr-marquee-item{display:inline-flex;align-items:center;gap:8px;letter-spacing:.04em}.cr-marquee-item .check{color:var(--cr-success);font-weight:700;font-size:14px}.cr-marquee-item strong{color:var(--cr-text);font-weight:700}@keyframes cr-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.cr-pdp-main{max-width:1280px;margin:0 auto;padding:24px 16px;display:grid;grid-template-columns:1fr;gap:32px}.cr-gallery{position:relative}.cr-gallery-main{background:var(--cr-cream-soft);border-radius:var(--cr-radius-lg);aspect-ratio:1;overflow:hidden;margin-bottom:12px;position:relative}.cr-gallery-main img{width:100%;height:100%;object-fit:cover}.cr-gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.cr-gallery-thumb{background:var(--cr-cream-soft);border-radius:8px;aspect-ratio:1;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s}.cr-gallery-thumb.active{border-color:var(--cr-forest)}.cr-gallery-thumb img{width:100%;height:100%;object-fit:cover}.cr-product-info{padding:0}.cr-rating-row{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:14px;flex-wrap:wrap}.cr-rating-row .stars{color:var(--cr-star);font-size:18px;letter-spacing:2px}.cr-rating-row .count{color:var(--cr-text-mid)}.cr-rating-row .count strong{color:var(--cr-text);font-weight:700}.cr-product-title{font-size:30px;font-weight:800;color:var(--cr-text);line-height:1.15;margin-bottom:12px}.cr-price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:18px;flex-wrap:wrap}.cr-price-current{font-size:28px;font-weight:800;color:var(--cr-text)}.cr-price-was{font-size:20px;color:var(--cr-text-muted);text-decoration:line-through}.cr-price-save{background:var(--cr-success-bg);color:var(--cr-success);padding:5px 12px;border-radius:var(--cr-radius-pill);font-size:12px;font-weight:800;letter-spacing:.03em}.cr-tagline{font-size:17px;font-weight:700;color:var(--cr-forest);margin-bottom:14px;line-height:1.4}.cr-benefits{margin-bottom:22px;display:flex;flex-direction:column;gap:11px}.cr-benefits li{display:flex;align-items:flex-start;gap:12px;font-size:16px;color:var(--cr-text-mid);line-height:1.5}.cr-benefits .check{width:22px;height:22px;background:var(--cr-forest);color:var(--cr-white);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px;font-weight:800;margin-top:1px}.cr-ships-by{display:flex;align-items:center;gap:10px;background:var(--cr-success-bg);border-radius:var(--cr-radius);padding:11px 14px;margin-bottom:16px;font-size:14px;color:var(--cr-success);font-weight:500}.cr-ships-by .dot{width:9px;height:9px;border-radius:50%;background:var(--cr-success);animation:cr-pulse 2s infinite;flex-shrink:0}.cr-ships-by strong{font-weight:800}@keyframes cr-pulse{0%,to{opacity:1}50%{opacity:.4}}.cr-kaching-mount{margin-bottom:16px;min-height:200px}.cr-atc{width:100%;background:var(--cr-citrus);color:var(--cr-text);border-radius:var(--cr-radius-pill);padding:18px 24px;font-size:18px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;transition:all .15s;margin-bottom:10px;box-shadow:0 4px 0 var(--cr-citrus-hover);border:none;cursor:pointer}.cr-atc:hover{background:var(--cr-citrus-hover)}.cr-atc:active{transform:translateY(2px);box-shadow:0 2px 0 var(--cr-citrus-hover)}.cr-guarantee-mini{text-align:center;font-size:13px;color:var(--cr-text-mid);margin-bottom:20px;display:flex;align-items:center;justify-content:center;gap:6px}.cr-guarantee-mini .icon{color:var(--cr-forest);font-size:16px}.cr-payments{display:flex;justify-content:center;gap:6px;margin-bottom:24px;flex-wrap:wrap}.cr-payment-icon{height:24px;background:var(--cr-white);border:1px solid var(--cr-border);border-radius:4px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;color:var(--cr-text-mid);letter-spacing:.04em}.cr-accordion{margin-bottom:24px}.cr-accordion-item{border-bottom:1px solid var(--cr-border)}.cr-accordion-header{width:100%;text-align:left;padding:16px 0;font-weight:700;font-size:15px;color:var(--cr-text);display:flex;justify-content:space-between;align-items:center;background:none;border:none;cursor:pointer}.cr-accordion-icon{width:24px;height:24px;border-radius:50%;background:var(--cr-cream);display:inline-flex;align-items:center;justify-content:center;font-size:16px;color:var(--cr-text);transition:transform .2s;flex-shrink:0}.cr-accordion-item.open .cr-accordion-icon{transform:rotate(45deg)}.cr-accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease;font-size:15px;color:var(--cr-text-mid);line-height:1.7}.cr-accordion-content-inner{padding:0 0 18px}.cr-accordion-item.open .cr-accordion-content{max-height:800px}.cr-sticky-atc{position:fixed;bottom:0;left:0;right:0;background:var(--cr-white);border-top:1px solid var(--cr-border);padding:10px 14px;display:flex;align-items:center;gap:10px;z-index:90;transform:translateY(110%);transition:transform .3s;box-shadow:0 -4px 16px #00000014}.cr-sticky-atc.visible{transform:translateY(0)}.cr-sticky-atc-img{width:44px;height:44px;background:var(--cr-cream-soft);border-radius:8px;flex-shrink:0;overflow:hidden}.cr-sticky-atc-img img{width:100%;height:100%;object-fit:cover}.cr-sticky-atc-info{flex:1;min-width:0}.cr-sticky-atc-title{font-size:13px;font-weight:700;color:var(--cr-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cr-sticky-atc-stars{font-size:11px;color:var(--cr-star)}.cr-sticky-atc-btn{background:var(--cr-citrus);color:var(--cr-text);font-weight:800;font-size:13px;padding:12px 18px;border-radius:var(--cr-radius-pill);text-transform:uppercase;letter-spacing:.03em;flex-shrink:0;border:none;cursor:pointer}.cr-section{padding:48px 16px;background:var(--cr-white)}.cr-section.alt{background:var(--cr-cream-soft)}.cr-section-inner{max-width:1100px;margin:0 auto}.cr-section-title{font-size:28px;font-weight:800;color:var(--cr-text);text-align:center;margin-bottom:14px;line-height:1.2}.cr-section-title em{font-style:normal;color:var(--cr-forest)}.cr-section-subtitle{text-align:center;font-size:16px;color:var(--cr-text-mid);max-width:580px;margin:0 auto 32px;line-height:1.6}.cr-ingredients-grid{display:grid;grid-template-columns:1fr;gap:12px}.cr-ingredient-card{background:var(--cr-white);border-radius:var(--cr-radius);padding:18px;display:flex;align-items:center;gap:14px;border:1px solid var(--cr-border)}.cr-ingredient-icon{width:60px;height:60px;background:var(--cr-cream-soft);border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:28px}.cr-ingredient-name{font-weight:800;font-size:16px;color:var(--cr-text);margin-bottom:2px}.cr-ingredient-desc{font-size:13px;color:var(--cr-text-muted)}.cr-different-grid{display:grid;grid-template-columns:1fr;gap:24px}.cr-different-image{border-radius:var(--cr-radius-lg);overflow:hidden;background:var(--cr-cream-soft);aspect-ratio:4/5}.cr-different-image img{width:100%;height:100%;object-fit:cover}.cr-different-list{display:flex;flex-direction:column;gap:14px}.cr-different-item{background:var(--cr-cream-soft);border-radius:var(--cr-radius);padding:18px 20px}.cr-different-title{font-weight:800;font-size:16px;color:var(--cr-forest);margin-bottom:6px;display:flex;align-items:center;gap:8px}.cr-different-title .icon{font-size:18px}.cr-different-text{font-size:14px;color:var(--cr-text-mid);line-height:1.6}.cr-video-section{padding:48px 16px;background:var(--cr-white)}.cr-video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.cr-video-card{position:relative;background:var(--cr-cream-soft);border-radius:var(--cr-radius);aspect-ratio:9/16;overflow:hidden;cursor:pointer}.cr-video-card video,.cr-video-card img{width:100%;height:100%;object-fit:cover}.cr-video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--cr-forest)}.cr-video-caption{position:absolute;bottom:8px;left:8px;right:8px;background:#0000008c;color:var(--cr-white);font-size:11px;padding:5px 10px;border-radius:6px;font-weight:600}.cr-reviews-rating-summary{text-align:center;margin-bottom:28px}.cr-reviews-rating-summary .happy{font-size:13px;color:var(--cr-text-mid);margin-bottom:6px;font-weight:600}.cr-reviews-rating-summary .score{font-size:15px;color:var(--cr-success);font-weight:700;display:inline-flex;align-items:center;gap:8px}.cr-reviews-rating-summary .stars{color:var(--cr-star);letter-spacing:2px;font-size:18px}.cr-reviews-grid{display:grid;grid-template-columns:1fr;gap:14px}.cr-review-card{background:var(--cr-white);border-radius:var(--cr-radius);padding:18px;border:1px solid var(--cr-border)}.cr-review-image{background:var(--cr-cream-soft);border-radius:8px;aspect-ratio:4/3;margin-bottom:14px;overflow:hidden}.cr-review-image img{width:100%;height:100%;object-fit:cover}.cr-review-text{font-size:14px;color:var(--cr-text);line-height:1.6;margin-bottom:14px}.cr-review-meta{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid var(--cr-border)}.cr-review-badge{background:var(--cr-success-bg);color:var(--cr-success);font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;display:inline-flex;align-items:center;gap:4px}.cr-review-name{font-weight:700;font-size:13px;color:var(--cr-text)}.cr-howto-layout{display:grid;grid-template-columns:1fr;gap:24px}.cr-howto-title{font-size:24px;font-weight:800;margin-bottom:10px;color:var(--cr-text)}.cr-howto-intro{font-size:15px;color:var(--cr-text-mid);margin-bottom:18px;line-height:1.6}.cr-howto-steps{display:flex;flex-direction:column;gap:14px}.cr-howto-step{display:flex;align-items:center;gap:12px;font-size:15px;color:var(--cr-text)}.cr-howto-step-icon{width:40px;height:40px;background:var(--cr-cream-soft);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--cr-forest);flex-shrink:0}.cr-howto-step strong{font-weight:700}.cr-need-layout{display:grid;grid-template-columns:1fr;gap:24px}.cr-need-image{background:var(--cr-cream-soft);border-radius:var(--cr-radius-lg);aspect-ratio:4/3;overflow:hidden}.cr-need-image img{width:100%;height:100%;object-fit:cover}.cr-stats-list{display:flex;flex-direction:column;gap:12px}.cr-stat-row{display:flex;align-items:center;gap:16px;background:var(--cr-white);border-radius:var(--cr-radius);padding:14px 16px;border:1px solid var(--cr-border)}.cr-stat-circle{width:64px;height:64px;border-radius:50%;background:conic-gradient(var(--cr-forest) calc(var(--pct) * 1%),var(--cr-border-light) 0);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.cr-stat-circle:after{content:"";position:absolute;top:6px;right:6px;bottom:6px;left:6px;background:var(--cr-white);border-radius:50%}.cr-stat-num{position:relative;z-index:1;font-size:16px;font-weight:800;color:var(--cr-text)}.cr-stat-text{font-size:14px;color:var(--cr-text-mid);line-height:1.5}.cr-vs-table{background:var(--cr-cream-soft);border-radius:var(--cr-radius-lg);overflow:hidden;border:1px solid var(--cr-border)}.cr-vs-header{display:grid;grid-template-columns:2fr 1fr 1fr;background:var(--cr-forest);color:var(--cr-white)}.cr-vs-header>div{padding:14px;font-weight:700;font-size:14px;text-align:center}.cr-vs-header>div:first-child{text-align:left}.cr-vs-header .us{background:var(--cr-citrus);color:var(--cr-text)}.cr-vs-row{display:grid;grid-template-columns:2fr 1fr 1fr;border-bottom:1px solid var(--cr-border);background:var(--cr-white)}.cr-vs-row:last-child{border-bottom:none}.cr-vs-row>div{padding:14px;font-size:14px;text-align:center;display:flex;align-items:center;justify-content:center}.cr-vs-row>div:first-child{text-align:left;justify-content:flex-start;font-weight:700;color:var(--cr-text)}.cr-vs-row .yes{color:var(--cr-success);font-size:22px;font-weight:800;background:var(--cr-success-bg)}.cr-vs-row .no{color:#b83a3a;font-size:22px;font-weight:800;background:var(--cr-cream-soft)}.cr-guarantee-section{background:var(--cr-cream-soft);text-align:center;padding:48px 16px}.cr-guarantee-badge{width:90px;height:90px;background:var(--cr-forest);color:var(--cr-citrus);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;margin-bottom:20px;line-height:1.1;flex-direction:column}.cr-guarantee-badge .num{font-size:28px}.cr-guarantee-title{font-size:26px;font-weight:800;margin-bottom:10px;color:var(--cr-text)}.cr-guarantee-text{font-size:15px;color:var(--cr-text-mid);max-width:480px;margin:0 auto 20px;line-height:1.6}.cr-faq-list{max-width:760px;margin:0 auto}.cr-faq-item{background:var(--cr-white);border-radius:var(--cr-radius);margin-bottom:10px;border:1px solid var(--cr-border);overflow:hidden}.cr-faq-question{width:100%;text-align:left;padding:18px;font-weight:700;font-size:15px;color:var(--cr-forest);display:flex;justify-content:space-between;align-items:center;gap:12px;background:none;border:none;cursor:pointer}.cr-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 18px;color:var(--cr-text-mid);font-size:15px;line-height:1.7}.cr-faq-answer-inner{padding-bottom:18px}.cr-faq-item.open .cr-faq-answer{max-height:600px}.cr-faq-icon{width:24px;height:24px;border-radius:50%;background:var(--cr-cream-soft);display:inline-flex;align-items:center;justify-content:center;transition:transform .2s;flex-shrink:0;font-size:14px;color:var(--cr-text)}.cr-faq-item.open .cr-faq-icon{transform:rotate(45deg)}.cr-hero{background:var(--cr-cream-soft);padding:40px 16px 56px;text-align:center;overflow:hidden}.cr-hero-inner{max-width:1100px;margin:0 auto}.cr-hero-badge{display:inline-block;background:var(--cr-white);border:1px solid var(--cr-border);color:var(--cr-forest);padding:6px 14px;border-radius:var(--cr-radius-pill);font-size:12px;font-weight:700;margin-bottom:18px;letter-spacing:.04em}.cr-hero h1{font-size:34px;font-weight:800;color:var(--cr-text);line-height:1.1;margin-bottom:14px;letter-spacing:-.02em}.cr-hero h1 em{font-style:normal;color:var(--cr-forest)}.cr-hero p{font-size:17px;color:var(--cr-text-mid);max-width:540px;margin:0 auto 26px;line-height:1.6}.cr-hero-cta{display:inline-block;background:var(--cr-citrus);color:var(--cr-text);padding:16px 32px;border-radius:var(--cr-radius-pill);font-size:16px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;box-shadow:0 4px 0 var(--cr-citrus-hover);text-decoration:none;margin-bottom:18px}.cr-hero-cta:hover{background:var(--cr-citrus-hover)}.cr-hero-trust{display:flex;justify-content:center;align-items:center;gap:8px;font-size:13px;color:var(--cr-text-mid);flex-wrap:wrap}.cr-hero-trust .stars{color:var(--cr-star);letter-spacing:1px}.cr-hero-image{margin-top:36px;border-radius:var(--cr-radius-lg);overflow:hidden;aspect-ratio:16/9;background:var(--cr-cream);max-width:880px;margin-left:auto;margin-right:auto}.cr-hero-image img{width:100%;height:100%;object-fit:cover}.cr-value-props{padding:40px 16px;background:var(--cr-white)}.cr-value-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;max-width:880px;margin:0 auto}.cr-value-card{background:var(--cr-cream-soft);border-radius:var(--cr-radius);padding:18px 16px;text-align:center}.cr-value-icon{font-size:28px;margin-bottom:8px}.cr-value-title{font-size:14px;font-weight:800;color:var(--cr-text);margin-bottom:4px}.cr-value-desc{font-size:12px;color:var(--cr-text-muted);line-height:1.4}.cr-product-callout{background:var(--cr-white);padding:48px 16px}.cr-product-callout-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:24px;align-items:center;background:var(--cr-cream-soft);border-radius:var(--cr-radius-lg);padding:32px 24px;border:1px solid var(--cr-border-light)}.cr-product-callout-img{aspect-ratio:1;background:var(--cr-white);border-radius:var(--cr-radius);overflow:hidden}.cr-product-callout-img img{width:100%;height:100%;object-fit:cover}.cr-product-callout-content h2{font-size:24px;margin-bottom:10px;color:var(--cr-text)}.cr-product-callout-content p{font-size:15px;color:var(--cr-text-mid);margin-bottom:18px;line-height:1.6}.cr-product-callout-price{display:flex;align-items:baseline;gap:10px;margin-bottom:18px}.cr-product-callout-price .now{font-size:24px;font-weight:800;color:var(--cr-text)}.cr-product-callout-price .was{font-size:16px;color:var(--cr-text-muted);text-decoration:line-through}.cr-footer{background:var(--cr-forest-dark);color:#e5decd;padding:48px 16px 24px}.cr-footer-inner{max-width:1200px;margin:0 auto}.cr-footer-grid{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:32px}.cr-footer h4{font-size:13px;color:var(--cr-citrus);margin-bottom:14px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.cr-footer-links{display:flex;flex-direction:column;gap:10px}.cr-footer-links a{color:#e5decd;text-decoration:none;font-size:14px;opacity:.85;transition:opacity .15s}.cr-footer-links a:hover{opacity:1;color:var(--cr-citrus)}.cr-footer-about p{font-size:13px;line-height:1.7;opacity:.8;margin-bottom:14px}.cr-footer-newsletter input{width:100%;padding:11px 14px;background:#ffffff14;border:1px solid rgba(229,222,205,.2);border-radius:var(--cr-radius);color:var(--cr-white);font-size:14px;font-family:inherit;margin-bottom:8px;box-sizing:border-box}.cr-footer-newsletter input::placeholder{color:#e5decd80}.cr-footer-newsletter button{width:100%;background:var(--cr-citrus);color:var(--cr-text);padding:11px;border-radius:var(--cr-radius);font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.04em;border:none;cursor:pointer}.cr-footer-disclaimer{background:#e8b43c14;border-radius:var(--cr-radius);padding:14px 18px;font-size:12px;color:#e5decd;line-height:1.6;opacity:.85;margin-bottom:20px}.cr-footer-disclaimer strong{color:var(--cr-citrus)}.cr-footer-bottom{border-top:1px solid rgba(229,222,205,.15);padding-top:20px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#e5decd;opacity:.7;flex-wrap:wrap;gap:12px}.cr-cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:420px;background:var(--cr-white);box-shadow:-8px 0 32px #00000026;z-index:300;transform:translate(100%);transition:transform .3s;display:flex;flex-direction:column;font-family:var(--cr-font)}.cr-cart-drawer.open{transform:translate(0)}.cr-cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:299;opacity:0;visibility:hidden;transition:opacity .3s}.cr-cart-overlay.open{opacity:1;visibility:visible}.cr-cart-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid var(--cr-border)}.cr-cart-header h3{font-size:18px;font-weight:800;color:var(--cr-text)}.cr-cart-close{font-size:24px;color:var(--cr-text);background:none;border:none;cursor:pointer;padding:4px;line-height:1}.cr-cart-body{flex:1;overflow-y:auto;padding:16px 20px}.cr-cart-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--cr-border-light)}.cr-cart-item:last-child{border-bottom:none}.cr-cart-item-img{width:68px;height:68px;background:var(--cr-cream-soft);border-radius:8px;flex-shrink:0;overflow:hidden}.cr-cart-item-img img{width:100%;height:100%;object-fit:cover}.cr-cart-item-info{flex:1;min-width:0}.cr-cart-item-title{font-size:14px;font-weight:700;color:var(--cr-text);line-height:1.3;margin-bottom:6px}.cr-cart-item-qty{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--cr-border);border-radius:6px;padding:2px;background:var(--cr-white)}.cr-cart-item-qty button{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:16px;color:var(--cr-text);cursor:pointer}.cr-cart-item-qty span{min-width:24px;text-align:center;font-size:13px;font-weight:700}.cr-cart-item-price{text-align:right;flex-shrink:0}.cr-cart-item-price .was{font-size:12px;color:var(--cr-text-muted);text-decoration:line-through;display:block}.cr-cart-item-price .now{font-size:16px;font-weight:800;color:var(--cr-success)}.cr-cart-item-price .save{font-size:11px;color:var(--cr-success);font-weight:600;display:block;margin-top:2px}.cr-cart-remove{background:none;border:none;color:var(--cr-text-muted);cursor:pointer;padding:4px;font-size:16px;align-self:flex-start}.cr-cart-empty{text-align:center;padding:40px 20px;color:var(--cr-text-muted)}.cr-cart-empty .icon{font-size:48px;margin-bottom:12px;opacity:.4}.cr-cart-upsell{background:var(--cr-cream-soft);border:1px solid var(--cr-border);border-radius:var(--cr-radius);padding:12px;display:flex;align-items:center;gap:12px;margin:16px 0}.cr-cart-upsell-img{width:48px;height:48px;background:var(--cr-white);border-radius:6px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:22px}.cr-cart-upsell-info{flex:1}.cr-cart-upsell-title{font-size:14px;font-weight:800;color:var(--cr-text)}.cr-cart-upsell-desc{font-size:11px;color:var(--cr-text-muted)}.cr-cart-upsell-price{font-size:14px;font-weight:800;color:var(--cr-text);margin-right:8px}.cr-cart-upsell-add{background:var(--cr-forest);color:var(--cr-white);font-size:12px;font-weight:800;padding:7px 14px;border-radius:6px;border:none;cursor:pointer;text-transform:uppercase}.cr-cart-footer{border-top:1px solid var(--cr-border);padding:16px 20px;background:var(--cr-white)}.cr-cart-summary{margin-bottom:14px}.cr-cart-line{display:flex;justify-content:space-between;font-size:14px;color:var(--cr-text);margin-bottom:6px}.cr-cart-line.savings{color:var(--cr-success);font-weight:700}.cr-cart-line.savings .label{color:var(--cr-success)}.cr-cart-line.total{font-size:18px;font-weight:800;color:var(--cr-text);padding-top:8px;border-top:1px solid var(--cr-border);margin-top:8px}.cr-cart-checkout{width:100%;background:var(--cr-forest);color:var(--cr-white);padding:16px;border-radius:var(--cr-radius-pill);font-size:16px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.cr-cart-checkout:hover{background:var(--cr-forest-mid)}.cr-cart-guarantee{text-align:center;font-size:12px;color:var(--cr-text-mid);margin-top:10px;display:flex;align-items:center;justify-content:center;gap:6px}.cr-cart-guarantee .icon{color:var(--cr-forest)}@media(min-width:768px){body{font-size:16px}.cr-pdp-main{grid-template-columns:1fr 1fr;gap:48px;padding:32px 24px}.cr-nav,.cr-header-trust{display:flex}.cr-menu-btn{display:none}.cr-section{padding:72px 24px}.cr-section-title{font-size:36px}.cr-product-title{font-size:34px}.cr-ingredients-grid{grid-template-columns:repeat(2,1fr);gap:14px}.cr-different-grid{grid-template-columns:1fr 1fr;gap:40px;align-items:center}.cr-reviews-grid{grid-template-columns:repeat(3,1fr);gap:18px}.cr-need-layout,.cr-howto-layout{grid-template-columns:1fr 1fr;align-items:center;gap:40px}.cr-footer-grid{grid-template-columns:2fr 1fr 1fr 1.2fr}.cr-sticky-atc{display:none}.cr-hero{padding:64px 24px 80px}.cr-hero h1{font-size:48px}.cr-hero p{font-size:18px}.cr-value-grid{grid-template-columns:repeat(4,1fr);gap:16px}.cr-product-callout-inner{grid-template-columns:1fr 1.2fr;gap:40px;padding:48px}.cr-product-callout-content h2{font-size:30px}.cr-video-grid{grid-template-columns:repeat(4,1fr);gap:14px}}@media(min-width:1024px){.cr-product-title{font-size:38px}.cr-section-title{font-size:42px}.cr-hero h1{font-size:56px}}.cr-pdp button:focus-visible,.cr-pdp a:focus-visible{outline:3px solid var(--cr-citrus);outline-offset:2px}.cr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media(prefers-reduced-motion:reduce){.cr-marquee-track,.cr-ships-by .dot{animation:none}}.no-scroll{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/8/assets/citrusroot.css.map */
