@font-face { font-family: 'Inter'; src: url('../../fonts/Inter-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: block; }
@font-face { font-family: 'Inter'; src: url('../../fonts/Inter-Medium.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: block; }
@font-face { font-family: 'Inter'; src: url('../../fonts/Inter-SemiBold.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: block; }
@font-face { font-family: 'Inter'; src: url('../../fonts/Inter-Bold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: block; }
@font-face { font-family: 'Oswald'; src: url('../../fonts/Oswald-SemiBold.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: block; }
@font-face { font-family: 'Oswald'; src: url('../../fonts/Oswald-Bold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: block; }

:root {
    --blue: #0b2f73;
    --blue-2: #0b2f73;
    --blue-dark: #072457;
    --red: #d7181f;
    --red-hover: #b61218;
    --green: #16a34a;
    --yellow: #ffbf00;
    --dark: #111827;
    --navy: #0f172a;
    --text: #101828;
    --muted: #667085;
    --line: #e4e7ec;
    --panel: #ffffff;
    --bg: #f7f8fa;
    --white: #ffffff;
    --radius: 20px;
    --container: 1280px;
    --pad: clamp(20px, 4vw, 48px);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
    min-height: 100vh;
    background: linear-gradient(180deg, #fafbfc 0%, #f3f5f7 100%);
    color: var(--text);
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { border: 0; background: none; cursor: pointer; }

.shop-hero { padding: 18px 0 10px; }
.shop-hero-inner,
.shop-inner,
.shop-benefits-inner,
.footer-inner {
    width: min(1240px, calc(100% - 80px));
    margin: 0 auto;
}
.shop-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
}
.shop-breadcrumb strong { color: #111827; }
.shop-hero-card {
    position: relative;
    min-height: 250px;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: stretch;
    padding: 26px 26px 22px;
    border-radius: 24px;
    background: linear-gradient(135deg, #ffffff 0%, #fcfcfd 68%, #eef2ff 100%);
    border: 1px solid rgba(228,231,236,.9);
}
.shop-hero-copy { position: relative; z-index: 2; max-width: 520px; display: flex; flex-direction: column; justify-content: center; }
.shop-hero-title {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 14px;
    color: #111827;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 700;
    line-height: .95;
    text-transform: uppercase;
}
.shop-hero-title em { color: var(--red); font-style: normal; }
.shop-hero-copy p { max-width: 460px; color: #475467; font-size: 16px; line-height: 1.55; }
.shop-hero-art {
    position: relative;
    min-height: 220px;
    border-radius: 22px;
    overflow: hidden;
    background: radial-gradient(circle at 82% 22%, rgba(255,191,0,.16), transparent 22%), linear-gradient(180deg, #f7f8fb 0%, #ffffff 100%);
}
.hero-brush { position: absolute; right: -18px; border-radius: 999px; transform: rotate(-14deg); filter: saturate(1.1); }
.hero-brush-white { top: -12px; width: 360px; height: 74px; background: linear-gradient(90deg, rgba(255,255,255,.25), rgba(255,255,255,.98)); }
.hero-brush-blue { top: 78px; width: 380px; height: 60px; background: linear-gradient(90deg, rgba(8,42,103,.1), rgba(8,42,103,.95)); }
.hero-brush-red { top: 146px; width: 350px; height: 58px; background: linear-gradient(90deg, rgba(215,24,31,.12), rgba(215,24,31,.94)); }
.hero-moon {
    position: absolute;
    top: 26px;
    right: 56px;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: var(--yellow);
}
.hero-moon::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 32px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #fff;
}
.hero-star {
    position: absolute;
    top: 44px;
    right: 28px;
    width: 70px;
    height: 70px;
    background: var(--yellow);
    clip-path: polygon(50% 0%, 58% 23%, 79% 7%, 67% 30%, 93% 25%, 73% 43%, 100% 50%, 73% 57%, 93% 75%, 67% 70%, 79% 93%, 58% 77%, 50% 100%, 42% 77%, 21% 93%, 33% 70%, 7% 75%, 27% 57%, 0% 50%, 27% 43%, 7% 25%, 33% 30%, 21% 7%, 42% 23%);
}

.shop-section { padding: 16px 0 26px; }
.shop-inner {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}
.shop-sidebar { position: sticky; top: 22px; }
.filter-card {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 22px 18px;
    border: 1px solid #e7e9ee;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(15,23,42,.04);
}
.filter-group { display: flex; flex-direction: column; gap: 12px; }
.filter-group h3 {
    color: #0f172a;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.filter-check {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #344054;
    font-size: 14px;
    font-weight: 600;
}
.filter-check input { accent-color: var(--blue); }
.filter-check span { margin-left: auto; color: #98a2b3; font-size: 13px; }
.price-range { display: flex; flex-direction: column; gap: 10px; }
.price-scale { display: flex; justify-content: space-between; color: #98a2b3; font-size: 12px; font-weight: 700; }
.price-bar { position: relative; height: 4px; border-radius: 999px; background: #dfe3ea; }
.price-bar span { position: absolute; left: 10%; right: 18%; top: 0; bottom: 0; border-radius: inherit; background: linear-gradient(90deg, var(--blue), #7d8fc6); }
.price-tags { display: flex; flex-direction: column; gap: 8px; }
.price-tags button,
.size-filter-btn {
    min-height: 36px;
    padding: 8px 10px;
    border: 1px solid #e3e7ee;
    border-radius: 11px;
    background: #fff;
    color: #344054;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}
.size-filter-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.size-filter-btn.active { background: var(--blue); color: #fff; border-color: var(--blue); }
.color-swatches { display: flex; flex-wrap: wrap; gap: 10px; }
.swatch {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(15,23,42,.14);
}
.swatch.active { box-shadow: 0 0 0 2px var(--blue); }
.swatch.navy { background: #0b2f73; }
.swatch.red { background: #d7181f; }
.swatch.white { background: #fff; }
.swatch.yellow { background: #ffbf00; }
.swatch.green { background: #16a34a; }
.swatch.black { background: #111827; }
.filter-actions { display: flex; flex-direction: column; gap: 10px; }
.clear-btn {
    min-height: 44px;
    border-radius: 12px;
    background: var(--blue);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}
.filter-actions a {
    text-align: center;
    color: #667085;
    font-size: 13px;
    font-weight: 700;
}

.catalog-area { min-width: 0; }
.catalog-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}
.catalog-toolbar p { color: #667085; font-size: 14px; font-weight: 600; }
.catalog-toolbar-actions { display: flex; align-items: center; gap: 12px; }
.sort-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #344054;
    font-size: 14px;
    font-weight: 700;
}
.sort-wrap select {
    min-width: 156px;
    height: 40px;
    padding: 0 14px;
    border: 1px solid #d6dae2;
    border-radius: 12px;
    outline: none;
    background: #fff;
    color: #111827;
}
.view-toggle { display: flex; align-items: center; gap: 8px; }
.view-btn {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid #d6dae2;
    border-radius: 12px;
    background: #fff;
    color: #4b5563;
}
.view-btn.active { border-color: var(--blue); background: var(--blue); color: #fff; }
.view-btn svg { width: 18px; height: 18px; }
.shop-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.shop-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 14px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e7e9ee;
    box-shadow: 0 12px 34px rgba(15,23,42,.04);
    transition: transform .22s ease, box-shadow .22s ease;
}
.shop-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(15,23,42,.07); }
.shop-card-media {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    margin-bottom: 14px;
    overflow: hidden;
}
.shop-card-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.shop-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    min-height: 24px;
    padding: 4px 10px;
    border-radius: 7px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}
.shop-badge.red { background: var(--red); }
.shop-badge.green { background: var(--green); }
.shop-badge.blue { background: var(--blue); }
.shop-card-heart {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255,255,255,.96);
    color: #111827;
    box-shadow: 0 2px 8px rgba(16,24,40,.10);
}
.shop-card-heart svg { width: 18px; height: 18px; }
.shop-card-body h3 {
    margin-bottom: 8px;
    color: #111827;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
}
.shop-price { color: #111827; font-size: 18px; font-weight: 800; }
.shop-meta-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; margin-top: 6px; }
.shop-size { color: #667085; font-size: 13px; font-weight: 600; }
.shop-mini-cart {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #111827;
    color: #fff;
}
.shop-mini-cart svg { width: 15px; height: 15px; }

.shop-promo {
    position: relative;
    margin-top: 22px;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 560px) 1fr;
    gap: 18px;
    align-items: center;
    min-height: 300px;
    aspect-ratio: 1200 / 340;
    padding: 30px;
    border-radius: 22px;
    background:
        linear-gradient(90deg, rgba(5,22,52,.86) 0%, rgba(5,22,52,.64) 45%, rgba(5,22,52,.14) 100%),
        var(--shop-promo-bg-image, url('../../background/shop-promo-bottom.png')) center / cover no-repeat,
        linear-gradient(115deg, #0b2f73 0%, #082a67 56%, #0f172a 100%);
    color: #fff;
}
.shop-promo::before {
    display: none;
}
.shop-promo-copy { position: relative; z-index: 1; max-width: 440px; }
.promo-eyebrow { display: inline-block; margin-bottom: 10px; color: #c8d3ef; font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.shop-promo-copy h3 { margin-bottom: 10px; font: 700 34px/1 'Oswald', sans-serif; text-transform: uppercase; }
.shop-promo-copy p { max-width: 470px; color: rgba(255,255,255,.88); font-size: 15px; line-height: 1.6; }
.promo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 142px;
    min-height: 42px;
    margin-top: 16px;
    padding: 0 18px;
    border-radius: 999px;
    background: #fff;
    color: var(--blue);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}
.shop-promo-visual { display: none; }
.promo-jersey {
    position: absolute;
    bottom: 0;
    width: 150px;
    filter: drop-shadow(0 16px 26px rgba(5,20,45,.25));
}
.promo-jersey.one { left: 4px; bottom: 18px; transform: rotate(-7deg); }
.promo-jersey.two { left: 96px; bottom: 6px; transform: rotate(0deg); }
.promo-jersey.three { right: 0; bottom: 12px; transform: rotate(6deg); }
.shop-loadmore { display: flex; justify-content: center; margin-top: 20px; }
.shop-loadmore button {
    min-width: 230px;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    background: var(--blue);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.shop-benefits { padding: 4px 0 26px; }
.shop-benefits-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    padding: 18px 0 0;
    border-top: 1px solid #e5e7eb;
}
.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #111827;
}
.benefit-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e5e7eb;
    color: var(--blue);
}
.benefit-icon svg { width: 22px; height: 22px; }
.benefit-item strong { display: block; font-size: 14px; font-weight: 800; }
.benefit-item span { color: #667085; font-size: 13px; font-weight: 600; }

/* Footer */
.site-footer { position: relative; overflow: hidden; padding: 34px 0 12px; color: var(--white); background: #072a68; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .85fr 1fr; gap: 44px; align-items: start; padding-bottom: 18px; }
.footer-logo { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.footer-logo-mark { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: #082b67; font-size: 26px; font-weight: 800; box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.footer-logo-text { display: flex; flex-direction: column; line-height: 1; }
.footer-logo-text strong { text-transform: uppercase; font-family: 'Oswald', sans-serif; font-size: 34px; letter-spacing: .02em; }
.footer-logo-text span { margin-top: 2px; opacity: .9; font-size: 14px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-brand p { max-width: 320px; margin-bottom: 22px; color: rgba(255,255,255,.88); font-size: 16px; line-height: 1.45; }
.footer-social { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer-social a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(255,255,255,.04); color: var(--white); }
.footer-social svg { width: 18px; height: 18px; }
.footer-col h4 { margin-bottom: 18px; text-transform: uppercase; font-size: 18px; font-weight: 800; letter-spacing: .04em; }
.footer-links, .footer-contact-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a, .footer-contact-list a, .footer-contact-text { color: rgba(255,255,255,.90); font-size: 16px; line-height: 1.35; }
.footer-links a:hover, .footer-contact-list a:hover { color: var(--yellow); }
.footer-contact-list li { display: flex; align-items: flex-start; gap: 12px; }
.footer-contact-icon { width: 22px; height: 22px; flex: 0 0 22px; margin-top: 1px; }
.footer-contact-icon svg { width: 100%; height: 100%; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 14px; text-align: center; color: rgba(255,255,255,.84); font-size: 14px; }


@media (max-width: 1180px) {
    .shop-inner { grid-template-columns: 240px minmax(0, 1fr); gap: 22px; }
    .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .shop-promo { grid-template-columns: 1fr; }
    .shop-promo-visual { min-height: 180px; }
    .shop-benefits-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-grid { grid-template-columns: 1.2fr .8fr .8fr 1fr; gap: 28px; }
}

@media (max-width: 960px) {
    .shop-hero-inner,
    .shop-inner,
    .shop-benefits-inner,
    .footer-inner { width: min(900px, calc(100% - 48px)); }
    .shop-hero-card { grid-template-columns: 1fr; min-height: 0; }
    .shop-hero-art { min-height: 180px; }
    .shop-inner { grid-template-columns: 1fr; }
    .shop-sidebar { position: static; }
    .filter-card { gap: 18px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
    .shop-grid { grid-template-columns: 1fr; }
    .catalog-toolbar,
    .catalog-toolbar-actions { flex-direction: column; align-items: stretch; }
    .sort-wrap { justify-content: space-between; }
    .view-toggle { justify-content: flex-end; }
    .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .shop-hero-inner,
    .shop-inner,
    .shop-benefits-inner,
    .footer-inner { width: min(100% - 28px, 520px); }
    .shop-hero-title { font-size: 42px; }
    .shop-hero-card { padding: 20px 18px; border-radius: 20px; }
    .shop-hero-copy p { font-size: 15px; }
    .shop-hero-art { min-height: 150px; }
    .hero-moon { width: 76px; height: 76px; right: 42px; }
    .hero-moon::after { top: 10px; left: 24px; width: 60px; height: 60px; }
    .hero-star { top: 40px; right: 20px; width: 52px; height: 52px; }
    .shop-card { padding: 12px; }
    .shop-card-body h3 { font-size: 15px; }
    .shop-promo { padding: 20px 16px; }
    .shop-promo-copy h3 { font-size: 28px; }
    .shop-benefits-inner { grid-template-columns: 1fr; gap: 14px; }
}


/* 20260627ab: breadcrumb shop dibuang */
.shop-hero { display: none !important; }
.shop-section { padding-top: 18px !important; }

/* 20260627u: mobile shop cleanup */
.mobile-filter-toggle { display: none; }
@media (max-width: 720px) {
    .shop-hero { padding: 12px 0 0 !important; }
    .shop-hero-inner,
    .shop-inner,
    .shop-benefits-inner,
    .footer-inner {
        width: min(100% - 28px, 520px) !important;
    }
    .shop-breadcrumb {
        margin-bottom: 10px !important;
        gap: 8px !important;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
    }
    .shop-breadcrumb::-webkit-scrollbar { display: none; }
    .shop-section { padding: 0 0 18px !important; }
    .shop-inner {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
    }
    .shop-sidebar {
        position: static !important;
        width: 100% !important;
    }
    .mobile-filter-toggle {
        width: 100%;
        min-height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        border-radius: 14px;
        background: var(--blue);
        color: #fff;
        font-size: 13px;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: .03em;
    }
    .mobile-filter-toggle svg {
        width: 18px;
        height: 18px;
    }
    .filter-card {
        display: none !important;
        margin-top: 10px !important;
        padding: 16px 14px !important;
        border-radius: 18px !important;
        gap: 16px !important;
        box-shadow: none !important;
    }
    .shop-sidebar.filter-open .filter-card {
        display: flex !important;
    }
    .filter-group { gap: 9px !important; }
    .price-tags { display: grid !important; grid-template-columns: 1fr !important; }
    .size-filter-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
    .catalog-area { width: 100% !important; min-width: 0 !important; }
    .catalog-toolbar {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        margin-bottom: 12px !important;
        padding: 12px !important;
        border-radius: 16px !important;
        background: #fff !important;
        border: 1px solid #e8ebf0 !important;
    }
    .catalog-toolbar p {
        font-size: 12px !important;
        line-height: 1.35 !important;
    }
    .catalog-toolbar-actions {
        display: grid !important;
        grid-template-columns: 1fr auto !important;
        gap: 8px !important;
        align-items: center !important;
    }
    .sort-wrap {
        min-width: 0 !important;
        display: grid !important;
        grid-template-columns: auto minmax(0, 1fr) !important;
        gap: 8px !important;
        font-size: 12px !important;
    }
    .sort-wrap select {
        width: 100% !important;
        min-width: 0 !important;
        height: 38px !important;
        padding: 0 10px !important;
        font-size: 12px !important;
    }
    .view-toggle { justify-content: flex-end !important; gap: 6px !important; }
    .view-btn {
        width: 38px !important;
        height: 38px !important;
        border-radius: 11px !important;
    }
    .shop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }
    .shop-card {
        padding: 10px !important;
        border-radius: 16px !important;
        min-width: 0 !important;
    }
    .shop-card-media {
        margin-bottom: 9px !important;
    }
    .shop-badge {
        top: 6px !important;
        left: 6px !important;
        min-height: 20px !important;
        max-width: calc(100% - 42px) !important;
        padding: 3px 6px !important;
        border-radius: 6px !important;
        font-size: 8.5px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    .shop-card-heart {
        top: 6px !important;
        right: 6px !important;
        width: 28px !important;
        height: 28px !important;
    }
    .shop-card-heart svg { width: 15px !important; height: 15px !important; }
    .shop-card-body h3 {
        margin-bottom: 5px !important;
        font-size: 13px !important;
        line-height: 1.25 !important;
        min-height: 32px !important;
    }
    .shop-price { font-size: 14px !important; }
    .shop-meta-row {
        align-items: center !important;
        gap: 6px !important;
        margin-top: 5px !important;
    }
    .shop-size {
        font-size: 10.5px !important;
        line-height: 1.25 !important;
    }
    .shop-mini-cart {
        width: 28px !important;
        height: 28px !important;
        flex-basis: 28px !important;
    }
    .shop-mini-cart svg { width: 13px !important; height: 13px !important; }
    .shop-promo {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        margin-top: 16px !important;
        padding: 18px 14px !important;
        border-radius: 18px !important;
    }
    .shop-promo-copy h3 {
        font-size: 26px !important;
        line-height: 1.05 !important;
    }
    .shop-promo-copy p { font-size: 13px !important; line-height: 1.5 !important; }
    .promo-btn { min-height: 40px !important; min-width: 132px !important; }
    .shop-promo-visual {
        min-height: 120px !important;
        overflow: hidden !important;
    }
    .promo-jersey { width: 96px !important; }
    .promo-jersey.one { left: 12px !important; bottom: 6px !important; }
    .promo-jersey.two { left: 50% !important; transform: translateX(-50%) !important; bottom: 0 !important; }
    .promo-jersey.three { right: 12px !important; bottom: 6px !important; }
    .shop-loadmore { margin-top: 16px !important; }
    .shop-loadmore button { width: 100% !important; min-width: 0 !important; }
    .shop-benefits { padding: 0 0 22px !important; }
    .shop-benefits-inner {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        padding-top: 14px !important;
    }
    .benefit-item {
        padding: 12px !important;
        border-radius: 16px !important;
        background: #fff !important;
        border: 1px solid #e8ebf0 !important;
    }
    .site-footer { padding-top: 26px !important; }
    .footer-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
}

@media (max-width: 380px) {
    .shop-grid { gap: 10px !important; }
    .shop-card { padding: 8px !important; }
    .shop-card-body h3 { font-size: 12px !important; }
    .shop-size { display: none !important; }
    .catalog-toolbar-actions { grid-template-columns: 1fr !important; }
    .view-toggle { justify-content: flex-start !important; }
}


/* 20260627v: shop mobile topbar/sidebar ikut shared index/product */
@media (max-width: 820px) {
    .shop-hero { padding-top: 12px !important; }
    .shop-hero-inner,
    .shop-inner,
    .shop-benefits-inner,
    .footer-inner { width: min(100% - 28px, 520px) !important; }
}


/* 20260627w: samakan thumbnail mobile shop dengan page lain */
@media (max-width: 560px) {
    .shop-card-media {
        aspect-ratio: 1 / 1 !important;
        margin-bottom: 12px !important;
    }
    .shop-badge {
        top: 7px !important;
        left: 7px !important;
        min-height: 20px !important;
        padding: 3px 7px !important;
        border-radius: 6px !important;
        font-size: 9px !important;
        line-height: 1 !important;
    }
    .shop-card-heart {
        top: 7px !important;
        right: 7px !important;
        width: 31px !important;
        height: 31px !important;
        min-width: 31px !important;
        min-height: 31px !important;
        box-shadow: 0 2px 8px rgba(16,24,40,.10) !important;
    }
    .shop-card-heart svg {
        width: 17px !important;
        height: 17px !important;
        stroke-width: 2.2 !important;
    }
}


/* 20260627aa: buang heart + label/badge dekat shop thumbnails */
.shop-badge,
.shop-card-heart {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}


/* 20260627ab: shop tanpa breadcrumb */
.shop-hero,
.shop-breadcrumb { display: none !important; }
.shop-section { padding-top: 18px !important; }
@media (max-width: 720px) {
    .shop-section { padding-top: 14px !important; }
}


/* 20260627ac: promo bawah shop guna gambar background/shop-promo-bottom.png */
@media (max-width: 820px) {
    .shop-promo {
        grid-template-columns: 1fr !important;
        aspect-ratio: auto !important;
        min-height: 360px !important;
        padding: 24px 20px !important;
        background-position: center !important;
    }
    .shop-promo-copy {
        max-width: 420px !important;
    }
}
@media (max-width: 560px) {
    .shop-promo {
        min-height: 390px !important;
        padding: 22px 18px !important;
        border-radius: 20px !important;
        background-position: center !important;
    }
}


/* 20260627ad: promo bawah full width, tanpa text, tanpa overlay gelap */
.shop-promo-wrap {
    width: min(1240px, calc(100% - 80px));
    margin: 22px auto 0;
}
.shop-promo {
    width: 100% !important;
    display: block !important;
    min-height: 340px !important;
    aspect-ratio: 1200 / 340 !important;
    padding: 0 !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background: var(--shop-promo-bg-image, url('../../background/shop-promo-bottom.png')) center / cover no-repeat !important;
    color: transparent !important;
}
.shop-promo::before,
.shop-promo-copy,
.shop-promo-visual,
.promo-eyebrow,
.promo-btn {
    display: none !important;
}
@media (max-width: 960px) {
    .shop-promo-wrap {
        width: min(900px, calc(100% - 48px));
    }
}
@media (max-width: 560px) {
    .shop-promo-wrap {
        width: min(100% - 28px, 520px);
        margin-top: 18px;
    }
    .shop-promo {
        min-height: 180px !important;
        aspect-ratio: 1200 / 340 !important;
        border-radius: 20px !important;
        background-position: center !important;
    }
}


/* 20260627ae: promo bawah guna image sebenar supaya mobile nampak full */
.shop-promo {
    width: 100% !important;
    display: block !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    padding: 0 !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background: none !important;
}
.shop-promo img {
    display: block;
    width: 100%;
    height: auto;
}
.shop-promo::before,
.shop-promo-copy,
.shop-promo-visual,
.promo-eyebrow,
.promo-btn {
    display: none !important;
}
@media (max-width: 560px) {
    .shop-promo-wrap {
        width: calc(100% - 16px) !important;
        margin-top: 18px;
    }
    .shop-promo {
        border-radius: 18px !important;
    }
}


/* 20260627af: buang grid/list view toggle, layout normal */
.view-toggle {
    display: none !important;
}
.catalog-toolbar-actions {
    justify-content: flex-end;
}
@media (max-width: 560px) {
    .catalog-toolbar-actions {
        grid-template-columns: 1fr !important;
    }
}

/* Functional shop filters */
.price-tags button.active {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
}
.filter-check.active {
    color: var(--blue);
}
.shop-card[hidden],
.shop-card.is-filter-hidden {
    display: none !important;
}
.shop-empty-state {
    margin-top: 18px;
    padding: 28px 22px;
    border: 1px dashed #d0d5dd;
    border-radius: 18px;
    background: #fff;
    text-align: center;
    color: #475467;
}
.shop-empty-state strong,
.shop-empty-state span {
    display: block;
}
.shop-empty-state strong {
    color: #0f172a;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 6px;
}
.shop-empty-state span {
    font-size: 14px;
    font-weight: 700;
}
