:root{--bg:#F7F4EE;--surface:#fff;--deep:#0E3B33;--green:#17796A;--amber:#F0A202;--ink:#14201D;--muted:#4F5F5A;--soft:#5E6D68;--line:#E3DED4;--sand:#EDE7DC;--mint:#E6F0EC}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:'Manrope',system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;text-wrap:pretty}img{max-width:100%;display:block}a{color:var(--green);text-decoration:none}a:hover{color:var(--deep);text-decoration:underline}button{font-family:inherit}input,textarea,select{font-family:inherit}.wrap{max-width:1180px;margin:0 auto;padding:0 16px}.topbar{background:var(--deep);color:#CFE8DF;font-size:12.5px;font-weight:600;padding:9px 16px;text-align:center}header.site{position:sticky;top:0;z-index:50;background:rgba(247,244,238,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.headrow{display:flex;align-items:center;gap:16px;padding:12px 16px;max-width:1180px;margin:0 auto}.logo{display:flex;align-items:center;gap:10px}.logo .mark{width:36px;height:36px;border-radius:11px;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:800;font-size:17px}.logo b{font-size:19px;font-weight:800;letter-spacing:-.02em;color:var(--deep);display:block;line-height:1.1}.logo small{font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#7A8A85}.logo a{text-decoration:none}.logo a:hover{text-decoration:none}.cartbtn{display:flex;align-items:center;gap:8px;background:var(--deep);color:#fff;border:none;padding:11px 16px;border-radius:11px;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;text-decoration:none}.cartbtn:hover{background:var(--green);color:#fff;text-decoration:none}.cartbtn .n{min-width:22px;height:22px;padding:0 6px;border-radius:11px;background:var(--amber);color:#231A00;font-size:12px;font-weight:800;display:grid;place-items:center}nav.site{display:flex;gap:4px;align-items:center;overflow-x:auto;max-width:1180px;margin:0 auto;padding:0 16px 10px;scrollbar-width:none}nav.site::-webkit-scrollbar{display:none}nav.site a{display:flex;min-height:44px;align-items:center;padding:9px 12px;border-radius:9px;font-size:14px;font-weight:600;color:#3B4A46;white-space:nowrap;text-decoration:none}nav.site a:hover,nav.site a[aria-current]{background:var(--sand);color:var(--deep);text-decoration:none}h1{font-size:clamp(26px,3.4vw,38px);font-weight:800;letter-spacing:-.03em;color:var(--deep);margin:0}h2{font-size:clamp(22px,2.8vw,30px);font-weight:800;letter-spacing:-.025em;color:var(--deep);margin:0}.lead{font-size:15.5px;color:var(--muted);margin:8px 0 22px}main{padding:clamp(20px,3vw,40px) 0 clamp(40px,6vw,80px)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:13px;padding:16px 26px;font-size:16px;font-weight:700;cursor:pointer;text-decoration:none}.btn:hover{text-decoration:none}.btn-primary{background:var(--green);color:#fff;box-shadow:0 8px 20px rgba(23,121,106,.28)}.btn-primary:hover{background:var(--deep);color:#fff}.btn-ghost{background:var(--surface);color:var(--deep);border:1px solid #D9D2C6}.btn-ghost:hover{border-color:var(--green);color:var(--green)}.btn-amber{background:var(--amber);color:#231A00}.btn-wa{background:#25D366;color:#06301A;font-weight:800}.badge{display:inline-flex;align-items:center;gap:8px;background:var(--mint);color:var(--green);border:1px solid #CFE3DB;padding:7px 13px;border-radius:999px;font-size:12.5px;font-weight:700}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:clamp(24px,4vw,56px);align-items:center}.grid-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px}.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.card{background:var(--surface);border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column}.card .body{padding:14px 14px 16px;display:flex;flex-direction:column;gap:8px;flex:1}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--green)}.pname{font-size:15.5px;font-weight:700;line-height:1.3;color:var(--ink);text-decoration:none}.pname:hover{color:var(--green);text-decoration:none}.pdesc{font-size:13px;color:var(--muted);line-height:1.45}.price{font-size:20px;font-weight:800;color:var(--deep)}.old{font-size:12.5px;color:var(--soft);text-decoration:line-through}.addbtn{margin-top:6px;background:var(--green);color:#fff;border:none;padding:12px;border-radius:11px;font-size:14.5px;font-weight:700;cursor:pointer;width:100%}.addbtn:hover{background:var(--deep)}.ph{background:var(--sand);color:var(--soft);display:grid;place-items:center;text-align:center;font-size:12px;font-weight:600;padding:12px;width:100%;height:100%;min-height:120px}.sq{aspect-ratio:1/1;background:var(--sand)}.panel{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:22px}.dark{background:var(--deep);border-radius:22px;padding:clamp(24px,4vw,44px);color:#A8CFC3}.dark h2{color:#fff}.tile{background:var(--sand);border-radius:16px;padding:18px;display:flex;flex-direction:column;gap:6px}.tile b{font-size:15px;color:var(--deep)}.tile span{font-size:13px;color:var(--muted)}.chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:18px;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{border-radius:999px;padding:10px 16px;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;border:1px solid var(--line);background:var(--surface);color:#4A5A55;text-decoration:none}.chip[aria-current]{background:var(--mint);border-color:var(--green);color:var(--deep)}.field{display:flex;flex-direction:column;gap:6px;font-size:12.5px;font-weight:700;color:var(--muted)}.field input,.field textarea{border:1px solid #D9D2C6;border-radius:11px;padding:13px 14px;font-size:15px;background:#FCFBF8;color:var(--ink)}.gallery{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;border-radius:20px;scrollbar-width:none}.gallery::-webkit-scrollbar{display:none}.gallery > figure{flex:0 0 100%;scroll-snap-align:center;margin:0;position:relative;aspect-ratio:1/1;border-radius:20px;overflow:hidden;border:1px solid var(--line);background:var(--sand)}.gallery img{width:100%;height:100%;object-fit:cover}.gnav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:rgba(255,255,255,.92);color:var(--deep);font-size:17px;font-weight:800;cursor:pointer;display:grid;place-items:center}.dots{display:flex;gap:7px;justify-content:center;margin-top:14px}.dots button{width:8px;height:8px;border-radius:4px;border:none;padding:0;cursor:pointer;background:#D9D2C6;transition:width .2s}.dots button[aria-current]{width:22px;background:var(--green)}.opt{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;text-align:left;cursor:pointer;padding:14px 16px;border-radius:13px;background:var(--surface);border:1.5px solid var(--line)}.opt[aria-current]{background:var(--mint);border-color:var(--green)}.opt b{font-size:15px;font-weight:700;color:var(--ink);display:block}.opt small{font-size:12.5px;color:var(--muted)}.opt .p{font-size:18px;font-weight:800;color:var(--deep);white-space:nowrap}.qty{display:flex;align-items:center;border:1px solid #D9D2C6;border-radius:13px;background:var(--surface);overflow:hidden}.qty button{background:none;border:none;width:46px;height:52px;font-size:20px;font-weight:700;color:var(--deep);cursor:pointer}.qty span{min-width:34px;text-align:center;font-size:16px;font-weight:800}.buybar{position:fixed;left:0;right:0;bottom:0;z-index:60;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-top:1px solid var(--line);padding:12px 16px}.buybar .in{max-width:1180px;margin:0 auto;display:flex;align-items:center;gap:12px}.buybar .btn{padding:15px 22px;font-size:15.5px;border-radius:12px;font-weight:800}.acc{background:var(--surface);border:1px solid var(--line);border-radius:20px;overflow:hidden}.acc details{border-bottom:1px solid var(--sand)}.acc summary{list-style:none;cursor:pointer;padding:18px 20px;font-size:16px;font-weight:700;color:var(--deep);display:flex;justify-content:space-between;gap:16px}.acc summary::-webkit-details-marker{display:none}.acc summary::after{content:'+';color:var(--green);font-size:20px}.acc details[open] summary::after{content:'−'}.acc p{margin:0;padding:0 20px 20px;font-size:15px;line-height:1.65;color:#4A5A55}.line{display:flex;gap:14px;align-items:center}.line .thumb{width:64px;height:64px;border-radius:12px;flex:none;display:grid;place-items:center;background:var(--sand);color:var(--green);font-size:13px;font-weight:800}.sum{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:20px;position:sticky;top:120px}.sum .row{display:flex;justify-content:space-between;font-size:14.5px;color:#4A5A55;padding:6px 0}.sum .row b{font-weight:700}.steps{display:flex;gap:10px;margin-bottom:22px;flex-wrap:wrap}.step{flex:1;min-width:150px;display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:13px;background:var(--surface);border:1px solid var(--line);font-size:14px;font-weight:700;color:var(--soft)}.step[aria-current]{background:var(--mint);border-color:var(--green);color:var(--deep)}.step i{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:800;background:var(--sand);color:var(--soft);font-style:normal}.step[aria-current] i,.step.done i{background:var(--green);color:#fff}footer.site{background:var(--deep);color:#A8CFC3}footer.site .cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:28px;padding:clamp(28px,4vw,48px) 16px;max-width:1180px;margin:0 auto}footer.site h4{font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#5E9184;margin:0 0 4px}footer.site a,footer.site span.li{display:block;color:#CFE8DF;font-size:14px;padding:4px 0;text-decoration:none}footer.site a:hover{color:#fff;text-decoration:underline}footer.site .bottom{border-top:1px solid #1C5147}footer.site .bottom .in{max-width:1180px;margin:0 auto;padding:16px;font-size:12.5px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}@media(max-width:700px){footer.site a,footer.site button.tracking-preferences{display:flex;min-height:44px;align-items:center;padding:8px 0}}.toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%) translateY(20px);background:var(--deep);color:#fff;padding:14px 22px;border-radius:13px;font-size:14.5px;font-weight:700;opacity:0;pointer-events:none;transition:.25s;z-index:90}.toast.on{opacity:1;transform:translateX(-50%)}.preview-notice{position:sticky;top:0;z-index:100;padding:8px 16px;background:#f0a202;color:#231a00;text-align:center;font-size:12px;font-weight:800}.store-announcement{position:relative;z-index:72;padding:8px 16px;color:#d9eee7;text-align:center;font-size:12px;font-weight:700}.store-announcement a{color:inherit;text-decoration:none}.store-header{position:sticky;top:0;z-index:70;border-bottom:1px solid var(--line);background:rgba(255,255,255,.97);box-shadow:0 8px 28px rgba(14,59,51,.06);backdrop-filter:blur(14px)}.store-header-main,.store-header-navigation-inner{width:min(100% - 32px,1240px);margin:0 auto}.store-header-main{display:grid;grid-template-columns:auto minmax(280px,1fr) auto;align-items:center;gap:clamp(18px,3vw,38px);min-height:78px}.store-logo a{display:flex;align-items:center;gap:10px;color:var(--deep);text-decoration:none}.store-logo-mark{display:grid;width:42px;height:42px;flex:none;place-items:center;border-radius:13px;background:var(--green);color:#fff;font-size:19px;font-weight:800}.store-logo-copy b,.store-logo-copy small{display:block}.store-logo-copy b{font-size:20px;line-height:1.05}.store-logo-copy small{margin-top:3px;color:var(--soft);font-size:9px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.header-search{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;min-width:0;border:1.5px solid #d5ddd9;border-radius:15px;background:#f8faf9;transition:border-color .2s,box-shadow .2s,background .2s}.header-search:focus-within{border-color:var(--green);background:#fff;box-shadow:0 0 0 4px rgba(23,121,106,.1)}.header-search-icon{padding-left:16px;color:var(--green);font-size:25px;line-height:1}.header-search input{min-width:0;height:48px;padding:0 12px;border:0;outline:0;background:transparent;color:var(--ink);font-size:14px}.header-search > button{height:38px;margin-right:5px;padding:0 18px;border:0;border-radius:11px;background:var(--green);color:#fff;font-size:13px;font-weight:800;cursor:pointer}.header-search-results{position:absolute;top:calc(100% + 9px);right:0;left:0;z-index:85;max-height:min(520px,70vh);overflow-y:auto;padding:8px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 22px 55px rgba(14,59,51,.18)}.search-result-label{display:block;padding:7px 9px 5px;color:var(--soft);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.header-search-result{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px;border-radius:11px;color:var(--ink);text-decoration:none}.header-search-result:hover,.header-search-result:focus{background:var(--mint);color:var(--deep);text-decoration:none}.header-search-result img,.search-result-placeholder{display:grid;width:48px;height:48px;place-items:center;border-radius:9px;background:var(--sand);object-fit:contain}.header-search-result b,.header-search-result small{display:block}.header-search-result b{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.header-search-result small{margin-top:2px;color:var(--muted);font-size:11px}.header-search-result strong{color:var(--deep);font-size:13px;white-space:nowrap}.header-search-empty{padding:20px 12px;color:var(--muted);text-align:center;font-size:13px}.store-header-actions{display:flex;align-items:center;gap:8px}.header-action{display:flex;align-items:center;gap:8px;padding:6px;color:var(--ink);text-decoration:none}.header-action-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:var(--mint);color:var(--green);font-size:16px;font-weight:800}.header-action small,.header-action b{display:block;line-height:1.2;white-space:nowrap}.header-action small{color:var(--soft);font-size:9px}.header-action b{margin-top:2px;font-size:12px}.header-cart{display:flex;align-items:center;gap:7px;min-height:44px;padding:0 12px;border-radius:12px;background:var(--deep);color:#fff;font-size:13px;text-decoration:none}.header-cart:hover{background:var(--green);color:#fff;text-decoration:none}.header-cart-icon{display:block;width:19px;height:19px;flex:0 0 19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.header-cart em{display:grid;min-width:21px;height:21px;padding:0 5px;place-items:center;border-radius:999px;background:var(--amber);color:#231a00;font-size:11px;font-style:normal;font-weight:800}.mobile-menu-toggle{display:none}.store-header-navigation{border-top:1px solid #edf0ee}.store-header-navigation-inner{display:flex;align-items:stretch;min-height:48px}.category-mega{position:relative;flex:none}.category-mega summary{display:flex;height:100%;min-width:190px;align-items:center;gap:9px;padding:0 18px;border-right:1px solid #edf0ee;border-left:1px solid #edf0ee;color:var(--deep);font-size:13px;font-weight:800;cursor:pointer;list-style:none}.category-mega summary::-webkit-details-marker{display:none}.category-mega summary i{margin-left:auto;font-style:normal}.category-mega[open] summary{background:var(--mint)}.category-mega-panel{position:absolute;top:calc(100% + 1px);left:0;z-index:82;display:grid;grid-template-columns:repeat(2,minmax(190px,1fr));width:min(520px,calc(100vw - 32px));padding:20px;border:1px solid var(--line);border-radius:0 0 17px 17px;background:#fff;box-shadow:0 22px 50px rgba(14,59,51,.16)}.category-mega-panel > div{display:grid;align-content:start;gap:3px;padding:0 12px}.category-mega-panel > div + div{border-left:1px solid var(--line)}.category-mega-panel strong{margin-bottom:7px;color:var(--soft);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.category-mega-panel a{padding:8px 9px;border-radius:8px;color:var(--ink);font-size:13px;font-weight:700}.category-mega-panel a:hover{background:var(--mint);color:var(--deep);text-decoration:none}.category-mega-panel .category-view-all{margin-top:6px;color:var(--green)}.desktop-store-nav{display:flex;min-width:0;flex:1;align-items:center;gap:2px;padding:0 12px;overflow-x:auto;scrollbar-width:none}.desktop-store-nav::-webkit-scrollbar{display:none}.desktop-store-nav a,.header-campaign-link{display:flex;min-height:38px;align-items:center;gap:6px;padding:0 11px;border-radius:9px;color:#3b4a46;font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap}.desktop-store-nav a:hover,.desktop-store-nav a[aria-current]{background:var(--sand);color:var(--deep)}.desktop-store-nav small{padding:2px 5px;border-radius:999px;background:var(--amber);color:#231a00;font-size:8px}.header-campaign-link{margin-left:auto;color:var(--green)}.mobile-store-menu{display:none}.dynamic-hero{padding-top:clamp(10px,3vw,32px)}.dynamic-hero h1{margin-top:18px;font-size:clamp(34px,5.2vw,56px);line-height:1.04}.dynamic-hero p{max-width:54ch;margin:16px 0 0;color:#4a5a55;font-size:clamp(16px,1.6vw,18.5px);line-height:1.6}.dynamic-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.trust-line{margin-top:24px;color:#4a5a55;font-size:13px;font-weight:600;line-height:1.6}.dynamic-hero-image{position:relative;overflow:hidden;aspect-ratio:4 / 3;border:1px solid var(--line);border-radius:22px;background:var(--sand)}.dynamic-hero-image img{width:100%;height:100%;object-fit:cover}.dynamic-image-fallback{display:none;position:absolute;inset:0}.placeholder-paw{display:grid;width:64px;height:64px;margin-bottom:10px;place-items:center;border-radius:50%;background:var(--mint);color:var(--green);font-size:24px}.dynamic-image-fallback b,.product-placeholder b,.product-placeholder small{display:block}.product-placeholder{align-content:center;justify-items:center}.product-placeholder small{margin-top:5px;color:var(--soft)}.dynamic-section{margin-top:clamp(36px,6vw,72px)}.dynamic-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.dynamic-category,.dynamic-campaign{display:flex;align-items:center;gap:16px;min-height:118px;padding:18px;border-radius:18px;text-decoration:none}.dynamic-category{border:1px solid var(--line);background:var(--surface)}.dynamic-campaign{background:var(--deep);color:#cfe8df}.category-mark,.campaign-mark{display:grid;flex:none;width:58px;height:58px;place-items:center;border-radius:14px;background:var(--mint);color:var(--green);font-weight:800}.campaign-mark{background:var(--amber);color:#231a00}.dynamic-category b,.dynamic-campaign b{display:block;color:var(--deep);font-size:17px}.dynamic-campaign b{color:#fff}.dynamic-category small,.dynamic-campaign small{display:block;margin-top:5px;color:var(--muted);font-size:13px;line-height:1.4}.dynamic-campaign small{color:#cfe8df}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px}.section-heading p{margin:6px 0 0;color:var(--muted);font-size:14px}.dynamic-product-image{display:grid;place-items:center;background:linear-gradient(145deg,var(--sand),var(--mint));color:var(--green);font-size:18px;font-weight:800;text-decoration:none}.dynamic-product-image img{width:100%;height:100%;object-fit:contain;background:#fff}.dynamic-price{display:flex;align-items:baseline;gap:8px;margin-top:6px}.dynamic-panel{padding:clamp(22px,3vw,36px)}.dynamic-panel h2,.section-title{margin-bottom:24px}.dynamic-step{display:flex;flex-direction:column;gap:8px}.dynamic-step > span{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:var(--mint);color:var(--green);font-weight:800}.dynamic-step b{font-size:17px}.dynamic-step p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}.dynamic-quote{margin:0}.dynamic-quote > span{color:var(--amber);letter-spacing:2px}.dynamic-quote p{font-family:Newsreader,serif;font-size:17px;font-style:italic;line-height:1.5}.dynamic-quote small{color:var(--muted);font-weight:700}.dynamic-cta{display:flex;align-items:center;justify-content:space-between;gap:24px}.dynamic-cta p{max-width:680px;margin:12px 0 0;font-size:16px;line-height:1.6}.footer-brand{display:block;color:#fff;font-size:20px}footer.site p{max-width:36ch;font-size:13.5px;line-height:1.6}.tracking-preferences{display:block;padding:4px 0;border:0;background:none;color:#cfe8df;font-size:14px;cursor:pointer}.tracking-preferences:hover{color:#fff;text-decoration:underline}.tracking-consent{position:fixed;right:18px;bottom:18px;left:18px;z-index:120;display:flex;max-width:920px;margin:0 auto;padding:18px;align-items:center;justify-content:space-between;gap:20px;border:1px solid rgba(255,255,255,.15);border-radius:18px;background:#0e3b33;color:#fff;box-shadow:0 18px 60px rgba(14,59,51,.3)}.tracking-consent strong{font-size:16px}.tracking-consent p{max-width:650px;margin:5px 0 0;color:#cfe8df;font-size:12px;line-height:1.55}.tracking-consent-actions{display:flex;flex:none;gap:8px}.tracking-consent button{padding:11px 14px;border:1px solid rgba(255,255,255,.25);border-radius:10px;background:transparent;color:#fff;font-weight:700;cursor:pointer}.tracking-consent [data-consent-accept]{border-color:var(--amber);background:var(--amber);color:#231a00}.catalog-page,.product-page,.cart-page{min-height:62vh}.content-page{max-width:860px}.blog-main,.blog-post-main{background:linear-gradient(180deg,#f4f8f6 0,#fff 420px);min-height:70vh}.blog-hero{padding-top:64px;padding-bottom:32px;text-align:center}.blog-hero h1{max-width:760px;margin:8px auto 12px;color:var(--deep);font-size:clamp(38px,6vw,68px);line-height:1.03;letter-spacing:-.045em}.blog-hero>p{max-width:650px;margin:0 auto;color:var(--soft);font-size:18px;line-height:1.7}.blog-search{display:flex;max-width:660px;margin:28px auto 20px;padding:6px;border:1px solid #d5dfdb;border-radius:16px;background:#fff;box-shadow:0 12px 35px rgba(13,54,45,.07)}.blog-search input{min-width:0;flex:1;border:0;outline:0;padding:11px 14px;background:transparent;font:inherit}.blog-search button{border:0;border-radius:11px;padding:0 24px;background:var(--theme-primary,var(--green));color:#fff;font-weight:800}.blog-categories{display:flex;overflow-x:auto;gap:8px;justify-content:center;padding:4px 0;scrollbar-width:none}.blog-categories a{white-space:nowrap;border:1px solid #d7e0dd;border-radius:999px;padding:9px 14px;background:#fff;color:#53645f;text-decoration:none;font-size:13px;font-weight:750}.blog-categories a.active{border-color:var(--theme-primary,var(--green));background:var(--theme-primary,var(--green));color:#fff}.blog-categories span{opacity:.7}.blog-featured{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);overflow:hidden;margin-top:18px;margin-bottom:64px;border:1px solid #dce5e1;border-radius:28px;background:#fff;box-shadow:0 24px 70px rgba(16,55,47,.09)}.blog-featured-media,.blog-card-media{display:block;overflow:hidden;background:#e3efeb}.blog-featured-media{min-height:410px}.blog-featured-media img,.blog-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.blog-featured:hover img,.blog-card:hover img{transform:scale(1.025)}.blog-featured>div{align-self:center;padding:clamp(28px,5vw,64px)}.blog-kicker{display:inline-block;color:var(--theme-primary,var(--green));font-size:12px;font-weight:850;letter-spacing:.11em;text-transform:uppercase;text-decoration:none}.blog-featured h2{margin:12px 0 16px;font-size:clamp(30px,4vw,48px);line-height:1.08;letter-spacing:-.035em}.blog-featured h2 a,.blog-card h3 a{color:var(--deep);text-decoration:none}.blog-featured p,.blog-card p{color:var(--soft);line-height:1.65}.blog-meta{display:flex;flex-wrap:wrap;gap:8px 18px;color:#71817c;font-size:12px}.blog-meta span+span:before,.blog-meta time+span:before{content:'•';margin-right:18px;color:#a4b0ac}.blog-read{display:inline-flex;margin-top:24px;color:var(--theme-primary,var(--green));font-weight:850;text-decoration:none}.blog-image-placeholder{display:grid;width:100%;height:100%;min-height:230px;place-items:center;background:linear-gradient(135deg,#d8ebe5,#eff6f3);color:var(--theme-primary,var(--green));font-size:70px;font-weight:900}.blog-results{padding-bottom:72px}.blog-results-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.blog-results-head h2{margin:5px 0 0;color:var(--deep);font-size:clamp(26px,4vw,38px)}.blog-results-head>a{color:var(--theme-primary,var(--green));font-weight:800;text-decoration:none}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.blog-card{overflow:hidden;border:1px solid #dfe7e4;border-radius:21px;background:#fff;box-shadow:0 12px 36px rgba(12,48,41,.055)}.blog-card-media{height:220px}.blog-card-body{padding:22px}.blog-card h3{display:-webkit-box;overflow:hidden;margin:9px 0 11px;font-size:21px;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.blog-card p{display:-webkit-box;overflow:hidden;margin:0 0 17px;-webkit-box-orient:vertical;-webkit-line-clamp:3}.blog-empty{padding:64px 20px;border:1px dashed #cbd8d3;border-radius:22px;text-align:center}.blog-pagination{display:flex;justify-content:center;align-items:center;gap:18px;margin-top:36px}.blog-pagination a{border:1px solid #d4dfdb;border-radius:12px;padding:10px 16px;color:var(--deep);text-decoration:none;font-weight:750}.blog-pagination span{color:var(--soft)}.blog-post{max-width:1120px;padding-top:30px}.blog-breadcrumb{display:flex;overflow:hidden;gap:8px;align-items:center;color:#80908b;font-size:12px;white-space:nowrap}.blog-breadcrumb a{overflow:hidden;color:inherit;text-overflow:ellipsis;text-decoration:none}.blog-post-header{max-width:860px;margin:54px auto 40px;text-align:center}.blog-post-header h1{margin:12px 0 18px;color:var(--deep);font-size:clamp(38px,6.5vw,70px);line-height:1.04;letter-spacing:-.045em}.blog-post-header>p{margin:0 auto 22px;color:var(--soft);font-size:clamp(17px,2.2vw,21px);line-height:1.7}.blog-post-meta{justify-content:center}.blog-post-cover{overflow:hidden;margin:0 0 40px;border-radius:28px;aspect-ratio:16/8}.blog-post-cover img{width:100%;height:100%;object-fit:cover}.blog-post-layout{display:grid;grid-template-columns:150px minmax(0,760px);gap:34px;justify-content:center;align-items:start}.blog-post-aside{position:sticky;top:120px;display:grid;gap:9px;padding-top:12px}.blog-post-aside span{color:#85938f;font-size:11px;font-weight:850;text-transform:uppercase}.blog-post-aside a{color:var(--deep);font-size:13px;font-weight:750;text-decoration:none}.blog-post-content{padding:clamp(25px,5vw,54px);font-size:17px;line-height:1.82}.blog-tags{display:flex;flex-wrap:wrap;gap:8px;max-width:760px;margin:28px auto 70px;align-items:center}.blog-tags span{color:var(--soft);font-size:12px;font-weight:800}.blog-tags a{border-radius:999px;padding:7px 11px;background:#edf5f2;color:var(--deep);font-size:12px;text-decoration:none}.blog-related{padding-bottom:80px}@media(max-width:900px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-featured{grid-template-columns:1fr}.blog-featured-media{min-height:320px}.blog-post-layout{grid-template-columns:1fr}.blog-post-aside{position:static;display:flex;flex-wrap:wrap;align-items:center}.blog-post-cover{border-radius:20px}}@media(max-width:620px){.blog-hero{padding-top:38px;text-align:left}.blog-hero h1,.blog-hero>p{margin-left:0}.blog-search{margin:22px 0 16px}.blog-search button{padding:0 18px}.blog-categories{justify-content:flex-start}.blog-featured{margin-bottom:44px;border-radius:20px}.blog-featured-media{min-height:230px}.blog-featured>div{padding:25px}.blog-grid{grid-template-columns:1fr}.blog-card{display:grid;grid-template-columns:112px minmax(0,1fr);border-radius:16px}.blog-card-media{height:100%;min-height:145px}.blog-image-placeholder{min-height:145px;font-size:42px}.blog-card-body{padding:16px}.blog-card h3{font-size:17px}.blog-card p{display:none}.blog-meta span:first-child+span:before{display:none}.blog-post{padding-top:20px}.blog-post-header{margin:36px auto 28px;text-align:left}.blog-post-meta{justify-content:flex-start}.blog-post-cover{margin-bottom:22px;aspect-ratio:16/10}.blog-post-content{margin:0 -2px;padding:23px 18px;font-size:16px}.blog-results-head{align-items:center}}.blog-results-clean{padding-top:14px}.blog-grid-two{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.blog-card-large{display:block;border-radius:24px}.blog-card-large .blog-card-media{height:auto;aspect-ratio:16/9;padding:0;background:#edf3f1}.blog-card-large .blog-card-media img,.blog-post-cover img{object-fit:contain;background:#edf3f1}.blog-card-large .blog-card-body{padding:26px}.blog-card-large h2{display:-webkit-box;overflow:hidden;margin:10px 0 12px;color:var(--deep);font-size:clamp(22px,2.2vw,30px);line-height:1.2;-webkit-box-orient:vertical;-webkit-line-clamp:2}.blog-card-large h2 a{color:inherit;text-decoration:none}.blog-card-footer{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-top:20px}.blog-card-footer>a{color:var(--theme-primary,var(--green));font-weight:850;text-decoration:none}.blog-post-modern{max-width:1180px}.blog-post-modern .blog-post-header{max-width:980px}.blog-post-modern .blog-post-cover{display:flex;max-height:720px;min-height:360px;align-items:center;justify-content:center;background:#edf3f1;aspect-ratio:16/9}.blog-share-top{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;align-items:center;margin-top:22px}.blog-share-top span{margin-right:4px;color:#7a8984;font-size:11px;font-weight:850;text-transform:uppercase}.blog-share-top a{border:1px solid #d6e1dd;border-radius:999px;padding:8px 13px;background:#fff;color:var(--deep);font-size:12px;font-weight:800;text-decoration:none}.blog-share-top a:hover{border-color:var(--theme-primary,var(--green));color:var(--theme-primary,var(--green))}.blog-post-meta a{color:var(--theme-primary,var(--green));font-weight:750;text-decoration:none}.blog-post-content-wide{width:100%;max-width:1040px;margin:0 auto;padding:clamp(30px,6vw,72px);font-size:clamp(16px,1.55vw,19px);line-height:1.9}.blog-post-content-wide p{max-width:860px;margin-right:auto;margin-left:auto}.blog-post-content-wide h2,.blog-post-content-wide h3,.blog-post-content-wide h4,.blog-post-content-wide ul,.blog-post-content-wide ol,.blog-post-content-wide blockquote{max-width:900px;margin-right:auto;margin-left:auto}.blog-post-neighbors{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:1040px;margin:30px auto 74px}.blog-post-neighbors>div{min-height:112px;padding:22px;border:1px solid #dce5e1;border-radius:18px;background:#fff}.blog-post-neighbors>div:last-child{text-align:right}.blog-post-neighbors span{display:block;margin-bottom:7px;color:#80908b;font-size:11px;font-weight:850;text-transform:uppercase}.blog-post-neighbors a{color:var(--deep);font-size:17px;font-weight:850;line-height:1.35;text-decoration:none}.blog-comments{max-width:1040px;margin-bottom:70px;padding:clamp(24px,5vw,50px);border:1px solid #dce5e1;border-radius:26px;background:#fff}.blog-comments-head{display:flex;justify-content:space-between;gap:30px;align-items:end;padding-bottom:24px;border-bottom:1px solid #e4ebe8}.blog-comments-head h2{margin:5px 0 0;color:var(--deep);font-size:clamp(28px,4vw,42px)}.blog-comments-head h2 small{color:var(--theme-primary,var(--green));font-size:.55em}.blog-comments-head>p{max-width:420px;margin:0;color:var(--soft);line-height:1.6}.blog-comment-compose{margin:28px 0;padding:24px;border-radius:18px;background:#f2f7f5}.blog-comment-user{display:flex;gap:10px;align-items:center;margin-bottom:14px}.blog-comment-user img,.blog-comment-user span,.blog-comment header img,.blog-comment header>span{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:50%;background:#dcece7;color:var(--theme-primary,var(--green));object-fit:cover;font-weight:900}.blog-comment-compose form label{display:block;margin-bottom:7px;color:var(--deep);font-size:13px;font-weight:800}.blog-comment-compose textarea{width:100%;min-height:120px;resize:vertical;border:1px solid #cedbd6;border-radius:13px;padding:13px;background:#fff;color:var(--deep);font:inherit}.blog-comment-compose form>div:last-child{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-top:10px}.blog-comment-compose small{color:var(--soft)}.blog-comment-login{text-align:center}.blog-comment-login h3{margin:0 0 5px;color:var(--deep)}.blog-comment-login p{margin:0 0 18px;color:var(--soft)}.blog-comment-list{display:grid;gap:14px}.blog-comment{padding:22px;border:1px solid #e0e8e5;border-radius:17px}.blog-comment header{display:flex;gap:11px;align-items:center}.blog-comment header div{display:grid}.blog-comment header time{color:#87948f;font-size:11px}.blog-comment>p{margin:15px 0 0;color:#4e605a;line-height:1.75}.blog-comment-empty{padding:38px 20px;text-align:center;color:var(--soft)}.blog-comment-empty h3{margin:0 0 6px;color:var(--deep)}@media(max-width:760px){.blog-grid-two{grid-template-columns:1fr;gap:18px}.blog-card-large{display:block}.blog-card-large .blog-card-media{height:auto;min-height:0}.blog-card-large .blog-card-body{padding:20px}.blog-card-large .blog-card-body p{display:-webkit-box}.blog-post-modern .blog-post-cover{min-height:0}.blog-post-neighbors{grid-template-columns:1fr}.blog-post-neighbors>div:last-child{text-align:left}.blog-comments{border-right:0;border-left:0;border-radius:0}.blog-comments-head{display:block}.blog-comments-head>p{margin-top:10px}.blog-share-top{justify-content:flex-start}.blog-comment-compose form>div:last-child{align-items:flex-start;flex-direction:column}.blog-comment-compose button{width:100%}}.blog-back-link{padding-top:8px}.blog-back-link a{color:var(--theme-primary,var(--green));font-weight:800}.blog-post-header-minimal{margin-top:34px}.blog-post-header-minimal>p{max-width:760px}.blog-post-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;align-items:center;margin-top:22px}.blog-post-actions .blog-share-top{margin-top:0}.blog-comment-jump{border-radius:999px;padding:9px 15px;background:var(--theme-primary,var(--green));color:#fff;font-size:12px;font-weight:850;text-decoration:none}.blog-comments-head h2 small{color:var(--theme-primary,var(--green));font-size:1em;font-weight:inherit}@media(max-width:760px){.blog-post-actions{justify-content:flex-start}}.blog-guest-comment-intro{margin-bottom:18px}.blog-guest-comment-intro h3{margin:0 0 5px;color:var(--deep)}.blog-guest-comment-intro p{margin:0;color:var(--soft);font-size:13px}.blog-guest-fields{display:grid!important;grid-template-columns:1fr 1fr;gap:12px!important;align-items:start!important;margin:0 0 14px!important}.blog-guest-fields label{margin:0!important}.blog-guest-fields input{display:block;width:100%;min-height:46px;margin-top:7px;border:1px solid #cedbd6;border-radius:12px;padding:10px 12px;background:#fff;color:var(--deep);font:inherit}.blog-comment-privacy{display:flex!important;gap:9px;align-items:flex-start;margin:12px 0 0!important;color:#687a74!important;font-size:12px!important;font-weight:500!important;line-height:1.5}.blog-comment-privacy input{width:17px;height:17px;flex:0 0 17px;margin-top:1px}.blog-comment-privacy a{color:var(--theme-primary,var(--green))}@media(max-width:620px){.blog-guest-fields{grid-template-columns:1fr}}.content-body{margin-top:24px;color:var(--muted);font-size:16px;line-height:1.85;white-space:normal}.rich-content{display:flow-root}.rich-content > :first-child,.rich-content > div > :first-child{margin-top:0}.rich-content > :last-child,.rich-content > div > :last-child{margin-bottom:0}.rich-content h2{margin:1.8em 0 .65em;color:var(--deep);font-size:clamp(23px,3vw,34px);line-height:1.2}.rich-content h3{margin:1.55em 0 .6em;color:var(--deep);font-size:clamp(19px,2.4vw,26px);line-height:1.3}.rich-content h4{margin:1.4em 0 .55em;color:var(--deep);font-size:18px;line-height:1.35}.rich-content p{margin:0 0 1.1em}.rich-content ul,.rich-content ol{margin:1rem 0 1.4rem;padding-left:1.4rem}.rich-content li{margin:.4rem 0}.rich-content blockquote{margin:1.5rem 0;padding:1rem 1.2rem;border-left:4px solid var(--theme-primary,var(--green));border-radius:0 12px 12px 0;background:#f1f7f5;color:#536762}.rich-content a{color:var(--theme-primary,var(--green));text-decoration-thickness:1px;text-underline-offset:3px}.rich-content figure.editor-image{position:relative;clear:both;margin-top:1.5rem;margin-bottom:1.5rem;overflow:hidden;box-sizing:border-box}.rich-content figure.editor-image > a{display:block}.rich-content figure.editor-image img{display:block;width:100%;height:auto;transition:transform .2s ease}.rich-content figure.align-left{float:left;clear:left;margin-right:1.5rem}.rich-content figure.align-right{float:right;clear:right;margin-left:1.5rem}.rich-content figure.align-center{margin-right:auto;margin-left:auto}.rich-content figure.align-wide{width:100% !important;margin-right:0;margin-left:0}.rich-content figure.width-25{width:25%}.rich-content figure.width-50{width:50%}.rich-content figure.width-75{width:75%}.rich-content figure.width-100{width:100%}.rich-content figure.no-wrap{float:none}.rich-content figure.no-wrap.align-left{margin-right:auto;margin-left:0}.rich-content figure.no-wrap.align-right{margin-right:0;margin-left:auto}.rich-content figure[class*="aspect-"]:not(.aspect-auto) > img,.rich-content figure[class*="aspect-"]:not(.aspect-auto) > a > img{width:100%;height:100%}.rich-content figure.aspect-square > img,.rich-content figure.aspect-square > a{aspect-ratio:1}.rich-content figure.aspect-4-3 > img,.rich-content figure.aspect-4-3 > a{aspect-ratio:4/3}.rich-content figure.aspect-16-9 > img,.rich-content figure.aspect-16-9 > a{aspect-ratio:16/9}.rich-content figure.aspect-3-4 > img,.rich-content figure.aspect-3-4 > a{aspect-ratio:3/4}.rich-content figure.fit-cover img{object-fit:cover}.rich-content figure.fit-contain img{object-fit:contain}.rich-content figure.radius-0,.rich-content figure.radius-0 img{border-radius:0}.rich-content figure.radius-8,.rich-content figure.radius-8 img{border-radius:8px}.rich-content figure.radius-16,.rich-content figure.radius-16 img{border-radius:16px}.rich-content figure.radius-28,.rich-content figure.radius-28 img{border-radius:28px}.rich-content figure.shadow-none{box-shadow:none}.rich-content figure.shadow-soft{box-shadow:0 14px 38px rgba(16,55,47,.1)}.rich-content figure.shadow-strong{box-shadow:0 20px 48px rgba(10,41,34,.24)}.rich-content figure.border-soft{border:1px solid #d4ddd9}.rich-content figure.bg-light{background:#f2f6f4}.rich-content figure.bg-dark{background:#173e36}.rich-content figure.padding-8{padding:8px}.rich-content figure.padding-16{padding:16px}.rich-content figure.padding-24{padding:24px}.rich-content figure.lightbox-enabled img{cursor:zoom-in}.rich-content figcaption{padding:.6rem .8rem;color:var(--soft);text-align:center;font-size:12px;line-height:1.5}.rich-image-lightbox{position:fixed;inset:0;z-index:300;display:grid;padding:4vh 4vw;place-items:center;background:rgba(5,18,15,.9);backdrop-filter:blur(8px)}.rich-image-lightbox[hidden]{display:none}.rich-image-lightbox img{max-width:92vw;max-height:88vh;object-fit:contain;border-radius:12px;box-shadow:0 24px 80px rgba(0,0,0,.45)}.rich-image-lightbox button{position:absolute;top:18px;right:18px;width:44px;height:44px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(0,0,0,.35);color:#fff;font-size:27px}.contact-details{margin-top:24px;padding:16px 18px;border-radius:14px;background:var(--sand)}.contact-form{margin-top:26px;padding-top:24px;border-top:1px solid var(--line)}.contact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.contact-form-grid label{color:var(--muted);font-size:12px;font-weight:800}.contact-form-grid .full{grid-column:1 / -1}.contact-form-grid input,.contact-form-grid textarea{width:100%;margin-top:6px;padding:13px 14px;border:1px solid #d9d2c6;border-radius:11px;background:#fcfbf8;font-size:15px}.form-privacy{margin:14px 0;font-size:12px;line-height:1.6}.catalog-tools{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:20px}.catalog-search{display:flex;width:min(100%,520px)}.catalog-search input{min-width:0;padding:12px 14px;flex:1;border:1px solid var(--line);border-right:0;border-radius:11px 0 0 11px;background:var(--surface);font-size:15px}.catalog-search button{padding:0 18px;border:0;border-radius:0 11px 11px 0;background:var(--deep);color:#fff;font-weight:700}.catalog-sort{display:grid;gap:5px;color:var(--muted);font-size:11px;font-weight:800}.catalog-sort select{min-height:44px;padding:0 38px 0 12px;border:1px solid var(--line);border-radius:11px;background:var(--surface)}.catalog-placeholder{display:grid;justify-items:center;gap:5px}.catalog-placeholder i{display:grid;width:54px;height:54px;place-items:center;border-radius:50%;background:rgba(255,255,255,.7);font-style:normal}.catalog-placeholder small{color:var(--soft);font-size:11px}.catalog-stock{color:var(--green);font-size:11px;font-weight:800}.sr-only{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;margin:-1px;border:0;clip:rect(0,0,0,0);white-space:nowrap}.catalog-heading{display:flex;justify-content:space-between;gap:20px;margin-bottom:12px}.empty-store{padding:clamp(28px,5vw,56px);text-align:center}.empty-store p{color:var(--muted)}.catalog-page{padding-top:clamp(22px,3vw,38px)}.catalog-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:20px;color:var(--soft);font-size:12px;font-weight:700}.catalog-breadcrumb a{color:var(--muted)}.catalog-heading{align-items:center;margin-bottom:22px;padding-bottom:20px;border-bottom:1px solid var(--line)}.catalog-heading h1{font-size:clamp(28px,3.5vw,42px)}.catalog-description-text,.catalog-description{max-width:760px;margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.7}.catalog-description summary{cursor:pointer;list-style:none}.catalog-description summary::-webkit-details-marker{display:none}.catalog-description summary span{margin-left:5px;color:var(--green);font-size:11px;font-weight:800;white-space:nowrap}.catalog-description[open] summary{display:none}.catalog-description p{margin:0}.catalog-heading .theme-page-banner{width:min(34%,360px);height:110px;margin:0;object-fit:cover}.catalog-layout{display:grid;grid-template-columns:244px minmax(0,1fr);gap:clamp(22px,3vw,34px);align-items:start}.catalog-filter-panel{position:sticky;top:146px;overflow:hidden;border:1px solid var(--line);border-radius:17px;background:#fff}.catalog-filter-heading{display:flex;min-height:58px;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--line)}.catalog-filter-heading strong,.catalog-filter-heading span{display:block}.catalog-filter-heading strong{color:var(--deep);font-size:15px}.catalog-filter-heading span{margin-top:2px;color:var(--green);font-size:10px;font-weight:800}.catalog-filter-heading button{display:none}.catalog-filter-group{display:grid;gap:2px;margin:0;padding:13px 16px 14px;border:0;border-bottom:1px solid var(--line)}.catalog-filter-group h2{margin:0 0 6px;color:var(--deep);font-size:11px;font-weight:800;letter-spacing:.01em;line-height:1.4}.catalog-filter-group > label{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;min-height:30px;color:#40504b;font-size:11.5px;line-height:1.3;cursor:pointer}.catalog-filter-group input[type="checkbox"]{width:17px;height:17px;margin:0;accent-color:var(--green)}.catalog-filter-group > label small{display:grid;min-width:20px;height:20px;padding:0 5px;place-items:center;border-radius:999px;background:var(--sand);color:var(--muted);font-size:8.5px;font-weight:800}.catalog-price-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px}.catalog-price-fields > label > span:first-child{display:block;margin-bottom:5px;color:var(--soft);font-size:9px;font-weight:700}.catalog-price-input{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;border:1px solid var(--line);border-radius:9px;background:#fafbf9}.catalog-price-input:focus-within{border-color:var(--green)}.catalog-price-input input{width:100%;min-width:0;height:38px;padding:0 4px 0 9px;border:0;outline:0;background:transparent;font-size:12px}.catalog-price-input i{padding-right:8px;color:var(--muted);font-size:11px;font-style:normal}.catalog-special-filters > label{grid-template-columns:auto 1fr}.catalog-filter-actions{display:grid;gap:9px;padding:15px}.catalog-apply-filter{min-height:43px;border:0;border-radius:11px;background:var(--deep);color:#fff;font-size:12px;font-weight:800;cursor:pointer}.catalog-filter-actions > a{color:var(--muted);text-align:center;font-size:10px;font-weight:800}.catalog-results{min-width:0}.catalog-result-toolbar{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.catalog-result-toolbar > span{color:var(--muted);font-size:12px}.catalog-result-toolbar > span strong{color:var(--deep)}.catalog-result-toolbar .catalog-sort{display:flex;align-items:center;gap:9px}.catalog-result-toolbar .catalog-sort select{min-height:40px}.catalog-active-filters{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:17px}.catalog-active-filters a{display:inline-flex;min-height:31px;align-items:center;gap:7px;padding:0 10px;border:1px solid #cfe3db;border-radius:999px;background:var(--mint);color:var(--deep);font-size:10px;font-weight:800;text-decoration:none}.catalog-active-filters a span{color:var(--green);font-size:15px}.catalog-active-filters .catalog-clear-all{border-color:transparent;background:transparent;color:var(--muted);text-decoration:underline}.catalog-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.catalog-product-card{overflow:hidden;min-width:0;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 5px 18px rgba(14,59,51,.035);transition:transform .2s,border-color .2s,box-shadow .2s}.catalog-product-card:hover{transform:translateY(-3px);border-color:#c4d8d1;box-shadow:0 14px 32px rgba(14,59,51,.09)}.catalog-product-image{position:relative;display:grid;aspect-ratio:1;place-items:center;overflow:hidden;background:#fff}.catalog-product-image img{width:100%;height:100%;object-fit:contain;transition:transform .25s}.catalog-product-card:hover .catalog-product-image img{transform:scale(1.025)}.catalog-discount-badge,.catalog-campaign-badge{position:absolute;top:11px;left:11px;z-index:2;padding:6px 8px;border-radius:8px;color:#fff;font-size:9px;font-weight:800}.catalog-discount-badge{background:#b93434}.catalog-campaign-badge{background:var(--green)}.catalog-product-body{display:flex;min-height:220px;flex-direction:column;padding:14px;border-top:1px solid #f0f1ef}.catalog-product-tags{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:8px}.catalog-product-tags span{padding:4px 7px;border-radius:999px;background:var(--mint);color:var(--green);font-size:8px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.catalog-product-name{display:-webkit-box;overflow:hidden;min-height:42px;color:var(--ink);font-size:15px;font-weight:800;line-height:1.4;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}.catalog-product-name:hover{color:var(--green)}.catalog-product-body > p{display:-webkit-box;overflow:hidden;margin:7px 0 0;color:var(--muted);font-size:11px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.catalog-product-rating{margin-top:8px;color:var(--deep);font-size:10px;font-weight:800}.catalog-product-rating > span{color:var(--amber)}.catalog-product-rating small{color:var(--soft)}.catalog-product-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:9px;margin-top:auto;padding-top:15px}.catalog-product-footer > div > strong,.catalog-product-footer > div > del,.catalog-product-footer > div > small{display:block}.catalog-product-footer > div > strong{color:var(--deep);font-size:17px}.catalog-product-footer > div > del{margin-top:2px;color:var(--soft);font-size:10px}.catalog-product-footer > div > small{margin-top:5px;font-size:9px;font-weight:800}.catalog-product-footer .in-stock{color:var(--green)}.catalog-product-footer .out-stock{color:#b93434}.catalog-product-footer > a{display:inline-flex;min-height:39px;align-items:center;gap:6px;padding:0 12px;border:1px solid var(--deep);border-radius:10px;color:var(--deep);font-size:10px;font-weight:800;text-decoration:none}.catalog-product-footer > a:hover{background:var(--deep);color:#fff}.catalog-pagination{display:flex;justify-content:center;gap:6px;margin-top:30px}.catalog-pagination a{display:grid;min-width:40px;height:40px;padding:0 7px;place-items:center;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font-size:12px;font-weight:800;text-decoration:none}.catalog-pagination a[aria-current]{border-color:var(--green);background:var(--green);color:#fff}.catalog-pagination .disabled{pointer-events:none;opacity:.35}.empty-store{margin-top:18px;border-style:dashed}.empty-store-icon{display:grid;width:62px;height:62px;margin:0 auto 14px;place-items:center;border-radius:50%;background:var(--mint);color:var(--green);font-size:30px}.catalog-mobile-toolbar,.catalog-filter-backdrop{display:none}.back-link{display:inline-block;margin-bottom:22px;font-size:14px;font-weight:700}.product-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:clamp(28px,5vw,64px);align-items:start}.product-main-image{overflow:hidden;aspect-ratio:1;border:1px solid var(--line);border-radius:22px;background:var(--sand)}.product-main-image img,.product-placeholder{width:100%;height:100%;object-fit:contain}.product-main-image{position:relative;background:#fff}.product-main-image-button{position:relative;display:block;width:100%;height:100%;padding:0;border:0;background:#fff;cursor:zoom-in}.product-zoom-hint{position:absolute;right:14px;bottom:14px;padding:8px 12px;border-radius:999px;background:rgba(20,33,29,.78);color:#fff;font-size:12px;font-weight:800;pointer-events:none}.product-thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto}.product-thumbs button{overflow:hidden;width:72px;height:72px;padding:0;flex:none;border:2px solid transparent;border-radius:12px;background:var(--sand);cursor:pointer}.product-thumbs button[aria-current]{border-color:var(--green)}.product-thumbs img{width:100%;height:100%;object-fit:contain;background:#fff}.product-lightbox{width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;border:0;background:rgba(12,18,16,.96);color:#fff}.product-lightbox[open]{display:grid;place-items:center}.product-lightbox::backdrop{background:rgba(12,18,16,.96)}.product-lightbox-shell{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;width:100%;height:100%;padding:clamp(58px,7vw,82px) clamp(12px,4vw,56px) 24px}.product-lightbox-figure{display:grid;min-width:0;height:100%;margin:0;place-items:center;grid-template-rows:minmax(0,1fr) auto}.product-lightbox-figure img{display:block;width:100%;height:100%;min-height:0;object-fit:contain;touch-action:pan-y}.product-lightbox-figure figcaption{padding-top:12px;color:rgba(255,255,255,.78);font-size:13px;font-weight:700}.product-lightbox-close,.product-lightbox-nav{z-index:2;display:grid;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.12);color:#fff;cursor:pointer}.product-lightbox-close{position:absolute;top:max(14px,env(safe-area-inset-top));right:max(14px,env(safe-area-inset-right));width:48px;height:48px;font-size:34px;line-height:1}.product-lightbox-nav{width:52px;height:52px;font-size:38px}.product-lightbox-close:hover,.product-lightbox-nav:hover{background:rgba(255,255,255,.22)}.product-lightbox button:focus-visible{outline:3px solid #fff;outline-offset:3px}.product-info h1{margin-top:8px}.product-rating{margin-top:12px;color:var(--amber);font-size:14px;font-weight:800}.product-rating span{color:var(--muted);font-weight:600}.product-lead{color:var(--muted);font-size:16px;line-height:1.65}.product-current-price{margin:22px 0}.stock-state{display:inline-flex;margin:-8px 0 18px;padding:7px 10px;border-radius:9px;font-size:12px;font-weight:700}.stock-state.in{background:var(--mint);color:var(--green)}.stock-state.out{background:#fde8e7;color:#a52d2d}.variant-options{display:grid;gap:10px;margin:0;padding:0;border:0}.variant-options legend{margin-bottom:9px;color:var(--deep);font-size:13px;font-weight:800}.variant-option{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px;border:1.5px solid var(--line);border-radius:13px;background:var(--surface);cursor:pointer}.variant-option:has(input:checked){border-color:var(--green);background:var(--mint)}.variant-option.is-disabled{opacity:.5;cursor:not-allowed}.variant-option span,.variant-option small{display:block}.variant-option small{margin-top:3px;color:var(--muted)}.product-buy-row{display:grid;grid-template-columns:90px 1fr;gap:12px;margin-top:18px}.quantity-field{color:var(--muted);font-size:12px;font-weight:800}.quantity-field input{width:100%;margin-top:5px;padding:14px 10px;border:1px solid var(--line);border-radius:12px;background:var(--surface);font-size:16px;font-weight:700}.product-buy-row .btn{align-self:end}.product-assurances{display:grid;gap:8px;margin-top:20px;color:var(--muted);font-size:13px;font-weight:600}.product-description{margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}.product-description h2{font-size:20px}.product-description p{color:var(--muted);line-height:1.7}.product-guidance{margin-top:24px;padding:20px;border-radius:16px;background:var(--sand)}.product-guidance h2{font-size:19px}.product-guidance ul{margin:12px 0 0;padding-left:20px;color:var(--muted);font-size:13px;line-height:1.7}.product-guidance p{margin:12px 0 0;font-size:13px;font-weight:700}.store-alert{margin:16px 0;padding:13px 16px;border-radius:12px;font-size:14px;font-weight:700}.store-alert-success{background:var(--mint);color:var(--green)}.store-alert-danger{background:#fde8e7;color:#a52d2d}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;margin-top:24px;align-items:start}.cart-lines{display:grid;gap:12px}.cart-line{display:grid;grid-template-columns:96px minmax(150px,1fr) auto auto;gap:16px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.cart-image{display:grid;overflow:hidden;width:96px;height:96px;place-items:center;border-radius:13px;background:var(--sand);color:var(--green);font-weight:800}.cart-image img{width:100%;height:100%;object-fit:contain;background:#fff}.cart-line-info{display:grid;gap:5px}.cart-line-info > span:not(.price){color:var(--muted);font-size:13px}.cart-line-info .price{font-size:16px}.cart-quantity{display:grid;grid-template-columns:76px auto;gap:7px}.cart-quantity label{color:var(--muted);font-size:11px;font-weight:700}.cart-quantity input{width:100%;margin-top:3px;padding:9px;border:1px solid var(--line);border-radius:9px;font-weight:700}.cart-quantity .btn{align-self:end;padding:10px;border-radius:9px;font-size:12px}.link-danger{grid-column:1 / -1;border:0;background:none;color:#a52d2d;cursor:pointer;font-size:12px;text-align:left}.cart-line-total{color:var(--deep);white-space:nowrap}.cart-summary{position:sticky;top:120px;padding:22px;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.cart-summary h2{margin-bottom:16px;font-size:21px}.shipping-progress{margin:0 0 18px;padding:12px;border-radius:12px;background:var(--mint)}.shipping-progress > div{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px;color:var(--green);font-size:11px;font-weight:800}.shipping-progress-track{display:block;overflow:hidden;height:7px;border-radius:99px;background:rgba(23,121,106,.16)}.shipping-progress-track i{display:block;height:100%;border-radius:inherit;background:var(--green)}.coupon-form{margin-bottom:14px}.coupon-form label{display:grid;gap:6px;color:var(--muted);font-size:11px;font-weight:800}.coupon-form label > span{display:flex}.coupon-form input{min-width:0;flex:1;padding:10px;border:1px solid var(--line);border-right:0;border-radius:9px 0 0 9px;text-transform:uppercase}.coupon-form button{padding:0 12px;border:0;border-radius:0 9px 9px 0;background:var(--deep);color:#fff;font-weight:700;cursor:pointer}.sum-row{display:flex;justify-content:space-between;gap:14px;padding:8px 0;color:var(--muted);font-size:14px}.sum-row.discount{color:var(--green)}.cart-grand-total{margin-top:8px;padding:16px 0;border-top:1px solid var(--line);color:var(--deep);font-size:18px}.w-full{width:100%}.btn:disabled{opacity:.55;cursor:not-allowed}.checkout-note{margin:10px 0 0;color:var(--muted);font-size:11px;line-height:1.5;text-align:center}.checkout-page,.success-page{min-height:68vh}.checkout-summary-link{display:none}.checkout-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:24px}.checkout-steps > span{display:flex;min-width:0;align-items:center;gap:8px;padding:10px 14px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--soft);font-size:13px;font-weight:700}.checkout-steps b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkout-steps i{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:var(--sand);font-style:normal}.checkout-steps .done,.checkout-steps [aria-current]{border-color:var(--green);background:var(--mint);color:var(--deep)}.checkout-steps .done i,.checkout-steps [aria-current] i{background:var(--green);color:#fff}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}.checkout-forms{display:grid;gap:16px}.checkout-card{padding:clamp(18px,3vw,26px);border:1px solid var(--line);border-radius:18px;background:var(--surface)}.checkout-card-heading{display:flex;gap:12px;margin-bottom:20px}.checkout-card-heading > span{display:grid;width:34px;height:34px;flex:none;place-items:center;border-radius:10px;background:var(--mint);color:var(--green);font-weight:800}.checkout-card-heading h2{font-size:19px}.checkout-card-heading p{margin:4px 0 0;color:var(--muted);font-size:12px}.checkout-fields{display:grid;gap:14px}.checkout-fields.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.corporate-invoice{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.corporate-invoice-toggle{align-items:flex-start;margin:0}.corporate-invoice-toggle span,.corporate-invoice-toggle small{display:block}.corporate-invoice-toggle small{margin-top:3px;color:var(--muted);font-size:12px;font-weight:500}.corporate-invoice-fields,.payment-identity{margin-top:16px}[hidden]{display:none !important}.checkout-field{color:var(--muted);font-size:12px;font-weight:800}.checkout-field.full{grid-column:1 / -1}.checkout-field > small{font-weight:500}.checkout-field input,.checkout-field textarea{width:100%;margin-top:6px;padding:13px 14px;border:1px solid #d9d2c6;border-radius:11px;outline:none;background:#fcfbf8;color:var(--ink);font-size:15px;resize:vertical}.checkout-field input:focus,.checkout-field textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(23,121,106,.12)}.field-error{display:block;margin-top:5px;color:#a52d2d;font-size:11px}.payment-options{display:grid;gap:10px}.payment-option{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:15px;border:1.5px solid var(--line);border-radius:13px;cursor:pointer}.payment-option:has(input:checked){border-color:var(--green);background:var(--mint)}.payment-option span,.payment-option small{display:block}.payment-option small{margin-top:3px;color:var(--muted)}.payment-option strong{color:var(--deep);font-size:12px;white-space:nowrap}.checkout-summary{top:118px}.checkout-products{display:grid;gap:12px;margin:0 0 12px;padding:0 0 14px;border-bottom:1px solid var(--line)}.checkout-product{display:grid;grid-template-columns:26px 1fr auto;gap:9px;align-items:center;font-size:12px}.checkout-product-count{display:grid;width:25px;height:25px;place-items:center;border-radius:50%;background:var(--mint);color:var(--green);font-weight:800}.checkout-product b,.checkout-product small{display:block}.checkout-product small{margin-top:2px;color:var(--muted)}.terms-check{display:flex;gap:9px;margin:14px 0;color:var(--muted);font-size:11px;line-height:1.5}.terms-check input{flex:none;margin-top:2px}.secure-note{margin-top:12px;color:var(--muted);font-size:11px;text-align:center}.success-card{max-width:760px;margin:0 auto;padding:clamp(24px,5vw,52px);border:1px solid var(--line);border-radius:24px;background:var(--surface);text-align:center}.success-check{display:grid;width:64px;height:64px;margin:0 auto 18px;place-items:center;border-radius:50%;background:var(--mint);color:var(--green);font-size:30px;font-weight:800}.success-card > p{color:var(--muted);line-height:1.65}.order-reference{display:inline-flex;flex-direction:column;gap:3px;margin:12px 0 24px;padding:12px 24px;border-radius:12px;background:var(--sand)}.order-reference span{color:var(--muted);font-size:11px}.order-reference strong{color:var(--deep);font-size:18px}.success-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;text-align:left}.success-grid > div{padding:16px;border:1px solid var(--line);border-radius:13px}.success-grid h2{font-size:15px}.success-grid p{margin-bottom:0;color:var(--muted);font-size:13px;line-height:1.7}.success-items{margin:14px 0 22px;padding:10px 16px;border:1px solid var(--line);border-radius:13px;text-align:left}.success-items > div{display:flex;justify-content:space-between;gap:16px;padding:8px 0;font-size:13px}.success-items small{display:block;color:var(--muted)}.error-page{display:grid;min-height:100vh;padding:24px;place-items:center}.error-page .panel{max-width:620px;padding:clamp(28px,7vw,60px);text-align:center}.error-code{display:block;margin-bottom:8px;color:var(--green);font-size:64px;font-weight:800;line-height:1}.error-page p{color:var(--muted)}.error-actions{display:flex;justify-content:center;gap:10px;margin-top:24px}.account-link{color:var(--ink);font-size:13px;font-weight:800;text-decoration:none;white-space:nowrap}.account-link:hover{color:var(--green)}.customer-auth-page,.customer-account-page{min-height:62vh;padding:clamp(28px,6vw,72px) 0;background:var(--bg)}.customer-auth-card{width:min(100%,520px);margin:0 auto;padding:clamp(24px,5vw,42px);background:var(--surface)}.customer-auth-card h1,.account-heading h1{margin:8px 0 10px;line-height:1.1}.customer-auth-card > p,.account-heading p,.text-muted-store{color:var(--muted)}.customer-form{display:grid;gap:16px;margin-top:24px}.profile-avatar-editor{display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:15px}.profile-avatar-preview{overflow:hidden;display:grid;width:82px;height:82px;place-items:center;border:3px solid var(--surface);border-radius:50%;background:var(--mint);color:var(--green);box-shadow:0 0 0 1px var(--line);font-size:27px;font-weight:800}.profile-avatar-preview img{width:100%;height:100%;object-fit:cover}.profile-avatar-picker{display:inline-flex !important;width:max-content;padding:8px 11px;border:1px solid var(--line);border-radius:9px;cursor:pointer}.profile-avatar-picker input{position:absolute;width:1px;height:1px;opacity:0}.profile-avatar-editor small{display:block;margin-top:7px}.profile-avatar-remove{display:flex !important;margin-top:8px;align-items:center;gap:7px !important;color:#9d3434 !important;font-size:11px !important}.theme-logo{width:42px;height:42px;flex:none;object-fit:contain;border-radius:10px}.theme-page-banner,.theme-page-cover{display:block;width:100%;max-height:320px;margin:0 0 24px;border-radius:var(--theme-radius);object-fit:cover}.theme-empty-image,.theme-auth-image,.theme-success-image{display:block;width:min(100%,420px);max-height:240px;margin:0 auto 20px;border-radius:var(--theme-radius);object-fit:cover}.customer-form fieldset{display:grid;gap:12px;min-width:0;margin:0;padding:14px;border:1px solid var(--line);border-radius:14px}.customer-form legend{padding:0 6px;color:var(--ink);font-size:13px;font-weight:800}.customer-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-form-grid .full{grid-column:1 / -1}.customer-form label{display:grid;gap:7px;color:var(--ink);font-size:13px;font-weight:800}.customer-form input:not([type="checkbox"]),.customer-form textarea,.customer-form select{width:100%;padding:12px 13px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--ink);font:inherit;font-weight:500}.customer-form input:focus,.customer-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px color-mix(in srgb,var(--green) 14%,transparent);outline:none}.customer-form small{color:var(--muted);font-weight:500;line-height:1.5}.customer-form .check-row{display:flex;align-items:flex-start;gap:9px;line-height:1.5}.customer-auth-switch{margin:22px 0 0;text-align:center;font-size:13px}.customer-auth-switch a,.account-tabs a,.back-link{color:var(--green);font-weight:800}.account-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.account-tabs{display:flex;gap:8px;margin-bottom:18px;overflow-x:auto;scrollbar-width:none}.account-tabs a{flex:none;padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:var(--surface);text-decoration:none}.account-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.85fr);align-items:start;gap:20px}.account-main,.account-side{display:grid;gap:20px}.account-side{position:sticky;top:18px}.account-card{padding:clamp(20px,3vw,30px);background:var(--surface);scroll-margin-top:20px}.account-card h2{margin:0 0 18px;font-size:20px}.account-orders{border-top:1px solid var(--line)}.account-order-row{display:grid;grid-template-columns:1fr auto 24px;align-items:center;gap:14px;padding:15px 0;border-bottom:1px solid var(--line);color:var(--ink);text-decoration:none}.account-order-row span{display:grid;gap:3px}.account-order-row span:nth-child(2){text-align:right}.account-order-row small{color:var(--muted);font-size:12px}.account-order-row i{color:var(--green);font-style:normal;font-weight:800}.saved-addresses{display:grid;gap:10px;margin-bottom:18px}.saved-address-card{padding:14px;border:1px solid var(--line);border-radius:13px}.saved-address-card > header{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.saved-address-card > header strong{color:var(--ink);font-size:15px}.saved-address-card > header span,.order-status-pill{display:inline-flex;padding:4px 8px;border-radius:999px;background:color-mix(in srgb,var(--green) 12%,var(--surface));color:var(--green);font-size:11px;font-weight:800}.saved-address-card > p,.account-side .account-card > p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.7}.address-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px;margin-top:13px}.address-actions > form{margin:0}.address-actions > form .btn,.address-editor > summary{display:inline-flex;min-height:38px;align-items:center;justify-content:center;padding:8px 12px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--deep);cursor:pointer;font:inherit;font-size:12px;font-weight:800;line-height:1}.address-editor > summary{border-color:color-mix(in srgb,var(--green) 24%,var(--line));background:color-mix(in srgb,var(--green) 7%,var(--surface));color:var(--green);list-style:none}.address-editor > summary::-webkit-details-marker{display:none}.address-editor > summary::before{margin-right:6px;content:"✎"}.address-delete-form .btn{border-color:#ecd3d3 !important;color:#a33b3b !important}.address-delete-form .btn:hover{border-color:#c76b6b !important;background:#fff7f7}.address-editor{padding:0;border:0}.address-editor[open]{width:100%;order:2;margin-top:4px;padding-top:14px;border-top:1px solid var(--line)}.address-editor[open] > summary{margin-bottom:14px}.account-details{padding-top:16px;border-top:1px solid var(--line)}.account-details summary{color:var(--green);cursor:pointer;font-weight:800}.address-actions > .address-editor{padding:0;border:0}.address-actions > .address-editor[open]{width:100%;margin-top:4px;padding-top:14px;border-top:1px solid var(--line)}.account-empty{padding:10px 0}.back-link{display:inline-block;margin-bottom:20px;text-decoration:none}@media (max-width:640px){.product-lightbox-shell{grid-template-columns:1fr 1fr;grid-template-rows:minmax(0,1fr) auto;gap:12px;padding:66px 12px max(16px,env(safe-area-inset-bottom))}.product-lightbox-figure{grid-column:1 / -1}.product-lightbox-nav{width:100%;height:48px}.product-lightbox-prev{grid-column:1}.product-lightbox-next{grid-column:2}.tracking-consent{right:12px;bottom:12px;left:12px;padding:14px;align-items:stretch;flex-direction:column;gap:12px}.tracking-consent-actions,.tracking-consent button{width:100%}.product-layout,.cart-layout,.checkout-layout{grid-template-columns:1fr}.checkout-fields.two-columns,.success-grid,.contact-form-grid{grid-template-columns:1fr}.contact-form-grid .full{grid-column:auto}.catalog-tools{align-items:stretch;flex-direction:column}.catalog-search,.catalog-sort{width:100%}.checkout-summary{position:static;scroll-margin-top:220px}.checkout-summary-link{display:inline-flex;margin:-10px 0 18px;font-size:13px;font-weight:800}.checkout-steps{gap:6px}.checkout-steps > span{justify-content:center;gap:5px;padding:8px 5px;font-size:11px}.checkout-steps i{width:22px;height:22px}.payment-option{grid-template-columns:auto 1fr}.payment-option > strong{grid-column:2}.cart-line{grid-template-columns:76px 1fr}.cart-image{width:76px;height:76px}.cart-quantity,.cart-line-total{grid-column:2}.cart-summary{position:static}.dynamic-cta{align-items:stretch;flex-direction:column}.dynamic-cta .btn{width:100%}.error-actions{align-items:stretch;flex-direction:column}.account-heading{align-items:stretch;flex-direction:column}.account-heading .btn{width:100%}.account-layout,.customer-form-grid{grid-template-columns:1fr}.customer-form-grid .full{grid-column:auto}.account-side{position:static}.account-order-row{grid-template-columns:1fr auto 18px;gap:8px}.account-order-row b{font-size:13px}.customer-auth-page,.customer-account-page{padding:24px 0 42px}}@media (max-width:1020px){.store-header-main{grid-template-columns:auto auto minmax(0,1fr) auto;gap:12px;padding:10px 0}.mobile-menu-toggle{display:grid;width:44px;height:44px;padding:11px;place-content:center;gap:4px;border:1px solid var(--line);border-radius:12px;background:#fff}.mobile-menu-toggle span{display:block;width:18px;height:2px;border-radius:2px;background:var(--deep)}.header-search{grid-column:1 / -1;grid-row:2}.header-support-link,.store-header-navigation{display:none}.store-header-actions{grid-column:4}.mobile-store-menu.is-open{display:grid;max-height:calc(100dvh - 132px);overflow-y:auto;padding:8px 16px 18px;border-top:1px solid var(--line);background:#fff}.mobile-store-menu > a{display:flex;min-height:48px;align-items:center;justify-content:space-between;padding:0 10px;border-bottom:1px solid #edf0ee;color:var(--ink);font-size:14px;font-weight:750;text-decoration:none}.mobile-store-menu .mobile-all-products{margin-bottom:4px;border:0;border-radius:11px;background:var(--deep);color:#fff;justify-content:center}.mobile-store-menu .mobile-submenu-item{min-height:44px;padding-left:26px;color:var(--muted);font-size:12px}.mobile-menu-footer{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.mobile-menu-footer a{padding:12px;border-radius:10px;background:var(--mint);color:var(--deep);text-align:center;font-size:12px;font-weight:800}}@media (max-width:640px){.store-announcement{padding:7px 12px;font-size:10px}.store-header-main{width:min(100% - 20px,1240px);grid-template-columns:auto minmax(0,1fr) auto;gap:9px}.store-logo-copy small,.header-action span:not(.header-action-icon),.header-cart b{display:none}.store-logo-mark,.theme-logo{width:44px;height:44px}.store-logo-copy b{font-size:18px}.store-header-actions{grid-column:3;gap:4px}.header-action{min-width:44px;min-height:44px;justify-content:center;padding:2px}.header-action-icon{width:40px;height:40px}.header-cart{min-width:44px;min-height:44px;justify-content:center;padding:0 7px}.header-cart em{position:absolute;margin:-31px -30px 0 0}.header-search{grid-column:1 / -1}.header-search input{height:46px;padding-right:4px;font-size:13px}.header-search > button{min-width:44px;height:44px;padding:0 13px}.header-search-result{grid-template-columns:42px minmax(0,1fr)}.header-search-result img,.search-result-placeholder{width:42px;height:42px}.header-search-result strong{grid-column:2}}@media (max-width:900px){.catalog-heading{margin-bottom:16px}.catalog-heading .theme-page-banner{display:none}.catalog-mobile-toolbar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 15px;padding:8px 0;background:var(--bg)}.catalog-mobile-toolbar button,.catalog-mobile-toolbar select{width:100%;height:44px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--deep);font-size:12px;font-weight:800}.catalog-mobile-toolbar button b{display:inline-grid;min-width:20px;height:20px;margin-left:4px;place-items:center;border-radius:999px;background:var(--green);color:#fff;font-size:9px}.catalog-layout{display:block}.catalog-filter-panel{position:fixed;top:0;bottom:0;left:0;z-index:102;width:min(88vw,360px);overflow-y:auto;border:0;border-radius:0 18px 18px 0;box-shadow:20px 0 50px rgba(14,59,51,.2);transform:translateX(-105%);transition:transform .25s ease}.catalog-filter-panel.is-open{transform:translateX(0)}.catalog-filter-heading{position:sticky;top:0;z-index:2;min-height:64px;background:#fff}.catalog-filter-heading button{display:grid;width:38px;height:38px;padding:0;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--deep);font-size:24px}.catalog-filter-actions{position:sticky;bottom:0;background:#fff;box-shadow:0 -10px 24px rgba(14,59,51,.08)}.catalog-filter-backdrop.is-open{position:fixed;inset:0;z-index:101;display:block;background:rgba(12,28,23,.52)}body.catalog-filter-open{overflow:hidden}.catalog-result-toolbar{min-height:32px}.catalog-result-toolbar .catalog-sort{display:none}.catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.catalog-page{padding-top:16px}.catalog-breadcrumb{margin-bottom:14px}.catalog-heading{padding-bottom:16px}.catalog-heading h1{font-size:26px}.catalog-description-text,.catalog-description{font-size:12px}.catalog-active-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px;scrollbar-width:none}.catalog-active-filters a{flex:none}.catalog-product-grid{gap:9px}.catalog-product-card{border-radius:13px}.catalog-product-body{min-height:205px;padding:10px}.catalog-product-tags span{font-size:7px}.catalog-product-name{min-height:38px;font-size:13px}.catalog-product-body > p{display:none}.catalog-product-footer{display:grid}.catalog-product-footer > div > strong{font-size:15px}.catalog-product-footer > a{min-height:36px;justify-content:center}}.product-page-v2{padding:24px 0 80px;background:#fbfcfa}.product-page-v2 .wrap{max-width:1260px}.product-breadcrumb{min-width:0;margin-bottom:22px;color:var(--muted);font-size:12px}.product-breadcrumb-trail{display:flex;min-width:0;align-items:center;gap:8px}.product-breadcrumb a,.product-breadcrumb-mobile{color:inherit;text-decoration:none}.product-breadcrumb-current{overflow:hidden;max-width:42ch;text-overflow:ellipsis;white-space:nowrap}.product-breadcrumb-mobile{display:none}.product-page-v2 .product-layout{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:clamp(30px,5vw,70px)}.product-page-v2 .product-gallery{min-width:0}.product-page-v2 .product-main-image{border-radius:24px;box-shadow:0 15px 45px rgba(19,63,53,.07)}.product-purchase-panel{position:sticky;top:22px;padding:clamp(22px,3vw,36px);border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 18px 55px rgba(19,63,53,.08)}.product-tags{display:flex;flex-wrap:wrap;gap:7px}.product-tags span,.product-tags b{padding:6px 9px;border-radius:999px;background:var(--mint);color:var(--green);font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.product-tags b{background:#fff0db;color:#a25b04}.product-page-v2 .product-info h1{margin:14px 0 8px;font-size:clamp(28px,3vw,42px);line-height:1.08}.product-page-v2 .product-rating{display:inline-flex;margin-top:0;align-items:center;gap:9px;text-decoration:none}.product-page-v2 .product-rating span,.review-stars,.review-card-stars,.review-gallery-stars{color:#f4a72d;font-style:normal;letter-spacing:1px}.product-page-v2 .product-rating i,.review-stars i,.review-card-stars i{color:#dce2df;font-style:normal}.product-page-v2 .product-rating b{color:var(--muted);font-size:12px}.product-page-v2 .product-lead{margin:18px 0;font-size:14px}.product-page-v2 .product-current-price{margin:18px 0 12px}.product-page-v2 .product-current-price .price{font-size:clamp(28px,3vw,36px)}.stock-state{align-items:center;gap:7px}.stock-state > span{width:7px;height:7px;border-radius:50%;background:currentColor}.quantity-stepper{display:grid;grid-template-columns:34px 38px 34px;height:48px;border:1px solid var(--line);border-radius:12px;background:#fff}.quantity-stepper button,.quantity-stepper input{min-width:0;padding:0;border:0;background:transparent;color:var(--deep);text-align:center;font:inherit;font-weight:800}.quantity-stepper button{cursor:pointer;font-size:19px}.quantity-stepper input{appearance:textfield}.quantity-stepper input::-webkit-inner-spin-button{appearance:none}.product-page-v2 .product-buy-row{grid-template-columns:106px 1fr}.product-page-v2 .product-buy-row .btn{min-height:48px}.product-page-v2 .product-assurances{grid-template-columns:repeat(3,1fr);margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.product-page-v2 .product-assurances span{display:grid;gap:5px;text-align:center;font-size:10px}.product-page-v2 .product-assurances i{display:grid;width:28px;height:28px;margin:auto;place-items:center;border-radius:50%;background:var(--mint);color:var(--green);font-style:normal;font-size:14px}.product-detail-content,.product-faq,.product-reviews-section,.related-products{margin-top:clamp(48px,7vw,88px)}.product-detail-content > h2,.product-faq > h2{margin-bottom:22px;font-size:clamp(25px,3vw,34px)}.product-detail-content{padding:clamp(26px,4vw,44px);scroll-margin-top:190px;border:1px solid #dce6e2;border-radius:24px;background:#fff;box-shadow:0 14px 38px rgba(19,63,53,.055)}.product-reviews-section{padding:clamp(26px,4vw,44px);border:1px solid #dce6e2;border-radius:24px;background:#fff;box-shadow:0 14px 38px rgba(19,63,53,.055)}.product-detail-heading{max-width:860px;margin-bottom:0}.product-detail-heading h2{margin:0;color:var(--deep);font-size:clamp(30px,3.2vw,40px);line-height:1.15;letter-spacing:-.035em}.product-detail-summary{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(24px,3vw,34px);margin-top:22px;padding:clamp(24px,3vw,34px) 0 0;border-top:1px solid var(--line)}.product-detail-summary.single-column{grid-template-columns:minmax(0,1fr)}.product-detail-summary h3{margin:0 0 18px;color:var(--deep);font-size:19px;letter-spacing:-.02em}.product-detail-description p{max-width:82ch;margin:0 0 17px;color:var(--muted);font-size:15px;line-height:1.85}.product-detail-description p:last-child{margin-bottom:0}.product-detail-highlights{align-self:start;padding:24px 0 0;border-top:1px solid #e1e9e6;border-radius:0;background:transparent}.product-detail-highlights ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 22px;margin:0;padding:0;list-style:none}.product-detail-highlights li{display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px;min-height:38px;align-items:center;color:#3f4f4a;font-size:13px;line-height:1.55}.product-detail-highlights i{display:grid;width:22px;height:22px;place-items:center;border-radius:50%;background:var(--mint);color:var(--green);font-style:normal;font-size:11px;font-weight:900}.product-detail-accordions{margin-top:26px;border-top:1px solid var(--line);border-bottom:0}.product-detail-accordions details{scroll-margin-top:190px;border-top:1px solid var(--line)}.product-detail-summary + .product-detail-accordions details:first-child{border-top:0}.product-detail-accordions summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 2px;color:var(--deep);cursor:pointer;font-size:15px;font-weight:800;list-style:none}.product-detail-accordions summary::-webkit-details-marker{display:none}.product-detail-accordions summary i{position:relative;width:18px;height:18px;flex:none}.product-detail-accordions summary i::before,.product-detail-accordions summary i::after{position:absolute;top:8px;left:2px;width:14px;height:2px;border-radius:2px;background:var(--green);content:""}.product-detail-accordions summary i::after{transform:rotate(90deg);transition:transform .2s ease}.product-detail-accordions details[open] summary i::after{transform:rotate(0)}.product-detail-accordions details > div{max-width:780px;padding:0 2px 24px}.product-detail-accordions p{margin:0;color:var(--muted);font-size:14px;line-height:1.8}.product-detail-accordions .ingredients-detail > div{max-width:none}.product-active-ingredients h4,.product-full-ingredients h4{margin:0 0 13px;color:var(--deep);font-size:14px}.product-active-ingredients > div{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.product-active-ingredients span{display:grid;grid-template-columns:7px minmax(0,1fr);gap:8px;align-items:center;min-height:54px;padding:10px 12px;border:1px solid #dce6e2;border-radius:11px;background:#f7faf9;color:#36524a;font-size:12px;font-weight:750;line-height:1.3;overflow-wrap:anywhere}.product-active-ingredients i{width:7px;height:7px;border-radius:50%;background:var(--green)}.product-full-ingredients{max-width:920px;margin-top:26px;padding-top:22px;border-top:1px solid var(--line)}.product-full-ingredients p{color:#687772;font-size:13px;line-height:1.85}@media (max-width:1000px){.product-active-ingredients > div{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:600px){.product-active-ingredients > div{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.product-active-ingredients span{min-height:52px;padding:9px 10px;font-size:11px}}.product-faq{max-width:none;padding:clamp(26px,4vw,44px);border:1px solid #dce6e2;border-radius:24px;background:#fff;box-shadow:0 14px 38px rgba(19,63,53,.055)}.product-faq details{border-top:1px solid var(--line)}.product-faq details:last-child{border-bottom:1px solid var(--line)}.product-faq summary{display:flex;min-height:68px;padding:18px 4px;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;color:var(--ink);font-size:15px;font-weight:800;line-height:1.45}.product-faq summary::-webkit-details-marker{display:none}.product-faq summary::after{content:"+";display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border-radius:50%;background:var(--mint);color:var(--green);font-size:22px;font-weight:500;line-height:1;transition:transform .2s ease,background-color .2s ease}.product-faq details[open] summary::after{content:"−";background:var(--green);color:#fff}.product-faq details p{max-width:82ch;margin:-2px 48px 22px 4px;color:var(--muted);line-height:1.7}.product-section-heading{display:flex;margin-bottom:24px;align-items:end;justify-content:space-between;gap:24px}.product-section-heading > div > span{color:var(--green);font-size:12px;font-weight:850;letter-spacing:.13em}.product-section-heading h2{margin:4px 0 0;font-size:clamp(27px,3.5vw,40px)}.product-section-heading > p{max-width:50ch;margin:0;color:var(--muted);font-size:12px;line-height:1.6}.review-flash{margin-bottom:18px;padding:14px 16px;border-radius:12px;font-size:13px;font-weight:800}.review-flash.success{background:var(--mint);color:var(--green)}.review-flash.danger{background:#fde8e7;color:#a52d2d}.review-overview{display:grid;grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr);border:1px solid #dce6e2;border-radius:22px;background:#f7faf8}.review-score-card,.review-write-card{padding:clamp(20px,2.4vw,28px)}.review-score-card{display:grid;grid-template-columns:82px minmax(0,1fr);grid-template-rows:auto auto 1fr;align-content:center;column-gap:18px;border-right:1px solid var(--line)}.review-score-card > strong{grid-column:1;grid-row:1;color:var(--deep);font-size:46px;line-height:1}.review-score-card > .review-stars{grid-column:1;grid-row:2;align-self:end;font-size:17px}.review-score-card > p{grid-column:1;grid-row:3;margin:2px 0 0;color:var(--muted);font-size:11px}.review-distribution{display:grid;grid-column:2;grid-row:1 / 4;align-self:center;gap:3px;margin-top:0}.review-distribution-row{display:grid;grid-template-columns:32px 1fr 24px;align-items:center;gap:9px;color:var(--muted);font-size:10px}.review-distribution-row > i{overflow:hidden;height:6px;border-radius:9px;background:#edf0ee}.review-distribution-row > i b{display:block;height:100%;border-radius:inherit;background:#f4a72d}.review-filter-clear{grid-column:1 / -1;margin-top:12px;color:var(--green);font-size:11px;font-weight:800}.review-write-card h3{margin:0 0 7px;font-size:21px}.review-write-card > p{margin:0 0 18px;color:var(--muted);font-size:12px;line-height:1.55}.review-write-card.is-guest{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;align-content:center;align-items:center;column-gap:24px}.review-write-card.is-guest h3{grid-column:1;grid-row:1}.review-write-card.is-guest > p{grid-column:1;grid-row:2;margin-bottom:0}.review-write-card.is-guest > .btn{min-height:46px;padding:11px 18px;grid-column:2;grid-row:1 / 3;white-space:nowrap;font-size:14px}.review-write-card form{display:grid;gap:13px}.review-guest-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.review-guest-fields label{display:grid;gap:6px;color:var(--deep);font-size:11px;font-weight:800}.review-guest-fields input{width:100%;padding:12px 13px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--deep);font:inherit;font-size:13px;font-weight:500}.review-guest-note{margin:0 !important;color:var(--muted);font-size:10px !important;line-height:1.55}.review-guest-note a{color:var(--green);font-weight:800}.review-honeypot{position:absolute !important;left:-10000px !important;width:1px !important;height:1px !important;overflow:hidden !important}.review-write-card form > label{display:grid;gap:6px;color:var(--deep);font-size:11px;font-weight:800}.review-write-card label small{color:var(--muted);font-weight:500}.review-write-card input[type="text"],.review-write-card textarea{width:100%;padding:12px 13px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--deep);font:inherit;font-size:13px;font-weight:500;resize:vertical}.review-rating-input{display:flex;width:max-content;margin:0;padding:0;border:0;flex-direction:row-reverse}.review-rating-input legend{margin-bottom:4px;color:var(--deep);font-size:11px;font-weight:800}.review-rating-input input{position:absolute;opacity:0}.review-rating-input label{color:#dce2df;cursor:pointer;font-size:28px;line-height:1}.review-rating-input label:hover,.review-rating-input label:hover ~ label,.review-rating-input input:checked ~ label{color:#f4a72d}.review-upload input{position:absolute;width:1px;height:1px;opacity:0}.review-upload > span{display:inline-flex;min-height:44px;padding:10px 14px;align-items:center;justify-content:center;border:1px dashed var(--green);border-radius:10px;background:var(--mint);color:var(--green);cursor:pointer}.review-own-status{display:grid;gap:4px;padding:16px;border-radius:12px;background:var(--mint);color:var(--green);font-size:13px}.review-photo-strip{margin-top:28px}.review-photo-strip > div:first-child{display:flex;margin-bottom:12px;align-items:center;justify-content:space-between}.review-photo-strip h3{margin:0;font-size:17px}.review-photo-strip span{color:var(--muted);font-size:11px}.review-photo-scroll{display:flex;gap:10px;overflow-x:auto;padding-bottom:8px;scrollbar-width:thin}.review-photo-scroll button,.review-card-images button{overflow:hidden;width:116px;height:116px;padding:0;flex:none;border:1px solid var(--line);border-radius:12px;background:#fff;cursor:pointer}.review-photo-scroll img,.review-card-images img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.review-photo-scroll button:hover img,.review-card-images button:hover img{transform:scale(1.04)}.review-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:14px;margin-top:26px}.review-card{padding:clamp(20px,3vw,30px);border:1px solid #dce6e2;border-radius:18px;background:#fbfcfa}.review-card > header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px}.review-avatar{display:grid;width:40px;height:40px;place-items:center;border-radius:50%;background:var(--mint);color:var(--green);font-size:14px;font-weight:800;object-fit:cover}.review-card > header strong,.review-card > header span{display:block}.review-card > header strong{font-size:13px}.review-card > header span{margin-top:2px;color:var(--muted);font-size:10px}.review-card-stars{font-size:13px}.review-badges{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.review-badges span{padding:5px 8px;border-radius:999px;background:var(--mint);color:var(--green);font-size:9px;font-weight:800}.review-badges .pinned{background:#fff0db;color:#8e540c}.review-badges .review-source{background:#f1ecfb;color:#6842a5}.review-card > h3{margin:16px 0 5px;font-size:16px}.review-card > p{margin:12px 0 0;color:#45544f;font-size:13px;line-height:1.75}.review-card-images{display:flex;gap:9px;margin-top:16px;overflow-x:auto}.review-card-images button{width:86px;height:86px}.review-admin-reply{margin-top:18px;padding:15px 17px;border-left:3px solid var(--green);border-radius:0 10px 10px 0;background:#f5f8f6}.review-admin-reply b{color:var(--green);font-size:11px}.review-admin-reply p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.6}.review-card > footer{margin-top:18px;padding-top:14px;border-top:1px solid var(--line)}.review-card > footer > form{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:10px}.review-card > footer button,.review-reply-form summary{padding:7px 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--deep);cursor:pointer;font:inherit;font-weight:800}.review-repeat-note{padding:10px 12px;border-radius:9px;background:var(--mint);color:var(--green) !important;font-size:11px !important}.review-card-actions{display:flex;flex-wrap:wrap;align-items:center;gap:7px;color:var(--muted);font-size:10px}.review-card-actions form{margin:0}.review-thread{display:grid;gap:10px;margin-top:17px;padding-top:14px;border-top:1px solid var(--line)}.review-thread-reply{margin-left:calc(min(var(--reply-depth),2) * 13px);padding:11px 12px;border-left:2px solid color-mix(in srgb,var(--green) 28%,var(--line));border-radius:0 9px 9px 0;background:color-mix(in srgb,var(--mint) 45%,white)}.review-thread-reply > header{display:flex;align-items:center;gap:8px}.review-thread-reply > header > img,.review-thread-reply > header > span{display:grid;width:29px;height:29px;place-items:center;flex:none;border-radius:50%;background:var(--mint);color:var(--green);object-fit:cover;font-size:10px;font-weight:800}.review-thread-reply header b,.review-thread-reply header small{display:block}.review-thread-reply header b{font-size:10px}.review-thread-reply header small{margin-top:1px;color:var(--muted);font-size:8px}.review-thread-reply > p{margin:8px 0 0;color:#53615d;font-size:11px;line-height:1.55}.review-thread-reply > .review-thread-reply{margin-top:9px}.review-reply-form{position:relative}.review-reply-form summary{display:inline-flex;list-style:none;padding:7px 9px;font-weight:800}.review-reply-form summary::-webkit-details-marker{display:none}.review-reply-form[open]{width:100%}.review-reply-form form{display:grid;width:100%;gap:7px;margin-top:8px}.review-reply-form textarea{width:100%;padding:9px 10px;border:1px solid var(--line);border-radius:8px;resize:vertical;font:inherit;font-size:11px}.review-reply-form form button{justify-self:end}.review-thread-reply > .review-reply-form{margin-top:7px}.review-login-reply{color:var(--green);font-weight:800}.review-empty{padding:50px 20px;border:1px dashed var(--line);border-radius:18px;text-align:center}.review-empty > span{color:var(--green);font-size:40px}.review-empty h3{margin:10px 0 4px}.review-empty p{margin:0;color:var(--muted);font-size:12px}.review-pagination{display:flex;margin-top:20px;justify-content:center;gap:7px}.review-pagination a{display:grid;width:36px;height:36px;place-items:center;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--deep);text-decoration:none;font-size:12px;font-weight:800}.review-pagination a.active{border-color:var(--green);background:var(--green);color:#fff}.review-pagination span{display:grid;min-width:24px;place-items:center;color:var(--muted)}.review-pagination a.wide{width:auto;padding:0 12px}.review-gallery-dialog{width:min(1050px,calc(100vw - 32px));max-width:none;max-height:min(760px,calc(100dvh - 32px));padding:0;overflow:hidden;border:0;border-radius:20px;background:#fff}.review-gallery-dialog::backdrop{background:rgba(9,25,20,.75);backdrop-filter:blur(4px)}.review-gallery-shell{position:relative;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);min-height:min(680px,calc(100dvh - 32px))}.review-gallery-media{position:relative;display:grid;min-width:0;padding:48px 60px 36px;place-items:center;background:#111a17}.review-gallery-media img{width:100%;height:100%;max-height:590px;object-fit:contain}.review-gallery-media button{position:absolute;top:50%;display:grid;width:42px;height:42px;padding:0;place-items:center;transform:translateY(-50%);border:1px solid rgba(255,255,255,.25);border-radius:50%;background:rgba(255,255,255,.12);color:#fff;cursor:pointer;font-size:30px}.review-gallery-media button:first-of-type{left:10px}.review-gallery-media button:last-of-type{right:10px}.review-gallery-media > span{position:absolute;bottom:14px;color:rgba(255,255,255,.7);font-size:11px}.review-gallery-shell > aside{display:flex;padding:clamp(28px,4vw,44px);flex-direction:column}.review-gallery-shell > aside h3{margin:15px 0 8px;font-size:20px}.review-gallery-shell > aside > p{margin:0;color:#45544f;font-size:13px;line-height:1.75}.review-gallery-person{display:grid;gap:3px;margin-top:auto;padding-top:25px;border-top:1px solid var(--line);font-size:12px}.review-gallery-person span{color:var(--muted);font-size:10px}.review-gallery-close{position:absolute;top:12px;right:12px;z-index:3;display:grid;width:38px;height:38px;padding:0;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--deep);cursor:pointer;font-size:25px}.related-products .product-section-heading > a{color:var(--green);font-size:12px;font-weight:800;text-decoration:none}.related-products .catalog-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.mobile-product-bar{display:none}@media (max-width:900px){.product-page-v2 .product-layout{grid-template-columns:minmax(0,1fr) minmax(330px,.82fr);gap:22px}.product-purchase-panel{padding:20px}.review-overview{grid-template-columns:1fr}.related-products .catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.review-score-card{border-right:0;border-bottom:1px solid var(--line)}.review-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.product-detail-content{padding:22px 16px;border-radius:20px}.product-page-v2{padding-top:12px;padding-bottom:120px}.product-breadcrumb{margin-bottom:12px}.product-breadcrumb-trail{display:none}.product-breadcrumb-mobile{display:inline-flex;min-height:40px;align-items:center;color:var(--deep);font-size:13px;font-weight:750;white-space:nowrap}.product-page-v2 .product-layout{grid-template-columns:1fr}.product-page-v2 .product-main-image{border-radius:16px}.product-purchase-panel{position:static;padding:6px 0 0;border:0;background:transparent;box-shadow:none}.product-page-v2 .product-info h1{font-size:29px}.product-page-v2 .product-assurances{gap:5px}.product-detail-content,.product-faq,.product-reviews-section,.related-products{margin-top:50px}.product-faq{padding:22px 16px;border-radius:20px}.product-reviews-section{padding:22px 16px;border-radius:20px}.product-faq summary{min-height:62px;padding:15px 2px;gap:14px;font-size:14px}.product-faq details p{margin:-1px 42px 18px 2px}.product-detail-summary{grid-template-columns:1fr;gap:22px;margin-top:18px;padding:20px 0 0}.product-detail-highlights{padding:20px 0 0}.product-detail-highlights ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}.product-section-heading{align-items:start;flex-direction:column;gap:9px}.review-score-card,.review-write-card{padding:18px 16px}.review-score-card > strong{font-size:42px}.review-score-card{grid-template-columns:76px minmax(0,1fr);column-gap:14px}.review-distribution{gap:2px;margin-top:0}.review-write-card.is-guest{grid-template-columns:1fr;grid-template-rows:auto;gap:0}.review-write-card.is-guest h3,.review-write-card.is-guest > p,.review-write-card.is-guest > .btn{grid-column:1;grid-row:auto}.review-write-card.is-guest > p{margin-bottom:13px}.review-write-card.is-guest > .btn{width:100%;min-height:44px;white-space:normal}.review-guest-fields{grid-template-columns:1fr}.review-photo-scroll button{width:94px;height:94px}.review-card{padding:18px 15px}.review-list{grid-template-columns:1fr}.review-pagination{flex-wrap:wrap}.review-card-actions > span{width:100%}.review-card > header{grid-template-columns:auto 1fr}.review-card-stars{grid-column:2}.review-gallery-dialog{width:100vw;height:100dvh;max-height:none;border-radius:0}.review-gallery-shell{grid-template-columns:1fr;grid-template-rows:minmax(48dvh,1fr) auto;min-height:100dvh;max-height:100dvh;overflow-y:auto}.review-gallery-media{min-height:48dvh;padding:42px 48px 30px}.review-gallery-media img{max-height:54dvh}.review-gallery-shell > aside{min-height:240px;padding:24px 20px max(24px,env(safe-area-inset-bottom))}.review-gallery-close{position:fixed}.mobile-product-bar{position:fixed;right:0;bottom:0;left:0;z-index:80;display:grid;grid-template-columns:minmax(0,.65fr) minmax(150px,1fr);gap:10px;padding:11px max(14px,env(safe-area-inset-right)) max(11px,env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left));border-top:1px solid var(--line);background:rgba(255,255,255,.96);box-shadow:0 -10px 30px rgba(15,44,36,.12);backdrop-filter:blur(12px)}.mobile-product-bar div{display:grid}.mobile-product-bar small{color:var(--muted);font-size:9px}.mobile-product-bar strong{align-self:end;color:var(--deep);font-size:17px}.mobile-product-bar button{border:0;border-radius:11px;background:var(--green);color:#fff;font:inherit;font-size:13px;font-weight:800}}.product-questions-compact{margin-top:56px;padding:clamp(20px,3vw,28px);scroll-margin-top:170px;border:1px solid #dfe6e3;border-radius:22px;background:#fff}.question-compact-heading,.question-compact-heading > div,.question-compact-actions{display:flex;align-items:center}.question-compact-heading{justify-content:space-between;gap:20px}.question-compact-heading > div{min-width:0;gap:13px}.question-compact-icon{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;border-radius:50%;background:#e6f3ef;color:var(--theme-primary,#17796a);font-size:22px;font-weight:850}.question-compact-heading h2{margin:0;color:var(--deep);font-size:clamp(21px,2.5vw,28px);letter-spacing:-.025em}.question-compact-heading p{margin:3px 0 0;color:var(--muted);font-size:13px}.question-compact-heading > a{flex:none;color:var(--theme-primary,#17796a);font-size:13px;font-weight:800;text-decoration:none}.question-compact-preview{display:grid;grid-template-columns:1fr 1fr;gap:0;overflow:hidden;margin-top:18px;border:1px solid #e2e7e5;border-radius:15px;color:inherit;text-decoration:none}.question-compact-preview > span{display:block;min-width:0;padding:15px 17px;overflow:hidden;color:#4f5d58;font-size:13px;line-height:1.55;text-overflow:ellipsis;white-space:nowrap}.question-compact-preview > span + span{border-left:1px solid #dce8e4;background:#f5faf8}.question-compact-preview b{margin-right:8px;color:var(--theme-primary,#17796a);font-size:11px;text-transform:uppercase}.question-compact-empty{display:flex;gap:8px 14px;margin-top:18px;padding:16px 18px;border-radius:14px;background:#f5f8f7;color:var(--muted);font-size:13px}.question-compact-empty b{color:var(--deep)}.question-compact-actions{gap:10px;margin-top:20px}.question-compact-actions .btn{min-height:42px;padding:10px 17px;font-size:13px}.question-secondary-button{border:1px solid #cfdad6;background:#fff;color:var(--deep)}.product-questions-page{min-height:70vh;padding:26px 0 clamp(70px,8vw,110px);background:#f7f8f7}.question-page-breadcrumb{display:flex;gap:7px;overflow:hidden;margin-bottom:18px;color:#74807c;font-size:12px;white-space:nowrap}.question-page-breadcrumb a{color:inherit;text-decoration:none}.question-page-breadcrumb span:last-child{overflow:hidden;text-overflow:ellipsis}.question-product-summary{display:grid;grid-template-columns:82px minmax(0,1fr) auto;gap:18px;align-items:center;padding:15px;border:1px solid #e0e5e3;border-radius:18px;background:#fff;color:inherit;text-decoration:none}.question-product-summary img,.question-product-placeholder{display:grid;width:82px;height:82px;place-items:center;border-radius:13px;background:#f4f3ef;object-fit:contain}.question-product-summary > span{display:flex;min-width:0;flex-direction:column}.question-product-summary small{color:var(--theme-primary,#17796a);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.question-product-summary strong{overflow:hidden;margin-top:5px;color:var(--deep);font-size:16px;text-overflow:ellipsis;white-space:nowrap}.question-product-summary em{margin-top:6px;color:#687570;font-style:normal;font-size:12px}.question-product-summary > i{color:var(--theme-primary,#17796a);font-style:normal;font-size:12px;font-weight:800}.question-page-header{display:flex;align-items:end;justify-content:space-between;gap:22px;padding:clamp(34px,5vw,58px) 0 24px}.question-page-header > div > span,.question-ask-card > div > span{color:var(--theme-primary,#17796a);font-size:11px;font-weight:850;letter-spacing:.13em}.question-page-header h1{max-width:850px;margin:7px 0 0;color:var(--deep);font-size:clamp(29px,4vw,45px);line-height:1.12;letter-spacing:-.04em}.question-page-header p{margin:10px 0 0;color:var(--muted);font-size:14px}.question-browser{overflow:hidden;border:1px solid #e0e5e3;border-radius:22px;background:#fff}.question-browser-tools{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;padding:18px;border-bottom:1px solid #e6eae8;background:#fbfcfb}.question-search{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:48px;padding:0 14px;border:1px solid #d3dcd8;border-radius:12px;background:#fff}.question-search:focus-within{border-color:var(--theme-primary,#17796a);box-shadow:0 0 0 3px rgba(23,121,106,.1)}.question-search > span{color:var(--theme-primary,#17796a);font-size:24px}.question-search input{min-width:0;border:0;outline:0;background:transparent;font:inherit;font-size:14px}.question-search button{width:28px;height:28px;border:0;border-radius:50%;background:#edf2f0;color:#63716c;cursor:pointer}.question-sort{display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid #d3dcd8;border-radius:12px;background:#fff}.question-sort span{color:#71807b;font-size:11px;font-weight:750}.question-sort select{min-height:46px;border:0;outline:0;background:#fff;color:var(--deep);font:inherit;font-size:13px;font-weight:750}.question-filter-submit{min-height:48px}.question-browser.is-loading .question-public-list{opacity:.45}.question-result-status{padding:14px 20px;border-bottom:1px solid #edf0ef;color:#65736e;font-size:12px;font-weight:700}.question-public-list{transition:opacity .18s ease}.question-public-card{padding:clamp(20px,3vw,28px)}.question-public-card + .question-public-card{border-top:1px solid #e8ecea}.question-public-question > b{color:var(--theme-primary,#17796a);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.question-public-question p{margin:8px 0 7px;color:#24332f;font-size:15px;font-weight:650;line-height:1.65}.question-public-question small,.question-public-answer small{color:#84908c;font-size:11px}.question-public-answer{display:grid;grid-template-columns:36px minmax(0,1fr);gap:12px;margin-top:17px;padding:17px;border-radius:14px;background:#f3f8f6}.question-store-mark{display:grid;width:36px;height:36px;place-items:center;border-radius:10px;background:var(--theme-primary,#17796a);color:#fff;font-weight:850}.question-public-answer b{color:var(--theme-primary,#17796a);font-size:12px}.question-public-answer p{margin:6px 0;color:#465650;font-size:14px;line-height:1.7;white-space:pre-line}.question-no-results{padding:58px 20px;text-align:center}.question-no-results > span{display:grid;width:50px;height:50px;margin:auto;place-items:center;border-radius:50%;background:#e8f2ef;color:var(--theme-primary,#17796a);font-size:24px;font-weight:850}.question-no-results h2{margin:14px 0 5px;font-size:20px}.question-no-results p{margin:0;color:var(--muted);font-size:13px}.question-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;padding:20px;border-top:1px solid #e8ecea}.question-pagination:empty{display:none}.question-pagination a{display:grid;min-width:38px;height:38px;padding:0 8px;place-items:center;border:1px solid #d9e1de;border-radius:10px;color:#44534e;text-decoration:none;font-size:12px;font-weight:750}.question-pagination a.active{border-color:var(--theme-primary,#17796a);background:var(--theme-primary,#17796a);color:#fff}.question-ask-card{display:grid;grid-template-columns:minmax(0,.8fr) minmax(360px,1.2fr);gap:clamp(25px,5vw,60px);align-items:start;margin-top:28px;padding:clamp(24px,4vw,42px);scroll-margin-top:150px;border-radius:22px;background:#173f37;color:#fff}.question-ask-card > div > span{color:#9fd2c5}.question-ask-card h2{margin:8px 0 0;color:#fff;font-size:clamp(24px,3vw,34px);line-height:1.2}.question-ask-card > div > p{color:#cbded9;font-size:13px;line-height:1.7}.question-ask-card form{padding:18px;border-radius:16px;background:#fff;color:var(--deep)}.question-ask-card form label{display:block;margin-bottom:8px;font-size:12px;font-weight:800}.question-ask-card textarea{width:100%;resize:vertical;border:1px solid #d4deda;border-radius:11px;padding:12px;font:inherit;font-size:14px;line-height:1.6}.question-ask-card form > div{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:10px}.question-ask-card form small{color:#78847f;font-size:10px}.question-login-box{padding:22px;border-radius:16px;background:#fff;color:var(--deep)}.question-ask-card > .question-login-box > p{margin:0 0 18px;color:#40524d;font-weight:600;line-height:1.65}@media (max-width:700px){.product-questions-compact{margin-top:42px;padding:18px 16px;border-radius:18px}.question-compact-heading h2{font-size:22px}.question-compact-heading > a{display:none}.question-compact-preview{grid-template-columns:1fr}.question-compact-preview > span + span{border-top:1px solid #dce8e4;border-left:0}.question-compact-empty{flex-direction:column}.question-compact-actions .btn{min-height:44px;flex:1;padding-inline:10px}.product-questions-page{padding-top:15px}.question-page-breadcrumb{margin-bottom:12px}.question-product-summary{grid-template-columns:64px minmax(0,1fr);gap:12px;padding:11px}.question-product-summary img,.question-product-placeholder{width:64px;height:64px}.question-product-summary > i{display:none}.question-product-summary strong{font-size:14px}.question-product-summary em{font-size:10px}.question-page-header{align-items:stretch;flex-direction:column;padding:30px 0 20px}.question-page-header h1{font-size:29px}.question-page-header .btn{width:100%}.question-browser{border-radius:17px}.question-browser-tools{grid-template-columns:1fr;padding:13px}.question-sort{justify-content:space-between}.question-sort select{flex:1}.question-filter-submit{display:none}.question-public-card{padding:19px 15px}.question-public-question p{font-size:14px}.question-public-answer{grid-template-columns:31px minmax(0,1fr);gap:10px;padding:14px}.question-store-mark{width:31px;height:31px;border-radius:9px;font-size:12px}.question-ask-card{grid-template-columns:1fr;margin-top:18px;padding:22px 16px;border-radius:18px}.question-ask-card form{padding:15px}.question-ask-card form > div{align-items:stretch;flex-direction:column}.question-ask-card form .btn{width:100%}}.product-title-row{display:flex;align-items:flex-start;gap:14px}.product-title-row h1{flex:1}.product-title-row form{margin:0}.product-favorite{width:46px;height:46px;border:1px solid var(--theme-border,#e3ded4);border-radius:50%;background:#fff;color:#53615d;display:grid;place-items:center;font-size:25px;text-decoration:none;cursor:pointer}.product-favorite:hover,.product-favorite.active{color:#b64254;border-color:#e3aab2;background:#fff7f8}.product-fit-card{padding:16px;border:1px solid #dbe8e3;border-radius:16px;background:#f4faf8;margin:16px 0}.product-fit-card>strong{font-size:14px;color:var(--theme-primary,#17796a)}.product-fit-card>p{font-size:14px;line-height:1.55;margin:7px 0 12px}.product-fit-card>div{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.product-fit-card span{display:grid;grid-template-columns:auto 1fr;gap:0 7px;align-items:center;padding:8px;background:#fff;border-radius:10px}.product-fit-card i{grid-row:1/3;font-style:normal}.product-fit-card small{font-size:10px;color:#6d7a76;text-transform:uppercase}.product-fit-card b{font-size:12px;min-width:0;overflow:hidden;text-overflow:ellipsis}.variant-option em{display:inline-block;font-style:normal;font-size:10px;margin-left:7px;padding:3px 6px;border-radius:20px;background:#fff0cc;color:#765000}.variant-assistant{display:block;padding:12px;border:1px solid #dbe3e0;border-radius:12px;margin-bottom:10px;font-size:13px;font-weight:700}.variant-assistant>span{display:flex;margin-top:7px}.variant-assistant input{min-width:0;flex:1;border:1px solid #d3dcda;border-radius:8px 0 0 8px;padding:9px}.variant-assistant button{border:0;background:#183f37;color:#fff;border-radius:0 8px 8px 0;padding:0 12px;font-weight:700}.variant-assistant small{display:block;color:#697672;font-weight:500;margin-top:6px}.subscription-choice{display:flex;gap:10px;border:1px solid #d7e6e1;background:#f7fbfa;border-radius:12px;padding:12px;margin-top:12px}.subscription-choice input{width:18px}.subscription-choice span{display:flex;flex-direction:column}.subscription-choice small{color:#64716d;margin-top:3px}.delivery-card{display:flex;gap:12px;align-items:center;border:1px solid #d8e8e2;background:#f5faf8;border-radius:14px;padding:13px 14px;margin-top:14px}.delivery-card>span{font-size:23px}.delivery-card div{display:flex;flex-direction:column}.delivery-card b{font-size:13px}.delivery-card small{font-size:11px;color:#63706c;margin-top:3px}.stock-alert-form{background:#fff7eb;border:1px solid #f0d8b1;border-radius:14px;padding:14px}.stock-alert-form label{font-weight:800}.stock-alert-form span{display:flex;margin-top:8px}.stock-alert-form input{min-width:0;flex:1;border:1px solid #dbc9ac;border-radius:8px 0 0 8px;padding:10px}.stock-alert-form button{border:0;border-radius:0 8px 8px 0;background:#704b12;color:#fff;padding:0 14px}.bundle-products,.product-comparison,.product-questions,.product-video-section{margin-top:56px}.bundle-products{padding:24px;border:1px solid #e2e6e4;border-radius:22px;background:#fff}.bundle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0}.bundle-item{position:relative;display:flex;gap:11px;align-items:center;padding:11px;border:1px solid #e0e4e2;border-radius:14px;cursor:pointer}.bundle-item:has(input:checked){border-color:var(--theme-primary,#17796a);background:#f5faf8}.bundle-item>input{width:18px;height:18px}.bundle-item img{width:64px;height:64px;object-fit:contain;border-radius:10px;background:#f5f3ee}.bundle-item span{display:flex;min-width:0;flex-direction:column}.bundle-item b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-item small{font-size:11px;color:#6d7774}.bundle-item strong{font-size:13px;margin-top:4px}.product-anchor-nav{position:sticky;top:126px;z-index:18;display:flex;gap:30px;overflow-x:auto;margin:48px 0 0;padding:0 2px;border-bottom:1px solid #dde3e0;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);scrollbar-width:none}.product-anchor-nav::-webkit-scrollbar{display:none}.product-anchor-nav a{position:relative;flex:none;padding:16px 0 14px;white-space:nowrap;color:#58645f;font-size:13px;font-weight:800;text-decoration:none}.product-anchor-nav a::after{position:absolute;right:0;bottom:-1px;left:0;height:2px;border-radius:2px;background:var(--theme-primary,#17796a);content:"";opacity:0;transform:scaleX(.55);transition:.2s ease}.product-anchor-nav a:hover,.product-anchor-nav a.active{color:var(--theme-primary,#17796a)}.product-anchor-nav a:hover::after,.product-anchor-nav a.active::after{opacity:1;transform:scaleX(1)}.product-anchor-nav+.product-detail-content{margin-top:clamp(34px,5vw,56px)}.product-video-section{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;padding:34px;border-radius:24px;background:#173e36;color:#fff}.product-video-section>div>span{font-size:11px;letter-spacing:.12em;color:#a8d4c9}.product-video-section h2{margin:8px 0}.product-video-section p{color:#d2e4df}.product-video-visual{min-height:210px;border-radius:18px;background:linear-gradient(135deg,#2b6659,#d79a3d);display:flex;flex-direction:column;align-items:center;justify-content:center}.product-video-visual>span{font-size:44px}.product-video-visual small{color:#e4eee9}.product-video-visual.has-image{background:#fff;overflow:hidden}.product-video-visual.has-image img{width:100%;height:100%;max-height:420px;object-fit:contain}.product-usage-section{margin-top:56px;scroll-margin-top:190px}.product-usage-section>.product-section-heading{margin-bottom:22px}.product-usage-section>.product-section-heading .btn{flex:none}.usage-infographic{padding:clamp(26px,4vw,48px);border:1px solid #dce6e2;border-radius:26px;background:#f4f8f6}.usage-infographic>header{max-width:820px}.usage-infographic>header h2{margin:0;color:#173f37;font-size:clamp(25px,3vw,38px);letter-spacing:-.035em}.usage-infographic>header p{margin:9px 0 0;color:#63736e;font-size:14px;line-height:1.65}.usage-infographic ol{display:grid;gap:16px;margin:30px 0 0;padding:0;list-style:none}.usage-infographic.count-2 ol{grid-template-columns:repeat(2,minmax(0,1fr))}.usage-infographic.count-3 ol{grid-template-columns:repeat(3,minmax(0,1fr))}.usage-infographic.count-4 ol{grid-template-columns:repeat(4,minmax(0,1fr))}.usage-infographic.count-5 ol,.usage-infographic.count-6 ol{grid-template-columns:repeat(6,minmax(0,1fr))}.usage-infographic.count-5 li,.usage-infographic.count-6 li{grid-column:span 2}.usage-infographic.count-5 li:nth-child(4){grid-column:2/span 2}.usage-infographic li{position:relative;display:flex;min-width:0;flex-direction:column;align-items:center;padding:24px 18px;border:1px solid #d9e5e0;border-radius:18px;background:#fff;text-align:center}.usage-infographic-number{position:absolute;top:14px;left:14px;display:grid;width:27px;height:27px;place-items:center;border-radius:50%;background:var(--usage-accent);color:#fff;font-size:12px;font-weight:850}.usage-infographic-icon{display:grid;width:76px;height:76px;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--usage-accent) 13%,white);color:var(--usage-accent)}.usage-infographic-icon svg{width:38px;height:38px}.usage-infographic li h3{margin:19px 0 0;color:#183f37;font-size:17px;line-height:1.25}.usage-infographic li p{margin:9px 0 0;color:#667570;font-size:13px;line-height:1.6}.usage-infographic>footer{margin-top:24px;padding:15px 20px;border-radius:13px;background:var(--usage-accent);color:#fff;text-align:center;font-size:13px;font-weight:650;line-height:1.5}.product-usage-image{position:relative;display:block;overflow:hidden;border:1px solid #dce5e1;border-radius:22px;background:#fff;color:#fff;text-decoration:none}.product-usage-image img{display:block;width:100%;max-height:720px;object-fit:contain}.product-usage-image span{position:absolute;right:14px;bottom:14px;padding:8px 11px;border-radius:10px;background:rgba(18,63,54,.88);font-size:11px;font-weight:800}.comparison-scroll{overflow:auto;border:1px solid #e0e4e2;border-radius:18px}.product-comparison table{width:100%;min-width:720px;border-collapse:collapse;background:#fff}.product-comparison th,.product-comparison td{padding:16px;border-bottom:1px solid #e8ebe9;text-align:left;vertical-align:top}.product-comparison thead th{background:#f6f8f7}.product-comparison th:first-child{width:150px;color:#65716d}.product-comparison thead .current{background:#eaf5f1}.product-comparison a{color:#173e36}.question-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.7fr);gap:24px}.question-list article{border:1px solid #e0e4e2;border-radius:16px;background:#fff;margin-bottom:12px;overflow:hidden}.question-list article>div{padding:16px}.question-list article>div+div{background:#f5faf8;border-top:1px solid #dceae5}.question-list article b{font-size:12px;color:var(--theme-primary,#17796a)}.question-list article p{margin:5px 0;line-height:1.6}.question-list article small{color:#7a8581}.question-layout aside{align-self:start;padding:22px;border-radius:18px;background:#f1f6f4}.question-layout textarea{width:100%;border:1px solid #d6dfdc;border-radius:10px;padding:12px;margin:8px 0;resize:vertical}@media(max-width:1000px) and (min-width:701px){.usage-infographic ol,.usage-infographic.count-2 ol,.usage-infographic.count-3 ol,.usage-infographic.count-4 ol,.usage-infographic.count-5 ol,.usage-infographic.count-6 ol{grid-template-columns:repeat(2,minmax(0,1fr))}.usage-infographic.count-5 li,.usage-infographic.count-6 li,.usage-infographic.count-5 li:nth-child(4){grid-column:auto}.usage-infographic.count-3 li:last-child,.usage-infographic.count-5 li:last-child{grid-column:1/-1}}@media(max-width:800px){.product-fit-card>div{grid-template-columns:1fr}.bundle-grid{grid-template-columns:1fr}.product-video-section,.question-layout{grid-template-columns:1fr}.product-anchor-nav{position:relative;top:auto;z-index:1;gap:24px;margin-top:28px;background:#fff;backdrop-filter:none}.product-anchor-nav a{padding:14px 0 12px;font-size:12px}.product-anchor-nav+.product-detail-content{margin-top:34px}.product-detail-content,.product-detail-accordions details,.product-usage-section{scroll-margin-top:150px}.product-video-section{padding:24px}.bundle-products{padding:18px}.product-title-row h1{font-size:27px}}@media(max-width:700px){.product-usage-section{margin-top:46px}.product-usage-section>.product-section-heading .btn{width:100%}.usage-infographic{padding:24px 16px;border-radius:20px}.usage-infographic>header h2{font-size:25px}.usage-infographic ol,.usage-infographic.count-2 ol,.usage-infographic.count-3 ol,.usage-infographic.count-4 ol,.usage-infographic.count-5 ol,.usage-infographic.count-6 ol{grid-template-columns:1fr;gap:10px;margin-top:23px}.usage-infographic.count-5 li,.usage-infographic.count-6 li,.usage-infographic.count-5 li:nth-child(4){grid-column:auto}.usage-infographic li{display:grid;grid-template-columns:58px minmax(0,1fr);gap:14px;align-items:center;padding:16px 14px;text-align:left}.usage-infographic-number{top:8px;left:8px;width:22px;height:22px;font-size:10px}.usage-infographic-icon{width:58px;height:58px}.usage-infographic-icon svg{width:29px;height:29px}.usage-infographic li h3{margin:0;font-size:15px}.usage-infographic li p{margin-top:5px;font-size:12px}.usage-infographic>footer{margin-top:16px;padding:13px 14px;font-size:12px}}.account-favorite-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.account-favorite-grid>a{display:flex;gap:12px;align-items:center;border:1px solid #e1e5e3;border-radius:13px;padding:10px;text-decoration:none;color:inherit}.account-favorite-grid img{width:68px;height:68px;object-fit:contain;background:#f6f4ef;border-radius:9px}.account-favorite-grid span{display:flex;flex-direction:column;min-width:0}.account-favorite-grid b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-favorite-grid strong{color:var(--theme-primary,#17796a);margin-top:5px}@media(max-width:600px){.account-favorite-grid{grid-template-columns:1fr}}.product-layout.no-gallery{grid-template-columns:minmax(0,680px);justify-content:center}.pf-no-complementary .bundle-products,.pf-no-anchor-navigation .product-anchor-nav,.pf-no-detail-tabs .product-detail-content,.pf-no-usage-media .product-video-section,.pf-no-usage-media .product-usage-section,.pf-no-faq .product-faq,.pf-no-comparison .product-comparison,.pf-no-questions .product-questions,.pf-no-reviews .product-reviews-section,.pf-no-reviews .review-gallery-dialog,.pf-no-related .related-products,.pf-no-mobile-bar .mobile-product-bar{display:none!important}.usage-infographic-icon > span{font-size:34px;font-weight:850;line-height:1}@media (max-width:700px){.usage-infographic-icon > span{font-size:27px}}.product-usage-heading h2{margin:0;color:var(--deep);font-size:clamp(30px,3.5vw,42px);line-height:1.12;letter-spacing:-.035em}.usage-infographic > header h3{margin:0;color:#173f37;font-size:clamp(25px,3vw,38px);line-height:1.15;letter-spacing:-.035em}.product-anchor-nav a{font-size:14px}@media (max-width:800px){.product-anchor-nav a{padding:15px 2px 13px;font-size:13px}}@media (max-width:700px){.product-detail-heading h2{font-size:30px}.product-section-heading > div > span{font-size:12px;letter-spacing:.11em}.product-usage-heading h2{font-size:30px}.usage-infographic > header h2,.usage-infographic > header h3{font-size:27px}.usage-infographic > header p{font-size:15px}.usage-infographic li h3{font-size:16px}.usage-infographic li p,.usage-infographic > footer{font-size:13px}.rich-content figure.width-25,.rich-content figure.width-50{width:50%}.rich-content figure.width-75{width:85%}.rich-content figure.mobile-25{width:25%}.rich-content figure.mobile-50{width:50%}.rich-content figure.mobile-75{width:75%}.rich-content figure.mobile-100{width:100%}.rich-content figure.editor-image{max-width:100%}.rich-content figure.align-left,.rich-content figure.align-right{float:none;margin-right:0;margin-left:0}.rich-content figure.editor-image img{border-radius:12px}}.product-page-v2 .product-gallery{position:sticky;top:22px;align-self:start}.product-page-v2 .product-info h1{font-size:clamp(32px,3.1vw,40px)}.product-current-price{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px}.product-discount-badge{padding:6px 9px;border-radius:999px;background:#fff0db;color:#945200;font-size:12px;font-weight:850}.quantity-stepper{grid-template-columns:44px 44px 44px;height:52px}.product-page-v2 .product-buy-row{grid-template-columns:132px minmax(0,1fr)}.product-page-v2 .product-buy-row .btn{min-height:52px}.variant-option{min-height:72px}.variant-option > input{width:20px;height:20px}.variant-option-copy{min-width:0}.variant-option .variant-option-pricing{display:grid;min-width:112px;justify-items:end;gap:3px;text-align:right}.variant-option-pricing .variant-card-discount{padding:3px 7px;border-radius:999px;background:#fff0db;color:#945200;font-size:10px;font-weight:850;white-space:nowrap}.variant-option-pricing del{color:#87928e;font-size:12px;font-weight:650}.variant-option-pricing > strong{color:var(--deep);font-size:17px;line-height:1.15;white-space:nowrap}.variant-option-pricing > small{margin:0;color:var(--theme-primary,#17796a);font-size:11px;font-weight:800;white-space:nowrap}.variant-option:has(input:checked) .variant-card-discount{background:#fff}.product-shipping-progress{width:100%;height:7px;margin-top:9px;overflow:hidden;appearance:none;border:0;border-radius:999px;background:#dce9e4}.product-shipping-progress::-webkit-progress-bar{border-radius:inherit;background:#dce9e4}.product-shipping-progress::-webkit-progress-value{border-radius:inherit;background:var(--theme-primary,#17796a);transition:width .2s ease}.product-shipping-progress::-moz-progress-bar{border-radius:inherit;background:var(--theme-primary,#17796a)}.product-confidence{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.product-confidence span{display:inline-flex;min-height:34px;align-items:center;gap:6px;padding:7px 10px;border:1px solid #dce8e3;border-radius:999px;background:#fff;color:#40524d;font-size:12px;font-weight:700}.product-confidence i{color:var(--theme-primary,#17796a);font-style:normal}.product-fit-card{margin:16px 0 0}.product-fit-card small,.variant-option em,.mobile-product-bar small{font-size:12px}.product-detail-heading{display:flex;align-items:end;justify-content:space-between;gap:16px}.product-detail-heading small{color:var(--muted);font-size:12px}.product-detail-heading h2,.product-section-heading h2,.product-usage-heading h2,.product-faq h2,.product-reviews-section .product-section-heading h2{font-size:clamp(25px,2.7vw,32px);line-height:1.18}.usage-infographic > header h2,.usage-infographic > header h3{font-size:clamp(24px,2.5vw,32px)}.review-distribution-row{min-height:22px;align-items:center}.review-overview.has-no-reviews .review-distribution{display:none}.review-overview.has-no-reviews .review-score-card{display:flex;min-height:190px;flex-direction:column;align-items:center;justify-content:center;text-align:center}.bundle-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:2px 0 14px;padding-top:14px;border-top:1px solid #e3e8e5;color:var(--muted);font-size:13px}.bundle-summary strong{color:var(--deep);font-size:17px}.bundle-products [data-bundle-submit]:disabled{opacity:.5;cursor:not-allowed}@media (max-width:700px){.product-page-v2 .product-gallery{position:static}.product-detail-page .store-header.is-product-compact .header-search{display:none}.product-page-v2 .product-info h1{font-size:28px}.product-current-price{margin:12px 0 8px}.product-page-v2 .product-current-price .price{font-size:30px}.product-lead{margin:10px 0 14px}.product-detail-heading{align-items:start;flex-direction:column;gap:5px}.product-detail-heading h2,.product-section-heading h2,.product-usage-heading h2,.product-faq h2,.product-reviews-section .product-section-heading h2{font-size:25px}.usage-infographic > header h2,.usage-infographic > header h3{font-size:24px}.product-anchor-nav{gap:12px;padding-bottom:4px}.product-anchor-nav a{min-height:44px;padding:14px 8px 12px;border-radius:10px;background:#f4f7f5}.product-anchor-nav a.active{background:#e8f4f0}.product-confidence span{min-height:38px;font-size:12px}.product-fit-card > div{grid-template-columns:repeat(3,minmax(0,1fr))}.product-fit-card span{display:flex;min-height:58px;flex-direction:column;align-items:start;justify-content:center;gap:2px}.product-fit-card i{display:none}.product-fit-card b{width:100%;font-size:13px}.mobile-product-bar{min-height:72px}.mobile-product-bar button{min-height:52px;font-size:15px}}@media (max-width:420px){.product-page-v2 .product-buy-row{grid-template-columns:132px minmax(0,1fr);gap:8px}.product-page-v2 .product-buy-row .btn{padding-right:10px;padding-left:10px;font-size:14px}.variant-option{grid-template-columns:20px minmax(0,1fr) auto;gap:9px;padding:12px 10px}.variant-option .variant-option-pricing{min-width:92px}.variant-option-pricing > strong{font-size:15px}.variant-option-pricing .variant-card-discount,.variant-option-pricing > small{font-size:9px}}.account-hub{--account-border:#dfe7e4;--account-soft:#f5f8f7;--account-ink:#18332d;padding-top:clamp(26px,4vw,52px);background:radial-gradient(circle at 95% 0,rgba(51,143,119,.08),transparent 25rem),#f7f8f6}.account-hub > .wrap{width:min(100% - 32px,1260px)}.account-hub svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.account-hub-hero{display:flex;min-height:126px;margin-bottom:24px;padding:clamp(22px,3vw,32px);align-items:center;justify-content:space-between;gap:22px;border:1px solid var(--account-border);border-radius:22px;background:linear-gradient(115deg,#fff 0%,#fff 65%,#edf7f3 100%);box-shadow:0 12px 34px rgba(22,66,55,.055)}.account-hub-identity{display:flex;min-width:0;align-items:center;gap:18px}.account-hub-avatar{overflow:hidden;display:grid;width:72px;height:72px;flex:none;place-items:center;border:4px solid #fff;border-radius:50%;background:linear-gradient(145deg,var(--theme-primary,#17796a),#2f9d82);color:#fff;box-shadow:0 0 0 1px #d4e5df,0 7px 18px rgba(23,121,106,.18);font-size:27px;font-weight:850}.account-hub-avatar img{width:100%;height:100%;object-fit:cover}.account-hub-kicker{display:block;margin-bottom:5px;color:var(--theme-primary,#17796a);font-size:11px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.account-hub-hero h1{margin:0;color:var(--account-ink);font-size:clamp(25px,3vw,34px);line-height:1.15;letter-spacing:-.03em}.account-hub-meta{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:8px;align-items:center;color:#687873;font-size:12px}.account-verified{display:inline-flex;align-items:center;gap:5px;color:#31816d;font-weight:750}.account-verified i{display:grid;width:16px;height:16px;place-items:center;border-radius:50%;background:#daf1e9;font-style:normal;font-size:10px}.account-logout{display:inline-flex;min-height:42px;padding:9px 14px;align-items:center;gap:8px;border:1px solid #d8e2df;border-radius:11px;background:rgba(255,255,255,.85);color:#53645f;cursor:pointer;font:inherit;font-size:12px;font-weight:800}.account-logout:hover{border-color:#b8cbc5;color:var(--theme-primary,#17796a)}.account-logout svg{width:18px;height:18px}.account-hub-layout{display:grid;grid-template-columns:238px minmax(0,1fr);align-items:start;gap:24px}.account-hub-sidebar{position:sticky;top:18px;display:grid;gap:16px}.account-hub-nav{display:grid;padding:9px;border:1px solid var(--account-border);border-radius:17px;background:#fff;box-shadow:0 8px 25px rgba(22,66,55,.04)}.account-hub-nav a{display:flex;min-height:46px;padding:10px 11px;align-items:center;gap:10px;border-radius:10px;color:#5d6c67;text-decoration:none;font-size:12px;font-weight:750;transition:background .18s ease,color .18s ease}.account-hub-nav a:hover,.account-hub-nav a.is-active{background:#eaf5f1;color:var(--theme-primary,#17796a)}.account-hub-nav svg{width:19px;height:19px;flex:none}.account-hub-nav em{display:grid;min-width:24px;height:22px;margin-left:auto;padding:0 6px;place-items:center;border-radius:999px;background:#f0f3f2;color:#67756f;font-style:normal;font-size:10px}.account-hub-nav a.is-active em,.account-hub-nav a:hover em{background:#d7ece5;color:var(--theme-primary,#17796a)}.account-help-card{display:grid;grid-template-columns:36px minmax(0,1fr);gap:9px 10px;padding:16px;border-radius:16px;background:#173e35;color:#fff}.account-help-card > span{display:grid;width:34px;height:34px;grid-row:1;place-items:center;border-radius:10px;background:rgba(255,255,255,.12);font-weight:850}.account-help-card b,.account-help-card small{display:block}.account-help-card b{font-size:12px}.account-help-card small{margin-top:4px;color:#c4d8d2;font-size:10px;line-height:1.5}.account-help-card a{grid-column:1 / -1;color:#fff;font-size:11px;font-weight:800;text-decoration:none}.account-hub-content{display:grid;min-width:0;gap:20px}.account-overview,.account-hub-card{scroll-margin-top:22px}.account-section-heading{display:flex;margin-bottom:16px;align-items:end;justify-content:space-between;gap:20px}.account-section-heading span{color:var(--theme-primary,#17796a);font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.account-section-heading h2{margin:4px 0 0;color:var(--account-ink);font-size:clamp(22px,2.4vw,29px);letter-spacing:-.025em}.account-section-heading p{max-width:330px;margin:0;color:#75827e;font-size:12px;line-height:1.6;text-align:right}.account-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.account-stat-card{display:flex;min-width:0;min-height:132px;padding:17px;align-items:flex-start;gap:12px;border:1px solid var(--account-border);border-radius:16px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 6px 20px rgba(22,66,55,.035);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.account-stat-card:hover{transform:translateY(-2px);border-color:#c4d9d2;box-shadow:0 12px 25px rgba(22,66,55,.07)}.account-stat-icon{display:grid;width:36px;height:36px;flex:none;place-items:center;border-radius:11px;background:#eaf5f1;color:var(--theme-primary,#17796a)}.account-stat-icon svg{width:19px;height:19px}.account-stat-card > span:last-child{display:grid;min-width:0}.account-stat-card small{color:#71807b;font-size:10px;font-weight:750}.account-stat-card strong{margin:3px 0 8px;color:var(--account-ink);font-size:27px;line-height:1}.account-stat-card em{color:#788681;font-style:normal;font-size:9px;font-weight:700;line-height:1.35}.account-stat-card.is-primary{border-color:#276f5e;background:linear-gradient(145deg,#174a3e,#236e5c);color:#fff}.account-stat-card.is-primary .account-stat-icon{background:rgba(255,255,255,.13);color:#fff}.account-stat-card.is-primary small,.account-stat-card.is-primary em{color:#c8ded8}.account-stat-card.is-primary strong{color:#fff}.account-hub-card{overflow:hidden;padding:0;border:1px solid var(--account-border);border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(22,66,55,.04)}.account-card-header{display:flex;min-height:88px;padding:20px 22px;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #e8edeb}.account-card-header > div{display:flex;min-width:0;align-items:center;gap:12px}.account-card-header h2{margin:0;color:var(--account-ink);font-size:17px;letter-spacing:-.015em}.account-card-header p{margin:4px 0 0;color:#77847f;font-size:11px;line-height:1.45}.account-section-icon{display:grid;width:38px;height:38px;flex:none;place-items:center;border-radius:11px;background:#eaf5f1;color:var(--theme-primary,#17796a)}.account-section-icon svg{width:20px;height:20px}.account-count-label{flex:none;padding:6px 9px;border-radius:999px;background:#f0f4f2;color:#62716c;font-size:10px;font-weight:800}.account-header-link{flex:none;color:var(--theme-primary,#17796a);font-size:11px;font-weight:800;text-decoration:none}.account-order-list{display:grid}.account-order-card{padding:20px 22px}.account-order-card + .account-order-card{border-top:1px solid #e8edeb}.account-order-topline{display:flex;align-items:center;justify-content:space-between;gap:18px}.account-order-topline > div{display:grid;gap:4px}.account-order-topline small,.account-order-details small{color:#89948f;font-size:9px;font-weight:750;letter-spacing:.03em;text-transform:uppercase}.account-order-topline strong{color:var(--account-ink);font-size:14px}.account-status{display:inline-flex;flex:none;padding:6px 9px;align-items:center;gap:6px;border-radius:999px;background:#edf3f1;color:#54645f;font-size:10px;font-weight:800}.account-status i{width:6px;height:6px;border-radius:50%;background:currentColor}.account-status-awaiting_payment{background:#fff3dc;color:#99620d}.account-status-pending,.account-status-preparing{background:#e8f3ff;color:#2769a2}.account-status-shipped{background:#eeeaff;color:#6151a8}.account-status-delivered{background:#e2f5ed;color:#24765e}.account-status-cancelled{background:#faeaea;color:#a34c4c}.account-order-details{display:grid;grid-template-columns:1fr 1.1fr 1fr auto;margin-top:16px;padding-top:14px;align-items:end;gap:14px;border-top:1px dashed #dfe6e3}.account-order-details > span{display:grid;gap:4px}.account-order-details b{color:#41514c;font-size:11px}.account-order-details a{display:inline-flex;min-height:36px;padding:8px 11px;align-items:center;justify-content:center;gap:7px;border:1px solid #cfe0da;border-radius:9px;color:var(--theme-primary,#17796a);font-size:10px;font-weight:850;text-decoration:none}.account-order-details a:hover{background:#edf7f3}.account-order-details a i{font-style:normal}.account-empty-v2{display:grid;padding:34px 22px;place-items:center;text-align:center}.account-empty-v2 > span{display:grid;width:52px;height:52px;margin-bottom:12px;place-items:center;border-radius:50%;background:#eaf5f1;color:var(--theme-primary,#17796a);font-size:24px}.account-empty-v2 h3{margin:0;color:var(--account-ink);font-size:16px}.account-empty-v2 p{max-width:440px;margin:6px auto 16px;color:#74817d;font-size:11px;line-height:1.6}.account-empty-v2.is-compact{grid-template-columns:52px minmax(0,1fr) auto;place-items:center start;gap:14px;text-align:left}.account-empty-v2.is-compact > span{margin:0}.account-empty-v2.is-compact p{margin:5px 0 0}.account-favorite-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.account-favorite-grid-v2 > a{min-width:0;padding:15px 20px;border:0;border-radius:0}.account-favorite-grid-v2 > a:nth-child(odd){border-right:1px solid #e8edeb}.account-favorite-grid-v2 > a:nth-child(n+3){border-top:1px solid #e8edeb}.account-favorite-image{display:grid !important;width:74px;height:74px;flex:none;place-items:center;border-radius:12px;background:#f5f6f3}.account-favorite-grid-v2 .account-favorite-image img{width:100%;height:100%;margin:0;object-fit:contain;background:transparent}.account-favorite-image i{color:#9aa5a1;font-size:22px;font-style:normal}.account-favorite-grid-v2 b{color:var(--account-ink);font-size:12px}.account-favorite-grid-v2 strong{font-size:12px}.account-favorite-grid-v2 em{margin-top:5px;color:#7b8984;font-style:normal;font-size:9px;font-weight:700}.saved-addresses-v2{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 20px}.saved-addresses-v2 .saved-address-card{min-width:0;padding:17px;border-radius:14px;background:#fbfcfb}.saved-addresses-v2 .saved-address-card > header > span:not(.address-pin){margin-left:auto}.address-pin{display:grid !important;width:28px;height:28px;padding:0 !important;place-items:center;border-radius:9px !important;background:#e8f3ef !important;color:var(--theme-primary,#17796a) !important;font-size:15px !important}.saved-addresses-v2 .saved-address-card > p b{color:#4e5e59}.account-add-address{margin:0 20px 20px;padding:14px 16px;border:1px dashed #bdd4cc;border-radius:13px;background:#f7fbf9}.account-add-address > summary{display:flex;align-items:center;gap:8px;list-style:none}.account-add-address > summary::-webkit-details-marker{display:none}.account-add-address > summary span{display:grid;width:24px;height:24px;place-items:center;border-radius:7px;background:#deefe9}.account-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:20px}.account-settings-grid .account-hub-card > .customer-form{margin:0;padding:20px 22px 24px}.account-settings-grid .profile-avatar-preview{width:68px;height:68px}.account-settings-grid .profile-avatar-editor{grid-template-columns:68px minmax(0,1fr)}.account-settings-grid .customer-form label{font-size:11px}.account-settings-grid .customer-form input:not([type="checkbox"]),.account-settings-grid .customer-form textarea,.account-settings-grid .customer-form select{padding:10px 11px;border-radius:10px;font-size:12px}.account-settings-grid .customer-form{gap:13px}.account-settings-grid .customer-form .btn{min-height:42px}.account-data-tools{margin:0 22px 22px;padding:17px;border-radius:13px;background:#f6f8f7}.account-data-tools h3{margin:0;color:var(--account-ink);font-size:13px}.account-data-tools > p{margin:5px 0 10px;color:#76837f;font-size:10px;line-height:1.5}.account-data-tools form{margin:0}.account-text-button{padding:0;border:0;background:transparent;color:var(--theme-primary,#17796a);cursor:pointer;font:inherit;font-size:10px;font-weight:800}.account-data-tools details{margin-top:12px;padding-top:12px;border-top:1px solid #dde4e1}.account-data-tools summary{color:#9c4141;cursor:pointer;font-size:10px;font-weight:800}@media (max-width:1080px){.account-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-stat-card{min-height:112px}.account-settings-grid{grid-template-columns:1fr}}@media (max-width:820px){.account-hub > .wrap{width:min(100% - 24px,1260px)}.account-hub-layout{grid-template-columns:1fr}.account-hub-sidebar{position:static;overflow:hidden;display:block}.account-hub-nav{display:flex;padding:6px;overflow-x:auto;scrollbar-width:none}.account-hub-nav::-webkit-scrollbar{display:none}.account-hub-nav a{min-height:40px;flex:none;padding:8px 10px;white-space:nowrap}.account-hub-nav a.is-active{background:#eaf5f1}.account-hub-nav em{display:none}.account-help-card{display:none}.account-section-heading p{display:none}}@media (max-width:640px){.account-hub{padding-top:18px}.account-hub > .wrap{width:min(100% - 20px,1260px)}.account-hub-hero{min-height:0;padding:18px;align-items:flex-start;border-radius:17px}.account-hub-identity{gap:12px}.account-hub-avatar{width:54px;height:54px;border-width:3px;font-size:20px}.account-hub-hero h1{font-size:22px}.account-hub-meta{display:grid;gap:4px;margin-top:6px}.account-verified{font-size:10px}.account-logout{width:40px;min-height:40px;padding:0;justify-content:center;font-size:0}.account-logout svg{width:19px;height:19px}.account-hub-layout,.account-hub-content{gap:14px}.account-section-heading{margin:2px 2px 12px}.account-section-heading h2{font-size:21px}.account-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.account-stat-card{min-height:112px;padding:13px;gap:9px;border-radius:14px}.account-stat-icon{width:32px;height:32px;border-radius:9px}.account-stat-icon svg{width:17px;height:17px}.account-stat-card strong{font-size:23px}.account-stat-card em{display:none}.account-hub-card{border-radius:15px}.account-card-header{min-height:76px;padding:16px}.account-card-header p{display:none}.account-section-icon{width:34px;height:34px;border-radius:10px}.account-order-card{padding:17px 16px}.account-order-details{grid-template-columns:repeat(3,1fr);gap:9px}.account-order-details a{grid-column:1 / -1;margin-top:4px}.account-favorite-grid-v2{grid-template-columns:1fr}.account-favorite-grid-v2 > a:nth-child(odd){border-right:0}.account-favorite-grid-v2 > a + a{border-top:1px solid #e8edeb}.saved-addresses-v2{grid-template-columns:1fr;margin:14px}.account-add-address{margin:0 14px 14px}.account-settings-grid{gap:14px}.account-settings-grid .account-hub-card > .customer-form{padding:16px}.account-data-tools{margin:0 16px 16px}.customer-form-grid{grid-template-columns:1fr}.customer-form-grid .full{grid-column:auto}.account-empty-v2.is-compact{grid-template-columns:46px minmax(0,1fr);padding:24px 16px}.account-empty-v2.is-compact > a{grid-column:1 / -1;width:100%}}@media (max-width:390px){.account-stat-card{display:grid}.account-stat-card > span:last-child{gap:1px}.account-card-header{gap:8px}.account-count-label,.account-header-link{font-size:9px}.account-order-topline{align-items:flex-start}}.account-hub .account-main,.account-hub .account-side{display:none}.account-hub-hero-small{min-height:100px;margin-bottom:18px}.account-standalone{overflow:visible}.account-standalone > .account-card-header{border-radius:18px 18px 0 0}.account-section-form{max-width:620px;margin:0;padding:24px}.account-pagination{display:flex;justify-content:center;gap:7px;padding:20px;border-top:1px solid #e8edeb}.account-pagination a{display:grid;width:34px;height:34px;place-items:center;border:1px solid #d7e1dd;border-radius:9px;color:#52615c;font-size:12px;font-weight:800;text-decoration:none}.account-pagination a.is-active{border-color:var(--theme-primary,#17796a);background:var(--theme-primary,#17796a);color:#fff}@media (max-width:640px){.account-section-form{padding:16px}.account-hub-hero-small{margin-bottom:14px}}@media (max-width:360px){.product-detail-highlights ul{grid-template-columns:1fr}}.product-social-proof{display:flex;min-height:30px;flex-wrap:wrap;align-items:center;gap:8px 12px}.product-social-proof .product-rating{margin:0}.product-question-summary{display:inline-flex;min-height:28px;padding-left:12px;align-items:center;gap:7px;border-left:1px solid #dce6e2;color:var(--theme-primary,#17796a);text-decoration:none}.product-question-summary > span{display:grid;width:22px;height:22px;place-items:center;border-radius:50%;background:var(--mint);font-size:12px;font-weight:850}.product-question-summary b{font-size:12px;font-weight:800}.product-question-summary:hover b,.product-social-proof .product-rating:hover b{color:var(--theme-primary,#17796a)}.product-anchor-nav{width:max-content;max-width:100%;top:116px;gap:4px;margin-top:34px;padding:5px;border:1px solid #dce6e2;border-radius:14px;background:rgba(255,255,255,.96);box-shadow:0 8px 24px rgba(19,63,53,.055)}.product-anchor-nav a{display:inline-flex;min-height:36px;padding:8px 12px;align-items:center;border-radius:9px;background:transparent;font-size:12px;line-height:1}.product-anchor-nav a::after{display:none}.product-anchor-nav a:hover,.product-anchor-nav a.active{background:#e8f4f0;box-shadow:inset 0 0 0 1px rgba(23,121,106,.08)}@media (max-width:800px){.product-anchor-nav{position:relative;top:auto;z-index:1;width:100%;gap:2px;margin-top:24px;padding:4px;border-radius:12px}.product-anchor-nav a{min-height:40px;padding:8px;border-radius:8px;background:transparent;font-size:11px}}@media (max-width:420px){.product-social-proof{gap:7px 10px}.product-question-summary{padding-left:10px}.product-page-v2 .product-rating{gap:6px}.product-page-v2 .product-rating b,.product-question-summary b{font-size:11px}}:root{--mc-deep:#0E3B33;--mc-green:#17796A;--mc-amber:#F0A202;--mc-bg:#F7F4EE;--mc-ink:#14201D;--mc-line:#E3DED4;--mc-mint:#E6F0EC;--mc-muted:#5C6B67;--mc-surface:#fff;--mc-danger:#a52d2d}.mc-cart-overlay{position:fixed;inset:0;background:rgba(14,59,51,.42);opacity:0;visibility:hidden;transition:opacity .28s ease;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mc-cart-overlay.is-open{opacity:1;visibility:visible}.mc-cart-drawer{position:fixed;top:0;right:0;height:100%;width:min(420px,100vw);background:var(--mc-surface);box-shadow:-24px 0 60px rgba(14,59,51,.18);transform:translateX(100%);transition:transform .32s cubic-bezier(.16,.84,.44,1);z-index:1001;display:flex;flex-direction:column;font-family:inherit}.mc-cart-drawer.is-open{transform:translateX(0)}.mc-cart-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;background:var(--mc-deep);color:#fff;flex-shrink:0}.mc-cart-head b{font-size:17px;font-weight:800;letter-spacing:-.01em}.mc-cart-head span{opacity:.75;font-size:13px;margin-left:2px}.mc-cart-close{background:rgba(255,255,255,.12);border:0;color:#fff;width:34px;height:34px;border-radius:10px;font-size:20px;line-height:1;cursor:pointer;transition:background .2s}.mc-cart-close:hover{background:rgba(255,255,255,.24)}.mc-ship-bar{padding:14px 20px;background:var(--mc-mint);flex-shrink:0}.mc-ship-bar-top{display:flex;justify-content:space-between;font-size:12.5px;color:var(--mc-deep);font-weight:700;margin-bottom:7px}.mc-ship-track{height:7px;background:#cfe1da;border-radius:99px;overflow:hidden}.mc-ship-fill{height:100%;background:linear-gradient(90deg,var(--mc-green),var(--mc-amber));border-radius:99px;transition:width .4s ease}.mc-ship-bar.is-free .mc-ship-fill{background:var(--mc-green)}.mc-cart-items{flex:1 1 auto;overflow-y:auto;padding:8px 20px;-webkit-overflow-scrolling:touch}.mc-cart-line{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--mc-line)}.mc-cart-line:last-child{border-bottom:0}.mc-line-thumb{width:64px;height:64px;border-radius:12px;flex-shrink:0;object-fit:cover;background:var(--mc-mint);display:flex;align-items:center;justify-content:center;color:var(--mc-green);font-weight:800;font-size:12px;overflow:hidden}.mc-line-thumb img{width:100%;height:100%;object-fit:cover}.mc-line-body{flex:1 1 auto;min-width:0}.mc-line-name{font-weight:700;font-size:14px;color:var(--mc-ink);line-height:1.3;margin:0 0 2px}.mc-line-name a{color:inherit;text-decoration:none}.mc-line-variant{font-size:12.5px;color:var(--mc-muted);margin-bottom:8px}.mc-line-foot{display:flex;align-items:center;justify-content:space-between;gap:8px}.mc-qty{display:inline-flex;align-items:center;border:1px solid var(--mc-line);border-radius:9px;overflow:hidden}.mc-qty button{width:30px;height:30px;border:0;background:var(--mc-bg);color:var(--mc-deep);font-size:16px;cursor:pointer;line-height:1;transition:background .15s}.mc-qty button:hover:not(:disabled){background:var(--mc-mint)}.mc-qty button:disabled{opacity:.4;cursor:not-allowed}.mc-qty span{min-width:34px;text-align:center;font-weight:700;font-size:14px}.mc-line-price{font-weight:800;font-size:14.5px;color:var(--mc-deep);white-space:nowrap}.mc-line-remove{background:none;border:0;color:var(--mc-muted);font-size:12px;cursor:pointer;text-decoration:underline;padding:0;margin-top:6px}.mc-line-remove:hover{color:var(--mc-danger)}.mc-cart-empty{text-align:center;padding:48px 24px;color:var(--mc-muted)}.mc-cart-empty svg{width:56px;height:56px;opacity:.35;margin-bottom:14px}.mc-cart-empty b{display:block;color:var(--mc-ink);font-size:16px;margin-bottom:6px}.mc-cart-empty a{display:inline-block;margin-top:16px;color:var(--mc-green);font-weight:700}.mc-cart-foot{flex-shrink:0;border-top:1px solid var(--mc-line);padding:16px 20px 20px;background:var(--mc-surface)}.mc-sum-row{display:flex;justify-content:space-between;font-size:13.5px;color:var(--mc-muted);margin-bottom:6px}.mc-sum-row.discount{color:var(--mc-green);font-weight:700}.mc-sum-total{display:flex;justify-content:space-between;align-items:baseline;margin:10px 0 14px;padding-top:12px;border-top:1px dashed var(--mc-line)}.mc-sum-total span{font-size:14px;color:var(--mc-ink);font-weight:700}.mc-sum-total b{font-size:22px;color:var(--mc-deep);font-weight:800;letter-spacing:-.02em}.mc-cta{display:block;width:100%;text-align:center;padding:15px;border-radius:13px;background:var(--mc-amber);color:#231a00;font-weight:800;font-size:15.5px;text-decoration:none;border:0;cursor:pointer;transition:filter .2s,transform .1s}.mc-cta:hover{filter:brightness(1.05)}.mc-cta:active{transform:translateY(1px)}.mc-cta-secondary{display:block;width:100%;text-align:center;padding:12px;margin-top:9px;color:var(--mc-deep);font-weight:700;font-size:13.5px;text-decoration:none;background:none;border:0;cursor:pointer}.mc-cta-secondary:hover{color:var(--mc-green)}.mc-trust{display:flex;justify-content:center;gap:16px;margin-top:14px;font-size:11.5px;color:var(--mc-muted);flex-wrap:wrap}.mc-trust span{display:inline-flex;align-items:center;gap:5px}.mc-trust svg{width:14px;height:14px;color:var(--mc-green)}.mc-cart-drawer.is-loading .mc-cart-items{opacity:.5;pointer-events:none}.mc-toast{position:fixed;left:50%;bottom:26px;transform:translateX(-50%) translateY(20px);background:var(--mc-deep);color:#fff;padding:12px 20px;border-radius:12px;font-size:14px;font-weight:600;box-shadow:0 12px 32px rgba(14,59,51,.28);opacity:0;visibility:hidden;transition:opacity .25s,transform .25s;z-index:1002;max-width:90vw}.mc-toast.is-open{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.mc-toast.is-error{background:var(--mc-danger)}button[data-mc-loading]{position:relative;color:transparent !important;pointer-events:none}button[data-mc-loading]::after{content:"";position:absolute;inset:0;margin:auto;width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:mc-spin .6s linear infinite}@keyframes mc-spin{to{transform:rotate(360deg)}}.mc-scroll-cue{position:sticky;bottom:0;left:0;right:0;z-index:2;display:none;justify-content:center;pointer-events:none;margin:0 -20px -8px;padding:34px 0 8px;background:linear-gradient(to top,var(--mc-surface) 42%,rgba(255,255,255,0));transition:opacity .2s ease}.mc-scroll-cue span{display:inline-flex;align-items:center;gap:6px;background:var(--mc-deep);color:#fff;font-size:12px;font-weight:700;padding:6px 13px;border-radius:99px;box-shadow:0 6px 16px rgba(14,59,51,.25);animation:mc-bounce 1.4s ease-in-out infinite}.mc-cart-drawer.mc-scrollable .mc-scroll-cue{display:flex}.mc-cart-drawer.mc-at-bottom .mc-scroll-cue{opacity:0}@keyframes mc-bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(4px)}}.mc-cart-drawer.mc-scrollable .mc-cart-items{-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 14px);mask-image:linear-gradient(to bottom,transparent 0,#000 14px)}.mc-cart-drawer.mc-at-top .mc-cart-items{-webkit-mask-image:none;mask-image:none}@media (max-width:520px){.mc-cart-drawer{width:100vw}}@media (max-width:768px),(pointer:coarse){.mc-qty button{width:44px;height:44px;font-size:20px}.mc-qty span{min-width:40px;font-size:15px}.mc-cart-close{width:42px;height:42px;font-size:24px}.mc-line-remove{padding:6px 0;font-size:13px}.mc-cta{padding:17px;font-size:16px}}@media (max-width:700px){.mobile-product-bar{transform:translateY(120%);opacity:0;pointer-events:none;transition:transform .3s cubic-bezier(.16,.84,.44,1),opacity .3s ease}.mobile-product-bar.is-revealed{transform:translateY(0);opacity:1;pointer-events:auto}body.mc-mobile-bar-on{scroll-padding-bottom:84px}}.product-detail-description p,.product-detail-description ul,.product-detail-description ol,.product-detail-description blockquote{max-width:none}.checkout-trust{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:18px;padding-top:16px;border-top:1px solid var(--mc-line)}.checkout-trust span{display:inline-flex;align-items:center;gap:6px;color:var(--mc-muted);font-size:12.5px;font-weight:600}.checkout-trust svg{width:16px;height:16px;color:var(--mc-green);flex:none}.checkout-summary .btn[data-mc-loading],.checkout-mobilebar .btn[data-mc-loading]{position:relative;color:transparent !important;pointer-events:none}.checkout-summary .btn[data-mc-loading]::after,.checkout-mobilebar .btn[data-mc-loading]::after{content:"";position:absolute;inset:0;margin:auto;width:20px;height:20px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:mc-spin .6s linear infinite}.checkout-field input.is-invalid,.checkout-field textarea.is-invalid{border-color:var(--mc-danger);background:#fff6f5}.checkout-mobilebar{display:none}.checkout-msummary{display:none}@media (max-width:900px){body.mc-checkout-js .checkout-mobilebar{position:fixed;left:0;right:0;bottom:0;z-index:90;display:grid;grid-template-columns:minmax(0,.9fr) minmax(150px,1.1fr);gap:10px;padding:10px max(14px,env(safe-area-inset-right)) max(10px,env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left));background:rgba(255,255,255,.97);border-top:1px solid var(--mc-line);box-shadow:0 -10px 30px rgba(15,44,36,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.checkout-mobilebar[hidden]{display:none}.checkout-mobilebar-total{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--mc-line);border-radius:12px;background:var(--mc-bg);padding:0 12px;color:var(--mc-ink);font:inherit;cursor:pointer;min-height:52px}.checkout-mobilebar-total small{display:block;color:var(--mc-muted);font-size:11px}.checkout-mobilebar-total strong{display:block;color:var(--mc-deep);font-size:17px;font-weight:800;letter-spacing:-.01em}.checkout-mobilebar-total i{color:var(--mc-muted);font-style:normal;transition:transform .2s ease}.checkout-mobilebar-total[aria-expanded="true"] i{transform:rotate(180deg)}.checkout-mobilebar .btn{min-height:52px;font-size:15px}body.mc-checkout-js .checkout-msummary{display:block;position:fixed;left:0;right:0;z-index:89;max-height:60vh;overflow-y:auto;padding:18px 16px calc(84px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--mc-line);box-shadow:0 -18px 40px rgba(15,44,36,.16);transform:translateY(110%);pointer-events:none;transition:transform .28s cubic-bezier(.16,.84,.44,1)}body.mc-checkout-js .checkout-msummary.is-open{transform:translateY(0);pointer-events:auto}.checkout-msummary-title{margin:0 0 12px;color:var(--mc-deep);font-size:15px;font-weight:800}.checkout-msummary .checkout-product{display:flex;gap:10px;align-items:center;padding:8px 0;border-bottom:1px solid var(--mc-line)}.checkout-msummary .checkout-product-count{flex:none;width:26px;height:26px;display:grid;place-items:center;border-radius:8px;background:var(--mc-mint);color:var(--mc-green);font-size:12px;font-weight:800}.checkout-msummary .checkout-product div{flex:1 1 auto;min-width:0}.checkout-msummary .checkout-product b{display:block;font-size:13px;color:var(--mc-ink)}.checkout-msummary .checkout-product small{color:var(--mc-muted);font-size:12px}.checkout-msummary .checkout-product strong{color:var(--mc-deep);font-size:13px;white-space:nowrap}.checkout-msummary .sum-row{display:flex;justify-content:space-between;padding:6px 0;font-size:13.5px;color:var(--mc-muted)}.checkout-msummary .sum-row.discount{color:var(--mc-green);font-weight:700}.checkout-msummary .sum-row.cart-grand-total{margin-top:6px;padding-top:10px;border-top:1px dashed var(--mc-line);color:var(--mc-ink);font-weight:800;font-size:15px}.checkout-msummary-backdrop{position:fixed;inset:0;z-index:88;background:rgba(14,59,51,.42);opacity:0;visibility:hidden;transition:opacity .25s ease}.checkout-msummary-backdrop.is-open{opacity:1;visibility:visible}.checkout-page{padding-bottom:78px}body.mc-checkout-js .checkout-summary > .btn.w-full{display:none}}.checkout-field.mc-combo{position:relative}.mc-combo-list{position:absolute;left:0;right:0;top:100%;z-index:40;margin-top:6px;max-height:264px;overflow-y:auto;background:#fff;border:1px solid var(--mc-line);border-radius:12px;box-shadow:0 18px 44px rgba(14,59,51,.16);display:none}.mc-combo-list.is-open{display:block}.mc-combo-item{padding:11px 14px;cursor:pointer;font-size:14px;color:var(--mc-ink);line-height:1.2}.mc-combo-item:hover,.mc-combo-item.is-active{background:var(--mc-mint);color:var(--mc-deep)}.mc-combo-empty{padding:11px 14px;color:var(--mc-muted);font-size:13px}.mc-combo-note{display:block;margin-top:5px;font-size:12.5px;font-style:normal;color:#b3261e}@media (max-width:768px),(pointer:coarse){.mc-combo-item{padding:13px 14px;font-size:15px}}.checkout-login-hint{display:inline-flex;align-items:center;gap:8px;margin:0 0 6px;padding:10px 14px;border:1px solid var(--mc-line);border-radius:12px;background:var(--mc-mint);color:var(--mc-deep);font-size:13.5px;font-weight:600}.checkout-login-hint a{color:var(--mc-green);font-weight:800}.address-book{display:flex;gap:10px;overflow-x:auto;margin:0 0 18px;padding:2px 2px 10px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.address-chip{flex:0 0 auto;min-width:172px;max-width:240px;text-align:left;cursor:pointer;border:1.5px solid var(--mc-line);border-radius:14px;background:#fff;padding:12px 14px;display:flex;flex-direction:column;gap:3px;font:inherit;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.address-chip:hover{border-color:var(--mc-green)}.address-chip.is-selected{border-color:var(--mc-green);background:var(--mc-mint);box-shadow:0 0 0 3px rgba(23,121,106,.12)}.address-chip b{display:flex;align-items:center;gap:6px;color:var(--mc-deep);font-size:14px;font-weight:800}.address-chip b em{font-style:normal;font-size:10px;font-weight:800;color:var(--mc-green);background:#fff;border:1px solid var(--mc-green);border-radius:99px;padding:1px 7px}.address-chip small{color:var(--mc-muted);font-size:12px}.address-chip > span{color:var(--mc-ink);font-size:12.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.address-chip-new{align-items:flex-start;justify-content:center;border-style:dashed;min-width:150px}.address-chip-new b{color:var(--mc-green)}.catalog-badge{position:absolute;top:11px;right:11px;z-index:2;padding:5px 9px;border-radius:8px;font-size:11px;font-weight:800;letter-spacing:.01em;color:#fff;box-shadow:0 4px 12px rgba(14,59,51,.18)}.catalog-badge-low{background:#c2410c}.catalog-badge-new{background:var(--mc-green)}.catalog-badge-best{background:var(--mc-deep)}.catalog-add-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;margin-top:12px;padding:11px 12px;border-radius:11px;cursor:pointer;border:1.5px solid var(--mc-green);background:#fff;color:var(--mc-green);font:inherit;font-size:14px;font-weight:800;text-decoration:none;transition:background .15s ease,color .15s ease,transform .1s ease}.catalog-add-btn:hover{background:var(--mc-green);color:#fff}.catalog-add-btn:active{transform:translateY(1px)}.catalog-add-choose{border-color:var(--mc-line);color:var(--mc-deep)}.catalog-add-choose:hover{background:var(--mc-deep);color:#fff;border-color:var(--mc-deep)}.catalog-add-out{border-color:var(--mc-line);color:var(--mc-muted);background:var(--mc-bg);cursor:default}.catalog-add-out:hover{background:var(--mc-bg);color:var(--mc-muted)}.catalog-add-form{margin:0}.catalog-add-btn[data-mc-loading]{position:relative;color:transparent !important}.catalog-add-btn[data-mc-loading]::after{content:"";position:absolute;inset:0;margin:auto;width:16px;height:16px;border:2px solid rgba(23,121,106,.35);border-top-color:var(--mc-green);border-radius:50%;animation:mc-spin .6s linear infinite}.catalog-cat-chips{display:flex;gap:9px;overflow-x:auto;margin:4px 0 18px;padding-bottom:4px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.catalog-cat-chips::-webkit-scrollbar{display:none}.catalog-cat-chips a{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;padding:9px 15px;border-radius:999px;border:1.5px solid var(--mc-line);background:#fff;color:var(--mc-deep);font-size:13.5px;font-weight:700;text-decoration:none;white-space:nowrap;transition:border-color .15s,background .15s,color .15s}.catalog-cat-chips a:hover{border-color:var(--mc-green)}.catalog-cat-chips a.is-active{background:var(--mc-deep);border-color:var(--mc-deep);color:#fff}.catalog-cat-chips a small{font-size:11px;font-weight:800;opacity:.6}.catalog-cat-chips a.is-active small{opacity:.8}.catalog-results.is-loading .catalog-product-grid{opacity:.45;pointer-events:none;transition:opacity .15s}@media (max-width:480px){.catalog-product-grid{grid-template-columns:1fr;gap:12px}.catalog-product-card{display:grid;grid-template-columns:140px minmax(0,1fr);align-items:stretch}.catalog-product-image{width:140px;min-width:0;aspect-ratio:1;height:auto;overflow:hidden;border-right:1px solid var(--line)}.catalog-placeholder{padding:6px;font-size:11px;text-align:center}.catalog-placeholder small{display:none}.catalog-product-body{padding:12px 13px;display:flex;flex-direction:column}.catalog-product-body > p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:2px 0 0;font-size:12.5px;line-height:1.45;color:var(--mc-muted)}.catalog-product-name{font-size:14.5px;line-height:1.3}.catalog-product-footer{margin-top:auto}.catalog-add-btn{margin-top:10px;padding:10px;font-size:13.5px}.catalog-badge{top:7px;right:7px;padding:3px 7px;font-size:10px}.catalog-discount-badge,.catalog-campaign-badge{top:7px;left:7px}}.catalog-saving{display:inline-block;align-self:flex-start;margin:6px 0 0;padding:3px 9px;border-radius:99px;background:var(--mc-mint);color:var(--mc-green);font-size:12px;font-weight:800;letter-spacing:-.01em}.catalog-product-media{position:relative}.catalog-fav{position:absolute;top:10px;right:10px;z-index:3;width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:50%;cursor:pointer;text-decoration:none;background:rgba(255,255,255,.92);color:var(--mc-muted);box-shadow:0 3px 10px rgba(14,59,51,.15);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:transform .15s ease,color .15s ease}.catalog-fav svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2}.catalog-fav:hover{transform:scale(1.08);color:#e0245e}.catalog-fav.is-fav{color:#e0245e}.catalog-fav.is-fav svg{fill:currentColor}.catalog-fav.is-busy{opacity:.5;pointer-events:none}@media (max-width:480px){.catalog-product-media{height:100%}.catalog-product-image{width:140px;height:100%;aspect-ratio:auto}.catalog-fav{top:7px;right:7px;width:32px;height:32px}.catalog-fav svg{width:17px;height:17px}}.catalog-badges{position:absolute;top:11px;left:11px;z-index:2;display:flex;flex-direction:column;gap:6px;align-items:flex-start}.catalog-badges .catalog-discount-badge,.catalog-badges .catalog-campaign-badge,.catalog-badges .catalog-badge{position:static;top:auto;left:auto;right:auto}@media (max-width:480px){.catalog-badges{top:7px;left:7px;gap:5px}}@media (max-width:480px){.catalog-product-grid,.related-products .catalog-product-grid{grid-template-columns:1fr;gap:12px}.catalog-product-card{display:grid;grid-template-columns:1fr 1fr;align-items:stretch}.catalog-product-media{height:100%}.catalog-product-image{width:100%;height:100%;aspect-ratio:auto}.catalog-product-body{padding:14px;display:flex;flex-direction:column;justify-content:center;gap:3px}.catalog-product-tags{display:none}.catalog-product-body > p{display:none}.catalog-product-footer small{display:none}.catalog-product-name{font-size:15px;line-height:1.3}.catalog-add-btn{margin-top:10px}}@media (max-width:480px){.catalog-product-grid,.related-products .catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.catalog-product-card{display:flex;flex-direction:column}.catalog-product-media{height:auto}.catalog-product-image{width:100%;height:auto;aspect-ratio:1;border-right:0}.catalog-product-body{padding:11px;display:flex;flex-direction:column;gap:3px;justify-content:flex-start}.catalog-product-tags{display:none}.catalog-product-body > p{display:none}.catalog-product-name{font-size:13.5px;line-height:1.3}.catalog-product-rating{font-size:12px}.catalog-saving{font-size:11px;margin-top:4px;padding:2px 8px}.catalog-add-btn{margin-top:9px;padding:9px;font-size:12.5px}.catalog-fav{width:30px;height:30px;top:7px;right:7px}.catalog-fav svg{width:15px;height:15px}.catalog-badge{font-size:9px;padding:2px 6px}.catalog-discount-badge,.catalog-campaign-badge{font-size:9px;padding:4px 7px}}.catalog-product-footer > div{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.catalog-product-footer del{margin:0}.catalog-oos{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;background:rgba(14,59,51,.5)}.catalog-oos > span{width:100%;text-align:center;padding:9px 0;background:rgba(14,59,51,.9);color:#fff;font-weight:800;font-size:13px;letter-spacing:.05em;text-transform:uppercase}.catalog-meta-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:3px 0}.catalog-meta-row .catalog-saving{margin:0}.catalog-product-rating{font-size:14px;font-weight:700}.catalog-product-rating small{font-size:12.5px}@media (max-width:480px){.catalog-product-rating{font-size:13.5px}.catalog-meta-row{flex-wrap:wrap;gap:5px}}.desktop-store-nav .store-nav-item{position:relative;display:inline-flex;align-items:center}.desktop-store-nav .store-nav-caret{font-style:normal;font-size:11px;margin-left:5px;opacity:.6;transition:transform .2s ease}.desktop-store-nav .store-nav-item:hover .store-nav-caret,.desktop-store-nav .store-nav-item:focus-within .store-nav-caret{transform:rotate(180deg)}.store-nav-dropdown{position:absolute;top:100%;left:0;z-index:60;min-width:210px;margin-top:6px;display:flex;flex-direction:column;gap:2px;padding:8px;background:#fff;border:1px solid var(--mc-line);border-radius:14px;box-shadow:0 18px 44px rgba(14,59,51,.16);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .18s ease,transform .18s ease,visibility .18s}.desktop-store-nav .store-nav-item:hover .store-nav-dropdown,.desktop-store-nav .store-nav-item:focus-within .store-nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.store-nav-dropdown a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 12px;border-radius:9px;color:var(--mc-deep);font-size:14px;font-weight:600;text-decoration:none;white-space:nowrap}.store-nav-dropdown a:hover{background:var(--mc-mint);color:var(--mc-green)}.store-nav-dropdown a small{font-size:10px;font-weight:800;color:var(--mc-green);background:var(--mc-mint);border-radius:99px;padding:1px 7px}.desktop-store-nav .store-nav-item::after{content:"";position:absolute;top:100%;left:0;right:0;height:8px}.store-header-navigation,.store-header-navigation-inner,.desktop-store-nav{overflow:visible}.store-nav-dropdown[data-cols="2"]{display:grid;grid-template-columns:repeat(2,minmax(190px,1fr))}.store-nav-dropdown[data-cols="3"]{display:grid;grid-template-columns:repeat(3,minmax(190px,1fr))}.store-nav-dropdown[data-cols="2"],.store-nav-dropdown[data-cols="3"]{min-width:auto}.store-nav-dropdown a{justify-content:flex-start}.store-nav-thumb{width:42px;height:42px;border-radius:9px;object-fit:cover;flex:none;background:var(--mc-mint)}.store-nav-dropdown a > .store-nav-label{flex:1 1 auto;display:flex;align-items:center;justify-content:flex-start;gap:8px;min-width:0}.store-nav-text{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-nav-dropdown a small{flex:none;white-space:nowrap}.store-nav-text{overflow:visible;text-overflow:clip;white-space:nowrap}.store-nav-dropdown{width:max-content;max-width:calc(100vw - 24px)}.store-nav-dropdown[data-cols="2"]{grid-template-columns:repeat(2,max-content)}.store-nav-dropdown[data-cols="3"]{grid-template-columns:repeat(3,max-content)}.store-nav-dropdown.align-right{left:auto;right:0}.mobile-submenu-group > summary{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:48px;padding:0 10px;border-bottom:1px solid #edf0ee;color:var(--ink);font-size:14px;font-weight:750;cursor:pointer;list-style:none}.mobile-submenu-group > summary::-webkit-details-marker{display:none}.mobile-submenu-group .mobile-caret{font-style:normal;opacity:.55;transition:transform .2s ease}.mobile-submenu-group[open] > summary .mobile-caret{transform:rotate(180deg)}.mobile-badge{font-size:10px;font-weight:800;color:var(--mc-green);background:var(--mc-mint);border-radius:99px;padding:1px 7px}.mobile-submenu-group{display:block}.mobile-submenu-group .mobile-submenu-item{display:flex;align-items:center;gap:6px}details.mobile-submenu-group[open]{background:#f4f9f7;border-radius:14px;margin:2px 0 8px;overflow:hidden}.mobile-submenu-group[open] > summary{color:var(--mc-green);border-bottom-color:transparent}.mobile-submenu-group .mobile-submenu-item{min-height:48px;margin:3px 8px;padding:10px 12px;border-radius:10px;border-bottom:0;color:var(--ink);font-size:14px;font-weight:650;letter-spacing:-.01em;display:flex;align-items:center;gap:9px;background:#fff;box-shadow:0 1px 3px rgba(14,59,51,.05)}.mobile-submenu-group .mobile-submenu-item::before{content:"";width:7px;height:7px;border-radius:50%;flex:none;background:var(--mc-green);opacity:.5}.mobile-submenu-group .mobile-submenu-item:active{background:var(--mc-mint)}.mobile-submenu-group .mobile-submenu-item:first-of-type{color:var(--mc-green);font-weight:800}.mobile-submenu-group .mobile-submenu-item:first-of-type::before{opacity:1}.hx-ico{width:1.15em;height:1.15em;flex:none;vertical-align:-.15em}.hx-paw{width:100%;height:100%}.hx-eyebrow{font-family:"Newsreader",Georgia,serif;font-style:italic;font-size:1rem;color:var(--green);letter-spacing:.01em}.hx-sec{padding-top:clamp(38px,6vw,68px)}.hx-sec:last-child{padding-bottom:clamp(38px,6vw,68px)}.hx-center{text-align:center}.hx-sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:26px}.hx-sec-head h2{font-size:clamp(1.5rem,3vw,2.15rem);font-weight:800;color:var(--deep);letter-spacing:-.02em;margin:0}.hx-sec-head p{margin:.35rem 0 0;color:var(--muted);max-width:54ch}.hx-sec-head a{white-space:nowrap;color:var(--green);font-weight:700;font-size:.95rem;text-decoration:none}.hx-sec-head a:hover{text-decoration:underline}.hx-btn{display:inline-flex;align-items:center;gap:.5em;border:0;cursor:pointer;font-family:inherit;font-weight:700;font-size:.98rem;padding:.82em 1.4em;border-radius:999px;text-decoration:none;transition:transform .15s ease,background .2s ease,box-shadow .2s ease}.hx-btn:active{transform:translateY(1px)}.hx-btn-primary{background:var(--green);color:#fff;box-shadow:0 6px 18px color-mix(in srgb,var(--green) 38%,transparent)}.hx-btn-primary:hover{background:var(--deep)}.hx-btn-ghost{background:transparent;color:var(--ink);border:1.5px solid var(--line)}.hx-btn-ghost:hover{border-color:var(--green);color:var(--green)}.hx-btn-accent{background:var(--amber);color:#3a2606}.hx-btn-accent:hover{filter:brightness(.96)}.hx-pill{display:inline-flex;align-items:center;gap:.4em;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:.34em .72em;border-radius:999px}.hx-pill-surface{background:var(--surface);color:var(--green);box-shadow:0 1px 4px rgba(40,35,20,.12)}.hx-pill-glass{background:rgba(255,255,255,.2);color:#fff}.hx-pill-sale{background:color-mix(in srgb,#d1493f 15%,var(--surface));color:#c33b31}.hx-hero{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(154px,auto);gap:14px;margin-top:24px}.hx-hero>*{border-radius:var(--theme-radius);position:relative;overflow:hidden}.hx-hero-main{grid-column:span 7;grid-row:span 2;border:1px solid var(--line);display:flex;flex-direction:column;justify-content:center;padding:clamp(24px,3.6vw,48px);background:radial-gradient(120% 120% at 100% 0%,var(--mint),transparent 55%),linear-gradient(160deg,var(--surface),var(--sand))}.hx-hero-main h1{font-size:clamp(2rem,4.4vw,3.35rem);font-weight:800;line-height:1.03;color:var(--deep);letter-spacing:-.025em;margin:.2rem 0 0}.hx-hero-main p{color:var(--muted);font-size:1.06rem;max-width:44ch;margin:1rem 0 0}.hx-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:1.5rem}.hx-hero-trust{display:flex;flex-wrap:wrap;gap:16px;margin-top:1.5rem;color:var(--muted);font-size:.85rem;font-weight:600}.hx-hero-trust span{display:inline-flex;align-items:center;gap:.4em}.hx-hero-trust .hx-ico{color:var(--green)}.hx-hero-pawbg{position:absolute;right:-36px;bottom:-46px;width:230px;height:230px;color:var(--green);opacity:.06;pointer-events:none}.hx-hero-feature{grid-column:span 5;border:1px solid var(--line);color:var(--ink);padding:22px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(155deg,var(--mint),var(--sand))}.hx-hero-feat-illo{position:absolute;right:14px;top:42px;width:120px;height:120px;color:var(--green);opacity:.5}.hx-hero-feat-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.9}.hx-hero-feature>*{position:relative}.hx-feat-name{font-size:1.25rem;font-weight:800;margin-top:8px;color:var(--deep)}.hx-feat-meta{color:var(--muted);font-size:.9rem;margin-top:2px}.hx-feat-bot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:16px;flex-wrap:wrap}.hx-feat-price{font-size:1.45rem;font-weight:800;color:var(--green)}.hx-feat-price s{color:var(--muted);font-size:.9rem;font-weight:600;margin-left:6px}.hx-hero-cat{border:1px solid var(--line);background:var(--surface);padding:18px;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;color:var(--ink);transition:transform .16s ease,box-shadow .2s ease}.hx-hero-cat:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(40,35,20,.1)}.hx-hero-cat-a{grid-column:span 3}.hx-hero-cat-b{grid-column:span 2}.hx-hero-cat-emoji{font-size:1.7rem;line-height:1}.hx-hero-cat-title{font-weight:800;font-size:1.05rem;color:var(--deep)}.hx-hero-cat-sub{color:var(--muted);font-size:.82rem}.hx-hero-cat-go{color:var(--green);font-weight:700;font-size:.84rem;display:inline-flex;align-items:center;gap:.3em;margin-top:auto}.hx-trust{margin-top:40px;background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.hx-trust-row{display:grid;grid-template-columns:repeat(var(--hx-trust-cols,4),1fr);gap:8px;padding:20px}.hx-trust-item{display:flex;align-items:center;gap:12px;padding:8px 10px}.hx-trust-ico{width:42px;height:42px;border-radius:12px;background:var(--mint);color:var(--green);display:grid;place-items:center;flex:none}.hx-trust-item b{font-size:.92rem;display:block;color:var(--deep)}.hx-trust-item small{color:var(--muted);font-size:.78rem}.hx-cats{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:132px;gap:14px}.hx-cat{position:relative;border-radius:var(--theme-radius);border:1px solid var(--line);overflow:hidden;padding:18px;display:flex;flex-direction:column;justify-content:flex-end;text-decoration:none;color:var(--deep);transition:transform .17s ease,box-shadow .2s ease}.hx-cat:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(40,35,20,.12)}.hx-cat h3{font-size:1.1rem;font-weight:800;margin:0;position:relative;z-index:1;color:var(--deep)}.hx-cat p{margin:.1rem 0 0;font-size:.82rem;position:relative;z-index:1;color:color-mix(in srgb,var(--deep) 78%,transparent)}.hx-cat-emoji{position:absolute;top:14px;right:16px;font-size:2rem;opacity:.9;z-index:1}.hx-cat-big{grid-column:span 2;grid-row:span 2}.hx-cat-big h3{font-size:1.5rem}.hx-cat-link{position:relative;z-index:1;color:var(--deep);font-weight:700;font-size:.8rem;margin-top:8px;display:inline-flex;align-items:center;gap:.3em;opacity:.85}.hx-tone-mint{background:linear-gradient(160deg,color-mix(in srgb,var(--green) 12%,var(--surface)),color-mix(in srgb,var(--green) 22%,var(--surface)))}.hx-tone-honey{background:linear-gradient(160deg,color-mix(in srgb,var(--amber) 16%,var(--surface)),color-mix(in srgb,var(--amber) 30%,var(--surface)))}.hx-tone-blue{background:linear-gradient(160deg,#e6eefb,#d3e0f5)}.hx-tone-pink{background:linear-gradient(160deg,#f7e6ec,#eecdda)}.hx-tone-sage{background:linear-gradient(160deg,#e9f0e6,#d7e6cf)}.hx-tone-lilac{background:linear-gradient(160deg,#eae7f5,#d8d2ee)}.hx-prods{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hx-pcard{background:var(--surface);border:1px solid var(--line);border-radius:var(--theme-radius);overflow:hidden;display:flex;flex-direction:column;transition:transform .17s ease,box-shadow .2s ease}.hx-pcard:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(40,35,20,.12)}.hx-pimg{aspect-ratio:1/1;position:relative;display:grid;place-items:center;border-bottom:1px solid var(--line);background:var(--mint);text-decoration:none;overflow:hidden}.hx-pimg img{width:100%;height:100%;object-fit:cover}.hx-pimg-illo{width:56%;height:56%;color:var(--green);opacity:.85}.hx-badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:6px}.hx-pbody{padding:14px;display:flex;flex-direction:column;gap:6px;flex:1}.hx-peye{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:700}.hx-pname{font-weight:700;font-size:1rem;line-height:1.25;color:var(--ink);text-decoration:none}.hx-pname:hover{color:var(--green)}.hx-pfoot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:8px}.hx-pprice{font-weight:800;font-size:1.08rem;color:var(--deep)}.hx-pprice s{color:var(--muted);font-size:.8rem;font-weight:600;margin-left:5px}.hx-qadd{width:42px;height:42px;border-radius:12px;background:var(--green);color:#fff;display:grid;place-items:center;border:0;cursor:pointer;text-decoration:none;transition:transform .15s ease,background .2s ease;flex:none}.hx-qadd:hover{background:var(--deep);transform:scale(1.06)}.hx-campaign{border-radius:calc(var(--theme-radius) + 6px);overflow:hidden;position:relative;color:#fff;padding:clamp(28px,4vw,48px);background:radial-gradient(120% 140% at 0% 0%,color-mix(in srgb,#ffffff 26%,var(--hx-campaign-bg,#17796A)),transparent 58%),linear-gradient(140deg,color-mix(in srgb,#ffffff 8%,var(--hx-campaign-bg,#17796A)),var(--hx-campaign-bg,#17796A))}.hx-campaign h2{font-size:clamp(1.6rem,3.4vw,2.35rem);font-weight:800;margin:12px 0 0;max-width:none;color:#fff;letter-spacing:-.02em}.hx-campaign p{opacity:.92;margin:.6rem 0 0;max-width:60ch}.hx-campaign-pawbg{position:absolute;right:-30px;bottom:-56px;width:280px;height:280px;color:#fff;opacity:.1;pointer-events:none}.hx-cd{display:flex;gap:10px;margin-top:22px;flex-wrap:wrap}.hx-cd-box{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.2);border-radius:14px;padding:10px 14px;text-align:center;min-width:62px}.hx-cd-num{font-size:1.6rem;font-weight:800;font-variant-numeric:tabular-nums;line-height:1}.hx-cd-lbl{font-size:.64rem;text-transform:uppercase;letter-spacing:.08em;opacity:.82;margin-top:4px}.hx-campaign .hx-btn{margin-top:24px;position:relative}.hx-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--theme-radius);padding:clamp(24px,4vw,44px)}.hx-panel h2{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:var(--deep);margin:0 0 24px}.hx-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hx-step span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--mint);color:var(--green);font-weight:800;margin-bottom:10px}.hx-step b{display:block;color:var(--deep);font-size:1.05rem}.hx-step p{margin:.3rem 0 0;color:var(--muted);font-size:.92rem}.hx-quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hx-quote{margin:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--theme-radius);padding:22px}.hx-quote .hx-stars{color:var(--amber);letter-spacing:1px}.hx-quote p{margin:.6rem 0;color:var(--ink)}.hx-quote small{color:var(--muted);font-weight:600}.hx-faq details{border:1px solid var(--line);border-radius:14px;background:var(--surface);margin-bottom:10px;overflow:hidden}.hx-faq summary{list-style:none;cursor:pointer;padding:16px 18px;font-weight:700;color:var(--deep);display:flex;align-items:center;justify-content:space-between;gap:12px}.hx-faq summary::-webkit-details-marker{display:none}.hx-faq summary .hx-ico{transform:rotate(90deg);color:var(--green);flex:none;transition:transform .2s ease}.hx-faq details[open] summary .hx-ico{transform:rotate(-90deg)}.hx-faq-a{padding:0 18px 16px;color:var(--muted);font-size:.94rem}.hx-blog{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.hx-blogcard{position:relative;display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid var(--line);border-radius:var(--theme-radius);background:var(--surface);color:var(--ink);transition:transform .15s ease,box-shadow .2s ease}.hx-blogcard:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(40,35,20,.1)}.hx-blog-thumb{aspect-ratio:16/9;border-radius:12px;display:grid;place-items:center;color:var(--green);overflow:hidden}.hx-blog-thumb-img{padding:0}.hx-blog-thumb img{width:100%;height:100%;object-fit:cover;display:block}.hx-blog-thumb .hx-paw{width:40px;height:40px}.hx-blog-meta{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-weight:700}.hx-blogcard h3{font-size:1rem;margin:4px 0;line-height:1.28;color:var(--deep)}.hx-blog-link{color:inherit;text-decoration:none}.hx-blog-link::after{content:"";position:absolute;inset:0;border-radius:inherit}.hx-blog-thumb{position:relative;z-index:1}.hx-blogcard:focus-within{box-shadow:0 0 0 2px var(--green)}.hx-blogcard p{margin:0;font-size:.85rem;color:var(--muted)}.hx-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;background:var(--deep);color:#fff;border-radius:calc(var(--theme-radius) + 4px);padding:clamp(24px,3.5vw,40px)}.hx-cta h2{color:#fff;font-size:clamp(1.3rem,2.6vw,1.8rem);font-weight:800;margin:0}.hx-cta p{opacity:.9;margin:.4rem 0 0}.hx-js .hx-reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.hx-reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.hx-reveal{opacity:1;transform:none;transition:none}}@media (max-width:960px){.hx-hero-main{grid-column:1/-1;grid-row:auto}.hx-hero-feature{grid-column:1/-1}.hx-hero-cat-a{grid-column:span 6}.hx-hero-cat-b{grid-column:span 6}.hx-trust-row{grid-template-columns:repeat(2,1fr)}.hx-cats{grid-template-columns:repeat(2,1fr)}.hx-cat-big{grid-column:span 2;grid-row:span 1}.hx-prods{grid-template-columns:repeat(2,1fr)}.hx-steps{grid-template-columns:1fr}.hx-quotes{grid-template-columns:1fr}.hx-blog{grid-template-columns:1fr}.hx-sec-head{flex-direction:column;align-items:flex-start}}@media (max-width:560px){.hx-hero-cat-a,.hx-hero-cat-b{grid-column:1/-1}.hx-cats{grid-template-columns:1fr 1fr;grid-auto-rows:118px}.hx-prods{grid-template-columns:1fr 1fr}}.review-card > .review-head{display:flex;align-items:flex-start;gap:12px}.review-card > .review-head .review-avatar{flex:0 0 auto}.review-ident{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.review-ident-top{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.review-ident-top strong{font-size:15px;line-height:1.2}.review-ident-top .review-card-stars{margin:0;flex:0 0 auto;white-space:nowrap;line-height:1}.review-ident-sub{display:flex;align-items:center;gap:8px;flex-wrap:wrap;row-gap:4px}.review-ident-sub .review-date{color:var(--soft);font-size:12.5px;white-space:nowrap}.review-card .review-badges{margin:0;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.review-card .review-badges span{margin:0;padding:2px 8px;font-size:11px;line-height:1.6;border-radius:999px}@media(max-width:620px){.review-card > .review-head{gap:10px}.review-ident-top strong{font-size:14.5px}.review-ident-top .review-card-stars{font-size:13px}.review-card .review-badges span{font-size:10.5px;padding:1px 7px}}@media(max-width:620px){.blog-grid{gap:12px}.blog-card.blog-card-large{display:grid;grid-template-columns:118px minmax(0,1fr);border-radius:16px}.blog-card.blog-card-large .blog-card-media{height:100%;min-height:0;aspect-ratio:auto;padding:0}.blog-card.blog-card-large .blog-card-media img{width:100%;height:100%;object-fit:cover;background:#edf3f1}.blog-card.blog-card-large .blog-card-body{display:flex;flex-direction:column;padding:13px 14px}.blog-card.blog-card-large .blog-kicker{font-size:10.5px;letter-spacing:.04em}.blog-card.blog-card-large h2{margin:5px 0 5px;font-size:15.5px;line-height:1.32;-webkit-line-clamp:3}.blog-card.blog-card-large .blog-card-body p{display:-webkit-box;overflow:hidden;margin:0;font-size:12.5px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.blog-card.blog-card-large .blog-card-footer{margin-top:9px;gap:8px}.blog-card.blog-card-large .blog-meta{gap:8px;font-size:11.5px}.blog-card.blog-card-large .blog-card-footer > a{font-size:12.5px;white-space:nowrap}}.catalog-page > *,.blog-main > *,.product-page > *{min-width:0}@media(max-width:768px){.hx-home{display:flex;flex-direction:column}.hx-s-hero{order:1}.hx-s-trust-badges{order:2}.hx-s-featured-products{order:3}.hx-s-category-grid{order:4}.hx-s-campaign{order:5}.hx-s-content-columns{order:6}.hx-s-testimonials{order:7}.hx-s-faq{order:8}.hx-s-newsletter{order:9}.hx-s-blog-highlights{order:10}.hx-s-call-to-action{order:11}.hx-hero{margin-top:14px;gap:10px;grid-auto-rows:auto}.hx-hero-main{padding:22px 20px}.hx-hero-main h1{font-size:clamp(1.65rem,7.4vw,2.2rem);line-height:1.1}.hx-hero-main p{margin-top:.65rem;font-size:.95rem;line-height:1.5}.hx-eyebrow{font-size:.9rem}.hx-hero-actions{margin-top:1.1rem;gap:9px}.hx-hero-actions .hx-btn{padding:.75em 1.15em;font-size:.92rem}.hx-hero-trust{margin-top:1.05rem;gap:10px 14px;font-size:.79rem}.hx-hero-pawbg{display:none}.hx-hero-feature{padding:16px}.hx-hero-feat-illo{width:78px;height:78px;top:16px;right:10px;opacity:.4}.hx-feat-name{margin-top:6px;font-size:1.08rem}.hx-feat-meta{font-size:.83rem}.hx-feat-bot{margin-top:12px}.hx-feat-price{font-size:1.25rem}.hx-sec{padding-top:clamp(26px,5vw,38px)}.hx-sec-head{margin-bottom:16px;gap:8px}.hx-sec-head h2{font-size:clamp(1.3rem,5.2vw,1.6rem)}.hx-sec-head p{font-size:.88rem}.hx-trust{margin-top:26px}.hx-trust-row{padding:14px 20px}.hx-trust-item{gap:10px;padding:6px 4px}.hx-trust-ico{width:36px;height:36px;border-radius:10px}.hx-trust-item b{font-size:.85rem}.hx-trust-item small{font-size:.73rem}}@media(max-width:560px){.hx-hero-cat-a,.hx-hero-cat-b{grid-column:span 6}.hx-hero-cat{padding:13px}.hx-hero-cat-emoji{font-size:1.4rem}.hx-hero-cat-title{font-size:.95rem}.hx-hero-cat-sub{font-size:.75rem}.hx-hero-cat-go{margin-top:8px;font-size:.78rem}.hx-cats{grid-auto-rows:112px;gap:10px}.hx-cat{padding:13px}.hx-cat h3{font-size:.98rem}.hx-cat-big h3{font-size:1.2rem}.hx-cat p{font-size:.75rem}.hx-cat-emoji{top:10px;right:12px;font-size:1.5rem}.hx-prods{gap:11px}.hx-pbody{padding:11px;gap:4px}.hx-pname{font-size:.9rem}.hx-pprice{font-size:.98rem}.hx-qadd{width:38px;height:38px}.hx-campaign{padding:22px 18px}.hx-cd-box{min-width:56px;padding:8px 11px}.hx-cd-num{font-size:1.35rem}}.hx-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hx-news{background:var(--surface);border:1px solid var(--line);border-radius:calc(var(--theme-radius) + 6px);padding:clamp(26px,4vw,44px);text-align:center;background-image:radial-gradient(120% 130% at 50% 0%,var(--mint),transparent 62%)}.hx-news h2{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:var(--deep);margin:.2rem 0 0}.hx-news > p{color:var(--muted);margin:.55rem auto 0;max-width:50ch}.hx-news-form{display:flex;gap:10px;max-width:460px;margin:22px auto 0}.hx-news-form input[type=email]{flex:1;min-width:0;border:1.5px solid var(--line);background:var(--surface);border-radius:999px;padding:.85em 1.2em;font:inherit;color:var(--ink);outline:0}.hx-news-form input[type=email]:focus{border-color:var(--green);box-shadow:0 0 0 3px color-mix(in srgb,var(--green) 18%,transparent)}.hx-news-form .hx-btn{flex:0 0 auto}.hx-news-note{display:block;margin-top:12px;color:var(--muted);font-size:.78rem}.hx-news-msg,.hx-news-status{margin:16px auto 0;max-width:460px;padding:.7em 1em;border-radius:14px;font-size:.9rem;font-weight:600}.hx-news-msg.is-ok,.hx-news-status.is-ok{background:var(--mint);color:var(--deep)}.hx-news-msg.is-err,.hx-news-status.is-err{background:color-mix(in srgb,#d1493f 12%,var(--surface));color:#b23c33}.hx-news-form[data-busy] button{opacity:.6;pointer-events:none}@media(max-width:560px){.hx-news{padding:24px 18px}.hx-news-form{flex-direction:column;gap:8px}.hx-news-form .hx-btn{justify-content:center;width:100%}}.catalog-empty-rich{text-align:center}.catalog-empty-search{display:flex;gap:8px;max-width:420px;margin:18px auto 0}.catalog-empty-search input{flex:1;min-width:0;border:1.5px solid var(--line);background:var(--surface);border-radius:999px;padding:.75em 1.1em;font:inherit;color:var(--ink);outline:0}.catalog-empty-search input:focus{border-color:var(--green);box-shadow:0 0 0 3px color-mix(in srgb,var(--green) 18%,transparent)}.catalog-empty-tips{display:inline-block;margin:16px auto 0;padding:0;text-align:left;list-style:none;color:var(--muted);font-size:.88rem}.catalog-empty-tips li{position:relative;padding-left:18px;margin:5px 0}.catalog-empty-tips li::before{content:'·';position:absolute;left:6px;color:var(--green);font-weight:800}.catalog-empty-chips{margin-top:22px}.catalog-empty-chips-label{display:block;margin-bottom:9px;color:var(--muted);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.catalog-empty-chips > div{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.catalog-empty-chips a{display:inline-flex;align-items:center;gap:6px;padding:.5em 1em;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink);text-decoration:none;font-size:.9rem;font-weight:600;transition:border-color .18s ease,color .18s ease}.catalog-empty-chips a:hover{border-color:var(--green);color:var(--green)}.catalog-empty-chips a small{color:var(--muted);font-size:.76rem;font-weight:700}.catalog-empty-all{margin-top:20px}.catalog-empty-suggest{margin-top:34px}@media(max-width:560px){.catalog-empty-search{flex-direction:column}.catalog-empty-search .btn{width:100%}.catalog-empty-suggest .hx-prods{grid-template-columns:1fr 1fr}}.recent-strip{padding-top:36px;padding-bottom:8px}.recent-title{font-size:1.1rem;font-weight:700;color:var(--deep);margin:0 0 14px}.recent-list{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.recent-card{display:block;min-width:0;text-decoration:none;color:var(--ink)}.recent-card img,.recent-ph{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px;background:var(--sand);margin-bottom:7px}.recent-name{display:-webkit-box;overflow:hidden;font-size:.82rem;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.recent-price{display:block;margin-top:3px;font-size:.82rem;font-weight:700;color:var(--deep)}@media(max-width:900px){.recent-list{grid-template-columns:repeat(4,1fr)}}@media(max-width:560px){.recent-list{grid-template-columns:repeat(3,1fr);gap:9px}}.track-form{margin-top:26px;padding:22px;border:1px solid var(--line);border-radius:var(--theme-radius);background:var(--surface)}.track-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px}.track-form input{width:100%;border:1px solid var(--line);border-radius:10px;padding:.72em 1em;font:inherit;color:var(--ink);background:var(--surface);outline:0}.track-form input:focus{border-color:var(--green);box-shadow:0 0 0 3px color-mix(in srgb,var(--green) 16%,transparent)}.track-hint{margin-top:10px;color:var(--muted);font-size:.84rem}.track-error{margin-top:18px;padding:.85em 1.1em;border-radius:10px;background:color-mix(in srgb,#d1493f 12%,var(--surface));color:#b23c33;font-weight:600}.track-result{margin-top:26px;border:1px solid var(--line);border-radius:var(--theme-radius);background:var(--surface);overflow:hidden}.track-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px;border-bottom:1px solid var(--line);flex-wrap:wrap}.track-head h2{margin:4px 0;font-size:1.25rem;color:var(--deep)}.track-head p{color:var(--muted);font-size:.9rem;margin:0}.track-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--muted)}.track-badge{padding:.4em 1em;border-radius:999px;background:var(--mint);color:var(--deep);font-weight:700;font-size:.85rem;white-space:nowrap}.track-badge.is-cancelled{background:color-mix(in srgb,#d1493f 14%,var(--surface));color:#b23c33}.track-steps{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:0;padding:22px;border-bottom:1px solid var(--line)}.track-steps li{position:relative;text-align:center;color:var(--muted);font-size:.84rem}.track-steps li::before{content:'';position:absolute;top:13px;left:-50%;width:100%;height:2px;background:var(--line)}.track-steps li:first-child::before{display:none}.track-steps li.is-done{color:var(--deep);font-weight:600}.track-steps li.is-done::before{background:var(--green)}.track-dot{position:relative;z-index:1;display:grid;place-items:center;width:28px;height:28px;margin:0 auto 8px;border-radius:999px;border:2px solid var(--line);background:var(--surface);color:#fff;font-size:.8rem}.track-steps li.is-done .track-dot{background:var(--green);border-color:var(--green)}.track-cargo{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 22px;border-bottom:1px solid var(--line);flex-wrap:wrap}.track-cargo strong{display:block;margin-top:3px;color:var(--deep)}.track-items{width:100%;border-collapse:collapse}.track-items td{padding:13px 22px;border-bottom:1px solid var(--line-soft,#f0f2f0);font-size:.92rem}.track-items small{display:block;color:var(--muted);font-size:.8rem;margin-top:2px}.track-qty{color:var(--muted);white-space:nowrap}.track-amount{text-align:right;white-space:nowrap;font-weight:600}.track-items tfoot td{border-bottom:0;padding-top:9px;padding-bottom:9px;color:var(--muted)}.track-items tfoot .track-total td{border-top:1px solid var(--line);padding-top:14px;font-size:1.05rem;font-weight:700;color:var(--deep)}@media(max-width:640px){.track-fields{grid-template-columns:1fr}.track-steps{grid-template-columns:repeat(2,1fr);row-gap:18px}.track-steps li::before{display:none}}.installment{margin-top:16px;border:1px solid var(--line);border-radius:12px;overflow:hidden}.installment summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 15px;font-size:.9rem;font-weight:600;color:var(--deep);cursor:pointer;list-style:none}.installment summary::-webkit-details-marker{display:none}.installment summary::after{content:'+';font-size:1.2rem;font-weight:400;color:var(--muted)}.installment[open] summary::after{content:'−'}.installment table{width:100%;border-collapse:collapse;font-size:.88rem}.installment th,.installment td{padding:9px 15px;border-top:1px solid var(--line);text-align:left}.installment th{color:var(--muted);font-weight:600;background:color-mix(in srgb,var(--bg) 55%,var(--surface))}.installment td:last-child,.installment th:last-child{text-align:right}.installment-note{padding:10px 15px;color:var(--muted);font-size:.78rem;border-top:1px solid var(--line)}.skip-to-content{position:absolute;left:-9999px;top:0;z-index:200;padding:12px 18px;background:var(--deep,#0e3b33);color:#fff;font-weight:700;border-radius:0 0 10px 0;text-decoration:none}.skip-to-content:focus{left:0}.profile-avatar-picker{position:relative;max-width:100%}.profile-avatar-editor,.profile-avatar-editor > *{min-width:0}.profile-avatar-picker input[type="file"]{position:absolute;width:1px;height:1px;padding:0;margin:0;border:0;opacity:0;overflow:hidden;clip-path:inset(50%)}.hx-pill-sale{color:#a81e14}footer.site h3,footer.site h4{color:#9fc9bc}.variant-option-pricing del,.product-fit-card small,.blog-meta span,.blog-card-footer .blog-meta span{color:#55625e}.review-login-reply{display:inline-flex;align-items:center;min-height:44px}.blog-post-neighbors span,.blog-comment-privacy span{color:#55625e}.blog-comment-privacy a{color:inherit;text-decoration:underline;text-underline-offset:2px}.catalog-fav{width:48px;height:48px;top:4px;right:4px;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.catalog-fav::before{content:"";position:absolute;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.92);box-shadow:0 3px 10px rgba(14,59,51,.15);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.catalog-fav svg{position:relative}.installment{margin-top:16px}.installment td small{display:inline-block;margin-left:6px;color:#0f5f52;font-weight:700}.hx-campaign-split{display:grid;grid-template-columns:1.35fr .9fr;gap:clamp(20px,4vw,44px);align-items:center}.hx-campaign-copy{min-width:0}.hx-campaign-aside{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.hx-campaign-aside .hx-cd{margin-top:0}.hx-campaign-aside .hx-btn{margin-top:18px}@media(max-width:820px){.hx-campaign-split{grid-template-columns:1fr;gap:20px}}.hx-blog-all{margin-top:22px;text-align:center}.blog-post-neighbors{display:flex;flex-wrap:wrap;grid-template-columns:none}.blog-post-neighbors>div{flex:1 1 240px;min-width:0}.blog-neighbor-next{text-align:right;margin-left:auto}.share-menu{position:relative;display:inline-block}.share-menu > summary{list-style:none;display:inline-flex;align-items:center;gap:8px;cursor:pointer;padding:9px 16px;border:1px solid var(--line,#d6e1dd);border-radius:999px;background:var(--surface,#fff);color:var(--deep,#153f37);font-size:14px;font-weight:800}.share-menu > summary::-webkit-details-marker{display:none}.share-menu > summary svg{width:17px;height:17px}.share-menu > summary:hover{border-color:var(--green,#1d6a5a);color:var(--green,#1d6a5a)}.share-menu[open] > summary{border-color:var(--green,#1d6a5a);color:var(--green,#1d6a5a)}.share-panel{position:absolute;z-index:40;top:calc(100% + 8px);left:0;min-width:230px;display:flex;flex-direction:column;gap:2px;padding:8px;border:1px solid var(--line,#dce5e1);border-radius:16px;background:var(--surface,#fff);box-shadow:0 16px 40px rgba(14,59,51,.16)}.share-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:0;border-radius:11px;background:none;color:var(--ink,#14201d);font-size:14px;font-weight:700;text-align:left;text-decoration:none;cursor:pointer}.share-item svg{width:22px;height:22px;flex:0 0 22px}.share-item:hover{background:var(--mint,#e6f0ec)}.share-whatsapp svg{color:#25d366}.share-facebook svg{color:#1877f2}.share-x svg{color:#111}.share-telegram svg{color:#29a9eb}.share-mail svg{color:#e0663a}.share-copy svg{color:var(--green,#1d6a5a)}.share-panel{max-width:calc(100vw - 32px)}.product-top-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:10px}.product-top-row .product-tags{margin:0}.product-top-row .share-menu{margin-left:auto}.product-top-row .share-toggle{padding:6px 13px;font-size:13px;gap:6px}.product-top-row .share-toggle svg{width:15px;height:15px}.product-top-row .share-panel{left:auto;right:0}.product-detail-description ul,.product-detail-description ol{margin:0 0 17px;padding-left:1.25em;color:var(--muted)}.product-detail-description li{font-size:15px;line-height:1.85;color:var(--muted)}.product-detail-description li + li{margin-top:4px}.product-detail-accordions .rich-content,.product-detail-accordions .rich-content p,.product-detail-accordions .rich-content li,.product-detail-accordions > details > div > p{font-size:15px;line-height:1.85;color:var(--muted)}.product-detail-accordions .rich-content > :first-child{margin-top:0}.product-detail-accordions .rich-content > :last-child{margin-bottom:0}.product-detail-accordions .rich-content ul,.product-detail-accordions .rich-content ol{padding-left:1.25em;margin:0 0 14px}.product-detail-accordions .rich-content li + li{margin-top:4px}.product-faq details > .rich-content{max-width:82ch;margin:-2px 48px 22px 4px;color:var(--muted);font-size:15px;line-height:1.85}.product-faq details > .rich-content > p{margin:0 0 10px}.product-faq details > .rich-content > :last-child{margin-bottom:0}.product-faq details > .rich-content ul,.product-faq details > .rich-content ol{margin:0 0 10px;padding-left:1.25em}.product-faq details > .rich-content li + li{margin-top:4px}@media (max-width:640px){.product-faq details > .rich-content{margin-right:8px}}@media (max-width:640px){.product-faq summary{font-size:15px}}.hx-btn-primary:hover,.hx-qadd:hover,.addbtn:hover,.btn-primary:hover,.catalog-add-btn:hover,.cartbtn:hover{color:#fff}.variant-swatch{flex:0 0 auto;width:22px;height:22px;margin-right:10px;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px var(--line),0 1px 3px rgba(14,59,51,.18)}.variant-option input:checked ~ .variant-swatch,.variant-option:has(input:checked) .variant-swatch{box-shadow:0 0 0 2px var(--green),0 1px 3px rgba(14,59,51,.18)}.product-options{margin-top:18px;padding:0;border:0}.product-options legend{padding:0;margin-bottom:10px;color:var(--deep);font-size:.82rem;font-weight:800;letter-spacing:.02em}.product-option-list{display:flex;flex-wrap:wrap;gap:9px}.product-option{position:relative;display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink);font-size:.88rem;font-weight:650;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.product-option input{position:absolute;opacity:0;pointer-events:none}.product-option:hover{border-color:var(--green)}.product-option:has(input:checked){border-color:var(--green);box-shadow:0 0 0 1px var(--green)}.product-option:has(input:focus-visible){outline:2px solid var(--green);outline-offset:2px}.product-option-swatch{flex:0 0 auto;width:18px;height:18px;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px var(--line)}.product-option:has(input:checked) .product-option-swatch{box-shadow:0 0 0 1px var(--green)}.catalog-product-footer > div > del{color:var(--muted);font-size:11px}.catalog-product-tags span{color:var(--deep)}footer.site .cols h2{font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#A8CFC3;margin:0 0 6px}footer.site .footer-brand{color:#fff}@media (max-width:700px){footer.site .cols{grid-template-columns:1fr 1fr;gap:0 18px;padding:22px 16px 6px}footer.site .cols > div:first-child,footer.site .cols > div:last-child{grid-column:1 / -1}footer.site .cols > div:first-child{padding-bottom:16px;margin-bottom:14px;border-bottom:1px solid rgba(207,232,223,.16)}footer.site .cols > div:last-child{margin-top:8px;padding-top:16px;border-top:1px solid rgba(207,232,223,.16)}footer.site .cols p{margin:6px 0 0;font-size:13.5px}footer.site .bottom .in{flex-direction:column;gap:6px;text-align:center}}.mobile-submenu-item.has-thumb{display:flex;align-items:center;gap:12px}.mobile-submenu-item.has-thumb::before{display:none}.mobile-submenu-thumb{flex:none;width:40px;height:40px;border-radius:10px;object-fit:cover;background:var(--mint);box-shadow:0 1px 3px rgba(16,32,40,.12)}.mobile-submenu-thumb.is-empty{background:color-mix(in srgb,var(--line) 55%,transparent);box-shadow:none}.mobile-submenu-item .mobile-submenu-text{flex:1 1 auto;min-width:0}.header-search-category{display:flex;align-items:center;gap:10px;padding:8px;border-radius:11px;color:var(--deep);font-size:13.5px;font-weight:700;text-decoration:none}.header-search-category:hover,.header-search-category:focus,.header-search-category[aria-selected="true"]{background:var(--mint);text-decoration:none}.header-search-category-icon{flex:none;display:grid;place-items:center;width:48px;height:32px;border-radius:9px;background:var(--mint);color:var(--green);font-size:15px;font-weight:400}.header-search-category-name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-search-category-go{flex:none;color:var(--soft);font-size:16px}.header-search-result{grid-template-columns:48px minmax(0,1fr) 92px}.header-search-result strong{text-align:right;font-variant-numeric:tabular-nums}.header-search-result small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-search-result[aria-selected="true"]{background:var(--mint)}.search-result-label:not(:first-child){margin-top:6px;padding-top:12px;border-top:1px solid var(--line)}@media (max-width:640px){.header-search-result{grid-template-columns:42px minmax(0,1fr)}.header-search-result strong{justify-self:end;text-align:right;margin-top:2px}.header-search-category{padding:8px}.header-search-category-icon{width:42px}}.footer-payments{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;max-width:1180px;margin:0 auto;padding:4px 16px 20px}.footer-payments-label{font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#A8CFC3}.footer-payment-list{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.footer-payment-badge{display:grid;place-items:center;width:52px;height:34px;padding:3px 4px;border-radius:7px;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.18)}.footer-payment-badge img,.footer-payment-badge svg{display:block;width:100%;height:100%;object-fit:contain}@media (max-width:700px){.footer-payments{justify-content:center;padding:0 16px 18px;border-top:1px solid rgba(207,232,223,.16);padding-top:16px}}.payment-card-page{padding:28px 16px 48px}.payment-card-head{max-width:640px;margin:0 auto 22px;text-align:center}.payment-card-head h1{margin:0 0 6px;font-size:clamp(22px,3vw,28px);color:var(--deep)}.payment-card-head p{margin:0;color:var(--muted);font-size:14px}.payment-card-layout{display:grid;gap:20px;align-items:start;grid-template-columns:minmax(0,1.3fr) minmax(260px,.85fr);max-width:960px;margin:0 auto}@media (max-width:860px){.payment-card-layout{grid-template-columns:1fr}}.card-form{display:grid;gap:14px;padding:22px;border:1px solid var(--line);border-radius:var(--theme-radius,18px);background:var(--surface)}.card-field{display:block;position:relative}.card-field > span{display:block;margin-bottom:6px;font-size:12.5px;font-weight:700;color:var(--deep)}.card-field input{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--ink);font-size:16px;font-variant-numeric:tabular-nums;transition:border-color .12s,box-shadow .12s}.card-field input:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px color-mix(in srgb,var(--green) 18%,transparent)}.card-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.card-error{display:block;margin-top:5px;font-size:12px;color:#B3261E;font-style:normal}.card-field:has(.card-error:not([hidden])) input{border-color:#B3261E}.card-brand{position:absolute;right:12px;bottom:11px;width:34px;height:22px;border-radius:4px;background:var(--sand) center/70% no-repeat;opacity:0;transition:opacity .15s}.card-brand[data-brand="visa"],.card-brand[data-brand="mastercard"],.card-brand[data-brand="troy"],.card-brand[data-brand="amex"]{opacity:1}.card-brand[data-brand="visa"]{background-image:url('/assets/payment/visa.webp');background-color:#fff}.card-brand[data-brand="mastercard"]{background-image:url('/assets/payment/mastercard.webp');background-color:#fff}.card-brand[data-brand="troy"]{background-image:url('/assets/payment/troy.webp');background-color:#fff}.card-submit{margin-top:4px;padding:14px 18px;border:0;border-radius:12px;background:var(--green);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:background .12s}.card-submit:hover:not(:disabled){background:var(--deep);color:#fff}.card-submit:disabled{opacity:.65;cursor:progress}.card-secure-note{display:flex;align-items:center;justify-content:center;gap:7px;margin:2px 0 0;color:var(--muted);font-size:12.5px}.card-secure-note svg{width:15px;height:15px;flex:none}.card-3d{margin-top:16px;border:1px solid var(--line);border-radius:var(--theme-radius,18px);background:var(--surface);overflow:hidden}.card-3d-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;border-bottom:1px solid var(--line);font-size:12.5px;font-weight:700;color:var(--deep)}.card-3d-back{border:0;background:none;padding:0;color:var(--muted);font:inherit;font-weight:600;font-size:12px;text-decoration:underline;cursor:pointer}.card-3d-back:hover{color:var(--deep)}.card-3d iframe{display:block;width:100%;min-height:620px;border:0;background:#fff}.card-3d{margin-top:0}.payment-card-summary{border:1px solid var(--line);border-radius:var(--theme-radius,18px);background:var(--surface);padding:18px}.payment-card-summary h2{margin:0 0 12px;font-size:15px;color:var(--deep)}.payment-card-order{display:flex;justify-content:space-between;gap:10px;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid var(--line);font-size:13px;color:var(--muted)}.payment-card-items{list-style:none;margin:0 0 12px;padding:0;display:grid;gap:8px}.payment-card-items li{display:flex;justify-content:space-between;gap:12px;font-size:13.5px}.payment-card-items small{display:block;color:var(--muted);font-size:11.5px}.payment-card-total{display:flex;justify-content:space-between;align-items:baseline;padding-top:12px;border-top:1px solid var(--line)}.payment-card-total strong{font-size:20px;color:var(--deep)}.payment-card-trust{list-style:none;margin:14px 0 0;padding:0;display:grid;gap:6px;font-size:12.5px;color:var(--muted)}.payment-card-trust li{padding-left:18px;position:relative}.payment-card-trust li::before{content:'✓';position:absolute;left:0;color:var(--green);font-weight:700}.payment-card-cancel{display:block;margin-top:14px;text-align:center;font-size:13px;color:var(--muted)}