:root {
  --paper: #f7f7f5;
  --ink: #090909;
  --muted: #666;
  --line: rgba(9, 9, 9, 0.14);
  --acid: #fff;
  --white: #fff;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #111; color: var(--ink); font-family: "Manrope", sans-serif; -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }
button { color: inherit; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.app-shell { width: min(100%, 540px); min-height: 100vh; margin: auto; padding-bottom: calc(78px + var(--safe-bottom)); background: var(--paper); overflow: hidden; box-shadow: 0 0 70px rgba(0,0,0,.28); }

.topbar { position: absolute; z-index: 5; top: 0; left: 50%; transform: translateX(-50%); width: min(100%, 540px); height: 72px; padding: 12px 20px; display: flex; align-items: center; justify-content: space-between; color: white; }
.brand { color: inherit; text-decoration: none; font-size: 20px; font-weight: 800; letter-spacing: .24em; }
.brand span { display: inline-block; margin-left: 5px; font-size: 7px; vertical-align: middle; letter-spacing: .08em; }
.icon-button { position: relative; width: 40px; height: 40px; padding: 0; border: 0; background: none; display: grid; place-content: center; gap: 6px; cursor: pointer; }
.icon-button > span { display: block; width: 22px; height: 1.5px; background: currentColor; }
.icon-button svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.bag-button b, .nav-cart b { position: absolute; display: none; place-items: center; border-radius: 50%; background: var(--acid); color: var(--ink); font-size: 9px; }
.bag-button b { width: 17px; height: 17px; top: 2px; right: 1px; }

.hero { position: relative; height: min(760px, 86vh); min-height: 580px; color: white; background: #222; overflow: hidden; }
.hero img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(1) contrast(1.08); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.5), transparent 32%, rgba(0,0,0,.12) 54%, rgba(0,0,0,.78)); }
.hero-copy { position: absolute; left: 24px; right: 24px; bottom: 36px; }
.eyebrow { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.eyebrow.dark { color: var(--muted); }
.hero h1 { margin: 13px 0 12px; font-size: clamp(38px, 9.5vw, 52px); line-height: .98; letter-spacing: -.055em; }
.hero p { margin: 0 0 22px; font-size: 14px; }
.country-route { width: fit-content; margin-top: 14px; padding: 7px 9px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.48); background: rgba(0,0,0,.28); backdrop-filter: blur(8px); }
.country-route .flag { font-size: 18px; line-height: 1; }
.country-route i { width: 13px; height: 1px; background: rgba(255,255,255,.5); }
.country-route small { font-size: 7px; font-weight: 800; letter-spacing: .13em; }
.light-button, .primary-button { width: 100%; border: 0; display: flex; align-items: center; justify-content: space-between; padding: 17px 18px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
.light-button { width: 230px; background: white; }
.light-button span, .primary-button span { font-size: 18px; }

.marquee { overflow: hidden; background: var(--ink); color: white; padding: 10px 0; border-top: 1px solid #333; font-size: 9px; font-weight: 800; letter-spacing: .1em; white-space: nowrap; }
.marquee div { width: max-content; animation: marquee 18s linear infinite; }
.marquee i { margin: 0 16px; font-style: normal; }
@keyframes marquee { to { transform: translateX(-40%); } }

.catalog { padding: 54px 18px 68px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin: 0 3px 24px; }
.section-heading h2, .cart-drawer h2 { margin: 5px 0 0; font-size: 31px; letter-spacing: -.05em; }
.text-button { padding: 8px 0; border: 0; border-bottom: 1px solid var(--ink); background: none; font-size: 11px; font-weight: 700; cursor: pointer; }
.text-button span { margin-left: 6px; }
.categories { display: flex; gap: 8px; margin-bottom: 24px; overflow-x: auto; scrollbar-width: none; }
.categories::-webkit-scrollbar { display: none; }
.categories button { flex: 0 0 auto; padding: 10px 15px; border: 1px solid var(--line); border-radius: 100px; background: transparent; font-size: 11px; font-weight: 600; cursor: pointer; }
.categories button.active { background: var(--ink); color: white; border-color: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 10px; }
.product-card { min-width: 0; animation: appear .35s ease both; }
@keyframes appear { from { opacity: 0; transform: translateY(8px); } }
.product-image { position: relative; aspect-ratio: .79; overflow: hidden; background: #e5e5e5; border: 1px solid #e0e0e0; cursor: pointer; }
.product-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s ease; }
.product-image img.crop-top { height: 126%; object-position: center top; }
.product-image:hover img { transform: scale(1.025); }
.product-badge { position: absolute; left: 8px; top: 8px; padding: 6px 7px; background: var(--ink); color: white; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.reserved-overlay { position: absolute; z-index: 2; left: -12%; top: 51%; width: 124%; padding: 8px 0; transform: rotate(-9deg); background: rgba(17,17,17,.94); color: #fff; text-align: center; font-size: clamp(12px,3.7vw,19px); font-weight: 900; letter-spacing: .025em; line-height: 1; pointer-events: none; box-shadow: 0 2px 8px rgba(0,0,0,.18); }
.favorite-button { position: absolute; right: 7px; top: 7px; width: 34px; height: 34px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.82); backdrop-filter: blur(8px); cursor: pointer; }
.favorite-button svg { width: 16px; fill: none; stroke: var(--ink); stroke-width: 1.7; }
.favorite-button.active svg { fill: var(--ink); }
.product-info { position: relative; padding: 11px 2px 0; }
.product-name { width: calc(100% - 34px); margin: 0 0 5px; font-size: 12px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.product-meta { color: var(--muted); font-size: 9px; }
.product-price { margin-top: 9px; font-size: 12px; font-weight: 800; }
.quick-add { position: absolute; top: 9px; right: 0; width: 30px; height: 30px; border: 1px solid var(--line); background: transparent; font-size: 19px; line-height: 1; cursor: pointer; }
.empty-state { grid-column: 1 / -1; padding: 60px 20px; text-align: center; color: var(--muted); }

.story { padding: 66px 24px 74px; background: #e7e7e5; border-top: 1px solid #d5d5d2; }
.story h2 { margin: 13px 0 22px; font-size: 39px; line-height: 1.04; letter-spacing: -.06em; }
.story h2 em { font-family: Georgia, serif; font-weight: 400; }
.story > p { max-width: 420px; margin: 0; color: #555; font-size: 13px; line-height: 1.75; }
.manager-button { margin-top: 22px; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; background: var(--ink); color: white; text-decoration: none; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.manager-button span { font-size: 18px; }
.order-steps { display: grid; gap: 0; margin-top: 38px; border-top: 1px solid rgba(23,23,19,.15); }
.order-steps article { display: grid; grid-template-columns: 42px 1fr; gap: 8px; padding: 19px 0; border-bottom: 1px solid rgba(23,23,19,.15); }
.order-steps b { color: var(--muted); font-size: 9px; letter-spacing: .08em; }
.order-steps div { display: flex; flex-direction: column; gap: 6px; }
.order-steps strong { font-size: 13px; }
.order-steps span { color: var(--muted); font-size: 10px; line-height: 1.55; }

.rules { padding: 64px 24px 74px; background: var(--ink); color: white; }
.rules > .eyebrow { color: #aaa; }
.rules h2 { margin: 13px 0 31px; font-size: 39px; line-height: 1.04; letter-spacing: -.06em; }
.rule-card { display: grid; grid-template-columns: 56px 1fr; gap: 14px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.15); }
.rule-card > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--acid); font-size: 10px; font-weight: 800; }
.rule-card p { margin: 0; color: #aaa; font-size: 10px; line-height: 1.65; }
.rule-card strong { display: block; margin-bottom: 5px; color: white; font-size: 12px; }
.payment-line { display: flex; justify-content: space-between; margin-top: 22px; padding: 17px 18px; background: var(--acid); color: var(--ink); font-size: 10px; }
.payment-line span { text-transform: uppercase; letter-spacing: .1em; }

.bottom-nav { position: fixed; z-index: 20; bottom: 0; left: 50%; transform: translateX(-50%); width: min(100%, 540px); height: calc(70px + var(--safe-bottom)); padding: 8px 8px var(--safe-bottom); display: grid; grid-template-columns: repeat(5, 1fr); background: rgba(255,255,255,.96); border-top: 1px solid var(--line); backdrop-filter: blur(14px); }
.bottom-nav button { position: relative; border: 0; background: none; color: #888; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 4px; font-size: 8px; cursor: pointer; }
.bottom-nav svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.55; }
.bottom-nav button.active { color: var(--ink); }
.nav-cart b { width: 16px; height: 16px; top: 4px; left: calc(50% + 8px); }

.overlay { position: fixed; z-index: 30; inset: 0; background: rgba(10,10,8,.45); opacity: 0; visibility: hidden; transition: .25s ease; }
.overlay.open { opacity: 1; visibility: visible; }
.drawer { position: fixed; z-index: 40; top: 0; bottom: 0; width: min(92%, 430px); background: var(--paper); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.menu-drawer { left: max(0px, calc(50% - 270px)); padding: 22px 25px; transform: translateX(-105%); }
.cart-drawer { right: max(0px, calc(50% - 270px)); padding: 24px 20px; transform: translateX(105%); display: flex; flex-direction: column; }
.drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; }
.close-button { width: 40px; height: 40px; border: 0; background: none; font-size: 32px; font-weight: 300; cursor: pointer; }
.menu-drawer nav { display: flex; flex-direction: column; margin-top: 45px; }
.menu-drawer nav button { padding: 13px 0; text-align: left; border: 0; border-bottom: 1px solid var(--line); background: transparent; font-size: 22px; letter-spacing: -.04em; cursor: pointer; }
.menu-note { position: absolute; left: 25px; right: 25px; bottom: 32px; display: flex; flex-direction: column; gap: 8px; font-size: 11px; color: var(--muted); }
.menu-note a { color: var(--ink); font-weight: 700; }
.cart-items { flex: 1; overflow-y: auto; margin: 25px 0; }
.cart-item { display: grid; grid-template-columns: 76px 1fr auto; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 76px; height: 96px; object-fit: cover; background: #ddd; }
.cart-item h3 { margin: 3px 0 6px; font-size: 12px; }
.cart-item p { margin: 0; color: var(--muted); font-size: 9px; }
.quantity { display: inline-flex; align-items: center; gap: 11px; margin-top: 15px; font-size: 11px; }
.quantity button { width: 24px; height: 24px; padding: 0; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.cart-item > strong { padding-top: 3px; font-size: 11px; line-height: 1.55; text-align: right; white-space: nowrap; }
.remove-item { display: block; margin-top: 8px; border: 0; background: none; color: var(--muted); font-size: 9px; text-decoration: underline; cursor: pointer; }
.cart-empty { height: 100%; display: grid; place-content: center; text-align: center; color: var(--muted); }
.cart-empty strong { color: var(--ink); font-size: 22px; }
.cart-empty p { font-size: 11px; }
.total-row { display: flex; justify-content: space-between; padding: 18px 0; border-top: 1px solid var(--line); font-size: 13px; }
.total-row strong { font-size: 20px; }
.primary-button { background: var(--ink); color: white; }
.tryon-button { width: 100%; margin: 0 0 10px; padding: 16px 18px; display: flex; justify-content: space-between; border: 1px solid var(--ink); background: transparent; color: var(--ink); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
.tryon-upload { display: grid; gap: 9px; margin: 20px 0 12px; font-size: 12px; font-weight: 700; }
.tryon-upload input { padding: 13px; border: 1px solid #bbb; background: white; }
.tryon-preview, .tryon-result { width: 100%; max-height: 55vh; object-fit: contain; background: #eee; }
.tryon-status { min-height: 20px; color: var(--muted); font-size: 12px; }
.tryon-result-link { display: block; margin-top: 12px; color: var(--ink); text-align: center; }

.product-modal { position: fixed; z-index: 45; left: 50%; bottom: 0; width: min(100%, 540px); max-height: 94vh; overflow-y: auto; background: var(--paper); transform: translate(-50%, 105%); transition: transform .38s cubic-bezier(.2,.8,.2,1); }
.product-modal.open { transform: translate(-50%, 0); }
.payment-modal { position: fixed; z-index: 46; left: 50%; bottom: 0; width: min(100%, 540px); max-height: 92vh; overflow-y: auto; padding: 25px 22px calc(30px + var(--safe-bottom)); background: var(--paper); transform: translate(-50%, 105%); transition: transform .38s cubic-bezier(.2,.8,.2,1); }
.payment-modal.open { transform: translate(-50%, 0); }
.payment-modal h2 { margin: 5px 0 0; font-size: 28px; }
.payment-modal > p { margin: 20px 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.payment-choice { width: 100%; margin-top: 9px; padding: 18px; display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--line); background: white; text-align: left; }
.promo-entry { margin: 16px 0; font-size: 13px; }
.promo-entry > div { display: flex; gap: 8px; margin-top: 6px; }
.promo-entry input { flex: 1; min-width: 0; padding: 12px; border: 1px solid var(--line); font: inherit; text-transform: uppercase; }
.promo-entry button { padding: 0 14px; background: #111; color: #fff; border: 0; font: inherit; }
.promo-entry p { min-height: 18px; margin: 6px 0 0; color: var(--muted); }
.payment-choice strong { font-size: 14px; }
.payment-choice span { color: var(--muted); font-size: 10px; }
.monobank-payment { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.monobank-payment[hidden] { display: none; }
.monobank-payment > span { display: block; margin: 12px 0 6px; color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.monobank-payment > strong { display: block; font-size: 24px; }
.monobank-payment > button:not(.primary-button) { width: 100%; padding: 15px; display: flex; justify-content: space-between; border: 1px solid var(--ink); background: white; }
.monobank-payment b { font-size: 16px; letter-spacing: .08em; }
.monobank-payment small { color: var(--muted); }
.monobank-payment p { color: var(--muted); font-size: 10px; line-height: 1.6; }
.delivery-methods { display: grid; gap: 8px; margin: 12px 0; }
.delivery-methods label { display: flex; gap: 9px; align-items: center; padding: 12px; border: 1px solid var(--line); background: white; font-size: 11px; }
.delivery-methods input { accent-color: #111; }
.monobank-payment label:not(.delivery-methods label) { display: grid; gap: 5px; margin: 10px 0; font-size: 10px; font-weight: 700; }
.monobank-payment label input, .monobank-payment select { width: 100%; min-height: 42px; padding: 10px; border: 1px solid var(--line); background: white; color: var(--ink); font: inherit; }
.delivery-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.delivery-quote-button { width: 100%; margin: 12px 0; padding: 14px; border: 1px solid var(--ink); background: white; font-size: 11px; font-weight: 700; }
#dhlFields[hidden], #pickupFields[hidden], #deliveryResult[hidden] { display: none; }
#deliveryResult { border-top: 1px solid var(--line); padding-top: 10px; }
#deliveryResult > span { display: block; margin: 12px 0 6px; color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
#deliveryResult > strong { display: block; font-size: 24px; }
#deliveryResult > button:not(.primary-button) { width: 100%; padding: 15px; display: flex; justify-content: space-between; border: 1px solid var(--ink); background: white; }
.modal-close { position: absolute; z-index: 2; top: 9px; right: 9px; border-radius: 50%; background: rgba(255,255,255,.85); }
.modal-image { position: relative; height: min(48vh, 430px); overflow: hidden; background: #ddd; }
.modal-image img { width: 100%; height: 100%; object-fit: cover; }
.modal-image img.crop-top { height: 126%; object-position: center top; }
.modal-image > img { cursor: zoom-in; }
.zoom-hint { position: absolute; right: 15px; bottom: 15px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(9,9,9,.86); color: white; font-size: 23px; cursor: zoom-in; }
.modal-gallery { padding: 9px 12px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; background: var(--paper); }
.modal-gallery[hidden] { display: none; }
.modal-gallery button { aspect-ratio: 1; padding: 0; overflow: hidden; border: 1px solid transparent; background: white; cursor: pointer; }
.modal-gallery button.active { border-color: var(--ink); }
.modal-gallery img { width: 100%; height: 100%; object-fit: cover; }
.modal-image > span { position: absolute; left: 15px; top: 15px; padding: 7px 9px; background: var(--acid); font-size: 9px; font-weight: 800; }
.modal-content { padding: 24px 22px 30px; }
.modal-content h2 { margin: 7px 0 10px; font-size: 28px; letter-spacing: -.05em; }
.modal-content > p { margin: 0 0 13px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.modal-price { font-size: 16px; font-weight: 800; }
.option-label { display: flex; justify-content: space-between; margin: 25px 0 11px; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.option-label button { padding: 0; border: 0; background: none; color: var(--muted); font-size: 9px; text-decoration: underline; cursor: pointer; }
.sizes { display: flex; gap: 7px; margin-bottom: 22px; }
.sizes button { flex: 1; padding: 12px 2px; border: 1px solid var(--line); background: transparent; font-size: 10px; cursor: pointer; }
.sizes button.active { background: var(--ink); color: white; }
.sizes button:disabled { opacity: .35; cursor: not-allowed; }
.toast { position: fixed; z-index: 60; left: 50%; bottom: calc(84px + var(--safe-bottom)); transform: translate(-50%, 20px); padding: 11px 16px; border-radius: 100px; background: var(--ink); color: white; font-size: 10px; opacity: 0; pointer-events: none; transition: .25s; white-space: nowrap; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.image-viewer { position: fixed; z-index: 80; inset: 0; display: grid; grid-template-rows: 64px 1fr 78px; background: rgba(0,0,0,.97); color: white; opacity: 0; visibility: hidden; transition: opacity .2s ease; }
.image-viewer.open { opacity: 1; visibility: visible; }
.viewer-head { padding: 10px 16px; display: flex; align-items: center; justify-content: space-between; }
.viewer-head span { font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.viewer-head .close-button { color: white; }
.viewer-stage { min-height: 0; overflow: auto; display: flex; align-items: center; justify-content: center; touch-action: pan-x pan-y pinch-zoom; overscroll-behavior: contain; }
.viewer-stage img { width: min(92vw, 720px); max-width: none; max-height: 76vh; object-fit: contain; transform: scale(1); transition: transform .2s ease; transform-origin: center; user-select: none; -webkit-user-drag: none; }
.viewer-controls { padding: 10px 20px calc(10px + var(--safe-bottom)); display: grid; grid-template-columns: 54px 1fr 54px; gap: 8px; align-items: center; }
.viewer-controls button { height: 44px; border: 1px solid #555; background: #161616; color: white; font-size: 18px; cursor: pointer; }
.viewer-controls #zoomResetButton { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

@media (min-width: 700px) {
  body { padding: 24px 0; }
  .app-shell { min-height: calc(100vh - 48px); border-radius: 24px; }
  .topbar { top: 24px; }
  .bottom-nav { bottom: 24px; border-radius: 0 0 24px 24px; }
  .hero { min-height: 680px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

.customer-order { padding: 20px 0; border-bottom: 1px solid #ccc; overflow-wrap: anywhere; }
.customer-order p, #sizeGuideModal p { line-height: 1.6; margin: 12px 0; }
.order-help { display: inline-block; margin-top: 16px; text-decoration: underline; }
.measure-scroll { overflow-x: auto; margin: 20px 0; }
.measure-table { width: 100%; border-collapse: collapse; text-align: left; }
.measure-table th, .measure-table td { padding: 10px; border-bottom: 1px solid #ccc; }

.drawer:not(.open), .product-modal:not(.open), .payment-modal:not(.open) { visibility: hidden; pointer-events: none; }
.tryon-result-link[hidden] { display: none; }
#myOrdersModal .order-help { color: var(--ink); }
body.channel-locked { overflow: hidden; }
.channel-gate { position: fixed; inset: 0; z-index: 10000; display: grid; place-items: center; padding: 24px; background: #080808; color: #fff; }
.channel-gate[hidden] { display: none; }
.channel-gate-card { width: min(100%, 420px); text-align: center; }
.channel-gate-card span { font-size: 12px; letter-spacing: .18em; color: #aaa; }
.channel-gate-card h2 { margin: 14px 0 10px; font-size: clamp(28px, 8vw, 42px); }
.channel-gate-card p { margin: 0 0 24px; color: #bbb; line-height: 1.55; }
.channel-gate-card a, .channel-gate-card button { display: block; width: 100%; margin-top: 10px; padding: 15px 18px; border: 1px solid #fff; border-radius: 3px; background: #fff; color: #080808; font: inherit; font-weight: 700; text-decoration: none; }
.channel-gate-card a[hidden], .channel-gate-card button[hidden] { display: none; }
.channel-gate-card button { background: transparent; color: #fff; }

.my-size-filters { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin: 0 0 22px; }
.my-size-filters label { display: flex; align-items: center; gap: 8px; min-height: 44px; font-size: 14px; }
.my-size-filters input { width: 20px; height: 20px; accent-color: #111; }
.my-size-filters select { max-width: 100%; padding: 10px; font-size: 16px; border: 1px solid #ccc; background: white; color: #111; }
.my-size-filters [hidden] { display: none; }
#sizeAvailabilityLabel { flex-wrap: wrap; }
#mySizesForm fieldset { margin: 18px 0; padding: 12px; border: 1px solid #ddd; min-width: 0; }
#mySizesForm legend { font-weight: 700; }
#mySizesForm label { display: block; font-size: 14px; }
#mySizesForm input { display: block; box-sizing: border-box; width: 100%; padding: 12px; margin-top: 8px; font-size: 16px; border: 1px solid #bbb; border-radius: 8px; }
.my-size-choices { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.my-size-choices button { min-width: 44px; min-height: 44px; padding: 8px; border: 1px solid #ccc; background: white; color: #111; border-radius: 8px; }
.my-size-choices button[aria-pressed="true"] { background: #111; color: white; }
#sizeOptions .my-size-match { border: 2px solid #111; text-decoration: underline; text-underline-offset: 4px; }
#mySizesForm .size-offers-consent { display: flex; align-items: center; gap: 12px; min-height: 48px; }
#mySizesForm #sizeOffersEnabled { display: inline-block; width: 22px; height: 22px; margin: 0; flex-shrink: 0; accent-color: #111; }
.product-outfit { margin-top: 24px; padding-top: 22px; border-top: 1px solid #ccc; }
.product-outfit h3 { margin: 0 0 12px; font-size: 24px; }
.outfit-item { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 12px; margin: 18px 0; align-items: start; }
.outfit-item img { width: 76px; height: 100px; object-fit: cover; border-radius: 8px; }
.outfit-item strong { display: block; overflow-wrap: anywhere; }
.outfit-item p { margin: 6px 0; }
.outfit-item label { display: block; margin-top: 8px; font-size: 14px; }
.outfit-item select { display: block; box-sizing: border-box; width: 100%; padding: 12px 8px; margin-top: 5px; border: 1px solid #bbb; border-radius: 8px; background: #fff; color: #111; font-size: 16px; }
.product-outfit .primary-button:disabled { opacity: .45; cursor: default; }
.outfit-total { overflow-wrap: anywhere; }
