:root {
    --shop-ink: #14211e;
    --shop-muted: #60706a;
    --shop-teal: #075b57;
    --shop-teal-dark: #063f3d;
    --shop-teal-soft: #e9f2ef;
    --shop-gold: #c68522;
    --shop-paper: #fcfaf5;
    --shop-card: #ffffff;
    --shop-line: #d7e1dd;
    --shop-shadow: 0 16px 42px rgba(17, 46, 42, .08);
}

/* Mobile hero matches the compact promotional card treatment. */
.hero .hero-discount .hero-discount-seal { display: none; }
.hero .hero-discount strong span { font: inherit; letter-spacing: inherit; line-height: inherit; margin: 0; }

@media (max-width: 767px) {
    .hero { border: 0; border-radius: 0; box-shadow: none; margin-bottom: 14px; overflow: visible; }
    .hero .hero-copy { padding: 0 13px 2px; }
    .hero .hero-copy h1 { font-size: 36px; letter-spacing: -.025em; line-height: 1.02; margin-bottom: 10px; }
    .hero .lead { color: #56625d; font-size: 15.5px; line-height: 1.3; margin-bottom: 24px; }
    .hero .hero-media { display: none !important; }
    .hero .hero-discount { background: #fffdfa; border-color: #d8a449; border-radius: 7px; margin-top: 0; max-width: 100%; padding: 16px 14px 12px; position: relative; text-align: center; }
    .hero .hero-discount .hero-discount-seal { align-items: center; background: #fffdfa; border: 1px solid #d8a449; border-radius: 50%; color: #c7861d; display: flex; font-size: 20px; height: 28px; justify-content: center; left: 50%; line-height: 1; margin: 0; position: absolute; top: 0; transform: translate(-50%, -50%); width: 28px; }
    .hero .hero-discount strong { color: #b87514; font-family: Georgia, "Times New Roman", serif; font-size: 16px; letter-spacing: .06em; line-height: 1.15; }
    .hero .hero-discount strong::before, .hero .hero-discount strong::after { color: #d39125; content: "✦"; font-family: Arial, sans-serif; font-size: 7px; margin: 0 9px; vertical-align: middle; }
    .hero .hero-discount strong span { display: block; }
    .hero .hero-discount > span:last-child { color: #273532; display: block; font-size: 12px; line-height: 1.35; margin-top: 8px; }
    .hero .hero-actions { display: block; margin-top: 11px; }
    .hero .hero-actions a.primary { align-items: center; border-radius: 5px; display: flex; font-size: 14px; font-weight: 500; justify-content: center; letter-spacing: .04em; min-height: 48px; width: 100%; }
    .hero .hero-cta-arrow { color: #d59a26; font-size: 22px; line-height: 1; margin-left: 14px; }
}

@media (max-width: 767px) {
    body > .topbar { align-items: center; display: flex !important; flex-wrap: nowrap !important; gap: 10px; min-height: 64px; padding: 8px 12px; width: 100%; }
    body > .topbar .brand-group { flex: 1 1 auto; min-width: 0; width: auto; }
    body > .topbar .shop-brand-primary { display: block; min-height: 0; min-width: 0; overflow: hidden; }
    body > .topbar .shop-brand-primary img { height: 48px; max-height: 48px; max-width: 100%; object-fit: contain; object-position: left center; width: auto; }
    body > .topbar > .nav,
    body > .topbar > .header-currency,
    body > .topbar > .shop-preference-links { display: none !important; }
    body > .topbar > .mobile-nav { display: block; flex: 0 0 auto; position: relative; }
    body > .topbar > .mobile-nav summary { align-items: center; display: flex; font-size: 0; justify-content: center; min-height: 44px; min-width: 44px; padding: 7px; }
    body > .topbar > .mobile-nav summary::after { content: "☰"; font-size: 22px; }
    body > .topbar > .mobile-nav[open] summary::after { content: "×"; font-size: 25px; }
    body > .topbar .mobile-nav-links { max-width: calc(100vw - 24px); right: 0; top: calc(100% + 8px); width: min(300px, calc(100vw - 24px)); }
}

@media (max-width: 767px) {
    .hero .hero-copy { box-sizing: border-box; max-width: 100%; min-width: 0; width: 100%; }
    .hero .hero-discount { box-sizing: border-box; max-width: 100%; min-width: 0; width: 100%; }
    .hero .hero-discount strong { display: block; padding: 0 15px; position: relative; }
    .hero .hero-discount strong::before,
    .hero .hero-discount strong::after { margin: 0; position: absolute; top: 50%; transform: translateY(-50%); }
    .hero .hero-discount strong::before { left: 0; }
    .hero .hero-discount strong::after { right: 0; }
    .hero .hero-actions { max-width: 100%; min-width: 0; width: 100%; }
}

@media (max-width: 380px) {
    .hero .hero-copy h1 { font-size: 34px; }
}

@media (max-width: 767px) {
    body > .topbar { align-items: center; display: flex !important; flex-wrap: nowrap !important; gap: 10px; min-height: 64px; padding: 8px 12px; width: 100%; }
    body > .topbar .brand-group { flex: 1 1 auto; min-width: 0; width: auto; }
    body > .topbar .shop-brand-primary { display: block; min-height: 0; min-width: 0; overflow: hidden; }
    body > .topbar .shop-brand-primary img { height: 48px; max-height: 48px; max-width: 100%; object-fit: contain; object-position: left center; width: auto; }
    body > .topbar > .nav,
    body > .topbar > .header-currency,
    body > .topbar > .shop-preference-links { display: none !important; }
    body > .topbar > .mobile-nav { display: block; flex: 0 0 auto; position: relative; }
    body > .topbar > .mobile-nav summary { align-items: center; display: flex; font-size: 0; justify-content: center; min-height: 44px; min-width: 44px; padding: 7px; }
    body > .topbar > .mobile-nav summary::after { content: "☰"; font-size: 22px; }
    body > .topbar > .mobile-nav[open] summary::after { content: "×"; font-size: 25px; }
    body > .topbar .mobile-nav-links { max-width: calc(100vw - 24px); right: 0; top: calc(100% + 8px); width: min(300px, calc(100vw - 24px)); }
}

html { scroll-behavior: smooth; }

body {
    background:
        radial-gradient(circle at 8% -4%, rgba(198, 133, 34, .08), transparent 25rem),
        var(--shop-paper);
    color: var(--shop-ink);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

body > .promo {
    background: var(--shop-teal-dark);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 8px 24px;
    text-align: center;
    text-transform: uppercase;
}

body > .topbar {
    align-items: center;
    background: rgba(252, 250, 245, .96);
    border-bottom: 1px solid rgba(7, 91, 87, .15);
    box-shadow: 0 8px 28px rgba(17, 46, 42, .06);
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(250px, 1fr) auto auto auto;
    min-height: 82px;
    padding: 13px clamp(18px, 4vw, 68px);
    position: sticky;
    top: 0;
    z-index: 110;
}

body > .topbar .brand-group {
    align-items: center;
    display: flex;
    min-width: 0;
}

body > .topbar .site-brand { display: none; }

body > .topbar .shop-brand {
    border: 0;
    margin: 0;
    padding: 0;
}

body > .topbar .shop-brand img {
    display: block;
    height: auto;
    max-height: 56px;
    max-width: min(360px, 38vw);
    object-fit: contain;
}

@media (min-width: 981px) {
    body > .topbar {
        grid-template-columns: minmax(430px, 1fr) auto auto auto;
        min-height: 158px;
    }

    body > .topbar .shop-brand img {
        height: 140px;
        max-height: 140px;
        max-width: min(600px, 46vw);
        width: auto;
    }
}

body > .topbar .nav {
    align-items: center;
    display: flex;
    gap: 6px;
    justify-content: flex-end;
}

body > .topbar .browse-nav {
    align-items: center;
    display: flex;
    gap: 3px;
}

body > .topbar .browse-nav > a,
body > .topbar .browse-nav > details > summary {
    border-radius: 999px;
    color: var(--shop-ink);
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    list-style: none;
    padding: 9px 11px;
    text-decoration: none;
}

body > .topbar .browse-nav > details > summary::-webkit-details-marker { display: none; }
body > .topbar .browse-nav > details > summary::after { content: "⌄"; margin-left: 6px; }
body > .topbar .browse-nav > a:hover,
body > .topbar .browse-nav > details > summary:hover { background: var(--shop-teal-soft); }

body > .topbar .browse-nav details { position: relative; }
body > .topbar .browse-menu {
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 14px;
    box-shadow: var(--shop-shadow);
    display: grid;
    gap: 4px;
    left: 0;
    min-width: 235px;
    padding: 10px;
    position: absolute;
    top: calc(100% + 8px);
}

body > .topbar .browse-menu a {
    border-radius: 8px;
    color: #2b3d37;
    font-size: 12px;
    font-weight: 700;
    padding: 9px 10px;
    text-decoration: none;
}

body > .topbar .browse-menu a:hover {
    background: var(--shop-teal-soft);
    color: var(--shop-teal);
}

body > .topbar .header-currency {
    justify-self: end;
    order: 10;
    position: relative;
}

body > .topbar .header-currency > summary {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: var(--shop-muted);
    cursor: pointer;
    display: inline-flex;
    font-size: 11px;
    font-weight: 600;
    gap: 4px;
    list-style: none;
    min-height: 0;
    padding: 4px 0;
    white-space: nowrap;
}

body > .topbar .header-currency > summary::-webkit-details-marker { display: none; }
body > .topbar .header-currency > summary::after {
    content: "▾";
    font-size: 9px;
}
body > .topbar .header-currency > summary span {
    color: var(--shop-teal-dark);
    font-weight: 700;
}
body > .topbar .header-currency > summary:hover {
    background: transparent;
    color: var(--shop-teal);
}

body > .topbar .header-currency-menu {
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 12px;
    box-shadow: var(--shop-shadow);
    display: grid;
    gap: 3px;
    min-width: 175px;
    padding: 8px;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    z-index: 40;
}

body > .topbar .header-currency-menu a {
    border-radius: 7px;
    color: var(--shop-ink);
    font-size: 12px;
    font-weight: 700;
    padding: 8px 10px;
    text-decoration: none;
}

body > .topbar .header-currency-menu a:hover,
body > .topbar .header-currency-menu a[aria-current="true"] {
    background: var(--shop-teal-soft);
    color: var(--shop-teal);
}

body > .topbar .nav a,
body > .topbar .mobile-nav summary {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 999px;
    color: var(--shop-teal-dark);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 6px;
    justify-content: center;
    letter-spacing: .02em;
    min-height: 39px;
    padding: 8px 12px;
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}

body > .topbar .nav a:hover,
body > .topbar .mobile-nav summary:hover {
    background: var(--shop-teal-soft);
    border-color: #c6d9d3;
}

body > .topbar .nav .cart-link {
    border-color: #c6d9d3;
}

body > .topbar .nav .cart-link[href*="cart"] {
    background: transparent;
    border-color: #c6d9d3;
    color: var(--shop-teal-dark);
}

body > .topbar .cart-count,
body > .topbar .count {
    align-items: center;
    background: var(--shop-gold);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 10px;
    font-weight: 900;
    justify-content: center;
    min-height: 19px;
    min-width: 19px;
    padding: 1px 5px;
}

body > .topbar .shop-preferences {
    align-items: center;
    display: flex;
    gap: 6px;
}

body > .topbar .shop-preferences select,
body > .topbar .shop-preferences button {
    border-radius: 999px;
    min-height: 38px;
}

body > main {
    margin-inline: auto;
    max-width: 1540px;
    padding: clamp(22px, 3vw, 48px) clamp(14px, 3.5vw, 54px) 70px;
}

h1, h2, h3,
.hero h1,
.category-intro h1,
.quick-title {
    color: var(--shop-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    letter-spacing: -.025em;
}

.hero {
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 16px;
    box-shadow: var(--shop-shadow);
    color: var(--shop-ink);
    grid-template-columns: minmax(0, .72fr) minmax(520px, 1fr);
    overflow: hidden;
}

.hero .hero-copy {
    align-self: center;
    padding: clamp(34px, 4vw, 58px);
}
.hero .hero-copy h1 {
    color: #153f3b;
    font-family: Baskerville, "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
    font-size: clamp(38px, 3.7vw, 58px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.03;
    max-width: 560px;
}
.hero .lead {
    color: #64756f;
    font-size: 16px;
    line-height: 1.55;
    max-width: 540px;
}
.hero .hero-discount {
    background: #fbf6e9;
    border: 1px solid #d9bd83;
    border-radius: 12px;
    color: #5d4925;
    margin-top: 22px;
    max-width: 540px;
    padding: 14px 16px;
}
.hero .hero-discount strong,
.hero .hero-discount span { display: block; }
.hero .hero-discount strong {
    color: #76551b;
    font-size: 16px;
    letter-spacing: .035em;
    line-height: 1.25;
}
.hero .hero-discount span { font-size: 14px; line-height: 1.45; margin-top: 4px; }
.hero .hero-actions { margin-top: 14px; }
.hero .hero-actions a.primary {
    background: var(--shop-teal-dark);
    border-color: var(--shop-teal-dark);
    color: #fff;
    display: inline-flex;
    justify-content: center;
    min-height: 48px;
    padding: 13px 20px;
}
.hero .hero-media {
    background: var(--shop-line);
    gap: 1px;
    padding: 1px;
}
.hero .hero-media a { overflow: hidden; }
.hero .hero-media img { transition: transform .5s ease; }
.hero .hero-media a:hover img { transform: scale(1.025); }

.hero .shipping-callout {
    background: #eef6f3;
    border-color: #c7ddd6;
    color: #24564f;
}

.hero .shipping-callout a {
    border-color: #769f96;
    color: #24564f;
}

.hero .shipping-callout a.primary {
    background: #24564f;
    color: #fff;
}

.shipping-callout {
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 14px;
    color: #fff;
}

.collections {
    gap: 10px;
    margin-block: 22px;
}

.collection {
    background: var(--shop-card);
    border: 1px solid var(--shop-line);
    border-radius: 13px;
    box-shadow: 0 6px 20px rgba(17,46,42,.035);
    min-height: 74px;
    padding: 13px 16px;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.collection:hover {
    border-color: #9dbbb2;
    box-shadow: 0 10px 25px rgba(17,46,42,.08);
    transform: translateY(-2px);
}

.collection-title { color: var(--shop-ink); font-size: 12px; }
.collection-count { color: var(--shop-muted); }

.search {
    background: var(--shop-card);
    border: 1px solid var(--shop-line);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(17,46,42,.05);
    gap: 9px;
    margin-block: 22px;
    padding: 10px;
}

input, select, textarea {
    border-color: #bfd0ca;
    border-radius: 9px;
}

button,
.primary,
a.primary,
.request,
.checkout-button {
    border-radius: 9px;
}

.search input,
.search select,
.search button { min-height: 46px; }

.search button,
button.primary,
a.primary {
    background: var(--shop-teal);
    color: #fff;
}

.layout { gap: 22px; }

.filters,
.panel,
.category-intro,
.notice,
.error,
.empty,
.summary,
.cart-item,
.account-card,
.order-card {
    background: var(--shop-card);
    border: 1px solid var(--shop-line);
    border-radius: 15px;
    box-shadow: 0 8px 28px rgba(17,46,42,.045);
}

.filters { padding: 17px; }
.filters > h2,
.filters > summary {
    color: var(--shop-ink);
    font-size: 13px;
    letter-spacing: .08em;
}

.filters a {
    border-radius: 8px;
    color: #31423c;
    padding: 9px 10px;
}

.filters a.active {
    background: var(--shop-teal-soft);
    color: var(--shop-teal);
}

.products { gap: 18px; }

.card {
    background: var(--shop-card);
    border: 1px solid var(--shop-line);
    border-radius: 15px;
    box-shadow: 0 7px 24px rgba(17,46,42,.045);
    min-width: 0;
    overflow: hidden;
    transition: box-shadow .2s ease, transform .2s ease;
}

.card:hover {
    box-shadow: 0 15px 34px rgba(17,46,42,.1);
    transform: translateY(-3px);
}

.card .image,
.card-image {
    background: #edf2f0;
    overflow: hidden;
}

.card .image img,
.card-image img {
    transition: transform .45s ease;
}

.card:hover .image img,
.card:hover .card-image img { transform: scale(1.025); }

.card-body { padding: 15px; }
.card-title {
    font-size: 15px;
    line-height: 1.25;
    margin-bottom: 9px;
}

.price { color: var(--shop-teal-dark); font-size: 16px; }

.card-actions {
    border-top: 1px solid #e5ece9;
    gap: 7px;
    padding-top: 12px;
}

.icon-action {
    border-radius: 9px;
    min-height: 41px;
}

.icon-action.primary,
.icon-action[data-cart-action] {
    background: var(--shop-teal);
    border-color: var(--shop-teal);
    color: #fff;
}

.panel { padding: clamp(16px, 2.5vw, 30px); }
.gallery-main { background: #f1f4f2; border-radius: 13px; overflow: hidden; }
.thumb { border-radius: 9px; }
.detail-grid { gap: clamp(20px, 4vw, 54px); }

.purchase-actions {
    background: #f3f7f5;
    border: 1px solid #dce7e3;
    border-radius: 13px;
    padding: 12px;
}

.offer-box[open] {
    background: var(--shop-teal-soft);
    border-radius: 12px;
    padding: 12px;
}

.notice.added {
    background: #e5f4ea;
    border-color: #a9d2b6;
    color: #17552d;
}

.category-intro { padding: 25px 28px; }
.category-intro h1 { font-size: clamp(34px, 4vw, 56px); }

.mobile-nav { display: none; }

@media (max-width: 980px) {
    body > .topbar {
        gap: 12px;
        grid-template-columns: 1fr auto;
        min-height: 72px;
        padding: 10px 16px;
    }
    body > .topbar .shop-brand img { max-height: 44px; max-width: 260px; }
    body > .topbar .browse-nav { display: none; }
    body > .topbar .header-currency { display: none; }
    body > .topbar .shop-preferences { grid-column: 1 / -1; justify-content: flex-end; }
}

@media (max-width: 767px) {
    html, body { max-width: 100%; overflow-x: hidden; }
    .hero {
        display: grid !important;
        gap: 0;
        grid-template-columns: minmax(0, 1fr) !important;
        max-width: 100%;
    }
    .hero .hero-copy { min-width: 0; padding: 26px 20px; }
    .hero .hero-copy h1 {
        font-size: clamp(32px, 9.5vw, 42px);
        line-height: 1.02;
        overflow-wrap: break-word;
    }
    .hero .lead { font-size: 15px; line-height: 1.5; margin-bottom: 18px; overflow-wrap: break-word; }
    .hero .hero-media { display: none !important; }
    .hero .hero-discount { margin-top: 0; max-width: 100%; padding: 13px 14px; }
    .hero .hero-discount strong, .hero .hero-discount span { overflow-wrap: break-word; }
    .hero .hero-actions { display: block; margin-top: 12px; }
    .hero .hero-actions a.primary {
        align-items: center;
        display: flex;
        min-height: 48px;
        text-align: center;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .hero .hero-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
    /* Keep wrapped copy in the document flow on narrow desktop/tablet columns. */
    .hero .hero-copy > h1,
    .hero .hero-copy > .lead,
    .hero .hero-copy > .hero-discount,
    .hero .hero-copy > .hero-actions { flex-shrink: 0; }
    .hero .hero-discount,
    .hero .hero-actions { display: block !important; opacity: 1 !important; visibility: visible !important; }
    .hero .hero-discount,
    .hero .hero-actions { flex: 0 0 auto; position: relative; z-index: 2; }
}

@media (max-width: 700px) {
    body > .promo {
        font-size: 9px;
        letter-spacing: .07em;
        padding: 7px 10px;
    }
    body > .topbar {
        align-items: center;
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 5px;
        min-height: 101px;
        padding: 7px 11px;
        width: 100%;
    }
    body > .topbar .brand-group {
        flex: 1 1 auto;
        min-width: 0;
        overflow: hidden;
        width: auto;
    }
    body > .topbar .shop-brand {
        display: block;
        min-width: 0;
        overflow: hidden;
    }
    body > .topbar .shop-brand img {
        height: 87px;
        max-height: 87px;
        max-width: none;
        object-fit: contain;
        object-position: left center;
        width: 100%;
    }
    body > .topbar .nav {
        display: none;
        flex: 0 0 auto;
        gap: 4px;
        flex-wrap: nowrap;
        width: auto;
    }
    body > .topbar .nav a {
        background: var(--shop-teal-soft);
        border: 1px solid #d4e2dd;
        font-size: 0;
        min-height: 34px;
        min-width: 34px;
        padding: 4px;
    }
    body > .topbar .nav a::before {
        content: "•";
        font-size: 17px;
    }
    body > .topbar .nav a[href*="saved"]::before { content: "♥"; }
    body > .topbar .nav a[href*="cart"]::before { content: "🛒"; font-size: 15px; }
    body > .topbar .nav a[href*="login"]::before,
    body > .topbar .nav a[href*="account"]::before { content: "♙"; }
    body > .topbar .nav a[href*="register"],
    body > .topbar .nav a[href*="order_status"],
    body > .topbar .nav a[href*="saved"],
    body > .topbar .nav a[href*="cart"],
    body > .topbar .nav a[href*="storefront"] { display: none; }
    body > .topbar .nav .cart-count,
    body > .topbar .nav .count { font-size: 9px; }
    body > .topbar .shop-preferences {
        display: none;
        grid-column: auto;
    }
    body > .topbar .mobile-nav {
        display: block;
        flex: 0 0 auto;
        grid-column: auto;
    }
    body > .topbar .mobile-nav summary {
        font-size: 0;
        min-height: 34px;
        min-width: 34px;
        padding: 5px;
    }
    body > .topbar .mobile-nav summary::after {
        content: "☰";
        font-size: 20px;
    }
    body > .topbar .mobile-nav[open] .mobile-nav-links {
        background: #fff;
        border: 1px solid var(--shop-line);
        border-radius: 13px;
        box-shadow: var(--shop-shadow);
        display: grid;
        gap: 4px;
        padding: 10px;
        position: absolute;
        right: 10px;
        top: 58px;
        width: min(260px, calc(100vw - 20px));
    }
    body > .topbar .mobile-nav-links a {
        border-radius: 8px;
        color: var(--shop-teal-dark);
        font-weight: 750;
        padding: 10px;
        text-decoration: none;
    }
    body > .topbar .mobile-currency {
        border-top: 1px solid var(--shop-line);
        margin-top: 3px;
        padding: 10px 4px 2px;
    }
    body > .topbar .mobile-currency strong {
        display: block;
        font-size: 12px;
        margin: 0 6px 7px;
    }
    body > .topbar .mobile-currency > div {
        display: grid;
        gap: 5px;
        grid-template-columns: repeat(4, 1fr);
    }
    body > .topbar .mobile-currency a {
        border: 1px solid var(--shop-line);
        font-size: 11px;
        padding: 7px 4px;
        text-align: center;
    }
    body > .topbar .mobile-currency a[aria-current="true"] {
        background: var(--shop-teal-dark);
        color: #fff;
    }
    body > main { padding: 16px 10px 70px; }
    .hero {
        border-radius: 14px;
        display: grid !important;
        gap: 0;
        grid-template-columns: minmax(0, 1fr) !important;
        max-width: 100%;
        overflow: hidden;
        position: relative;
    }
    .hero .hero-copy {
        display: block;
        padding: 24px 18px;
        position: relative;
        z-index: 2;
    }
    .hero .hero-copy h1 { overflow-wrap: break-word; }
    .hero .hero-media {
        display: none !important;
    }
    .hero .hero-media a {
        display: none !important;
        height: 220px !important;
        min-height: 0;
        position: static !important;
    }
    .hero .hero-media a:first-child {
        display: block !important;
        height: 220px !important;
    }
    .hero .hero-media img {
        display: block;
        height: 220px !important;
        max-height: 220px;
        max-width: 100%;
        object-fit: cover;
        position: static !important;
        width: 100%;
    }
    .collections { margin-block: 14px; }
    .collection { flex-basis: 142px; min-height: 66px; }
    .search { border-radius: 13px; margin-block: 14px; padding: 8px; }
    .products { gap: 12px; }
    .card { border-radius: 13px; }
    .card:hover { transform: none; }
    .panel { border-radius: 13px; padding: 13px; }
}

@media (max-width: 767px) {
    .layout { display: block !important; max-width: 100%; min-width: 0; width: 100%; }
    .layout > * { max-width: 100%; min-width: 0; width: 100%; }
    .filters { margin-bottom: 14px; position: static; }
    .section-head { max-width: 100%; min-width: 0; width: 100%; }
    .products { grid-template-columns: 1fr !important; max-width: 100%; min-width: 0; width: 100%; }
    .product, .product .image, .product .body { box-sizing: border-box; max-width: 100%; min-width: 0; width: 100%; }
    .hero .hero-copy,
    .hero .hero-discount,
    .hero .hero-actions { box-sizing: border-box; max-width: 100%; min-width: 0; width: 100%; }
    .hero .hero-discount strong { display: block; padding: 0 15px; position: relative; }
    .hero .hero-discount strong::before,
    .hero .hero-discount strong::after { margin: 0; position: absolute; top: 50%; transform: translateY(-50%); }
    .hero .hero-discount strong::before { left: 0; }
    .hero .hero-discount strong::after { right: 0; }
}

@media (max-width: 380px) {
    .hero .hero-copy h1 { font-size: 34px; }
}

@media (max-width: 767px) {
    .hero { border: 0; border-radius: 0; box-shadow: none; margin-bottom: 14px; overflow: visible; }
    .hero .hero-copy { padding: 0 13px 2px; }
    .hero .hero-copy h1 { font-size: 36px; letter-spacing: -.025em; line-height: 1.02; margin-bottom: 10px; }
    .hero .lead { color: #56625d; font-size: 15.5px; line-height: 1.3; margin-bottom: 24px; }
    .hero .hero-media { display: none !important; }
    .hero .hero-discount { background: #fffdfa; border-color: #d8a449; border-radius: 7px; margin-top: 0; max-width: 100%; padding: 16px 14px 12px; position: relative; text-align: center; }
    .hero .hero-discount .hero-discount-seal { align-items: center; background: #fffdfa; border: 1px solid #d8a449; border-radius: 50%; color: #c7861d; display: flex; font-size: 20px; height: 28px; justify-content: center; left: 50%; line-height: 1; margin: 0; position: absolute; top: 0; transform: translate(-50%, -50%); width: 28px; }
    .hero .hero-discount strong { color: #b87514; font-family: Georgia, "Times New Roman", serif; font-size: 16px; letter-spacing: .06em; line-height: 1.15; }
    .hero .hero-discount strong::before, .hero .hero-discount strong::after { color: #d39125; content: "✦"; font-family: Arial, sans-serif; font-size: 7px; margin: 0 9px; vertical-align: middle; }
    .hero .hero-discount strong span { display: block; }
    .hero .hero-discount > span:last-child { color: #273532; display: block; font-size: 12px; line-height: 1.35; margin-top: 8px; }
    .hero .hero-actions { display: block; margin-top: 11px; }
    .hero .hero-actions a.primary { align-items: center; border-radius: 5px; display: flex; font-size: 14px; font-weight: 500; justify-content: center; letter-spacing: .04em; min-height: 48px; width: 100%; }
    .hero .hero-cta-arrow { color: #d59a26; font-size: 22px; line-height: 1; margin-left: 14px; }
}
