@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Raleway:wght@300;400;500;600;700;800&display=swap";:root{--bg: oklch(97.5% .01 148);--surface: oklch(99.5% .004 148);--fg: oklch(16% .03 160);--muted: oklch(51% .016 155);--border: oklch(91% .018 152);--accent: oklch(50% .21 148);--accent-light: oklch(95% .08 148);--accent-mid: oklch(87% .13 148);--rose: oklch(94% .045 18);--sun: oklch(95% .07 88);--sky: oklch(94% .045 220);--font-display: "Lora", "Newsreader", "Iowan Old Style", Georgia, serif;--font-body: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--r-sm: 8px;--r-md: 12px;--r-lg: 20px;--r-xl: 32px;--r-btn: 14px;--max-w: 1280px;--pad: 48px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--fg);font-family:var(--font-body);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font-family:inherit}button{cursor:pointer}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--r-sm)}.container{max-width:var(--max-w);margin:0 auto;padding:0 var(--pad)}.topbar{background:var(--fg);color:#e3ddd6;font-size:12.5px;height:36px;display:flex;align-items:center}.topbar .container{width:100%;display:flex;align-items:center;justify-content:space-between}.topbar-left,.topbar-right{display:flex;align-items:center;gap:20px}.topbar-pill{background:var(--accent);color:#fff;border-radius:999px;padding:2px 10px;font-size:11px;font-weight:700;letter-spacing:.04em}.topbar a{color:#bcb6b1}.topbar a:hover{color:#fff}.header{position:sticky;top:0;z-index:200;height:70px;background:color-mix(in oklch,var(--surface) 92%,transparent);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header .container{height:100%;display:flex;align-items:center;gap:34px}.logo{font-family:var(--font-display);font-size:23px;font-weight:600;letter-spacing:-.025em;white-space:nowrap;flex-shrink:0;display:flex;align-items:center}.logo span,.logo-accent{color:var(--accent)}.logo-img{display:block;object-fit:contain}.search,.search-wrap{flex:1;max-width:480px;position:relative}.search-wrap{max-width:520px}.search input,.search-wrap input{width:100%;height:42px;border:1.5px solid var(--border);border-radius:999px;background:var(--bg);font-size:14px;color:var(--fg);padding:0 46px 0 18px;outline:none;transition:border-color .15s}.search input:focus,.search-wrap input:focus{border-color:var(--accent)}.search input::placeholder,.search-wrap input::placeholder{color:var(--muted)}.search button,.search-wrap button,.search-btn{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:var(--accent);border:none;display:grid;place-items:center}.search button svg,.search-wrap button svg,.search-btn svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round}.nav{display:flex;align-items:center;gap:18px;margin-left:auto}.header-nav{display:flex;align-items:center;gap:28px;margin-left:auto;flex-shrink:0}.nav a,.nav-link,.nav-menu-trigger{height:38px;display:inline-flex;align-items:center;gap:6px;border:0;background:none;font-size:14px;font-weight:600;color:var(--muted);white-space:nowrap;transition:color .15s,background .15s;border-radius:999px;padding:0 11px}.nav a:hover,.nav a.active,.nav-link:hover,.nav-link.active,.nav-menu-trigger:hover,.nav-menu-trigger.active{color:var(--fg);background:var(--bg)}.nav-link.active{color:var(--accent);font-weight:700}.nav-menu-trigger svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transition:transform .15s}.nav-menu-trigger.active svg{transform:rotate(180deg)}.nav-hamburger{display:none;width:44px;height:44px;align-items:center;justify-content:center;background:none;border:none;color:var(--fg);border-radius:var(--r-sm);flex-shrink:0;transition:background .15s}.nav-hamburger:hover{background:var(--bg)}.nav-hamburger svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.actions,.header-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.header-actions{gap:8px}.icon-btn{width:44px;height:44px;display:grid;place-items:center;background:none;border:none;color:var(--fg);border-radius:var(--r-sm);position:relative;transition:background .15s}.icon-btn:hover{background:var(--bg)}.icon-btn svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.badge{position:absolute;top:6px;right:6px;width:16px;height:16px;background:var(--accent);color:#fff;border-radius:50%;font-size:9px;font-weight:800;display:grid;place-items:center;border:1.5px solid var(--surface)}.btn-account{display:flex;align-items:center;gap:8px;height:38px;padding:0 16px;background:none;border:1.5px solid var(--border);border-radius:var(--r-xl);font-size:13.5px;font-weight:600;color:var(--fg);transition:border-color .15s}.btn-account:hover{border-color:var(--accent)}.btn-account svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mega-menu{position:absolute;left:0;right:0;top:70px;z-index:45;display:none;background:color-mix(in oklch,var(--surface) 96%,white);border-bottom:1px solid var(--border);box-shadow:0 22px 70px #0211091a}.mega-menu.open{display:block}.mega-panel{display:none}.mega-panel.active{display:block}.mega-inner{max-width:var(--max-w);margin:0 auto;padding:28px var(--pad) 30px;display:grid;grid-template-columns:1.15fr 1fr 1fr 1fr;gap:18px}.mega-feature{min-height:250px;border-radius:var(--r-lg);border:1px solid var(--border);background:linear-gradient(145deg,var(--accent-light),var(--surface));padding:24px;display:flex;flex-direction:column;justify-content:space-between}.mega-feature.blog{background:linear-gradient(145deg,var(--sun),var(--surface))}.mega-kicker{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:10px}.mega-title{font-family:var(--font-display);font-size:30px;line-height:1.04;letter-spacing:-.03em;font-weight:600;max-width:280px;text-wrap:balance}.mega-copy{color:var(--muted);font-size:13.5px;line-height:1.6;max-width:300px;margin-top:12px}.mega-cta{height:40px;width:fit-content;padding:0 18px;border-radius:999px;background:var(--accent);color:#fff;font-size:13px;font-weight:800;display:inline-flex;align-items:center;gap:8px}.mega-cta svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.mega-col{border-left:1px solid var(--border);padding-left:20px}.mega-heading{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}.mega-link{min-height:48px;border-radius:var(--r-sm);padding:8px 10px;margin-left:-10px;display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;transition:background .15s}.mega-link:hover{background:var(--bg)}.mega-link .mega-icon{width:34px;height:34px;border-radius:50%;background:var(--accent-light);color:var(--accent);display:grid;place-items:center;font-size:14px;font-weight:800}.mega-link>span:not(.mega-icon){display:block}.mega-link strong{display:block;font-size:13.5px;line-height:1.25;color:var(--fg)}.mega-link strong+span{display:block;margin-top:2px;color:var(--muted);font-size:12px;line-height:1.35}.cart-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:650;display:none;background:#02110970;opacity:0;transition:opacity .18s ease}.cart-backdrop.open{display:block;opacity:1}.cart-drawer{position:fixed;top:0;right:0;z-index:700;width:min(440px,100vw);height:100vh;background:var(--surface);border-left:1px solid var(--border);box-shadow:-28px 0 80px #02110929;transform:translate(100%);transition:transform .24s ease;display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-head{padding:22px 22px 18px;border-bottom:1px solid var(--border);display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.cart-kicker{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:6px}.cart-title{font-family:var(--font-display);font-size:28px;line-height:1.05;letter-spacing:-.025em;font-weight:600}.cart-close{width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:var(--bg);color:var(--muted);display:grid;place-items:center;font-size:22px;line-height:1}.cart-close:hover{border-color:var(--accent-mid);color:var(--fg)}.cart-body{flex:1;overflow:auto;padding:18px 22px 22px}.cart-dispatch{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:center;padding:14px;border:1px solid var(--accent-mid);background:var(--accent-light);border-radius:var(--r-md);margin-bottom:16px}.cart-dispatch-icon{width:40px;height:40px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center}.cart-dispatch-icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cart-dispatch strong{display:block;font-size:13.5px;line-height:1.25;color:var(--fg)}.cart-dispatch span{display:block;color:var(--muted);font-size:12px;line-height:1.35;margin-top:2px}.cart-dispatch-info{min-width:0}.cart-dispatch-info .cart-dispatch-head{display:block;font-size:14px;font-weight:800;line-height:1.25;color:var(--fg)}.cart-dispatch-info .cart-dispatch-head .cart-dispatch-day{display:inline;margin:0;color:var(--accent);font-weight:900}.cart-dispatch-info .cart-dispatch-when{display:block;margin-top:1px;color:var(--muted);font-size:12px;line-height:1.35}.cart-dispatch-info .cart-dispatch-when span{display:inline;margin:0;color:inherit;font-size:inherit}.cart-dispatch .cart-dispatch-timer{display:flex;align-items:center;gap:6px;margin-top:5px;color:var(--accent);font-weight:800;font-size:12px}.cart-dispatch .cart-dispatch-timer span{display:inline;margin:0;color:inherit;font-size:inherit}.cart-dispatch .cart-dispatch-timer .cart-dispatch-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--accent);flex:none;animation:timer-pulse 1.5s infinite}@keyframes timer-pulse{0%{transform:scale(.9);opacity:.6}50%{transform:scale(1.25);opacity:1}to{transform:scale(.9);opacity:.6}}.cart-progress{border:1px solid var(--border);background:var(--bg);border-radius:var(--r-md);padding:13px 14px;margin-bottom:16px}.cart-progress-row{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:12.5px;margin-bottom:10px}.cart-progress-row strong{color:var(--fg)}.cart-progress-track{height:7px;background:var(--border);border-radius:999px;overflow:hidden}.cart-progress-fill{width:0%;height:100%;background:var(--accent);border-radius:inherit;transition:width .3s ease}.cart-items{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.cart-item{display:grid;grid-template-columns:72px 1fr;gap:12px;padding:12px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface)}.cart-item-media{min-height:82px;border-radius:var(--r-sm);display:grid;place-items:center;background:linear-gradient(145deg,#d8f9dd,#c0f3d0)}.cart-item-media svg{width:32px;height:44px;opacity:.22;stroke:var(--fg);fill:none;stroke-width:1.3;stroke-linecap:round}.cart-item-media img{width:100%;height:100%;object-fit:contain;padding:6px}.cart-item-main{min-width:0;display:flex;flex-direction:column;gap:8px}.cart-item-brand{color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.cart-item-name{color:var(--fg);font-size:13.5px;font-weight:800;line-height:1.3}.cart-item-note{color:var(--muted);font-size:12px;line-height:1.35}.cart-item-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.qty-control{height:32px;display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:999px;overflow:hidden;background:var(--bg)}.qty-control button{width:30px;height:30px;border:0;background:transparent;color:var(--muted);font-size:15px;font-weight:700}.qty-control span{min-width:26px;text-align:center;color:var(--fg);font-size:12px;font-weight:800}.cart-item-price{color:var(--fg);font-size:14px;font-weight:900;letter-spacing:-.01em;white-space:nowrap}.cart-item-prices{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.cart-item-price-was{color:var(--muted);font-size:11.5px;font-weight:600;text-decoration:line-through;white-space:nowrap}.cart-item-discount{display:inline-flex;align-items:center;gap:5px;width:fit-content;max-width:100%;color:var(--accent);background:var(--accent-light);border:1px solid var(--accent-mid);border-radius:6px;padding:3px 7px;font-size:11px;font-weight:800;line-height:1.25}.cart-item-discount svg{width:12px;height:12px;flex:none;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.summary-line.savings span,.summary-line.savings strong{color:var(--accent);font-weight:800}.cart-recommend{border:1px solid var(--border);border-radius:var(--r-md);background:var(--bg);padding:14px}.cart-recommend-label{color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:9px}.cart-recommend-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.cart-recommend strong{display:block;font-size:13px;line-height:1.3}.cart-recommend span{display:block;margin-top:2px;color:var(--muted);font-size:12px}.cart-recommend button{height:34px;padding:0 12px;border-radius:999px;border:1px solid var(--accent-mid);background:var(--accent-light);color:var(--accent);font-size:12px;font-weight:800}.cart-summary{border-top:1px solid var(--border);padding:18px 22px 22px;background:color-mix(in oklch,var(--surface) 96%,white)}.cart-discount{display:flex;gap:8px;margin-bottom:10px}.cart-discount-input{flex:1;height:42px;padding:0 14px;border:1px solid var(--border);border-radius:var(--r-sm);background:var(--bg);color:var(--fg);font-size:13px}.cart-discount-input:focus{outline:none;border-color:var(--accent)}.cart-discount-input:disabled{color:var(--muted);cursor:not-allowed}.cart-discount-apply{height:42px;padding:0 18px;border-radius:var(--r-sm);border:1px solid var(--accent-mid);background:var(--accent-light);color:var(--accent);font-size:13px;font-weight:800;white-space:nowrap}.cart-discount-apply:disabled{opacity:.5;cursor:not-allowed}.cart-discount-msg{display:none;align-items:center;gap:6px;margin:-2px 0 12px;font-size:12px;font-weight:700;line-height:1.4}.cart-discount-msg[data-state=success]{color:var(--accent)}.cart-discount-msg[data-state=error]{color:#c53637}.summary-lines{display:grid;gap:8px;margin-bottom:14px}.summary-line{display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-size:13px}.summary-line strong{color:var(--fg);font-weight:800}.summary-line.total{padding-top:10px;border-top:1px solid var(--border);color:var(--fg);font-size:16px;font-weight:900}.cart-consent{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:start;padding:12px;border:1px solid var(--border);border-radius:var(--r-sm);background:var(--bg);margin-bottom:12px;cursor:pointer}.cart-consent input{width:18px;height:18px;margin-top:2px;accent-color:var(--accent);cursor:pointer}.cart-consent span{color:var(--fg);font-size:12px;line-height:1.45}.cart-consent a{color:var(--accent);font-weight:800;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.summary-link{height:52px;border-radius:999px;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;font-size:15px;font-weight:900;transition:opacity .15s,filter .15s,transform .15s}.summary-link:hover{opacity:.9;transform:translateY(-1px)}.summary-link.disabled{opacity:.46;filter:grayscale(.45);cursor:not-allowed}.summary-link svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.cart-consent.attention{animation:ph24-consent-attention .6s ease-in-out;border-color:var(--accent);background:var(--accent-light)}@keyframes ph24-consent-attention{0%,to{box-shadow:0 0 0 0 transparent}30%,70%{box-shadow:0 0 0 3px var(--accent-mid)}}.payment-row{display:flex;justify-content:center;gap:6px;margin-top:24px;margin-bottom:24px;flex-wrap:wrap}.payment-chip{height:24px;padding:0 8px;border:1px solid var(--border);border-radius:4px;display:flex;align-items:center;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.04em}.breadcrumb-bar{border-bottom:1px solid var(--border);background:var(--surface)}.breadcrumb{display:flex;align-items:center;gap:8px;height:44px;font-size:13px;color:var(--muted);padding:18px 0 10px}.breadcrumb a:hover{color:var(--fg);color:var(--accent)}.breadcrumb-sep,.bc-sep{opacity:.4;font-size:11px}.breadcrumb-current,.bc-cur{color:var(--fg);font-weight:500}.section{padding:64px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:28px}.section-kicker{color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}.section-title{font-family:var(--font-display);font-size:34px;line-height:1.05;font-weight:600;letter-spacing:-.025em}.section-copy{color:var(--muted);max-width:480px;font-size:14.5px;line-height:1.65}.mini-link{display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-size:14px;font-weight:800;white-space:nowrap}.mini-link svg{width:14px;height:14px;stroke-width:2.4;stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round}.hero{background:var(--surface);border-bottom:1px solid var(--border)}.hero-inner{max-width:var(--max-w);margin:0 auto;padding:0 var(--pad);display:grid;grid-template-columns:1fr 420px;gap:0;min-height:580px}.hero-left{padding:72px 64px 72px 0;border-right:1px solid var(--border);display:flex;flex-direction:column;justify-content:space-between}.hero-eyebrow{font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--accent);margin-bottom:28px}.hero-title{font-family:var(--font-display);font-size:clamp(46px,5.5vw,76px);line-height:.97;font-weight:600;letter-spacing:-.04em;color:var(--fg);margin-bottom:24px;text-wrap:balance;flex:1}.hero-title em{font-style:italic;color:var(--accent)}.hero-sub{font-size:16px;line-height:1.7;color:var(--muted);max-width:460px;margin-bottom:36px}.hero-quiz-inline{border-top:1px solid var(--border);padding-top:24px}.hqi-label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}.hqi-chips{display:flex;flex-wrap:wrap;gap:8px}.hqi-chip{height:40px;padding:0 18px;border:1.5px solid var(--border);border-radius:999px;background:var(--bg);color:var(--fg);font-size:13.5px;font-weight:600;display:inline-flex;align-items:center;gap:7px;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.hqi-chip:hover{border-color:var(--accent);background:var(--accent-light);color:var(--accent)}.hqi-chip svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.hero-right{display:flex;flex-direction:column;padding:28px 0 28px 32px;gap:10px;justify-content:center}.hero-prod{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-md);display:grid;grid-template-columns:88px 1fr;overflow:hidden;cursor:pointer;transition:border-color .15s,box-shadow .15s}.hero-prod:hover{border-color:var(--accent-mid);box-shadow:0 3px 16px #02110912}.hp-img{display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;background:#fff;border-right:1px solid var(--border)}.hp-img svg{width:28px;height:40px;opacity:.2;stroke:var(--fg);fill:none;stroke-width:1.3;stroke-linecap:round}.hp-product-img{width:100%;height:100%;object-fit:contain;padding:6px;transition:transform .2s ease-in-out}.hero-prod:hover .hp-product-img{transform:scale(1.06)}.hp-body{padding:14px;display:flex;flex-direction:column;justify-content:space-between}.hp-brand{font-size:10px;text-transform:uppercase;letter-spacing:.09em;font-weight:700;color:var(--accent);margin-bottom:3px}.hp-name{font-size:13px;font-weight:700;line-height:1.3;color:var(--fg);margin-bottom:4px}.hp-benefit{font-size:11.5px;color:var(--muted);line-height:1.35}.hp-footer{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.hp-price{font-size:15px;font-weight:800;letter-spacing:-.01em;color:var(--fg)}.hp-price .was{font-size:11.5px;font-weight:400;color:var(--muted);text-decoration:line-through;margin-left:5px}.hp-add{height:32px;padding:0 14px;background:var(--accent);color:#fff;border:none;border-radius:var(--r-btn);font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:6px;transition:opacity .15s,transform .15s}.hp-add:hover{opacity:.9;transform:translateY(-1px)}.hp-add:active{opacity:.82;transform:translateY(0)}.hp-add svg{width:13px;height:13px;stroke:#fff;fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.hero-all{text-align:center;font-size:13px;font-weight:700;color:var(--accent);padding-top:4px}.hero-all a:hover{text-decoration:underline}.hero-trust-foot{border-top:1px solid var(--border)}.hero-trust-inner{max-width:var(--max-w);margin:0 auto;padding:14px var(--pad);display:flex;align-items:center}.trust-atom{flex:1;display:flex;align-items:center;gap:10px;padding:6px 20px 6px 0}.trust-atom+.trust-atom{padding-left:20px;border-left:1px solid var(--border)}.trust-atom:last-child{padding-right:0}.ta-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0}.ta-text{font-size:12.5px;color:var(--muted);line-height:1.3}.ta-text strong{color:var(--fg);display:block;font-size:13px;font-weight:700}.quiz-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:none;align-items:center;justify-content:center;padding:24px;background:#02110970}.quiz-modal.open{display:flex}.quiz-dialog{width:min(520px,100%);background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:0 24px 80px #0211092e;overflow:hidden}.quiz-top{padding:20px 22px 16px;border-bottom:1px solid var(--border);display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.quiz-kicker{color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px}.quiz-title{font-family:var(--font-display);font-size:28px;line-height:1.08;letter-spacing:-.025em;font-weight:600}.quiz-close{width:38px;height:38px;border-radius:50%;border:1px solid var(--border);background:var(--bg);color:var(--muted);font-size:22px;line-height:1;display:grid;place-items:center}.quiz-close:hover{border-color:var(--accent-mid);color:var(--fg)}.quiz-body{padding:22px}.quiz-progress{display:flex;gap:6px;margin-bottom:18px}.quiz-progress span{height:5px;flex:1;border-radius:999px;background:var(--border)}.quiz-progress span.active{background:var(--accent)}.quiz-question{font-size:18px;line-height:1.32;font-weight:700;margin-bottom:14px}.quiz-options{display:grid;gap:9px}.quiz-option{border:1.5px solid var(--border);background:var(--bg);color:var(--fg);border-radius:var(--r-md);min-height:52px;padding:12px 14px;text-align:left;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:space-between;gap:14px;transition:border-color .15s,background .15s}.quiz-option:hover{border-color:var(--accent);background:var(--accent-light)}.quiz-option span{color:var(--muted);font-size:18px;font-weight:400}.quiz-foot{padding:14px 22px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--muted);font-size:12.5px}.quiz-back{border:0;background:none;color:var(--accent);font-size:13px;font-weight:700;visibility:hidden}.quiz-back.visible{visibility:visible}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.category-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:20px;min-height:176px;display:flex;flex-direction:column;transition:border-color .15s,box-shadow .15s}.category-card:hover{border-color:var(--accent-mid);box-shadow:0 4px 20px #0211090f}.category-chip{width:50px;height:50px;border-radius:var(--r-sm);background:var(--accent-light);display:grid;place-items:center;margin-bottom:16px}.category-card:nth-child(2) .category-chip{background:var(--sun)}.category-card:nth-child(3) .category-chip{background:var(--rose)}.category-card:nth-child(4) .category-chip{background:var(--sky)}.category-card:nth-child(5) .category-chip{background:#d2f2d2}.collections-grid .category-card:nth-child(5n+2) .category-chip{background:var(--sun)}.collections-grid .category-card:nth-child(5n+3) .category-chip{background:var(--rose)}.collections-grid .category-card:nth-child(5n+4) .category-chip{background:var(--sky)}.collections-grid .category-card:nth-child(5n) .category-chip{background:#d2f2d2}.category-chip svg{width:24px;height:24px;stroke:var(--accent);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.category-chip-img{width:24px;height:24px;object-fit:contain}.category-card h3{font-size:15px;line-height:1.3;margin-bottom:5px}.category-card p{color:var(--muted);font-size:12.5px;line-height:1.45;margin-bottom:18px}.category-card .mini-link{margin-top:auto;font-size:12.5px}.product-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden;display:flex;flex-direction:column;min-width:0;cursor:pointer;transition:border-color .15s,box-shadow .15s}.product-card:hover{border-color:var(--accent-mid);box-shadow:0 4px 24px #02110912}.product-media{height:190px;display:flex;align-items:center;justify-content:center;position:relative;background:#fff;border-bottom:1px solid var(--border)}.pm-green,.pm-sun,.pm-rose,.pm-sky{background:#fff}.product-media svg{width:50px;height:68px;opacity:.18;stroke:var(--fg);fill:none;stroke-width:1.35;stroke-linecap:round}.product-shelf-img{width:100%;height:100%;object-fit:contain;padding:12px;transition:transform .2s ease-in-out}.product-card:hover .product-shelf-img{transform:scale(1.05)}.tag{position:absolute;top:12px;left:12px;border-radius:4px;background:var(--accent);color:#fff;padding:4px 10px;font-size:11px;font-weight:800;letter-spacing:.04em}.tag.dark{background:var(--fg)}.product-body{padding:16px;display:flex;flex-direction:column;flex:1}.brand{color:var(--accent);font-size:10.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px}.product-name{font-size:14px;font-weight:700;line-height:1.38;min-height:40px;margin-bottom:9px}.product-benefit{color:var(--muted);font-size:12.5px;line-height:1.45;margin-bottom:12px}.rating{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:11.5px;margin-bottom:12px}.rating-stars{color:var(--accent);letter-spacing:-.06em}.price{font-size:20px;font-weight:800;letter-spacing:-.02em;margin-top:auto;margin-bottom:12px}.was{color:var(--muted);font-size:13px;font-weight:400;text-decoration:line-through;margin-left:6px}.add{height:48px;border-radius:var(--r-btn);border:none;background:var(--accent);color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap;transition:opacity .15s,transform .15s}.add:hover{opacity:.9;transform:translateY(-1px)}.add:active{opacity:.82;transform:translateY(0)}.add svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.education{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.education-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:stretch}.visual-panel{border-radius:var(--r-lg);background:linear-gradient(145deg,var(--accent-light),var(--sun));min-height:330px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}.visual-panel:after{content:"";position:absolute;width:240px;height:240px;border:1px solid oklch(100% 0 0 / .5);border-radius:50%;right:-70px;bottom:-70px}.visual-label{color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.visual-title{font-family:var(--font-display);font-size:34px;line-height:1.05;font-weight:600;letter-spacing:-.025em;max-width:360px;position:relative;z-index:1}.article-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.article-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-md);padding:20px;min-height:156px;display:flex;flex-direction:column}.article-card h3{font-size:15px;line-height:1.3;margin-bottom:8px}.article-card p{color:var(--muted);font-size:12.5px;line-height:1.5}.article-card .mini-link{margin-top:auto;font-size:12.5px}.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.faq-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:22px;min-height:160px}.faq-card h3{font-size:15px;line-height:1.35;margin-bottom:8px}.faq-card p{color:var(--muted);font-size:13px;line-height:1.55}.reviews{background:var(--surface);border-top:1px solid var(--border)}.review-summary{display:flex;align-items:center;gap:24px;margin-bottom:30px}.score{font-family:var(--font-display);font-size:64px;line-height:1;font-weight:600;letter-spacing:-.04em}.review-summary p{color:var(--muted);font-size:14px;line-height:1.55;max-width:470px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.review-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-md);padding:22px}.review-stars{color:var(--accent);font-size:14px;margin-bottom:12px;letter-spacing:-.04em}.review-text{font-size:14px;line-height:1.7;margin-bottom:18px}.reviewer{display:flex;align-items:center;gap:10px}.avatar{width:36px;height:36px;border-radius:50%;background:var(--accent-light);color:var(--accent);display:grid;place-items:center;font-size:12px;font-weight:800}.reviewer strong{display:block;font-size:13.5px}.reviewer span{font-size:12px;color:var(--muted)}.newsletter-section{background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.newsletter-grid{display:grid;grid-template-columns:1fr 1fr;align-items:stretch}.newsletter-left{padding:72px var(--pad) 72px 0;border-right:1px solid var(--border)}.newsletter-kicker{font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--accent);margin-bottom:20px}.newsletter-headline{font-family:var(--font-display);font-size:clamp(32px,3.5vw,52px);line-height:1.02;letter-spacing:-.03em;font-weight:600;color:var(--fg);margin-bottom:18px;text-wrap:balance}.newsletter-headline em{font-style:italic;color:var(--accent)}.newsletter-desc{font-size:15px;line-height:1.7;color:var(--muted);margin-bottom:32px;max-width:400px}.nl-benefits{display:flex;flex-direction:column;gap:10px}.nl-benefit{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--fg)}.nl-dot{width:24px;height:24px;border-radius:50%;background:var(--accent-light);display:grid;place-items:center;flex-shrink:0}.nl-dot svg{width:12px;height:12px;stroke:var(--accent);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.newsletter-right{padding:72px 0 72px var(--pad);display:flex;align-items:center}.nl-form-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:36px 32px;width:100%}.nl-form-title{font-family:var(--font-display);font-size:22px;font-weight:600;letter-spacing:-.02em;line-height:1.2;margin-bottom:6px}.nl-form-sub{font-size:13.5px;color:var(--muted);margin-bottom:24px;line-height:1.55}.nl-field{display:flex;flex-direction:column;gap:7px;margin-bottom:12px}.nl-field label{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.nl-field input{height:48px;border:1.5px solid var(--border);border-radius:var(--r-xl);background:var(--bg);font-size:15px;color:var(--fg);padding:0 18px;outline:none;transition:border-color .15s}.nl-field input:focus{border-color:var(--accent)}.nl-field input::placeholder{color:var(--muted)}.nl-submit{width:100%;height:52px;background:var(--accent);color:#fff;border:none;border-radius:var(--r-xl);font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:16px;transition:opacity .15s;cursor:pointer}.nl-submit:hover{opacity:.9}.nl-submit svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.nl-perks{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.nl-perk{border:1px solid var(--border);border-radius:999px;padding:5px 11px;color:var(--muted);font-size:11.5px;font-weight:600}.nl-note{font-size:11.5px;color:var(--muted);line-height:1.55;margin-top:12px}.visually-hidden:not(:focus,:active){position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.footer{background:var(--surface);border-top:1px solid var(--border);padding:52px 0 0}.footer-grid{display:flex;flex-wrap:wrap;gap:40px 48px;margin-bottom:40px}.footer-brand{flex:1.4 1 220px;min-width:220px}.footer-col{flex:1 1 130px;min-width:130px}.footer-newsletter{flex:1.6 1 260px;min-width:240px}.footer-logo{font-family:var(--font-display);font-size:21px;font-weight:600;letter-spacing:-.02em;margin-bottom:10px}.footer-logo span,.footer-logo .logo-accent{color:var(--accent)}.footer-logo-img{display:block;height:32px;width:auto;margin-bottom:12px}.footer-copy-main,.footer-tagline{font-size:13.5px;color:var(--muted);line-height:1.65;max-width:280px}.footer-heading{font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:var(--fg);margin-bottom:14px}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-links a{font-size:14px;color:var(--muted);transition:color .15s}.footer-links a:hover{color:var(--fg)}.footer-newsletter-desc{font-size:13.5px;color:var(--muted);line-height:1.6;margin-bottom:16px;max-width:320px}.footer-newsletter-form{position:relative;max-width:360px}.footer-newsletter-form input{width:100%;height:46px;border:1.5px solid var(--border);border-radius:999px;background:var(--bg);font-size:14px;color:var(--fg);padding:0 50px 0 18px;outline:none;transition:border-color .15s}.footer-newsletter-form input:focus{border-color:var(--accent)}.footer-newsletter-form input::placeholder{color:var(--muted)}.footer-newsletter-form button{position:absolute;right:5px;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:var(--accent);border:none;display:grid;place-items:center;cursor:pointer;transition:opacity .15s}.footer-newsletter-form button:hover{opacity:.9}.footer-newsletter-form button svg{width:15px;height:15px;stroke:#fff;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.footer-newsletter-note{font-size:11.5px;color:var(--muted);line-height:1.55;margin-top:10px;max-width:320px}.footer-newsletter-note.success{color:var(--accent);font-weight:700}.footer-newsletter-note.error{color:#a20519}.footer-bottom{border-top:1px solid var(--border);padding:18px 0;display:flex;align-items:center;justify-content:space-between}.footer-copy,.footer-bottom span{font-size:12.5px;color:var(--muted)}.footer-badges,.certs{display:flex;gap:8px;flex-wrap:wrap}.cert-badge,.cert{height:24px;padding:0 10px;border:1px solid var(--border);border-radius:4px;font-size:10.5px;font-weight:700;letter-spacing:.04em;color:var(--muted);display:flex;align-items:center;white-space:nowrap;flex-shrink:0}.cat-header{background:radial-gradient(circle at 86% 18%,oklch(94% .06 160 / .72),transparent 30%),var(--surface);border-bottom:1px solid var(--border);padding:48px 0 44px}.cat-header .container{display:grid;grid-template-columns:minmax(0,1fr) 360px;align-items:end;gap:56px}.cat-eyebrow{font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:var(--accent);margin-bottom:10px}.cat-title{font-family:var(--font-display);font-size:clamp(42px,4.4vw,64px);font-weight:600;letter-spacing:-.028em;line-height:1.06;color:var(--fg);margin-bottom:12px}.cat-desc{font-size:16px;color:var(--muted);line-height:1.72;max-width:590px}.cat-desc-toggle{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:var(--accent);font-size:13.5px;font-weight:700;cursor:pointer;padding:0;margin-top:8px;transition:color .15s}.cat-desc-toggle:hover{color:var(--accent-mid)}.cat-desc-toggle svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2.2;transition:transform .2s ease}.cat-desc-toggle.active svg{transform:rotate(180deg)}.cat-benefits{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.cat-benefit{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 12px;border:1px solid var(--border);border-radius:999px;background:#ffffff94;font-size:12.5px;font-weight:650;color:var(--fg)}.cat-benefit svg{width:14px;height:14px;stroke:var(--accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cat-header-right{flex-shrink:0;border:1px solid var(--border);border-radius:var(--r-lg);background:#fcfefcd6;padding:24px}.cat-panel-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--border)}.cat-count-big{font-family:var(--font-display);font-size:52px;font-weight:600;letter-spacing:-.04em;line-height:1;color:var(--fg);margin-bottom:4px}.cat-count-big span{color:var(--accent)}.cat-count-label{font-size:13px;color:var(--muted)}.cat-panel-badge{background:var(--accent);color:#fff;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:750;letter-spacing:.04em;white-space:nowrap}.cat-panel-list{display:grid;gap:12px}.cat-panel-item{display:flex;justify-content:space-between;gap:16px;font-size:13px;color:var(--muted)}.cat-panel-item strong{color:var(--fg);font-weight:700}.quick-paths{border-bottom:1px solid var(--border);background:var(--surface)}.quick-paths .container{display:flex;align-items:center;gap:10px;min-height:70px}.quick-paths-label{font-size:12px;font-weight:750;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-right:4px}.quick-chip{height:38px;display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:999px;background:var(--bg);padding:0 15px;font-size:13px;font-weight:650;color:var(--fg);transition:border-color .15s,background .15s,color .15s}.quick-chip:hover,.quick-chip.active{background:var(--accent-light);border-color:var(--accent-mid);color:var(--accent)}.collection-layout{display:grid;grid-template-columns:256px 1fr;gap:40px;padding:40px 0 72px;align-items:start}.sidebar{position:sticky;top:84px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:20px 18px 8px}.sidebar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid var(--border)}.sidebar-title{font-size:16px;font-weight:700;letter-spacing:-.01em}.clear-all{font-size:12.5px;font-weight:600;color:var(--accent);background:none;border:none;padding:0}.clear-all:hover{text-decoration:underline}.filter-group{margin-bottom:24px}.filter-group-title{font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:var(--fg);margin-bottom:14px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.filter-group-title svg{width:14px;height:14px;stroke:var(--muted);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s}.filter-group-title.open svg{transform:rotate(180deg)}.filter-rule{height:1px;background:var(--border);margin-bottom:16px}.filter-option{display:flex;align-items:center;gap:10px;padding:5px 0;cursor:pointer}.filter-option:last-child{padding-bottom:0}.filter-check{width:18px;height:18px;flex-shrink:0;border:1.5px solid var(--border);border-radius:4px;background:var(--surface);display:flex;align-items:center;justify-content:center;transition:border-color .15s,background .15s}.filter-check.checked{background:var(--accent);border-color:var(--accent)}.filter-check.checked:after{content:"";display:block;width:10px;height:6px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translateY(-1px)}.filter-option-label{font-size:13.5px;color:var(--fg);flex:1}.filter-option-count{font-size:12px;color:var(--muted)}.price-inputs{display:flex;align-items:center;gap:10px;margin-top:4px}.price-input{flex:1;height:38px;border:1.5px solid var(--border);border-radius:var(--r-sm);background:var(--surface);font-family:var(--font-body);font-size:13.5px;color:var(--fg);padding:0 10px;outline:none;text-align:center;transition:border-color .15s}.price-input:focus{border-color:var(--accent)}.price-sep{font-size:13px;color:var(--muted);flex-shrink:0}.price-apply{width:100%;margin-top:12px;height:36px;background:var(--accent-light);color:var(--accent);border:1px solid var(--accent-mid);border-radius:var(--r-sm);font-size:13px;font-weight:700;transition:background .15s}.price-apply:hover{background:var(--accent-mid)}.sort-bar{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto auto;align-items:center;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:14px 16px;margin-bottom:20px}.sort-bar-count{font-size:14px;color:var(--muted);margin-right:8px}.sort-bar-count strong{color:var(--fg)}.active-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.filter-pill{display:inline-flex;align-items:center;gap:6px;background:var(--accent-light);color:var(--accent);border:1px solid var(--accent-mid);border-radius:20px;font-size:12px;font-weight:600;padding:4px 12px 4px 10px}.filter-pill button{background:none;border:none;padding:0;color:var(--accent);line-height:1;font-size:14px;margin-left:2px}.filter-pill button:hover{color:var(--fg)}.sort-select{height:36px;padding:0 32px 0 12px;border:1.5px solid var(--border);border-radius:var(--r-sm);background:var(--surface);font-family:var(--font-body);font-size:13.5px;color:var(--fg);outline:none;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2380726a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;cursor:pointer;transition:border-color .15s}.sort-select:focus{border-color:var(--accent)}.view-toggle{display:flex;gap:4px;margin-left:8px}.view-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--border);border-radius:var(--r-sm);background:none;color:var(--muted);transition:border-color .15s,color .15s}.view-btn.active{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.view-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-img{height:206px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-img.has-image{background:#fff!important;border-bottom:1px solid var(--border)}.product-img img{width:100%;height:100%;object-fit:contain;padding:12px;transition:transform .2s ease-in-out}.product-card:hover .product-img img{transform:scale(1.05)}.product-img svg.ph{width:46px;height:60px;opacity:.17;stroke:var(--fg);fill:none;stroke-width:1.4;stroke-linecap:round}.product-tag{position:absolute;top:12px;left:12px;background:var(--accent);color:#fff;font-size:11px;font-weight:800;letter-spacing:.04em;padding:4px 10px;border-radius:4px}.product-tag.new{background:var(--fg)}.product-tag.promo{background:#ab4238}.product-wishlist{position:absolute;top:10px;right:10px;width:34px;height:34px;border-radius:50%;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;opacity:1;transition:border-color .15s,color .15s}.product-card:hover .product-wishlist{border-color:var(--accent-mid);color:var(--accent)}.product-wishlist svg{width:16px;height:16px;stroke:var(--muted);fill:none;stroke-width:1.8;stroke-linecap:round}.product-body{padding:18px 18px 20px;flex:1;display:flex;flex-direction:column}.product-brand{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);font-weight:700;margin-bottom:8px}.product-meta{font-size:13.5px;color:#4c554f;line-height:1.5;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px}.product-flags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:16px}.product-flag{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:999px;background:var(--bg);border:1px solid var(--border);color:var(--muted);font-size:11.5px;font-weight:650}.product-rating{display:flex;align-items:center;gap:8px;margin-bottom:16px}.stars-sm{display:flex;gap:2px}.stars-sm svg{width:14px;height:14px;fill:var(--accent);stroke:none}.stars-sm svg.empty{fill:var(--border)}.rating-count{font-size:12px;color:var(--muted)}.product-footer{margin-top:auto;padding-top:16px;border-top:1px solid var(--border)}.product-price{font-size:22px;font-weight:800;letter-spacing:-.02em;color:var(--fg);margin-bottom:14px}.product-price .was{font-size:14px;font-weight:400;color:var(--muted);text-decoration:line-through;margin-left:8px}.btn-add{width:100%;background:var(--accent);color:#fff;border:none;font-size:14px;font-weight:700;height:48px;border-radius:var(--r-btn);transition:opacity .15s,transform .15s;display:flex;align-items:center;justify-content:center;gap:10px}.btn-add:hover{opacity:.9;transform:translateY(-1px)}.btn-add:active{opacity:.82;transform:translateY(0)}.btn-add svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.prod-green .product-img{background:linear-gradient(145deg,#d8f9dd,#c0f3d0)}.prod-amber .product-img{background:linear-gradient(145deg,#fff0d7,#ffe3be);background:linear-gradient(145deg,color(xyz 0.854 0.881 0.606),color(xyz 0.794 0.797 0.464))}.prod-sun .product-img{background:linear-gradient(145deg,#fff1c8,#ffe5ad);background:linear-gradient(145deg,color(xyz 0.832 0.886 0.606),color(xyz 0.77 0.803 0.456))}.prod-rose .product-img{background:linear-gradient(145deg,#ffebee,#ffdadd);background:linear-gradient(145deg,color(xyz 0.913 0.868 0.907),color(xyz 0.857 0.782 0.767))}.prod-blue .product-img{background:linear-gradient(145deg,#dbf3ff,#c9eaff);background:linear-gradient(145deg,color(xyz 0.786 0.865 1.12),color(xyz 0.708 0.787 1.133))}.prod-sage .product-img{background:linear-gradient(145deg,#d2f6dd,#c3efc8)}.prod-peach .product-img{background:linear-gradient(145deg,#ffede7,#ffe0d8);background:linear-gradient(145deg,color(xyz 0.894 0.872 0.778),color(xyz 0.841 0.786 0.658))}.prod-slate .product-img{background:linear-gradient(145deg,#e9f0f5,#d7e7f5)}.prod-lime .product-img{background:linear-gradient(145deg,#ebfac5,#daf3b1)}.pagination{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:40px}.page-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--border);border-radius:var(--r-sm);background:var(--surface);font-size:14px;color:var(--muted);transition:border-color .15s,color .15s,background .15s}.page-btn:hover{border-color:var(--accent-mid);color:var(--fg)}.page-btn.active{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:700}.page-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.page-dots{font-size:14px;color:var(--muted);padding:0 4px}body.pdp-page{padding-bottom:72px}.pdp-section{padding-top:28px}.pdp{padding:0 0 72px}.pdp-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,.86fr);gap:28px;align-items:start}.gallery{position:sticky;top:84px}.gallery-main{height:540px;border-radius:24px;border:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;margin-bottom:12px}.gallery-main:before{display:none}.gallery-unit{position:absolute;top:16px;right:16px;height:28px;padding:0 12px;border-radius:999px;border:1px solid var(--border);background:var(--surface);display:flex;align-items:center;font-size:10px;font-weight:850;letter-spacing:.08em;color:var(--muted)}.gallery-main:after{content:attr(data-watermark);position:absolute;left:34px;bottom:30px;font-family:var(--font-display);font-size:108px;line-height:1;font-weight:600;letter-spacing:-.07em;color:#0211090e}.gallery-main svg.ph{width:96px;height:136px;opacity:.16;stroke:var(--fg);fill:none;stroke-width:1;stroke-linecap:round}.gallery-promo{position:absolute;top:16px;left:16px;height:28px;display:flex;align-items:center;background:var(--fg);color:#fff;font-size:12px;font-weight:700;padding:0 14px;border-radius:999px}.gallery-cert{position:absolute;bottom:16px;right:16px;background:#fcfefceb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:var(--r-sm);padding:7px 12px;font-size:11px;font-weight:700;color:var(--muted);display:flex;align-items:center;gap:6px}.gallery-cert svg{width:14px;height:14px;stroke:var(--accent);fill:none;stroke-width:1.8}.gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.thumb{aspect-ratio:1 / 1;height:auto;border-radius:var(--r-sm);border:1.5px solid var(--border);cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:border-color .15s}.thumb:hover,.thumb.active{border-color:var(--accent)}.thumb-1{background:linear-gradient(145deg,#d8f9dd,#b6f2cb)}.thumb-2{background:linear-gradient(145deg,#e2f9e2,#cbf4d5)}.thumb-3{background:#fef7f0}.thumb-4{background:#fcf4eb}.thumb svg{width:22px;height:30px;opacity:.22;stroke:var(--fg);fill:none;stroke-width:1.4;stroke-linecap:round}.gallery-notes{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.gallery-note{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:12px 10px;font-size:11.5px;font-weight:750;line-height:1.25;color:var(--fg)}.gallery-note span{display:block;color:var(--muted);font-weight:500;margin-top:2px}.gallery-advice{margin-top:12px;background:var(--surface);color:var(--fg);border:1px solid var(--border);border-radius:18px;padding:18px 20px;display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start}.gallery-advice-mark{width:38px;height:38px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;font-weight:900;color:#fff}.gallery-advice strong{display:block;font-size:13px;margin-bottom:4px}.gallery-advice p{font-size:12.5px;line-height:1.55;color:var(--muted)}.purchase{position:sticky;top:88px;background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:0 0 24px;box-shadow:0 12px 38px #02110912;overflow:hidden}.purchase>*{margin-left:24px;margin-right:24px}.product-brand-tag{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:var(--accent);margin-bottom:10px}.product-title{font-family:var(--font-display);font-size:clamp(26px,2.6vw,36px);font-weight:600;letter-spacing:-.03em;line-height:1.07;color:var(--fg);margin-bottom:12px}.product-summary{font-size:14px;line-height:1.65;color:var(--muted);max-width:460px;margin:0 24px 22px;padding-right:6px}.product-desc-bottom{border-top:1px solid var(--border);margin-top:32px;padding-top:28px;font-size:15px;line-height:1.7;color:var(--muted)}.product-desc-bottom p{margin:0 0 14px}.product-desc-bottom p:last-child{margin-bottom:0}.product-desc-bottom strong,.product-desc-bottom b{color:var(--fg);font-weight:700}.product-desc-bottom h2,.product-desc-bottom h3,.product-desc-bottom h4{font-family:var(--font-display);color:var(--fg);font-weight:600;letter-spacing:-.01em;line-height:1.3;margin:28px 0 12px}.product-desc-bottom h2:first-child,.product-desc-bottom h3:first-child,.product-desc-bottom h4:first-child{margin-top:0}.product-desc-bottom h3{font-size:20px}.product-desc-bottom h4{font-size:17px}.product-desc-bottom ul,.product-desc-bottom ol{padding-left:20px;margin:0 0 14px}.product-desc-bottom li{margin-bottom:6px}.rating-row{display:flex;align-items:center;gap:10px;margin-bottom:18px}.buybox-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;background:linear-gradient(180deg,var(--surface),var(--bg));border-bottom:1px solid var(--border);padding:22px 24px 18px;margin:0 0 18px}.buybox-stock{font-size:12px;font-weight:800;color:var(--accent);background:var(--accent-light);border:1px solid var(--accent-mid);border-radius:999px;padding:6px 10px;white-space:nowrap}.stars{display:flex;gap:2px}.stars svg{width:15px;height:15px;fill:var(--accent);stroke:none}.stars svg.e{fill:var(--border)}.rating-val{font-size:14px;font-weight:700}.rating-anchor{font-size:13px;color:var(--accent);text-decoration:underline}.tab-pills{display:flex;flex-wrap:wrap;row-gap:8px;gap:8px;margin-bottom:0;padding:18px 0 0;border-top:1px solid var(--border)}.tab-pill{height:36px;padding:0 20px;border-radius:var(--r-xl);border:1.5px solid var(--border);background:none;font-size:13.5px;font-weight:600;color:var(--muted);cursor:pointer;transition:border-color .15s,background .15s,color .15s}.tab-pill:hover{border-color:var(--accent-mid);color:var(--fg)}.tab-pill.active{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.tab-panel{display:none;padding:20px 0 24px;animation:acc-open .18s ease}.tab-panel.active{display:block}@keyframes acc-open{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.section-image{position:relative;overflow:hidden;border-radius:var(--r-md);border:1px solid var(--border);background:linear-gradient(145deg,#e0fae4,#bcf0ce);min-height:150px;display:flex;align-items:center;justify-content:center}.section-image svg{width:54px;height:72px;opacity:.2;stroke:var(--fg);fill:none;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round}.section-image:after{content:attr(data-label);position:absolute;left:10px;bottom:10px;background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:5px 9px;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.image-routine{min-height:260px;background:linear-gradient(145deg,#fff0d5,#baf1c7);background:linear-gradient(145deg,color(xyz 0.848 0.883 0.652),#baf1c7)}.section-image.has-image{background:none}.section-image-img{width:100%;height:100%;object-fit:cover}.benefits-list{display:flex;flex-direction:column;gap:12px}.benefit-item{display:flex;align-items:flex-start;gap:12px}.benefit-dot{width:28px;height:28px;border-radius:50%;background:var(--accent-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.benefit-dot svg{width:14px;height:14px;stroke:var(--accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.benefit-text{font-size:14px;line-height:1.55;color:var(--fg)}.benefit-text strong{font-weight:700}.tabs-wrap{margin-bottom:24px}.bt-list{display:flex;flex-direction:column;gap:12px}.bt-item{display:grid;grid-template-columns:88px 1fr;gap:14px;align-items:center;padding:14px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface)}.bt-media{width:88px;height:88px;border-radius:12px;background:var(--bg);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.bt-media img{width:100%;height:100%;object-fit:contain;padding:8px}.bt-media svg{width:32px;height:44px;opacity:.18;stroke:var(--fg);fill:none;stroke-width:1.35;stroke-linecap:round}.bt-body{display:flex;flex-direction:column;min-width:0}.bt-brand{color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px}.bt-name{font-size:14px;font-weight:700;line-height:1.3;margin-bottom:4px}.bt-name a{color:inherit;text-decoration:none}.bt-benefit{color:var(--muted);font-size:12.5px;line-height:1.45;margin-bottom:10px}.bt-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}.bt-price{font-size:16px;font-weight:800;letter-spacing:-.01em}.bt-add{height:38px;padding:0 16px;font-size:12.5px;flex:0 0 auto}.bt-add svg{width:16px;height:16px}@media(max-width:600px){.bt-item{grid-template-columns:64px 1fr;gap:12px;padding:12px}.bt-media{width:64px;height:64px;border-radius:10px}}.bundle-heading{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--fg);margin-bottom:10px}.choice-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:10px}.bundle-helper{font-size:12.5px;color:var(--muted);line-height:1.4;text-align:right;max-width:220px}.bundle-options{display:grid;grid-template-columns:1fr;gap:9px;margin-bottom:20px}.bundle-option{display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:12px;padding:15px 16px;border:1.5px solid var(--border);border-radius:16px;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s,transform .15s;position:relative;background:var(--surface)}.bundle-option:hover{border-color:var(--accent-mid);box-shadow:0 8px 22px #2218120d}.bundle-option.selected{border-color:var(--accent);background:linear-gradient(180deg,var(--accent-light),oklch(98% .02 150));box-shadow:0 10px 26px #00875824;box-shadow:0 10px 26px oklch(55% .15 160 / .14)}.bundle-option input[type=radio]{-webkit-appearance:none;appearance:none;width:20px;height:20px;border:1.5px solid var(--border);border-radius:50%;background:var(--surface);display:grid;place-items:center;flex-shrink:0;cursor:pointer}.bundle-option input[type=radio]:after{content:"";width:10px;height:10px;border-radius:50%;background:var(--accent);transform:scale(0);transition:transform .12s ease}.bundle-option input[type=radio]:checked{border-color:var(--accent)}.bundle-option input[type=radio]:checked:after{transform:scale(1)}.bundle-info{flex:1}.bundle-qty{font-size:13px;font-weight:800;color:var(--fg);line-height:1.25;padding-right:8px}.bundle-save{font-size:12.5px;color:var(--accent);font-weight:600;margin-top:2px}.bundle-pricing{text-align:right;flex-shrink:0}.bundle-total{font-size:18px;font-weight:850;letter-spacing:-.02em;color:var(--fg)}.bundle-per{font-size:11.5px;color:var(--muted);margin-top:1px}.bundle-badge{position:absolute;top:-1px;right:-1px;background:var(--fg);color:#fff;font-size:10px;font-weight:700;padding:4px 10px;border-radius:0 var(--r-md) 0 var(--r-sm);letter-spacing:.04em}.bundle-badge.green{background:var(--accent)}.price-display{border-top:1px solid var(--border);padding-top:18px;margin-bottom:16px}.price-main{font-family:var(--font-display);font-size:38px;font-weight:600;letter-spacing:-.025em;color:var(--fg);line-height:1}.price-was{font-size:18px;font-weight:400;color:var(--muted);text-decoration:line-through;margin-left:10px}.price-savings{display:inline-flex;align-items:center;gap:5px;background:#d3f7d3;color:#00511c;color:oklch(38% .14 148);border-radius:4px;font-size:13px;font-weight:700;padding:4px 10px;margin-top:8px}.price-savings svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}.stock-line{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--fg);font-weight:650;margin:0 24px 18px;padding:0 6px 2px 0}.stock-line:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px var(--accent-light)}.dispatch-card{background:var(--surface);color:var(--fg);border:1.5px solid var(--accent-mid);border-radius:18px;padding:16px;margin-bottom:12px;box-shadow:0 10px 26px #00782d1a;box-shadow:0 10px 26px oklch(50% .21 148 / .1)}.dispatch-top{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-bottom:12px}.dispatch-icon{width:42px;height:42px;border-radius:50%;background:var(--accent-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.dispatch-icon svg{width:20px;height:20px;stroke:var(--accent);fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.dispatch-title{font-size:14px;font-weight:800;line-height:1.35;color:var(--fg)}.dispatch-title span{color:var(--accent)}.dispatch-time{height:30px;padding:0 12px;border-radius:999px;background:var(--accent);display:flex;align-items:center;font-size:11px;font-weight:850;letter-spacing:.06em;color:#fff}.dispatch-track{height:6px;background:var(--accent-light);border-radius:999px;overflow:hidden}.dispatch-fill{height:100%;width:68%;background:var(--accent);border-radius:999px}.dispatch-note{font-size:12.5px;color:var(--muted);line-height:1.5;margin-top:10px}.urgency{background:var(--accent-light);border:1px solid var(--accent-mid);border-radius:var(--r-md);padding:12px 14px;display:flex;align-items:center;gap:12px;margin-bottom:16px}.urgency-icon{width:38px;height:38px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.urgency-icon svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.urgency-text{font-size:14px;line-height:1.45;color:var(--fg)}.urgency-text strong{font-weight:700}.urgency-text span{color:var(--muted)}.cta-stack{display:flex;flex-direction:column;gap:10px;margin-bottom:22px}.btn-primary{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--accent);color:#fff;font-size:16px;font-weight:800;height:58px;border-radius:var(--r-btn);border:none;width:100%;transition:opacity .15s,transform .15s;box-shadow:0 12px 22px #00782d3d;box-shadow:0 12px 22px oklch(50% .21 148 / .24)}.btn-primary:hover{opacity:.94;transform:translateY(-1px)}.btn-primary svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.btn-outline{display:flex;align-items:center;justify-content:center;gap:8px;background:none;color:var(--fg);font-size:14.5px;font-weight:600;height:48px;border-radius:var(--r-btn);border:1.5px solid var(--border);width:100%;transition:border-color .15s,color .15s}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.btn-outline svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.checkout-note{display:flex;align-items:center;justify-content:center;gap:8px;font-size:12.5px;color:var(--muted);margin-top:-2px}.checkout-note svg{width:14px;height:14px;stroke:var(--accent);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.pay-badge{height:28px;padding:0 8px;border:1px solid var(--border);border-radius:4px;background:var(--surface);font-size:10px;font-weight:800;letter-spacing:.04em;color:var(--muted);display:flex;align-items:center}.pay-badge svg{height:18px;width:auto;display:block}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:4px;margin-bottom:20px}.trust-pill{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-sm);padding:12px 8px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px}.trust-pill svg{width:20px;height:20px;stroke:var(--accent);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.trust-pill-label{font-size:11.5px;font-weight:700;color:var(--fg);line-height:1.25}.trust-pill-sub{font-size:10.5px;color:var(--muted);line-height:1.3}.proof-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg);padding:46px 0}.proof-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:0;border:1px solid var(--border);border-radius:24px;overflow:hidden;background:var(--surface)}.proof-lead{font-family:var(--font-display);font-size:30px;font-weight:600;letter-spacing:-.028em;line-height:1.04;background:var(--surface);color:var(--fg);border-right:1px solid var(--border);padding:28px}.proof-lead span{display:block;font-family:var(--font-body);font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-weight:850;margin-bottom:12px}.proof-item{border:0;border-left:1px solid var(--border);border-radius:0;background:var(--surface);padding:28px 24px}.proof-value{font-size:24px;font-weight:850;letter-spacing:-.025em;color:var(--fg);line-height:1}.proof-copy{font-size:13px;color:var(--muted);line-height:1.55;margin-top:10px}.detail-sections{padding:64px 0;border-top:1px solid var(--border)}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.detail-block{background:var(--surface);border:1px solid var(--border);border-radius:22px;padding:24px}.detail-block h3{font-family:var(--font-display);font-size:22px;font-weight:600;letter-spacing:-.02em;margin-bottom:20px}.comp-table{width:100%;border-collapse:collapse}.comp-table th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:var(--muted);padding:0 0 10px;border-bottom:1px solid var(--border)}.comp-table th:last-child,.comp-table td:last-child{text-align:right}.comp-table td{font-size:13.5px;padding:10px 0;border-bottom:1px solid var(--border);color:var(--fg)}.comp-table td:last-child{color:var(--muted)}.comp-table tr:last-child td{border-bottom:none}.comp-note{font-size:11.5px;color:var(--muted);margin-top:12px;line-height:1.55}.usage-list{list-style:none;display:flex;flex-direction:column;gap:12px}.usage-list li{display:flex;gap:12px;align-items:flex-start;font-size:14px;line-height:1.55;color:var(--fg)}.usage-num{width:24px;height:24px;border-radius:50%;background:var(--accent-light);color:var(--accent);font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.ritual-section{padding:64px 0;border-top:1px solid var(--border);background:var(--bg)}.ritual-header{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1fr);gap:56px;align-items:end;margin-bottom:28px}.ritual-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:var(--accent);margin-bottom:10px}.ritual-header h2{font-family:var(--font-display);font-size:30px;font-weight:600;letter-spacing:-.025em;line-height:1.1;margin-bottom:14px}.ritual-header p{font-size:15px;line-height:1.7;color:var(--muted);max-width:460px}.ritual-note{background:var(--bg);border:1px solid var(--border);border-radius:18px;padding:18px 20px;display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start}.ritual-note-icon{width:42px;height:42px;border-radius:50%;background:var(--accent-light);display:flex;align-items:center;justify-content:center;color:var(--accent);font-weight:850}.ritual-note strong{display:block;font-size:14px;margin-bottom:4px}.ritual-note span{display:block;font-size:13px;line-height:1.55;color:var(--muted)}.ritual-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ritual-card{background:var(--bg);border:1px solid var(--border);border-radius:18px;overflow:hidden}.ritual-visual{height:170px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--border);position:relative}.ritual-visual:after{content:attr(data-label);position:absolute;left:14px;bottom:12px;height:24px;padding:0 10px;border-radius:999px;background:#ffffffc7;border:1px solid var(--border);display:flex;align-items:center;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}.ritual-visual svg{width:74px;height:74px;stroke:var(--fg);fill:none;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;opacity:.22}.ritual-visual.sleep{background:linear-gradient(145deg,#e8f3ff,#cbe4ff);background:linear-gradient(145deg,color(xyz 0.831 0.887 1.162),color(xyz 0.705 0.757 1.109))}.ritual-visual.muscle{background:linear-gradient(145deg,#dcfcdc,#bbf1cb)}.ritual-visual.continuity{background:linear-gradient(145deg,#fff0d5,#ffdfba);background:linear-gradient(145deg,color(xyz 0.848 0.883 0.652),color(xyz 0.774 0.771 0.492))}.ritual-card-body{padding:18px 18px 20px}.ritual-card-num{font-size:11px;font-weight:850;color:var(--accent);letter-spacing:.08em;margin-bottom:8px}.ritual-card h3{font-size:16px;line-height:1.25;margin-bottom:8px}.ritual-card p{font-size:13.5px;line-height:1.6;color:var(--muted)}.faq-section{padding:64px 0;border-top:1px solid var(--border)}.faq-header{margin-bottom:32px}.faq-header h2{font-family:var(--font-display);font-size:30px;font-weight:600;letter-spacing:-.025em;line-height:1.1}.faq-list{border-top:1px solid var(--border)}.faq-item{border-bottom:1px solid var(--border)}.faq-q{display:flex;justify-content:space-between;align-items:center;padding:20px 0;cursor:pointer;-webkit-user-select:none;user-select:none;gap:24px}.faq-q-text{font-size:15.5px;font-weight:700;color:var(--fg);line-height:1.35}.faq-toggle{width:28px;height:28px;border-radius:50%;border:1.5px solid var(--border);background:none;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--muted);font-size:20px;font-weight:300;line-height:1;transition:border-color .15s,background .15s,color .15s}.faq-item.open .faq-toggle{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.faq-a{display:none;padding:0 0 20px;font-size:14.5px;line-height:1.75;color:var(--muted);max-width:720px}.faq-item.open .faq-a{display:block}.routine-section{padding:64px 0;border-top:1px solid var(--border);background:var(--surface)}.routine-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:start;border:1px solid var(--border);border-radius:24px;background:var(--bg);padding:24px}.routine-copy h2{font-family:var(--font-display);font-size:30px;font-weight:600;letter-spacing:-.025em;line-height:1.1;margin-bottom:12px}.routine-copy p{font-size:15px;line-height:1.7;color:var(--muted);max-width:420px}.routine-content{display:grid;grid-template-columns:240px 1fr;gap:16px}.routine-steps{display:grid;grid-template-columns:1fr;gap:12px}.routine-step{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:20px 18px}.routine-step-num{font-family:var(--font-display);font-size:28px;font-weight:600;color:var(--accent);line-height:1;margin-bottom:12px}.routine-step h3{font-size:14.5px;font-weight:800;margin-bottom:8px}.routine-step p{font-size:12.8px;line-height:1.6;color:var(--muted)}.related{padding:64px 0;border-top:1px solid var(--border)}.related-grid{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px;scrollbar-width:none}.related-grid::-webkit-scrollbar{display:none}.related-card{flex:0 0 calc((100% - 48px)/4);min-width:230px;scroll-snap-align:start;background:var(--surface);border:1px solid var(--border);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .18s}.related-card:hover{box-shadow:0 4px 20px #02110912}.related-img{height:160px;display:flex;align-items:center;justify-content:center}.related-body{padding:14px 14px 16px;flex:1;display:flex;flex-direction:column}.related-brand{font-size:10px;text-transform:uppercase;letter-spacing:.09em;font-weight:700;color:var(--accent);margin-bottom:5px}.related-name{font-size:13.5px;font-weight:600;line-height:1.4;color:var(--fg);flex:1;margin-bottom:10px}.related-price{font-size:17px;font-weight:700;color:var(--fg);margin-bottom:10px}.btn-add-sm{width:100%;background:var(--accent-light);color:var(--accent);border:1px solid var(--accent-mid);font-size:12.5px;font-weight:700;height:38px;border-radius:var(--r-btn);transition:background .15s}.btn-add-sm:hover{background:var(--accent-mid)}.reviews-section{border-top:1px solid var(--border);padding:64px 0;background:var(--surface)}.sec-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:32px}.sec-title{font-family:var(--font-display);font-size:34px;line-height:1.05;font-weight:600;letter-spacing:-.025em}.sec-link{font-size:14px;font-weight:600;color:var(--accent)}.reviews-meta{display:flex;align-items:center;gap:28px;margin-bottom:32px;padding-bottom:28px;border-bottom:1px solid var(--border)}.score-big{font-family:var(--font-display);font-size:60px;font-weight:600;letter-spacing:-.04em;line-height:1}.score-sub{font-size:12.5px;color:var(--muted);margin-top:6px}.bar-rows{flex:1;max-width:240px}.bar-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.bar-lbl{font-size:11.5px;color:var(--muted);width:8px;text-align:right}.bar-track{flex:1;height:5px;background:var(--border);border-radius:3px;overflow:hidden}.bar-fill{height:100%;background:var(--accent);border-radius:3px}.bar-cnt{font-size:11.5px;color:var(--muted);width:20px}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-md);padding:22px 20px}.review-stars{display:flex;gap:2px;margin-bottom:12px}.review-stars svg{width:13px;height:13px;fill:var(--accent);stroke:none}.review-stars svg.e{fill:var(--border)}.reviewer-av{width:36px;height:36px;border-radius:50%;background:var(--accent-light);color:var(--accent);font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.reviewer-name{font-size:13px;font-weight:600}.reviewer-meta{font-size:11.5px;color:var(--muted)}.sticky-buybar{position:fixed;left:0;right:0;bottom:0;z-index:300;background:color-mix(in oklch,var(--surface) 94%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--border);padding:10px 0;box-shadow:0 -8px 24px #0211090f}.sticky-buybar .container{display:flex;align-items:center;justify-content:space-between;gap:20px}.sticky-title{font-size:13.5px;font-weight:800;color:var(--fg)}.sticky-sub{font-size:12px;color:var(--muted);margin-top:1px}.sticky-actions{display:flex;align-items:center;gap:16px}.sticky-price{font-family:var(--font-display);font-size:24px;font-weight:600;letter-spacing:-.02em}.sticky-btn{height:42px;border:none;border-radius:var(--r-btn);background:var(--accent);color:#fff;font-size:14px;font-weight:800;padding:0 24px;transition:opacity .15s,transform .15s}.sticky-btn:hover{opacity:.9;transform:translateY(-1px)}@media(max-width:1180px){:root{--pad: 28px}.header-nav{display:none}.cat-header .container{grid-template-columns:1fr}.cat-header-right{max-width:560px}.collection-layout{grid-template-columns:240px 1fr;gap:28px}.sort-bar{grid-template-columns:1fr auto auto}.active-filters{grid-column:1 / -1;order:3}.products-grid{grid-template-columns:repeat(2,1fr)}.quick-paths .container{overflow-x:auto;padding-top:14px;padding-bottom:14px}.quick-chip,.quick-paths-label{flex-shrink:0}}@media(max-width:1100px){.header .container{gap:18px}.search{max-width:360px}.nav{gap:6px}.mega-inner{grid-template-columns:1fr 1fr}.hero-inner{grid-template-columns:1fr;min-height:auto}.hero-left{padding:56px 0 40px;border-right:none;border-bottom:1px solid var(--border)}.hero-right{padding:28px 0 40px;flex-direction:row;flex-wrap:wrap}.hero-prod{flex:1 1 260px}.hero-all{width:100%}.category-grid{grid-template-columns:repeat(3,1fr)}.product-row{grid-template-columns:repeat(2,1fr)}.education-grid,.newsletter-grid{grid-template-columns:1fr}.newsletter-left{padding:52px 0 40px;border-right:none;border-bottom:1px solid var(--border)}.newsletter-right{padding:40px 0 52px}.footer-grid{gap:32px}}@media(max-width:980px){:root{--pad: 20px}.header-nav,.search-wrap,.btn-account,.topbar-right{display:none}body.pdp-page{padding-bottom:88px}.pdp-grid,.detail-grid,.ritual-header,.ritual-cards,.routine-grid,.routine-content{grid-template-columns:1fr;gap:18px}.gallery,.purchase{position:static}.purchase{padding:20px;border-radius:20px}.product-summary,.stock-line{margin-left:0;margin-right:0}.gallery-main{height:360px}.proof-grid{grid-template-columns:1fr}.proof-lead,.proof-item{border-left:0;border-right:0;border-top:1px solid var(--border)}.reviews-grid{grid-template-columns:1fr}}@media(max-width:820px){:root{--pad: 18px}.topbar-right,.search-wrap,.btn-account{display:none}.cat-title{font-size:40px}.collection-layout{grid-template-columns:1fr}.sidebar{position:static}.sort-bar{grid-template-columns:1fr;align-items:stretch}.sort-select,.view-toggle{justify-self:start}.products-grid{grid-template-columns:1fr}.footer-grid{flex-direction:column;gap:28px}.footer-brand,.footer-col,.footer-newsletter{flex:none;min-width:0}.footer-newsletter,.footer-newsletter-form{max-width:none}.footer-bottom{display:grid;grid-template-columns:1fr;gap:16px}}@media(max-width:720px){:root{--pad: 20px}.topbar{height:auto;min-height:36px}.topbar .container{flex-wrap:wrap;justify-content:flex-start;padding-top:6px;padding-bottom:6px;gap:4px 10px}.topbar-left{flex-wrap:wrap;gap:4px 10px}.topbar-right{display:none}.header{height:auto;padding:12px 0}.header .container{height:auto;flex-wrap:wrap;gap:12px 14px}.nav-hamburger{display:flex;order:0}.logo{order:1;font-size:20px}.actions{order:2;margin-left:auto}.search{order:3;flex:1 1 100%;max-width:none}.nav{display:none}.mega-menu{top:100%;max-height:calc(100vh - 60px);overflow-y:auto}.mega-inner{grid-template-columns:1fr;padding-top:20px;padding-bottom:24px}.mega-col{border-left:0;padding-left:0;border-top:1px solid var(--border);padding-top:18px}.hero-title{font-size:clamp(38px,10vw,56px)}.hero-right{flex-direction:column}.hero-prod{flex:0 1 auto;grid-template-columns:100px 1fr}.faq-grid,.review-grid,.product-row{grid-template-columns:1fr}.hero-trust-inner{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}.trust-atom{padding:0}.trust-atom+.trust-atom{border-left:none;padding-left:0}.footer{padding:36px 0 0}.footer-grid{gap:28px;margin-bottom:28px}.footer-bottom{padding:16px 0;gap:12px}}@media(max-width:600px){.category-grid{grid-template-columns:repeat(2,1fr)}.article-list,.gallery-notes{grid-template-columns:1fr}.choice-header{flex-direction:column;align-items:flex-start;gap:6px}.bundle-helper{text-align:left;max-width:none}.sticky-buybar .container>div:first-child{display:none}.sticky-actions{width:100%;justify-content:space-between}.breadcrumb{height:auto;flex-wrap:wrap;row-gap:4px;line-height:1.5;padding:14px 0 8px;font-size:12px}.buybox-topline{flex-direction:column;align-items:flex-start;gap:12px;padding:18px 20px 16px}.product-title{font-size:22px}.buybox-stock{order:-1}.stock-line{margin-left:24px;margin-right:24px;padding-right:0}.dispatch-top{grid-template-columns:auto 1fr;column-gap:12px;row-gap:8px}.dispatch-title{grid-column:2}.dispatch-time{grid-column:1 / -1;justify-self:start}.dispatch-timer{flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.sidebar-menu-list{display:flex;flex-direction:column;gap:8px;margin-top:12px}.sidebar-menu-group{border-bottom:1px solid var(--border);padding-bottom:8px;margin-bottom:8px}.sidebar-menu-group:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.sidebar-menu-item{display:flex;align-items:center;justify-content:space-between;font-size:14.5px;font-weight:700;color:var(--fg);padding:8px 10px;border-radius:var(--r-sm);transition:color .15s,background .15s;text-decoration:none}.sidebar-menu-item:hover,.sidebar-menu-item.active{background:var(--bg);color:var(--accent)}.sidebar-menu-item .menu-arrow{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.sidebar-menu-item.active .menu-arrow{transform:rotate(180deg)}.sidebar-submenu{display:flex;flex-direction:column;gap:4px;padding-left:16px;margin-top:4px}.sidebar-submenu-item{font-size:13.5px;font-weight:600;color:var(--muted);padding:6px 10px;border-radius:var(--r-sm);transition:color .15s,background .15s;text-decoration:none}.sidebar-submenu-item:hover,.sidebar-submenu-item.active{color:var(--fg);background:var(--bg)}.mobile-nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:650;display:none;background:#02110970;opacity:0;transition:opacity .18s ease}.mobile-nav-backdrop.open{display:block;opacity:1}.mobile-nav-drawer{position:fixed;top:0;left:0;z-index:700;width:min(360px,86vw);height:100vh;background:var(--surface);border-right:1px solid var(--border);box-shadow:28px 0 80px #02110929;transform:translate(-100%);transition:transform .24s ease;display:flex;flex-direction:column;overflow-y:auto}.mobile-nav-drawer.open{transform:translate(0)}.mobile-nav-head{padding:18px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.mobile-nav-close{width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:none;font-size:20px;line-height:1;color:var(--muted);display:grid;place-items:center;transition:border-color .15s,color .15s}.mobile-nav-close:hover{border-color:var(--accent-mid);color:var(--fg)}.mobile-nav-body{padding:8px 12px 20px;display:flex;flex-direction:column;gap:2px}.mobile-nav-link,.mobile-nav-group summary{display:flex;align-items:center;justify-content:space-between;padding:13px 10px;font-size:15px;font-weight:700;color:var(--fg);border-radius:var(--r-sm);cursor:pointer;list-style:none;text-decoration:none}.mobile-nav-link:hover,.mobile-nav-group summary:hover{background:var(--bg)}.mobile-nav-link.active{color:var(--accent)}.mobile-nav-group summary::-webkit-details-marker{display:none}.mobile-nav-group summary svg{width:14px;height:14px;stroke:var(--muted);fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s;flex-shrink:0}.mobile-nav-group[open] summary svg{transform:rotate(180deg)}.mobile-nav-sub{padding:2px 10px 10px 14px;display:flex;flex-direction:column;gap:1px}.mobile-nav-subheading{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);padding:10px 10px 4px}.mobile-nav-sublink{display:block;padding:10px;font-size:14px;font-weight:600;color:var(--muted);border-radius:var(--r-sm);text-decoration:none}.mobile-nav-sublink:hover{background:var(--bg);color:var(--fg)}.mobile-nav-sublink strong{color:var(--accent);font-weight:700}.mobile-nav-footer{margin-top:auto;border-top:1px solid var(--border);padding:14px 20px;display:flex;flex-direction:column;gap:10px;flex-shrink:0}.mobile-nav-footer a{font-size:13px;font-weight:700;color:var(--muted);text-decoration:none}.mobile-nav-footer a:hover{color:var(--accent)}.wishlist-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:650;display:none;background:#02110970;opacity:0;transition:opacity .18s ease}.wishlist-backdrop.open{display:block;opacity:1}.wishlist-drawer{position:fixed;top:0;right:0;z-index:700;width:min(440px,100vw);height:100vh;background:var(--surface);border-left:1px solid var(--border);box-shadow:-28px 0 80px #02110929;transform:translate(100%);transition:transform .24s ease;display:flex;flex-direction:column}.wishlist-drawer.open{transform:translate(0)}.wishlist-head{padding:22px 22px 18px;border-bottom:1px solid var(--border);display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.wishlist-kicker{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:6px}.wishlist-title{font-family:var(--font-display);font-size:28px;line-height:1.05;letter-spacing:-.025em;font-weight:600}.wishlist-close{width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:var(--bg);color:var(--muted);display:grid;place-items:center;font-size:22px;line-height:1;cursor:pointer}.wishlist-close:hover{border-color:var(--accent-mid);color:var(--fg)}.wishlist-body{flex:1;overflow-y:auto;overflow-x:hidden;padding:18px 22px 22px;-webkit-overflow-scrolling:touch}.wishlist-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 0;color:var(--muted)}.wishlist-empty-icon{width:64px;height:64px;border-radius:50%;border:1px dashed var(--border);display:grid;place-items:center;margin-bottom:16px;color:var(--muted)}.wishlist-empty-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8}.wishlist-empty strong{display:block;font-size:16px;color:var(--fg);margin-bottom:6px}.wishlist-empty span{font-size:13.5px;line-height:1.5;color:var(--muted);max-width:280px}.wishlist-items{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.wishlist-item{display:grid;grid-template-columns:72px 1fr auto;gap:12px;padding:12px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);align-items:center}.wishlist-item-media{width:72px;height:82px;border-radius:var(--r-sm);display:grid;place-items:center;overflow:hidden;position:relative}.wishlist-item-media.pm-green{background:linear-gradient(145deg,#d8f9dd,#c0f3d0)}.wishlist-item-media.pm-sky{background:linear-gradient(145deg,#d6f5ff,#c0edff);background:linear-gradient(145deg,color(xyz 0.77 0.869 1.134),color(xyz 0.689 0.792 1.141))}.wishlist-item-media.pm-sun{background:linear-gradient(145deg,#ffedc3,#f4e4b0);background:linear-gradient(145deg,color(xyz 0.814 0.857 0.583),#f4e4b0)}.wishlist-item-media.pm-rose{background:linear-gradient(145deg,#ffe8e8,#ffdad7);background:linear-gradient(145deg,color(xyz 0.881 0.841 0.834),color(xyz 0.8 0.764 0.736))}.wishlist-item-media svg.ph{width:32px;height:44px;opacity:.22;stroke:var(--fg);fill:none;stroke-width:1.3;stroke-linecap:round}.wishlist-item-media img{width:100%;height:100%;object-fit:cover}.wishlist-item-main{min-width:0;display:flex;flex-direction:column;gap:4px}.wishlist-item-brand{color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.wishlist-item-name{color:var(--fg);font-size:13px;font-weight:800;line-height:1.3;text-decoration:none}.wishlist-item-name:hover{color:var(--accent)}.wishlist-item-price{color:var(--fg);font-size:13.5px;font-weight:900;letter-spacing:-.01em;white-space:nowrap;margin-bottom:4px}.wishlist-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.wishlist-item-remove{width:28px;height:28px;border-radius:50%;border:1px solid var(--border);background:var(--bg);color:var(--muted);display:grid;place-items:center;font-size:16px;line-height:1;cursor:pointer;transition:border-color .15s,color .15s}.wishlist-item-remove:hover{border-color:#e05656;color:#e05656}.wishlist-item-add{height:28px;padding:0 10px;border-radius:999px;border:1.5px solid var(--border);background:var(--bg);color:var(--fg);font-size:11px;font-weight:700;display:inline-flex;align-items:center;gap:4px;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.wishlist-item-add:hover{border-color:var(--accent);background:var(--accent-light);color:var(--accent)}.product-wishlist.active svg,.product-wishlist-toggle.active svg{fill:#e05656!important;stroke:#e05656!important}.product-wishlist.active{border-color:#e05656!important;color:#e05656!important;animation:wishlist-heartbeat .45s ease-out}@keyframes wishlist-heartbeat{0%{transform:scale(1)}50%{transform:scale(1.26)}to{transform:scale(1)}}.search-suggestions{position:absolute;top:100%;left:0;right:0;margin-top:8px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:0 12px 35px #0211091f;z-index:999;max-height:420px;overflow-y:auto;display:flex;flex-direction:column;padding:8px 0}.suggestion-item{display:flex;align-items:center;gap:12px;padding:8px 16px;transition:background .15s;cursor:pointer;text-decoration:none!important}.suggestion-item:hover{background:var(--bg)}.suggestion-media{width:38px;height:48px;border-radius:var(--r-sm);background:var(--bg);display:grid;place-items:center;overflow:hidden;flex-shrink:0}.suggestion-media img{width:100%;height:100%;object-fit:cover}.suggestion-media svg{width:20px;height:28px;stroke:var(--fg);fill:none;stroke-width:1.5;opacity:.25}.suggestion-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.suggestion-brand{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.suggestion-title{font-size:13px;font-weight:700;color:var(--fg);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestion-price{font-size:12px;font-weight:800;color:var(--fg);margin-left:auto;white-space:nowrap;flex-shrink:0;padding-left:8px}.suggestion-empty{padding:16px;font-size:13px;color:var(--muted);text-align:center}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.blog-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden;display:flex;flex-direction:column;transition:border-color .15s,box-shadow .15s}.blog-card:hover{border-color:var(--accent-mid);box-shadow:0 4px 24px #02110912}.blog-thumb{height:180px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.blog-thumb-green{background:var(--accent-light)}.blog-thumb-sun{background:var(--sun)}.blog-thumb-rose{background:var(--rose)}.blog-thumb img{width:70%;height:70%;object-fit:contain}.blog-thumb-photo{width:calc(100% - 24px)!important;height:calc(100% - 24px)!important;margin:12px;object-fit:cover;border-radius:10px}.blog-thumb svg{width:60px;height:60px;stroke:var(--accent);fill:none;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;opacity:.55}.blog-cat{position:absolute;top:12px;left:12px;background:var(--fg);color:#fff;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:4px 10px;border-radius:4px}.blog-body{padding:18px 18px 20px;display:flex;flex-direction:column;flex:1}.blog-date{font-size:11px;font-weight:750;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.blog-title{font-family:var(--font-display);font-size:18px;font-weight:600;letter-spacing:-.01em;line-height:1.32;margin-bottom:10px}.blog-excerpt{font-size:13.5px;color:var(--muted);line-height:1.6;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.blog-card .mini-link{margin-top:auto}.blog-tags-strip .container{flex-wrap:wrap;min-height:auto;padding:18px var(--pad);gap:10px}.article-hero{background:radial-gradient(circle at 86% 18%,oklch(94% .06 160 / .72),transparent 30%),var(--surface);border-bottom:1px solid var(--border);padding:44px 0 40px}.article-hero .container{max-width:760px}.article-crumb{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:13px;color:var(--muted);margin-bottom:20px}.article-crumb a{color:var(--muted);text-decoration:none;transition:color .15s}.article-crumb a:hover{color:var(--accent)}.article-hero-tag{display:inline-flex;align-items:center;height:28px;padding:0 12px;border-radius:999px;background:var(--accent-light);color:var(--accent);font-size:11.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}.article-hero-title{font-family:var(--font-display);font-size:clamp(32px,4.4vw,48px);font-weight:600;letter-spacing:-.026em;line-height:1.14;color:var(--fg);margin-bottom:16px}.article-hero-excerpt{font-size:16px;color:var(--muted);line-height:1.7;max-width:640px;margin-bottom:20px}.article-hero-meta{display:flex;align-items:center;gap:18px;font-size:13px;color:var(--muted);flex-wrap:wrap}.article-hero-meta span{display:inline-flex;align-items:center;gap:6px}.article-hero-meta svg{width:14px;height:14px;stroke:var(--accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.article-body{padding:48px 0 8px}.article-body .container{max-width:760px}.article-prose{font-size:16px;line-height:1.78;color:var(--fg)}.article-prose h2{font-family:var(--font-display);font-size:27px;font-weight:600;letter-spacing:-.018em;line-height:1.26;margin:40px 0 16px}.article-prose h3{font-family:var(--font-display);font-size:20px;font-weight:600;letter-spacing:-.01em;line-height:1.32;margin:32px 0 12px}.article-prose p{margin:0 0 18px}.article-prose ul,.article-prose ol{margin:0 0 18px 22px}.article-prose li{margin-bottom:8px;line-height:1.65}.article-prose li::marker{color:var(--accent)}.article-prose strong{font-weight:700}.article-prose a{color:var(--accent);text-decoration:underline;text-decoration-color:var(--accent-mid)}.article-prose blockquote{border-left:3px solid var(--accent-mid);background:var(--accent-light);padding:16px 20px;border-radius:var(--r-sm);margin:24px 0;color:var(--fg);font-size:15px;line-height:1.7}.article-prose img{width:100%;border-radius:var(--r-md);margin:24px 0}.article-disclaimer{margin-top:36px;padding:18px 20px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);font-size:12.5px;line-height:1.7;color:var(--muted)}.article-disclaimer strong{color:var(--fg)}.policy-content .shopify-policy__container{max-width:none;margin:0;padding:0}.policy-content .shopify-policy__title{display:none}.policy-content .shopify-policy__body{margin:0}.policy-content .rte>h1{display:none}.article-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:32px;padding-top:24px;border-top:1px solid var(--border)}.article-tag{display:inline-flex;align-items:center;height:32px;padding:0 14px;border-radius:999px;border:1px solid var(--border);background:var(--bg);font-size:12.5px;font-weight:650;color:var(--fg)}.article-back{display:inline-flex;align-items:center;gap:8px;color:var(--accent);font-size:13.5px;font-weight:700;text-decoration:none;margin-bottom:28px}.article-back svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.article-back:hover{opacity:.8}.related-section{padding:16px 0 64px}@media(max-width:860px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.blog-grid{grid-template-columns:1fr}.article-hero{padding:32px 0 28px}}.search-hero{background:radial-gradient(circle at 50% 0%,oklch(94% .06 160 / .6),transparent 55%),var(--surface);border-bottom:1px solid var(--border);padding:56px 0 48px;text-align:center}.search-hero-eyebrow{font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:var(--accent);margin-bottom:10px}.search-hero-title{font-family:var(--font-display);font-size:clamp(30px,4vw,46px);font-weight:600;letter-spacing:-.025em;line-height:1.18;color:var(--fg);margin:0 auto 8px;max-width:720px}.search-hero-title strong{color:var(--accent)}.search-hero-count{font-size:14.5px;color:var(--muted);margin-bottom:28px}.search-hero-box{max-width:560px;margin:0 auto}.search-hero-box input{height:52px;font-size:15px}.search-hero-box button{width:38px;height:38px}.search-hero-box button svg{width:16px;height:16px}.search-results-meta{display:flex;align-items:baseline;justify-content:space-between;gap:24px;margin-bottom:24px;flex-wrap:wrap}.search-results-meta h2{font-family:var(--font-display);font-size:22px;font-weight:600;letter-spacing:-.015em;color:var(--fg)}.search-results-meta span{font-size:13.5px;color:var(--muted)}.search-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 0 64px}.search-empty-icon{width:72px;height:72px;border-radius:50%;border:1px dashed var(--border);display:grid;place-items:center;margin-bottom:22px;color:var(--muted)}.search-empty-icon svg{width:30px;height:30px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.search-empty h2{font-family:var(--font-display);font-size:24px;font-weight:600;color:var(--fg);margin-bottom:10px}.search-empty p{font-size:14.5px;color:var(--muted);max-width:460px;line-height:1.65;margin-bottom:26px}.search-empty-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.search-empty-link{display:inline-flex;align-items:center;gap:6px;height:40px;padding:0 18px;border:1.5px solid var(--border);border-radius:999px;background:var(--surface);font-size:13.5px;font-weight:700;color:var(--fg);text-decoration:none;transition:border-color .15s,color .15s}.search-empty-link:hover{border-color:var(--accent);color:var(--accent)}.error-page{background:radial-gradient(circle at 50% 0%,oklch(94% .06 160 / .6),transparent 55%),var(--bg);padding:84px 0 100px;text-align:center}.error-page .container{max-width:640px}.error-badge{display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 16px;border-radius:999px;background:var(--accent-light);color:var(--accent);font-size:11.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:22px}.error-code{font-family:var(--font-display);font-size:clamp(72px,13vw,160px);font-weight:600;line-height:1;letter-spacing:-.03em;color:var(--fg);margin-bottom:8px}.error-code span{color:var(--accent)}.error-title{font-family:var(--font-display);font-size:clamp(24px,3vw,32px);font-weight:600;color:var(--fg);margin-bottom:12px;letter-spacing:-.015em}.error-desc{font-size:15.5px;color:var(--muted);line-height:1.75;max-width:460px;margin:0 auto 32px}.error-search{max-width:480px;margin:0 auto 32px}.error-search input{height:52px;font-size:15px}.error-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:60px}.error-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:50px;padding:0 28px;border-radius:var(--r-btn);font-size:14.5px;font-weight:700;text-decoration:none;transition:opacity .15s,transform .15s,border-color .15s,color .15s}.error-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.error-btn-primary{background:var(--accent);color:#fff;box-shadow:0 12px 22px #00782d3d;box-shadow:0 12px 22px oklch(50% .21 148 / .24)}.error-btn-primary:hover{opacity:.94;transform:translateY(-1px)}.error-btn-outline{background:none;color:var(--fg);border:1.5px solid var(--border)}.error-btn-outline:hover{border-color:var(--accent);color:var(--accent)}.error-links-title{font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:14px}.error-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.error-link{display:inline-flex;align-items:center;gap:6px;height:40px;padding:0 18px;border:1.5px solid var(--border);border-radius:999px;background:var(--surface);font-size:13.5px;font-weight:700;color:var(--fg);text-decoration:none;transition:border-color .15s,color .15s}.error-link:hover{border-color:var(--accent);color:var(--accent)}.error-link svg{width:14px;height:14px;stroke:var(--accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media(max-width:620px){.search-hero{padding:40px 0 36px}.error-page{padding:56px 0 72px}.error-actions{flex-direction:column;align-items:stretch}.error-btn{width:100%}}.contact-page{padding:48px 0 80px}.contact-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:24px;margin-bottom:24px}.contact-hero{background:radial-gradient(circle at 86% 18%,oklch(94% .06 160 / .72),transparent 30%),var(--surface);border-bottom:1px solid var(--border);padding:48px 0 44px}.contact-eyebrow{font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:var(--accent);margin-bottom:10px}.contact-title{font-family:var(--font-display);font-size:clamp(42px,4.4vw,64px);font-weight:600;letter-spacing:-.028em;line-height:1.06;color:var(--fg);margin-bottom:12px}.contact-desc{font-size:16px;color:var(--muted);line-height:1.72;max-width:590px}.contact-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.contact-pill{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 14px;border:1px solid var(--border);border-radius:999px;background:#ffffff94;font-size:12.5px;font-weight:650;color:var(--fg)}.contact-info-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:44px;display:flex;flex-direction:column}.contact-info-card h2{font-family:var(--font-display);font-size:27px;font-weight:600;letter-spacing:-.02em;margin-bottom:28px;color:var(--fg)}.contact-info-list{display:flex;flex-direction:column;gap:22px}.contact-info-item{display:flex;align-items:flex-start;gap:14px}.contact-info-icon{width:42px;height:42px;border-radius:var(--r-sm);flex-shrink:0;background:var(--accent-light);display:grid;place-items:center}.contact-info-icon svg{width:18px;height:18px;stroke:var(--accent);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.contact-info-label{display:block;font-size:10.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:4px}.contact-info-item strong{font-size:15px;font-weight:700;color:var(--fg);line-height:1.5}.contact-form-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:44px}.contact-form-title{font-family:var(--font-display);font-size:27px;font-weight:600;letter-spacing:-.02em;margin-bottom:6px}.contact-form-sub{font-size:14px;color:var(--muted);margin-bottom:28px}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-field{display:flex;flex-direction:column;gap:7px;margin-bottom:18px}.contact-field label{font-size:12.5px;font-weight:700;color:var(--fg)}.contact-field .req{color:var(--accent)}.contact-field input,.contact-field textarea{border:1.5px solid var(--border);border-radius:var(--r-md);background:var(--bg);font-size:14.5px;color:var(--fg);padding:13px 16px;outline:none;font-family:inherit;transition:border-color .15s}.contact-field input{height:50px}.contact-field input::placeholder,.contact-field textarea::placeholder{color:var(--muted)}.contact-field textarea{min-height:150px;resize:vertical;line-height:1.55}.contact-field input:focus,.contact-field textarea:focus{border-color:var(--accent)}.contact-submit{width:100%;height:56px;border:none;border-radius:999px;background:var(--accent);color:#fff;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;transition:opacity .15s,transform .15s;box-shadow:0 12px 22px #00782d3d;box-shadow:0 12px 22px oklch(50% .21 148 / .24)}.contact-submit:hover{opacity:.94;transform:translateY(-1px)}.contact-submit svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.contact-form-note{font-size:13.5px;padding:12px 16px;border-radius:var(--r-sm);margin-bottom:18px;line-height:1.5}.contact-form-note.success{background:var(--accent-light);color:var(--accent);font-weight:700}.contact-form-note.error{background:var(--rose);color:#a20519;font-weight:700}.contact-bottom-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:24px;align-items:stretch}.contact-map{position:relative;border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--border);min-height:280px}.contact-map iframe{width:100%;height:100%;min-height:280px;border:none;display:block}.contact-map-link{position:absolute;top:16px;left:16px;display:inline-flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:10px 16px;font-size:13px;font-weight:700;color:var(--accent);box-shadow:0 4px 14px #0211091a}.contact-map-link svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.contact-hours-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:28px;display:flex;flex-direction:column}.contact-hours-icon{width:44px;height:44px;border-radius:var(--r-sm);background:var(--accent-light);display:grid;place-items:center;margin-bottom:16px}.contact-hours-icon svg{width:20px;height:20px;stroke:var(--accent);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.contact-hours-title{font-family:var(--font-display);font-size:19px;font-weight:600;margin-bottom:14px}.contact-hours-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:14px;padding:10px 0;border-bottom:1px solid var(--border)}.contact-hours-row:last-of-type{border-bottom:none}.contact-hours-row span{color:var(--muted)}.contact-hours-row strong{font-weight:700;color:var(--fg);text-align:right}.contact-hours-badge{display:inline-flex;align-items:center;gap:8px;margin-top:18px;align-self:flex-start;background:var(--accent-light);color:var(--accent);font-size:12.5px;font-weight:700;padding:8px 14px;border-radius:999px}.contact-hours-badge:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent);flex-shrink:0}@media(max-width:900px){.contact-grid,.contact-bottom-grid,.contact-form-row{grid-template-columns:1fr}.contact-form-panel,.contact-info-card{padding:32px 24px}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/ph24-theme.css.map */
