:root{--ne-forest:#1B4332;--ne-forest-dark:#122B20;--ne-forest-deep:#0F2218;--ne-teal:#2BB6BD;--ne-teal-mid:#1F8F95;--ne-gold:#C9A84C;--ne-amber:#C97C2C;--ne-cream:#F2EAD8;--ne-bg:#F6F7F4;--ne-white:#FFFFFF;--ne-text:#16271E;--ne-mid:#4C5C51;--ne-light:#8FA192;--ne-muted:#9AA39A}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Hanken Grotesk,sans-serif;color:var(--ne-text);background:var(--ne-white);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.mono-label{font-family:Space Mono,monospace;font-size:11.5px;letter-spacing:.2em;text-transform:uppercase}.teal{color:var(--ne-teal-mid)}.section-title{font-family:Newsreader,serif;font-weight:400;font-size:42px;letter-spacing:-.02em;color:var(--ne-text);margin-top:12px}.section-header{text-align:center;margin-bottom:52px}.rating-summary{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:14px;font-size:15px;color:var(--ne-mid)}.container{max-width:1280px;margin:0 auto;padding:0 56px}@media(max-width:768px){.container{padding:0 20px}}.btn-primary{background:var(--ne-forest);color:#fff;border:none;border-radius:999px;padding:14px 28px;font-family:Hanken Grotesk,sans-serif;font-size:15px;font-weight:700;cursor:pointer;display:inline-block;transition:opacity .2s}.btn-primary:hover{opacity:.88}.btn-forest{background:var(--ne-forest);color:#fff;border:none;border-radius:999px;padding:14px 28px;font-family:Hanken Grotesk,sans-serif;font-size:15px;font-weight:700;cursor:pointer;display:inline-block}.btn-amber{background:var(--ne-amber);color:#fff;border:none;border-radius:999px;padding:14px 28px;font-family:Hanken Grotesk,sans-serif;font-size:15px;font-weight:700;cursor:pointer;display:inline-block}.btn-outline-light{background:transparent;color:var(--ne-cream);border:1.5px solid rgba(242,234,216,.35);border-radius:999px;padding:14px 28px;font-size:15px;font-weight:600;cursor:pointer;display:inline-block}.announcement-bar{background:var(--ne-forest-dark);color:#e9e0cc;text-align:center;padding:9px 20px;font-family:Space Mono,monospace;font-size:12px;letter-spacing:.16em;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:100;background:#fffffff0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(26,37,32,.08)}.site-nav{max-width:1280px;margin:0 auto;padding:0 56px;height:74px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand-icon{width:40px;height:40px;border-radius:50%;background:var(--ne-forest-dark);border:1px solid var(--ne-teal);display:flex;align-items:center;justify-content:center;color:var(--ne-teal);font-family:Newsreader,serif;font-size:19px;flex-shrink:0}.brand-name{font-size:20px;color:var(--ne-text);line-height:1}.brand-name strong{font-weight:700}.brand-name em{font-family:Newsreader,serif;font-style:italic;font-weight:500;color:var(--ne-forest);font-size:inherit}.nav-links{display:flex;align-items:center;gap:36px;font-size:14.5px;font-weight:500}.nav-links a{color:#3a4a40;transition:color .2s}.nav-links a:first-child{color:var(--ne-forest);font-weight:700}.nav-actions{display:flex;align-items:center;gap:22px}.nav-account{color:#3a4a40;font-size:14.5px;font-weight:500}.cart-btn{background:var(--ne-forest);color:#fff;border:none;border-radius:999px;padding:10px 20px 10px 18px;font-family:Hanken Grotesk,sans-serif;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px}.cart-count{background:var(--ne-teal);color:var(--ne-forest-dark);min-width:20px;height:20px;border-radius:999px;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;padding:0 6px}.hero-section{position:relative;overflow:hidden}.hero-slider{position:relative;width:100%;min-height:540px}.hero-slide{display:none;padding:80px 56px;min-height:540px}.hero-slide.active{display:block}.hero-content{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-left{display:flex;flex-direction:column;gap:0}.hero-title{font-family:Newsreader,serif;font-weight:400;font-size:58px;line-height:1.04;letter-spacing:-.03em;margin:16px 0 20px}.hero-sub{font-size:17px;line-height:1.65;margin-bottom:28px}.hero-btns{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:24px}.hero-trust{display:flex;gap:18px;font-size:13px;flex-wrap:wrap}.hero-right{display:flex;align-items:center;justify-content:center}.hero-img-right img{max-height:480px;width:auto;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 24px 48px rgba(18,43,32,.15))}.hero-product-img{max-height:480px;width:auto;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 24px 48px rgba(18,43,32,.15));animation:floatY 6s ease-in-out infinite}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero-prev,.hero-next{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffd9;border:none;width:44px;height:44px;border-radius:50%;font-size:18px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0000001a}.hero-prev{left:20px}.hero-next{right:20px}.hero-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.hero-dot{width:8px;height:8px;border-radius:50%;background:#1a252033;border:none;cursor:pointer;transition:all .3s}.hero-dot.active{background:var(--ne-teal);width:24px;border-radius:4px}.product-grid-2x2{display:grid;grid-template-columns:1fr 1fr;gap:14px;width:440px}.mini-product-card{background:#f8f8f6;border-radius:16px;border:1px solid rgba(26,37,32,.08);box-shadow:0 8px 24px #122b2012;display:flex;flex-direction:column;align-items:center;padding:18px 14px 14px;text-decoration:none;transition:transform .2s,box-shadow .2s}.mini-product-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px #122b201f}.mini-product-card img{height:110px;width:110px;object-fit:contain;mix-blend-mode:multiply}.mini-label{color:var(--ne-teal-mid);margin-top:10px;font-size:9.5px}.mini-name{font-family:Newsreader,serif;font-size:14px;color:var(--ne-text);margin-top:2px;text-align:center}.mini-price{font-size:13px;font-weight:600;color:var(--ne-forest);margin-top:4px}.trust-strip{background:var(--ne-bg);border-top:1px solid rgba(26,37,32,.07);border-bottom:1px solid rgba(26,37,32,.07)}.trust-inner{max-width:1280px;margin:0 auto;padding:18px 56px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px}.trust-item{display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:500;color:var(--ne-mid)}.section-products{padding:80px 0}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}@media(max-width:900px){.products-grid{grid-template-columns:repeat(2,1fr)}}.product-card{background:var(--ne-bg);border-radius:20px;overflow:hidden;border:1px solid rgba(26,37,32,.08);display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #122b201a}.product-card-img{height:240px;display:flex;align-items:center;justify-content:center;padding:24px;background:#fff}.product-card-img img{height:100%;object-fit:contain;mix-blend-mode:multiply}.product-card-body{padding:18px 22px 24px}.product-card-label{color:var(--ne-teal-mid);font-size:10.5px;margin-bottom:6px}.product-card-name{font-family:Newsreader,serif;font-size:21px;font-weight:400;margin-bottom:8px}.product-card-price{font-weight:700;color:var(--ne-forest);font-size:16px;margin-bottom:12px}.product-card-cta{font-size:13.5px;font-weight:600;color:var(--ne-teal-mid)}.section-benefits{background:var(--ne-forest-dark);padding:80px 0}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:900px){.benefits-grid{grid-template-columns:1fr}}.benefit-card{background:#ffffff0a;border:1px solid rgba(43,182,189,.14);border-radius:18px;padding:30px 26px}.benefit-card.light{background:#f8f9f7;border:1px solid rgba(26,37,32,.07)}.benefit-num{font-family:Space Mono,monospace;font-size:11px;color:var(--ne-teal);letter-spacing:.12em;margin-bottom:14px}.benefit-card h3{font-family:Newsreader,serif;font-size:22px;font-weight:400;color:#f2ead8;margin-bottom:10px}.benefit-card.light h3{color:var(--ne-text)}.benefit-card p{font-size:14px;line-height:1.65;color:#8aa49e}.benefit-card.light p{color:var(--ne-mid)}.section-story{display:grid;grid-template-columns:1fr 1fr;min-height:520px}.story-img{position:relative;overflow:hidden;min-height:460px}.story-img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.story-content{padding:72px 64px;background:var(--ne-bg);display:flex;flex-direction:column;justify-content:center}.story-title{font-family:Newsreader,serif;font-size:42px;font-weight:400;letter-spacing:-.02em;color:var(--ne-text);margin:12px 0 24px;line-height:1.1}.story-body{font-size:15.5px;line-height:1.7;color:var(--ne-mid);margin-bottom:16px}.section-reviews{padding:80px 0;background:var(--ne-white)}.reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:900px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}.review-card{background:var(--ne-bg);border-radius:18px;padding:26px 22px;border:1px solid rgba(26,37,32,.07)}.review-stars{margin-bottom:12px;font-size:15px}.teal-stars{color:var(--ne-teal-mid)}.amber-stars{color:var(--ne-amber)}.review-card p{font-size:14px;line-height:1.65;color:var(--ne-mid);margin-bottom:16px}.reviewer{font-size:13px;font-weight:600;color:var(--ne-text)}.section-subscribe{padding:80px 0;background:var(--ne-bg)}.subscribe-card{background:var(--ne-forest-dark);border-radius:24px;padding:64px 72px;display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:center;overflow:hidden}.subscribe-imgs{display:flex;align-items:flex-end;justify-content:center;gap:-20px}.section-newsletter{padding:80px 0;background:var(--ne-white);text-align:center}.newsletter-form{display:flex;gap:12px;max-width:460px;margin:28px auto 0;flex-wrap:wrap;justify-content:center}.newsletter-input{flex:1;min-width:240px;padding:14px 20px;border:1.5px solid rgba(26,37,32,.15);border-radius:999px;font-family:Hanken Grotesk,sans-serif;font-size:15px;outline:none}.newsletter-input:focus{border-color:var(--ne-teal)}.pdp-section{padding:30px 0 80px}.breadcrumb{font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--ne-muted);margin-bottom:36px}.breadcrumb a{color:var(--ne-muted)}.breadcrumb a:hover{color:var(--ne-mid)}.pdp-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.pdp-gallery{position:sticky;top:96px}.pdp-main-img{height:520px;background:var(--ne-bg);border-radius:22px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:12px}.pdp-main-img img{height:94%;width:94%;object-fit:contain;mix-blend-mode:multiply}.pdp-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.pdp-thumb{height:90px;background:var(--ne-bg);border-radius:12px;border:2px solid transparent;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:border-color .2s}.pdp-thumb.active,.pdp-thumb:hover{border-color:var(--ne-teal-mid)}.pdp-thumb img{height:82%;object-fit:contain;mix-blend-mode:multiply}.pdp-sku{margin-bottom:12px}.pdp-title{font-family:Newsreader,serif;font-weight:400;font-size:44px;letter-spacing:-.02em;line-height:1.05;margin-bottom:10px}.pdp-rating{display:flex;align-items:center;gap:10px;margin-bottom:20px;font-size:13.5px;color:var(--ne-light)}.pdp-desc{font-size:15.5px;line-height:1.65;color:var(--ne-mid);margin-bottom:28px}.sub-toggle-wrap{background:var(--ne-bg);border-radius:14px;padding:16px;margin-bottom:22px}.sub-toggle{display:flex;gap:8px;margin-bottom:12px}.sub-btn{flex:1;border:none;border-radius:999px;padding:10px;font-family:Hanken Grotesk,sans-serif;font-size:13.5px;font-weight:600;cursor:pointer;background:transparent;color:var(--ne-light);transition:all .2s}.sub-btn.active{background:var(--ne-forest);color:#fff}.pdp-price-row{display:flex;align-items:baseline;gap:10px}.pdp-price{font-family:Newsreader,serif;font-size:40px;color:var(--ne-text)}.pdp-compare{font-size:16px;color:var(--ne-muted);text-decoration:line-through}.pdp-save-note{font-size:12.5px;color:#6b7a70;margin-top:4px}.pdp-actions{display:flex;align-items:center;gap:14px;margin-bottom:18px}.qty-ctrl{display:flex;align-items:center;border:1px solid rgba(26,37,32,.18);border-radius:999px;overflow:hidden}.qty-btn{width:44px;height:48px;border:none;background:transparent;font-size:20px;color:var(--ne-forest);cursor:pointer;font-weight:300}.qty-val{width:36px;text-align:center;font-size:16px;font-weight:600}.pdp-add-btn{flex:1;padding:16px 24px;font-size:15px}.pdp-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:26px;padding-top:26px;border-top:1px solid rgba(26,37,32,.09)}.trust-badge{text-align:center;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:11px;font-weight:500;color:#6b7a70}.trust-badge span:first-child{font-size:18px}.pdp-tabs{margin-top:72px}.tab-nav{display:flex;gap:4px;border-bottom:2px solid rgba(26,37,32,.09);margin-bottom:40px}.tab-btn{background:transparent;border:none;padding:14px 22px;font-family:Hanken Grotesk,sans-serif;font-size:15px;font-weight:600;color:var(--ne-light);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.tab-btn.active{color:var(--ne-forest);border-bottom-color:var(--ne-teal)}.tab-panel{display:none}.tab-panel.active{display:block}[data-faq-ans]{max-height:0;overflow:hidden;transition:max-height .38s ease}.collection-section{padding:60px 0 80px}.collection-header{text-align:center;margin-bottom:48px}.collection-desc{font-size:16px;color:var(--ne-mid);max-width:600px;margin:16px auto 0;line-height:1.65}.cart-page-section{padding:60px 0 80px}.page-title{font-family:Newsreader,serif;font-weight:400;font-size:42px;letter-spacing:-.02em;margin-bottom:40px}.cart-empty{text-align:center;padding:60px 0}.cart-grid{display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}.cart-item{display:flex;align-items:center;gap:20px;padding:20px 0;border-bottom:1px solid rgba(26,37,32,.08)}.cart-item img{width:90px;height:90px;object-fit:contain;border-radius:10px;background:var(--ne-bg)}.cart-item-title{font-weight:600;margin-bottom:4px}.cart-item-variant{font-size:13px;color:var(--ne-light);margin-bottom:10px}.cart-item-qty{display:flex;align-items:center;gap:12px;font-size:14px}.cart-item-price{margin-left:auto;font-weight:700;font-size:16px}.cart-summary{background:var(--ne-bg);border-radius:16px;padding:28px;position:sticky;top:96px}.cart-total{font-size:18px;margin-bottom:10px}.cart-free-ship{font-size:13.5px;color:var(--ne-teal-mid)}.page-section{padding:60px 0 80px}.rte{max-width:800px;font-size:16px;line-height:1.75;color:var(--ne-mid)}.rte h2,.rte h3{font-family:Newsreader,serif;font-weight:400;color:var(--ne-text);margin:32px 0 12px}.related-section{margin-top:80px}.related-title{font-family:Newsreader,serif;font-weight:400;font-size:36px;text-align:center;margin-bottom:36px}.site-footer{background:var(--ne-forest-dark);color:#a9b6ab}.footer-inner{max-width:1280px;margin:0 auto;padding:64px 56px 32px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid #2A4032}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:16px}.footer-tagline{font-size:14px;line-height:1.6;color:#8fa192;max-width:300px;margin-bottom:22px}.footer-social{display:flex;gap:10px;flex-wrap:wrap}.social-icon{width:38px;height:38px;border-radius:50%;border:1px solid rgba(43,182,189,.28);background:#2bb6bd12;display:flex;align-items:center;justify-content:center;transition:background .2s}.social-icon:hover{background:#2bb6bd2e}.footer-col-title{font-family:Space Mono,monospace;font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--ne-teal);margin-bottom:18px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:11px}.footer-links a{font-size:14px;color:#a9b6ab;transition:color .2s}.footer-links a:hover{color:var(--ne-cream)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:28px;flex-wrap:wrap;gap:12px}.footer-copy{font-size:12.5px;color:#7e9081}.footer-certs{font-family:Space Mono,monospace;font-size:11px;letter-spacing:.1em;color:#5f7264;text-transform:uppercase}.footer-disclaimer{font-size:11.5px;color:#5f7264;line-height:1.6;margin-top:22px;max-width:880px}.ne-toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%);z-index:200;background:var(--ne-forest-dark);color:var(--ne-cream);border:1px solid #2E5A44;border-radius:999px;padding:14px 26px;font-size:14.5px;font-weight:500;box-shadow:0 16px 40px #122b2059;display:flex;align-items:center;gap:10px;opacity:0;pointer-events:none;transition:opacity .25s,transform .25s;white-space:nowrap}.ne-toast.show{opacity:1;pointer-events:auto}@media(max-width:960px){.hero-content,.pdp-grid,.section-story{grid-template-columns:1fr}.hero-slide{padding:48px 20px}.hero-title{font-size:40px}.hero-right{display:none}.product-grid-2x2{width:100%}.subscribe-card{grid-template-columns:1fr;padding:40px 28px}.subscribe-imgs{display:none}.cart-grid{grid-template-columns:1fr}.site-nav{padding:0 20px}.nav-links{display:none}}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100vh;background:#fff;z-index:201;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-8px 0 40px #0000001f}.cart-drawer.open{transform:translate(0)}.cart-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:22px 24px 20px;border-bottom:1px solid rgba(26,37,32,.09)}.cart-drawer-title{font-family:Newsreader,serif;font-size:22px;font-weight:400;color:#16271e}.cart-drawer-close{background:transparent;border:none;font-size:20px;color:#5e6e63;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%}.cart-drawer-close:hover{background:#1a25200f}.cart-drawer-items{flex:1;overflow-y:auto;padding:8px 0}.cart-drawer-foot{padding:20px 24px 28px;border-top:1px solid rgba(26,37,32,.09)}.cart-subtotal{font-size:17px;font-weight:700;color:#16271e;margin-bottom:6px}.cart-ship-note{font-size:13px;color:#1f8f95;margin-bottom:18px}.cart-view-btn{display:block;text-align:center;margin-bottom:10px;background:transparent;border:1.5px solid #1B4332;color:#1b4332;border-radius:999px;padding:13px 24px;font-size:15px;font-weight:600}.btn-checkout{display:block;text-align:center;background:#1b4332;color:#fff;border-radius:999px;padding:15px 24px;font-size:15px;font-weight:700;border:none;cursor:pointer}.cart-di{display:flex;gap:14px;align-items:flex-start;padding:14px 24px;border-bottom:1px solid rgba(26,37,32,.07)}.cart-di img{width:72px;height:72px;object-fit:contain;border-radius:10px;background:#f6f7f4;flex-shrink:0}.cart-di-info{flex:1}.cart-di-title{font-size:14px;font-weight:600;color:#16271e;margin-bottom:3px}.cart-di-variant{font-size:12.5px;color:#8fa192;margin-bottom:8px}.cart-di-row{display:flex;align-items:center;justify-content:space-between}.cart-di-qty{display:flex;align-items:center;gap:10px;font-size:13px}.cart-di-qbtn{background:transparent;border:1px solid rgba(26,37,32,.18);width:26px;height:26px;border-radius:50%;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center}.cart-di-price{font-size:14px;font-weight:700;color:#1b4332}.cart-di-remove{background:transparent;border:none;font-size:11px;color:#9aa39a;cursor:pointer;text-decoration:underline;margin-top:6px}.nav-hamburger{display:none;background:transparent;border:none;font-size:22px;color:#1b4332;cursor:pointer}@media(max-width:960px){.nav-hamburger{display:block}.nav-links{display:none;position:absolute;top:74px;left:0;right:0;background:#fff;border-bottom:1px solid rgba(26,37,32,.1);flex-direction:column;gap:0;padding:8px 0;z-index:99;box-shadow:0 8px 24px #00000014}.nav-links.open{display:flex}.nav-links a{padding:14px 24px;font-size:15px;border-bottom:1px solid rgba(26,37,32,.06)}.site-header,.site-nav{position:relative}}.hero-slide{display:none;animation:none}.hero-slide.active{display:block;animation:hsFadeIn .5s ease}@keyframes hsFadeIn{0%{opacity:0}to{opacity:1}}.brand-icon,.footer-logo .brand-icon{display:inline-flex!important}@media(max-width:1024px){.site-nav,.container{padding:0 24px}}@media(max-width:768px){.site-nav{padding:0 16px;height:64px}.nav-links{display:none}.nav-hamburger{display:block}.hero-slide,[data-hero-slide]{padding:40px 20px!important;grid-template-columns:1fr!important;height:auto!important}[data-hero-stage]{height:auto!important;min-height:480px}[data-hero-slide]>div:last-child{display:none!important}.hero-title,[data-hero-slide] h1,[data-hero-slide] h2{font-size:40px!important}.products-grid,[style*="repeat(4,1fr)"],[style*="grid-template-columns:repeat(4,1fr)"]{grid-template-columns:repeat(2,1fr)!important}[style*="repeat(3,1fr)"],[style*="grid-template-columns:1fr 1fr"],[style*="grid-template-columns:1.2fr 1fr"]{grid-template-columns:1fr!important}.subscribe-imgs{display:none!important}[style*="grid-template-columns:1fr 1fr;gap:64px"]{grid-template-columns:1fr!important;gap:32px!important}[style*="grid-template-columns:1.05fr 0.95fr"]{grid-template-columns:1fr!important}[style*="padding:96px 56px"],[style*="padding:80px 56px"]{padding:60px 20px!important}[style*="padding:64px 56px"]{padding:40px 20px!important}[style*="padding:88px 72px"]{padding:48px 24px!important}[style*="padding:100px 56px"]{padding:60px 20px!important}[style*="padding:0 56px"]{padding:0 20px!important}.footer-grid{grid-template-columns:1fr 1fr!important}.footer-inner{padding:48px 20px 24px!important}.section-title,[style*="font-size:46px"],[style*="font-size:42px"]{font-size:32px!important}[style*="font-size:50px"]{font-size:36px!important}[style*="font-size:62px"]{font-size:38px!important}[style*="font-size:64px"]{font-size:40px!important}.cart-drawer{width:100vw}}@media(max-width:480px){[style*="repeat(2,1fr)"],[style*="grid-template-columns:repeat(4,1fr)"]{grid-template-columns:1fr!important}[style*="grid-template-columns:2fr 1fr 2fr"]{grid-template-columns:1fr 1fr!important}}.ne-banner-img-wrap{position:relative;display:flex;align-items:center;justify-content:center}.ne-banner-img-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,transparent 42%,#081f1c 80%);pointer-events:none;z-index:1}.ne-banner-img-wrap img{position:relative;z-index:0}.ne-sub-img-wrap{position:relative;display:inline-block}.ne-sub-img-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,transparent 38%,#0F2218 78%);pointer-events:none}.announcement-bar{color:#f2ead8!important;opacity:1!important}.footer-copy,.footer-certs{color:#a9b6ab!important;opacity:1!important}.footer-disclaimer{color:#7a9080!important;opacity:1!important}[style*="color:#84AAA4"]{color:#a7c6c0!important}[style*="color:#8FA192"]{opacity:1!important}.marquee-text span{opacity:1!important;color:#f2ead8!important}[style*="color:#8AA49E"]{color:#9dbdb8!important}[style*="color:#8FA192; font-size:16px"]{color:#b0c4b8!important}[data-hero-stage]{min-height:580px}@media(max-width:768px){[data-hero-stage]{min-height:400px}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/theme.css.map */
