*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#4a6741;--primary-light:#6b8c61;--primary-dark:#3a5234;--secondary:#8B7355;--accent:#C4A882;--gold:#B8960C;--bg:#FAF8F5;--bg-warm:#F5F0EB;--bg-green:rgba(74,103,65,.06);--text:#2C2C2C;--text-light:#6B6B6B;--text-muted:#999;--white:#fff;--border:#E8E2DA;--font-heading:"Cormorant Garamond",serif;--font-body:"Inter",sans-serif;--shadow-sm:0 2px 8px rgba(0,0,0,.06);--shadow-md:0 4px 20px rgba(0,0,0,.08);--shadow-lg:0 8px 40px rgba(0,0,0,.12);--radius:12px;--radius-lg:20px;--radius-full:9999px;--transition:all .3s cubic-bezier(.4,0,.2,1)}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text);background:var(--bg);line-height:1.7;-webkit-font-smoothing:antialiased;padding-top:100px}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}h1,h2,h3,h4,h5{font-family:var(--font-heading);font-weight:400;line-height:1.2}.container{max-width:1200px;margin:0 auto;padding:0 24px}.announcement-bar{background:var(--primary);color:var(--white);padding:10px 0;overflow:hidden;white-space:nowrap}.announcement-track{display:inline-flex;gap:48px;animation:announcement-scroll 25s linear infinite}.announcement-item{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;flex-shrink:0}@keyframes announcement-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.header-wrap{position:fixed;top:0;left:0;right:0;z-index:1000}.site-header{background:#fffffff7;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;max-width:1400px;margin:0 auto}.header-logo{font-family:Fredoka,sans-serif;font-size:2.2rem;font-weight:700;color:var(--primary);letter-spacing:.02em;text-transform:uppercase}.header-logo span{font-weight:700;color:#000}.header-nav{display:flex;gap:32px;align-items:center}.header-nav a{font-size:.85rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--text);transition:var(--transition);position:relative}.header-nav a:hover{color:var(--primary)}.header-nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1.5px;background:var(--primary);transition:var(--transition)}.header-nav a:hover:after{width:100%}.header-actions{display:flex;gap:16px;align-items:center}.header-cart{position:relative;padding:8px}.header-cart svg{width:22px;height:22px;stroke:var(--text);fill:none;stroke-width:1.5}.cart-count{position:absolute;top:2px;right:0;background:var(--primary);color:var(--white);font-size:.65rem;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;padding:8px}.mobile-menu-btn span{display:block;width:22px;height:1.5px;background:var(--text);transition:var(--transition)}.hero{padding:60px 0;background:var(--bg);overflow:hidden}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;max-width:1280px;margin:0 auto;padding:0 40px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#4a67411a;color:var(--primary);padding:8px 18px;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}.hero-badge svg{width:14px;height:14px}.hero h1{font-size:3.2rem;color:var(--text);margin-bottom:12px;line-height:1.1;font-weight:600}.hero h1 em{color:var(--primary);font-style:italic}.hero-subtitle{font-size:.95rem;color:var(--text-light);margin-bottom:20px;line-height:1.7}.hero-image-wrap{position:relative;position:sticky;top:120px}.gallery-main{position:relative;margin-bottom:12px}.gallery-main img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;aspect-ratio:1;object-fit:cover}.gallery-thumbs{display:flex;gap:10px}.gallery-thumb{width:72px;height:72px;border-radius:var(--radius);overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;background:none;transition:var(--transition);flex-shrink:0}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb:hover{border-color:var(--primary-light)}.gallery-thumb.active{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.hero-image-badge{position:absolute;bottom:24px;left:24px;background:var(--white);padding:12px 20px;border-radius:var(--radius);box-shadow:var(--shadow-md);display:flex;align-items:center;gap:10px}.hero-image-badge .stars{color:var(--gold);font-size:.9rem}.hero-image-badge .badge-text{font-size:.8rem;font-weight:500;color:var(--text)}.hero-trust-row{display:flex;gap:20px;margin-bottom:24px;flex-wrap:wrap}.hero-trust-item{display:flex;align-items:center;gap:6px;font-size:.78rem;font-weight:500;color:var(--text-light)}.hero-trust-item svg{width:16px;height:16px;color:var(--primary)}.bundle-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.bundle-title{font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--primary);white-space:nowrap}.bundle-line{flex:1;height:1px;background:var(--border)}.bundle-tiers{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.bundle-tier{display:flex;align-items:center;gap:14px;padding:16px 18px;border:2px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:var(--transition);position:relative;background:var(--white)}.bundle-tier:hover{border-color:var(--primary-light)}.bundle-tier input[type=radio]{display:none}.bundle-tier input[type=radio]:checked~.tier-radio{border-color:var(--primary);background:var(--primary)}.bundle-tier input[type=radio]:checked~.tier-radio:after{opacity:1}.bundle-tier:has(input:checked){border-color:var(--primary);background:#4a67410a;box-shadow:0 0 0 1px var(--primary)}.tier-radio{width:20px;height:20px;border-radius:50%;border:2px solid var(--border);flex-shrink:0;position:relative;transition:var(--transition)}.tier-radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background:var(--white);opacity:0;transition:var(--transition)}.tier-info{flex:1}.tier-name{font-size:.9rem;font-weight:600;color:var(--text);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tier-deal{font-size:.65rem;font-weight:700;background:var(--primary);color:var(--white);padding:2px 8px;border-radius:4px;letter-spacing:.05em}.tier-per{font-size:.75rem;color:var(--text-light);margin-top:2px}.tier-per strong{color:var(--primary)}.tier-pricing{text-align:right;flex-shrink:0}.tier-price{font-size:1.1rem;font-weight:700;color:var(--text)}.tier-was{font-size:.8rem;color:var(--text-muted);text-decoration:line-through}.tier-badge{position:absolute;top:-10px;right:16px;background:var(--primary);color:var(--white);font-size:.65rem;font-weight:700;padding:3px 12px;border-radius:var(--radius-full);letter-spacing:.06em;text-transform:uppercase}.tier-popular{border-color:var(--primary-light)}.hero-buy-btn{padding:16px 48px;font-size:1rem;width:100%;margin-bottom:16px}.hero-meta{display:flex;flex-direction:column;gap:10px;padding-top:16px;border-top:1px solid var(--border)}.hero-meta-item{display:flex;align-items:center;gap:10px;font-size:.82rem;color:var(--text-light)}.hero-meta-item svg{width:18px;height:18px;color:var(--primary)}.product-tabs{margin-top:20px;border-top:1px solid var(--border)}.product-tab{border-bottom:1px solid var(--border)}.product-tab-header{display:flex;justify-content:space-between;align-items:center;width:100%;text-align:left;padding:16px 0;font-size:.8rem;font-weight:700;letter-spacing:.1em;color:var(--text);cursor:pointer;background:none;border:none;font-family:var(--font-body)}.product-tab-header svg{width:18px;height:18px;transition:transform .3s ease;color:var(--primary);flex-shrink:0}.product-tab.active .product-tab-header svg{transform:rotate(45deg)}.product-tab-body{max-height:0;overflow:hidden;transition:max-height .4s ease}.product-tab.active .product-tab-body{max-height:400px}.product-tab-body p,.product-tab-body li{font-size:.88rem;color:var(--text-light);line-height:1.7;margin-bottom:8px}.product-tab-body ul,.product-tab-body ol{padding-left:20px;margin-bottom:12px}.product-tab-body ul li::marker{color:var(--primary)}.product-tab-body strong{color:var(--text)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;border-radius:var(--radius-full);font-size:.85rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;transition:var(--transition)}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-outline{border:1.5px solid var(--primary);color:var(--primary);background:transparent}.btn-outline:hover{background:var(--primary);color:var(--white);transform:translateY(-2px)}.btn-accent{background:var(--accent);color:var(--white)}.btn-accent:hover{background:var(--secondary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.marquee-bar{background:var(--bg-warm);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:16px 0;overflow:hidden}.marquee-track{display:flex;gap:48px;animation:marquee 30s linear infinite;white-space:nowrap}.marquee-item{display:flex;align-items:center;gap:10px;font-size:.8rem;font-weight:500;color:var(--text-light);letter-spacing:.06em;text-transform:uppercase;flex-shrink:0}.marquee-item svg{width:16px;height:16px;color:var(--primary)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.benefits{padding:100px 0}.section-header{text-align:center;margin-bottom:64px}.section-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--primary);margin-bottom:12px}.section-title{font-size:2.6rem;margin-bottom:16px}.section-desc{font-size:1rem;color:var(--text-light);max-width:560px;margin:0 auto;line-height:1.8}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.benefit-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:40px 32px;text-align:center;transition:var(--transition)}.benefit-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:transparent}.benefit-icon{width:64px;height:64px;background:var(--bg-green);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:1.6rem}.benefit-card h3{font-size:1.3rem;margin-bottom:12px}.benefit-card p{font-size:.9rem;color:var(--text-light);line-height:1.7}.how-it-works{padding:100px 0;background:var(--bg-warm)}.hiw-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hiw-image img{border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.hiw-steps{display:flex;flex-direction:column;gap:36px}.hiw-step{display:flex;gap:20px;align-items:flex-start}.hiw-step-num{width:44px;height:44px;border-radius:50%;background:var(--primary);color:var(--white);display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:1.1rem;font-weight:600;flex-shrink:0}.hiw-step h3{font-size:1.2rem;margin-bottom:6px}.hiw-step p{font-size:.9rem;color:var(--text-light);line-height:1.7}.ingredients{padding:100px 0}.ingredients-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.ingredients-image img{border-radius:var(--radius-lg)}.ingredient-list{display:flex;flex-direction:column;gap:20px}.ingredient-item{display:flex;gap:16px;align-items:flex-start;padding:16px;border-radius:var(--radius);transition:var(--transition)}.ingredient-item:hover{background:var(--bg-green)}.ingredient-icon{width:40px;height:40px;background:var(--bg-green);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.ingredient-item h4{font-size:1rem;font-family:var(--font-heading);margin-bottom:4px}.ingredient-item p{font-size:.85rem;color:var(--text-light);line-height:1.6}.lifestyle-banner{padding:100px 0;background:var(--bg-warm)}.lifestyle-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.lifestyle-image img{border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.lifestyle-content h2{font-size:2.4rem;margin-bottom:20px}.lifestyle-content p{font-size:1rem;color:var(--text-light);line-height:1.8;margin-bottom:24px}.lifestyle-checks{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.lifestyle-check{display:flex;align-items:center;gap:12px;font-size:.9rem;font-weight:500}.lifestyle-check svg{width:20px;height:20px;color:var(--primary);flex-shrink:0}.testimonials{padding:100px 0}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.testimonial-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;transition:var(--transition)}.testimonial-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.testimonial-stars{color:var(--gold);font-size:.9rem;margin-bottom:16px}.testimonial-text{font-size:.95rem;color:var(--text);line-height:1.7;margin-bottom:20px;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:12px}.testimonial-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.testimonial-name{font-weight:600;font-size:.85rem}.testimonial-verified{font-size:.75rem;color:var(--primary);display:flex;align-items:center;gap:4px}.product-section{padding:100px 0;background:linear-gradient(180deg,var(--bg-green) 0%,var(--bg) 100%)}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-gallery img{border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.product-info .section-eyebrow{text-align:left}.product-title{font-size:2.4rem;margin-bottom:12px}.product-price{font-size:1.8rem;font-family:var(--font-heading);color:var(--primary);margin-bottom:4px}.product-price-compare{font-size:1rem;color:var(--text-muted);text-decoration:line-through;margin-left:8px}.product-desc{font-size:.95rem;color:var(--text-light);line-height:1.8;margin:16px 0 24px}.product-options{margin-bottom:24px}.product-option-label{font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}.product-qty-row{display:flex;gap:12px;margin-bottom:16px}.qty-selector{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:var(--radius-full);overflow:hidden}.qty-btn{padding:10px 16px;font-size:1rem;color:var(--text);transition:var(--transition)}.qty-btn:hover{background:var(--bg-green)}.qty-value{padding:10px 4px;min-width:40px;text-align:center;font-weight:600;font-size:.95rem}.product-buy-btn{width:100%;padding:16px;font-size:.95rem}.product-meta{display:flex;flex-direction:column;gap:12px;margin-top:20px;padding-top:20px;border-top:1px solid var(--border)}.product-meta-item{display:flex;align-items:center;gap:10px;font-size:.85rem;color:var(--text-light)}.product-meta-item svg{width:18px;height:18px;color:var(--primary)}.option-buttons{display:flex;gap:8px;flex-wrap:wrap}.option-btn{padding:10px 20px;border:1.5px solid var(--border);border-radius:var(--radius-full);font-size:.85rem;font-weight:500;transition:var(--transition)}.option-btn:hover,.option-btn.active{border-color:var(--primary);background:var(--bg-green);color:var(--primary)}.faq{padding:100px 0;background:var(--bg-warm)}.faq-list{max-width:720px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border);padding:24px 0}.faq-question{display:flex;justify-content:space-between;align-items:center;width:100%;text-align:left;font-family:var(--font-heading);font-size:1.2rem;color:var(--text);padding:4px 0;cursor:pointer}.faq-question svg{width:20px;height:20px;transition:var(--transition);color:var(--primary);flex-shrink:0}.faq-item.active .faq-question svg{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-item.active .faq-answer{max-height:300px}.faq-answer p{padding:16px 0 8px;font-size:.9rem;color:var(--text-light);line-height:1.8}.site-footer{background:var(--text);color:var(--white);padding:64px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-brand{font-family:var(--font-heading);font-size:1.4rem;margin-bottom:12px}.footer-brand-desc{font-size:.85rem;color:#fff9;line-height:1.7}.footer-heading{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px;color:#fff6}.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-links a{font-size:.85rem;color:#ffffffb3;transition:var(--transition)}.footer-links a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:24px 0;text-align:center;font-size:.8rem;color:#fff6}.fade-in{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:90vw;background:var(--white);z-index:2000;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-4px 0 30px #00000026}.cart-drawer.open{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border)}.cart-drawer-header h3{font-family:var(--font-heading);font-size:1.4rem;font-weight:400}.cart-drawer-close{padding:8px;cursor:pointer}.cart-drawer-close svg{width:22px;height:22px;color:var(--text)}.cart-drawer-body{flex:1;overflow-y:auto;padding:24px}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:60px 0;text-align:center;color:var(--text-light)}.cart-items{display:flex;flex-direction:column;gap:20px}.cart-item{display:flex;gap:16px;padding-bottom:20px;border-bottom:1px solid var(--border)}.cart-item:last-child{border-bottom:none}.cart-item-image{width:80px;height:80px;border-radius:var(--radius);overflow:hidden;flex-shrink:0;background:var(--bg-warm)}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:4px}.cart-item-title{font-weight:600;font-size:.9rem}.cart-item-variant{font-size:.8rem;color:var(--text-muted)}.cart-item-price{font-size:.9rem;color:var(--primary);font-weight:500}.cart-item-qty-row{display:flex;align-items:center;gap:8px;margin-top:8px}.cart-item-qty-btn{width:28px;height:28px;border:1px solid var(--border);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.9rem;cursor:pointer;transition:var(--transition)}.cart-item-qty-btn:hover{border-color:var(--primary);color:var(--primary)}.cart-item-qty{font-size:.85rem;font-weight:600;min-width:20px;text-align:center}.cart-item-remove{margin-left:auto;font-size:.75rem;color:var(--text-muted);text-decoration:underline;cursor:pointer;background:none;border:none}.cart-item-remove:hover{color:var(--text)}.cart-drawer-footer{padding:20px 24px;border-top:1px solid var(--border);background:var(--bg)}.cart-total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:1rem;font-weight:600}.cart-total{font-family:var(--font-heading);font-size:1.2rem;color:var(--primary)}.cart-shipping-note{font-size:.75rem;color:var(--text-muted);margin-bottom:16px}.cart-checkout-btn{width:100%;padding:16px;font-size:.95rem;text-align:center}@media(max-width:1024px){.hero h1,.section-title{font-size:2.2rem}}@media(max-width:768px){.header-nav{display:none}.mobile-menu-btn{display:flex}.hero-inner,.hiw-grid,.ingredients-grid,.lifestyle-grid,.product-grid{grid-template-columns:1fr;gap:32px}.hero{padding:32px 0}.hero h1{font-size:2rem}.hero-inner{padding:0 20px}.hero-image-wrap{position:relative;top:auto;order:-1}.hero-trust-row{gap:12px}.benefits-grid,.testimonials-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.section-title{font-size:2rem}}@media(max-width:480px){.hero h1{font-size:1.6rem}.tier-name{font-size:.8rem}.tier-per{font-size:.7rem}.tier-price{font-size:.95rem}.footer-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
