:root{--bg: #070707;--surface: #0f0f0f;--card: #141414;--border: rgba(255,255,255,.07);--border-md: rgba(255,255,255,.13);--text: #f0ede9;--muted: rgba(240,237,233,.52);--faint: rgba(240,237,233,.24);--gold: #e8edf2;--gold-dim: rgba(232,237,242,.12);--teal: #0d9488;--error: #f87171;--hf: "Geist", system-ui, sans-serif;--bf: "Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mf: "Geist Mono", ui-monospace, "SF Mono", "Cascadia Mono", monospace;--hh: 62px;--pad: clamp(18px, 5vw, 68px);--r: 6px;--rlg: 10px;--ease: cubic-bezier(.4,0,.2,1);--ease-out: cubic-bezier(0,0,.2,1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bg);color:var(--text);font-family:var(--bf);font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--hf);margin:0;line-height:.9;font-weight:700;letter-spacing:0}p{margin:0}ul{list-style:none;margin:0;padding:0}button{cursor:pointer;border:none;background:none}button:disabled{opacity:.45;cursor:not-allowed}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}input,select,textarea,button{font:inherit}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--hh);display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:16px;padding:0 var(--pad);background:#070707f2;-webkit-backdrop-filter:blur(22px) saturate(180%);backdrop-filter:blur(22px) saturate(180%);border-bottom:1px solid var(--border)}.am-quick-nav{display:none!important}.brand{display:inline-flex;align-items:center;color:var(--text)}.brand-logo{width:38px;height:38px;border-radius:0;object-fit:contain;flex-shrink:0}.desktop-nav{display:flex;align-items:center;gap:6px;font-size:10.5px;letter-spacing:.18em;text-transform:uppercase}.desktop-nav button{padding:6px 10px;border-radius:6px;color:var(--muted);transition:color .15s,background .15s}.desktop-nav button:hover{color:var(--text);background:#ffffff0d}.nav-sep{width:1px;height:12px;background:var(--border);flex-shrink:0}.nav-time{font-style:normal;font-family:var(--mf);font-size:9.5px;color:var(--faint)}.cart-button{justify-self:end;display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:11px;letter-spacing:.1em;text-transform:uppercase;transition:border-color .15s,color .15s}.cart-button:hover{border-color:var(--border-md);color:var(--text)}.cart-button svg{width:15px;height:15px}.cart-badge{min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--gold);color:#060606;font-size:10px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;line-height:1}.hamburger{display:inline-flex;width:36px;height:36px;border-radius:8px;border:1px solid var(--border);color:var(--text);align-items:center;justify-content:center;flex-shrink:0}.hamburger svg{width:18px;height:18px}.mobile-menu{position:fixed;top:var(--hh);left:0;right:0;z-index:99;background:#070707fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);padding:10px var(--pad) 18px;display:flex;flex-direction:column;gap:2px;animation:slideDown .2s var(--ease-out)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu button{width:100%;text-align:left;padding:13px 14px;border-radius:8px;color:var(--text);font-size:15px;font-weight:500;letter-spacing:.04em;transition:background .15s}.mobile-menu button:hover{background:#ffffff0d}.mobile-only{display:none}.primary,.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:0 22px;border-radius:999px;background:var(--text);color:var(--bg);font-family:var(--bf);font-size:11.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;transition:background .15s,box-shadow .15s,transform .15s}.primary:hover,.btn-primary:hover{background:#fff;box-shadow:0 6px 22px #ffffff24;transform:translateY(-1px)}.primary svg,.btn-primary svg{width:15px;height:15px}.secondary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:0 22px;border-radius:999px;background:transparent;color:var(--text);font-family:var(--bf);font-size:11.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border:1px solid rgba(255,255,255,.18);cursor:pointer;transition:border-color .15s,background .15s}.secondary:hover,.btn-secondary:hover{border-color:#ffffff6b;background:#ffffff0a}.secondary svg,.btn-secondary svg{width:15px;height:15px}.compact{min-height:36px;padding:0 14px;font-size:10.5px}.wide{width:100%}.hero{position:relative;min-height:calc(100svh - var(--hh));overflow:hidden;display:flex;flex-direction:column;background:var(--bg)}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(150deg,#070707e0,#0707077a 55%,#0707072e),linear-gradient(0deg,rgba(7,7,7,.96) 0%,transparent 38%)}.hero-body{position:relative;z-index:1;flex:1;display:flex;align-items:center;padding:clamp(32px,7vh,80px) var(--pad)}.hero-content{max-width:640px}.hero-eyebrow{font-family:var(--mf);font-size:9.5px;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:18px}.hero-heading{font-family:var(--hf);font-size:clamp(3.6rem,7.5vw,8rem);font-weight:600;line-height:.88;letter-spacing:-.022em;color:#fff;display:block;margin-bottom:clamp(16px,3vh,28px);text-shadow:0 8px 40px rgba(0,0,0,.4)}.hero-heading span{display:block}.hero-sub{font-size:clamp(14px,1.8vw,17px);line-height:1.7;color:#f0ede9a8;max-width:480px;margin-bottom:clamp(24px,4vh,40px)}.hero-ctas{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}.hero-trust{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.ht-item{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:11.5px;font-weight:500}.ht-item svg{width:13px;height:13px;color:var(--gold);flex-shrink:0}.ht-stars{display:flex;gap:1px;color:var(--gold)}.ht-stars svg{width:11px;height:11px;fill:currentColor}.ht-sep{width:1px;height:11px;background:var(--border-md);flex-shrink:0}.hero-scroll{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:1;display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--faint);font-family:var(--mf);font-size:9px;letter-spacing:.22em;text-transform:uppercase}.scroll-bar{width:1px;height:36px;background:linear-gradient(to bottom,rgba(240,237,233,.35),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.35}50%{opacity:.72;transform:scaleY(.65)}}.section{padding:clamp(72px,8vw,92px) var(--pad);max-width:1480px;margin:0 auto}.section-border{border-top:1px solid var(--border)}.section-top{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:32px}.eyebrow{font-family:var(--mf);font-size:9.5px;font-weight:400;letter-spacing:.26em;text-transform:uppercase;color:var(--gold);margin-bottom:8px}.section-title{font-family:var(--hf);font-size:clamp(2.2rem,4vw,4rem);font-weight:600;line-height:.95;color:var(--text)}.text-link{color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:underline;text-underline-offset:5px;text-decoration-color:#ffffff2e;white-space:nowrap;transition:color .15s}.text-link:hover{color:var(--text)}.growth-band{max-width:1480px;margin:0 auto;padding:72px var(--pad);display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);gap:clamp(24px,5vw,68px);align-items:start}.growth-band__intro h2{max-width:470px;font-family:var(--hf);font-size:clamp(2rem,3.7vw,4rem);font-weight:600;line-height:.98;letter-spacing:0}.growth-band__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.growth-tile{min-width:0;display:grid;grid-template-rows:190px minmax(0,1fr);overflow:hidden;border:1px solid var(--border);border-radius:var(--r);background:#ffffff0b;color:var(--text);text-align:left}.growth-tile img{width:100%;height:100%;object-fit:cover;background:#ffffff0d;transition:transform .35s var(--ease)}.growth-tile:hover img{transform:scale(1.05)}.growth-tile span{display:grid;gap:8px;padding:16px}.growth-tile strong{font-size:13px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.growth-tile small{color:var(--muted);font-size:13px;line-height:1.45}.growth-tile em{color:#fff;font-size:10px;font-style:normal;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-card{position:relative;overflow:hidden;background:var(--card);border:1px solid var(--border);border-radius:var(--rlg);transition:border-color .25s,transform .25s,box-shadow .25s}.product-card:hover{border-color:#ffffff26;transform:translateY(-3px);box-shadow:0 16px 50px #0000008c}.product-visual-button{position:relative;width:100%;height:256px;border:none;background:#111;background-size:cover;background-position:center;padding:0;cursor:pointer;display:block;overflow:hidden}.product-visual-button img{width:100%;height:100%;object-fit:contain;padding:10px;transition:transform .65s var(--ease);background:radial-gradient(circle at 50% 38%,rgba(255,255,255,.09),transparent 60%)}.product-card:hover .product-visual-button img{transform:scale(1.06)}.product-sheen{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,rgba(0,0,0,.05) 52%,transparent 100%);pointer-events:none}.badge{position:absolute;top:10px;left:10px;padding:4px 10px;border-radius:999px;background:var(--gold);color:#060606;font-size:9.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.product-info{padding:14px 16px 16px}.product-title{display:block;width:100%;text-align:left;color:var(--text);font-size:14px;font-weight:600;line-height:1.35;margin-bottom:3px;padding:0;border:none;background:none;cursor:pointer;transition:color .15s;overflow-wrap:break-word;word-break:normal;-webkit-hyphens:auto;hyphens:auto}@media(max-width:480px){.product-title{font-size:12.5px!important;line-height:1.3}}.product-title:hover{color:var(--gold)}.product-meta{font-size:11.5px;color:var(--muted);margin-bottom:6px;text-transform:capitalize}.rating{display:flex;align-items:center;gap:4px;color:var(--gold);font-size:11.5px;font-weight:600;margin-bottom:8px}.rating svg{width:12px;height:12px;fill:currentColor}.rating-count{color:var(--muted);font-weight:400}.price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:10px}.price-row strong{font-size:18px;font-weight:700;color:var(--text)}.price-row span{font-size:12px;color:var(--muted);text-decoration:line-through}.price-row.large strong{font-size:26px}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;border-top:1px solid var(--border);padding-top:10px}.hiw-wrap{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.hiw-inner{max-width:1480px;margin:0 auto;padding:clamp(52px,8vw,92px) var(--pad)}.hiw-header{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;margin-bottom:44px}.hiw-header h2{font-size:clamp(2rem,4vw,3.6rem)}.hiw-header p{color:var(--muted);font-size:14px;line-height:1.75;padding-top:4px}.hiw-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hiw-step{padding:28px;background:var(--card);border:1px solid var(--border);border-radius:var(--rlg);transition:border-color .2s}.hiw-step:hover{border-color:var(--border-md)}.step-num{font-family:var(--mf);font-size:9.5px;letter-spacing:.22em;color:var(--gold);margin-bottom:14px}.step-icon{width:40px;height:40px;border-radius:999px;background:var(--gold-dim);display:grid;place-items:center;margin-bottom:16px}.step-icon svg{width:18px;height:18px;color:var(--gold)}.hiw-step h3{font-size:1.4rem;font-weight:600;color:var(--text);margin-bottom:8px}.hiw-step p{font-size:13px;color:var(--muted);line-height:1.65}.reviews-section{border-top:1px solid var(--border)}.reviews-header{margin-bottom:36px}.rating-summary{display:flex;align-items:center;gap:10px;margin-top:10px;flex-wrap:wrap}.rs-stars{display:flex;gap:2px;color:var(--gold)}.rs-stars svg{width:15px;height:15px;fill:currentColor}.rs-score{font-size:20px;font-weight:700}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.review-card{padding:22px;background:var(--card);border:1px solid var(--border);border-radius:var(--rlg);transition:border-color .2s}.review-card:hover{border-color:var(--border-md)}.rc-stars{display:flex;gap:2px;color:var(--gold);margin-bottom:12px}.rc-stars svg{width:13px;height:13px;fill:currentColor}.rc-text{font-size:13.5px;color:#f0ede9c7;line-height:1.65;margin-bottom:18px;font-style:italic}.rc-footer{display:flex;align-items:center;gap:10px;border-top:1px solid var(--border);padding-top:14px}.rc-avatar{width:34px;height:34px;border-radius:50%;background:var(--gold-dim);border:1px solid rgba(232,237,242,.24);display:grid;place-items:center;font-size:13px;font-weight:700;color:var(--gold);flex-shrink:0}.rc-footer strong{display:block;font-size:12.5px}.rc-footer span{font-size:11px;color:var(--muted)}.feature-band{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.feature{padding:clamp(28px,5vw,52px);border-right:1px solid var(--border)}.feature:last-child{border-right:none}.feat-icon{width:40px;height:40px;border-radius:999px;background:var(--gold-dim);display:grid;place-items:center;margin-bottom:16px}.feat-icon svg{width:18px;height:18px;color:var(--gold)}.feature h3{font-size:1.3rem;font-weight:600;margin-bottom:7px}.feature p{font-size:13px;color:var(--muted);line-height:1.65}.page{min-height:calc(100svh - var(--hh));padding:clamp(36px,6vw,64px) var(--pad);max-width:1480px;margin:0 auto}.page-heading{margin-bottom:28px}.page-heading h1{font-size:clamp(2.2rem,5vw,4.5rem);font-weight:600;margin-top:6px}.shop-tools{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:18px}.search-box{display:flex;align-items:center;gap:8px;padding:0 13px;height:40px;background:var(--surface);border:1px solid var(--border);border-radius:999px;flex:1;min-width:160px;transition:border-color .15s}.search-box:focus-within{border-color:var(--border-md)}.search-box.wide{width:100%;max-width:420px;flex:none}.search-box svg{width:15px;height:15px;color:var(--muted);flex-shrink:0}.search-box input{border:none;outline:none;background:transparent;color:var(--text);font-size:13px;width:100%}.search-box input::placeholder{color:var(--muted)}.sort-select{height:40px;padding:0 14px;background:var(--surface);border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:12px;font-weight:500;cursor:pointer;outline:none;transition:border-color .15s;-webkit-appearance:none}.sort-select:focus{border-color:var(--border-md)}.shape-pills{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:24px}.pill{padding:6px 13px;border-radius:999px;background:var(--surface);border:1px solid var(--border);color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:capitalize;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.pill:hover{border-color:var(--border-md);color:var(--text)}.pill.active{background:var(--text);border-color:var(--text);color:var(--bg)}.empty{text-align:center;color:var(--muted);padding:60px 0;font-size:15px}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,6vw,72px);align-items:start}.detail-visual{position:sticky;top:calc(var(--hh) + 20px);aspect-ratio:1/1;border-radius:var(--rlg);overflow:hidden;background:var(--surface);border:1px solid var(--border)}.detail-visual img{width:100%;height:100%;object-fit:contain;padding:16px}.detail-copy h1{font-size:clamp(2.2rem,4.5vw,4rem);font-weight:600;margin-bottom:10px}.detail-copy>p{color:var(--muted);line-height:1.7;margin-bottom:20px;font-size:14px}.field-label{display:flex;flex-direction:column;gap:5px;font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}.field-label input,.field-label select,.field-label textarea{width:100%;padding:10px 13px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);color:var(--text);font-size:13.5px;outline:none;transition:border-color .15s;font-weight:400;letter-spacing:0;text-transform:none}.field-label input:focus,.field-label select:focus,.field-label textarea:focus{border-color:var(--border-md)}.field-label textarea{resize:vertical;min-height:78px}.feature-list{display:grid;gap:8px;margin:18px 0}.feature-list li{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--muted)}.feature-list svg{width:15px;height:15px;color:var(--teal);flex-shrink:0}.checkout-page{display:grid;grid-template-columns:1fr 360px;gap:24px;align-items:start;padding-top:clamp(28px,5vh,52px)}.checkout-page h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:600}.checkout-form{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:20px}.checkout-form .span-2{grid-column:1 / -1}.checkout-form .field-label{margin-bottom:0;text-transform:none;letter-spacing:0;font-size:10.5px}.checkout-form .field-label input,.checkout-form .field-label select,.checkout-form .field-label textarea{padding:8px 11px;height:38px;font-size:13px}.checkout-form .field-label textarea{height:auto;min-height:68px}.payment-options{display:grid;gap:10px}.pay-box{grid-column:1 / -1;padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r)}.pay-box.selectable{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:11px;cursor:pointer;transition:border-color .15s,background .15s}.pay-box.selectable input{width:17px;height:17px;margin:2px 0 0;accent-color:var(--text)}.pay-box.selectable>span{display:grid;gap:3px}.pay-box.selectable>span>span:last-child{color:var(--muted);font-size:12px;line-height:1.5}.pay-box.selectable.selected{border-color:#ffffff52;background:#ffffff12}.pay-box-title{display:block;font-size:12px;font-weight:700;color:var(--text);margin-bottom:3px;letter-spacing:.06em;text-transform:uppercase}.pay-box p{font-size:12px;color:var(--muted);line-height:1.5}.pay-box.unavailable{border-style:dashed;opacity:.55}.form-error{grid-column:1 / -1;padding:9px 13px;background:#f8717114;border:1px solid rgba(248,113,113,.22);border-radius:var(--r);color:var(--error);font-size:12.5px;font-weight:600}.checkout-trust{grid-column:1 / -1;display:flex;gap:14px;align-items:center;flex-wrap:wrap;padding-top:2px}.checkout-trust span{display:flex;align-items:center;gap:5px;font-size:10.5px;color:var(--muted)}.checkout-trust svg{width:11px;height:11px;color:var(--teal)}.summary{position:sticky;top:calc(var(--hh) + 14px);background:var(--surface);border:1px solid var(--border);border-radius:var(--rlg);padding:18px}.summary h2{font-family:var(--bf);font-size:14px;font-weight:700;letter-spacing:0;line-height:1.3;margin-bottom:14px}.summary-line,.summary-row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--border);font-size:12.5px;color:var(--muted)}.summary-row.total{border-bottom:none;font-size:15px;font-weight:700;color:var(--text)}.summary-line strong,.summary-row strong{color:var(--text)}.shipping-progress{padding:10px 0;border-bottom:1px solid var(--border)}.sp-labels{display:flex;justify-content:space-between;gap:8px;font-size:11px;color:var(--muted);margin-bottom:7px}.sp-labels strong{color:var(--text)}.sp-bar{height:4px;border-radius:999px;background:var(--border);overflow:hidden}.sp-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--teal),var(--gold));min-width:4px;transition:width .4s var(--ease)}.compact-summary{background:transparent;border:none;border-top:1px solid var(--border);border-radius:0;padding:12px 20px;position:static}.compact-summary .summary-row{border-color:#ffffff0f}.compact-summary h2{display:none}.slim{max-width:700px;min-height:60svh}.confirmation{text-align:center;padding-top:clamp(40px,8vh,80px)}.success-icon{width:60px;height:60px;color:var(--teal);margin:0 auto 16px}.confirmation h1{font-family:var(--mf);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:400;letter-spacing:.04em}.confirmation-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:24px}.status-card{display:flex;align-items:flex-start;gap:14px;padding:18px;background:var(--surface);border:1px solid var(--border);border-radius:var(--rlg);margin-top:18px}.status-card svg{width:26px;height:26px;color:var(--teal);flex-shrink:0}.status-card h2{font-family:var(--mf);font-size:1rem;font-weight:400;letter-spacing:.06em;margin-bottom:4px}.status-card p{font-size:13px;color:var(--muted);margin-top:2px}.contact-grid{display:grid;gap:10px;margin-top:22px}.contact-grid a{display:flex;align-items:center;gap:12px;padding:16px 18px;background:var(--surface);border:1px solid var(--border);border-radius:var(--rlg);font-size:14px;font-weight:500;transition:border-color .15s}.contact-grid a:hover{border-color:var(--border-md)}.contact-grid svg{width:18px;height:18px;color:var(--gold)}.faq-list{display:grid;gap:8px;margin-top:20px}details{background:var(--surface);border:1px solid var(--border);border-radius:var(--rlg);transition:border-color .15s}details[open]{border-color:var(--border-md)}summary{padding:16px 18px;cursor:pointer;font-weight:600;font-size:14px;list-style:none;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none}summary::-webkit-details-marker{display:none}.chevron{width:15px;height:15px;color:var(--muted);transition:transform .2s;flex-shrink:0}details[open] .chevron{transform:rotate(180deg)}details p{padding:0 18px 16px;font-size:13.5px;color:var(--muted);line-height:1.7}.policy-list{display:grid;gap:8px;margin-top:20px}.policy-item{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;background:var(--surface);border:1px solid var(--border);border-radius:var(--rlg);font-size:13.5px;color:var(--muted);line-height:1.65}.policy-item svg{width:18px;height:18px;color:var(--gold);flex-shrink:0;margin-top:1px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(160px,auto);gap:16px}.cat-card:nth-child(1){grid-column:span 2;grid-row:span 2}.cat-card:nth-child(2){grid-column:span 2;grid-row:span 1}.cat-card:nth-child(6){grid-column:span 3}@media(max-width:1024px){.category-grid{grid-template-columns:repeat(3,1fr)}.cat-card:nth-child(1){grid-column:span 2;grid-row:span 2}.cat-card:nth-child(2){grid-column:span 1;grid-row:span 1}.cat-card:nth-child(6){grid-column:span 2}}@media(max-width:720px){.category-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(140px,auto);gap:12px}.cat-card:nth-child(n){grid-column:span 1!important;grid-row:span 1!important;aspect-ratio:1/1}.cat-card:nth-child(1),.cat-card:nth-child(6){grid-column:span 2!important;aspect-ratio:2/1}}.cat-card{position:relative;border-radius:var(--rlg);overflow:hidden;aspect-ratio:4/3;border:1px solid var(--border);text-align:left;transition:transform .25s var(--ease),border-color .25s;cursor:pointer;background:var(--card)}.cat-card:hover{transform:translateY(-4px);border-color:var(--border-md)}.cat-img-wrap{position:absolute;inset:0}.cat-img-wrap img{width:100%;height:100%;object-fit:cover;opacity:.75;transition:opacity .3s,transform .4s var(--ease)}.cat-card:hover .cat-img-wrap img{opacity:.9;transform:scale(1.04)}.cat-overlay{position:absolute;inset:0;background:linear-gradient(to top,#000000d1,#0000001a 60%)}.cat-info{position:absolute;bottom:0;left:0;right:0;padding:16px 18px;display:flex;flex-direction:column;gap:2px}.cat-label{font-family:var(--hf);font-size:1.35rem;font-weight:700;color:var(--text);line-height:1.1}.cat-count{font-size:11px;color:var(--muted);letter-spacing:.06em}.reviews-marquee-wrap{padding:clamp(48px,6vw,80px) 0;border-top:1px solid var(--border);overflow:hidden}.reviews-track-outer{overflow:hidden;width:100%}.reviews-track{display:flex;gap:20px;width:max-content;animation:reviewScroll 60s linear infinite}.reviews-track:hover{animation-play-state:paused}@keyframes reviewScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.rmc{width:300px;flex-shrink:0;background:var(--card);border:1px solid var(--border);border-radius:var(--rlg);padding:20px;display:flex;flex-direction:column;gap:10px}.rmc-stars{display:flex;gap:2px}.rmc-stars svg{width:12px;height:12px;fill:var(--gold);color:var(--gold)}.rmc-text{font-size:13px;color:var(--muted);line-height:1.6;flex:1;font-style:italic}.rmc-footer{display:flex;align-items:center;gap:10px}.rmc-avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0;background:var(--gold-dim);color:var(--gold);font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center}.rmc-name{font-size:12px;font-weight:600;color:var(--text)}.rmc-city{color:var(--muted);font-weight:400}.rmc-product{font-size:11px;color:var(--faint)}.rating-summary{display:flex;align-items:center;gap:8px}.rs-stars{display:flex;gap:2px}.rs-stars svg{width:14px;height:14px;fill:var(--gold);color:var(--gold)}.rs-score{font-size:1.4rem;font-weight:700;font-family:var(--hf);color:var(--gold)}.rs-label{font-size:12px;color:var(--muted)}.am-inspo{background:var(--surface);border-top:1px solid var(--border);padding:clamp(48px,7vw,80px) 0;overflow:hidden}.am-inspo__inner{max-width:1400px;margin:0 auto;padding:0 var(--pad)}.am-inspo__hd{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:36px;flex-wrap:wrap}.am-inspo__rail{display:flex;gap:16px;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory;scrollbar-width:none}.am-inspo__rail::-webkit-scrollbar{display:none}.am-pin-wrap{flex:0 0 auto;scroll-snap-align:start;width:236px}.am-pin-wrap>span,.am-pin-wrap>a{display:block}.am-inspo__cta{margin-top:28px;text-align:right}.am-inspo__cta-link{font-size:12.5px;font-weight:600;color:var(--gold);letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid rgba(232,237,242,.3);padding-bottom:2px;transition:border-color .2s}.am-inspo__cta-link:hover{border-color:var(--gold)}@media(max-width:768px){.am-inspo__hd{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:24px}.am-pin-wrap{width:200px}}footer{background:var(--surface);border-top:1px solid var(--border);padding:0 var(--pad) 28px;display:flex;flex-direction:column;gap:0}.footer-wordmark{font-family:var(--hf);font-size:clamp(4rem,11vw,10rem);font-weight:700;letter-spacing:-.02em;line-height:1;color:var(--text);padding:clamp(36px,5vw,60px) 0 clamp(20px,3vw,36px);border-bottom:1px solid var(--border);-webkit-user-select:none;user-select:none;pointer-events:none}.footer-main{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:start;padding:clamp(28px,4vw,48px) 0 0}.footer-brand strong{display:block;font-size:12px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;margin-bottom:8px}footer p{color:var(--muted);font-size:12.5px;line-height:1.65;max-width:360px}.footer-links{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.footer-links button{color:var(--muted);font-size:12px;font-weight:500;letter-spacing:.06em;transition:color .15s;text-transform:capitalize}.footer-links button:hover{color:var(--text)}.footer-copy{border-top:1px solid var(--border);margin-top:clamp(28px,4vw,48px);padding-top:20px;font-size:11px;color:var(--faint);display:flex;justify-content:space-between;gap:16px}.cart-upsell{padding:12px 16px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.cart-upsell-label{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;gap:5px;margin-bottom:10px}.cart-upsell-label svg{width:12px;height:12px}.cart-upsell-list{display:flex;flex-direction:column;gap:8px}.cart-upsell-item{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:10px;padding:8px;background:var(--card);border-radius:8px;border:1px solid var(--border)}.cart-upsell-item img{width:44px;height:44px;object-fit:cover;border-radius:6px;cursor:pointer}.cart-upsell-info{display:flex;flex-direction:column;min-width:0}.cart-upsell-info span{font-size:11.5px;color:var(--muted);cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-upsell-info span:hover{color:var(--text)}.cart-upsell-info strong{font-size:12px;color:var(--gold);margin-top:2px}.cart-upsell-add{width:28px;height:28px;border-radius:50%;flex-shrink:0;background:var(--gold-dim);border:1px solid var(--gold);color:var(--gold);display:flex;align-items:center;justify-content:center;transition:background .15s}.cart-upsell-add:hover{background:var(--gold);color:#000}.cart-upsell-add svg{width:13px;height:13px}.drawer-shipping-nudge{margin-top:8px;font-size:11.5px;color:var(--muted);display:flex;align-items:center;gap:5px;justify-content:center}.drawer-shipping-nudge svg{width:13px;height:13px;flex-shrink:0}.drawer-shipping-nudge strong{color:var(--teal)}.order-bump{border:2px dashed var(--gold);border-radius:var(--rlg);padding:14px;background:var(--gold-dim);transition:background .2s,border-color .2s}.order-bump.bump-added{background:#e8edf229;border-style:solid}.bump-check{display:flex;cursor:pointer}.bump-check input[type=checkbox]{display:none}.bump-box{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:12px;width:100%}.bump-box img{width:52px;height:52px;object-fit:cover;border-radius:8px}.bump-box>span{display:flex;flex-direction:column;gap:3px}.bump-box>span strong{font-size:12.5px;color:var(--text);line-height:1.3}.bump-sub{font-size:11px;color:var(--muted)}.bump-price{font-size:14px;font-weight:800;color:var(--gold);flex-shrink:0}.drawer-shell{position:fixed;inset:0;z-index:200}.drawer-backdrop{position:absolute;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;cursor:default;animation:fadeIn .2s var(--ease-out)}.cart-drawer{position:absolute;top:0;right:0;bottom:0;width:min(420px,100vw);background:var(--surface);border-left:1px solid var(--border);display:flex;flex-direction:column;animation:drawerIn .25s var(--ease-out)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes drawerIn{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-header{display:flex;justify-content:space-between;align-items:center;padding:18px;border-bottom:1px solid var(--border)}.drawer-header h2{font-family:var(--bf);font-size:15px;font-weight:700;letter-spacing:0}.icon-button{width:34px;height:34px;border-radius:50%;background:#ffffff0d;border:1px solid var(--border);display:grid;place-items:center;color:var(--text);cursor:pointer;transition:background .15s}.icon-button:hover{background:#ffffff1a}.icon-button svg{width:15px;height:15px}.cart-lines{flex:1;overflow-y:auto;padding:8px 18px}.cart-line{display:grid;grid-template-columns:72px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--border)}.cart-line-thumb{width:72px;height:82px;border:1px solid rgba(232,237,242,.18);background:#050505;overflow:hidden;display:block;cursor:pointer}.cart-line-thumb img{width:100%;height:100%;object-fit:cover;object-position:center;filter:grayscale(.08) contrast(1.06)}.cart-line-thumb:hover img{transform:scale(1.04)}.cart-line strong{font-size:13.5px;display:block;margin-bottom:2px}.cart-line p{font-size:11.5px;color:var(--muted);margin:2px 0}.cart-line-price{font-size:13px;font-weight:700;color:var(--gold)}.qty{display:flex;align-items:center;gap:5px}.qty-btn{width:26px;height:26px;border-radius:50%;background:#ffffff0d;border:1px solid var(--border);display:grid;place-items:center;color:var(--text);cursor:pointer;transition:background .15s}.qty-btn:hover{background:#ffffff1a}.qty-btn svg{width:11px;height:11px}.qty span{min-width:22px;text-align:center;font-size:13px;font-weight:600}.drawer-footer{border-top:1px solid var(--border);padding:12px 18px 16px}.floating-review{position:fixed;bottom:22px;left:22px;z-index:90;width:268px;padding:14px;background:#121212f7;border:1px solid var(--border-md);border-radius:var(--rlg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 16px 48px #0000008c;opacity:0;transform:translateY(10px);transition:opacity .38s var(--ease),transform .38s var(--ease);pointer-events:none}.floating-review.visible{opacity:1;transform:translateY(0);pointer-events:auto}.fr-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}.fr-stars{display:flex;gap:1px;color:var(--gold)}.fr-stars svg{width:10px;height:10px;fill:currentColor}.fr-live{font-family:var(--mf);font-size:8.5px;color:var(--teal);letter-spacing:.1em;text-transform:uppercase}.fr-text{font-size:11.5px;color:#f0ede9cc;line-height:1.5;margin-bottom:10px;font-style:italic}.fr-author{display:flex;align-items:center;gap:8px}.fr-avatar{width:26px;height:26px;border-radius:50%;background:var(--gold-dim);border:1px solid rgba(232,237,242,.22);display:grid;place-items:center;font-size:10px;font-weight:700;color:var(--gold);flex-shrink:0}.fr-name{font-size:11px;font-weight:700}.fr-city{font-size:10px;color:var(--muted)}.fr-dismiss{position:absolute;top:7px;right:8px;width:20px;height:20px;border-radius:50%;background:#ffffff0f;border:none;display:grid;place-items:center;color:var(--muted);cursor:pointer;font-size:12px;line-height:1}.reveal{opacity:0;transform:translateY(18px);transition:opacity .5s var(--ease-out),transform .5s var(--ease-out)}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-d1{transition-delay:.1s}.reveal-d2{transition-delay:.2s}.reveal-d3{transition-delay:.3s}.reveal-d4{transition-delay:.35s}@media(max-width:1200px){.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.category-grid{grid-template-columns:repeat(3,1fr);gap:12px}.checkout-page{grid-template-columns:1fr}.summary{position:static}.product-page{grid-template-columns:1fr}.detail-visual{position:static;aspect-ratio:4/3}}@media(max-width:900px){.category-grid{grid-template-columns:repeat(2,1fr)}.hiw-header{grid-template-columns:1fr;gap:14px}.hiw-steps{grid-template-columns:1fr 1fr}.feature-band{grid-template-columns:1fr}.feature{border-right:none;border-bottom:1px solid var(--border)}.feature:last-child{border-bottom:none}footer{grid-template-columns:1fr}.footer-links{align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:10px}.footer-main{grid-template-columns:1fr;gap:20px}}@media(max-width:768px){:root{--hh: 58px}.site-header{grid-template-columns:auto 1fr auto;gap:10px}.desktop-nav,.header-meta{display:none}.brand-logo{width:32px;height:32px}.hero-heading{font-size:clamp(2.8rem,12vw,4.5rem)}.ht-sep,.hero-scroll{display:none}.product-visual-button{height:220px}.product-grid{gap:10px}.section-top{flex-direction:column;align-items:flex-start;gap:8px}.hiw-steps,.reviews-grid,.checkout-form{grid-template-columns:1fr}.floating-review{width:calc(100vw - 32px);left:16px;bottom:80px}.footer-wordmark{font-size:clamp(2.6rem,14vw,4rem);padding:24px 0 16px;letter-spacing:-.01em}.footer-main{padding-top:20px;gap:16px}.footer-brand strong{font-size:11px;margin-bottom:6px}footer p{font-size:12px;max-width:100%}.footer-links{flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:8px 16px}.footer-links button{font-size:12px}.footer-copy{font-size:10.5px;margin-top:20px;padding-top:14px;flex-wrap:wrap;gap:6px}}@media(max-width:900px){.header-meta,.desktop-nav,.nav-time{display:none!important}.site-header{grid-template-columns:46px 1fr 64px;height:70px;align-items:center}.hamburger{grid-column:1;grid-row:1;width:44px;height:44px}.brand{grid-column:2;justify-self:start;min-width:0}.brand-wordmark{display:block;font-size:18px;line-height:.86}.brand-wordmark span{display:block}.brand-wordmark span+span:before{content:""}.cart-button{grid-column:3;justify-self:end;width:64px;height:44px;min-height:44px;padding:0;justify-content:center}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}.hero-ctas .primary,.hero-ctas .secondary{width:100%;justify-content:center}.hero-ctas{gap:8px}.shape-pills{gap:5px}.product-actions{grid-template-columns:1fr}}.press-strip{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:24px 0 26px;overflow:hidden}.press-label{text-align:center;font-size:10px;font-weight:700;letter-spacing:.22em;color:var(--muted);text-transform:uppercase;margin:0 0 16px}.press-track-wrap{overflow:hidden}.press-track{display:flex;align-items:center;gap:22px;width:max-content;animation:pressScroll 44s linear infinite}.press-logo{display:flex;align-items:center;justify-content:center;width:180px;height:112px;opacity:.82;overflow:hidden;transition:opacity .2s;flex-shrink:0}.press-logo:hover{opacity:1}.press-logo img{width:180px;height:180px;object-fit:cover;object-position:center}@keyframes pressScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.footer-delivery{border-top:1px solid var(--border);padding:20px var(--pad) 0;margin-top:24px;text-align:center}.footer-delivery-label{font-size:10px;font-weight:700;letter-spacing:.18em;color:var(--muted);text-transform:uppercase;margin:0 0 14px}.footer-delivery-logos{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:20px 28px}.dlv-logo{height:28px;width:auto;max-width:120px;object-fit:contain;opacity:.7;transition:opacity .2s}.dlv-logo:hover{opacity:1}@media(max-width:480px){.dlv-logo{height:22px}.footer-delivery-logos{gap:14px 20px}.press-track{gap:14px}.press-logo{width:136px;height:88px}.press-logo img{width:136px;height:136px}}footer{background:#000;border-top:1px solid var(--border)}.footer-wordmark{align-self:flex-start;display:grid;gap:0;margin:clamp(28px,5vw,72px) 0 0;padding:0;border:0;color:#e8edf22e;font-family:var(--bf);font-size:clamp(4.5rem,14vw,13rem);font-weight:900;line-height:.72;letter-spacing:0;text-transform:none;-webkit-user-select:none;user-select:none;pointer-events:none}:root{--bg: #000;--surface: #060606;--card: #111;--border: rgba(255,255,255,.11);--border-md: rgba(255,255,255,.22);--text: #f7f7f2;--muted: rgba(247,247,242,.58);--faint: rgba(247,247,242,.34);--gold: #e8edf2;--gold-dim: rgba(232,237,242,.12);--hh: 86px;--r: 0px;--rlg: 0px}body{background:#000}main{padding-top:var(--hh)}.hamburger{order:5;width:42px;height:42px;border-radius:var(--r);color:var(--text)}.brand{min-width:0}.brand-wordmark{display:block;font-family:var(--bf);font-size:24px;font-weight:800;line-height:.88;color:#fff;text-transform:none}.desktop-nav{justify-self:center;display:grid;gap:4px;font-family:var(--bf);font-size:14px;font-weight:700;color:var(--muted);text-transform:none}.desktop-nav:before{content:none;color:#fff;font-size:14px;font-weight:800}.desktop-nav button{padding:0;border-radius:0;color:var(--muted);font-size:14px;text-transform:none}.desktop-nav button:hover{background:transparent;color:#fff}.nav-time{justify-self:end;font-family:var(--bf);font-size:14px;color:var(--muted)}.header-meta{justify-self:end;display:grid;gap:4px;font-family:var(--bf);font-size:14px;color:var(--muted)}.header-meta strong{color:#fff;font-size:14px}.header-meta span{white-space:nowrap}.cart-button{justify-self:end;min-height:44px;padding:0 14px;border-radius:var(--r);background:transparent;border-color:var(--border-md);color:#fff}.cart-button span:not(.cart-badge){display:none}.cart-badge{border-radius:5px;background:#fff;color:#000}.palmer-hero{min-height:calc(100svh - var(--hh));display:flex;flex-direction:column;background:#000;border-bottom:1px solid var(--border)}.hero-eyebrow,.eyebrow{font-family:var(--bf);font-size:14px;font-weight:800;color:var(--muted);text-transform:none;margin-bottom:20px}.hero-ctas{margin-top:30px;gap:12px}.primary,.btn-primary{background:#fff;color:#000}.secondary,.btn-secondary{border-color:var(--border-md);color:#fff}.palmer-media{position:relative;min-height:378px;border-radius:0;overflow:hidden;background:#171717;border:1px solid var(--border)}.palmer-media img{width:100%;height:100%;min-height:378px;object-fit:cover;object-position:center;filter:grayscale(.08) contrast(1.05)}.palmer-media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.58),transparent 42%)}.palmer-media-caption{position:absolute;left:18px;right:18px;bottom:16px;z-index:1;display:flex;justify-content:space-between;gap:14px;color:#fff;font-size:13px;font-weight:700}.palmer-wordmark{position:relative;overflow:hidden;white-space:nowrap;padding:clamp(24px,3.4vw,44px) 24px clamp(18px,2.8vw,34px);border-bottom:1px solid var(--border);color:#fff;font-family:var(--bf);font-size:clamp(5.6rem,16.8vw,18rem);font-weight:900;line-height:.74}.palmer-wordmark span{margin-left:.12em}.palmer-wordmark sup{position:relative;top:-.55em;margin-left:.08em;font-size:.22em;line-height:1}.palmer-hero-footer{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;padding:18px 24px;color:var(--text);font-size:13px;font-weight:700}.palmer-hero-footer span:nth-child(2){color:var(--gold)}.section{padding-top:clamp(70px,8vw,116px);padding-bottom:clamp(70px,8vw,116px)}.section-top{margin-bottom:38px}.section-title,.page-heading h1,.detail-copy h1,.checkout-page h1,.footer-wordmark{font-family:var(--bf);font-weight:900;line-height:.92;text-transform:none}.section-title{font-size:clamp(3.8rem,7vw,8rem)}.text-link{font-family:var(--bf);font-size:13px;font-weight:800;color:var(--muted);text-transform:none}.category-grid{gap:16px}.cat-card{border-radius:var(--rlg);aspect-ratio:16/10;border-color:var(--border)}.cat-label,.product-title{font-family:var(--bf);font-weight:900;line-height:.96;text-transform:none}.product-grid{gap:16px}.product-card{background:#080808;border-color:var(--border);border-radius:var(--rlg)}.product-card:hover{border-color:var(--border-md);transform:translateY(-2px);box-shadow:none}.product-visual-button{height:292px;background:#121212}.product-title{font-size:18px}.price-row strong{font-family:var(--bf);font-size:21px;font-weight:900}.badge,.pill{border-radius:var(--r);font-family:var(--bf);font-weight:800;text-transform:none}.rmc{width:244px;padding:14px;border-radius:var(--r);background:#080808}@media(max-width:900px){:root{--hh: 70px}.site-header{height:var(--hh);grid-template-columns:auto 1fr auto;gap:12px;padding:0 16px}.desktop-nav{display:none}.hamburger{order:initial}.brand{justify-self:start}.brand-wordmark{font-size:18px;line-height:.92}.palmer-hero-top{display:flex;flex-direction:column;align-items:stretch;min-height:0;padding:42px 18px 18px}.hero-heading{font-size:clamp(3.15rem,12.5vw,5.2rem);line-height:.94}.hero-sub{font-size:15px}.hero-ctas{display:grid}.palmer-media,.palmer-media img{min-height:260px}.palmer-media-caption{font-size:12px;flex-direction:column;gap:2px}.palmer-wordmark{padding:24px 18px 18px;font-size:clamp(4.2rem,21vw,7.8rem);white-space:normal}.palmer-wordmark span{display:block;margin-left:0}.palmer-hero-footer{grid-template-columns:1fr;gap:8px;padding:16px 18px 18px}.palmer-hero-footer span:last-child{justify-self:start}.section{padding-top:64px;padding-bottom:64px}.section-title{font-size:clamp(3.2rem,15vw,5.2rem)}.product-visual-button{height:246px}}*,*:before,*:after{letter-spacing:0!important}:root{--hh: 70px}.site-header{height:70px;grid-template-columns:auto minmax(88px,auto) 1fr auto;background:#050505f5;border-bottom-color:#ffffff29}.brand{justify-self:start;min-width:88px}.brand-wordmark{display:grid;gap:0;font-family:var(--hf);font-size:22px;font-weight:700;line-height:.72;text-transform:uppercase;color:#fff}.brand-logo{display:none}.desktop-nav{font-family:var(--hf);font-size:16px;font-weight:700}.desktop-nav button,.mobile-menu button,.cart-button,.hamburger,.primary,.secondary,.btn-primary,.btn-secondary,.compact,.pill,.sort-select,.text-link,.pay-box-title{font-family:var(--hf);font-weight:700;text-transform:uppercase}.desktop-nav button,.mobile-menu button,.hamburger,.cart-button,.primary,.secondary,.btn-primary,.btn-secondary,.search-box,.sort-select,.pill,.field-label input,.field-label select,.field-label textarea,.pay-box,.form-error{border-radius:var(--r)}.cart-button{min-height:42px;padding:0 12px;border-color:#ffffff38;color:#fff}.cart-badge,.qty-btn,.icon-button,.fr-avatar,.rmc-avatar,.rc-avatar,.step-icon,.feat-icon{border-radius:var(--r)}.primary,.btn-primary,.secondary,.btn-secondary{min-height:50px;padding:0 24px;border-radius:var(--r);font-size:18px}button,a,input,select,textarea,.site-header,.hamburger,.cart-button,.cart-badge,.mobile-menu,.mobile-menu button,.primary,.secondary,.btn-primary,.btn-secondary,.search-box,.sort-select,.pill,.badge,.product-card,.product-visual-button,.product-visual-button img,.cat-card,.detail-visual,.summary,.pay-box,.order-bump,.bump-box img,.cart-drawer,.icon-button,.qty-btn,.cart-upsell-item,.cart-upsell-add,.floating-review,.fr-avatar,.rc-avatar,.rmc,.rmc-avatar,.review-card,.hiw-step,.step-icon,.feat-icon,.status-card,.contact-grid a,details,.policy-item,.am-chat-launcher,.am-chat-launcher:before,.am-launcher-badge,.am-chatbot,.am-chatbot__avatar-img,.am-chatbot__avatar-status,.am-chatbot__action-btn,.am-chat-msg,.am-chat-product,.am-chat-product-img,.am-chat-product-badge,.am-chat-product-rank,.am-chat-product-view,.am-chat-product-add,.am-chat-discount,.am-chat-discount button,.am-chat-action-btn,.am-chatbot__prompts button,.am-form-inner,.am-send-btn{border-radius:0!important}.primary,.btn-primary{background:#fff;color:#050505}.secondary,.btn-secondary{border-color:#e8edf252;color:#fff}.hero{min-height:calc(100svh - 70px)}.hero-bg{object-position:64% center;filter:contrast(1.06) saturate(.92)}.hero-overlay{background:linear-gradient(90deg,#050505fa,#050505db 34%,#05050552,#05050514),linear-gradient(0deg,#050505fa,#0505052e 46%,#0505050a)}.hero-body{padding-top:clamp(46px,8vh,96px);padding-bottom:clamp(46px,8vh,96px)}.hero-content{max-width:760px;padding-left:clamp(18px,3vw,34px);border-left:4px solid var(--gold)}.hero-eyebrow,.eyebrow{font-family:var(--hf);font-size:13px;font-weight:700;color:var(--gold)}.hero-heading{font-family:var(--hf);font-size:clamp(5.4rem,11vw,12.5rem);font-weight:700;line-height:.66;text-transform:uppercase;max-width:760px;margin-bottom:clamp(18px,3vh,32px);text-shadow:0 18px 56px rgba(0,0,0,.72)}.hero-sub{max-width:610px;font-size:clamp(1.02rem,1.6vw,1.28rem);line-height:1.55;color:#ffffffc2}.hero-ctas{gap:10px;margin-top:28px}.hero-trust{display:inline-flex;width:auto;max-width:100%;padding:10px 12px;border:1px solid rgba(255,255,255,.16);background:#00000061}.section-title,.page-heading h1,.detail-copy h1,.checkout-page h1,.confirmation h1,.status-card h2,.hiw-step h3,.feature h3,.cat-label,.footer-wordmark{font-family:var(--hf);font-weight:700;text-transform:uppercase}.section-title{font-size:clamp(3.2rem,5.6vw,6rem);line-height:.72}.page-heading h1,.detail-copy h1{font-size:clamp(3.4rem,6vw,6.4rem);line-height:.72}.product-card,.cat-card,.hiw-step,.review-card,.rmc,.summary,.detail-visual,.status-card,.contact-grid a,details,.policy-item,.cart-drawer,.floating-review,.order-bump{border-radius:var(--rlg);border-color:#ffffff24}.product-card{background:#101010;box-shadow:inset 0 1px #ffffff0a}.product-visual-button{height:270px;background-color:#080808}.product-visual-button img{padding:14px;background:linear-gradient(135deg,#ffffff0f,#fff0 46%),radial-gradient(circle at 52% 38%,rgba(255,255,255,.12),transparent 56%)}.badge{border-radius:var(--r);padding:5px 9px;font-family:var(--hf);font-size:12px}.product-title{font-family:var(--hf);font-size:22px;font-weight:700;line-height:.9;text-transform:uppercase}.price-row strong{font-family:var(--hf);font-size:24px;font-weight:700}.shape-pills{gap:8px}.pill{padding:8px 12px;font-size:13px}.pill.active{background:var(--gold);border-color:var(--gold);color:#050505}.cat-card{aspect-ratio:16/10}.cat-label{font-size:2.4rem}.reviews-track{gap:12px}.rmc{width:260px;padding:14px;gap:8px;background:#101010}.rmc-text{font-size:12px;line-height:1.45}.rmc-avatar{width:28px;height:28px}.rmc-name{font-family:var(--hf);font-size:14px;font-weight:700;text-transform:uppercase}.floating-review{width:240px;padding:12px}.footer-wordmark{line-height:.78}@media(max-width:768px){:root{--hh: 62px}.site-header{height:62px;grid-template-columns:auto 1fr auto;padding-inline:14px}.brand-wordmark{font-size:18px}.hamburger{width:40px;height:40px}.hero{min-height:calc(100svh - 62px)}.hero-bg{object-position:68% center}.hero-overlay{background:linear-gradient(90deg,#050505fa,#050505e0 54%,#0505056b),linear-gradient(0deg,#050505fa,#0505051a 48%)}.hero-content{max-width:100%;padding-left:16px}.hero-heading{font-size:clamp(5rem,20vw,7.2rem)}.hero-sub{font-size:15px;max-width:92%}.hero-trust{display:grid;gap:6px}.section-title,.page-heading h1,.detail-copy h1{font-size:clamp(2.55rem,12vw,4rem)}.product-visual-button{height:236px}.cat-label{font-size:1.6rem}.rmc{width:235px}}:root{--hh: 86px}.site-header{height:var(--hh);grid-template-columns:minmax(150px,1fr) minmax(260px,auto) minmax(210px,1fr) auto;gap:28px;padding:0 24px;background:#000;border-bottom:1px solid var(--border);-webkit-backdrop-filter:none;backdrop-filter:none}.brand-wordmark{display:block;font-family:var(--bf);font-size:24px;font-weight:800;line-height:.88;text-transform:none}.brand-wordmark span{display:inline}.brand-wordmark span+span:before{content:" "}.desktop-nav{justify-self:center;display:flex;flex-wrap:wrap;justify-content:center;align-content:center;width:280px;gap:4px 14px;font-family:var(--bf);font-size:14px;font-weight:700;text-transform:none}.desktop-nav:before{content:"Quick Links";flex:0 0 100%;text-align:center;color:#fff;font-weight:800}.desktop-nav button{padding:0;border-radius:0;font-family:var(--bf);font-size:14px;text-transform:none}.desktop-nav button:hover{background:transparent}.nav-sep{display:none}.nav-time{display:none;font-family:var(--bf);font-size:14px}.nav-time:before{content:"India ";color:#fff;font-weight:800}.hamburger,.cart-button{border-radius:var(--r)}.palmer-hero{min-height:calc(100svh - var(--hh));background:#000;border-bottom:1px solid var(--border)}.palmer-hero-top{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:clamp(32px,7vw,90px);align-items:center;min-height:430px;padding:clamp(44px,6.5vw,84px) 24px 24px;border-bottom:1px solid var(--border)}.hero-content{max-width:760px;padding:0;border-left:0}.hero-eyebrow,.eyebrow{font-family:var(--bf);font-size:14px;font-weight:800;text-transform:none;color:var(--muted);margin-bottom:20px}.hero-heading{font-family:var(--bf);font-size:clamp(3.9rem,7.3vw,7.9rem);font-weight:900;line-height:.92;max-width:820px;text-transform:none;color:#fff;text-shadow:none;margin-bottom:24px}.hero-sub{max-width:560px;color:var(--muted);font-size:clamp(1rem,1.35vw,1.22rem);line-height:1.55}.primary,.btn-primary,.secondary,.btn-secondary{min-height:52px;padding:0 22px;border-radius:var(--r);font-family:var(--bf);font-size:14px;font-weight:800;text-transform:none}.palmer-media{position:relative;min-height:378px;border-radius:var(--rlg);overflow:hidden;background:#171717;border:1px solid var(--border)}.palmer-media img{width:100%;height:100%;min-height:378px;object-fit:cover;object-position:center}.palmer-wordmark{padding:clamp(24px,3.4vw,44px) 24px clamp(18px,2.8vw,34px);border-bottom:1px solid var(--border);font-family:var(--bf);font-size:clamp(5.6rem,16.8vw,18rem);font-weight:900;line-height:.74;white-space:nowrap;text-transform:none}.palmer-hero-footer{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;padding:18px 24px;font-family:var(--bf);font-size:13px;font-weight:700}.palmer-hero-footer span:last-child{justify-self:end}.section-title,.page-heading h1,.detail-copy h1,.checkout-page h1,.footer-wordmark,.cat-label,.product-title,.price-row strong{font-family:var(--bf);text-transform:none}.section-title{font-size:clamp(3.8rem,7vw,8rem);line-height:.92}.cat-label{font-size:clamp(2rem,3.4vw,4rem)}.product-title{font-size:18px;line-height:1.08}.floating-review{display:none!important}@media(max-width:900px){:root{--hh: 70px}.site-header{height:var(--hh);grid-template-columns:auto 1fr auto;gap:12px;padding:0 16px}.desktop-nav{display:none}.hamburger{order:initial;width:42px;height:42px}.brand-wordmark{font-size:18px;line-height:.92}.palmer-hero-top{display:flex;flex-direction:column;align-items:stretch;min-height:0;padding:42px 18px 18px}.hero-heading{font-size:clamp(3.15rem,12.5vw,5.2rem);line-height:.94}.hero-sub{max-width:100%;font-size:15px}.hero-ctas{display:grid}.palmer-media,.palmer-media img{min-height:260px}.palmer-wordmark{padding:24px 18px 18px;font-size:clamp(4.2rem,21vw,7.8rem);white-space:normal}.palmer-wordmark span{display:block;margin-left:0}.palmer-hero-footer{grid-template-columns:1fr;gap:8px;padding:16px 18px 18px}.palmer-hero-footer span:last-child{justify-self:start}}:root{--silver: #e8edf2;--silver-soft: rgba(232,237,242,.72);--silver-dim: rgba(232,237,242,.14);--gold: #e8edf2;--gold-dim: rgba(232,237,242,.12);--teal: #e8edf2}.badge,.pill.active,.cart-badge{background:var(--silver);border-color:var(--silver);color:#000}.secondary,.btn-secondary,.pill,.search-box,.sort-select,.cart-button,.hamburger,.palmer-media,.product-card,.cat-card,.summary,.pay-box,.order-bump,.rc-avatar,.fr-avatar{border-color:#e8edf22e}.hero-eyebrow,.eyebrow,.ht-item svg,.ht-stars,.rating,.rs-stars,.rc-stars,.rmc-stars svg,.contact-grid svg,.policy-item svg,.step-icon svg,.feat-icon svg,.cart-upsell-label,.cart-upsell-info strong,.cart-line-price,.bump-price,.palmer-hero-footer span:nth-child(2){color:var(--silver-soft)}.rs-stars svg,.rc-stars svg,.rating svg,.ht-stars svg,.rmc-stars svg{fill:currentColor}.step-icon,.feat-icon,.rc-avatar,.rmc-avatar,.fr-avatar,.cart-upsell-add,.order-bump{background:var(--silver-dim);border-color:#e8edf238}.sp-fill{background:linear-gradient(90deg,#fff,#98a2ad)}.primary:hover,.btn-primary:hover,.cart-upsell-add:hover{background:#e8edf2;color:#000}.product-title:hover,.text-link:hover{color:#fff}.order-bump.bump-added,.floating-review,.fr-avatar,.rc-avatar{background:var(--silver-dim);border-color:#e8edf238}.am-inspo__cta-link,.am-inspo__cta-link:hover,.secondary,.btn-secondary{border-color:#e8edf252}:root{--r: 0px;--rlg: 0px}*,*:before,*:after{border-radius:0!important}.palmer-media,.product-card,.cat-card,.summary,.cart-drawer,.drawer-backdrop,.mobile-menu,.primary,.secondary,.btn-primary,.btn-secondary,.search-box,.sort-select,.pill,.badge,.cart-button,.hamburger,.am-chat-launcher,.am-chatbot{box-shadow:none!important}.primary,.btn-primary{border:1px solid #fff}.secondary,.btn-secondary,.pill,.search-box,.sort-select,.cart-button,.hamburger{border:1px solid rgba(232,237,242,.28)}.am-chat-launcher{background:#000!important;color:#fff!important;border:1px solid rgba(232,237,242,.5)!important}.am-chat-launcher svg,.am-chat-launcher img{filter:grayscale(1) brightness(0) invert(1)!important}.am-chatbot__avatar-img,.am-chatbot__avatar-status,.am-chat-product-badge,.am-chat-product-add,.am-chat-discount button,.am-chat-action-btn,.am-send-btn{background:#fff!important;color:#000!important}.am-chat-product:hover{border-color:#e8edf266!important}.am-chat-product-price,.am-sp-tag,.am-chat-discount strong,.am-chatbot__prompts button{color:#fff!important}.am-chatbot__prompts button,.am-chat-discount{background:#e8edf214!important;border-color:#e8edf238!important}@media(min-width:901px){.site-header{grid-template-columns:minmax(150px,1fr) minmax(260px,auto) minmax(80px,1fr)}.hamburger{display:none!important}.cart-button{grid-column:3}.desktop-nav:before{content:none!important}}@media(max-width:900px){.hamburger{display:inline-flex!important}}.desktop-nav:before{content:none!important}.palmer-hero-top{grid-template-columns:minmax(0,1fr)!important;align-items:end;min-height:0;padding:clamp(46px,6.5vw,92px) 24px clamp(26px,4vw,46px);border-bottom:0}.hero-content{max-width:980px}.palmer-media.hero-carousel{width:100%;min-height:calc(100svh - var(--hh));border:0;border-bottom:1px solid var(--border);background:#050505}.palmer-media.hero-carousel img{position:absolute;inset:0;width:100%;height:100%;min-height:calc(100svh - var(--hh));object-fit:cover;object-position:center}.palmer-media.hero-carousel:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#000000d1,#00000094 38%,#00000029 72%,#0000005c),linear-gradient(0deg,#000c,#00000024 52%,#00000094)}.palmer-media.hero-carousel:after{z-index:1}.hero-carousel-controls{position:absolute;z-index:4;top:22px;right:24px;display:flex;gap:8px}.hero-carousel-controls button{width:42px;height:4px;padding:0;border:0;background:#e8edf252}.hero-carousel-controls button.active{background:#fff}.palmer-media-caption{z-index:3;left:24px;right:24px;bottom:22px}.hero-carousel .palmer-hero-top{position:relative;z-index:3;display:grid;min-height:calc(100svh - var(--hh));padding:clamp(54px,8vw,110px) 24px clamp(74px,8vw,120px);border:0}.hero-carousel .hero-heading,.hero-carousel .hero-sub,.hero-carousel .hero-eyebrow{color:#fff;text-shadow:0 1px 22px rgba(0,0,0,.42)}.hero-carousel .secondary{background:#0000006b;color:#fff}footer{padding:clamp(28px,4vw,46px) var(--pad) 28px}.footer-delivery{display:grid;grid-template-columns:minmax(110px,170px) 1fr;align-items:center;gap:18px;margin:0;padding:0 0 20px;border-top:0;border-bottom:1px solid var(--border);text-align:left}.footer-delivery-label{margin:0;font-family:var(--bf);font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#e8edf285}.footer-delivery-logos{justify-content:center;gap:12px 18px}.dlv-logo{height:20px;max-width:96px;opacity:.58}.footer-main{padding-top:24px}.footer-wordmark{align-self:flex-start;margin:clamp(38px,5vw,78px) 0 0;color:#fff;font-family:var(--bf);font-size:clamp(4.1rem,13.6vw,12.4rem);font-weight:900;line-height:.78;letter-spacing:.01em;text-transform:uppercase!important;max-width:100%;opacity:.96}.footer-wordmark span{display:block}.cart-line-thumb,.cart-line-thumb img{border-radius:0!important}@media(max-width:900px){.palmer-hero-top{padding:42px 18px 24px}.palmer-media.hero-carousel,.palmer-media.hero-carousel img{min-height:calc(100svh - var(--hh))}.hero-carousel .palmer-hero-top{min-height:calc(100svh - var(--hh));padding:72px 18px 92px}.hero-carousel-controls{top:16px;right:18px}.hero-carousel-controls button{width:30px}.footer-delivery{grid-template-columns:1fr;gap:12px}.footer-delivery-logos{gap:12px 14px}.dlv-logo{height:18px;max-width:84px}.cart-line{grid-template-columns:62px 1fr}.cart-line .qty{grid-column:2;justify-self:start}.cart-line-thumb{width:62px;height:72px}}:root{--text: #fff;--muted: rgba(255,255,255,.86);--faint: rgba(255,255,255,.64);--silver-soft: rgba(255,255,255,.9)}body,.desktop-nav button,.mobile-menu button,.cart-button,.section-head h2,.product-title,.footer-brand strong,.footer-links button,.drawer-header h2,.cart-line strong,.summary-row strong,.summary-line strong,.checkout-card h3,.policy-item strong,.contact-grid strong,details summary{color:#fff}.hero-carousel .hero-heading,.hero-carousel .hero-sub,.hero-carousel .hero-eyebrow,.hero-carousel .palmer-media-caption,.footer-wordmark,.footer-delivery-label,.footer-copy,.footer-copy span{color:#fff!important;opacity:1!important}.hero-sub,.section-head p,.hiw-header p,.hiw-step p,.feature p,.review-card p,.rc-footer span,.product-meta,.rating-count,.field-label span,.checkout-trust,.summary-line,.summary-row,.cart-line p,.empty,footer p,details p,.policy-item p,.contact-grid p,.footer-brand p{color:#ffffffe0!important}.footer-delivery{grid-template-columns:1fr!important;justify-items:center!important;text-align:center!important}.footer-delivery-label{display:none!important}.footer-delivery-logos{width:100%!important;justify-content:center!important}.text-link,.hero-eyebrow,.section-eyebrow,.price-row strong,.rs-score,.bump-price,.cart-line-price{color:#fff!important}.dlv-logo{opacity:.94;filter:brightness(1.18) contrast(1.12)}.primary,.pill.active,.cart-count,.cart-upsell-add:hover,.pay-box input:checked+span{color:#050505!important}.product-grid{gap:clamp(12px,1.1vw,18px)!important}.product-card{display:flex!important;flex-direction:column!important}.product-visual-button{height:clamp(296px,20vw,376px)!important}.product-visual-button img{padding:0!important;object-fit:cover!important}.product-info{flex:0 0 auto!important;padding:12px 14px 14px!important}.product-title{min-height:2.22em!important;margin-bottom:5px!important;font-family:var(--bf)!important;font-size:clamp(13px,.92vw,15px)!important;font-weight:800!important;line-height:1.11!important;letter-spacing:0!important}.product-meta{margin-bottom:5px!important;font-size:10.5px!important;line-height:1.2!important}.rating{gap:3px!important;margin-bottom:7px!important;font-size:10.5px!important;line-height:1!important}.rating svg{width:10px!important;height:10px!important}.price-row{gap:6px!important;margin-bottom:9px!important}.price-row strong{font-size:clamp(17px,1.18vw,21px)!important;line-height:.95!important}.price-row span{font-size:10.5px!important}.product-actions{grid-template-columns:1fr 1fr!important;gap:8px!important;padding-top:8px!important}.product-actions .compact{min-height:34px!important;padding:0 10px!important;font-size:11px!important}.product-actions svg{width:13px!important;height:13px!important}.category-feature-stack{background:#000;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}.category-feature-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;padding:clamp(54px,7vw,96px) var(--pad) clamp(30px,4vw,54px)}.category-feature-head .eyebrow,.category-feature-head .section-title{grid-column:1}.category-feature-head .text-link{grid-column:2;grid-row:1 / span 2;align-self:end}.category-feature{display:grid;grid-template-columns:minmax(250px,.38fr) minmax(0,1fr);gap:clamp(22px,3.2vw,54px);align-items:stretch;padding:clamp(28px,4vw,62px) var(--pad);border-top:1px solid rgba(255,255,255,.12)}.category-feature:nth-of-type(odd){background:#050505}.category-feature__copy{display:flex;flex-direction:column;justify-content:space-between;min-height:100%;gap:22px;padding:clamp(18px,2.2vw,32px) 0}.category-feature__copy span{font-family:var(--bf);font-size:11px;font-weight:900;color:#ffffff9e}.category-feature__copy h3{margin:0;max-width:560px;font-family:var(--bf);font-size:clamp(2.1rem,4.2vw,5.4rem);font-weight:900;line-height:.86;color:#fff}.category-feature__copy p{margin:0;max-width:470px;color:#ffffffd1;font-size:14px;line-height:1.6}.category-feature__actions{display:flex;flex-wrap:wrap;gap:10px}.category-spotlight{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:14px}.category-spotlight__hero,.category-split__image{position:relative;min-height:520px;overflow:hidden;border:1px solid rgba(255,255,255,.16);background:#101010;text-align:left}.category-spotlight__hero img,.category-split__image img,.category-feature-card>img{width:100%;height:100%;object-fit:cover}.category-spotlight__hero:after,.category-split__image:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,#000000db,#0000002e 58%,#00000029)}.category-spotlight__hero span,.category-split__image span{position:absolute;z-index:2;top:14px;left:14px;padding:6px 9px;background:#fff;color:#050505;font-family:var(--bf);font-size:11px;font-weight:900}.category-spotlight__hero strong,.category-spotlight__hero em{position:absolute;z-index:2;left:18px;right:18px;color:#fff;font-family:var(--bf);font-style:normal}.category-spotlight__hero strong{bottom:56px;font-size:clamp(1.4rem,2.1vw,2.45rem);font-weight:900;line-height:.98}.category-spotlight__hero em{bottom:20px;font-size:1.2rem;font-weight:900}.category-spotlight__side,.category-split__rows,.category-compact{display:grid;gap:10px}.category-rail{display:flex;gap:14px;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory;scrollbar-width:none}.category-rail::-webkit-scrollbar{display:none}.category-rail__item{flex:0 0 clamp(254px,22vw,334px);scroll-snap-align:start}.category-feature .product-card{height:100%}.category-feature .product-visual-button{height:clamp(246px,18vw,336px)!important}.category-matrix{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.category-split{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(280px,1.1fr);gap:14px}.category-feature-card{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(280px,1.1fr);min-height:430px;border:1px solid rgba(255,255,255,.16);background:#080808}.category-feature-card>div{display:grid;align-content:center;gap:16px;padding:clamp(22px,3vw,46px)}.category-feature-card span{width:fit-content;padding:6px 9px;background:#fff;color:#050505;font-family:var(--bf);font-size:11px;font-weight:900}.category-feature-card strong{color:#fff;font-family:var(--bf);font-size:clamp(1.8rem,3vw,3.5rem);font-weight:900;line-height:.94}.category-feature-card p{max-width:560px;color:#ffffffc7;font-size:14px;line-height:1.6}.category-compact{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start}.mini-product{position:relative;display:grid;grid-template-columns:86px minmax(0,1fr) 38px;gap:10px 12px;align-items:center;min-height:104px;padding:10px;border:1px solid rgba(255,255,255,.14);background:#0b0b0b}.mini-product__image{grid-row:1 / span 2;width:86px;height:84px;overflow:hidden;background:#141414}.mini-product__image img{width:100%;height:100%;object-fit:cover}.mini-product__title{align-self:end;min-width:0;color:#fff;font-family:var(--bf);font-size:13px;font-weight:900;line-height:1.08;text-align:left}.mini-product__meta{align-self:start;display:flex;flex-wrap:wrap;gap:8px;color:#ffffffb8;font-size:11px;font-weight:800}.mini-product__meta span{display:inline-flex;align-items:center;gap:3px}.mini-product__meta svg{width:10px;height:10px;fill:currentColor}.mini-product__meta strong{color:#fff}.mini-product__add{grid-column:3;grid-row:1 / span 2;width:38px;height:38px;display:grid;place-items:center;background:#fff;color:#050505}.mini-product__add svg{width:15px;height:15px}@media(max-width:900px){.product-visual-button{height:clamp(214px,58vw,292px)!important}.product-info{padding:10px 11px 12px!important}.product-title{font-size:13px!important}.product-actions .compact{min-height:32px!important;font-size:10.5px!important}.category-feature-head{grid-template-columns:1fr}.category-feature-head .text-link{grid-column:1;grid-row:auto;align-self:start}.category-feature,.category-spotlight,.category-split,.category-feature-card{grid-template-columns:1fr}.category-feature__copy{padding:0}.category-spotlight__hero,.category-split__image{min-height:360px}.category-matrix,.category-compact{grid-template-columns:1fr}.category-rail{margin-right:calc(var(--pad) * -1);padding-right:var(--pad)}.category-rail__item{flex-basis:min(76vw,310px)}.mini-product{grid-template-columns:76px minmax(0,1fr) 36px}.mini-product__image{width:76px;height:76px}}.am-chat-launcher{background:#fff!important;color:#050505!important;border:1px solid #d9dde3!important;box-shadow:0 18px 50px #00000038,inset 0 0 0 1px #0000000a!important}.am-chat-launcher:hover{box-shadow:0 22px 62px #00000047,inset 0 0 0 1px #0000000f!important}.am-chat-launcher svg,.am-chat-launcher img{filter:none!important}.am-chatbot{background:#fff!important;color:#050505!important;border:1px solid #d8dce2!important;box-shadow:0 28px 86px #00000042,0 0 0 1px #ffffffe6 inset!important}.am-chatbot__header,.am-chatbot__prompts,.am-chatbot__form{background:#fff!important;border-color:#d8dce2!important;color:#050505!important}.am-chatbot__body{background-color:#f4f5f7!important;color:#050505!important}.am-chatbot__back,.am-chatbot__action-btn,.am-chatbot__header-info strong,.am-chat-product-name,.am-chat-product-price,.am-sp-tag,.am-chat-discount strong,.am-chatbot__prompts button{color:#050505!important}.am-chat-online,.am-chat-product-price s,.am-chat-product-meta,.am-chat-product-view,.am-chat-discount span,.am-msg-time{color:#565d66!important}.am-chatbot__avatar-img,.am-chat-product-badge,.am-chat-product-rank,.am-chat-product-add,.am-chat-discount button,.am-chat-action-btn,.am-send-btn{background:#050505!important;color:#fff!important}.am-chatbot__avatar-status{background:#16a34a!important;border-color:#fff!important}.am-chat-msg--assistant,.am-chat-product,.am-chat-discount,.am-form-inner,.am-chatbot__prompts button{background:#fff!important;border-color:#d8dce2!important;color:#050505!important}.am-chat-msg--user{background:#050505!important;border-color:#050505!important;color:#fff!important}.am-chatbot__prompts button:hover,.am-chat-product-add:hover,.am-chat-discount button:hover,.am-send-btn:hover{background:#2b2f35!important;color:#fff!important;border-color:#2b2f35!important}.am-form-inner:focus-within{border-color:#050505!important}.am-form-inner input{color:#050505!important}.am-form-inner input::placeholder{color:#656d78!important}:root{--hh: 64px}.site-header{height:var(--hh)!important;min-height:var(--hh)!important;padding:0 20px!important;gap:18px!important}.brand-wordmark{font-size:19px!important;font-weight:800!important;line-height:.82!important}.desktop-nav{width:auto!important;gap:0 18px!important;font-size:12px!important;font-weight:800!important}.desktop-nav button{font-size:12px!important;line-height:1!important}.cart-button,.hamburger{width:38px!important;height:38px!important;min-height:38px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.cart-button svg,.hamburger svg{width:18px!important;height:18px!important}.cart-badge{right:-3px!important;top:-3px!important;width:18px!important;height:18px!important;font-size:10px!important}@media(max-width:900px){:root{--hh: 58px}.site-header{padding:0 14px!important;gap:10px!important}.brand-wordmark{font-size:15px!important;line-height:.88!important}.cart-button,.hamburger{width:36px!important;max-width:36px!important;height:36px!important;min-height:36px!important;flex:0 0 36px!important;border:0!important;background:transparent!important;box-shadow:none!important}.site-header .cart-button,.site-header .hamburger{width:36px!important;max-width:36px!important;flex-basis:36px!important}}.site-header .cart-button:hover,.site-header .hamburger:hover,.site-header .cart-button:focus-visible,.site-header .hamburger:focus-visible{background:transparent!important;border:0!important;outline:1px solid rgba(255,255,255,.34);outline-offset:4px}.product-page{max-width:1540px!important;display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(360px,.62fr)!important;gap:clamp(22px,3vw,54px)!important;align-items:start!important;padding-top:clamp(22px,4vh,42px)!important}.detail-visual{position:sticky!important;top:calc(var(--hh) + 18px)!important;display:grid!important;place-items:center!important;width:100%!important;min-height:min(760px,calc(100svh - var(--hh) - 42px))!important;aspect-ratio:4 / 5!important;padding:0!important;border:1px solid rgba(255,255,255,.16)!important;background-size:cover!important;background-position:center!important;overflow:hidden!important}.detail-visual:before{content:"";position:absolute;inset:-24px;z-index:0;background:#0000008a;-webkit-backdrop-filter:blur(22px) saturate(.85);backdrop-filter:blur(22px) saturate(.85)}.detail-visual img{position:relative!important;z-index:1!important;width:100%!important;height:100%!important;object-fit:contain!important;padding:clamp(18px,3vw,48px)!important;background:transparent!important}.detail-badge{position:absolute;z-index:2;top:14px;left:14px;padding:6px 10px;background:#fff;color:#050505;font-family:var(--bf);font-size:11px;font-weight:900}.detail-copy{position:sticky;top:calc(var(--hh) + 18px);display:grid;gap:16px;padding:clamp(18px,2.5vw,34px);border:1px solid rgba(255,255,255,.16);background:#080808}.detail-kicker{display:flex;align-items:center;justify-content:space-between;gap:14px}.detail-kicker .eyebrow{margin:0}.detail-kicker span,.detail-trust span{display:inline-flex;align-items:center;gap:5px;color:#ffffffc7;font-size:11px;font-weight:800}.detail-kicker svg,.detail-trust svg{width:13px;height:13px;fill:currentColor}.detail-copy h1{margin:0!important;font-size:clamp(2.05rem,3.5vw,4.35rem)!important;line-height:.9!important}.detail-copy>p{margin:0!important;color:#ffffffd1!important;font-size:14px!important;line-height:1.62!important}.detail-copy .price-row{margin:0!important}.detail-copy .price-row.large strong{font-size:clamp(1.85rem,2.4vw,2.9rem)!important}.detail-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.detail-options .field-label{margin:0!important}.detail-options select{height:44px!important;background:#0d0d0d!important}.detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.detail-actions .wide{min-height:46px!important;justify-content:center}.detail-trust{display:grid;gap:7px;padding:13px 0;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}.detail-copy .feature-list{margin:0!important;grid-template-columns:1fr 1fr;gap:8px 12px}.detail-copy .feature-list li{color:#ffffffc7!important;font-size:12px!important;line-height:1.35}.product-related-section{padding-top:clamp(36px,5vw,70px)!important}.related-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.track-page{max-width:1180px!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(320px,380px)!important;gap:clamp(18px,3vw,42px)!important;align-items:start!important}.track-main,.track-recommendations{border:1px solid rgba(255,255,255,.16);background:#080808;padding:clamp(18px,2.4vw,32px)}.track-main h1{margin-top:6px;font-family:var(--bf);font-size:clamp(2.5rem,5vw,5rem);font-weight:900;line-height:.9;color:#fff}.track-recommendations{position:sticky;top:calc(var(--hh) + 18px)}.track-recommendations__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.track-recommendations__head span{color:#fff;font-family:var(--bf);font-size:14px;font-weight:900}.track-recommendations__head button{color:#ffffffb3;font-size:11px;font-weight:800}.track-recommendations__list{display:grid;gap:10px}@media(max-width:1200px){.product-page,.track-page{grid-template-columns:1fr!important}.detail-visual,.detail-copy,.track-recommendations{position:static!important}.detail-visual{min-height:auto!important;aspect-ratio:4 / 3!important}}@media(max-width:760px){.product-page,.track-page{padding-top:18px!important}.detail-copy{padding:16px!important}.detail-kicker,.detail-options,.detail-actions,.detail-copy .feature-list,.related-product-grid{grid-template-columns:1fr!important}.detail-kicker{display:grid;gap:8px}.detail-visual{aspect-ratio:1 / 1!important}}:root{--hf: "Geist", system-ui, sans-serif;--bf: "Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mf: "Geist Mono", ui-monospace, "SF Mono", "Cascadia Mono", monospace}body,button,input,select,textarea{font-family:var(--bf)!important}h1,h2,h3,h4,.hero-heading,.section-title,.page-heading h1,.detail-copy h1,.track-main h1,.checkout-page h1,.category-feature__copy h3,.category-feature-card strong,.cat-label,.product-title,.brand-wordmark{font-family:var(--hf)!important;letter-spacing:0!important;text-transform:none!important}.hero-heading{font-weight:700!important;line-height:.96!important}.section-title,.page-heading h1,.category-feature__copy h3,.track-main h1{font-weight:700!important;line-height:1!important}.detail-copy h1{max-width:760px;font-size:clamp(2rem,3vw,3.65rem)!important;font-weight:700!important;line-height:1.06!important;overflow-wrap:anywhere}.product-title,.mini-product__title,.am-chat-product-name{line-height:1.16!important}.price-row strong,.footer-wordmark{font-family:var(--hf)!important}footer{padding-bottom:22px!important}.footer-wordmark{margin:clamp(34px,5vw,72px) 0 clamp(20px,3vw,36px)!important;color:#fffffff5!important;font-weight:700!important;line-height:.82!important;letter-spacing:0!important;text-transform:uppercase!important}.footer-copy{order:999;width:100%;margin-top:clamp(24px,4vw,46px)!important;padding-top:16px!important;border-top:1px solid rgba(255,255,255,.14)!important;color:#ffffffb8!important;font-size:11px!important}.footer-copy span{color:#ffffffb8!important}.category-rail{align-items:flex-start!important}.category-rail__item{display:block!important;align-self:flex-start!important;flex:0 0 clamp(244px,19vw,302px)!important}.category-feature .product-card,.category-rail__item .product-card{height:auto!important;min-height:0!important;align-self:flex-start!important}.category-feature .product-visual-button,.category-rail__item .product-visual-button{height:clamp(248px,18vw,318px)!important}.category-feature .product-info,.category-rail__item .product-info{padding:10px 12px 12px!important}.category-feature .product-title,.category-rail__item .product-title{min-height:0!important;margin-bottom:4px!important;font-size:clamp(12px,.78vw,14px)!important;line-height:1.12!important}.category-feature .product-meta,.category-rail__item .product-meta{margin-bottom:4px!important;font-size:10px!important}.category-feature .rating,.category-rail__item .rating{margin-bottom:6px!important;font-size:10px!important}.category-feature .price-row,.category-rail__item .price-row{margin-bottom:8px!important}.category-feature .product-actions,.category-rail__item .product-actions{padding-top:8px!important}.category-feature .product-actions .compact,.category-rail__item .product-actions .compact{min-height:32px!important;font-size:10.5px!important}@media(min-width:1200px){.category-feature--rail{align-items:start!important}}.am-chat-launcher,.am-chat-launcher:before{border-radius:999px!important}.am-chat-launcher{width:58px!important;height:58px!important;background:#25d366!important;color:#fff!important;border:0!important;box-shadow:0 12px 34px #25d3666b,0 4px 16px #00000038!important}.am-chat-launcher:hover{transform:translateY(-2px) scale(1.04)!important;box-shadow:0 16px 42px #25d36680,0 5px 18px #0000003d!important}.am-chat-launcher:before{border-color:#25d36657!important}.am-chat-launcher svg{width:31px!important;height:31px!important;display:block!important;color:#fff!important;fill:currentColor!important;stroke:none!important;filter:none!important}@media(max-width:720px){.am-chat-launcher{width:54px!important;height:54px!important}.am-chat-launcher svg{width:29px!important;height:29px!important}}@media(min-width:1201px){.product-page{min-height:calc(100svh - var(--hh))!important;grid-template-columns:minmax(0,1.02fr) minmax(420px,.6fr)!important;gap:clamp(18px,2.7vw,44px)!important;padding-top:clamp(12px,2vh,22px)!important;padding-bottom:clamp(12px,2vh,22px)!important}.detail-visual,.detail-copy{top:calc(var(--hh) + clamp(10px,1.6vh,18px))!important}.detail-visual{height:min(760px,calc(100svh - var(--hh) - clamp(34px,5vh,58px)))!important;min-height:0!important;max-height:calc(100svh - var(--hh) - clamp(34px,5vh,58px))!important;aspect-ratio:auto!important}.detail-visual img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-height:100%!important;max-width:none!important;padding:clamp(12px,2vw,32px)!important;object-fit:contain!important;object-position:center!important}.detail-copy{max-height:calc(100svh - var(--hh) - clamp(34px,5vh,58px))!important;gap:clamp(9px,1.3vh,13px)!important;padding:clamp(16px,2vw,26px)!important;overflow:hidden!important}.detail-kicker span,.detail-trust span{font-size:10.5px!important}.detail-copy h1{font-size:clamp(1.95rem,2.9vw,3.35rem)!important;line-height:1.02!important}.detail-copy>p{font-size:13px!important;line-height:1.45!important}.detail-copy .price-row.large strong{font-size:clamp(1.65rem,2.1vw,2.45rem)!important}.detail-options{gap:8px!important}.detail-options select{height:40px!important}.detail-actions{gap:8px!important}.detail-actions .wide{min-height:42px!important}.detail-trust{gap:5px!important;padding:9px 0!important}.detail-copy .feature-list{gap:5px 10px!important}.detail-copy .feature-list li{font-size:11px!important;line-height:1.22!important}}.cart-drawer{width:min(460px,100vw)!important}.drawer-header{padding:12px 16px!important}.drawer-header h2{font-size:14px!important}.cart-lines{flex:1 1 auto!important;padding:6px 12px!important}.cart-line{grid-template-columns:60px minmax(0,1fr) auto!important;gap:10px!important;padding:9px 0!important}.cart-line-thumb{width:60px!important;height:68px!important}.cart-line strong{font-size:12.5px!important;line-height:1.25!important;margin-bottom:2px!important}.cart-line p{font-size:10.5px!important;line-height:1.25!important;margin:1px 0!important}.cart-line-price{font-size:12.5px!important}.qty{gap:4px!important}.qty-btn{width:24px!important;height:24px!important}.qty span{min-width:18px!important;font-size:12px!important}.cart-upsell{flex:0 0 auto!important;padding:8px 10px!important}.cart-upsell-label{margin-bottom:7px!important;font-size:9.5px!important}.cart-upsell-list{display:flex!important;flex-direction:row!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:2px!important;scroll-snap-type:x mandatory;scrollbar-width:thin}.cart-upsell-item{flex:0 0 188px!important;scroll-snap-align:start;grid-template-columns:44px minmax(0,1fr) 28px!important;min-height:58px!important;gap:8px!important;padding:7px!important}.cart-upsell-item img{width:44px!important;height:44px!important}.cart-upsell-info span{font-size:10.5px!important;line-height:1.2!important}.cart-upsell-info strong{font-size:11px!important}.cart-upsell-add{width:28px!important;height:28px!important}.compact-summary{padding:9px 14px!important}.compact-summary .summary-row{padding:6px 0!important;font-size:12px!important}.compact-summary .summary-row.total{font-size:14px!important}.compact-summary .shipping-progress{padding:7px 0!important}.compact-summary .sp-labels{margin-bottom:5px!important;font-size:10.5px!important}.drawer-footer{padding:10px 14px 12px!important}.drawer-footer .primary{min-height:44px!important}.detail-upsell{border:1px solid rgba(255,255,255,.16);background:#ffffff0a;padding:10px;margin:10px 0 0}.detail-upsell__head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:8px;font-family:var(--hf)}.detail-upsell__head span{color:#fff;font-size:11px;font-weight:850}.detail-upsell__head small{color:#ffffff9e;font-size:10px;font-weight:800}.detail-upsell__items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.detail-upsell__item{display:grid;grid-template-columns:38px minmax(0,1fr) 20px;align-items:center;gap:8px;min-width:0;min-height:48px;padding:6px;border:1px solid rgba(255,255,255,.14);background:#080808;color:#fff;text-align:left}.detail-upsell__item img{width:38px;height:38px;object-fit:cover}.detail-upsell__item span{min-width:0}.detail-upsell__item strong,.detail-upsell__item small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-upsell__item strong{color:#fff;font-size:10.5px;font-weight:820;line-height:1.15}.detail-upsell__item small{color:#ffffffad;font-size:10px;font-weight:780;margin-top:2px}.detail-upsell__item svg{width:16px;height:16px;color:#fff}@media(max-height:900px)and (min-width:1201px){.detail-upsell{display:none}}@media(max-width:720px){.detail-upsell__items{grid-template-columns:1fr}}.shop-page{max-width:none!important}.shop-heading{max-width:1680px;margin-inline:auto}.shop-heading h1{max-width:none;font-size:clamp(3rem,6.4vw,7rem);line-height:.92}.shop-page .shop-tools{max-width:1680px;margin:0 auto 22px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 180px;gap:12px!important}.shop-page .search-box,.shop-page .sort-select{border-radius:0!important;height:46px!important}.shop-page .sort-select{width:100%;color:#fff;font-weight:850;text-transform:uppercase}.shop-layout{max-width:1680px;margin:0 auto;display:grid;grid-template-columns:268px minmax(0,1fr);gap:clamp(18px,2vw,30px);align-items:start}.shop-filter-panel{position:sticky;top:calc(var(--hh) + 16px);max-height:calc(100svh - var(--hh) - 28px);overflow:auto;padding:0 18px 22px 0;border-right:1px solid rgba(255,255,255,.16);scrollbar-width:thin}.shop-filter-head,.shop-results-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:36px;margin-bottom:14px;font-family:var(--hf)}.shop-filter-head span,.shop-results-bar span{color:#fff;font-size:13px;font-weight:850;text-transform:uppercase}.shop-filter-head button{border:0;background:transparent;color:#ffffffb8;font-size:11px;font-weight:850;text-transform:uppercase;cursor:pointer}.shop-filter-head button:disabled{color:#ffffff42;cursor:default}.filter-group{padding:16px 0;border-top:1px solid rgba(255,255,255,.1)}.filter-group>span{display:block;margin-bottom:10px;color:#ffffff94;font-family:var(--hf);font-size:10px;font-weight:850;text-transform:uppercase}.filter-list{display:grid;gap:6px}.filter-list--compact{max-height:252px;overflow:auto;padding-right:4px}.filter-option{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-height:34px;padding:7px 9px;border:1px solid rgba(255,255,255,.12);background:#050505;color:#ffffffd1;text-align:left;cursor:pointer}.filter-option:hover{border-color:#ffffff57;color:#fff}.filter-option.active{background:#fff;border-color:#fff;color:#000}.filter-option span{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;font-weight:850}.filter-option small{color:currentColor;opacity:.58;font-size:10px;font-weight:900}.filter-toggle{display:flex;align-items:center;gap:9px;padding:12px 0 0;border-top:1px solid rgba(255,255,255,.1);color:#fff;font-size:12px;font-weight:820;cursor:pointer}.filter-toggle input{width:16px;height:16px;accent-color:#fff}.filter-note{margin:12px 0 0;color:#ffffff80;font-size:11px;line-height:1.4}.shop-results{min-width:0;width:100%;max-width:100%}.shop-results-bar{margin-bottom:12px;color:#ffffff9e}.shop-results-bar small{color:#ffffff94;font-size:11px;font-weight:800}.shop-product-grid{width:100%;min-width:0;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))!important}@media(max-width:980px){.shop-layout{grid-template-columns:minmax(0,1fr)!important}.shop-filter-panel{position:static;max-height:none;overflow:visible;padding:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}.filter-list,.filter-list--compact{display:flex;gap:8px;overflow-x:auto;max-height:none;padding:0 0 4px;scrollbar-width:none}.filter-list::-webkit-scrollbar,.filter-list--compact::-webkit-scrollbar{display:none}.filter-option{flex:0 0 auto;min-width:134px}}@media(max-width:640px){.shop-page{padding-top:30px!important}.shop-heading h1{font-size:clamp(2.6rem,15vw,4rem)}.shop-page .shop-tools{grid-template-columns:1fr}.shop-product-grid{grid-template-columns:1fr!important}}html,body{max-width:100%;overflow-x:hidden}.site-header .brand,.site-header .desktop-nav button,.site-header .cart-button,.site-header .hamburger,.footer-links button,.text-link{min-height:38px}.site-header .brand,.site-header .desktop-nav button,.footer-links button,.text-link{display:inline-flex;align-items:center}.site-header .brand{padding-inline:2px}.site-header .desktop-nav{gap:12px!important}.site-header .desktop-nav button{padding:0 10px!important;border:0!important;background:transparent!important}.site-header .cart-button,.site-header .hamburger{width:42px!important;min-width:42px;height:42px!important;min-height:42px;padding:0!important;border-radius:0!important}.site-header .cart-button{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important}.site-header .cart-button svg{width:20px!important;height:20px!important;flex:0 0 20px!important;margin:0!important}.site-header .cart-badge{position:absolute;right:-5px;top:-5px;z-index:2}.hero-carousel-controls{align-items:center}.hero-carousel-controls button{position:relative;width:44px!important;height:28px!important;background:transparent!important}.hero-carousel-controls button:before{content:"";position:absolute;left:0;right:0;top:50%;height:4px;transform:translateY(-50%);background:#e8edf257}.hero-carousel-controls button.active:before{background:#fff}.product-card{display:flex;flex-direction:column;min-height:0!important}.product-visual-button{height:clamp(220px,19vw,292px)!important;flex:0 0 auto}.product-info{display:flex;flex:1 1 auto;flex-direction:column;gap:6px;padding:12px!important}.product-title{min-height:36px!important;color:#fff;font-size:clamp(14px,1vw,17px)!important;font-weight:820!important;line-height:1.15!important;text-transform:none!important}.product-meta,.rating{margin-bottom:0!important;font-size:11px!important;line-height:1.25!important}.price-row{margin:0!important}.product-actions{margin-top:auto;padding-top:9px!important}.product-actions .compact{min-height:38px!important}.field-label input,.field-label select,.field-label textarea,.search-box,.sort-select{border-radius:0!important}.field-label input,.field-label select{min-height:44px}.field-label textarea{min-height:92px}.checkout-form,.summary,.track-main,.track-recommendations,.faq-list details,.contact-grid a,.policy-item{border-radius:0!important}.footer-links button{padding:4px 8px}.shop-filter-head button,.track-recommendations__head button{min-height:32px;padding:0 8px}@media(max-width:720px){.site-header .cart-button,.site-header .hamburger{width:40px!important;min-width:40px;height:40px!important;min-height:40px}.hero-carousel-controls{right:14px!important;gap:6px!important}.hero-carousel-controls button{width:34px!important;height:30px!important}.product-page,.product-related-section,.checkout-page,.track-page,.page.slim{width:100%!important;max-width:100%!important}.detail-copy,.detail-visual,.related-product-grid,.checkout-form,.summary,.track-main,.track-recommendations{max-width:100%!important}.detail-actions,.detail-options,.checkout-form{grid-template-columns:1fr!important}.detail-copy h1,.checkout-page h1,.track-main h1,.page.slim h1{font-size:clamp(2.35rem,12vw,3.35rem)!important;line-height:.96!important}.product-visual-button{height:min(76vw,292px)!important}}.am-chatbot{right:18px!important;bottom:18px!important;width:min(460px,calc(100vw - 24px))!important;max-height:min(560px,calc(100vh - 28px))!important;background:#e7e7e5!important;color:#111!important;border:1px solid rgba(0,0,0,.08)!important;border-radius:12px!important;box-shadow:0 18px 54px #00000042!important;overflow:hidden!important}.am-chatbot.is-open{grid-template-rows:auto minmax(112px,1fr) auto!important;gap:7px!important;padding:8px!important}.am-chatbot__header,.am-chatbot__form{padding:0!important;background:transparent!important;border:0!important}.am-chatbot__header{min-height:30px!important;gap:7px!important}.am-chatbot__mode-tabs{padding:2px!important;border-radius:999px!important}.am-chatbot__mode-tabs button,.am-chatbot__filters button,.am-action-chip{min-height:25px!important;padding:0 11px!important;border-radius:999px!important;font-size:11px!important;font-weight:740!important}.am-chatbot__filters{gap:5px!important}.am-chatbot__close{width:28px!important;min-width:28px!important;height:28px!important;border-radius:999px!important}.am-chatbot__body{min-height:112px!important;max-height:min(245px,34vh)!important;padding:5px 2px!important;gap:6px!important;background:transparent!important;background-image:none!important}.am-chat-msg{max-width:min(88%,360px)!important;padding:8px 10px 18px!important;border-radius:10px!important;font-size:12.5px!important;line-height:1.42!important}.am-form-inner{gap:8px!important;min-height:116px!important;padding:14px 15px 10px!important;border-radius:12px!important;box-shadow:0 12px 32px #00000012!important}.am-form-inner textarea{min-height:48px!important;color:#111!important;font-size:15.5px!important;line-height:1.35!important}.am-composer-toolbar{gap:6px!important}.am-action-chip{background:#f4f4f4!important;border:1px solid rgba(0,0,0,.08)!important;color:#00000094!important}.am-action-chip:hover{background:#e9e9e9!important;color:#050505!important}.am-tool-btn,.am-send-btn{width:31px!important;min-width:31px!important;height:31px!important;border-radius:999px!important}.am-chat-online{font-size:10px!important}.am-chat-product{grid-template-columns:62px minmax(0,1fr)!important;min-height:78px!important;border-radius:8px!important}.am-chat-product-img,.am-chat-product-img img{min-height:78px!important;border-radius:8px 0 0 8px!important}.am-chat-product-view,.am-chat-product-add{border-radius:6px!important}@media(max-width:720px){.am-chatbot{right:8px!important;bottom:8px!important;width:min(360px,calc(100vw - 16px))!important;max-height:min(76vh,620px)!important;border-radius:12px!important}.am-chatbot.is-open{gap:6px!important;padding:7px!important}.am-chatbot__mode-tabs button,.am-chatbot__filters button{min-height:25px!important;padding:0 9px!important;font-size:10px!important}.am-chatbot__body{min-height:104px!important;max-height:26vh!important}.am-form-inner{min-height:112px!important;padding:13px 13px 10px!important;border-radius:12px!important}.am-form-inner textarea{min-height:48px!important;font-size:15px!important}}:root{--r: 6px;--rlg: 10px}.site-header .cart-button,.site-header .hamburger,.mobile-menu,.search-box,.sort-select,.pill,.badge,.field-label input,.field-label select,.field-label textarea,.checkout-form,.summary,.track-main,.track-recommendations,.faq-list details,.contact-grid a,.policy-item,.primary,.secondary,.btn-primary,.btn-secondary,.product-actions .compact,.qty-btn,.hero-carousel-controls button,.cart-upsell-item,.order-bump,.bump-box,.status-card,.review-card,.cat-card,.product-card,.category-feature-card,.press-logo,.am-form-inner,.am-chatbot,.am-chat-msg,.am-chat-product,.am-chat-product-view,.am-chat-product-add,.am-chat-discount,.am-chat-action-btn{border-radius:var(--r)!important}.product-visual-button,.product-visual-button img,.palmer-media,.palmer-media img,.hero-carousel img,.cat-img-wrap,.cat-img-wrap img,.category-feature-card>img,.cart-line__image,.cart-upsell-item img,.bump-box img,.press-logo img{border-radius:var(--r)!important}.product-card,.cat-card,.category-feature-card,.review-card,.status-card,.checkout-form,.summary,.track-main,.track-recommendations,.cart-upsell-item,.order-bump,.bump-box,.am-chatbot{border-radius:var(--rlg)!important}.cart-drawer{border-radius:12px 0 0 12px!important}.drawer-backdrop,.drawer-shell{border-radius:0!important}.am-chat-launcher,.am-chat-launcher:before,.am-chatbot__avatar-img,.am-chatbot__avatar-status,.am-chatbot__close,.am-tool-btn,.am-send-btn{border-radius:999px!important}.am-chat-product-img,.am-chat-product-img img{border-radius:8px 0 0 8px!important}@media(max-width:720px){.cart-drawer{border-radius:12px 12px 0 0!important}}.shop-page .search-box,.shop-page .sort-select,.shop-page .shop-filter-panel,.shop-page .filter-group,.shop-page .filter-option,.product-page .detail-visual,.product-page .detail-visual img,.product-page .detail-badge,.detail-upsell,.detail-upsell__head,.detail-upsell__item,.detail-upsell__item img,.track-recommendations .mini-product,.track-recommendations .mini-product__image,.track-recommendations .mini-product__image img,.track-recommendations .mini-product__add,.cart-drawer .drawer-header,.cart-drawer .icon-button,.cart-drawer .cart-line-thumb,.cart-drawer .cart-line-thumb img,.cart-drawer .cart-upsell-add,.cart-drawer .summary-row,.cart-drawer .drawer-footer,.footer-delivery-logos .dlv-logo{border-radius:var(--r)!important}.shop-page .shop-filter-panel,.product-page .detail-visual,.detail-upsell,.track-recommendations .mini-product{border-radius:var(--rlg)!important}.am-chat-launcher{right:18px!important;bottom:18px!important;width:46px!important;height:46px!important;min-width:46px!important;border:1px solid rgba(255,255,255,.18)!important;background:#000000eb!important;box-shadow:0 10px 26px #00000038!important}.am-chat-launcher svg{width:24px!important;height:24px!important}.am-chat-launcher:before,.am-chat-launcher:after{display:none!important}.am-launcher-badge{right:-2px!important;top:-2px!important;min-width:16px!important;height:16px!important;font-size:9px!important}.am-chatbot{right:18px!important;bottom:18px!important;width:min(382px,calc(100vw - 24px))!important;max-height:min(500px,calc(100vh - 28px))!important;border-radius:12px!important}.am-chatbot.is-open{gap:6px!important;padding:7px!important}.am-chatbot__header{min-height:28px!important}.am-chatbot__mode-tabs,.am-chatbot__filters{gap:4px!important}.am-chatbot__mode-tabs button,.am-chatbot__filters button,.am-action-chip{min-height:23px!important;padding:0 9px!important;font-size:10px!important}.am-chatbot__body{max-height:min(214px,32vh)!important;padding:4px 2px!important}.am-chat-msg{padding:7px 9px 17px!important;font-size:12px!important}.am-form-inner{min-height:96px!important;padding:11px 12px 9px!important}.am-form-inner textarea{min-height:36px!important;font-size:14px!important}.am-tool-btn,.am-send-btn{width:28px!important;min-width:28px!important;height:28px!important}@media(max-width:720px){.am-chat-launcher{right:12px!important;bottom:12px!important;width:44px!important;height:44px!important;min-width:44px!important}.am-chatbot{right:8px!important;bottom:8px!important;width:min(340px,calc(100vw - 16px))!important;max-height:min(70vh,560px)!important}}.am-chat-launcher{right:18px!important;bottom:18px!important;width:52px!important;height:52px!important;min-width:52px!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:999px!important;background:#050505!important;color:#fff!important;box-shadow:0 16px 44px #00000047!important}.am-chat-launcher:hover{transform:translateY(-2px) scale(1.03)!important;box-shadow:0 20px 54px #00000057!important}.am-chat-launcher svg{width:27px!important;height:27px!important}.am-chatbot{right:18px!important;bottom:18px!important;width:min(424px,calc(100vw - 24px))!important;max-height:min(660px,calc(100vh - 32px))!important;padding:0!important;overflow:hidden!important;border:1px solid rgba(5,5,5,.12)!important;border-radius:14px!important;background:#f6f4ef!important;color:#121212!important;box-shadow:0 28px 90px #00000052!important;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.am-chatbot.is-open{display:grid!important;grid-template-rows:auto auto minmax(180px,1fr) auto auto!important;gap:0!important}.am-chatbot.is-open.has-conversation{grid-template-rows:auto minmax(240px,1fr) auto auto!important}.am-chatbot__header{min-height:66px!important;padding:12px 14px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;border:0!important;border-bottom:1px solid rgba(5,5,5,.08)!important;background:#fff!important}.am-chatbot__agent{min-width:0!important;display:flex!important;align-items:center!important;gap:10px!important}.am-chatbot__avatar{position:relative!important;flex:0 0 auto!important}.am-chatbot__avatar-img{width:38px!important;height:38px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#050505!important;color:#fff!important;font-size:15px!important;font-weight:850!important}.am-chatbot__avatar-status{position:absolute!important;right:-1px!important;bottom:1px!important;width:10px!important;height:10px!important;border:2px solid #fff!important;border-radius:999px!important;background:#16a34a!important}.am-chatbot__header-info{min-width:0!important}.am-chatbot__header-info strong{display:block!important;color:#050505!important;font-size:15px!important;font-weight:850!important;line-height:1.1!important}.am-chat-online{display:block!important;max-width:190px!important;overflow:hidden!important;color:#0505058f!important;font-size:11px!important;font-weight:650!important;line-height:1.4!important;text-overflow:ellipsis!important;white-space:nowrap!important}.am-chatbot__header-actions{flex:0 0 auto!important;display:flex!important;align-items:center!important;gap:8px!important}.am-chatbot__nav-btn,.am-chatbot__action-btn{min-height:34px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(5,5,5,.1)!important;background:#f7f7f5!important;color:#050505!important;font-weight:750!important}.am-chatbot__nav-btn{padding:0 12px!important;border-radius:999px!important;font-size:12px!important}.am-chatbot__close{width:34px!important;min-width:34px!important;height:34px!important;padding:0!important;border-radius:999px!important}.am-chatbot__intro{padding:14px 16px 13px!important;border-bottom:1px solid rgba(5,5,5,.07)!important;background:linear-gradient(135deg,#ffffffeb,#f6f4efb8),radial-gradient(circle at 92% 18%,rgba(188,171,124,.28),transparent 34%)!important}.am-chatbot.has-conversation .am-chatbot__intro{display:none!important}.am-chatbot__intro span{display:block!important;margin-bottom:4px!important;color:#05050585!important;font-size:10px!important;font-weight:850!important;letter-spacing:.12em!important;text-transform:uppercase!important}.am-chatbot__intro strong{display:block!important;color:#050505!important;font-size:18px!important;font-weight:850!important;line-height:1.15!important}.am-chatbot__intro p{margin:6px 0 0!important;color:#0505059e!important;font-size:12px!important;font-weight:560!important;line-height:1.45!important}.am-chatbot__body{min-height:0!important;max-height:none!important;padding:14px 14px 10px!important;display:flex!important;flex-direction:column!important;gap:8px!important;overflow-y:auto!important;background:linear-gradient(90deg,rgba(5,5,5,.025) 1px,transparent 1px),linear-gradient(0deg,rgba(5,5,5,.025) 1px,transparent 1px),#f6f4ef!important;background-size:24px 24px!important}.am-chat-msg{max-width:min(86%,320px)!important;padding:10px 12px 20px!important;border-radius:14px!important;border:1px solid rgba(5,5,5,.08)!important;box-shadow:0 8px 22px #0000000e!important;font-size:13px!important;line-height:1.5!important}.am-chat-msg--assistant{background:#fff!important;color:#101010!important}.am-chat-msg--user{background:#050505!important;color:#fff!important}.am-msg-meta{right:10px!important;bottom:5px!important}.am-msg-time{color:#0505056b!important;font-size:10px!important}.am-chat-msg--user .am-msg-time{color:#ffffff9e!important}.am-msg-tick{color:#fffc!important}.am-chatbot__prompts{padding:10px 12px!important;display:flex!important;gap:8px!important;overflow-x:auto!important;border-top:1px solid rgba(5,5,5,.07)!important;background:#fff!important;scrollbar-width:none!important}.am-chatbot__prompts::-webkit-scrollbar{display:none!important}.am-chatbot__prompts button,.am-action-chip,.am-tool-btn{flex:0 0 auto!important;min-height:32px!important;border:1px solid rgba(5,5,5,.1)!important;border-radius:999px!important;background:#f7f7f5!important;color:#050505b8!important;font-size:12px!important;font-weight:750!important}.am-chatbot__prompts button{padding:0 13px!important;white-space:nowrap!important}.am-chatbot__prompts button:hover,.am-action-chip:hover,.am-tool-btn:hover,.am-chatbot__nav-btn:hover,.am-chatbot__close:hover{background:#050505!important;color:#fff!important;border-color:#050505!important}.am-chatbot__form{padding:12px!important;border-top:1px solid rgba(5,5,5,.07)!important;background:#fff!important}.am-form-inner{min-height:0!important;padding:10px 10px 8px 12px!important;display:grid!important;grid-template-rows:auto auto!important;gap:8px!important;border:1px solid rgba(5,5,5,.12)!important;border-radius:14px!important;background:#fbfbfa!important;box-shadow:none!important}.am-form-inner:focus-within{border-color:#050505!important;background:#fff!important}.am-form-inner textarea{width:100%!important;min-height:44px!important;max-height:88px!important;padding:0!important;resize:none!important;border:0!important;outline:0!important;background:transparent!important;color:#050505!important;font:inherit!important;font-size:14px!important;font-weight:560!important;line-height:1.45!important}.am-form-inner textarea::placeholder{color:#0505056b!important}.am-composer-toolbar{display:grid!important;grid-template-columns:auto auto auto minmax(0,1fr) auto!important;align-items:center!important;gap:7px!important}.am-tool-btn,.am-send-btn{width:34px!important;min-width:34px!important;height:34px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.am-tool-btn svg{width:17px!important;height:17px!important}.am-action-chip{padding:0 11px!important}.am-chat-online--composer{justify-self:end!important;max-width:140px!important;font-size:10.5px!important}.am-send-btn{border:0!important;border-radius:999px!important;background:#050505!important;color:#fff!important}.am-send-btn:hover{transform:translateY(-1px)!important;background:#242424!important}.am-chat-products{gap:8px!important;margin:0!important}.am-chat-product{display:grid!important;grid-template-columns:74px minmax(0,1fr)!important;min-height:92px!important;overflow:hidden!important;border:1px solid rgba(5,5,5,.09)!important;border-radius:12px!important;background:#fff!important;box-shadow:0 8px 20px #0000000e!important}.am-chat-product:hover{transform:translateY(-1px)!important;border-color:#05050547!important}.am-chat-product-img,.am-chat-product-img img{height:100%!important;min-height:92px!important;border-radius:0!important}.am-chat-product-body{min-width:0!important;padding:9px 10px!important;gap:5px!important;justify-content:center!important}.am-chat-product-name{display:-webkit-box!important;overflow:hidden!important;color:#050505!important;font-size:12px!important;font-weight:850!important;line-height:1.22!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}.am-chat-product-price{color:#050505!important;font-size:13px!important;font-weight:850!important;line-height:1!important}.am-chat-product-price s,.am-chat-product-meta,.am-chat-product-view{color:#0505058a!important}.am-chat-product-meta{display:-webkit-box!important;overflow:hidden!important;font-size:10px!important;line-height:1.35!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:1!important}.am-chat-product-actions{display:grid!important;grid-template-columns:70px 1fr!important;gap:7px!important;margin-top:2px!important}.am-chat-product-view,.am-chat-product-add{min-height:32px!important;padding:0 10px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:8px!important;font-size:11px!important;font-weight:800!important;text-decoration:none!important}.am-chat-product-view{border:1px solid rgba(5,5,5,.11)!important;background:#f7f7f5!important}.am-chat-product-add,.am-chat-action-btn,.am-chat-discount button{border:0!important;background:#050505!important;color:#fff!important}.am-chat-product-badge,.am-chat-product-rank{border-radius:999px!important;background:#050505e0!important;color:#fff!important;font-size:8px!important}.am-chat-discount{padding:10px 12px!important;border:1px solid rgba(5,5,5,.14)!important;border-radius:12px!important;background:#fff!important}.am-chat-discount strong{color:#050505!important}@media(max-width:720px){.am-chat-launcher{right:12px!important;bottom:12px!important;width:48px!important;height:48px!important;min-width:48px!important}.am-chatbot{right:8px!important;bottom:8px!important;width:min(368px,calc(100vw - 16px))!important;max-height:min(78vh,620px)!important;border-radius:14px!important}.am-chatbot__header{min-height:60px!important;padding:10px 12px!important}.am-chatbot__intro{padding:12px 13px!important}.am-chatbot__intro strong{font-size:16px!important}.am-chatbot__body{padding:12px 10px 8px!important}.am-chat-msg{max-width:90%!important;font-size:12.5px!important}.am-chatbot__prompts{padding:9px 10px!important}.am-chatbot__prompts button{min-height:30px!important;padding:0 11px!important;font-size:11px!important}.am-chatbot__form{padding:10px!important}.am-composer-toolbar{grid-template-columns:auto auto auto minmax(0,1fr) auto!important;gap:5px!important}.am-chat-online--composer{max-width:0!important;opacity:0!important}.am-action-chip{padding:0 9px!important;font-size:11px!important}.am-chat-product{grid-template-columns:68px minmax(0,1fr)!important}}.product-page .detail-visual{overflow:hidden;touch-action:pan-y pinch-zoom}.product-page .detail-visual img{transition:transform .45s var(--ease),filter .45s var(--ease);will-change:transform}@media(hover:hover)and (pointer:fine){.product-page .detail-visual:hover img{transform:scale(1.08);filter:contrast(1.04) brightness(1.04)}}.whatsapp-float{position:fixed;left:18px;bottom:calc(18px + env(safe-area-inset-bottom));z-index:110;min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#25d366;color:#06130b;box-shadow:0 14px 34px #25d36647;font-size:11px;font-weight:900;letter-spacing:.08em;line-height:1;text-transform:uppercase}@media(max-width:720px){.whatsapp-float{left:14px;right:auto;bottom:calc(14px + env(safe-area-inset-bottom));width:48px;min-width:48px;height:48px;padding:0}body:has(.am-sticky-buy.is-visible) .whatsapp-float{bottom:calc(82px + env(safe-area-inset-bottom))}}.whatsapp-float svg{width:16px;height:16px}@media(max-width:720px){.section{padding-top:40px;padding-bottom:40px}.growth-band{padding:40px var(--pad);grid-template-columns:1fr}.growth-band__grid{grid-template-columns:1fr}.growth-tile{grid-template-columns:112px minmax(0,1fr);grid-template-rows:auto}.whatsapp-float{right:14px;bottom:calc(14px + env(safe-area-inset-bottom));width:48px;min-width:48px;height:48px;padding:0}.whatsapp-float span{display:none}body:has(.am-sticky-buy.is-visible) .whatsapp-float{bottom:calc(92px + env(safe-area-inset-bottom))}}.product-actions{display:flex;flex-direction:column;gap:12px}.bulk-nudge{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--gold-dim);border:1px dashed var(--gold);border-radius:var(--rmd);font-size:12.5px;color:var(--text);margin-top:4px}.bulk-nudge svg{color:var(--gold);flex-shrink:0}.bulk-nudge strong{color:var(--gold)}:root{--bg: #1a1a1a;--surface: rgba(245,245,247,.07);--card: rgba(245,245,247,.06);--border: rgba(245,245,247,.12);--border-md: rgba(245,245,247,.22);--text: #f5f5f7;--muted: rgba(245,245,247,.68);--faint: rgba(245,245,247,.36);--gold: #f5f5f7;--gold-dim: rgba(245,245,247,.08);--hf: "Playfair Display", Georgia, serif;--bf: "Plus Jakarta Sans", "Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--soft-black: #1a1a1a;--neutral: #f5f5f7;--soft-depth: 0 10px 30px rgba(0,0,0,.05), 0 30px 90px rgba(0,0,0,.18)}body{background:radial-gradient(circle at 20% 0%,rgba(245,245,247,.08),transparent 32%),linear-gradient(180deg,#202020 0%,var(--bg) 38%,#161616 100%);color:var(--text);font-family:var(--bf);line-height:1.6}h1,h2,h3,.section-title,.hero-heading,.growth-band__intro h2,.detail-copy h1,.checkout-page h1,.confirmation h1,.track-main h1,.page.slim h1{font-family:var(--hf)!important;font-weight:700!important;letter-spacing:0!important}.product-title,.price-row strong,.brand-wordmark,.footer-wordmark{font-family:var(--bf)!important}.eyebrow,.hero-eyebrow,.press-label,.option-label,.nav-time,.desktop-nav,.cart-button,.field-label{letter-spacing:.02em!important;line-height:1.6}.section,.category-feature-stack,.product-related-section{padding-top:80px;padding-bottom:80px}.site-header{background:#121212b8!important;border-bottom:1px solid rgba(255,255,255,.08)!important;box-shadow:0 10px 40px #0000004d!important;backdrop-filter:blur(20px) saturate(180%)!important;-webkit-backdrop-filter:blur(20px) saturate(180%)!important}.site-header .brand,.site-header .desktop-nav button,.site-header .cart-button,.site-header .hamburger{color:#fff!important}.site-header .desktop-nav button:hover,.site-header .cart-button:hover,.site-header .hamburger:hover{background:#ffffff14!important;color:#fff!important}.site-header .cart-button,.site-header .hamburger{border-color:#ffffff1f!important}.site-header .cart-badge{background:#fff!important;color:#0a0a0a!important}.mobile-menu{background:#121212d1!important;border-bottom:1px solid rgba(255,255,255,.08)!important;backdrop-filter:blur(20px) saturate(180%)!important;-webkit-backdrop-filter:blur(20px) saturate(180%)!important}.mobile-menu button{color:#fff!important}.mobile-menu button:hover{background:#ffffff14!important}.primary,.btn-primary,.buy-btn,.cart-upsell-add{position:relative;isolation:isolate;overflow:hidden;background:var(--neutral)!important;color:var(--soft-black)!important;box-shadow:0 10px 30px #0000000d!important;transition:transform .24s var(--ease),box-shadow .24s var(--ease),background .24s var(--ease)!important}.primary:before,.btn-primary:before,.buy-btn:before,.cart-upsell-add:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(circle at var(--mx, 50%) 120%,rgba(255,255,255,.95),transparent 28%),linear-gradient(100deg,transparent 0%,rgba(255,255,255,.55) 48%,transparent 100%);transform:translate(-115%);transition:transform .42s var(--ease)}.primary svg,.btn-primary svg,.cart-upsell-add>*,.product-fab>*{position:relative;z-index:1}.primary:hover,.btn-primary:hover,.buy-btn:hover,.cart-upsell-add:hover{background:#fff!important;box-shadow:0 16px 44px #00000024!important;transform:translateY(-2px)!important}.primary:hover:before,.btn-primary:hover:before,.buy-btn:hover:before,.cart-upsell-add:hover:before{transform:translate(0)}.product-card,.cat-card,.detail-copy,.detail-visual,.summary,.pay-box,.order-bump,.detail-upsell,.mini-product,.track-main,.track-recommendations,.growth-tile{box-shadow:var(--soft-depth)!important}.product-visual-button,.mini-product__image,.category-spotlight__hero,.category-split__image,.detail-visual{position:relative;overflow:hidden;background-color:#f5f5f70f!important}.product-visual-button:before,.mini-product__image:before,.detail-visual:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(105deg,transparent 0%,rgba(255,255,255,.13) 44%,transparent 72%);transform:translate(-110%);animation:amShimmer 2.4s ease-in-out infinite}.product-visual-button img,.mini-product__image img,.detail-visual img{position:relative;z-index:1;transition:transform .45s var(--ease),filter .45s var(--ease),opacity .28s var(--ease)!important}.product-sheen,.badge,.detail-badge{z-index:2}@keyframes amShimmer{0%{transform:translate(-110%)}45%,to{transform:translate(110%)}}@media(hover:hover)and (pointer:fine){.product-card:hover .product-visual-button img,.mini-product:hover .mini-product__image img,.growth-tile:hover img{transform:scale(1.05)!important;filter:contrast(1.03) brightness(1.04)}.product-page .detail-visual:hover img{transform:scale(1.05)!important}}.growth-band{max-width:1500px!important;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr)!important;gap:clamp(22px,4vw,56px)!important;padding-top:80px!important;padding-bottom:80px!important}.growth-band__grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-auto-rows:minmax(190px,auto);gap:14px!important}.growth-tile{position:relative;min-height:220px;display:grid!important;grid-template-columns:1fr!important;align-content:end;padding:22px!important;border:1px solid rgba(245,245,247,.14)!important;background:#f5f5f70f!important;overflow:hidden}.growth-tile:nth-child(1){grid-column:span 3;grid-row:span 2;min-height:454px}.growth-tile:nth-child(2),.growth-tile:nth-child(3){grid-column:span 3}.growth-tile img{position:absolute;inset:0;z-index:0;width:100%!important;height:100%!important;object-fit:cover;opacity:.72;transition:transform .55s var(--ease),opacity .3s var(--ease)}.growth-tile:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent 22%,rgba(0,0,0,.78) 100%)}.growth-tile span{position:relative;z-index:2;max-width:24rem}.growth-tile strong{font-family:var(--hf);font-size:clamp(1.35rem,2.4vw,2.15rem);line-height:1.05}.growth-tile small{color:#f5f5f7b8!important}.luxury-options{grid-template-columns:1fr!important;gap:14px!important}.option-group{display:grid;gap:8px}.option-label{color:var(--muted);font-size:10.5px;font-weight:800;text-transform:uppercase}.option-chip-row{display:flex;flex-wrap:wrap;gap:8px}.option-chip{min-height:42px;display:inline-flex;align-items:center;gap:8px;padding:0 13px;border:1px solid rgba(245,245,247,.16);border-radius:999px;background:#f5f5f70d;color:var(--text);font-size:12px;font-weight:800;transition:transform .2s var(--ease),border-color .2s var(--ease),background .2s var(--ease)}.option-chip:hover,.option-chip.selected{background:#ffffffeb;border-color:#ffffffeb;color:var(--soft-black);transform:translateY(-1px)}.option-swatch{width:18px;height:18px;border:1px solid rgba(26,26,26,.16);border-radius:999px;box-shadow:inset 0 1px #ffffff8c}.product-fab{display:none}.cart-toast{position:fixed;top:calc(var(--hh) + 16px);right:18px;z-index:150;width:min(382px,calc(100vw - 24px));display:grid;grid-template-columns:54px minmax(0,1fr) 34px;align-items:center;gap:12px;padding:10px;border:1px solid rgba(26,26,26,.1);border-radius:8px;background:#ffffffb8;color:var(--soft-black);box-shadow:0 10px 30px #0000000d,0 24px 70px #0000002e;backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%)}.cart-toast img{width:54px;height:54px;object-fit:cover;border-radius:8px;background:#f5f5f7}.cart-toast span{min-width:0;display:grid;gap:2px}.cart-toast small{color:#1a1a1a94;font-size:10px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.cart-toast strong{overflow:hidden;color:var(--soft-black);font-size:13px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.cart-toast button{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;color:var(--soft-black);border:1px solid rgba(26,26,26,.1);border-radius:999px;background:#ffffff7a}.cart-toast svg{width:15px;height:15px}@media(max-width:900px){.growth-band{grid-template-columns:1fr!important}.growth-band__grid{grid-template-columns:1fr!important;grid-auto-rows:auto}.growth-tile,.growth-tile:nth-child(1),.growth-tile:nth-child(2),.growth-tile:nth-child(3){grid-column:auto!important;grid-row:auto!important;min-height:260px}}@media(max-width:720px){.section,.category-feature-stack,.product-related-section{padding-top:40px!important;padding-bottom:40px!important}.cart-toast{top:calc(var(--hh) + 10px);right:12px;left:12px;width:auto}.product-page{padding-bottom:112px!important}.product-fab{position:fixed;left:14px;right:14px;bottom:calc(14px + env(safe-area-inset-bottom));z-index:80;display:flex;align-items:center;justify-content:center;gap:12px;min-height:58px;padding:0 18px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#ffffffd1;color:var(--soft-black);box-shadow:0 10px 30px #0000000d,0 24px 68px #00000042;backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);transition:transform .28s var(--ease),opacity .28s var(--ease)}.product-fab.is-hidden{opacity:0;pointer-events:none;transform:translateY(calc(115% + env(safe-area-inset-bottom)))}.product-fab__icon{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--soft-black);color:var(--neutral)}.product-fab__icon svg{width:18px;height:18px}.product-fab__copy{display:grid;text-align:left;line-height:1.1}.product-fab__copy small{color:#1a1a1a9e;font-size:10px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.product-fab__copy strong{color:var(--soft-black);font-size:15px}body:has(.product-fab){padding-bottom:0!important}body:has(.product-fab) .am-sticky-buy{display:none!important}body:has(.product-fab) .whatsapp-float{bottom:calc(82px + env(safe-area-inset-bottom))!important}}@media(prefers-reduced-motion:reduce){.product-visual-button:before,.mini-product__image:before,.detail-visual:after{animation:none!important}.product-fab,.primary,.btn-primary,.buy-btn,.cart-upsell-add,.product-visual-button img,.mini-product__image img,.detail-visual img{transition:none!important}}.page.slim.blog-page{width:min(920px,calc(100% - 24px))!important;max-width:920px!important;padding-top:clamp(44px,8vw,86px)!important;padding-bottom:clamp(54px,8vw,96px)!important}.blog-page>.text-link:first-child{margin-bottom:24px}.blog-page .eyebrow,.blog-meta{color:#f5f5f794}.blog-page h1{max-width:820px;margin-top:8px;color:#fff;font-size:clamp(2.8rem,8vw,5.8rem)!important;line-height:.92!important}.blog-lede{max-width:720px;margin-top:18px;color:#f5f5f7b8;font-size:clamp(1rem,1.8vw,1.18rem);line-height:1.75}.blog-list{display:grid;gap:14px;margin-top:clamp(28px,4vw,42px)}.blog-preview{display:grid;gap:12px;padding:clamp(20px,4vw,30px);border:1px solid rgba(245,245,247,.12);border-radius:8px;background:radial-gradient(circle at 14% 0%,rgba(255,255,255,.1),transparent 34%),#f5f5f70e;box-shadow:var(--soft-depth);backdrop-filter:blur(12px) saturate(160%);-webkit-backdrop-filter:blur(12px) saturate(160%);transition:transform .22s var(--ease),border-color .22s var(--ease),background .22s var(--ease)}.blog-preview:hover{transform:translateY(-2px);border-color:#f5f5f738;background:radial-gradient(circle at 14% 0%,rgba(255,255,255,.14),transparent 34%),#f5f5f713}.blog-preview h2{max-width:780px;color:#fff;font-size:clamp(1.7rem,3.4vw,3rem);line-height:1.02}.blog-preview p:not(.eyebrow){color:#f5f5f7ad;font-size:.98rem;line-height:1.7}.blog-content{display:grid;gap:32px;margin-top:clamp(34px,5vw,52px)}.blog-content section{padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.08)}.blog-content section:last-child{border-bottom:0}.blog-content h3{margin-bottom:14px;color:#fff;font-family:var(--bf)!important;font-size:clamp(1.15rem,2.2vw,1.45rem);line-height:1.3;font-weight:700}.blog-content p{color:#f5f5f7d1;font-size:1.05rem;line-height:1.85}.blog-cta{display:grid;gap:18px;margin-top:clamp(34px,5vw,54px);padding:clamp(20px,4vw,30px);border:1px solid rgba(245,245,247,.13);border-radius:8px;background:linear-gradient(135deg,#ffffff1a,#ffffff09),#f5f5f70e;box-shadow:var(--soft-depth);backdrop-filter:blur(12px) saturate(160%);-webkit-backdrop-filter:blur(12px) saturate(160%)}.blog-cta h3{color:#fff;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1}.blog-cta__links{display:flex;flex-wrap:wrap;gap:10px}@media(max-width:720px){.page.slim.blog-page{width:100%!important;padding-top:34px!important;padding-bottom:56px!important}.blog-page h1{font-size:clamp(2.35rem,12vw,3.5rem)!important}.blog-preview,.blog-cta{border-radius:0}.blog-cta__links{display:grid}.blog-cta__links .primary{width:100%}}.am-chat-launcher{background:#ffffffb8!important;color:var(--soft-black)!important;border:1px solid rgba(26,26,26,.1)!important;box-shadow:0 10px 30px #0000000d,0 22px 54px #0000002e!important;backdrop-filter:blur(12px) saturate(180%)!important;-webkit-backdrop-filter:blur(12px) saturate(180%)!important}.am-chat-launcher:hover{background:#ffffffdb!important;box-shadow:0 10px 30px #0000000d,0 26px 68px #0000003d!important}.am-chat-launcher svg,.am-chat-launcher img{color:var(--soft-black)!important;filter:none!important}.am-launcher-badge{background:var(--soft-black)!important;color:var(--neutral)!important;border:1px solid rgba(255,255,255,.68)!important}.am-chatbot{background:#ffffffb8!important;color:var(--soft-black)!important;border:1px solid rgba(26,26,26,.1)!important;box-shadow:0 10px 30px #0000000d,0 28px 82px #00000038!important;backdrop-filter:blur(12px) saturate(180%)!important;-webkit-backdrop-filter:blur(12px) saturate(180%)!important}.am-chatbot.is-open{padding:10px!important;gap:8px!important}.am-chatbot__header{min-height:38px!important;padding:7px!important;border:1px solid rgba(26,26,26,.08)!important;border-radius:10px!important;background:#ffffff75!important;box-shadow:inset 0 1px #ffffff80!important;backdrop-filter:blur(10px) saturate(160%)!important;-webkit-backdrop-filter:blur(10px) saturate(160%)!important}.am-chatbot__mode-tabs{background:#1a1a1a0d!important;border:1px solid rgba(26,26,26,.08)!important}.am-chatbot__mode-tabs button{color:#1a1a1a94!important}.am-chatbot__mode-tabs button.is-active,.am-chatbot__filters button,.am-send-btn,.am-chat-product-add,.am-chat-discount button,.am-chat-action-btn{background:var(--soft-black)!important;color:var(--neutral)!important}.am-chatbot__filters button{box-shadow:0 8px 22px #00000014!important}.am-chatbot__close,.am-chatbot__back,.am-tool-btn{background:#ffffff9e!important;color:var(--soft-black)!important;border:1px solid rgba(26,26,26,.1)!important}.am-chatbot__close:hover,.am-chatbot__back:hover,.am-tool-btn:hover{background:#ffffffe0!important}.am-chatbot__body{padding:8px!important;border:1px solid rgba(26,26,26,.06)!important;border-radius:10px!important;background:radial-gradient(circle at 20% 0%,rgba(255,255,255,.48),transparent 34%),#f5f5f757!important}.am-chatbot__body::-webkit-scrollbar-thumb{background:#1a1a1a2e!important}.am-chat-msg,.am-chat-product,.am-chat-discount,.am-form-inner,.am-chatbot__prompts button{border:1px solid rgba(26,26,26,.1)!important;box-shadow:0 10px 30px #0000000d!important;backdrop-filter:blur(10px) saturate(160%)!important;-webkit-backdrop-filter:blur(10px) saturate(160%)!important}.am-chat-msg--assistant,.am-chat-product,.am-chat-discount,.am-form-inner,.am-chatbot__prompts button{background:#ffffffad!important;color:var(--soft-black)!important}.am-chat-msg--user{background:#1a1a1aeb!important;color:var(--neutral)!important;border-color:#ffffff29!important}.am-chat-msg--assistant:before,.am-chat-msg--user:before{display:none!important}.am-form-inner{background:#ffffffbd!important;border-radius:12px!important}.am-form-inner textarea{color:var(--soft-black)!important}.am-form-inner textarea::placeholder{color:#1a1a1a94!important}.am-action-chip{background:#f5f5f794!important;color:#1a1a1a9e!important;border:1px solid rgba(26,26,26,.08)!important}.am-action-chip:hover{background:#ffffffe0!important;color:var(--soft-black)!important}.am-chat-online,.am-chat-product-price s,.am-chat-product-meta,.am-chat-product-view,.am-chat-discount span{color:#1a1a1a94!important}.am-chatbot__header-info strong,.am-chat-product-name,.am-chat-product-price,.am-chat-discount strong{color:var(--soft-black)!important}.am-chat-product-img{background:#f5f5f7a3!important}.am-chat-product-img img{filter:saturate(1.02) contrast(1.02)}.am-chat-product-view{background:#ffffff7a!important;border:1px solid rgba(26,26,26,.1)!important}.am-chat-product:hover{border-color:#1a1a1a33!important;box-shadow:0 14px 36px #0000001a!important}.am-chatbot .am-form-inner,.am-chatbot .am-chat-msg--assistant,.am-chatbot .am-chat-product,.am-chatbot .am-chat-discount,.am-chatbot .am-chatbot__prompts button{background:#ffffffad!important}.am-chatbot .am-form-inner{background:#ffffffbd!important}@media(max-width:720px){.am-chatbot{right:8px!important;bottom:8px!important;width:min(360px,calc(100vw - 16px))!important;max-height:min(76vh,620px)!important}body:has(.product-fab) .am-chat-launcher{bottom:calc(82px + env(safe-area-inset-bottom))!important}}@font-face{font-family:Josefin Sans;src:url(/fonts/josefin-sans/JosefinSans-VariableFont_wght.ttf) format("truetype");font-weight:100 700;font-style:normal;font-display:swap}@font-face{font-family:Josefin Sans;src:url(/fonts/josefin-sans/JosefinSans-Italic-VariableFont_wght.ttf) format("truetype");font-weight:100 700;font-style:italic;font-display:swap}.hero-trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.hero-trust-row span{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(22,18,14,.12);border-radius:999px;padding:9px 12px;background:#ffffffb8;color:#231b13bd;font-size:.76rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.hero-trust-row svg{width:15px;height:15px;color:#9a6a32}.room-shop-section{padding-top:clamp(42px,7vw,82px)}.room-shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(12px,2vw,18px)}.room-shop-card{border:1px solid rgba(36,29,24,.14);background:linear-gradient(145deg,#ffffffeb,#f6efe5db);box-shadow:0 18px 38px #251b1314;border-radius:0;padding:clamp(18px,2.3vw,26px);text-align:left;display:grid;gap:10px;min-height:164px;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.room-shop-card:hover{transform:translateY(-4px);border-color:#9c6f3d66;box-shadow:0 24px 52px #251b131f}.room-shop-card span{color:#a06b2f;font-size:.76rem;font-weight:900;letter-spacing:.14em}.room-shop-card strong{font-size:clamp(1.05rem,1.8vw,1.35rem);color:#241d18}.room-shop-card small{color:#241d18ad;line-height:1.55;font-size:.92rem}.product-confidence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:20px 0}.product-confidence-grid>div{border:1px solid rgba(36,29,24,.12);background:#ffffffb8;padding:14px}.product-confidence-grid strong{display:block;color:#241d18;font-size:.82rem;letter-spacing:.05em;text-transform:uppercase;margin-bottom:6px}.product-confidence-grid p{margin:0;color:#241d18ad;font-size:.88rem;line-height:1.45}@media(max-width:820px){.room-shop-grid{grid-template-columns:1fr}.room-shop-card{min-height:132px}.product-confidence-grid{grid-template-columns:1fr}.hero-trust-row{gap:8px}.hero-trust-row span{font-size:.68rem;padding:8px 10px}}
