:root {
  --shop-font-ui: "Manrope Variable", Manrope, ui-sans-serif, system-ui, sans-serif;
  --shop-font-storefront: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shop-font-size-body: 0.875rem;
  --shop-font-size-label: 0.8125rem;
  --shop-font-size-caption: 0.75rem;
  --shop-font-size-section: 1.125rem;
  --shop-line-height-body: 1.5;
  --shop-color-canvas: #fafbfc;
  --shop-color-surface: #ffffff;
  --shop-color-surface-subtle: #f5f7f9;
  --shop-color-text: #20252b;
  --shop-color-text-muted: #59636e;
  --shop-color-border: #dbe0e5;
  --shop-color-action: #2458a5;
  --shop-color-action-hover: #1b4687;
  --shop-color-action-subtle: #eaf2ff;
  --shop-color-action-border: #b8d0f1;
  --shop-color-focus: #2458a5;
  --shop-color-success-text: #17633f;
  --shop-color-success-bg: #e8f5ec;
  --shop-color-warning-text: #81510a;
  --shop-color-warning-bg: #fff2d4;
  --shop-color-danger-text: #a12629;
  --shop-color-danger-bg: #fff0ed;
  --shop-color-info-text: #27558f;
  --shop-color-info-bg: #eaf3ff;
  --shop-color-accent-teal-text: #245f64;
  --shop-color-accent-teal-bg: #e9f5f4;
  --shop-color-accent-violet-text: #5c4ca3;
  --shop-color-accent-violet-bg: #f1edff;
}
.shop-storefront {
  --shop-color-canvas: #faf9f6;
  --shop-color-surface-subtle: #f4f5f1;
  --shop-color-text: #252823;
  --shop-color-text-muted: #566251;
  --shop-color-border: #d9dfd5;
  --shop-color-action: #405b39;
  --shop-color-action-hover: #30482b;
  --shop-color-action-subtle: #edf3e9;
  --shop-color-action-border: #b7cdb0;
  --shop-color-focus: #405b39;
}
:root{color-scheme:light;--ink:#191918;--muted:#6f6e69;--line:#e7e4de;--soft:#f7f6f3;--accent:#302bd6;--danger:#b42318;--success:#067647;--shadow:0 24px 80px rgba(20,20,18,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body.has-overlay{overflow:hidden}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.site-header,.page-shell,.site-footer{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{min-height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.site-header__actions{display:flex;align-items:center;gap:10px}.brand{color:var(--accent);font-size:21px;font-weight:800;text-decoration:none}.cart-button,.icon-button,.quantity-button{min-width:44px;min-height:44px;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:12px;cursor:pointer}.cart-button{display:flex;align-items:center;gap:8px;padding:0 14px;font-weight:720}.cart-count{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--ink);color:#fff;font-size:12px}.page-shell{padding:48px 0 80px}.hero{padding:44px 0 52px;max-width:780px}.hero--compact{padding-bottom:34px}.hero h1,.product-summary h1,.checkout-heading h1{font-size:clamp(36px,7vw,68px);line-height:1;margin:0;letter-spacing:-.045em}.hero p,.lead{color:var(--muted);font-size:18px;line-height:1.55}.chips{display:flex;gap:8px;overflow:auto;padding:0 0 36px;scrollbar-width:none}.chip{white-space:nowrap;padding:10px 14px;border:1px solid var(--line);border-radius:999px;color:var(--ink);text-decoration:none}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.section-heading h2{margin:0;font-size:28px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-card{min-width:0;color:var(--ink);text-decoration:none}.product-card__media{aspect-ratio:4/3;border-radius:18px;overflow:hidden;background:var(--soft);display:grid;place-items:center;color:var(--muted)}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card h3{margin:0;font-size:20px}.product-card p{min-height:2.8em;color:var(--muted);line-height:1.4}.breadcrumbs{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:14px;overflow:hidden}.breadcrumbs a{color:inherit}.product-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:48px;margin-top:32px}.gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-media{width:100%;aspect-ratio:4/3;border-radius:18px;object-fit:cover;background:var(--soft)}.product-media:first-child{grid-column:1/-1}.product-media--empty{display:grid;place-items:center;color:var(--muted)}.product-summary{position:sticky;top:24px;align-self:start;display:grid;gap:14px;min-width:0}.product-summary h1{font-size:clamp(34px,5vw,54px);overflow-wrap:anywhere}.price{font-size:24px;font-weight:800}.availability{padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.purchase-controls{display:grid;grid-template-columns:minmax(0,1fr) 92px;gap:10px}.field{display:grid;gap:7px}.field span,.fieldset-title{font-size:13px;font-weight:720}.field input,.field select{width:100%;min-height:48px;border:1px solid #d7d3cc;border-radius:11px;padding:0 13px;background:#fff;color:var(--ink)}.field input:focus,.field select:focus{outline:3px solid rgba(48,43,214,.16);border-color:var(--accent)}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border-radius:12px;padding:0 18px;text-decoration:none;font:inherit;font-weight:750;cursor:pointer}.button--primary,button.primary{border:1px solid var(--ink);background:var(--ink);color:#fff}.button--secondary{border:1px solid var(--line);background:#fff;color:var(--ink)}button:disabled,.button[aria-disabled="true"]{cursor:not-allowed;opacity:.55}.product-message{min-height:1.4em;margin:0;color:var(--success);font-size:14px}.product-message.is-error,.form-error{color:var(--danger)}.product-summary small,.site-footer,.muted{color:var(--muted)}.empty,.surface-state{padding:56px 20px;border:0;border-radius:18px;text-align:center}.empty strong,.surface-state strong{font-size:20px}.empty p,.surface-state p{color:var(--muted)}.site-footer{display:flex;justify-content:space-between;padding:24px 0 40px;border-top:1px solid var(--line);font-size:13px}.cart-backdrop{position:fixed;inset:0;z-index:40;background:rgba(24,24,22,.34);opacity:0;transition:opacity .18s}.cart-backdrop.is-open{opacity:1}.cart-drawer{position:fixed;z-index:41;inset:0 0 0 auto;width:min(440px,100%);display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:#fff;box-shadow:var(--shadow);transform:translateX(100%);transition:transform .18s}.cart-drawer.is-open{transform:translateX(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:22px 22px 16px;border-bottom:1px solid var(--line)}.cart-drawer__header h2{margin:0;font-size:25px}.icon-button{font-size:28px;line-height:1}.cart-drawer__content{overflow:auto;padding:8px 22px}.cart-drawer__footer{display:grid;gap:12px;padding:18px 22px 22px;border-top:1px solid var(--line);background:#fff}.cart-total{display:flex;justify-content:space-between;font-size:18px}.cart-line{display:grid;grid-template-columns:76px minmax(0,1fr);gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}.cart-line__media{width:76px;height:76px;border-radius:11px;background:var(--soft);object-fit:cover}.cart-line__details{display:grid;gap:5px;min-width:0}.cart-line__details strong{overflow-wrap:anywhere}.quantity-control{display:flex;align-items:center;gap:8px;margin-top:5px}.quantity-button{min-width:34px;min-height:34px;border-radius:9px}.text-button{min-height:34px;margin-left:auto;border:0;background:transparent;color:var(--muted);text-decoration:underline;cursor:pointer}.checkout-heading{max-width:700px;margin-bottom:34px}.checkout-heading h1{font-size:clamp(38px,7vw,62px)}.checkout-heading p{color:var(--muted);font-size:17px}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.7fr);gap:56px;align-items:start}.checkout-form{display:grid;gap:32px}.checkout-section{display:grid;gap:16px;padding-bottom:28px;border-bottom:1px solid var(--line)}.checkout-section h2{margin:0;font-size:22px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field--wide{grid-column:1/-1}.choice-list{display:grid;gap:8px}.choice-row{display:flex;align-items:flex-start;gap:12px;padding:14px;border:1px solid var(--line);border-radius:12px;cursor:pointer}.choice-row:has(input:checked){border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}.choice-row input{margin-top:4px}.choice-row__copy{display:grid;gap:3px}.choice-row__copy small{color:var(--muted)}.checkout-summary{position:sticky;top:24px;padding:24px;border:1px solid var(--line);border-radius:16px;background:var(--soft)}.checkout-summary h2{margin:0 0 18px}.summary-lines{display:grid;gap:13px}.summary-line{display:flex;gap:16px;justify-content:space-between;align-items:start}.summary-line span{min-width:0;overflow-wrap:anywhere}.summary-total{display:flex;justify-content:space-between;margin-top:20px;padding-top:18px;border-top:1px solid var(--line);font-size:20px}.order-confirmation{width:min(720px,100%);margin:auto}.order-status{display:inline-flex;padding:7px 10px;border-radius:999px;background:#fff3cd;color:#765600;font-size:13px;font-weight:750}.order-confirmation h1{font-size:clamp(38px,7vw,60px);letter-spacing:-.04em}.order-meta{display:grid;gap:0;margin:30px 0;border-top:1px solid var(--line)}.order-meta div{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid var(--line)}.order-items{display:grid;gap:12px}.order-item{display:flex;justify-content:space-between;gap:20px}.notice{padding:16px;border-radius:12px;background:var(--soft);color:var(--muted);line-height:1.5}.payment-instructions{display:grid;justify-items:start;gap:8px;margin-top:28px;padding:20px;border:1px solid var(--line);border-radius:16px}.payment-instructions h2,.payment-instructions p{margin:0}.payment-instructions img{width:min(260px,100%);aspect-ratio:1;object-fit:contain}.payment-code{font:700 18px/1.3 ui-monospace,SFMono-Regular,Consolas,monospace;overflow-wrap:anywhere}@media(max-width:820px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-layout,.checkout-layout{grid-template-columns:1fr}.product-summary,.checkout-summary{position:static}.gallery{grid-template-columns:1fr}.product-media:first-child{grid-column:auto}.checkout-summary{grid-row:1}.checkout-layout{gap:34px}}@media(max-width:540px){.site-header,.page-shell,.site-footer{width:min(100% - 28px,1180px)}.site-header__label{display:none}.page-shell{padding-top:24px}.hero{padding:28px 0 34px}.product-grid{grid-template-columns:1fr;gap:30px}.product-card p{min-height:0}.product-summary h1{font-size:36px}.purchase-controls,.form-grid{grid-template-columns:1fr}.field--wide{grid-column:auto}.site-footer{display:grid;gap:6px}.cart-drawer{inset:48px 0 0;width:100%;border-radius:18px 18px 0 0;transform:translateY(100%)}.cart-drawer.is-open{transform:translateY(0)}.cart-drawer__header{padding-top:18px}.cart-drawer__content{padding-inline:16px}.cart-drawer__footer{padding-inline:16px}.order-meta div{display:grid;gap:4px}.checkout-summary{padding:18px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.cart-drawer,.cart-backdrop{transition:none}}

.shop-storefront {--ink:#050505;--muted:#65676a;--line:#dedede;--soft:#f1f2f4;--accent:#050505;--shop-color-surface:#fff;--shop-color-surface-subtle:#f5f5f4;--shop-color-text:#050505;--shop-color-text-muted:#65676a;--shop-color-border:#dedede;--shop-color-action:#050505;--shop-color-action-hover:#242424;--shop-color-action-subtle:#f4f4f4;--shop-color-action-border:#bdbdbd;--shop-color-focus:#3069bc;--shop-font-storefront:Manrope,ui-sans-serif,system-ui,sans-serif;color:var(--ink);background:#fff;font-family:var(--shop-font-storefront);font-size:15px;line-height:1.55}
.shop-storefront [hidden]{display:none!important}
.shop-storefront a:focus-visible,.shop-storefront button:focus-visible,.shop-storefront input:focus-visible,.shop-storefront select:focus-visible,.shop-storefront textarea:focus-visible{outline:2px solid var(--shop-color-focus);outline-offset:3px}
.store-skip-link{position:fixed;z-index:100;left:16px;top:8px;padding:11px 16px;background:#fff;color:#111;transform:translateY(-160%)}.store-skip-link:focus{transform:none}
.site-header{width:100%;min-height:76px;background:#080808;border:0;color:#fff}
.site-header__inner{width:min(1500px,calc(100% - 2*clamp(18px,3.1vw,56px)));min-height:76px;margin:auto;display:flex;align-items:center;gap:clamp(20px,3vw,48px)}
.brand{display:inline-flex;align-items:center;flex:none;width:136px;min-height:44px;color:#fff;overflow:hidden}
.brand img,.forwork-brand-image{display:block;width:136px;height:auto;max-height:32px;object-fit:contain;filter:none}.brand-offline-label{font-size:13px;font-weight:700}
.site-header__nav{display:flex;align-items:center;gap:24px;min-width:0;flex:1}
.site-header__link,.site-header__action{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;color:#fff;text-decoration:none;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}
.site-header__link:hover,.site-header__action:hover{color:#ddd}.site-header__actions{display:flex;align-items:center;gap:clamp(10px,2vw,25px);margin-left:auto}.store-icon{display:inline-block;width:15px;height:15px;flex:none}
.cart-button{display:inline-flex;align-items:center;gap:7px;min-width:44px;min-height:44px;padding:0;border:0;border-radius:0;background:none;color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.cart-count{min-width:20px;height:20px;border-radius:50%;background:#fff;color:#050505;font-size:11px;letter-spacing:0}
.page-shell{width:min(1500px,calc(100% - 2*clamp(18px,3.1vw,56px)));padding-top:0;padding-bottom:80px}
.hero,.category-cover{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.6fr);align-items:end;gap:30px;min-height:clamp(320px,28vw,440px);max-width:none;margin:0 calc(-1*clamp(18px,3.1vw,56px));padding:clamp(50px,7vw,96px) clamp(18px,3.1vw,56px) 44px;background:linear-gradient(110deg,#090a0c,#202326 65%,#30343a);color:#fff;overflow:hidden;border:0}
.hero::after,.category-cover::after{content:"";position:absolute;right:8%;top:-42%;width:min(49vw,680px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 45% 40%,#5a5e61 0%,#34383a 42%,#151719 70%,transparent 72%);opacity:.65;pointer-events:none}.hero>*{position:relative;z-index:1}
.hero__cover-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero:has(>.hero__cover-image)::after{inset:0;width:auto;aspect-ratio:auto;border-radius:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.36) 70%,rgba(0,0,0,.18));opacity:1;z-index:1}.hero:has(>.hero__cover-image)>:not(.hero__cover-image){z-index:2}
.hero__collection-link{display:inline-flex;align-items:center;gap:10px;margin-top:22px;padding-bottom:4px;border-bottom:1px solid currentColor;color:#fff;font-size:12px;font-weight:700;text-decoration:none}.hero__collection-link:hover{color:#ddd}
.hero--compact .hero__collection-link{color:var(--ink)}.hero--compact .hero__collection-link:hover{color:var(--muted)}
.hero h1{max-width:730px;margin:0;font-size:clamp(34px,4.5vw,62px);font-weight:650;line-height:1.1;letter-spacing:-.04em}.hero__copy,.hero p{max-width:430px;margin:0;color:#d1d3d4;font-size:14px;line-height:1.7}
.hero--compact{display:block;min-height:0;margin:0;padding:46px 0 34px;background:none;color:var(--ink);border-bottom:1px solid var(--line)}.hero--compact::after{display:none}.hero--compact h1{font-size:clamp(30px,4vw,48px)}.hero--compact p{max-width:680px;margin-top:12px;color:var(--muted)}
.collection-strip{display:flex;align-items:center;gap:24px;padding:28px 0;border-bottom:1px solid var(--line)}.collection-strip h2{margin:0;font-size:14px;white-space:nowrap}.chips{display:flex;flex-wrap:wrap;gap:8px;overflow:visible;padding:0}.chip{display:inline-flex;align-items:center;min-height:38px;padding:7px 12px;border:1px solid #e3e3e3;border-radius:3px;font-size:12px;white-space:nowrap}.chip:hover,.chip:focus-visible{border-color:#222;background:#f9f9f8}
.catalog-section{padding:38px 0 74px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:25px}.section-heading h2{margin:0;font-size:clamp(21px,2.4vw,28px);font-weight:650;letter-spacing:-.035em}.section-heading__count{color:var(--muted);font-size:12px;white-space:nowrap}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:38px 22px}.product-card{display:block;min-width:0;color:var(--ink);text-decoration:none}.product-card__media{display:grid;place-items:center;aspect-ratio:1/1;overflow:hidden;border:1px solid #f0f0ee;border-radius:0;background:#f1f2f4;color:var(--muted)}.product-card__media img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .18s ease}.product-card:hover .product-card__media img{transform:scale(1.018)}
.product-card__details{display:grid;gap:3px;padding:14px 2px 0}.product-card__type{grid-row:3;color:var(--muted);font-size:10px}.product-card h3{margin:0;font-size:15px;font-weight:650;line-height:1.5;letter-spacing:-.015em;overflow-wrap:anywhere}.product-card strong{font-size:14px;font-weight:650;font-variant-numeric:tabular-nums}
.breadcrumbs{display:flex;gap:9px;align-items:center;flex-wrap:wrap;padding:23px 0;color:var(--muted);font-size:11px}.breadcrumbs a{color:inherit;text-underline-offset:3px}
.product-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:clamp(24px,4vw,60px);margin:0 0 70px}.product-summary{position:sticky;top:24px;align-self:start;display:grid;gap:14px}.product-summary h1{font-size:clamp(28px,3vw,42px);line-height:1.2;font-weight:650;letter-spacing:-.03em}.product-summary p:not(.price):not(.notice):not(.product-message){margin:0;color:var(--muted);line-height:1.65}.product-summary .price{margin:0;font-size:22px;font-weight:700;font-variant-numeric:tabular-nums}.product-summary .availability{padding:15px 0;border-color:var(--line);color:var(--muted);font-size:13px}
.field input,.field select{min-height:48px;border:1px solid #cecece;border-radius:3px;background:#fff}.button{min-height:48px;border-radius:3px;font-size:13px}.button--primary,.shop-storefront button.primary{background:#050505;border-color:#050505;color:#fff}.button--primary:hover,.shop-storefront button.primary:hover{background:#242424;border-color:#242424}.button--secondary{background:#fff;border-color:#cecece;color:#050505}
.cart-drawer{border-radius:0;background:#fff}.cart-drawer__header,.cart-drawer__footer{border-color:var(--line)}.cart-drawer__header h2{font-size:22px;font-weight:650}.checkout-heading{padding-top:36px}.checkout-heading h1{font-size:clamp(28px,3.4vw,44px);font-weight:650}.checkout-summary{border-radius:3px;background:#fafafa}
.site-footer{width:100%;margin:0;background:#080808;color:#eee;border:0}.site-footer__inner{width:min(1500px,calc(100% - 2*clamp(18px,3.1vw,56px)));min-height:220px;margin:auto;padding:45px 0 25px;display:grid;grid-template-columns:1.2fr 1fr;gap:28px}.site-footer__inner strong{font-size:20px;font-weight:650;letter-spacing:-.03em}.site-footer__inner p{max-width:330px;color:#aaa;font-size:12px;line-height:1.8}.site-footer__inner nav{display:flex;align-items:start;justify-content:flex-end;flex-wrap:wrap;gap:14px 25px}.site-footer__inner a{color:#ddd;font-size:12px;text-decoration:none}.site-footer__inner a:hover{text-decoration:underline}.site-footer__inner small{grid-column:1/-1;padding-top:21px;border-top:1px solid #292929;color:#aaa;font-size:11px}
@media(max-width:1060px){.site-header__action-label{display:none}.site-header__nav{flex:1}}
@media(max-width:820px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 16px}.product-layout{grid-template-columns:1fr}.product-summary{position:static}.hero{grid-template-columns:1fr}.hero__copy{max-width:600px}}
@media(max-width:540px){.site-header,.site-header__inner{min-height:64px}.site-header__inner{gap:12px}.brand,.brand img,.forwork-brand-image{width:106px}.site-header__nav{display:none}.site-header__actions{gap:8px}.site-header__action,.cart-button{min-width:44px;min-height:44px}.store-icon{width:17px;height:17px}.page-shell{padding-top:0}.hero{min-height:232px;gap:15px;padding-top:50px;padding-bottom:27px}.hero h1{font-size:clamp(31px,8vw,40px)}.hero p{display:none}.hero--compact{min-height:0;padding:29px 0 24px}.hero--compact p{display:block}.collection-strip{display:block;padding:22px 0}.collection-strip h2{margin-bottom:12px}.chips{flex-wrap:nowrap;overflow-x:auto;margin-right:-18px;padding-bottom:5px}.catalog-section{padding-top:27px;padding-bottom:55px}.section-heading h2{font-size:21px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:29px 12px}.product-card__details{padding-top:11px}.product-card h3,.product-card strong{font-size:12px}.product-card__type{font-size:10px}.product-layout{gap:27px}.product-summary h1{font-size:28px}.product-summary .price{font-size:21px}.site-footer__inner{grid-template-columns:1fr;min-height:0;padding-top:36px}.site-footer__inner nav{justify-content:flex-start}.site-footer__inner small{grid-column:1}.cart-drawer{inset:0;width:100%;border-radius:0}}
@media(prefers-reduced-motion:reduce){.product-card__media img{transition:none}.shop-storefront *{scroll-behavior:auto!important}}


.catalog-paging { display:flex; justify-content:center; padding:36px 0 12px; }
.search-page { padding:36px 0 72px; }
.search-page__intro h1 { margin:0 0 28px; font-size:clamp(32px,5vw,52px); line-height:1.12; letter-spacing:-.035em; }
.search-form { display:grid; gap:9px; width:min(100%,680px); }
.search-form label { font-size:14px; font-weight:700; }
.search-form__controls { display:flex; gap:10px; min-width:0; }
.search-form input { min-width:0; flex:1; min-height:48px; padding:0 16px; border:1px solid var(--line); border-radius:10px; background:var(--shop-color-surface); color:var(--shop-color-text); font:inherit; }
.search-form input:focus-visible { outline:2px solid var(--shop-color-focus); outline-offset:2px; }
.search-feedback { margin:24px 0; color:var(--shop-color-text-muted); line-height:1.5; }
.search-page .empty { margin-top:20px; }
@media(max-width:540px) {
  .search-page { padding-top:24px; }
  .search-form__controls { display:grid; grid-template-columns:minmax(0,1fr) auto; }
  .search-form__controls .button { padding-inline:14px; }
  .catalog-paging .button { width:100%; }
}


.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.product-gallery { display:grid; gap:12px; min-width:0; align-content:start; }
.product-gallery__stage { display:grid; gap:12px; min-width:0; }
.product-gallery__item { min-width:0; }
.product-gallery__item[hidden] { display:none; }
.product-gallery__item .product-media { display:block; width:100%; height:auto; aspect-ratio:4/3; object-fit:contain; border-radius:10px; background:var(--soft); }
.product-gallery__thumbs { display:none; gap:9px; overflow-x:auto; padding:2px 2px 8px; scrollbar-width:thin; }
.product-gallery[data-gallery-ready="true"] .product-gallery__thumbs { display:flex; }
.product-gallery__thumb { flex:0 0 72px; height:72px; padding:0; overflow:hidden; border:1px solid var(--line); border-radius:8px; background:var(--soft); color:var(--ink); cursor:pointer; }
.product-gallery__thumb[aria-pressed="true"] { outline:2px solid var(--shop-color-focus); outline-offset:2px; }
.product-gallery__thumb img { display:block; width:100%; height:100%; object-fit:cover; }
.product-gallery__thumb span { display:grid; place-items:center; height:100%; font-size:12px; }
.product-gallery .product-media--empty { min-height:280px; }
@media(max-width:820px) { .product-gallery__item .product-media { aspect-ratio:1; } }


.checkout-summary__details { min-width:0; }
.checkout-section { gap:15px; padding-bottom:29px; }
.checkout-section h2 { font-size:18px; font-weight:650; }
.checkout-summary { border-color:var(--line); }
.checkout-form [data-place-order] { min-height:52px; }
.checkout-summary__details summary { display:flex; align-items:center; justify-content:space-between; gap:12px; cursor:pointer; list-style:none; font-size:20px; font-weight:750; }
.checkout-summary__details summary::-webkit-details-marker { display:none; }
.checkout-summary__details summary strong { font-variant-numeric:tabular-nums; white-space:nowrap; font-size:18px; }
.checkout-summary__details[open] .summary-lines { margin-top:20px; padding-top:18px; border-top:1px solid var(--line); }
.checkout-section > p { margin:-8px 0 0; color:var(--muted); line-height:1.5; }
.checkout-form [data-place-order] { width:fit-content; max-width:100%; }
.payment-retry { display:grid; justify-items:start; gap:12px; margin:24px 0; }
.payment-retry .notice { margin:0; }
.payment-retry .form-error { margin:0; min-height:1.4em; }
@media(max-width:820px) {
  .checkout-summary { padding:0; }
  .checkout-summary__details summary { min-height:64px; padding:16px 18px; }
  .checkout-summary__details[open] .summary-lines { margin:0 18px 18px; padding-top:16px; }
}
@media(max-width:540px) {
  .checkout-summary__details summary { font-size:17px; }
  .checkout-summary__details summary strong { font-size:16px; }
  .checkout-form [data-place-order] { width:100%; }
}


.order-status[data-tone="success"]{background:var(--shop-color-success-bg);color:var(--shop-color-success-text)}
.order-status[data-tone="danger"]{background:var(--shop-color-danger-bg);color:var(--shop-color-danger-text)}
.order-status[data-tone="warning"]{background:var(--shop-color-warning-bg);color:var(--shop-color-warning-text)}
.order-confirmation{padding:clamp(30px,5vw,70px) 0 25px}
.order-confirmation h1{font-size:clamp(27px,3.4vw,44px);font-weight:650;line-height:1.2}
.order-confirmation .order-meta{margin:28px 0}
.tracking-overview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:28px 0}
.tracking-overview section{min-width:0;border:1px solid var(--line);border-radius:4px;padding:20px}
.tracking-overview h2{margin:0 0 14px;font-size:14px;color:var(--muted);font-weight:650}
.tracking-overview strong{display:block;font-size:20px;line-height:1.3;overflow-wrap:anywhere}
.tracking-overview p{margin:8px 0 0;color:var(--muted);line-height:1.5}
.tracking-items{padding-left:22px;line-height:1.6}
.tracking-timeline{list-style:none;padding:0;margin:18px 0 32px;border-top:1px solid var(--line)}
.tracking-timeline li{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--line)}
.tracking-timeline time{color:var(--muted);font-size:14px;text-align:right;overflow-wrap:anywhere}
@media(max-width:540px){.tracking-overview{grid-template-columns:1fr}.tracking-timeline li{display:grid;gap:4px}.tracking-timeline time{text-align:left}}


.account-session-notice{padding:12px 14px;background:#f4f4f8;border-radius:6px;font-size:14px}
.account-skeleton{display:grid;gap:14px;margin-bottom:18px}.account-skeleton span{display:block;height:64px;background:#f3f3f5;border-radius:6px}.account-skeleton span:nth-child(2){width:85%}.account-skeleton span:nth-child(3){width:65%}
.account-input input::-ms-reveal,.account-input input::-ms-clear{display:none}
.account-auth{width:min(460px,100%);margin:clamp(16px,3vw,48px) auto 56px;text-align:left}.account-auth--register{width:min(500px,100%)}
.account-auth h1,.account-dashboard h1{font-size:clamp(28px,3.5vw,40px);font-weight:650;line-height:1.15;letter-spacing:-.035em;margin:0 0 14px}
.account-auth>p,.account-dashboard__header p{color:var(--muted);line-height:1.55}
.account-auth form{display:grid;gap:14px;text-align:left;margin-top:28px}
.account-field,.account-address-grid label,.account-claim label{display:grid;gap:7px;font-weight:650;font-size:14px}
.account-field input,.account-field select,.account-address-grid input,.account-claim input{width:100%;min-height:48px;padding:10px 13px;border:1px solid #cecece;border-radius:3px;background:#fff;color:var(--ink);font:inherit}
.account-field input:focus-visible,.account-field select:focus-visible,.account-address-grid input:focus-visible,.account-claim input:focus-visible{outline:3px solid rgba(48,43,214,.16);border-color:var(--accent)}
.account-name-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.account-auth form>.button{width:100%;margin-top:7px}
.account-auth small{color:var(--muted);line-height:1.45}
.account-form-link{font-size:13px;font-weight:550}.account-switch{margin-top:24px;text-align:center;font-size:14px}.account-auth a,.account-text-button{color:var(--accent);font-weight:600;text-decoration:none;transition:color .18s ease}.account-auth a:hover,.account-text-button:hover{color:#171277;text-decoration:none}.account-auth a:focus-visible,.account-text-button:focus-visible,.account-password-toggle:focus-visible{outline:3px solid rgba(48,43,214,.25);outline-offset:4px;border-radius:4px}.account-text-button{border:0;background:none;padding:8px 0;cursor:pointer;font:inherit}.account-text-button:disabled{opacity:.55}
.account-auth__heading p{color:var(--muted);font-size:15px;line-height:1.6;margin:0;max-width:42ch}.account-field__heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.account-field__heading label{font-weight:600}.account-input{position:relative}.account-auth .account-field input{min-height:50px;border-radius:7px;font-weight:400;font-size:16px;transition:border-color .16s ease,box-shadow .16s ease;background:#fff}.account-auth input:hover{border-color:#9c9c9c}.account-auth input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(48,43,214,.09);outline:none}.account-auth input[aria-invalid="true"]{border-color:var(--danger)}.account-field__hint{font-size:12px;font-weight:400}.account-field__error{color:var(--danger);font-size:12px;line-height:1.5;font-weight:400}.account-input--password input{padding-right:50px}.account-password-toggle{position:absolute;right:4px;top:3px;min-width:44px;min-height:44px;border:0;background:none;color:#6f6e69;cursor:pointer;display:grid;place-items:center;border-radius:5px}.account-password-toggle:hover{background:var(--soft);color:var(--ink)}.account-password-toggle .store-icon{width:18px;height:18px}.account-password-toggle [hidden]{display:none}
.account-address-optional{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px 0;margin-top:6px}.account-address-optional summary{cursor:pointer;font-size:14px;font-weight:600}.account-address-optional summary span{color:var(--muted);font-weight:400}.account-address-optional>p{font-size:13px;line-height:1.6;color:var(--muted)}.account-address-fields{display:grid;gap:14px;padding-top:4px}.account-country{font-size:13px;color:var(--muted);margin:0}.account-security__status{font-size:12px;line-height:1.5;color:var(--muted);margin:0}.account-security__status:empty{display:none}.account-security [data-account-turnstile]{max-width:100%}.account-security{min-width:0}.account-security [hidden]{display:none}
.account-auth .account-submit{min-height:50px;border-radius:7px;gap:9px;font-size:14px;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.account-submit:focus-visible{outline:3px solid rgba(48,43,214,.3);outline-offset:4px}.account-submit:not(:disabled):active{transform:translateY(0);box-shadow:none}.account-submit__spinner{display:none;width:16px;height:16px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:account-spin .7s linear infinite}.account-submit[aria-busy="true"] .account-submit__spinner{display:block}.account-submit[aria-busy="true"]{opacity:.8}.account-feedback:empty{display:none}.account-feedback:not(:empty){font-size:14px;padding:12px 14px;border-radius:7px;background:#f1f8f4}.account-feedback.is-error:not(:empty){background:#fff3f2}
@media(hover:hover){.account-auth .account-submit:not(:disabled):hover{background:#262626;box-shadow:0 5px 14px rgba(0,0,0,.14);transform:translateY(-1px)}}@keyframes account-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.account-auth .account-submit,.account-auth a,.account-auth input{transition:none}.account-auth .account-submit:not(:disabled):hover{transform:none}.account-submit__spinner{animation:none}}
.account-feedback{min-height:25px;line-height:1.5;color:var(--success);overflow-wrap:anywhere}.account-feedback.is-error{color:var(--danger)}
.account-dashboard__header{display:flex;justify-content:space-between;align-items:start;gap:20px;margin-bottom:36px}
.account-signout{border:1px solid var(--line);background:#fff;padding:10px 14px;border-radius:7px;cursor:pointer;font-weight:600;min-height:44px}
.account-tabs{display:flex;gap:clamp(12px,3vw,30px);overflow-x:auto;border-bottom:1px solid var(--line);margin-bottom:34px;scrollbar-width:thin}
.account-tabs a{flex:none;padding:0 0 14px;color:var(--muted);text-decoration:none}.account-tabs a[aria-current=page]{color:var(--ink);border-bottom:2px solid var(--ink);font-weight:700}
.account-overview{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(260px,.8fr);gap:clamp(28px,5vw,70px)}
.account-overview__side{display:grid;gap:28px;align-content:start}.account-section{min-width:0}.account-section h2{font-size:19px;margin:0 0 12px}.account-section>p{line-height:1.5}
.account-order-row,.account-address-row{display:flex;justify-content:space-between;align-items:start;gap:18px;padding:18px 0;border-top:1px solid var(--line)}
.account-order-row strong,.account-address-row strong{overflow-wrap:anywhere}.account-order-row p,.account-address-row p{margin:6px 0 0;color:var(--muted);line-height:1.45}
.account-section>a{display:inline-flex;margin-top:18px;min-height:44px;align-items:center;color:var(--ink);font-weight:600;text-decoration:none}.account-row-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:end}.account-row-actions .button{min-height:44px;padding:0 12px;font-size:13px}
.account-address-form,.account-claim{display:grid;gap:16px;margin-top:32px;padding-top:25px;border-top:1px solid var(--line)}
.account-address-form h3,.account-claim h3{margin:0}.account-address-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.account-address-form>.button,.account-claim>.button{justify-self:start}
.account-cart-list{list-style:none;padding:0;margin:20px 0}.account-cart-list li{padding:12px 0;border-top:1px solid var(--line);overflow-wrap:anywhere}
@media(max-width:760px){.account-overview{grid-template-columns:1fr}.account-overview__side{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:540px){.account-auth{margin:35px auto 60px}.account-dashboard__header{margin-bottom:24px}.account-overview__side,.account-address-grid,.account-name-grid{grid-template-columns:1fr}.account-order-row,.account-address-row{display:grid}.account-row-actions{justify-content:start}.account-order-row .button{justify-self:start}.account-tabs{margin-bottom:25px}}


.store-search{position:fixed;inset:var(--search-top,72px) 0 auto;width:100%;max-width:100%;height:var(--search-height,calc(100dvh - var(--search-top,72px)));max-height:var(--search-height,calc(100dvh - var(--search-top,72px)));margin:0;padding:0;border:0;border-radius:0;overflow:hidden;background:#fff;color:var(--ink);box-shadow:none}
.store-search[open]{display:flex;flex-direction:column}.store-search::backdrop{background:transparent}
.store-search form{flex:none;padding:24px clamp(24px,3.1vw,56px)}.store-search__field{display:flex;align-items:center;gap:20px;min-height:56px}.store-search__field>.store-icon{width:24px;height:24px;flex:none}.store-search__field input{min-width:0;flex:1;width:100%;height:56px;padding:0;border:0;border-radius:0;background:transparent;color:inherit;outline:0;font:inherit;font-size:22px}.store-search__field input:focus,.store-search__field input:focus-visible{outline:none;border:0;box-shadow:none}.store-search__field:focus-within{box-shadow:0 1px var(--line)}.store-search__field input::-webkit-search-cancel-button{display:none}.store-search__field button{flex:none;display:grid;place-items:center;min-width:44px;height:44px;border:0;background:transparent;cursor:pointer;color:var(--ink)}.store-search__field .store-search__clear{font-size:13px;text-decoration:underline;text-underline-offset:3px}.store-search .icon-button{border-radius:0}.store-search [hidden]{display:none!important}.store-search a:focus-visible,.store-search button:focus-visible{outline:2px solid var(--ink);outline-offset:4px}
.store-search__body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:24px clamp(24px,3.1vw,56px) max(32px,env(safe-area-inset-bottom))}.store-search__results-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-bottom:18px;margin-bottom:32px;border-bottom:1px solid var(--line)}.store-search__results-heading p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.store-search__results-heading a{flex:none;color:var(--ink);font-size:12px;font-weight:700;text-decoration:none}.store-search__results-heading a:hover{text-decoration:underline}.store-search__start a{display:inline-flex;align-items:center;min-height:44px;color:var(--ink);text-underline-offset:4px}
.store-search .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 24px}.store-search .product-card{padding:0;border:0;border-radius:0;color:var(--ink);text-decoration:none;min-width:0}.store-search .product-card__media{aspect-ratio:1;border-radius:0;background:var(--soft);overflow:hidden}.store-search .product-card__media img{width:100%;height:100%;object-fit:contain}.store-search .product-card__media span{font-size:13px;color:var(--muted)}.store-search .product-card__details{display:grid;gap:8px;padding:16px 0 0;text-align:center}.store-search .product-card h3{margin:0;font-size:14px;font-weight:650;line-height:1.5;overflow-wrap:anywhere}.store-search .product-card strong{font-size:14px;font-weight:650}.store-search .product-card[aria-selected=true]{outline:2px solid var(--ink);outline-offset:5px}.store-search .product-card:hover h3{text-decoration:underline;text-underline-offset:3px}
.store-search__skeleton{aspect-ratio:1;background:linear-gradient(90deg,var(--soft),#ededeb,var(--soft));animation:search-pulse 1s ease-in-out infinite alternate}@keyframes search-pulse{to{opacity:.5}}
@media(max-width:1000px){.store-search .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 20px}}
@media(max-width:700px){.store-search form{padding:16px 24px}.store-search__field{gap:12px}.store-search__field input{font-size:16px;height:48px}.store-search__field>.store-icon{width:20px;height:20px}.store-search__body{padding:12px 24px max(24px,env(safe-area-inset-bottom))}.store-search__results-heading{gap:12px;margin-bottom:24px;align-items:flex-start}.store-search__results-heading a{font-size:11px;min-height:24px}.store-search .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 16px}.store-search .product-card h3,.store-search .product-card strong{font-size:12px}.store-search .product-card__details{padding-top:12px}}
@media(prefers-reduced-motion:reduce){.store-search__skeleton{animation:none}}


.store-footer__languages{display:flex;gap:16px;flex:none}.store-footer__languages a[aria-current="true"]{text-decoration:underline;text-underline-offset:5px;font-weight:750}
.site-footer .store-footer{display:flex;flex-direction:column;gap:28px;padding:40px 0 24px;min-height:0}
.store-footer__top{display:flex;justify-content:space-between;gap:32px;align-items:flex-start}.fw-footer-brand{display:inline-flex;align-items:center;min-height:44px}.fw-footer-brand img{display:block;width:136px;height:40px;object-fit:contain;object-position:left;filter:none}.store-footer .store-footer__intro p{margin:12px 0 0;font-size:13px;color:#bdbdbd}
.site-footer .store-footer nav a{display:inline-flex;align-items:center;min-height:44px;font-size:13px;line-height:1.5}.store-footer a:focus-visible{outline:2px solid #eee;outline-offset:4px;border-radius:2px}
.fw-footer-market-identity{border-top:1px solid #303030;padding-top:26px}.fw-footer-market-heading{display:flex;flex-wrap:wrap;align-items:center;gap:12px 20px}.store-footer .fw-footer-market-heading strong{font-size:14px;line-height:1.6;letter-spacing:0;font-weight:650}.fw-footer-country{font-size:13px;color:#bdbdbd}.store-footer .fw-footer-company-copy p{max-width:760px;margin:8px 0 0;color:#bdbdbd;font-size:13px;line-height:1.8;overflow-wrap:anywhere}
.store-footer__bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;border-top:1px solid #303030;padding-top:16px}.site-footer .store-footer__bottom small{flex:none;border:0;padding:12px 0;font-size:12px;color:#bdbdbd}.site-footer .fw-footer-market-legal-links{gap:0 20px;max-width:850px}
@media(max-width:700px){.site-footer .store-footer{width:calc(100% - 48px);gap:24px;padding-top:32px}.store-footer__top,.store-footer__bottom{flex-direction:column;gap:16px}.site-footer .store-footer nav{justify-content:flex-start;gap:0 20px}.fw-footer-market-heading{align-items:flex-start;flex-direction:column;gap:8px}.site-footer .store-footer__bottom small{padding:0}.store-footer__bottom .fw-footer-market-legal-links{width:100%}}


html{--store-header-height:72px;scroll-padding-top:calc(var(--store-header-height) + 20px);scrollbar-gutter:stable}.site-header{position:sticky;top:0;z-index:35;min-height:72px;border:0;box-shadow:inset 0 -1px #242424}.site-header__inner{min-height:72px}.site-header__link,.site-header__action{font-size:12px;letter-spacing:.035em}.site-header__link[aria-current]{text-decoration:underline;text-underline-offset:7px;text-decoration-thickness:1px}.site-header__account[aria-current]{color:#ddd}.site-header__menu{display:none}.cart-count{background:transparent;color:inherit;border-radius:0;min-width:0;font-size:12px}.cart-count:before{content:'('}.cart-count:after{content:')'}.store-overlay-open .site-header{position:fixed;inset:0 0 auto;width:100%}.product-summary,.checkout-summary{top:calc(var(--store-header-height) + 24px)}
.store-mobile-navigation{display:none;padding:24px}.store-mobile-navigation .store-menu__heading button{display:none}.store-menu{position:fixed;inset:var(--store-header-height) 0 auto;width:100%;max-width:100%;height:calc(100dvh - var(--store-header-height));max-height:calc(100dvh - var(--store-header-height));padding:0;margin:0;border:0;border-radius:0;background:#fff;color:var(--ink);overflow:hidden}.store-menu[open]{display:flex;flex-direction:column}.store-menu::backdrop{background:transparent}.store-menu__heading{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 24px;border-bottom:1px solid var(--line)}.store-menu__heading h2{font-size:18px;margin:0}.store-menu__heading button{border:0;background:none;display:grid;place-items:center}.store-menu__body{display:flex;flex-direction:column;overflow:auto;overscroll-behavior:contain;min-height:0;padding:12px 24px max(24px,env(safe-area-inset-bottom))}.store-menu__body a,.store-menu__body button{display:flex;align-items:center;min-height:52px;border:0;border-bottom:1px solid var(--line);padding:12px 0;text-align:left;background:none;color:var(--ink);font:inherit;text-decoration:none}.store-menu__body [aria-current]{font-weight:750}
@media(max-width:700px){.store-mobile-navigation{display:block}html{--store-header-height:64px}.site-header,.site-header__inner{min-height:64px}.site-header__inner{width:calc(100% - 40px);gap:12px}.site-header__menu{display:inline-flex;min-width:44px;margin-left:-10px}.site-header__nav,.site-header__account,.site-header__action-label{display:none}.site-header__actions{gap:8px}.brand,.brand img,.forwork-brand-image{width:112px}.site-header__action,.cart-button{min-width:44px;min-height:44px}.site-header .store-icon{width:18px;height:18px}.cart-count{font-size:11px}.store-menu .store-icon{width:18px;height:18px}}

.cart-drawer{width:min(480px,100%);height:100dvh;max-height:100dvh;overflow:hidden;overscroll-behavior:contain;transition:transform .2s ease}.cart-drawer[hidden],.cart-drawer [hidden]{display:none!important}.cart-drawer__header{padding:20px 24px;gap:16px}.cart-drawer__header h2{font-size:22px;letter-spacing:-.025em}.cart-drawer__header .icon-button{border:0;border-radius:50%;display:grid;place-items:center;transition:background .18s}.cart-drawer__header .icon-button:hover{background:var(--soft)}.cart-drawer__content{padding:0 24px;min-height:0;overflow-y:auto;overscroll-behavior:contain}.cart-drawer__footer{display:grid;gap:14px;padding:20px 24px max(24px,env(safe-area-inset-bottom));background:#fff}.cart-drawer__footer small{color:var(--muted);font-size:13px;line-height:1.6}.cart-total{font-size:16px}.cart-total strong{font-size:21px}.cart-drawer .button{text-decoration:none;transition:background .18s,transform .18s}.cart-drawer .button:hover{transform:translateY(-1px)}.cart-drawer .button:active{transform:none}.cart-empty{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 12px 64px;gap:14px}.cart-empty__icon{display:grid;place-items:center;width:80px;height:80px;border-radius:50%;background:var(--soft);color:#8b8b8b;margin-bottom:8px}.cart-empty__icon .store-icon{width:30px;height:30px}.cart-empty strong{font-size:22px;letter-spacing:-.025em}.cart-empty p{margin:0 0 12px;color:var(--muted);line-height:1.6;max-width:260px}.cart-empty .button{width:min(280px,100%)}.cart-line{grid-template-columns:88px minmax(0,1fr);gap:16px;padding:24px 0;align-items:start}.cart-line__media{width:88px;height:108px;border-radius:8px;background:var(--soft);display:grid;place-items:center;overflow:hidden;color:var(--muted)}.cart-line__media img{width:100%;height:100%;object-fit:contain}.cart-line__details{min-width:0;gap:6px}.cart-line__details>strong{font-size:15px;line-height:1.5;overflow-wrap:anywhere}.cart-line__details>.muted{font-size:13px}.cart-line__controls{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px}.cart-line .quantity-control{display:flex;align-items:center;border:1px solid var(--line);border-radius:6px;overflow:hidden;gap:0}.cart-line .quantity-button{border:0;border-radius:0;min-width:44px;min-height:44px;display:grid;place-items:center}.cart-line .quantity-control span{min-width:26px;text-align:center;font-size:14px}.cart-line__remove{border:0;background:transparent;color:var(--muted);min-height:44px;min-width:44px;cursor:pointer;display:grid;place-items:center;border-radius:6px}.cart-line__remove:hover{background:var(--soft);color:var(--danger)}.cart-line__status{font-size:12px;line-height:1.6;min-height:20px;color:var(--muted);margin:0}.cart-feedback{padding:16px;margin:16px 0;background:var(--soft);border-radius:8px;font-size:14px;line-height:1.6}.cart-feedback p{margin:0 0 12px}.cart-feedback[role="alert"]{color:var(--danger)}.cart-drawer :focus-visible{outline:2px solid var(--ink);outline-offset:3px}@media(max-width:540px){.cart-drawer{inset:0;width:100%;height:100dvh}.cart-drawer__header{padding:18px 20px}.cart-drawer__content{padding:0 20px}.cart-drawer__footer{padding:18px 20px max(20px,env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){.cart-drawer,.cart-drawer .button{transition:none}.cart-drawer .button:hover{transform:none}}

.account-address-editor input,.account-address-editor textarea{font-weight:400}.account-address-editor .account-field-error{font-size:12px;font-weight:400;line-height:1.5;color:var(--danger)}.account-address-editor [aria-invalid="true"]{border-color:var(--danger)}.account-cart-actions{display:grid;justify-items:start;gap:16px;margin-top:24px}.account-empty{display:flex;flex-direction:column;align-items:center;gap:12px}.account-empty>a{color:var(--ink);text-decoration:none;font-size:14px;min-height:44px;display:flex;align-items:center}.account-empty>.store-icon{width:28px;height:28px;color:var(--muted)}
.account-dashboard{max-width:1120px;margin:40px auto 70px}.account-dashboard__header{margin-bottom:28px}.account-dashboard h1{font-size:32px}.account-tabs{gap:28px;margin-bottom:36px}.account-tabs a{font-size:14px;min-height:44px}.account-section h2{font-size:20px;letter-spacing:-.02em}.account-section>p{font-size:14px;max-width:650px;color:var(--muted)}.account-overview__side>.account-section{padding:24px;background:#fafafa;border-radius:10px}.account-order-row{align-items:center;padding:22px 0}.account-order-actions{display:grid;gap:10px;text-align:right;justify-items:end}.account-order-actions .button{font-size:13px;min-height:44px}.account-badge{display:inline-flex;border-radius:99px;background:#f1f1f1;padding:6px 10px;font-size:12px;font-weight:600;line-height:1.4}.account-section-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:24px 0}.account-section-toolbar .muted{font-size:13px}.account-address-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.account-address-card{border:1px solid var(--line);border-radius:10px;padding:24px;min-width:0}.account-address-title{display:flex;align-items:center;gap:12px;margin-bottom:18px}.account-address-title h3{margin:0;font-size:16px}.account-address-card p{font-size:14px;line-height:1.7;margin:6px 0}.account-address-copy{overflow-wrap:anywhere}.account-address-actions{display:flex;align-items:start;justify-content:space-between;margin-top:20px;gap:12px}.account-options{position:relative}.account-options summary{list-style:none;display:grid;place-items:center;cursor:pointer;min-height:44px;min-width:44px;border-radius:6px;border:1px solid var(--line);font-size:22px}.account-options summary::-webkit-details-marker{display:none}.account-options[open]{padding:0 0 8px;background:#fafafa;border-radius:7px}.account-options button{display:block;margin:6px;white-space:normal;font-size:13px;min-height:44px}.account-empty{grid-column:1/-1;text-align:center;padding:64px 20px;background:#fafafa;border-radius:10px}.account-empty strong{font-size:20px}.account-empty p{font-size:14px;color:var(--muted)}.account-guest-order{margin:28px 0;padding-top:20px;border-top:1px solid var(--line)}.account-guest-order summary{cursor:pointer;min-height:44px;font-size:14px}.account-claim{margin:0;padding:16px 0;border:0}.account-order-status{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0}.account-order-timeline{margin:28px 0;padding-left:22px}.account-order-timeline li{padding:0 0 20px 8px;font-size:14px}.account-order-timeline small{display:block;color:var(--muted);margin-top:6px}.account-cart-list li{font-size:14px;line-height:1.6}.account-dialog{padding:0;border:0;border-radius:12px;width:min(580px,calc(100% - 40px));max-height:calc(100dvh - 48px);overflow:hidden;color:var(--ink);box-shadow:var(--shadow);font:inherit}.account-dialog[open]{display:grid;grid-template-rows:auto minmax(0,1fr) auto}.account-dialog::backdrop{background:rgba(0,0,0,.42)}.account-dialog__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:1px solid var(--line)}.account-dialog__header h2{margin:0;font-size:21px;letter-spacing:-.02em}.account-dialog__close{border:0;background:transparent;cursor:pointer;min-height:44px;min-width:44px;display:grid;place-items:center;border-radius:50%}.account-dialog__close:hover{background:var(--soft)}.account-dialog__body{padding:24px;overflow:auto;min-height:0;overscroll-behavior:contain}.account-dialog__body>p{font-size:14px;line-height:1.7;margin:0 0 16px}.account-dialog__footer{padding:18px 24px;display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--line);background:#fff}.account-address-editor{display:grid;gap:16px}.account-address-editor textarea{width:100%;padding:12px 13px;resize:vertical;border:1px solid #cecece;border-radius:7px;color:var(--ink);font:inherit}.account-address-editor input{border-radius:7px}.account-address-editor .account-field-error{margin:0}.account-address-editor details>.account-field{margin-top:16px}.account-dialog button,.account-dashboard button{transition:background .18s,box-shadow .18s}.account-dialog .button,.account-dashboard .button{border-radius:7px;min-height:44px;text-decoration:none}.account-dialog :focus-visible,.account-dashboard :focus-visible{outline:2px solid var(--ink);outline-offset:3px}.checkout-address-summary{padding:18px;border:1px solid var(--line);border-radius:8px;margin:18px 0}.checkout-address-summary p{font-size:14px;line-height:1.6;margin:6px 0}.checkout-save-address{display:flex;gap:10px;align-items:center;margin-top:16px;font-size:14px}.checkout-save-address input{width:18px;height:18px}.checkout-address-change{margin:14px 0}.checkout-address-change summary{cursor:pointer;min-height:44px;display:flex;align-items:center;font-size:14px;font-weight:600}@media(max-width:760px){.account-address-list{grid-template-columns:1fr}.account-overview__side{grid-template-columns:1fr}}@media(max-width:540px){.account-dashboard{margin:26px 0 48px}.account-dashboard h1{font-size:27px}.account-dashboard__header{gap:12px}.account-tabs{gap:22px}.account-address-card{padding:20px}.account-dialog{inset:0;margin:0;width:100%;height:100dvh;max-height:100dvh;max-width:100%;border-radius:0}.account-dialog__header{padding:16px 20px}.account-dialog__body{padding:20px}.account-dialog__footer{padding:16px 20px max(20px,env(safe-area-inset-bottom))}.account-order-actions{text-align:left;justify-items:start}.account-section-toolbar{align-items:start}.account-section-toolbar .button{font-size:13px;padding:0 12px}}@media(prefers-reduced-motion:reduce){.account-dialog button,.account-dashboard button{transition:none}}
