:root{--navy: #1a2e4a;--teal: #2e7d8a;--teal-light: #3a9aaa;--sky: #d6eef2;--sky-pale: #eef7f9;--green: #2e7a4f;--green-pale: #eef7f3;--blue-pale: #eef3f7;--white: #ffffff;--gray-light: #f5f7f8;--gray-mid: #e0e7ea;--gray-text: #5a6b72;--dark: #1a2e4a;--font-serif: "Playfair Display", Georgia, serif;--font-sans: "Source Sans 3", sans-serif;--radius: 8px;--shadow: 0 4px 20px rgba(0,0,0,.08);--shadow-lg: 0 12px 40px rgba(0,0,0,.14);--transition: all .22s ease;--color-primary: #1a2e4a;--color-accent: #2e7d8a;--color-accent-light: #3a9aaa;--color-bg-light: #eef7f9}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);color:var(--dark);background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}button,input,select,textarea{font-family:inherit}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--navy);color:#fff;padding:14px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:.84rem;box-shadow:0 -3px 16px #00000040}.cookie-banner p{flex:1;line-height:1.5}.cookie-banner a{color:var(--teal-light);text-decoration:underline}.cookie-btn{background:var(--teal);color:#fff;border:none;padding:9px 22px;border-radius:4px;cursor:pointer;font-size:.83rem;font-weight:700;white-space:nowrap;transition:var(--transition)}.cookie-btn:hover{background:var(--teal-light)}.announcement-bar{background:var(--navy);color:#fff;font-size:.78rem;padding:7px 24px;text-align:center;letter-spacing:.04em}.announcement-bar a{color:var(--sky)}.announcement-bar a:hover{text-decoration:underline}.site-header{background:#fff;border-bottom:1px solid var(--gray-mid);position:sticky;top:0;z-index:200;box-shadow:0 2px 12px #0000000f}.header-inner{max-width:1260px;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;height:74px;gap:20px}.logo{display:flex;align-items:center;gap:11px;flex-shrink:0}.logo-img{height:48px;width:auto}.logo-mark{width:46px;height:46px;background:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--font-serif);font-size:1.1rem;font-weight:700;flex-shrink:0}.logo-text-wrap{display:flex;flex-direction:column}.logo-name{font-family:var(--font-serif);font-size:1.35rem;font-weight:700;color:var(--navy);line-height:1}.logo-name span{color:var(--teal)}.logo-tagline{font-size:.66rem;color:var(--gray-text);letter-spacing:.07em;text-transform:uppercase;margin-top:2px}#mainNav{display:flex;align-items:center;gap:4px}.nav-item{position:relative}.nav-link{display:flex;align-items:center;gap:4px;padding:8px 13px;font-size:.875rem;font-weight:500;color:var(--navy);border-radius:5px;transition:var(--transition);white-space:nowrap}.nav-link svg{width:10px;height:6px;flex-shrink:0;transition:transform .2s}.has-dropdown:hover .nav-link svg{transform:rotate(180deg)}.nav-link:hover{color:var(--teal);background:var(--sky-pale)}.dropdown{position:absolute;top:calc(100% + 6px);left:0;background:#fff;border:1px solid var(--gray-mid);border-radius:var(--radius);box-shadow:var(--shadow-lg);min-width:230px;opacity:0;pointer-events:none;transform:translateY(-10px);transition:opacity .2s,transform .2s;z-index:300}.has-dropdown:hover .dropdown{opacity:1;pointer-events:all;transform:translateY(0)}.dropdown a{display:block;padding:11px 20px;font-size:.875rem;color:var(--navy);border-bottom:1px solid var(--gray-mid);transition:background .15s,color .15s}.dropdown a:first-child{border-radius:var(--radius) var(--radius) 0 0}.dropdown a:last-child{border-bottom:none;border-radius:0 0 var(--radius) var(--radius)}.dropdown a:hover{background:var(--sky-pale);color:var(--teal)}.nav-actions{display:flex;align-items:center;gap:8px;margin-left:8px}.nav-pro{border:1px solid var(--teal);color:var(--teal)!important;border-radius:4px;padding:7px 14px;font-size:.82rem;font-weight:700}.nav-pro:hover{background:var(--teal)!important;color:#fff!important}.nav-cart{position:relative;font-size:1.25rem;padding:6px 10px;color:var(--navy);border-radius:4px;transition:var(--transition)}.nav-cart:hover{background:var(--sky-pale)}.cart-count{position:absolute;top:0;right:0;background:var(--teal);color:#fff;border-radius:50%;width:18px;height:18px;font-size:.68rem;font-weight:700;display:flex;align-items:center;justify-content:center}.nav-cta{background:var(--teal);color:#fff!important;border-radius:5px;padding:10px 20px;font-weight:700;font-size:.88rem;transition:var(--transition);white-space:nowrap}.nav-cta:hover{background:var(--navy)!important;color:#fff!important}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px;z-index:400}.nav-toggle span{display:block;width:24px;height:2px;background:var(--navy);border-radius:2px;transition:var(--transition)}.nav-close{display:none;background:none;border:none;font-size:1.4rem;cursor:pointer;color:var(--navy);align-self:flex-end;margin-bottom:20px}.hero{color:#fff;padding:90px 28px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 70% 50%,rgba(255,255,255,.06) 0%,transparent 60%);pointer-events:none}.hero-inner{max-width:1260px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.hero-badge{display:inline-block;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:40px;padding:5px 18px;font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:22px;font-weight:600}.hero h1{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3.1rem);font-weight:700;line-height:1.18;margin-bottom:22px}.hero h1 em{font-style:normal;color:#a8dce6}.hero p{font-size:1.05rem;line-height:1.75;opacity:.9;margin-bottom:36px;max-width:500px}.hero-btns{display:flex;gap:14px;flex-wrap:wrap}.btn-primary{background:#fff;color:var(--navy);padding:13px 30px;border-radius:5px;font-weight:700;font-size:.95rem;transition:var(--transition);display:inline-block}.btn-primary:hover{background:var(--sky);transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.btn-outline{border:2px solid rgba(255,255,255,.65);color:#fff;padding:11px 28px;border-radius:5px;font-weight:600;font-size:.95rem;transition:var(--transition);display:inline-block}.btn-outline:hover{background:#ffffff1f;border-color:#ffffffe6}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-img{max-height:480px;border-radius:16px;box-shadow:var(--shadow-lg)}.product-showcase{position:relative;width:340px;height:340px}.product-circle{width:300px;height:300px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#ffffff2e,#ffffff0a);border:2px solid rgba(255,255,255,.18);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);animation:pulse-ring 3.5s ease-in-out infinite}@keyframes pulse-ring{0%,to{box-shadow:0 0 #ffffff14}50%{box-shadow:0 0 0 24px #fff0}}.hero-bottles{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;gap:14px;align-items:flex-end}.hero-bottle{width:62px;border-radius:10px 10px 16px 16px;background:linear-gradient(170deg,#e8f5f8,#b8dde6 60%,#8fc9d4);box-shadow:3px 6px 20px #0003,inset -3px -3px 10px #00000014;position:relative;display:flex;align-items:flex-end;justify-content:center;padding-bottom:10px}.bottle-1{height:160px}.bottle-2{height:140px}.bottle-3{height:150px}.bottle-cap{position:absolute;top:-14px;left:50%;transform:translate(-50%);width:22px;height:16px;background:linear-gradient(180deg,#9ac8d4,#7ab8c4);border-radius:3px 3px 0 0}.bottle-label{font-size:.5rem;font-weight:700;color:var(--navy);text-align:center;line-height:1.2}.badge-float{position:absolute;background:#fff;color:var(--navy);border-radius:var(--radius);padding:9px 14px;font-size:.72rem;font-weight:700;box-shadow:0 6px 20px #0000002e;animation:float 3.5s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.badge-float.b1{top:16px;right:-8px;color:var(--teal);animation-delay:0s}.badge-float.b2{bottom:24px;left:-8px;animation-delay:1.75s}.trust-bar{background:var(--sky-pale);border-top:1px solid var(--gray-mid);border-bottom:1px solid var(--gray-mid);padding:26px 28px}.trust-inner{max-width:1260px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:44px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:10px;font-size:.84rem;font-weight:600;color:var(--navy)}.trust-icon{width:34px;height:34px;background:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.95rem;flex-shrink:0}section{padding:84px 28px}.section-inner{max-width:1260px;margin:0 auto}.section-header{margin-bottom:52px}.section-header.center{text-align:center}.section-header.center .section-intro{margin:0 auto}.section-label{font-size:.74rem;letter-spacing:.13em;text-transform:uppercase;color:var(--teal);font-weight:700;margin-bottom:10px}.section-title{font-family:var(--font-serif);font-size:clamp(1.7rem,3vw,2.3rem);font-weight:700;color:var(--navy);line-height:1.22;margin-bottom:16px}.section-intro{font-size:1rem;color:var(--gray-text);max-width:680px;line-height:1.8}.product-range{background:#fff}.product-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.cat-card{border:1px solid var(--gray-mid);border-radius:12px;overflow:hidden;transition:box-shadow .3s,transform .3s;display:block;color:inherit;background:#fff}.cat-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.cat-img{height:210px;display:flex;align-items:center;justify-content:center;overflow:hidden}.cat-img img{width:100%;height:100%;object-fit:cover}.cat-img.teal{background:linear-gradient(135deg,#c8ecf2,#a0d8e4)}.cat-img.blue{background:linear-gradient(135deg,#ccddf0,#a0bfe0)}.cat-img.green{background:linear-gradient(135deg,#c8ecd8,#a0d4b8)}.cat-emoji{font-size:4.5rem}.cat-body{padding:26px}.cat-tag{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:var(--teal);margin-bottom:8px}.cat-body h3{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--navy);margin-bottom:10px}.cat-body p{font-size:.875rem;color:var(--gray-text);line-height:1.7;margin-bottom:20px}.cat-link{font-size:.84rem;font-weight:700;color:var(--teal);display:inline-flex;align-items:center;gap:6px}.cat-link:hover{color:var(--navy)}.science-strip{background:var(--sky-pale)}.science-inner{max-width:1260px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.science-content .section-title{margin-bottom:20px}.science-content p{font-size:.93rem;color:var(--gray-text);line-height:1.8;margin-bottom:16px}.science-points{margin:24px 0 30px;display:flex;flex-direction:column;gap:10px}.science-point{font-size:.9rem;font-weight:600;color:var(--navy);display:flex;align-items:center;gap:8px}.btn-teal{display:inline-block;background:var(--teal);color:#fff;padding:13px 28px;border-radius:5px;font-weight:700;font-size:.93rem;transition:var(--transition)}.btn-teal:hover{background:var(--navy);transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.science-visual{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;background:#fff;border-radius:16px;border:1px solid var(--gray-mid);box-shadow:var(--shadow);min-height:380px}.molecule-diagram{position:relative;width:220px;height:220px;margin-bottom:24px}.mol-ring{position:absolute;border-radius:50%;border:1.5px solid;top:50%;left:50%;transform:translate(-50%,-50%)}.mol-ring-1{width:80px;height:80px;border-color:#2e7d8a4d}.mol-ring-2{width:140px;height:140px;border-color:#2e7d8a2e}.mol-ring-3{width:200px;height:200px;border-color:#2e7d8a1a}.mol-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.68rem;text-align:center;line-height:1.2;box-shadow:0 0 0 10px #2e7d8a1f;z-index:2}.mol-atom{position:absolute;width:40px;height:40px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.62rem}.mol-atom.a1{top:8px;left:50%;transform:translate(-50%)}.mol-atom.a2{bottom:8px;left:50%;transform:translate(-50%)}.mol-atom.a3{left:8px;top:50%;transform:translateY(-50%)}.mol-atom.a4{right:8px;top:50%;transform:translateY(-50%)}.mol-caption{font-size:.8rem;color:var(--gray-text);text-align:center;line-height:1.6;max-width:260px}.how-it-works{background:#fff}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.step{text-align:center;padding:32px 20px;border:1px solid var(--gray-mid);border-radius:12px;background:var(--gray-light);transition:var(--transition)}.step:hover{box-shadow:var(--shadow);transform:translateY(-3px);border-color:var(--sky)}.step-num{width:52px;height:52px;border-radius:50%;background:var(--teal);color:#fff;font-family:var(--font-serif);font-size:1.3rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.step-icon{font-size:2rem;margin-bottom:12px}.step h4{font-family:var(--font-serif);font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:10px}.step p{font-size:.86rem;color:var(--gray-text);line-height:1.65}.do-no-harm{background:linear-gradient(135deg,#0d2218,#133326,#1a4a32);color:#fff}.do-no-harm-inner{max-width:1260px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.dnh-leaf{font-size:2rem;margin-bottom:10px}.section-label.light{color:#ffffff8c}.section-title.light{color:#fff}.section-intro.light{color:#fffc}.dnh-subtitle{font-family:var(--font-serif);font-size:1.1rem;font-style:italic;color:#ffffffbf;margin-bottom:20px}.do-no-harm p{font-size:.93rem;color:#fffc;line-height:1.8;margin-bottom:16px;max-width:520px}.btn-outline-light{display:inline-block;border:2px solid rgba(255,255,255,.55);color:#fff;padding:12px 28px;border-radius:5px;font-weight:600;font-size:.92rem;transition:var(--transition);margin-top:10px}.btn-outline-light:hover{background:#ffffff1a;border-color:#ffffffe6}.dnh-visual{display:flex;justify-content:center}.dnh-graphic{position:relative;width:300px;height:300px;display:flex;align-items:center;justify-content:center}.dnh-circle{position:absolute;border-radius:50%;border:1px solid;top:50%;left:50%;transform:translate(-50%,-50%)}.dnh-circle.c1{width:100px;height:100px;border-color:#fff3;background:#ffffff0f}.dnh-circle.c2{width:180px;height:180px;border-color:#ffffff1f}.dnh-circle.c3{width:260px;height:260px;border-color:#ffffff12}.dnh-icon{font-size:3rem;position:relative;z-index:2}.dnh-tags{position:absolute;width:100%;height:100%;top:0;left:0}.dnh-tags span{position:absolute;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:5px 12px;font-size:.68rem;font-weight:600;white-space:nowrap}.dnh-tags span:nth-child(1){top:8px;left:50%;transform:translate(-50%)}.dnh-tags span:nth-child(2){bottom:8px;left:50%;transform:translate(-50%)}.dnh-tags span:nth-child(3){left:-20px;top:50%;transform:translateY(-50%)}.dnh-tags span:nth-child(4){right:-20px;top:50%;transform:translateY(-50%)}.testimonials{background:var(--sky-pale)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial{background:#fff;border-radius:12px;padding:30px;border:1px solid var(--gray-mid);position:relative}.testimonial:before{content:'"';position:absolute;top:14px;left:22px;font-family:var(--font-serif);font-size:5rem;color:var(--sky);line-height:1;pointer-events:none}.stars{color:#f5b731;font-size:.9rem;margin-bottom:14px;letter-spacing:2px}.testimonial p{font-size:.9rem;color:var(--gray-text);line-height:1.75;margin-bottom:22px;font-style:italic;padding-top:18px;position:relative;z-index:1}.testimonial-author strong{display:block;font-size:.88rem;color:var(--navy);font-weight:700}.testimonial-author span{font-size:.78rem;color:var(--teal)}.pro-cta{background:linear-gradient(135deg,var(--teal) 0%,var(--navy) 100%);color:#fff;text-align:center}.pro-cta .section-inner{max-width:700px}.pro-cta .section-label.light{margin-bottom:10px}.pro-cta .section-title{color:#fff;margin-bottom:16px}.pro-cta .section-intro{color:#ffffffd9;margin:0 auto 38px}.pro-btns{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.btn-white{background:#fff;color:var(--navy);padding:13px 30px;border-radius:5px;font-weight:700;font-size:.95rem;transition:var(--transition);display:inline-block}.btn-white:hover{background:var(--sky);transform:translateY(-2px)}.btn-ghost{border:2px solid rgba(255,255,255,.65);color:#fff;padding:11px 28px;border-radius:5px;font-weight:600;font-size:.95rem;transition:var(--transition);display:inline-block}.btn-ghost:hover{background:#ffffff1a;border-color:#ffffffe6}.center{text-align:center}.newsletter{background:#fff;padding:64px 28px;border-top:1px solid var(--gray-mid)}.newsletter-inner{max-width:580px;margin:0 auto;text-align:center}.newsletter h3{font-family:var(--font-serif);font-size:1.6rem;color:var(--navy);margin-bottom:10px}.newsletter p{font-size:.9rem;color:var(--gray-text);margin-bottom:26px;line-height:1.7}.newsletter-form{display:flex;gap:10px}.newsletter-form input{flex:1;border:1.5px solid var(--gray-mid);border-radius:5px;padding:13px 16px;font-size:.9rem;outline:none;transition:border-color .2s}.newsletter-form input:focus{border-color:var(--teal)}.newsletter-form button{background:var(--teal);color:#fff;border:none;padding:13px 26px;border-radius:5px;font-weight:700;cursor:pointer;font-size:.9rem;transition:var(--transition);white-space:nowrap}.newsletter-form button:hover{background:var(--navy)}.newsletter-success{color:var(--teal);font-weight:700;margin-top:14px;font-size:.9rem}.newsletter small{display:block;margin-top:14px;font-size:.74rem;color:var(--gray-text);line-height:1.6}.site-footer{background:var(--navy);color:#fffc}.footer-top{max-width:1260px;margin:0 auto;padding:64px 28px 44px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:52px}.footer-logo-name{color:#fff;font-size:1.4rem}.footer-brand .logo-tagline{color:#ffffff73}.footer-brand p{font-size:.84rem;margin-top:16px;line-height:1.75;color:#fff9;max-width:320px}.footer-contact-info{margin-top:16px}.footer-contact-info p{font-size:.83rem;color:#ffffffa6;margin-bottom:6px;line-height:1.5}.footer-contact-info a{color:var(--teal-light)}.footer-contact-info a:hover{text-decoration:underline}.footer-col h4{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:#ffffff73;margin-bottom:18px}.footer-col li{margin-bottom:10px}.footer-col a{font-size:.86rem;color:#ffffffb8;transition:color .2s}.footer-col a:hover{color:var(--teal-light)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:22px 28px;text-align:center;font-size:.76rem;color:#ffffff61;max-width:1260px;margin:0 auto}.collection-header{background:var(--sky-pale);padding:52px 28px;border-bottom:1px solid var(--gray-mid)}.collection-body{padding-top:52px;padding-bottom:80px}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.product-card{border:1px solid var(--gray-mid);border-radius:12px;overflow:hidden;transition:box-shadow .3s,transform .3s;display:block;color:inherit;background:#fff}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.product-card-img{height:230px;background:var(--sky-pale);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-card-img img{transform:scale(1.04)}.product-placeholder{font-size:4.5rem}.product-card-body{padding:22px}.product-card-tag{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:var(--teal);margin-bottom:6px}.product-card-body h3{font-family:var(--font-serif);font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:8px}.product-card-body p{font-size:.84rem;color:var(--gray-text);line-height:1.65;margin-bottom:16px}.product-card-footer{display:flex;justify-content:space-between;align-items:center}.product-price{font-weight:700;color:var(--navy);font-size:1.05rem}.product-btn{font-size:.8rem;font-weight:700;color:var(--teal)}.empty-collection{text-align:center;padding:60px 0}.empty-collection p{color:var(--gray-text);margin-bottom:24px}.product-page{padding:0 0 80px}.breadcrumb{font-size:.82rem;color:var(--gray-text);margin-bottom:36px;margin-top:32px}.breadcrumb a{color:var(--teal)}.breadcrumb a:hover{text-decoration:underline}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-main-image-wrap{border-radius:12px;overflow:hidden;border:1px solid var(--gray-mid)}.product-main-img{width:100%;transition:opacity .2s}.product-placeholder-lg{height:460px;background:var(--sky-pale);display:flex;align-items:center;justify-content:center;font-size:7rem;border-radius:12px}.product-thumbnails{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.product-thumbnails .thumb{width:80px;height:80px;object-fit:cover;border-radius:8px;border:2px solid var(--gray-mid);cursor:pointer;transition:border-color .2s}.product-thumbnails .thumb:hover,.product-thumbnails .thumb.active{border-color:var(--teal)}.product-title{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:var(--navy);margin:10px 0 14px;line-height:1.2}.product-price-wrap{display:flex;align-items:center;gap:14px;margin-bottom:22px}.product-price-lg{font-size:1.7rem;font-weight:700;color:var(--teal)}.product-compare-price{font-size:1.1rem;color:var(--gray-text);text-decoration:line-through}.product-badge-sale{background:#e74c3c;color:#fff;font-size:.72rem;font-weight:700;padding:3px 10px;border-radius:20px}.product-desc{font-size:.93rem;color:var(--gray-text);line-height:1.8;margin-bottom:26px}.product-desc p{margin-bottom:10px}.product-desc ul{padding-left:18px;list-style:disc}.product-option{margin-bottom:20px}.option-label{display:block;font-weight:700;font-size:.88rem;color:var(--navy);margin-bottom:10px}.option-values{display:flex;gap:8px;flex-wrap:wrap}.option-btn{border:1.5px solid var(--gray-mid);background:#fff;border-radius:5px;padding:8px 16px;font-size:.86rem;cursor:pointer;transition:var(--transition);color:var(--navy)}.option-btn:hover{border-color:var(--teal);color:var(--teal)}.option-btn.selected{border-color:var(--teal);background:var(--sky-pale);color:var(--teal);font-weight:700}.product-actions{display:flex;gap:14px;margin:26px 0 14px;align-items:flex-end}.qty-label{display:block;font-weight:700;font-size:.85rem;margin-bottom:8px}.qty-controls{display:flex;align-items:center;border:1.5px solid var(--gray-mid);border-radius:5px;overflow:hidden}.qty-btn{background:var(--gray-light);border:none;width:38px;height:46px;font-size:1.2rem;cursor:pointer;color:var(--navy);transition:var(--transition)}.qty-btn:hover{background:var(--sky-pale)}.qty-input{border:none;border-left:1.5px solid var(--gray-mid);border-right:1.5px solid var(--gray-mid);width:56px;height:46px;text-align:center;font-size:.95rem;font-weight:600;outline:none}.btn-add-cart{flex:1;background:var(--teal);color:#fff;border:none;padding:0 28px;height:46px;border-radius:5px;font-weight:700;font-size:1rem;cursor:pointer;transition:var(--transition)}.btn-add-cart:hover:not(:disabled){background:var(--navy)}.btn-add-cart:disabled{background:var(--gray-mid);cursor:not-allowed;color:var(--gray-text)}.btn-buy-now{display:block;background:var(--navy);color:#fff;text-align:center;padding:13px;border-radius:5px;font-weight:700;font-size:.95rem;transition:var(--transition);margin-bottom:22px}.btn-buy-now:hover{background:#0d1e33}.product-trust-list{background:var(--sky-pale);border-radius:10px;padding:20px 22px;display:flex;flex-direction:column;gap:9px}.product-trust-item{font-size:.86rem;color:var(--navy);font-weight:500}.cart-page{padding:48px 0 80px}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:44px;margin-top:36px;align-items:start}.cart-item{display:grid;grid-template-columns:auto 1fr auto auto auto;gap:16px;align-items:center;padding:20px 0;border-bottom:1px solid var(--gray-mid)}.cart-item-img-wrap img{width:88px;height:88px;object-fit:cover;border-radius:8px;border:1px solid var(--gray-mid)}.cart-item-details h4{font-weight:700;font-size:.95rem;color:var(--navy);margin-bottom:4px}.cart-item-details h4 a:hover{color:var(--teal)}.cart-variant{font-size:.82rem;color:var(--gray-text)}.cart-item-price{font-weight:700;color:var(--teal);font-size:.95rem;margin-top:4px}.cart-item-qty input{border:1.5px solid var(--gray-mid);border-radius:5px;padding:8px 10px;width:64px;font-size:.9rem;text-align:center;outline:none}.cart-item-total{font-weight:700;color:var(--navy);font-size:.95rem;min-width:80px;text-align:right}.cart-remove{color:var(--gray-text);font-size:1rem;transition:color .2s;padding:4px}.cart-remove:hover{color:#e74c3c}.btn-update-cart{margin-top:20px;background:none;border:1.5px solid var(--gray-mid);color:var(--navy);padding:10px 22px;border-radius:5px;cursor:pointer;font-size:.86rem;font-weight:600;transition:var(--transition)}.btn-update-cart:hover{border-color:var(--teal);color:var(--teal)}.cart-summary{background:var(--sky-pale);border-radius:12px;padding:30px;border:1px solid var(--gray-mid);position:sticky;top:90px}.cart-summary h3{font-family:var(--font-serif);font-size:1.3rem;font-weight:700;color:var(--navy);margin-bottom:22px}.cart-subtotal-row,.cart-discount-row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;margin-bottom:10px}.cart-discount-row{color:var(--green)}.cart-note{font-size:.8rem;color:var(--gray-text);margin-bottom:22px;line-height:1.5}.btn-checkout{display:block;background:var(--teal);color:#fff;text-align:center;padding:15px;border-radius:5px;font-weight:700;font-size:1rem;margin-bottom:12px;transition:var(--transition)}.btn-checkout:hover{background:var(--navy)}.btn-continue-shopping{display:block;text-align:center;font-size:.86rem;color:var(--gray-text);padding:8px;transition:color .2s}.btn-continue-shopping:hover{color:var(--teal)}.cart-empty{text-align:center;padding:80px 0}.cart-empty-icon{font-size:4rem;margin-bottom:16px}.cart-empty h2{font-family:var(--font-serif);font-size:1.8rem;color:var(--navy);margin-bottom:12px}.cart-empty p{color:var(--gray-text);margin-bottom:28px}.page-hero{background:var(--sky-pale);padding:52px 28px;border-bottom:1px solid var(--gray-mid)}.page-body-wrap{padding:52px 28px 80px;display:grid;grid-template-columns:1fr}.page-body.rte{max-width:800px;font-size:.96rem;color:var(--gray-text);line-height:1.85}.rte h2{font-family:var(--font-serif);font-size:1.5rem;color:var(--navy);margin:36px 0 14px}.rte h3{font-family:var(--font-serif);font-size:1.2rem;color:var(--navy);margin:28px 0 10px}.rte p{margin-bottom:16px}.rte ul,.rte ol{padding-left:22px;margin-bottom:16px}.rte ul{list-style:disc}.rte ol{list-style:decimal}.rte li{margin-bottom:8px}.rte strong{color:var(--navy)}.rte a{color:var(--teal);text-decoration:underline}.rte a:hover{color:var(--navy)}.rte blockquote{border-left:3px solid var(--teal);padding-left:20px;margin:24px 0;font-style:italic;color:var(--navy)}.blog-page{padding:0 0 80px}.blog-header{background:var(--sky-pale);padding:52px 28px;border-bottom:1px solid var(--gray-mid);margin-bottom:52px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.article-card{border:1px solid var(--gray-mid);border-radius:12px;overflow:hidden;transition:box-shadow .3s,transform .3s}.article-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.article-card-img{height:200px;background:var(--sky-pale);display:flex;align-items:center;justify-content:center;font-size:3rem;overflow:hidden}.article-card-img img{width:100%;height:100%;object-fit:cover}.article-card-body{padding:22px}.article-date{font-size:.74rem;color:var(--teal);font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.article-card-body h3{font-family:var(--font-serif);font-size:1.1rem;font-weight:700;color:var(--navy);margin-bottom:10px;line-height:1.35}.article-card-body h3 a{color:inherit}.article-card-body h3 a:hover{color:var(--teal)}.article-excerpt{font-size:.86rem;color:var(--gray-text);line-height:1.65;margin-bottom:16px}.article-read-more{font-size:.84rem;font-weight:700;color:var(--teal)}@media(max-width:1100px){.footer-top{grid-template-columns:1fr 1fr;gap:36px}.product-cards-grid,.collection-grid,.blog-grid{grid-template-columns:1fr 1fr}}@media(max-width:900px){.hero-inner{grid-template-columns:1fr}.hero-visual{display:none}.science-inner,.do-no-harm-inner{grid-template-columns:1fr;gap:40px}.dnh-graphic{display:none}.product-layout,.cart-layout,.testimonials-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:repeat(2,1fr)}.nav-toggle{display:flex}#mainNav{display:none;position:fixed;top:0;right:0;bottom:0;width:300px;background:#fff;flex-direction:column;padding:24px;gap:0;box-shadow:-6px 0 30px #0000002e;z-index:9999;overflow-y:auto;align-items:flex-start}#mainNav.open,.nav-close{display:flex}.nav-item{width:100%}.nav-link{width:100%;padding:14px 0;border-bottom:1px solid var(--gray-mid);border-radius:0;font-size:.95rem}.dropdown{position:static;opacity:1;pointer-events:all;transform:none;box-shadow:none;border:none;border-left:3px solid var(--sky);border-radius:0;display:none;padding-left:16px}.has-dropdown.open .dropdown{display:block}.nav-actions{flex-direction:column;width:100%;margin-left:0;margin-top:16px;gap:10px}.nav-cta,.nav-pro{width:100%;text-align:center}}@media(max-width:640px){section{padding:60px 20px}.hero{padding:60px 20px}.product-cards-grid,.collection-grid,.blog-grid,.steps-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr;gap:32px}.newsletter-form{flex-direction:column}.cart-layout{grid-template-columns:1fr}.cart-item{grid-template-columns:auto 1fr auto}.cart-item-total{display:none}.trust-inner{gap:20px}.header-inner{padding:0 16px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/base.css.map */
