html { overflow-y: scroll; }

:root {
    --black: #111;
    --gray: #666;
    --line: #e0e0e0;
    --soft: #f7f7f7;
    --red: #ff2a2a;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body { min-height: 100vh; display: flex; flex-direction: column; padding-top: 20px; background: var(--soft); color: var(--black); font-family: 'Space Grotesk', sans-serif; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }
.top-marquee { position: fixed; top: 0; left: 0; z-index: 1100; width: 100%; height: 20px; overflow: hidden; background: rgba(255,255,255,.92); border: 1px solid rgba(17,17,17,.16); white-space: nowrap; }
.marquee-track { display: flex; align-items: center; width: max-content; animation: marquee 120s linear infinite; color: var(--black); font: 700 .56rem/20px 'Quicksand', sans-serif; letter-spacing: 1px; text-transform: uppercase; }
.marquee-group { display: flex; align-items: center; flex-shrink: 0; }
.marquee-group span { display: inline-block; flex-shrink: 0; padding: 0 28px; }
@keyframes marquee { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }
.brand-header { position: fixed; top: 20px; left: 0; z-index: 1001; display: flex; align-items: center; justify-content: center; width: 100%; height: 44px; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); }
.brand-header strong { font-size: 1.6rem; letter-spacing: 2px; font-style: italic; }
header { position: fixed; top: 64px; left: 0; z-index: 1002; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 15px 5%; background: rgba(255,255,255,.95); border-bottom: 1px solid var(--line); }
.header-left { display: flex; align-items: center; gap: 18px; }
.menu-toggle { display: flex; flex-direction: column; justify-content: space-between; width: 28px; height: 24px; padding: 3px 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; background: var(--black); }
.logo { font-size: 1.25rem; letter-spacing: 1.5px; }
header nav ul { display: flex; gap: 30px; list-style: none; }
header nav a { font-size: .85rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; transition: opacity .3s ease; }
header nav a:hover { opacity: .6; }
header nav a.is-sale, .side-menu-links a.is-sale { color: var(--red) !important; font-weight: 700; text-shadow: 0 0 0 rgba(255, 42, 42, 0); animation: hot-link-glow 1.6s ease-in-out infinite !important; }
.highlight-new, .side-menu-links a.is-new { color: #0b1f4d; font-weight: 700; text-shadow: 0 0 0 rgba(11, 31, 77, 0); animation: navy-link-glow 1.6s ease-in-out infinite; }
@keyframes navy-link-glow { 0%, 100% { text-shadow: 0 0 0 rgba(11, 31, 77, 0); } 50% { text-shadow: 0 0 10px rgba(11, 31, 77, 0.65); } }
@keyframes hot-link-glow { 0%, 100% { text-shadow: 0 0 0 rgba(255, 42, 42, 0); } 50% { text-shadow: 0 0 10px rgba(255, 42, 42, 0.7); } }
.highlight-new { position: relative; display: inline-flex; align-items: center; justify-content: center; overflow: visible; z-index: 1; }
.highlight-new > span { position: relative; z-index: 1; }
.highlight-new .new-link-orbit { position: absolute; left: 50%; top: 48%; width: 205%; height: 225%; transform: translate(-50%, -50%) rotate(-3deg); overflow: visible; pointer-events: none; z-index: 0; }
.highlight-new .new-link-orbit path { fill: none; stroke: rgba(18, 40, 83, 0.96); stroke-width: 5.4; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 860; stroke-dashoffset: 860; opacity: 1; filter: drop-shadow(0 0 1.5px rgba(18, 40, 83, 0.18)); animation: new-link-orbit 30s linear infinite; }
.highlight-new .new-link-note { fill: #0b1f4d; font-family: "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive; font-size: 52px; font-weight: 700; letter-spacing: 0.55px; opacity: 0; filter: drop-shadow(0 0 1px rgba(11, 31, 77, 0.18)); animation: new-link-note 30s linear infinite; }
@keyframes new-link-orbit { 0% { stroke-dashoffset: 860; opacity: 0; } 4% { opacity: 1; } 16% { stroke-dashoffset: 225; opacity: 1; } 23% { stroke-dashoffset: 30; opacity: 1; } 28% { stroke-dashoffset: 0; opacity: 1; } 34% { opacity: 0.9; } 100% { stroke-dashoffset: 0; opacity: 0; } }
@keyframes new-link-note { 0%, 28% { opacity: 0; } 33%, 66% { opacity: 1; } 100% { opacity: 0; } }
.nav-icons { font-size: 1.1rem; }
.cart-icon { position: relative; cursor: pointer; }
.cart-count { position: absolute; top: -8px; right: -10px; min-width: 18px; padding: 2px 5px; border-radius: 50%; background: var(--black); color: #fff; font-size: .7rem; text-align: center; }
.side-menu { position: fixed; top: 0; left: 0; z-index: 1200; display: flex; flex-direction: column; width: min(360px,88vw); height: 100vh; padding: 34px; background: #fff; border-right: 1px solid var(--line); transform: translateX(-100%); transition: transform .35s ease; }
.side-menu.is-open { transform: translateX(0); }
.side-menu-close { align-self: flex-end; border: 0; background: transparent; font-size: 1.7rem; cursor: pointer; }
.side-menu-title { margin: 38px 0 22px; color: #777; font-size: .72rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.side-menu-links, .side-menu-bottom { display: flex; flex-direction: column; gap: 17px; }
.side-menu-links a { font-size: 1.25rem; font-weight: 600; text-transform: uppercase; }
.side-menu-bottom { gap: 9px; margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); }
.side-menu-bottom a { color: #666; font-size: .72rem; letter-spacing: 1px; text-transform: uppercase; }
.menu-overlay { position: fixed; inset: 0; z-index: 1150; background: rgba(0,0,0,.35); opacity: 0; pointer-events: none; transition: opacity .35s ease; }
.menu-overlay.is-visible { opacity: 1; pointer-events: auto; }
main { width: min(1160px, 90%); margin: 0 auto; padding: 150px 0 80px; }
.cart-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.cart-heading h1 { font-size: clamp(2rem, 5vw, 4rem); line-height: .9; text-transform: uppercase; }
.cart-heading p { color: var(--gray); font-size: .82rem; }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(340px, .82fr); gap: 48px; padding-top: 28px; }
.cart-list { display: flex; flex-direction: column; }
.cart-item { display: grid; grid-template-columns: 92px 1fr auto; gap: 18px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-item-image { width: 92px; aspect-ratio: 1 / 1.15; object-fit: cover; background: #eee; }
.cart-item-link { display: block; }
.cart-item-name { display: block; width: max-content; max-width: 100%; color: var(--black); font-size: .9rem; font-weight: 700; text-transform: uppercase; }
.cart-item-name:hover { text-decoration: underline; text-underline-offset: 3px; }
.cart-item-new { display: block; width: max-content; margin-bottom: 5px; color: #0b1f4d; font-size: .68rem; font-weight: 700; letter-spacing: 1.2px; text-shadow: 0 0 0 rgba(11, 31, 77, 0); animation: navy-link-glow 1.6s ease-in-out infinite; }
.cart-item-meta { margin-top: 7px; color: var(--gray); font-size: .78rem; }
.cart-item-controls { display: flex; align-items: center; gap: 10px; margin-top: 15px; }
.quantity-control { display: flex; align-items: center; border: 1px solid #ccc; background: #fff; }
.quantity-control button { width: 28px; height: 28px; margin: 0; padding: 0; border: 0; outline: 0; appearance: none; -webkit-appearance: none; background: transparent; color: var(--black); -webkit-text-fill-color: var(--black); cursor: pointer; line-height: 1; text-align: center; }
.quantity-control button:hover, .quantity-control button:focus, .quantity-control button:focus-visible, .quantity-control button:active { outline: 0; background: transparent; color: var(--black); -webkit-text-fill-color: var(--black); }
.quantity-control input { width: 34px; border: 0; outline: 0; background: #fff; color: var(--black); -webkit-text-fill-color: var(--black); text-align: center; appearance: textfield; -moz-appearance: textfield; }
.quantity-control input::-webkit-inner-spin-button, .quantity-control input::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.remove-item { border: 0; background: transparent; color: var(--gray); cursor: pointer; font-size: .72rem; text-decoration: underline; }
.cart-item-price { font-weight: 700; white-space: nowrap; }
.cart-summary { position: sticky; top: 132px; height: max-content; padding: 30px; background: #fff; border: 1px solid var(--line); box-shadow: 10px 10px 0 rgba(17,17,17,.07); }
.cart-summary h2 { margin-bottom: 24px; font-size: .9rem; letter-spacing: 1px; text-transform: uppercase; }
.summary-row { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 14px; color: var(--gray); font-size: .82rem; }
.summary-total { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--black); font-size: 1.05rem; font-weight: 700; }
.promo-discount { color: #2f6b48; }
.promotion-box { margin: 24px 0 2px; padding: 16px 0 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.promotion-box h3 { margin: 0 0 9px; font-size: .72rem; letter-spacing: 1px; text-transform: uppercase; }
.promo-form > div { display: flex; gap: 7px; }
.promo-form input { min-width: 0; flex: 1; padding: 11px; border: 1px solid var(--line); background: #fff; text-transform: uppercase; }
.promo-form button { padding: 0 13px; border: 0; background: var(--black); color: #fff; font-size: .66rem; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }
.promo-form button:disabled { background: #aaa; }
.promo-message { min-height: 15px; margin: 8px 0 0; color: #2f6b48; font-size: .68rem; line-height: 1.35; }
.promo-message.is-success { display: flex; align-items: flex-start; gap: 9px; min-height: 0; margin-top: 14px; padding: 11px 12px; border: 1px solid #a9d4b6; color: #24613f; background: linear-gradient(90deg, #eaf7ed, #f7fcf8); font-size: .72rem; font-weight: 600; line-height: 1.45; overflow-wrap: anywhere; animation: messageReveal .22s ease both; }
.promo-message.is-success::before { content: '\2713'; display: grid; flex: 0 0 18px; place-items: center; width: 18px; height: 18px; border: 1px solid #8fc5a3; border-radius: 50%; background: #e8f5ec; color: #24613f; font-size: .65rem; font-weight: 700; line-height: 1; }
.promo-message.is-error { display: flex; align-items: flex-start; gap: 9px; min-height: 0; margin-top: 14px; padding: 11px 12px; border: 1px solid #efc2bd; color: #a52f2f; background: #fff3f1; font-size: .72rem; font-weight: 600; line-height: 1.45; overflow-wrap: anywhere; animation: messageReveal .22s ease both; }
.promo-message.is-error::before { content: '!'; display: grid; flex: 0 0 18px; place-items: center; width: 18px; height: 18px; border: 1px solid currentColor; border-radius: 50%; font-size: .65rem; font-weight: 700; line-height: 1; }
.delivery-choice, .locker-code { display: grid; gap: 7px; margin-top: 18px; color: var(--gray); font-size: .72rem; }
.delivery-choice select, .locker-code input { width: 100%; padding: 11px; border: 1px solid var(--line); background: #fff; }
.delivery-method { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 24px 0 0; padding: 0; border: 0; }
.delivery-method legend { grid-column: 1 / -1; margin-bottom: 2px; color: var(--black); font-size: .68rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.delivery-method label { position: relative; display: flex; align-items: flex-start; min-height: 100px; gap: 10px; padding: 16px 14px; border: 1px solid var(--line); background: #fff; cursor: pointer; font-size: .78rem; transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.delivery-method label::after { content: 'SELECT'; position: absolute; right: 10px; bottom: 9px; color: #999; font-size: .52rem; font-weight: 700; letter-spacing: 1px; opacity: 0; transition: opacity .2s ease; }
.delivery-method label:hover { border-color: #999; transform: translateX(2px); }
.delivery-method label:has(input:checked) { border-color: var(--black); background: #f3f3f3; box-shadow: inset 4px 0 0 var(--black); }
.delivery-method label:has(input:checked)::after { color: var(--black); opacity: 1; }
.delivery-method input { width: 15px; height: 15px; accent-color: var(--black); }
.delivery-method label > span { display: grid; gap: 5px; padding-right: 5px; }
.delivery-method label strong { color: var(--black); font-size: .72rem; letter-spacing: .5px; text-transform: uppercase; }
.delivery-method label small { color: var(--gray); font-size: .66rem; line-height: 1.25; }
.delivery-method label:first-of-type::before, .delivery-method label:last-of-type::before { position: absolute; top: 12px; right: 11px; color: #bbb; font-size: .65rem; font-weight: 700; letter-spacing: 1px; }
.delivery-method label:first-of-type::before { content: 'INP'; }
.delivery-method label:last-of-type::before { content: 'DPD'; }
.delivery-method label:has(input:checked)::before { color: var(--black); }
.delivery-panel { margin-top: 24px; padding: 20px 0 0; border-top: 1px solid var(--line); animation: deliveryReveal .25s ease both; }
.delivery-panel[hidden] { display: none; }
.delivery-panel.is-active { display: block; }
.delivery-panel-heading { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 16px; }
.delivery-panel-heading h3 { margin: 1px 0 5px; }
.step-number { display: grid; flex: 0 0 27px; place-items: center; width: 27px; height: 27px; background: var(--black); color: #fff; font-size: .62rem; font-weight: 700; }
.delivery-panel-heading .form-hint { margin: 0; }
.form-hint, .map-coordinates { margin: 0 0 12px; color: var(--gray); font-size: .72rem; line-height: 1.45; }
.map-coordinates { min-height: 17px; color: var(--black); font-family: 'Space Grotesk', sans-serif; font-size: .65rem; font-weight: 600; }
.locker-map { width: 100%; height: 230px; margin-bottom: 14px; border: 1px solid var(--line); background: #e8e8e8; box-shadow: 4px 4px 0 rgba(17,17,17,.06); }
.locker-map .leaflet-control-zoom a { color: var(--black); }
.locker-map .leaflet-control-attribution { font-size: 8px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.form-grid label, .order-note { display: grid; gap: 6px; color: var(--gray); font-size: .7rem; font-weight: 600; letter-spacing: .2px; }
.form-grid-wide { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .order-note textarea { width: 100%; padding: 11px 10px; border: 1px solid #d5d5d5; border-radius: 0; background: #fafafa; color: var(--black); outline: 0; resize: vertical; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.form-grid input:focus, .form-grid select:focus, .order-note textarea:focus { border-color: var(--black); background: #fff; box-shadow: 3px 3px 0 rgba(17,17,17,.1); }
.form-grid input::placeholder, .form-grid select::placeholder, .order-note textarea::placeholder { color: #aaa; }
.phone-fields-row {
    grid-column: 1 / -1;
    display: flex;
    align-items: stretch;
    gap: 6px;
    margin-bottom: 6px;
}
.phone-prefix-field {
    flex: 0 0 90px;
    max-width: 90px;
    margin-right: 0;
}
.phone-number-field {
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 0;
}
.phone-code-picker {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 0;
    margin-right: 0;
}
.phone-prefix-field input[name="phone_code"] {
    width: 100%;
    min-width: 0;
    text-align: center;
    font-weight: 700;
    letter-spacing: .5px;
}
.phone-code-button {
    flex: 0 0 28px;
    height: 100%;
    border: 1px solid #d5d5d5;
    border-left: none;
    background: #fafafa;
    color: var(--black);
    cursor: pointer;
    font-size: .8rem;
}
.phone-code-button:hover { border-color: #999; }
.phone-code-menu {
    position: absolute;
    z-index: 25;
    top: calc(100% + 6px);
    left: 0;
    display: none;
    width: min(280px, 90vw);
    max-height: 220px;
    overflow-y: auto;
    padding: 8px;
    border: 1px solid var(--line);
    background: #f7f7f7;
    box-shadow: 8px 8px 0 rgba(17,17,17,.05);
}
.phone-code-picker.is-open .phone-code-menu,
.phone-code-menu.is-open { display: block; }
.phone-code-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    margin-bottom: 6px;
    padding: 10px 12px;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--black);
    text-align: left;
    cursor: pointer;
    font: inherit;
}
.phone-code-option:last-child { margin-bottom: 0; }
.phone-code-option:hover { border-color: #999; }
.phone-code-option.is-selected { border-color: var(--black); background: #f3f3f3; }
.phone-code-option-country { flex: 1; font-size: .72rem; font-weight: 600; }
.phone-code-option-code { color: var(--gray); font-size: .68rem; letter-spacing: .4px; }
.country-picker-label { grid-column: 1 / -1; color: var(--gray); font-size: .7rem; font-weight: 600; letter-spacing: .2px; margin-bottom: -2px; }
.country-picker { position: relative; grid-column: 1 / -1; }
.country-picker input[name="country"] { width: 100%; padding: 11px 10px; border: 1px solid #d5d5d5; border-radius: 0; background: #fafafa; color: var(--black); outline: 0; font-size: .8rem; font-weight: 400; line-height: 1.4; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.country-picker input[name="country"]:focus, .country-picker.is-open input[name="country"] { border-color: var(--black); background: #fff; box-shadow: 3px 3px 0 rgba(17,17,17,.1); }
.country-picker-menu {
    position: absolute;
    z-index: 20;
    top: calc(100% + 6px);
    left: 0;
    display: none;
    width: 100%;
    max-height: 240px;
    padding: 8px;
    overflow-y: auto;
    border: 1px solid var(--line);
    background: #f7f7f7;
    box-shadow: 8px 8px 0 rgba(17,17,17,.05);
}
.country-picker.is-open .country-picker-menu,
.country-picker-menu.is-open { display: block; }
.country-option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 6px;
    padding: 12px 14px;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--black);
    text-align: left;
    cursor: pointer;
    font: inherit;
    box-shadow: 0 3px 0 rgba(17,17,17,.03);
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.country-option:last-child { margin-bottom: 0; }
.country-option:hover { border-color: #999; transform: translateY(-1px); }
.country-option.is-selected { border-color: var(--black); background: #f3f3f3; box-shadow: inset 4px 0 0 var(--black), 0 3px 0 rgba(17,17,17,.03); }
.country-option[hidden] { display: none; }
.country-option-flag { display: inline-flex; width: 28px; justify-content: center; font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif; font-size: 1.15rem; line-height: 1; }
.country-option-name { flex: 1; font-size: .74rem; font-weight: 600; }
.country-option-code { color: var(--gray); font-size: .68rem; letter-spacing: .4px; }
.country-state-field { grid-column: 1 / -1; }
.country-state-field[hidden] { display: none; }
.order-note { margin-top: 18px; }
.terms-consent { display: flex; align-items: flex-start; gap: 9px; margin-top: 22px; color: var(--gray); font-size: .72rem; line-height: 1.5; cursor: pointer; }
.terms-consent input { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 1px; accent-color: var(--black); cursor: pointer; }
.terms-consent a { color: var(--black); text-decoration: underline; text-underline-offset: 2px; }
.checkout-button { width: 100%; margin-top: 24px; padding: 15px; border: 0; background: var(--black); color: #fff; cursor: pointer; font-size: .75rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.checkout-button:disabled { background: #aaa; cursor: not-allowed; }
.checkout-message { display: none; align-items: flex-start; gap: 9px; min-height: 0; margin-top: 14px; padding: 11px 12px; border: 1px solid transparent; font-size: .72rem; font-weight: 600; line-height: 1.45; overflow-wrap: anywhere; }
.checkout-message.is-visible { display: flex; animation: messageReveal .22s ease both; }
.checkout-message::before { content: '!'; display: grid; flex: 0 0 18px; place-items: center; width: 18px; height: 18px; border: 1px solid currentColor; border-radius: 50%; font-size: .65rem; font-weight: 700; line-height: 1; }
.checkout-message.is-error { color: #a52f2f; background: #fff3f1; border-color: #efc2bd; }
.checkout-message.is-loading { color: #5f5b38; background: #fffbea; border-color: #e9dda6; }
.checkout-message.is-loading::before { content: '...'; border-radius: 3px; font-size: .55rem; letter-spacing: -1px; }
@keyframes deliveryReveal { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
@keyframes messageReveal { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
.empty-cart { padding: 48px 0; color: var(--gray); }
.empty-cart a { display: inline-block; margin-top: 18px; padding: 12px 18px; background: var(--black); color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
footer { margin-top: auto; padding: 10px 5%; border-top: 1px solid var(--line); color: #888; font-size: .62rem; letter-spacing: .5px; text-align: right; text-transform: uppercase; }
@media (max-width: 900px) { .cart-layout { grid-template-columns: 1fr; gap: 30px; } .cart-summary { position: static; } }
@media (max-width: 760px) { header nav { display: none; } main { padding-top: 132px; } .cart-summary { box-shadow: 5px 5px 0 rgba(17,17,17,.06); } }
@media (max-width: 480px) { .cart-heading { display: block; } .cart-heading p { margin-top: 12px; } .cart-item { grid-template-columns: 68px minmax(0, 1fr); gap: 12px; } .cart-item-image { width: 68px; } .cart-item-name, .cart-item-meta { overflow-wrap: anywhere; } .cart-item-price { grid-column: 2; } .cart-summary { padding: 20px; } .delivery-method { grid-template-columns: 1fr; } .delivery-method legend { grid-column: auto; } .form-grid { grid-template-columns: 1fr; } .form-grid-wide { grid-column: auto; } }
