:root {
    --es-black: #050505;
    --es-white: #fff;
    --es-red: #e62a2a;
    --es-soft: #f4f4f5;
    --es-line: #dedede;
    --es-header: 68px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.es-page {
    margin: 0;
    overflow-x: hidden;
    background: #fff;
    color: var(--es-black);
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.es-page.es-lock { overflow: hidden; }
.es-page a { color: inherit; text-decoration: none; }
.es-page img { display: block; max-width: 100%; }
.es-page button, .es-page input, .es-page select { border-radius: 0; font: inherit; }
.es-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.es-skip {
    position: fixed;
    z-index: 1000;
    top: 8px;
    left: 8px;
    padding: 10px 14px;
    background: #fff;
    border: 2px solid #000;
    font-size: 11px;
    font-weight: 700;
    transform: translateY(-180%);
}
.es-skip:focus { transform: none; }

/* Shared compact editorial header */
.es-header {
    position: sticky;
    z-index: 220;
    top: 0;
    display: grid;
    grid-template-columns: minmax(220px, .95fr) minmax(420px, 2.35fr) minmax(330px, 1.3fr);
    align-items: center;
    height: var(--es-header);
    padding: 0 clamp(20px, 2.2vw, 42px);
    background: #fff;
    border-bottom: 1px solid #111;
    backdrop-filter: none;
}
.es-header.is-scrolled { box-shadow: 0 6px 22px rgba(0,0,0,.08); }
.es-logo { display: inline-flex; align-items: center; justify-self: start; }
.es-logo img { width: auto; max-width: 210px; height: 43px; object-fit: contain; }
.es-logo strong { font-size: 28px; font-weight: 900; letter-spacing: -.07em; }
.es-nav { display: flex; align-items: center; height: 100%; gap: clamp(22px,2.5vw,48px); overflow: hidden; }
.es-nav a, .es-actions a, .es-actions button {
    white-space: nowrap;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .035em;
    text-transform: uppercase;
}
.es-nav a { display: inline-flex; align-items: center; height: 100%; border-bottom: 3px solid transparent; }
.es-nav a:hover, .es-nav a:focus-visible { border-bottom-color: #000; }
.es-actions { display: flex; align-items: center; justify-content: flex-end; gap: clamp(15px,1.7vw,29px); }
.es-actions a, .es-actions button { display: inline-flex; align-items: center; gap: 5px; }
.es-actions button, .es-menu-button { padding: 0; background: none; border: 0; cursor: pointer; }
.es-actions svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.es-cart { position: relative; }
.es-cart b { display: grid; place-items: center; min-width: 17px; height: 17px; padding: 0 4px; background: #000; color: #fff; font-size: 9px; }
.es-menu-button { display: none; width: 30px; height: 30px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; }
.es-menu-button i { display: block; width: 17px; height: 1px; background: #000; }

.es-mobile-menu, .es-search, .ec-filter-drawer {
    position: fixed;
    z-index: 500;
    visibility: hidden;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease, transform .25s ease;
}
.es-mobile-menu.is-open, .es-search.is-open, .ec-filter-drawer.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
.es-mobile-menu { inset: 0; }
.es-mobile-menu > div, .ec-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 58px;
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
}
.es-mobile-menu > div strong { font-size: 22px; font-weight: 900; letter-spacing: -.05em; }
.es-mobile-menu button, .es-search > button, .ec-filter-head button {
    width: 42px;
    height: 42px;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 30px;
    font-weight: 200;
}
.es-mobile-menu nav { display: flex; flex-direction: column; padding: 8px 20px 40px; }
.es-mobile-menu nav a { display: flex; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid #e5e5e5; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.es-mobile-menu nav b { font-weight: 400; }
.es-search { inset: 0; display: grid; place-items: center; padding: 30px; }
.es-search > button { position: absolute; top: 12px; right: 18px; }
.es-search form { width: min(760px,100%); }
.es-search label { display: block; margin-bottom: 22px; font-size: clamp(30px,5vw,65px); font-weight: 900; letter-spacing: -.06em; }
.es-search form > div { display: flex; border-bottom: 2px solid #000; }
.es-search input { flex: 1; min-width: 0; padding: 17px 2px; border: 0; outline: 0; font-size: 18px; }
.es-search form button { background: none; border: 0; font-size: 10px; font-weight: 800; cursor: pointer; }

/* Product detail */
.ep-product-stage {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(310px, .9fr);
    align-items: start;
    background: #f1f1f3;
}
.ep-product-gallery { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2px; min-width: 0; }
.ep-gallery-item { position: relative; aspect-ratio: 3 / 4; margin: 0; overflow: hidden; background: #f1f1f3; }
.ep-gallery-item img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .6s ease; }
.ep-gallery-item img { padding: 2%; object-fit: contain; object-position: center; }
.ep-gallery-item:hover img { transform: scale(1.015); }
.ep-buy-panel {
    position: sticky;
    z-index: 5;
    top: calc(var(--es-header) + 22px);
    width: calc(100% - 30px);
    max-width: 390px;
    margin: 25px 15px 45px;
    padding: 22px;
    background: rgba(255,255,255,.95);
    border: 1px solid #ededed;
    box-shadow: 0 12px 40px rgba(0,0,0,.04);
    backdrop-filter: blur(10px);
}
.ep-brand-line { display: flex; align-items: center; justify-content: space-between; margin-bottom: 23px; }
.ep-brand-line span { font-size: 10px; font-weight: 800; text-transform: uppercase; }
.ep-brand-line a { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid #ddd; font-size: 18px; }
.ep-title-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 17px; align-items: start; }
.ep-title-row h1 { margin: 0; font-size: 17px; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
.ep-price { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px; min-width: 100px; font-size: 14px; text-align: right; }
.ep-price strong { color: #e12828; }
.ep-price mark, .ep-sticky-price mark { padding: 2px 3px; background: #e12828; color: #fff; font-weight: 800; }
.ep-price del { width: 100%; color: #7b7b7b; }
.ep-code { margin: 10px 0 20px; color: #6f6f6f; font-size: 10px; line-height: 1.5; text-transform: uppercase; }
.ep-buy-form { margin: 0; }
.ep-variants { margin: 0 0 19px; padding: 0; border: 0; }
.ep-variants legend { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-bottom: 10px; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.ep-variants legend button { padding: 0; background: transparent; border: 0; cursor: pointer; font-size: 10px; font-weight: 700; text-decoration: underline; }
.ep-variants > div { display: flex; flex-wrap: wrap; gap: 5px; }
.ep-variants input { position: absolute; opacity: 0; pointer-events: none; }
.ep-variants label { display: grid; place-items: center; min-width: 42px; height: 34px; padding: 0 10px; border: 1px solid transparent; cursor: pointer; font-size: 11px; font-weight: 800; }
.ep-variants input:checked + label { border-color: #000; background: #f6f6f6; }
.ep-variants input:disabled + label { color: #aaa; text-decoration: line-through; cursor: not-allowed; }
.ep-add-button { width: 100%; min-height: 42px; background: #000; border: 1px solid #000; color: #fff; cursor: pointer; font-size: 12px; font-weight: 800; text-transform: uppercase; transition: background .2s,color .2s; }
.ep-add-button:hover { background: #fff; color: #000; }
.ep-add-button:disabled, .ep-sticky-cart > button:disabled { background: #8b8b8b; border-color: #8b8b8b; color: #fff; cursor: not-allowed; }
.ep-benefits { margin: 14px 0 0; padding: 0; list-style: none; color: #454545; font-size: 10px; line-height: 1.65; }
.ep-benefits li::before { content: "□"; margin-right: 6px; }

.ep-sticky-cart {
    position: fixed;
    z-index: 210;
    top: var(--es-header);
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1.5fr 1fr 170px 44px;
    align-items: center;
    min-height: 62px;
    padding: 0 14px;
    background: rgba(255,255,255,.97);
    border-bottom: 1px solid #ccc;
    box-shadow: 0 8px 22px rgba(0,0,0,.07);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-110%);
    transition: opacity .22s ease, transform .22s ease;
}
.ep-sticky-cart.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.ep-sticky-product { display: flex; align-items: center; gap: 12px; min-width: 0; }
.ep-sticky-product img { width: 34px; height: 47px; object-fit: cover; }
.ep-sticky-product div { display: flex; flex-direction: column; min-width: 0; }
.ep-sticky-product strong { overflow: hidden; font-size: 14px; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.ep-sticky-product span { color: #777; font-size: 10px; }
.ep-sticky-price { display: flex; align-items: center; gap: 6px; font-size: 14px; }
.ep-sticky-price strong { color: #e12828; }
.ep-sticky-price del { color: #777; }
.ep-sticky-cart > button { height: 40px; background: #000; border: 0; color: #fff; cursor: pointer; font-size: 11px; font-weight: 800; }
.ep-sticky-cart > a { display: grid; place-items: center; height: 38px; font-size: 21px; }

.ep-story { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); min-height: min(72vw,900px); background: #fff; }
.ep-story-media { position: relative; min-height: 680px; overflow: hidden; background: #eee; }
.ep-story-media img { width: 100%; height: 100%; padding: 2%; object-fit: contain; object-position: center; }
.ep-story-media > strong { position: absolute; bottom: 20px; left: 20px; padding: 8px; background: #fff; font-size: 14px; line-height: .82; letter-spacing: -.04em; }
.ep-story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px,7vw,120px); }
.ep-story-copy details { border-bottom: 1px solid #d8d8d8; }
.ep-story-copy summary { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; cursor: pointer; list-style: none; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.ep-story-copy summary::-webkit-details-marker { display: none; }
.ep-story-copy details p { margin: 0; padding: 0 0 20px; color: #444; font-size: 13px; line-height: 1.65; }
.ep-stock-note { margin-top: 22px; color: #777; font-size: 10px; text-transform: uppercase; }

.es-related { background: #fff; }
.es-related > header { display: flex; align-items: center; justify-content: space-between; min-height: 90px; padding: 20px; }
.es-related h2 { margin: 0; font-size: 21px; font-weight: 900; text-transform: uppercase; }
.es-related header span { font-size: 10px; font-weight: 700; }

/* Dense product grid shared with category */
.es-product-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 1px; background: #ddd; }
.es-product-card { position: relative; min-width: 0; overflow: hidden; background: #fff; }
.es-product-image { position: relative; display: block; aspect-ratio: 3 / 4; overflow: hidden; background: #f4f4f5; }
.es-product-image img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; padding: 0; object-fit: cover; object-position: center top; transition: opacity .28s ease,transform .45s ease; }
.es-product-image-secondary { opacity: 0; }
.es-product-card.has-secondary:hover .es-product-image-primary, .es-product-card.has-secondary:focus-within .es-product-image-primary { opacity: 0; }
.es-product-card.has-secondary:hover .es-product-image-secondary, .es-product-card.has-secondary:focus-within .es-product-image-secondary { opacity: 1; transform: none; }
.es-new-label { position: absolute; top: 8px; left: 8px; padding: 3px 5px; background: #fff; font-size: 7px; font-weight: 800; }
.es-stock-label { position: absolute; top: 8px; right: 8px; padding: 4px 6px; background: #000; color: #fff; font-size: 8px; font-weight: 800; letter-spacing: .04em; }
.es-product-card.is-sold-out .es-product-image-primary { opacity: .66; }
.es-product-card.is-sold-out .es-product-image-secondary { opacity: 0; }
.es-product-card.is-sold-out.has-secondary:hover .es-product-image-primary,
.es-product-card.is-sold-out.has-secondary:focus-within .es-product-image-primary { opacity: 0; }
.es-product-card.is-sold-out.has-secondary:hover .es-product-image-secondary,
.es-product-card.is-sold-out.has-secondary:focus-within .es-product-image-secondary { opacity: .66; }
.es-card-variants { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; display: grid; gap: 4px; padding: 10px 9px; background: rgba(0,0,0,.86); color: #fff; font-size: 8px; line-height: 1.35; opacity: 0; transform: translateY(8px); transition: opacity .22s ease,transform .22s ease; }
.es-card-variants > span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.es-card-variants b { font-weight: 900; text-transform: uppercase; }
.es-product-card:hover .es-card-variants, .es-product-card:focus-within .es-card-variants { opacity: 1; transform: translateY(0); }
.es-product-meta { min-height: 75px; padding: 9px 28px 10px 9px; text-transform: uppercase; }
.es-product-meta > a { display: -webkit-box; min-height: 29px; overflow: hidden; font-size: 11px; font-weight: 800; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.es-product-meta p { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; margin: 6px 0 0; font-size: 11px; }
.es-product-meta p strong { color: #e12828; }
.es-product-meta mark { padding: 2px 3px; background: #e12828; color: #fff; font-weight: 800; }
.es-product-meta del { color: #777; }
.es-product-meta small { display: block; margin-top: 5px; overflow: hidden; color: #777; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.es-card-bag { position: absolute; right: 8px; bottom: 48px; display: grid; place-items: center; width: 20px; height: 20px; background: #fff; border: 1px solid #ddd; }
.es-card-bag svg { width: 12px; height: 12px; fill: none; stroke: #000; stroke-width: 1.5; }

/* Legacy search/list cards use the same edge-to-edge editorial image treatment. */
.es-page .cat-detail-products-box-img,
.es-page .cat-detail-products-box-img-big,
.es-page .cat-detail-products-box-img-list,
.es-page .cat-detail-products-box-caturunvitrin-img,
.es-page .cat-detail-products-box-caturunvitrin-img-3,
.es-page .cat-detail-products-box-caturunvitrin-img-4,
.es-page .cat-detail-products-box-caturunvitrin-img-5 {
    overflow: hidden;
    background: #f4f4f5;
}
.es-page .cat-detail-products-box-img > a,
.es-page .cat-detail-products-box-img-big > a,
.es-page .cat-detail-products-box-img-list > a,
.es-page .cat-detail-products-box-caturunvitrin-img > a,
.es-page .cat-detail-products-box-caturunvitrin-img-3 > a,
.es-page .cat-detail-products-box-caturunvitrin-img-4 > a,
.es-page .cat-detail-products-box-caturunvitrin-img-5 > a {
    display: block;
    width: 100%;
    height: 100%;
}
.es-page .cat-detail-products-box-img img,
.es-page .cat-detail-products-box-img-big img,
.es-page .cat-detail-products-box-img-list img,
.es-page .cat-detail-products-box-caturunvitrin-img img,
.es-page .cat-detail-products-box-caturunvitrin-img-3 img,
.es-page .cat-detail-products-box-caturunvitrin-img-4 img,
.es-page .cat-detail-products-box-caturunvitrin-img-5 img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center top !important;
}

/* Bootstrap modal/backdrop order shared by every legacy page. */
.es-page .modal {
    z-index: 20010 !important;
}
.es-page .modal-dialog,
.es-page .modal-content {
    position: relative;
    z-index: 1;
    pointer-events: auto;
}
.es-page .modal-backdrop {
    z-index: 20000 !important;
}
.es-page .modal-backdrop.show,
.es-page .modal-backdrop.in {
    opacity: .48 !important;
}
.ec-pagination { display: flex; align-items: center; justify-content: center; gap: 24px; padding: 34px 15px; border-top: 1px solid #eee; font-size: 11px; font-weight: 800; }
.ec-pagination a { padding: 10px 14px; border: 1px solid #111; }

/* Category page */
.ec-heading { padding: clamp(45px,7vw,100px) 20px 38px; text-align: center; }
.ec-heading nav { display: flex; justify-content: center; gap: 7px; margin-bottom: 18px; color: #777; font-size: 10px; text-transform: uppercase; }
.ec-heading nav a { color: #000; }
.ec-heading h1 { margin: 0; font-size: clamp(38px,6vw,88px); font-weight: 900; line-height: .9; letter-spacing: -.065em; text-transform: uppercase; }
.ec-heading > p { max-width: 620px; margin: 16px auto 0; color: #555; font-size: 13px; line-height: 1.55; }
.ec-subcategories { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: 25px; }
.ec-subcategories a { padding: 10px 14px; border: 1px solid #000; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.ec-toolbar { position: sticky; z-index: 80; top: var(--es-header); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 52px; padding: 0 15px; background: rgba(255,255,255,.96); border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; backdrop-filter: blur(8px); }
.ec-toolbar > button { display: inline-flex; align-items: center; justify-self: start; gap: 6px; padding: 0; background: none; border: 0; cursor: pointer; font-size: 10px; font-weight: 800; }
.ec-toolbar > button svg { width: 14px; height: 14px; fill: none; stroke: #000; stroke-width: 1.5; }
.ec-toolbar > span { font-size: 10px; font-weight: 700; }
.ec-toolbar form { display: flex; align-items: center; justify-self: end; gap: 7px; }
.ec-toolbar label { font-size: 10px; font-weight: 800; }
.ec-toolbar select { max-width: 180px; padding: 8px 24px 8px 7px; background: #fff; border: 0; outline: 0; font-size: 10px; font-weight: 700; }
.ec-product-grid { grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); background: #fff; }
.ec-product-grid .es-product-image-secondary { display: block; }
.ec-product-grid .es-product-card:not(.has-secondary):hover .es-product-image-primary,
.ec-product-grid .es-product-card:not(.has-secondary):focus-within .es-product-image-primary { opacity: 1; transform: none; }
.ec-product-grid .es-product-card.is-sold-out .es-product-image-primary,
.ec-product-grid .es-product-card.is-sold-out:hover .es-product-image-primary,
.ec-product-grid .es-product-card.is-sold-out:focus-within .es-product-image-primary { opacity: .66; }
.ec-filter-drawer { top: 0; bottom: 0; left: 0; display: flex; flex-direction: column; width: min(390px,92vw); height: 100vh; height: 100dvh; overflow: hidden; box-shadow: 12px 0 45px rgba(0,0,0,.15); transform: translateX(-105%); }
.ec-filter-drawer.is-open { transform: translateX(0); }
.ec-filter-head { flex: 0 0 auto; }
.ec-filter-head strong { font-size: 13px; }
.ec-filter-body { display: flex; flex: 1 1 auto; flex-direction: column; min-height: 0; padding: 15px 20px max(45px, env(safe-area-inset-bottom)); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.ec-filter-body h3 { margin: 24px 0 8px; font-size: 9px; }
.ec-filter-body a { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid #e4e4e4; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.ec-filter-form { display: grid; gap: 0; }
.ec-filter-form fieldset { min-width: 0; margin: 0; padding: 20px 0; border: 0; border-bottom: 1px solid #ddd; }
.ec-filter-form legend { width: 100%; margin: 0 0 13px; padding: 0; font-size: 10px; font-weight: 900; letter-spacing: .04em; }
.ec-filter-check { display: flex; align-items: center; gap: 10px; min-height: 31px; cursor: pointer; font-size: 12px; font-weight: 650; }
.ec-filter-check input { width: 16px; height: 16px; margin: 0; accent-color: #000; }
.ec-filter-price { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ec-filter-price label { display: grid; gap: 6px; color: #666; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.ec-filter-price input { width: 100%; height: 42px; padding: 0 10px; background: #fff; border: 1px solid #bbb; border-radius: 0; color: #000; font: inherit; font-size: 12px; }
.ec-filter-options { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 12px; max-height: 220px; overflow-y: auto; }
.ec-filter-size { display: flex; flex-wrap: wrap; gap: 7px; }
.ec-filter-size label { cursor: pointer; }
.ec-filter-size input { position: absolute; opacity: 0; pointer-events: none; }
.ec-filter-size span { display: grid; min-width: 42px; height: 38px; padding: 0 8px; place-items: center; border: 1px solid #bbb; font-size: 10px; font-weight: 800; }
.ec-filter-size input:checked + span { background: #000; border-color: #000; color: #fff; }
.ec-filter-actions { position: sticky; bottom: -45px; display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 15px 0; background: #fff; }
.ec-filter-actions button { min-height: 45px; padding: 0 16px; background: #000; border: 1px solid #000; color: #fff; cursor: pointer; font-size: 10px; font-weight: 900; letter-spacing: .03em; }
.ec-filter-actions a { align-items: center; padding: 0 5px; border: 0; font-size: 9px; }

@media (max-width: 767px) {
    .ec-toolbar {
        position: static;
        top: auto;
        z-index: auto;
        grid-template-columns: auto 1fr;
        gap: 10px;
    }
    .ec-toolbar > span { justify-self: end; }
    .ec-toolbar form {
        grid-column: 1 / -1;
        width: 100%;
        justify-content: space-between;
        padding: 9px 0;
        border-top: 1px solid #e4e4e4;
    }
    .ec-toolbar select { max-width: 62vw; }
    .ec-filter-actions { bottom: 0; }
}
.es-empty { display: grid; place-items: center; min-height: 55vh; padding: 50px 20px; text-align: center; }
.es-empty h1, .es-empty h2 { margin: 0 0 20px; font-size: clamp(30px,5vw,70px); text-transform: uppercase; }
.es-empty a { padding: 12px 18px; background: #000; color: #fff; font-size: 9px; font-weight: 800; }

/* Shared footer */
.es-footer { display: grid; grid-template-columns: 1.2fr repeat(3,1fr) .8fr; gap: clamp(30px,4.5vw,84px); padding: 70px clamp(24px,4vw,72px) 24px; background: #050505; color: #fff; border-top: 0; }
.es-footer h2, .es-footer h3 { margin: 0 0 22px; font-size: 14px; font-weight: 900; letter-spacing: .02em; text-transform: uppercase; }
.es-footer-help, .es-footer-column { display: flex; flex-direction: column; align-items: flex-start; }
.es-footer-help a, .es-footer-column a { margin-bottom: 12px; color: #d8d8d8; font-size: 12px; font-weight: 600; line-height: 1.45; text-transform: uppercase; }
.es-footer-help a:hover, .es-footer-column a:hover { text-decoration: underline; }
.es-footer-social > div { display: flex; flex-wrap: wrap; gap: 7px; }
.es-footer-social a { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid #fff; border-radius: 50%; color: #fff; font-size: 10px; font-weight: 800; }
.es-footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 20px; border-top: 1px solid #333; color: #aaa; font-size: 10px; text-transform: uppercase; }

@media (max-width: 1120px) {
    .es-header { grid-template-columns: 195px minmax(320px,1fr) 195px; }
    .es-actions span { display: none; }
    .ep-product-stage { grid-template-columns: minmax(0,2.4fr) minmax(290px,.8fr); }
    .ep-buy-panel { padding: 17px; }
    .es-product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
    .es-footer { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 760px) {
    :root { --es-header: 48px; }
    .es-header { grid-template-columns: 38px 1fr auto; height: var(--es-header); padding: 0 12px; }
    .es-menu-button { display: flex; }
    .es-logo { justify-self: center; }
    .es-logo img { max-width: 116px; height: 26px; }
    .es-logo strong { font-size: 19px; }
    .es-nav { display: none; }
    .es-actions { gap: 11px; }
    .es-actions a:not(.es-cart) { display: none; }
    .es-actions svg { width: 18px; height: 18px; }
    .es-mobile-menu { display: block; }

    .ep-product-stage { display: block; min-height: 0; }
    .ep-product-gallery { display: block; }
    .ep-gallery-item { width: 100%; aspect-ratio: 3 / 4.2; }
    .ep-gallery-item:nth-child(n+3) { display: none; }
    .ep-buy-panel {
        position: absolute;
        top: clamp(190px,45vh,335px);
        right: 12px;
        left: 12px;
        width: auto;
        max-width: none;
        margin: 0;
        padding: 16px;
        background: rgba(255,255,255,.94);
        box-shadow: 0 12px 35px rgba(0,0,0,.12);
    }
    .ep-brand-line { margin-bottom: 14px; }
    .ep-title-row h1 { font-size: 15px; }
    .ep-code { margin: 7px 0 12px; }
    .ep-variants { margin-bottom: 12px; }
    .ep-variants label { min-width: 34px; height: 28px; }
    .ep-benefits { margin-top: 9px; line-height: 1.45; }
    .ep-sticky-cart {
        top: auto;
        bottom: 0;
        grid-template-columns: minmax(0,1fr) 125px 35px;
        min-height: 58px;
        padding: 6px 8px;
        transform: translateY(110%);
    }
    .ep-sticky-product img, .ep-sticky-product span, .ep-sticky-price del, .ep-sticky-price mark { display: none; }
    .ep-sticky-product strong { font-size: 10px; }
    .ep-sticky-price { display: none; }
    .ep-sticky-cart > button { grid-column: 2; }
    .ep-sticky-cart > a { grid-column: 3; }

    .ep-story { display: block; min-height: 0; }
    .ep-story-media { min-height: 72vh; }
    .ep-story-copy { min-height: 330px; padding: 30px 18px; }
    .ep-story-copy summary { padding: 17px 0; font-size: 10px; }

    .es-related > header { min-height: 78px; padding: 18px 12px; }
    .es-related h2 { font-size: 14px; }
    .es-related .es-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .es-related .es-product-image img { aspect-ratio: 3/4; padding: 2px; }
    .es-related .es-product-meta { min-height: 65px; padding: 7px 17px 7px 5px; }
    .es-related .es-product-meta > a { min-height: 27px; font-size: 10px; -webkit-line-clamp: 2; }
    .es-related .es-product-meta p { gap: 4px; font-size: 10px; }
    .es-related .es-product-meta del, .es-related .es-product-meta small { display: none; }
    .es-related .es-card-bag { right: 3px; bottom: 36px; width: 15px; height: 15px; }
    .es-related .es-card-bag svg { width: 9px; height: 9px; }

    .ec-heading { padding: 44px 15px 30px; }
    .ec-heading h1 { font-size: 43px; }
    .ec-heading > p { font-size: 12px; }
    .ec-subcategories { flex-wrap: nowrap; justify-content: flex-start; margin-right: -15px; margin-left: -15px; padding: 0 15px; overflow-x: auto; }
    .ec-subcategories a { white-space: nowrap; }
    .ec-toolbar { position: static; top: auto; z-index: auto; grid-template-columns: auto 1fr; gap: 10px; min-height: 48px; padding: 0 10px; }
    .ec-toolbar > span { justify-self: end; }
    .ec-toolbar form { grid-column: 1/-1; width: 100%; justify-content: space-between; gap: 0; padding: 8px 0; border-top: 1px solid #e4e4e4; }
    .ec-toolbar label { display: none; }
    .ec-toolbar select { width: min(180px,62vw); padding-right: 4px; font-size: 9px; }
    .ec-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ec-product-grid .es-product-meta { min-height: 77px; }
    .ec-product-grid .es-product-meta > a { font-size: 10px; }
    .es-card-variants { display: none; }

    .es-footer { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 30px 12px; padding: 37px 12px 16px; }
    .es-footer-help, .es-footer-social { grid-column: 1/-1; }
    .es-footer h2, .es-footer h3 { font-size: 12px; }
    .es-footer-help a, .es-footer-column a { font-size: 10px; }
    .es-footer-bottom { flex-direction: column; margin-top: 7px; }
}

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