:root{--brand-50:#FFF1F2;--brand-100:#FFE1E3;--brand-200:#FFC7CB;--brand-500:#EE1C25;--brand-600:#D6001C;--brand-700:#A80016;--brand-800:#7E0011;--ink-900:#0F172A;--ink-700:#334155;--ink-500:#64748B;--ink-400:#94A3B8;--line:#E5E7EB;--surface:#fff;--page:#F6F7F9;--surface-2:#FAFAFB;--success:#10B981;--success-bg:#ECFDF5;--warning:#F59E0B;--warning-bg:#FFFBEB;--danger:#EF4444;--danger-bg:#FEF2F2;--info:#3B82F6;--info-bg:#EFF6FF;--font-sans:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;--font-display:Poppins,Inter,sans-serif;--fs-xs:12px;--fs-sm:13px;--fs-base:14px;--fs-md:16px;--fs-lg:18px;--fs-xl:22px;--fs-2xl:28px;--fs-3xl:34px;--fs-4xl:44px;--s1:4px;--s2:8px;--s3:12px;--s4:16px;--s5:20px;--s6:24px;--s8:32px;--s10:40px;--s12:48px;--s16:64px;--r-sm:6px;--r-md:8px;--r-lg:12px;--r-xl:16px;--r-pill:999px;--sh-1:0 1px 2px rgba(15,23,42,.06);--sh-2:0 2px 8px rgba(15,23,42,.08);--sh-3:0 8px 24px rgba(15,23,42,.10);--container:1440px;--content:1320px;--gutter:24px;--header-h:76px;--z-header:100;--z-drawer:200;--z-modal:300;--z-toast:400}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink-900);font:14px/1.5 var(--font-sans);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(calc(100% - 48px),var(--content));margin-inline:auto}.page{padding:14px 0 28px}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--sh-1)}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.18;margin:0 0 10px}h1{font-size:28px}h2{font-size:18px}h3{font-size:15px}p{margin:0 0 14px;color:var(--ink-500)}input,select,textarea{border:1px solid var(--line);background:#fff;border-radius:7px;padding:10px 12px;outline:none;color:var(--ink-900)}input:focus,select:focus,textarea:focus{border-color:var(--brand-500);box-shadow:0 0 0 3px var(--brand-50)}:focus-visible{outline:2px solid var(--brand-600);outline-offset:2px}.breadcrumbs{display:flex;align-items:center;gap:10px;color:var(--ink-400);font-size:12px;padding:7px 0 14px}.breadcrumbs a:hover{color:var(--brand-600)}.breadcrumbs b{color:var(--ink-500);font-weight:500}.section-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.section-head h1,.section-head h2,.section-head h3{margin:0}.section-head a{font-size:12px;color:var(--brand-600);font-weight:700}.stars{color:#ff9800}.empty{margin:30px auto;padding:50px;text-align:center;max-width:900px}.empty img{width:260px;margin:0 auto 20px}.empty p{max-width:480px;margin:0 auto 20px}@media(max-width:768px){.container{width:min(calc(100% - 24px),var(--content))}.page{padding-top:8px}h1{font-size:24px}}.skip-link{position:fixed;left:12px;top:12px;z-index:9999;transform:translateY(-160%);background:#fff;color:var(--ink-900);border:2px solid var(--brand-600);border-radius:6px;padding:9px 12px;font-weight:700;box-shadow:var(--sh-2)}.skip-link:focus{transform:none}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.btn{display:inline-flex;justify-content:center;align-items:center;gap:6px;border:1px solid transparent;border-radius:7px;padding:9px 16px;font-weight:700;line-height:1.1}.btn--primary{background:var(--brand-600);color:#fff;border-color:var(--brand-600)}.btn--primary:hover{background:var(--brand-700)}.btn--outline{background:#fff;color:var(--brand-600);border-color:var(--brand-500)}.btn--ghost{background:#fff;border-color:var(--line);color:var(--ink-700)}.btn--light{background:#fff;color:var(--ink-900)}.btn--soft{background:var(--brand-50);color:var(--brand-600)}.btn--block{width:100%}.btn--large{padding:13px 18px;font-size:15px}.badge{position:absolute;border-radius:5px;padding:4px 8px;font-size:11px;font-weight:800}.badge--sale{background:var(--brand-600);color:#fff}.price{display:flex;align-items:baseline;gap:8px}.price strong{color:var(--brand-600);font-size:16px}.price del{color:var(--ink-400);font-size:11px}.rating{font-size:12px;color:var(--ink-500)}.rating>span{color:#ff9800}.product-card{position:relative;border:1px solid var(--line);border-radius:10px;background:#fff;min-width:0;overflow:hidden;transition:.18s ease}.product-card:hover{box-shadow:var(--sh-3);transform:translateY(-2px)}.product-card>.badge{top:10px;left:10px}.product-card__heart{position:absolute;right:10px;top:8px;z-index:2;font-size:22px;color:var(--brand-600)}.product-card__image{height:175px;padding:18px;display:grid;place-items:center;background:#fff}.product-card__image img{width:100%;height:100%;object-fit:contain}.product-card__body{padding:0 12px 12px}.product-card__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px;font-weight:650;margin-bottom:2px}.product-card__body small{color:var(--ink-400);font-size:11px}.product-card .price{margin:5px 0 2px}.product-card .btn{margin-top:9px;padding:8px}.trust-bar{border:1px solid var(--line);border-radius:10px;margin:18px 0 0;padding:12px 18px;display:grid;grid-template-columns:repeat(5,1fr);background:#fff}.trust-bar>div{display:flex;align-items:center;justify-content:center;gap:11px;border-right:1px solid var(--line);font-size:18px;color:var(--brand-600)}.trust-bar>div:last-child{border:0}.trust-bar span{display:flex;flex-direction:column;color:var(--ink-900);font-size:12px}.trust-bar small{color:var(--ink-400);font-size:10px;font-weight:400}.status-pill{display:inline-block;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:700}.status-pill.delivered{background:#DCFCE7;color:#15803D}.status-pill.shipped{background:#DBEAFE;color:#1D4ED8}.status-pill.processing{background:#FEF3C7;color:#B45309}.status-pill.cancelled{background:#F1F5F9;color:#64748B}.progress{height:5px;border-radius:999px;background:#ECEFF3;overflow:hidden}.progress i{display:block;height:100%;background:#10B981;border-radius:inherit}@media(max-width:900px){.trust-bar{grid-template-columns:repeat(2,1fr)}.trust-bar>div{border:0;justify-content:flex-start}.product-card__image{height:145px}}.ad-slot{display:block;margin:24px 0;overflow:hidden;text-align:center}.ad-slot__label{display:block;margin-bottom:6px;color:var(--ink-400);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.consent-banner{position:fixed;inset:auto 20px 20px;z-index:450;max-width:980px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px;display:flex;gap:16px}.consent-banner[hidden]{display:none}.consent-banner p{margin:4px 0}.consent-preferences{display:flex;gap:6px;margin-top:8px}.consent-preferences label{flex:1;border:1px solid var(--line);border-radius:7px;padding:7px}.consent-preferences small{display:block}.consent-banner__actions{display:flex;gap:6px;flex-wrap:wrap}@media(max-width:700px){.consent-banner{inset:auto 10px 10px;flex-direction:column}.consent-preferences{display:grid;width:100%}.consent-banner__actions{width:100%}.consent-banner__actions .btn{flex:1}}.wishlist-share{display:grid;grid-template-columns:minmax(180px,1fr) minmax(280px,2fr) auto;gap:12px;align-items:center;margin-bottom:16px;padding:14px 16px}.wishlist-share small{display:block;color:var(--ink-500);margin-top:3px}.wishlist-share input{width:100%;min-width:0;border:1px solid var(--line);border-radius:var(--r-md);padding:11px 12px;background:var(--surface-2)}.shared-wishlist-hero{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;padding:24px;margin:16px 0 22px}.shared-wishlist-hero h1{margin:0 0 6px}.shared-wishlist-hero p{margin:0 0 6px;color:var(--ink-500)}.shared-wishlist-hero__icon{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--brand-50);color:var(--brand-600);font-size:32px}.shared-wishlist-grid{margin-bottom:32px}@media(max-width:768px){.wishlist-share{grid-template-columns:1fr}.shared-wishlist-hero{grid-template-columns:auto 1fr}.shared-wishlist-hero>.btn{grid-column:1/-1}}.footer-privacy-form{margin:0;padding:0}.footer-privacy-form button{border:0;background:transparent;padding:0;color:inherit;font:inherit;cursor:pointer;text-align:left;opacity:.85}.footer-privacy-form button:hover,.footer-privacy-form button:focus-visible{opacity:1;text-decoration:underline}.review-actions{display:grid;gap:6px}.review-actions>input{max-width:240px}.utility{background:var(--brand-700);color:#fff;font-size:11px;height:28px}.utility__inner{height:100%;display:flex;align-items:center;justify-content:space-between}.utility nav{display:flex;gap:10px;align-items:center}.mainbar{background:#fff;border-bottom:1px solid #f2f2f2}.mainbar__inner{height:72px;display:flex;align-items:center;gap:32px}.brand{width:190px;flex:0 0 auto}.brand img{height:42px;width:auto}.search{flex:1;display:flex;max-width:690px;margin:auto}.search select{width:145px;border-radius:7px 0 0 7px;background:#fff}.search input{flex:1;border-radius:0;border-left:0;min-width:120px}.search button{width:52px;border:0;border-radius:0 7px 7px 0;background:var(--brand-600);color:#fff;font-size:24px}.actions{display:flex;align-items:center;gap:30px}.actions a{position:relative;display:flex;align-items:center;gap:7px;white-space:nowrap}.actions a>span{font-size:23px}.actions b{font-size:12px}.cart-link i{position:absolute;top:-11px;left:15px;background:var(--brand-600);color:#fff;font-style:normal;font-size:9px;width:17px;height:17px;display:grid;place-items:center;border-radius:50%}.navrow{border-bottom:1px solid var(--line);background:#fff}.navrow__inner{height:48px;display:flex;align-items:stretch;gap:32px}.category-button{width:250px;border:0;border-radius:7px 7px 0 0;background:var(--brand-600);color:#fff;font-weight:700;text-align:left;padding:0 18px}.category-button span{float:right}.primary-nav{display:flex;align-items:stretch;gap:4px;flex:1}.primary-nav a{position:relative;display:flex;align-items:center;padding:0 18px;font-weight:600;font-size:12px}.primary-nav a:hover{color:var(--brand-600)}.primary-nav em{position:absolute;top:3px;right:1px;background:var(--brand-600);color:#fff;border-radius:4px;padding:1px 4px;font-style:normal;font-size:8px}.newsletter{background:var(--brand-600);color:#fff}.newsletter__inner{height:66px;display:grid;grid-template-columns:1fr 530px 90px;align-items:center;gap:25px}.newsletter strong{display:block;font-size:21px}.newsletter span{font-size:11px}.newsletter form{display:flex;gap:8px}.newsletter input{flex:1}.newsletter img{height:66px;width:90px;object-fit:cover;object-position:center;background:transparent}.footer{background:#fff;padding:28px 0 12px}.footer__grid{display:grid;grid-template-columns:1.5fr repeat(5,1fr);gap:35px}.footer h4{font-size:13px}.footer a,.footer p{display:block;color:var(--ink-500);font-size:11px;margin:0 0 7px}.footer__brand img{width:160px;margin-bottom:10px}.footer__brand p{max-width:220px}.store-badge{display:block;width:110px;background:#111;color:#fff;border-radius:5px;padding:5px 10px;margin:5px 0;font-size:11px;line-height:1.1}.store-badge small{font-size:8px}.footer__bottom{border-top:1px solid var(--line);margin-top:22px;padding-top:16px;display:flex;justify-content:space-between;font-size:10px;color:var(--ink-500)}.home{background:#fff}.home-hero{display:grid;grid-template-columns:230px minmax(0,1fr) 220px;gap:14px}.cat-menu,.benefits{border:1px solid var(--line);border-radius:9px;overflow:hidden;background:#fff}.cat-menu h3{display:none}.cat-menu a{height:35px;padding:0 12px;display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:7px;border-bottom:1px solid #f5f5f5;font-size:11px}.cat-menu a:last-child{border:0}.cat-menu a:hover{background:var(--brand-50);color:var(--brand-600)}.cat-icon{font-weight:900;color:var(--ink-400)}.hero-banner{position:relative;height:340px;border-radius:9px;overflow:hidden;background:#9b0015;color:#fff}.hero-banner>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-copy{position:absolute;left:7%;top:50%;transform:translateY(-50%);width:45%}.hero-copy>span{font-size:12px}.hero-copy h1{font-size:36px;line-height:1.03;margin:8px 0}.hero-copy p{color:#fff}.hero-dots{position:absolute;bottom:13px;left:50%;display:flex;gap:8px}.hero-dots i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.5)}.hero-dots i:first-child{background:#fff;width:16px;border-radius:5px}.benefits{padding:5px 16px;display:flex;flex-direction:column;justify-content:space-around}.benefits>div{display:flex;gap:14px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line);font-size:22px;color:var(--brand-600)}.benefits>div:last-child{border:0}.benefits span{display:flex;flex-direction:column;color:var(--ink-900);font-size:12px}.benefits small{font-size:10px;color:var(--ink-400);font-weight:400}.category-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin:12px 0}.category-strip a{border:1px solid var(--line);border-radius:9px;height:72px;display:flex;align-items:center;padding:8px 12px;gap:10px}.category-strip img{width:52px;height:52px;object-fit:contain}.category-strip span{display:flex;flex-direction:column;font-size:11px}.category-strip small{color:var(--ink-400);margin-top:3px}.split{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(300px,1fr);gap:12px}.split>.panel{padding:12px}.product-row{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:10px}.flash__body{display:grid;grid-template-columns:48% 1fr;gap:12px;align-items:center;padding-top:15px}.flash__body>picture{display:contents}.flash__body>img,.flash__body>picture>img{width:100%;height:145px;object-fit:contain}.countdown{font-size:10px;color:var(--brand-600);font-weight:800}.countdown small{font-size:7px;color:var(--ink-400)}.flash .price{margin:9px 0}.flash .progress{background:#fee2e2}.flash .progress i{background:var(--brand-600)}.flash__body small{display:flex;justify-content:space-between;font-size:9px;margin:5px 0 12px}.flash__body small span{color:var(--brand-600)}.promo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:12px}.promo{position:relative;height:132px;border-radius:9px;overflow:hidden}.promo>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.promo>span{position:absolute;left:18px;top:18px;display:flex;flex-direction:column;z-index:2}.promo b{font-size:16px}.promo small{font-size:10px;color:var(--ink-500)}.promo em{margin-top:15px;color:var(--brand-600);font-style:normal;font-weight:700;font-size:11px}.promo .light,.promo .light small,.promo .light em{color:#fff}.testimonial{padding:12px}.testimonial>div:last-child{display:grid;grid-template-columns:44px 1fr;gap:10px;align-items:center;margin-top:10px}.testimonial img{width:42px;height:42px;border-radius:50%;object-fit:cover}.testimonial p{font-size:10px;margin:0}.testimonial p b{color:var(--brand-600);font-size:24px}.testimonial>div:last-child>div{grid-column:2;font-size:10px}.catalog-layout{display:grid;grid-template-columns:220px 1fr;gap:16px}.filters{padding:14px;align-self:start}.filters .section-head{padding-bottom:8px}.filters .section-head a{color:var(--ink-400);font-size:10px}.filter-block{border-top:1px solid var(--line);padding:13px 0}.filter-block h4{font-size:11px;display:flex;justify-content:space-between}.filter-block label{display:block;font-size:10px;margin:7px 0;color:var(--ink-500)}.filter-block input[type=checkbox]{width:13px;height:13px;vertical-align:-2px;padding:0}.filter-block>a{font-size:9px}.range-inputs{display:grid;grid-template-columns:1fr 8px 1fr auto;gap:5px;align-items:center;margin-top:9px}.range-inputs input{width:100%;padding:6px;font-size:9px}.range-inputs button{background:var(--brand-600);color:#fff;border:0;border-radius:5px;padding:7px}.swatches{display:flex;gap:9px}.swatches i{width:14px;height:14px;border-radius:50%;border:1px solid var(--line);font-style:normal;font-size:9px;display:grid;place-items:center}.category-banner{height:210px;position:relative;border-radius:9px;overflow:hidden;color:#fff}.category-banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.category-banner>div{position:absolute;left:30px;top:50%;transform:translateY(-50%)}.category-banner h1{font-size:34px;margin:6px 0}.category-banner p{color:#fff}.category-banner>b{position:absolute;right:24px;top:22px;background:#fff;color:var(--brand-600);width:74px;height:74px;border-radius:50%;display:grid;place-items:center;text-align:center;transform:rotate(8deg)}.toolbar{height:50px;display:flex;align-items:center;justify-content:space-between}.toolbar select{padding:7px;font-size:10px}.toolbar strong{font-size:11px}.toolbar>div{display:flex;gap:6px}.view-toggle{width:34px;border:1px solid var(--line);background:#fff;border-radius:5px}.view-toggle.active{background:var(--brand-600);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.catalog-main .product-card__image{height:145px}.pagination{display:flex;justify-content:center;gap:6px;margin:16px}.pagination button,.pagination span{min-width:27px;height:27px;border:1px solid var(--line);background:#fff;border-radius:5px;display:grid;place-items:center;font-size:10px}.pagination button.active{background:var(--brand-600);color:#fff}.search-grid{margin:15px 0 35px}.product-top{display:grid;grid-template-columns:46% 32% 22%;gap:18px}.gallery{display:grid;grid-template-columns:70px 1fr;gap:12px}.thumbs{display:flex;flex-direction:column;gap:8px}.thumbs button{height:67px;border:1px solid var(--line);background:#fff;border-radius:8px;padding:5px}.thumbs button.active{border:2px solid var(--brand-500)}.thumbs img{width:100%;height:100%;object-fit:contain}.thumbs>span{text-align:center}.main-image{position:relative;height:410px;border:1px solid var(--line);border-radius:9px;display:grid;place-items:center}.main-image>.badge{left:15px;top:15px}.gallery-heart{position:absolute;right:12px;top:10px;width:34px;height:34px;border-radius:50%;background:#fff;border:1px solid var(--line);font-size:20px}.main-image>picture{display:contents}.main-image>img,.main-image>picture>img{width:80%;height:80%;object-fit:contain}.main-image>small{position:absolute;bottom:10px;background:#333;color:#fff;border-radius:20px;padding:5px 11px;font-size:9px}.buy-box{padding:4px 0}.brand-link{color:var(--brand-600);font-size:11px;font-weight:700}.buy-box h1{font-size:25px;margin:4px 0 8px}.product-rating{display:flex;align-items:center;gap:6px;font-size:10px}.product-rating i{height:12px;border-left:1px solid var(--line)}.big-price{display:flex;align-items:center;gap:10px;margin:8px 0}.big-price strong{font-size:27px;color:var(--brand-600)}.big-price del{color:var(--ink-400)}.big-price span{background:var(--brand-50);color:var(--brand-600);padding:3px 6px;border-radius:4px;font-weight:700}.buy-box>p{font-size:11px}.option{font-size:10px;margin:12px 0}.option>b{margin-right:8px}.swatches.large{margin-top:7px}.swatches.large button{width:29px;height:29px;border:2px solid #fff;box-shadow:0 0 0 1px var(--line);border-radius:50%}.swatches.large button.active{box-shadow:0 0 0 2px var(--brand-600)}.size{display:block;margin-top:7px;background:#fff;border:1px solid var(--brand-600);color:var(--ink-700);padding:7px 13px;border-radius:5px}.buy-actions{display:grid;grid-template-columns:92px 1fr;gap:8px;margin-top:18px}.qty{border:1px solid var(--line);border-radius:7px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;text-align:center;height:38px}.qty button{border:0;background:#fff}.buy-now{grid-column:2}.mini-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;border-top:1px solid var(--line);margin-top:12px;padding-top:12px}.mini-trust span{display:grid;grid-template-columns:auto 1fr;column-gap:5px;color:var(--brand-600);font-size:16px}.mini-trust b,.mini-trust small{grid-column:2;color:var(--ink-900);font-size:9px}.mini-trust small{color:var(--ink-400)}.product-rail{display:flex;flex-direction:column;gap:14px}.rail-card{border:1px solid var(--line);border-radius:9px;padding:13px}.rail-card>div{display:flex;gap:10px;border-bottom:1px solid var(--line);padding:10px 0;color:var(--brand-600)}.rail-card>div:last-child{border:0}.rail-card span{display:flex;flex-direction:column;color:var(--ink-900);font-size:11px}.rail-card small{font-size:9px;color:var(--ink-500);margin-top:4px}.rail-card em{font-style:normal;color:var(--brand-600);font-weight:700}.share{margin-top:10px!important}.details{margin-top:18px}.tabs{display:flex;border-bottom:1px solid var(--line)}.tabs button{border:0;background:#fff;padding:12px 22px;font-weight:600;font-size:11px}.tabs button.active{color:var(--brand-600);border-bottom:2px solid var(--brand-600)}.reviews-summary strong{font-size:36px}.review-card>div:first-child{display:flex;gap:7px;align-items:center}.review-card img{width:34px;height:34px;border-radius:50%;object-fit:cover}.review-card span{display:flex;flex-direction:column;font-size:9px}.review-card p{font-size:9px!important}.related{margin-top:15px}.cart-table{overflow:hidden}.cart-head,.cart-line{display:grid;grid-template-columns:2.5fr .8fr .9fr .8fr .35fr;align-items:center;gap:12px}.cart-head{padding:11px 15px;border-bottom:1px solid var(--line);font-size:10px}.cart-product{display:flex;align-items:center;gap:12px}.cart-product img{width:72px;height:65px;object-fit:contain;border:1px solid var(--line);border-radius:8px}.cart-product span{display:flex;flex-direction:column;font-size:11px}.cart-product small{color:var(--ink-500)}.trash{border:0;background:#fff;color:var(--brand-600)}.coupon,.ship-progress{padding:14px;display:grid;grid-template-columns:42px 1fr;gap:10px}.coupon>span,.ship-progress>span{font-size:25px}.coupon b,.ship-progress b{font-size:10px}.coupon form{display:flex;margin-top:7px}.coupon input{flex:1;border-radius:7px 0 0 7px}.coupon .btn{border-radius:0 7px 7px 0}.ship-progress .progress{margin:10px 0}.recs .product-card__image{height:110px}.order-summary{padding:16px;position:sticky;top:10px}.order-summary h2{font-size:20px}.order-summary dl,.checkout-summary dl{margin:10px 0}.order-summary dl>div,.checkout-summary dl>div{display:flex;justify-content:space-between;padding:9px 0;font-size:11px}.order-summary dl .discount{color:var(--success)}.order-summary dl .total,.checkout-summary dl .total{border-top:1px solid var(--line);font-size:19px;font-weight:800}.order-summary dl .total dd,.checkout-summary dl .total dd{color:var(--brand-600)}.order-summary p{font-size:9px;text-align:center;color:var(--ink-500)}.order-summary small{display:block;margin-top:14px}.assurance{margin-top:10px;padding:14px;display:grid;grid-template-columns:1fr 1fr;gap:13px}.assurance span{display:grid;grid-template-columns:22px 1fr;color:var(--brand-600)}.assurance b,.assurance small{grid-column:2;color:var(--ink-900);font-size:9px}.assurance small{color:var(--ink-500)}.steps{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto;align-items:center;max-width:820px;margin:7px auto 18px}.steps>div{display:flex;flex-direction:column;align-items:center;gap:4px}.steps b{width:27px;height:27px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:10px}.steps>i{height:1px;background:var(--line)}.steps .done b,.steps .current b{background:var(--brand-600);color:#fff;border-color:var(--brand-600)}.steps .done+i,.steps .current+i{background:var(--brand-500)}.steps span{text-align:center;color:var(--ink-500);font-size:9px}.steps small{display:block;color:var(--ink-400)}.form-card{padding:15px}.form-card h2{font-size:15px}.form-card .section-head small{font-size:9px}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.form-grid label{font-size:9px}.form-grid input,.form-grid select{display:block;width:100%;padding:8px;margin-top:4px}.form-grid .span2{grid-column:span 2}.check{display:block;margin-top:10px;font-size:9px}.radio-cards label.active{border-color:var(--brand-500);box-shadow:0 0 0 1px var(--brand-100)}.payment-methods{display:grid;grid-template-columns:1fr 1fr;gap:7px}.payment-methods label{border:1px solid var(--line);border-radius:7px;padding:10px;display:grid;grid-template-columns:auto 1fr auto;gap:8px;font-size:10px}.payment-methods label.active{border-color:var(--brand-500);background:var(--brand-50)}.checkout-summary{padding:15px;align-self:start}.checkout-item{display:grid;grid-template-columns:62px 1fr auto;gap:9px;align-items:center;padding:9px 0}.checkout-item img{width:58px;height:58px;object-fit:contain;border:1px solid var(--line);border-radius:8px}.checkout-item span{display:flex;flex-direction:column;font-size:9px}.checkout-item small{color:var(--ink-500)}.secure-note{border:1px solid var(--line);border-radius:7px;padding:10px;display:flex;gap:8px;color:var(--brand-600);margin-bottom:10px}.secure-note span{display:flex;flex-direction:column;color:var(--ink-900);font-size:9px}.secure-note small{color:var(--ink-500)}.checkout-summary>small{display:block;margin-top:9px;font-size:8px;color:var(--ink-500)}.checkout-summary a{color:var(--brand-600)}.wishlist-title{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:15px;margin:6px 0 15px}.wishlist-title>span{width:52px;height:52px;border-radius:50%;background:var(--brand-50);display:grid;place-items:center;color:var(--brand-600);font-size:29px}.wishlist-title h1{margin:0}.wishlist-title p{margin:3px 0 0}.wishlist-title>div:last-child{display:flex;gap:8px}.wishlist-grid{display:grid;grid-template-columns:1fr 260px;gap:18px}.wishlist-table{padding:0 13px}.wish-head,.wish-row{display:grid;grid-template-columns:2.1fr .8fr 1fr .8fr 1.6fr;align-items:center;gap:10px}.wish-head{height:40px;border-bottom:1px solid var(--line);font-size:9px}.wish-row{min-height:72px;border-bottom:1px solid var(--line);font-size:9px}.wish-row:last-child{border:0}.wish-row>div:first-child{display:grid;grid-template-columns:20px 58px 1fr;align-items:center;gap:8px}.wish-row img{width:58px;height:58px;object-fit:contain;border:1px solid var(--line);border-radius:6px}.wish-row span,.wish-row>div:nth-child(2),.stock{display:flex;flex-direction:column}.wish-row small,.wish-row del{color:var(--ink-400);font-size:8px}.wish-row>div:nth-child(2) strong{font-size:11px}.stock b{color:var(--success)}.stock.low b{color:var(--warning)}.stock.out b{color:var(--danger)}.wish-actions{display:flex;align-items:center;gap:9px;color:var(--ink-500);font-size:15px}.wish-actions .btn{margin-left:auto;font-size:9px;padding:8px 10px;white-space:nowrap}.side-promo{height:310px;border-radius:10px;position:relative;overflow:hidden;display:block;color:#fff}.side-promo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.side-promo span{position:absolute;inset:20px;display:flex;flex-direction:column}.side-promo b{font-size:22px;margin:8px 0}.side-promo em{background:#fff;color:var(--brand-600);padding:8px 12px;border-radius:5px;align-self:flex-start;font-style:normal;font-size:9px;font-weight:700}.mini-list{margin-top:10px;padding:12px}.mini-list>a{display:grid;grid-template-columns:45px 1fr 22px;gap:8px;align-items:center;border-top:1px solid var(--line);padding:7px 0}.mini-list>a img{width:43px;height:43px;object-fit:contain}.mini-list>a span{display:flex;flex-direction:column;font-size:8px}.mini-list strong{color:var(--brand-600);font-size:11px}.mini-list i{font-style:normal;color:var(--brand-600)}.account-layout{display:grid;grid-template-columns:220px 1fr;gap:14px}.account-nav{padding:12px;align-self:start}.account-nav h4{font-size:10px;margin:2px 7px 8px}.account-nav>a{display:flex;gap:10px;align-items:center;padding:9px 8px;border-radius:6px;font-size:10px}.account-nav>a.active{background:var(--brand-50);color:var(--brand-600);font-weight:700}.need-help{border-top:1px solid var(--line);margin-top:12px;padding:16px 7px 5px}.need-help p{font-size:9px}.welcome{padding:14px;display:grid;grid-template-columns:82px 1fr auto;gap:18px;align-items:center}.welcome>img{width:80px;height:80px;border-radius:50%;object-fit:cover}.welcome h2{font-size:17px}.welcome p{font-size:9px}.stats{display:grid;grid-template-columns:repeat(4,1fr);margin-top:9px}.stats span{display:flex;align-items:center;gap:8px;color:var(--brand-600)}.stats b{display:flex;flex-direction:column;font-size:8px;color:var(--ink-500)}.stats em{font-style:normal;font-size:15px;color:var(--ink-900)}.account-columns{display:grid;grid-template-columns:1.45fr .9fr;gap:12px;margin-top:12px}.account-columns>div,.account-columns>aside{display:flex;flex-direction:column;gap:12px}.recent-orders,.addresses,.account-short,.settings-list,.payment-card{padding:12px}.recent-orders table{width:100%;border-collapse:collapse;font-size:8px;margin-top:8px}.recent-orders th,.recent-orders td{padding:8px;border-top:1px solid var(--line);text-align:left}.recent-orders td a{color:var(--brand-600);font-weight:700}.recent-orders>button{display:block;margin:10px auto 0;font-size:9px}.addresses>div{display:grid;grid-template-columns:1fr 1fr;gap:9px}.addresses article{border:1px solid var(--line);border-radius:7px;padding:10px;position:relative}.addresses article>b{font-size:9px}.addresses article em{background:#DCFCE7;color:#15803D;border-radius:10px;padding:2px 6px;font-size:7px;font-style:normal}.addresses article p{font-size:8px;margin:4px 0}.addresses article>span{position:absolute;right:8px;top:8px;color:var(--ink-500)}.addresses>button{display:block;margin:9px auto 0}.account-short{position:relative;min-height:118px}.account-short p{font-size:9px}.account-short>div{position:absolute;right:15px;bottom:18px;font-size:30px}.settings-list>a{display:grid;grid-template-columns:28px 1fr auto;align-items:center;border-top:1px solid var(--line);padding:9px 0}.settings-list>a>span{font-size:18px}.settings-list>a b{display:flex;flex-direction:column;font-size:9px}.settings-list>a small{color:var(--ink-500);font-weight:400}.settings-list>a i{font-style:normal}.payment-card>div:nth-child(2){display:grid;grid-template-columns:1fr 1fr;gap:8px}.payment-card>div:nth-child(2)>span{border:1px solid var(--line);border-radius:7px;padding:9px;font-size:8px;display:grid;grid-template-columns:auto 1fr auto;gap:4px}.payment-card small{grid-column:2;color:var(--ink-400)}.payment-card em{color:#15803D;font-style:normal}.payment-card>button{margin-top:9px}.help-hero{height:240px;border-radius:9px;overflow:hidden;position:relative;color:#fff}.help-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.help-copy{position:absolute;left:35px;top:30px;width:370px}.help-copy h1{font-size:35px;margin:0}.help-copy h2{font-size:18px}.help-copy p{color:#fff;font-size:11px}.help-copy form{display:flex;margin-top:15px}.help-copy input{flex:1;border:0;border-radius:6px 0 0 6px}.help-copy button{width:45px;border:0;background:#fff;color:var(--brand-600);border-radius:0 6px 6px 0}.help-promises{position:absolute;right:40px;top:38px;display:flex;flex-direction:column;gap:21px}.help-promises span{display:grid;grid-template-columns:36px 1fr;gap:10px;font-size:20px}.help-promises b{display:flex;flex-direction:column;font-size:12px}.help-promises small{font-size:9px;font-weight:400}.help-grid{display:grid;grid-template-columns:330px 1fr;gap:10px;margin-top:10px}.help-grid>div,.help-main{display:flex;flex-direction:column;gap:10px}.faq{padding:12px}.faq button{width:100%;border:1px solid var(--line);border-radius:6px;background:#fff;text-align:left;padding:8px 10px;margin:3px 0;font-size:10px;font-weight:600}.faq button span{float:right}.urgent{background:linear-gradient(120deg,#fff1f2,#ffe4e6);border-radius:9px;padding:20px}.urgent h2{color:var(--brand-600)}.urgent p{font-size:9px}.help-main>.panel{padding:12px}.contact-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.contact-cards article{border:1px solid var(--line);border-radius:7px;padding:12px;position:relative}.contact-cards article>span{font-size:25px;color:var(--brand-600)}.contact-cards h3{font-size:11px;margin:5px 0}.contact-cards article>b{font-size:9px;color:var(--brand-600)}.contact-cards p{font-size:8px;min-height:38px}.contact-cards .btn{font-size:8px;padding:7px}.help-lower{display:grid;grid-template-columns:1.5fr 1fr;gap:10px}.help-lower>.panel{padding:12px}.message-form>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.message-form input,.message-form textarea{width:100%;margin-bottom:7px;padding:7px;font-size:8px}.message-form textarea{height:65px;resize:none}.offices article{display:flex;gap:8px}.offices article>span{color:var(--brand-600);font-size:20px}.offices p{font-size:8px}.office-note{border-top:1px solid var(--line);padding-top:8px}.help-assurance{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-radius:8px;margin-top:10px;padding:10px}.help-assurance span{display:grid;grid-template-columns:27px 1fr;gap:5px;color:var(--brand-600);border-right:1px solid var(--line)}.help-assurance span:last-child{border:0}.help-assurance b{display:flex;flex-direction:column;color:var(--ink-900);font-size:9px}.help-assurance small{font-size:7px;color:var(--ink-500);font-weight:400}@media(max-width:1180px){.primary-nav a{padding:0 9px}.home-hero{grid-template-columns:190px 1fr}.benefits{display:none}.category-strip{grid-template-columns:repeat(3,1fr)}.promo-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(4,1fr)}.product-top{grid-template-columns:43% 35% 22%}.account-columns{grid-template-columns:1fr}.wishlist-grid{grid-template-columns:1fr}.wishlist-grid>aside{display:grid;grid-template-columns:260px 1fr;gap:10px}.side-promo{height:220px}}@media(max-width:900px){.utility{display:none}.mainbar__inner{height:auto;padding:10px 0;display:grid;grid-template-columns:1fr auto}.brand{width:150px}.search{grid-row:2;grid-column:1/-1;width:100%;max-width:none}.actions b{display:none}.navrow__inner{overflow:auto}.primary-nav{min-width:760px}.category-button{min-width:200px}.home-hero{grid-template-columns:1fr}.cat-menu{display:none}.hero-banner{height:300px}.split{grid-template-columns:1fr}.product-row{grid-template-columns:repeat(3,1fr)}.catalog-layout{grid-template-columns:1fr}.filters{display:none}.product-grid{grid-template-columns:repeat(3,1fr)}.product-top{grid-template-columns:1fr}.gallery{max-width:650px;margin:auto}.product-rail{display:grid;grid-template-columns:1fr 1fr}.order-summary{position:static}.form-grid{grid-template-columns:1fr 1fr}.account-layout{grid-template-columns:1fr}.account-nav{display:none}.help-grid{grid-template-columns:1fr}.help-grid>div{display:grid;grid-template-columns:1fr 1fr}.help-promises{display:none}.footer__grid{grid-template-columns:repeat(3,1fr)}.newsletter__inner{grid-template-columns:1fr 1fr}.newsletter img{display:none}}@media(max-width:640px){.actions{gap:15px}.search select{display:none}.category-button{min-width:180px}.hero-banner{height:250px}.hero-copy{left:7%;width:60%}.hero-copy h1{font-size:26px}.category-strip{grid-template-columns:repeat(2,1fr)}.product-row,.product-grid{grid-template-columns:repeat(2,1fr)}.promo-grid{grid-template-columns:1fr}.catalog-main .product-card__image{height:130px}.gallery{grid-template-columns:55px 1fr}.main-image{height:330px}.product-rail{grid-template-columns:1fr}.cart-head{display:none}.radio-cards,.payment-methods{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.form-grid .span2{grid-column:1}.steps small{display:none}.wishlist-title{grid-template-columns:45px 1fr}.wishlist-title>div:last-child{grid-column:1/-1}.wish-head{display:none}.wish-row{grid-template-columns:1fr auto}.wish-row>div:nth-child(3),.wish-row>div:nth-child(4){display:none}.wish-actions{grid-column:1/-1}.wishlist-grid>aside{display:block}.side-promo{height:260px}.welcome{grid-template-columns:62px 1fr}.welcome>img{width:60px;height:60px}.welcome>button{grid-column:1/-1}.stats{grid-template-columns:1fr 1fr}.addresses>div,.payment-card>div:nth-child(2){grid-template-columns:1fr}.help-copy{left:20px;right:20px;width:auto}.help-grid>div{display:block}.urgent{margin-top:10px}.contact-cards{grid-template-columns:1fr 1fr}.help-lower{grid-template-columns:1fr}.help-assurance{grid-template-columns:1fr 1fr;gap:10px}.help-assurance span{border:0}.newsletter__inner{height:auto;padding:15px 0;grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr 1fr}.footer__bottom{flex-direction:column;gap:10px}}.inline-form{display:inline-flex}.toast{position:fixed;right:20px;bottom:20px;z-index:9999;background:#0f172a;color:#fff;padding:11px 15px;border-radius:8px;box-shadow:var(--sh-3);font-size:12px;opacity:0;transform:translateY(10px);pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:none}.toast.error{background:#b91c1c}.flash-message{padding:10px 14px;border-radius:7px;margin-top:10px;font-size:12px}.flash-message.success{background:#ecfdf5;color:#047857}.flash-message.error{background:#fef2f2;color:#b91c1c}.ad-slot-placeholder,.infeed-ad{min-height:90px;border:1px dashed #cbd5e1;background:#f8fafc;color:#94a3b8;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;margin:14px 0;font-size:10px}.infeed-ad{grid-column:1/-1;min-height:120px}.qty input{width:44px;border:0;text-align:center;padding:6px 2px}.qty-save{font-size:10px}.gallery-heart-form{position:absolute;right:12px;top:12px;z-index:3}.main-image{position:relative}.affiliate-disclosure{display:block;margin:8px 0;color:var(--ink-500)}.faq-item{border-bottom:1px solid var(--line)}.faq-item>button{width:100%}.faq-answer{display:none;padding:0 12px 12px;font-size:11px;color:var(--ink-500);line-height:1.5}.faq-item.open .faq-answer{display:block}.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0}.auth-page{padding:44px 0 70px}.auth-card{max-width:900px;margin:auto;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;padding:0}.auth-art{position:relative;min-height:480px;background:#b40019;color:#fff;padding:42px;display:flex;flex-direction:column;justify-content:flex-end}.auth-art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.45}.auth-art h2,.auth-art p{position:relative;z-index:1;color:#fff}.auth-card>form{padding:42px;display:flex;flex-direction:column;gap:14px}.auth-card>form label{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:700}.two-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.success-card{max-width:680px;margin:50px auto;text-align:center;padding:38px}.success-icon{width:64px;height:64px;margin:auto;border-radius:50%;background:#dcfce7;color:#15803d;display:grid;place-items:center;font-size:32px}.success-card dl{max-width:420px;margin:24px auto;display:grid;grid-template-columns:1fr auto;gap:8px;text-align:left}.success-card dt,.success-card dd{border-bottom:1px solid var(--line);padding:8px 0}.blog-page,.article-page,.content-page{padding-bottom:60px}.blog-hero{padding:42px;margin:18px 0}.blog-hero span{color:var(--brand-600);font-weight:800;font-size:10px}.blog-hero h1{font-size:34px;margin:7px 0}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.blog-card{overflow:hidden}.blog-card>img{width:100%;height:180px;object-fit:cover}.blog-card>div{padding:18px}.blog-card small{color:var(--brand-600);font-weight:700}.blog-card h2{font-size:18px;line-height:1.3}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px}.article{padding:34px}.article header h1{font-size:34px;line-height:1.2}.article header>div{font-size:10px;color:var(--ink-500)}.affiliate-note,.legal-starter-note{padding:10px 12px;background:#fff7ed;border:1px solid #fed7aa;border-radius:7px;margin:18px 0;font-size:10px;color:#9a3412}.article-body,.prose{font-size:14px;line-height:1.75}.article-body h2,.prose h2{font-size:22px;margin-top:28px}.article-sidebar{height:max-content;padding:14px;position:sticky;top:90px}.article-sidebar>a{display:grid;grid-template-columns:70px 1fr;gap:8px;padding:9px 0;border-top:1px solid var(--line)}.article-sidebar img{width:70px;height:70px;object-fit:contain}.article-sidebar span{font-size:10px}.article-sidebar b{display:block;color:var(--brand-600);margin-top:4px}.content-card{max-width:980px;margin:18px auto;padding:36px}.content-card h1{font-size:34px}.account-nav form button{width:100%;border:0;background:transparent;text-align:left;padding:9px 10px;display:flex;gap:8px;cursor:pointer;color:inherit}.account-empty{padding:26px;text-align:center}.admin-empty{padding:28px;text-align:center}.message-form label{display:flex;flex-direction:column;gap:4px;font-size:10px}.cart-row form{margin:0}.cart-row .trash{border:0;background:transparent;color:var(--brand-600);cursor:pointer}.wishlist-title>div:last-child{display:flex;gap:8px;flex-wrap:wrap}.wish-actions form{display:inline-flex}.checkout-fields label small{color:var(--danger)}@media(max-width:900px){.auth-card{grid-template-columns:1fr}.auth-art{min-height:220px}.blog-grid{grid-template-columns:1fr 1fr}.article-layout{grid-template-columns:1fr}.article-sidebar{position:static}.cart-layout,.wishlist-grid,.account-layout{grid-template-columns:1fr!important}}@media(max-width:600px){.blog-grid{grid-template-columns:1fr}.two-fields{grid-template-columns:1fr}.auth-card>form,.content-card,.article{padding:22px}.blog-hero h1,.article header h1,.content-card h1{font-size:27px}}.track-card{max-width:760px;margin:30px auto;padding:32px}.track-form{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:end}.track-form label{display:flex;flex-direction:column;gap:5px;font-size:10px;font-weight:700}.tracking-result{margin-top:22px;border-top:1px solid var(--line);padding-top:18px}.tracking-result dl{display:grid;grid-template-columns:1fr 1fr;gap:8px;max-width:420px}.tracking-result dt,.tracking-result dd{padding:7px;border-bottom:1px solid var(--line)}@media(max-width:700px){.track-form{grid-template-columns:1fr}}.review-form-panel{margin:14px 0;padding:20px}.review-form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.review-form label{display:flex;flex-direction:column;gap:5px;font-size:10px;font-weight:700}.review-form .span2{grid-column:1/-1}@media(max-width:600px){.review-form{grid-template-columns:1fr}.review-form .span2{grid-column:auto}}.account-section{padding:24px}.account-section h1,.account-section h2{margin:0 0 8px}.account-section .section-head{margin-bottom:20px}.account-section .section-head p,.muted{color:var(--ink-500)}.account-table-wrap{overflow:auto}.account-table-wrap table{width:100%;border-collapse:collapse}.account-table-wrap th,.account-table-wrap td{padding:14px 12px;border-bottom:1px solid var(--line);text-align:left;white-space:nowrap}.account-table-wrap th{font-size:12px;color:var(--ink-500);text-transform:uppercase;letter-spacing:.04em}.account-link{font-weight:700;color:var(--brand-600)}.account-empty{text-align:center;padding:34px 20px;border:1px dashed var(--line);border-radius:var(--r-lg);color:var(--ink-500)}.account-empty h3{color:var(--ink-900);margin:0 0 6px}.account-two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}.account-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.account-form label{display:flex;flex-direction:column;gap:6px;font-weight:700;font-size:13px}.account-form input,.account-form select,.account-form textarea{width:100%;border:1px solid var(--line);border-radius:var(--r-md);padding:11px 12px;background:#fff;font:inherit;color:var(--ink-900)}.account-form input:focus,.account-form select:focus,.account-form textarea:focus{outline:2px solid var(--brand-100);border-color:var(--brand-500)}.account-form small{font-weight:400;color:var(--ink-500)}.account-form .span-2{grid-column:1/-1}.account-form .check-line{flex-direction:row;align-items:center;font-weight:500}.account-form .check-line input{width:auto}.address-grid,.review-list,.return-list,.alert-list{display:grid;gap:12px}.saved-address,.review-list article,.return-list article{border:1px solid var(--line);border-radius:var(--r-lg);padding:16px;background:#fff}.saved-address>div,.return-list article>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.saved-address em{font-style:normal;font-size:11px;color:#047857;background:#ecfdf5;padding:3px 7px;border-radius:999px}.review-list article>div{display:flex;justify-content:space-between;gap:16px}.review-list .stars{color:#f59e0b;letter-spacing:1px}.review-list small,.return-list small{color:var(--ink-500)}.order-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px}.account-order-item{display:grid;grid-template-columns:58px 1fr auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.account-order-item img{width:58px;height:58px;object-fit:contain;border:1px solid var(--line);border-radius:10px}.account-order-item div{display:flex;flex-direction:column;gap:3px}.account-order-item small{color:var(--ink-500)}.order-totals{border:1px solid var(--line);border-radius:var(--r-lg);padding:18px;height:max-content}.order-totals p{display:flex;justify-content:space-between;gap:20px;margin:10px 0}.order-totals .total{border-top:1px solid var(--line);padding-top:14px;font-size:18px}.order-totals .total b{color:var(--brand-600)}.order-timeline p{display:grid;grid-template-columns:14px 1fr auto;gap:8px;align-items:center}.order-timeline p>span{width:10px;height:10px;border-radius:50%;background:var(--brand-500)}.order-timeline small{color:var(--ink-500)}.secure-note,.payment-security-card{margin-top:18px;border:1px solid var(--line);background:var(--surface-2);border-radius:var(--r-lg);padding:16px;color:var(--ink-700)}.payment-security-card{display:flex;gap:16px;align-items:flex-start;margin-bottom:18px}.payment-security-card>div:first-child{font-size:28px}.notification-form{display:grid;gap:10px}.notification-form label{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--line);border-radius:var(--r-lg);padding:14px}.notification-form label span{display:flex;flex-direction:column;gap:3px}.notification-form small{color:var(--ink-500)}.notification-form input[type=checkbox]{width:20px;height:20px}.alert-list a{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--line);border-radius:var(--r-md);padding:12px}.alert-list small{color:var(--ink-500)}@media(max-width:900px){.account-two-col,.order-detail-grid{grid-template-columns:1fr}.account-form{grid-template-columns:1fr}.account-form .span-2{grid-column:auto}.account-order-item{grid-template-columns:48px 1fr}.account-order-item>strong{grid-column:2}.account-table-wrap{margin-inline:-8px}}.variant-choice-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.variant-choice{border:1px solid var(--line);background:#fff;border-radius:8px;padding:9px 12px;min-width:104px;text-align:left;cursor:pointer;transition:.15s ease}.variant-choice span,.variant-choice small{display:block}.variant-choice span{font-weight:700;color:var(--ink-900)}.variant-choice small{margin-top:2px;color:var(--ink-500);font-size:11px}.variant-choice:hover{border-color:var(--brand-500)}.variant-choice.active{border:2px solid var(--brand-600);padding:8px 11px;background:var(--brand-50)}.variant-choice:disabled{opacity:.45;cursor:not-allowed;background:var(--surface-2)}.stock-alert-inline{display:flex;gap:6px;align-items:center}.stock-alert-inline input{width:150px;min-width:0;border:1px solid var(--line);border-radius:6px;padding:8px 9px;font-size:12px}.compare-link{border:0;background:transparent;color:var(--ink-500);font-size:11px;font-weight:700;cursor:pointer;padding:5px 0;display:inline-flex;align-items:center;gap:5px}.compare-link:hover,.compare-link.active{color:var(--brand-600)}.product-card__compare{margin-top:6px;text-align:center}.product-compare{display:flex;align-items:center;gap:12px;margin:10px 0 2px}.product-compare>a{font-size:11px;color:var(--brand-600);font-weight:700}.compare-tray{position:fixed;right:22px;bottom:22px;z-index:180;display:flex;align-items:center;gap:8px;background:var(--ink-900);color:#fff!important;border-radius:999px;padding:11px 14px;box-shadow:var(--sh-3);font-size:12px}.compare-tray span{font-size:18px}.compare-tray em{font-style:normal;background:var(--brand-600);min-width:20px;height:20px;border-radius:999px;display:grid;place-items:center;font-size:10px}.compare-page{padding-bottom:60px}.compare-head{padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin:18px 0}.compare-head h1{margin:3px 0 7px;font-size:30px}.compare-head p{max-width:760px;color:var(--ink-500);margin:0}.eyebrow{font-size:10px;letter-spacing:.08em;color:var(--brand-600);font-weight:800}.compare-head__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.compare-empty{text-align:center;padding:54px 20px}.compare-empty__icon{width:70px;height:70px;border-radius:50%;background:var(--brand-50);color:var(--brand-600);display:grid;place-items:center;font-size:34px;margin:0 auto 14px}.compare-empty h2{margin:0 0 6px}.compare-empty p{color:var(--ink-500);max-width:540px;margin:0 auto 20px}.compare-table-wrap{overflow:auto;padding:0}.compare-table{width:100%;border-collapse:collapse;min-width:780px;table-layout:fixed}.compare-table th,.compare-table td{border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:15px;text-align:center;vertical-align:middle}.compare-table th:last-child,.compare-table td:last-child{border-right:0}.compare-table .compare-label{width:170px;background:var(--surface-2);text-align:left;font-weight:800;color:var(--ink-700)}.compare-product{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;min-height:240px}.compare-product img{width:130px;height:130px;object-fit:contain}.compare-product__name{font-weight:800;color:var(--ink-900);line-height:1.25}.compare-product small{color:var(--ink-500);font-weight:400}.compare-remove{position:absolute;right:-4px;top:-4px}.compare-remove button{border:0;background:var(--surface-2);color:var(--ink-500);width:26px;height:26px;border-radius:50%;cursor:pointer;font-size:18px}.compare-remove button:hover{background:var(--brand-50);color:var(--brand-600)}.compare-price strong{display:block;color:var(--brand-600);font-size:18px}.compare-price del{font-size:11px;color:var(--ink-400)}.compare-stock-count{display:block;color:var(--ink-500);margin-top:3px}.compare-note{font-size:11px;color:var(--ink-500);text-align:center;margin:14px 0}.stock-text{font-weight:800}.stock-text.in_stock{color:var(--success)}.stock-text.low_stock{color:var(--warning)}.stock-text.out_of_stock{color:var(--danger)}@media(max-width:768px){.compare-head{align-items:flex-start;flex-direction:column}.compare-head__actions{justify-content:flex-start}.compare-tray{right:12px;bottom:12px}.compare-table .compare-label{width:125px}.compare-table th,.compare-table td{padding:10px}.compare-product img{width:100px;height:100px}}.blog-category-nav{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 16px}.blog-category-nav a{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:700;color:var(--ink-700)}.blog-category-nav a.active,.blog-category-nav a:hover{border-color:var(--brand-600);color:var(--brand-600);background:var(--brand-50)}.blog-category-nav small{font-weight:500;color:var(--ink-400);margin-left:4px}.blog-card__meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:14px;font-size:11px}.blog-card__meta a:first-child{color:var(--ink-500)}.blog-empty{text-align:center;padding:44px}.article-toc{margin:20px 0;padding:16px 18px;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r-md)}.article-toc ol{margin:9px 0 0;padding-left:20px;columns:2}.article-toc li{margin:5px 0}.article-toc a{font-size:12px;color:var(--ink-700)}.article-body h2{scroll-margin-top:96px}.article-author{display:flex;gap:14px;align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;margin-top:26px}.article-author__avatar{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--brand-600);color:#fff;font-weight:800}.article-author p{font-size:11px;color:var(--ink-500);margin:4px 0 0}.article-sidebar .ad-slot{margin-top:18px}@media(max-width:768px){.article-toc ol{columns:1}.blog-category-nav{overflow:auto;flex-wrap:nowrap;padding-bottom:4px}.blog-category-nav a{white-space:nowrap}}.saved-payment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.saved-payment{border:1px solid var(--line);border-radius:var(--r-md);padding:14px;display:flex;align-items:center;gap:12px}.saved-payment__brand{min-width:58px;height:38px;border-radius:6px;background:var(--surface-2);display:grid;place-items:center;font-weight:900;font-size:10px;color:var(--ink-700)}.saved-payment b{display:block}.saved-payment small{display:block;color:var(--ink-500);margin-top:4px}.payment-provider-note{font-size:11px;color:var(--ink-500);margin-top:14px}@media(max-width:680px){.saved-payment-grid{grid-template-columns:1fr}}.site-header{position:relative;z-index:100}.primary-nav a.active{color:var(--brand-600)}.primary-nav a.active:after{content:"";position:absolute;left:18px;right:18px;bottom:0;height:2px;background:var(--brand-600)}.category-mega{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);box-shadow:0 12px 30px rgba(15,23,42,.12);z-index:120}.category-mega[hidden]{display:none}.category-mega>.container{padding-top:16px;padding-bottom:14px}.category-mega__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.category-mega__grid>a{display:grid;grid-template-columns:48px 1fr auto;gap:10px;align-items:center;border:1px solid var(--line);border-radius:8px;padding:9px 11px}.category-mega__grid>a:hover{border-color:var(--brand-200);background:var(--brand-50);color:var(--brand-600)}.category-mega__grid img{width:48px;height:48px;object-fit:contain}.category-mega__grid span{display:flex;flex-direction:column}.category-mega__grid b{font-size:11px}.category-mega__grid small{font-size:9px;color:var(--ink-400);margin-top:2px}.category-mega__grid i{font-style:normal;color:var(--ink-400)}.category-mega__footer{display:flex;justify-content:flex-end;gap:18px;margin-top:11px;font-size:11px;font-weight:700;color:var(--brand-600)}@media(max-width:900px){.category-mega{position:fixed;top:0;bottom:0;right:auto;width:min(360px,92vw);overflow:auto}.category-mega>.container{width:auto;padding:18px}.category-mega__grid{grid-template-columns:1fr}.category-mega__footer{flex-direction:column;align-items:flex-start}}.hero-banner>picture{position:absolute;inset:0;width:100%;height:100%;display:block}.hero-banner>picture>img{width:100%;height:100%;object-fit:cover}.category-banner>img{object-fit:cover}@media(min-width:769px){.ad-slot--mobile{display:none!important}}@media(max-width:768px){.ad-slot--desktop{display:none!important}}.price-history-page{padding-bottom:64px}.price-history-hero{padding:26px;margin:18px 0;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.8fr);gap:28px;align-items:center}.price-history-product{display:grid;grid-template-columns:170px 1fr;gap:22px;align-items:center}.price-history-product>picture{display:contents}.price-history-product>img,.price-history-product>picture>img{width:170px;height:170px;object-fit:contain;border:1px solid var(--line);border-radius:var(--r-lg);background:#fff}.price-history-product h1{font-size:30px;line-height:1.2;margin:5px 0 9px}.price-history-product p{color:var(--ink-500);max-width:720px}.price-history-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:16px}.price-history-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px}.price-history-stats span{border:1px solid var(--line);border-radius:var(--r-lg);padding:15px;background:var(--surface-2);display:flex;flex-direction:column;gap:4px}.price-history-stats small{color:var(--ink-500);font-size:11px}.price-history-stats b{font-size:19px;color:var(--ink-900)}.price-history-chart-card,.price-history-table{padding:24px;margin:14px 0}.price-history-chart-card .section-head p{margin:4px 0 0;color:var(--ink-500);font-size:12px}.price-chart{height:300px;width:100%;margin-top:16px;border-radius:var(--r-lg);background:linear-gradient(180deg,var(--brand-50),#fff);padding:14px}.price-chart svg{width:100%;height:100%;overflow:visible}.price-chart__grid{stroke:#cbd5e1;stroke-width:1;vector-effect:non-scaling-stroke}.price-chart__grid--soft{stroke:#e5e7eb;stroke-dasharray:5 7}.price-chart__line{fill:none;stroke:var(--brand-600);stroke-width:4;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.price-chart-labels{display:flex;justify-content:space-between;color:var(--ink-500);font-size:11px;margin:6px 22px 0}.price-history-empty{padding:42px;text-align:center;margin:14px 0}.price-history-empty p{max-width:650px;margin:8px auto;color:var(--ink-500)}.price-history-note{max-width:880px;margin:18px auto 0;padding:16px 20px;border-left:4px solid var(--brand-600);background:var(--surface-2);font-size:12px}.price-history-note p{margin:5px 0 0;color:var(--ink-500);line-height:1.6}@media(max-width:900px){.price-history-hero{grid-template-columns:1fr}.price-history-stats{grid-template-columns:repeat(4,1fr)}}@media(max-width:700px){.price-history-product{grid-template-columns:1fr}.price-history-product>picture{display:contents}.price-history-product>img,.price-history-product>picture>img{width:130px;height:130px}.price-history-stats{grid-template-columns:1fr 1fr}.price-chart{height:230px}.price-history-product h1{font-size:25px}}.gallery-inspect{position:absolute;bottom:10px;border:0;background:#0f172acc;color:#fff;border-radius:999px;padding:6px 12px;font-size:10px;cursor:pointer}.product-lightbox{width:min(92vw,980px);max-height:90vh;border:0;border-radius:16px;padding:20px;background:#fff;box-shadow:var(--sh-3)}.product-lightbox::backdrop{background:#0f172acc}.product-lightbox>picture{display:contents}.product-lightbox>img,.product-lightbox>picture>img{display:block;width:100%;height:min(72vh,720px);object-fit:contain}.product-lightbox__close{position:absolute;right:14px;top:14px;width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:#fff;font-size:24px;cursor:pointer;box-shadow:var(--sh-1)}.product-lightbox>p{text-align:center;color:var(--ink-500);font-size:11px;margin:8px 0 0}.price-history-link{margin:-2px 0 10px;font-size:11px}.price-history-link a{color:var(--brand-600);font-weight:700}.share-copy{border:1px solid var(--line);background:#fff;border-radius:7px;padding:7px 10px;font-size:10px;cursor:pointer;color:var(--ink-700)}.product-tab-panel{display:none;padding:24px}.product-tab-panel.active{display:block}.product-tab-panel h2{margin-top:0}.product-detail-copy{display:grid;grid-template-columns:1.2fr .8fr;gap:30px}.product-detail-copy p{font-size:13px;line-height:1.7;color:var(--ink-700)}.product-detail-copy ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.product-detail-copy li{font-size:12px;color:var(--ink-700)}.product-detail-copy li::first-letter{color:var(--brand-600)}.spec-table-wrap{overflow:auto}.spec-table-wrap table{width:100%;border-collapse:collapse}.spec-table-wrap th,.spec-table-wrap td{padding:11px 14px;text-align:left;border-bottom:1px solid var(--line);font-size:12px}.spec-table-wrap th{width:34%;color:var(--ink-500)}.spec-table-wrap tr:nth-child(odd){background:var(--surface-2)}.review-overview{display:grid;grid-template-columns:210px minmax(0,520px);gap:26px;align-items:center;padding-bottom:22px;border-bottom:1px solid var(--line)}.review-overview .reviews-summary{display:flex;flex-direction:column;align-items:flex-start}.review-overview .reviews-summary strong{font-size:44px}.review-bars{display:grid;gap:7px}.review-bars>div{display:grid;grid-template-columns:38px 1fr 28px;gap:8px;align-items:center;font-size:11px}.review-bars i{height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden}.review-bars i b{display:block;height:100%;background:#f59e0b}.approved-review-list{display:grid;gap:12px;margin-top:20px}.approved-review-list .review-card{border:1px solid var(--line);border-radius:var(--r-lg);padding:16px;background:#fff}.approved-review-list .review-card header{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center}.review-avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--brand-50);color:var(--brand-700);font-weight:800}.approved-review-list .review-card header>div:nth-child(2){display:flex;flex-direction:column;gap:2px}.approved-review-list .review-card time{font-size:10px;color:var(--ink-500)}.approved-review-list .review-card h3{font-size:14px;margin:9px 0 4px}.approved-review-list .review-card p{font-size:12px!important;line-height:1.6;color:var(--ink-700);margin:6px 0}.verified-purchase{display:inline-flex;margin-top:8px;font-size:10px;font-weight:700;color:#047857;background:#ecfdf5;padding:4px 7px;border-radius:999px}.review-empty{padding:24px;text-align:center;border:1px dashed var(--line);border-radius:var(--r-lg);color:var(--ink-500)}.review-empty h3{color:var(--ink-900);margin:0 0 5px}.shipping-return-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.shipping-return-grid article{border:1px solid var(--line);border-radius:var(--r-lg);padding:18px}.shipping-return-grid p{font-size:12px;line-height:1.65;color:var(--ink-700)}@media(max-width:700px){.product-detail-copy,.review-overview,.shipping-return-grid{grid-template-columns:1fr}.review-overview{gap:14px}.tabs{overflow:auto}.tabs button{white-space:nowrap}.product-tab-panel{padding:18px}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.error-page{padding:48px 0 72px}.error-card{max-width:860px;margin:0 auto;text-align:center;padding:42px}.error-card .error-art{width:min(260px,70%);max-height:190px;object-fit:contain;margin:0 auto 18px}.error-card .eyebrow,.maintenance-card .eyebrow,.help-search-head .eyebrow{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--brand-600);margin-bottom:8px}.error-card h1{font-size:34px;margin:0 0 10px}.error-card>p{max-width:650px;margin:0 auto 20px;color:var(--ink-500);line-height:1.65}.error-code{font:800 72px/1 var(--font-display);color:var(--brand-100);letter-spacing:-.04em}.error-search{display:flex;max-width:620px;margin:22px auto 16px;gap:8px}.error-search input{flex:1;min-width:0}.error-categories{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin:18px auto}.error-categories a{padding:8px 12px;border:1px solid var(--line);border-radius:var(--r-pill);font-size:12px;background:var(--surface);color:var(--ink-700)}.error-categories a:hover{border-color:var(--brand-200);color:var(--brand-700)}.error-actions{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:18px}.minimal-layout{background:var(--page);min-height:100vh}.maintenance-page{min-height:100vh;display:grid;place-items:center;padding:32px;background:radial-gradient(circle at 20% 0%,var(--brand-50),transparent 38%),var(--page)}.maintenance-card{width:min(680px,100%);text-align:center;padding:48px}.maintenance-brand img{width:min(300px,70%);height:auto}.maintenance-icon{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;margin:28px auto 16px;background:var(--brand-50);color:var(--brand-600);font-size:30px}.maintenance-card h1{font-size:38px;margin:0 0 12px}.maintenance-card>p:not(.eyebrow){color:var(--ink-500);line-height:1.65;max-width:560px;margin:0 auto 18px}.maintenance-note{margin:18px auto 24px;padding:12px 14px;border-radius:var(--r-md);background:var(--surface-2);border:1px solid var(--line);font-size:12px;color:var(--ink-500);max-width:560px}.help-search-page{padding-bottom:60px}.help-search-head{padding:28px;margin:18px 0}.help-search-head h1{font-size:30px;margin:0 0 14px}.help-search-form{display:flex;gap:8px;max-width:760px}.help-search-form input{flex:1;min-width:0}.help-search-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.help-search-grid>.panel{padding:22px}.help-result-list article{padding:14px 0;border-top:1px solid var(--line)}.help-result-list article:first-child{border-top:0}.help-result-list small{color:var(--brand-700);font-weight:700;text-transform:uppercase;letter-spacing:.06em}.help-result-list h3{font-size:16px;margin:5px 0}.help-result-list p{font-size:12px;line-height:1.6;color:var(--ink-500);margin:0 0 6px}.help-result-list a{font-size:12px;font-weight:700}.help-search-empty{padding:30px;text-align:center}.search-toolbar{display:flex;justify-content:flex-end;margin:0 0 12px}.search-toolbar label{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--ink-500)}.search-toolbar select{width:auto}.search-results-head>div p{margin:3px 0 0}@media (max-width:768px){.error-card,.maintenance-card{padding:28px 18px}.error-card h1,.maintenance-card h1{font-size:28px}.error-search,.help-search-form{flex-direction:column}.help-search-grid{grid-template-columns:1fr}.maintenance-page{padding:16px}.search-results-head{align-items:flex-start}.search-results-head>b{font-size:12px}}.stats>a{display:flex;align-items:center;gap:8px;padding:5px;border-radius:7px}.stats>a:hover{background:var(--brand-50)}.stats>a>span{font-size:16px}.saved-payment--compact{display:grid!important;grid-template-columns:auto 1fr!important;align-items:center;gap:10px!important}.saved-payment--compact .saved-payment__brand{font-size:11px;font-weight:800}.saved-payment--compact>div:last-child{display:flex;flex-direction:column}.tracking-result{margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.tracking-result dl{display:grid;grid-template-columns:150px 1fr;gap:8px 16px;margin:16px 0}.tracking-result dt{color:var(--ink-500)}.tracking-result dd{margin:0;font-weight:700}.tracking-timeline{margin-top:24px;padding-top:18px;border-top:1px solid var(--line)}.filter-swatches{display:grid;gap:6px}.filter-swatch{display:grid!important;grid-template-columns:14px 16px 1fr;align-items:center;gap:7px}.filter-swatch input{margin:0}.filter-swatch i{width:16px;height:16px;border-radius:50%;border:1px solid #cbd5e1;background:linear-gradient(135deg,#e5e7eb,#f8fafc);box-shadow:inset 0 0 0 1px rgba(255,255,255,.6)}.filter-swatch span{display:flex;justify-content:space-between;gap:5px}.filter-block label small{color:var(--ink-400)}.hero-slider{position:relative;height:340px;border-radius:9px;overflow:hidden;background:#9b0015}.hero-slider .hero-banner{position:absolute;inset:0;width:100%;height:100%;transition:opacity .28s ease}.hero-slider .hero-banner[hidden]{display:block;opacity:0;pointer-events:none;visibility:hidden}.hero-slider .hero-banner.active{opacity:1;visibility:visible}.hero-slider .hero-dots{z-index:4;left:50%;transform:translateX(-50%)}.hero-slider .hero-dots button{width:7px;height:7px;border:0;border-radius:999px;padding:0;background:rgba(255,255,255,.55);cursor:pointer}.hero-slider .hero-dots button.active{width:18px;background:#fff}.hero-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:32px;height:38px;border:0;border-radius:7px;background:rgba(15,23,42,.28);color:#fff;font-size:25px;display:grid;place-items:center;cursor:pointer;opacity:0;transition:.2s}.hero-slider:hover .hero-arrow,.hero-slider:focus-within .hero-arrow{opacity:1}.hero-arrow--prev{left:10px}.hero-arrow--next{right:10px}@media(max-width:900px){.hero-slider{height:300px}}@media(max-width:640px){.hero-slider{height:250px}.hero-arrow{opacity:.8}}@media(prefers-reduced-motion:reduce){.hero-slider .hero-banner{transition:none}}.mobile-filter-button,.filter-drawer-close{display:none}@media(max-width:900px){.filters{display:block;position:fixed;z-index:260;left:0;top:0;bottom:0;width:min(360px,88vw);overflow:auto;border-radius:0;transform:translateX(-105%);transition:transform .22s ease;box-shadow:var(--sh-3)}.filters.open{transform:translateX(0)}.filter-drawer-close{display:grid;place-items:center;position:sticky;top:0;margin-left:auto;width:36px;height:36px;border:0;border-radius:50%;background:var(--surface-2);font-size:22px;z-index:2}.mobile-filter-button{display:inline-flex;align-items:center;gap:5px;border:1px solid var(--line);background:#fff;border-radius:6px;padding:7px 10px;font-size:10px}.filter-drawer-open{overflow:hidden}.filter-drawer-open:before{content:"";position:fixed;z-index:250;inset:0;background:rgba(15,23,42,.42)}.toolbar{gap:8px}.toolbar>strong{margin-right:auto}}@media(prefers-reduced-motion:reduce){.filters{transition:none}}.product-grid.list-mode{grid-template-columns:1fr}.product-grid.list-mode .product-card{display:grid;grid-template-columns:190px minmax(0,1fr);min-height:190px}.product-grid.list-mode .product-card__image{height:190px;border-right:1px solid var(--line);border-bottom:0}.product-grid.list-mode .product-card__body{display:grid;grid-template-columns:minmax(220px,1.4fr) minmax(150px,.8fr);align-content:center;column-gap:24px}.product-grid.list-mode .product-card__name,.product-grid.list-mode .product-card__body>small{grid-column:1}.product-grid.list-mode .price,.product-grid.list-mode .rating{grid-column:2}.product-grid.list-mode .product-card__body>form{max-width:240px}@media(max-width:640px){.product-grid.list-mode .product-card{grid-template-columns:110px minmax(0,1fr);min-height:150px}.product-grid.list-mode .product-card__image{height:150px}.product-grid.list-mode .product-card__body{display:block}.product-grid.list-mode .product-card__body>form{max-width:none}}.delivery-options label.is-disabled{opacity:.55;cursor:not-allowed;background:#f8fafc}.delivery-options label.is-disabled input{cursor:not-allowed}.checkout-rule-note{margin:10px 0;padding:9px 11px;border-radius:7px;background:#f8fafc;color:var(--ink-700);font-size:11px}.checkout-rule-note.is-warning{background:var(--warning-bg);color:#92400e;border:1px solid #fde68a}.checkout-summary [data-place-order]:disabled{opacity:.55;cursor:not-allowed}.notification-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.notification-heading form{margin:0}.notification-inbox{display:grid;gap:10px}.notification-item{display:grid;grid-template-columns:12px minmax(0,1fr) auto;gap:12px;align-items:center;border:1px solid var(--line);border-radius:var(--r-lg);padding:15px;background:#fff}.notification-item.is-unread{border-color:var(--brand-200);background:var(--brand-50)}.notification-dot{width:8px;height:8px;border-radius:50%;background:var(--ink-300,#cbd5e1)}.notification-item.is-unread .notification-dot{background:var(--brand-600)}.notification-copy>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.notification-copy>div small{font-size:10px;text-transform:uppercase;letter-spacing:.04em;color:var(--brand-700);font-weight:700}.notification-copy p{margin:5px 0;color:var(--ink-700);font-size:13px}.notification-copy time{font-size:11px;color:var(--ink-500)}.notification-read-form{margin:0}@media(max-width:767px){.notification-heading{flex-direction:column}.notification-item{grid-template-columns:10px 1fr}.notification-item>.btn,.notification-read-form{grid-column:2;justify-self:start}.account-two-col{grid-template-columns:1fr}}
