/* Extracted from page_panels/shop.php block 2 */
:root {
        --ww-bg: #000;
        --ww-card: rgba(8, 10, 14, 0.62);
        --ww-border: rgba(255,255,255,0.10);
        --ww-border2: rgba(255,255,255,0.08);
        --ww-text: rgba(255,255,255,0.92);
        --ww-muted: rgba(255,255,255,0.70);
        --ww-dim: rgba(255,255,255,0.60);
        --ww-shadow: 0 24px 80px rgba(0,0,0,0.62);
    }

    .ww-shop {
        position: relative;
        background: var(--ww-bg);
        color: var(--ww-text);
        padding: 3.25rem 1.25rem 4.25rem;
        overflow: hidden;
    }

    .ww-shop-bg {
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
    }

    .ww-shop-video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translateZ(0);
    }

    .ww-shop-overlay {
        position: absolute;
        inset: 0;
        background:
            radial-gradient(1100px 760px at 18% 10%, rgba(0,0,0,0.18), rgba(0,0,0,0.82) 60%, rgba(0,0,0,0.92) 100%),
            linear-gradient(to bottom, rgba(0,0,0,0.35), rgba(0,0,0,0.82));
    }

    .ww-shop-noise {
        position: absolute;
        inset: 0;
        opacity: 0.10;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
        background-size: 220px 220px;
    }

    .ww-shop-inner {
        position: relative;
        z-index: 2;
        max-width: 1200px;
        margin: 0 auto;
    }

    .ww-shop-panel {
        border-radius: 2px;
        background: var(--ww-card);
        border: 1px solid var(--ww-border);
        backdrop-filter: blur(12px);
        box-shadow: var(--ww-shadow);
        position: relative;
        overflow: hidden;
    }

    .ww-shop-panel::before {
        content: "";
        position: absolute;
        inset: -2px;
        background: radial-gradient(700px 350px at var(--mx, 30%) var(--my, 20%), rgba(255,255,255,0.12), rgba(255,255,255,0) 55%);
        opacity: 0.75;
        pointer-events: none;
    }

    .ww-shop-panel::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(120deg, rgba(255,255,255,0.08), rgba(255,255,255,0) 28%, rgba(255,255,255,0.05) 62%, rgba(255,255,255,0));
        opacity: 0.18;
        pointer-events: none;
    }

    /* header */
    .ww-shop-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 1.25rem;
        padding: 1.25rem 1.35rem 1.2rem;
        margin-bottom: 1.4rem;
    }

    .ww-shop-kicker {
        font-weight: 900;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        font-size: 0.82rem;
        color: rgba(255,255,255,0.72);
        position: relative;
        z-index: 2;
    }

    .ww-shop-title {
        margin: 0.55rem 0 0.35rem 0;
        font-weight: 900;
        letter-spacing: -0.02em;
        font-size: clamp(1.55rem, 2.8vw, 2.0rem);
        line-height: 1.05;
        position: relative;
        z-index: 2;
    }

    .ww-shop-lead {
        margin: 0;
        font-size: 0.98rem;
        line-height: 1.55;
        color: var(--ww-muted);
        max-width: 44rem;
        position: relative;
        z-index: 2;
    }

    .ww-shop-header-actions {
        flex: 0 0 auto;
        position: relative;
        z-index: 2;
    }

    /* buttons */
    .ww-shop-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 44px;
        padding: 0 1.1rem;
        border-radius: 2px;
        font-size: 0.95rem;
        font-weight: 900;
        text-decoration: none;
        border: 1px solid rgba(255,255,255,0.14);
        background: rgba(255,255,255,0.10);
        color: rgba(255,255,255,0.92);
        box-shadow: 0 18px 46px rgba(0,0,0,0.55);
        transition: transform 0.10s ease, background 0.10s ease, border-color 0.10s ease;
        cursor: pointer;
        position: relative;
        z-index: 2;
    }

    .ww-shop-btn:hover {
        background: rgba(255,255,255,0.14);
        border-color: rgba(255,255,255,0.22);
        transform: translateY(-1px);
    }

    .ww-shop-btn:active { transform: translateY(0); }

    .ww-shop-btn-primary {
        background: rgba(255,255,255,0.14);
        border-color: rgba(255,255,255,0.22);
    }

    .ww-shop-btn-ghost {
        background: rgba(0,0,0,0.22);
    }

    .ww-shop-btn-sm {
        height: 36px;
        padding: 0 0.95rem;
        font-size: 0.88rem;
    }

    /* hero */
    .ww-shop-hero {
        margin-bottom: 1.9rem;
        padding: 0;
        border-radius: 2px;
    }

    .ww-shop-hero-slides {
        position: relative;
        height: 340px;
        width: 100%;
    }

    .ww-shop-hero-slide {
        position: absolute;
        inset: 0;
        display: block;
        text-decoration: none;
        background-size: cover;
        background-position: center;
        opacity: 0;
        pointer-events: none;
        transition: opacity 260ms ease;
        border-radius: 2px;
        overflow: hidden;
    }

    .ww-shop-hero-slide.is-active {
        opacity: 1;
        pointer-events: auto;
    }

    .ww-shop-hero-shade {
        position: absolute;
        inset: 0;
        background:
            radial-gradient(900px 520px at 22% 25%, rgba(0,0,0,0.20), rgba(0,0,0,0.88) 65%, rgba(0,0,0,0.95) 100%),
            linear-gradient(to top, rgba(0,0,0,0.80), rgba(0,0,0,0.20));
    }

    .ww-shop-hero-content {
        position: absolute;
        left: 1.6rem;
        right: 1.6rem;
        bottom: 1.5rem;
        max-width: 520px;
        z-index: 2;
    }

    .ww-shop-hero-brand {
        font-size: 0.78rem;
        font-weight: 900;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: rgba(255,255,255,0.72);
        margin-bottom: 0.35rem;
    }

    .ww-shop-hero-name {
        font-size: 1.55rem;
        font-weight: 900;
        letter-spacing: -0.02em;
        line-height: 1.08;
        margin-bottom: 0.4rem;
        color: rgba(255,255,255,0.92);
    }

    .ww-shop-hero-short {
        font-size: 0.95rem;
        line-height: 1.5;
        color: rgba(255,255,255,0.72);
        margin-bottom: 0.7rem;
    }

    .ww-shop-hero-cta {
        display: inline-flex;
        align-items: center;
        height: 36px;
        padding: 0 0.95rem;
        border-radius: 2px;
        border: 1px solid rgba(255,255,255,0.18);
        background: rgba(0,0,0,0.25);
        color: rgba(255,255,255,0.88);
        font-size: 0.9rem;
        font-weight: 900;
    }

    .ww-shop-hero-controls {
        position: absolute;
        right: 1.1rem;
        bottom: 0.95rem;
        display: grid;
        gap: 0.45rem;
        z-index: 3;
        align-items: end;
        justify-items: end;
    }

    .ww-shop-hero-dots {
        display: inline-flex;
        gap: 0.45rem;
        align-items: center;
        justify-content: flex-end;
    }

    .ww-shop-hero-dot {
        width: 10px;
        height: 10px;
        border-radius: 2px;
        border: 1px solid rgba(255,255,255,0.70);
        background: transparent;
        padding: 0;
        cursor: pointer;
        opacity: 0.65;
    }

    .ww-shop-hero-dot.is-active {
        background: rgba(255,255,255,0.86);
        opacity: 1;
    }

    .ww-shop-hero-progress {
        width: 140px;
        height: 6px;
        border-radius: 2px;
        border: 1px solid rgba(255,255,255,0.14);
        background: rgba(0,0,0,0.22);
        overflow: hidden;
    }

    .ww-shop-hero-progress-bar {
        width: 0%;
        height: 100%;
        background: rgba(255,255,255,0.78);
        transform-origin: left center;
    }

    /* grid head */
    .ww-shop-grid-head {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 1rem;
        margin: 0 0 1rem 0;
    }

    .ww-shop-grid-title {
        margin: 0 0 0.15rem 0;
        font-size: 1.25rem;
        font-weight: 900;
        letter-spacing: -0.01em;
        color: rgba(255,255,255,0.92);
    }

    .ww-shop-grid-sub {
        margin: 0;
        font-size: 0.92rem;
        color: rgba(255,255,255,0.62);
    }

    .ww-shop-search {
        width: 280px;
        max-width: 100%;
        height: 40px;
        border-radius: 2px;
        border: 1px solid rgba(255,255,255,0.14);
        background: rgba(0,0,0,0.25);
        color: rgba(255,255,255,0.90);
        padding: 0 0.95rem;
        outline: none;
    }

    .ww-shop-search::placeholder { color: rgba(255,255,255,0.55); }

    /* product grid */
    .ww-shop-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
    }

    .ww-shop-card {
        border-radius: 2px;
    }

    .ww-shop-card-imgwrap {
        position: relative;
        display: block;
        width: 100%;
        height: 190px;
        overflow: hidden;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        background:
            linear-gradient(45deg, rgba(255,255,255,0.92) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.92) 75%),
            linear-gradient(45deg, rgba(255,255,255,0.92) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.92) 75%),
            #d8dee8;
        background-position: 0 0, 12px 12px;
        background-size: 24px 24px;
        text-decoration: none;
    }

    .ww-shop-card-imgwrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1.02);
        filter: brightness(1.08) contrast(0.98);
        transition: transform 180ms ease;
        display: block;
    }

    .ww-shop-card-imgshade {
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.12));
        opacity: 0.9;
    }

    .ww-shop-card:hover .ww-shop-card-imgwrap img {
        transform: scale(1.06);
    }

    .ww-shop-card-body {
        padding: 0.95rem 1rem 1.05rem;
        position: relative;
        z-index: 2;
    }

    .ww-shop-card-brand {
        font-size: 0.75rem;
        font-weight: 900;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: rgba(255,255,255,0.68);
        margin-bottom: 0.35rem;
    }

    .ww-shop-card-name {
        margin: 0 0 0.45rem 0;
        font-size: 1.02rem;
        font-weight: 900;
        letter-spacing: -0.01em;
        line-height: 1.15;
    }

    .ww-shop-card-name a {
        color: rgba(255,255,255,0.92);
        text-decoration: none;
    }

    .ww-shop-card-name a:hover {
        text-decoration: underline;
    }

    .ww-shop-card-short {
        color: rgba(255,255,255,0.68);
        font-size: 0.92rem;
        line-height: 1.45;
        margin-bottom: 0.85rem;
    }

    .ww-shop-card-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.8rem;
    }

    .ww-shop-card-price {
        font-weight: 900;
        color: rgba(255,255,255,0.90);
        letter-spacing: 0.01em;
    }

    /* empty panels */
    .ww-shop-empty,
    .ww-shop-empty-hero,
    .ww-shop-noresults {
        padding: 1.25rem 1.25rem 1.1rem;
        border-radius: 2px;
    }

    .ww-shop-empty-title {
        font-weight: 900;
        color: rgba(255,255,255,0.92);
        margin-bottom: 0.25rem;
    }

    .ww-shop-empty-sub {
        color: rgba(255,255,255,0.70);
    }

    /* responsive */
    @media (max-width: 1024px) {
        .ww-shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }

    @media (max-width: 900px) {
        .ww-shop { padding: 2.75rem 1rem 3.6rem; }
        .ww-shop-header { flex-direction: column; }
        .ww-shop-hero-slides { height: 280px; }
        .ww-shop-search { width: 100%; }
        .ww-shop-grid-head { flex-direction: column; align-items: stretch; }
    }

    @media (max-width: 720px) {
        .ww-shop-grid { grid-template-columns: 1fr; }
        .ww-shop-hero-content { left: 1.1rem; right: 1.1rem; bottom: 1.1rem; }
        .ww-shop-hero-controls { right: 0.85rem; bottom: 0.85rem; }
    }

/* Extracted from page_panels/shop.php block 1 */
:root {
        --ww-bg: #05070c;
        --ww-card: rgba(9, 14, 24, 0.94);
        --ww-card-soft: rgba(13, 21, 35, 0.92);
        --ww-card-alt: rgba(16, 25, 42, 0.92);
        --ww-border: rgba(148, 163, 184, 0.14);
        --ww-text: #f8fbff;
        --ww-muted: #a7b7cd;
        --ww-dim: #7f92ac;
        --ww-accent: #2563eb;
        --ww-accent-soft: #7dd3fc;
        --ww-shadow: 0 24px 70px rgba(0,0,0,0.34);
    }

    .ww-shop {
        background:
            radial-gradient(980px 560px at 14% 6%, rgba(37,99,235,0.18), rgba(37,99,235,0) 50%),
            radial-gradient(760px 420px at 88% 16%, rgba(34,197,94,0.10), rgba(34,197,94,0) 52%),
            linear-gradient(180deg, #04070d 0%, #05070c 54%, #07111d 100%);
        padding-left: 0;
        padding-right: 0;
    }

    .ww-shop-video,
    .ww-shop-noise {
        display: none;
    }

    .ww-shop-overlay {
        background:
            linear-gradient(180deg, rgba(3,8,18,0.22), rgba(3,8,18,0.72) 40%, rgba(3,8,18,0.92)),
            radial-gradient(720px 420px at 84% 18%, rgba(37,99,235,0.10), rgba(5,7,12,0) 60%);
    }

    .ww-shop-inner {
        max-width: none;
        width: min(1680px, calc(100vw - 40px));
    }

    .ww-shop-panel {
        border-radius: 2px;
        background: linear-gradient(180deg, rgba(14, 22, 35, 0.96), rgba(8, 13, 23, 0.95));
        border: 1px solid var(--ww-border);
        box-shadow: var(--ww-shadow);
        backdrop-filter: none;
    }

    .ww-shop-panel::before {
        background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0));
        opacity: 1;
    }

    .ww-shop-panel::after {
        opacity: 0;
    }

    .ww-shop-header {
        padding: 1.7rem 1.7rem;
        align-items: center;
    }

    .ww-shop-kicker {
        color: var(--ww-accent-soft);
        letter-spacing: 0.14em;
        font-size: 0.75rem;
    }

    .ww-shop-title {
        font-size: clamp(2.45rem, 5vw, 4.2rem);
        line-height: 0.95;
        letter-spacing: -0.05em;
        margin-bottom: 0.7rem;
    }

    .ww-shop-lead,
    .ww-shop-grid-sub,
    .ww-shop-card-short,
    .ww-shop-empty-sub {
        color: var(--ww-muted);
    }

    .ww-shop-quickbar {
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
        gap: 1rem;
        align-items: center;
        padding: 1.15rem 1.4rem;
    }

    .ww-shop-quickbar-kicker {
        color: var(--ww-accent-soft);
        font-size: 0.74rem;
        font-weight: 900;
        letter-spacing: 0.14em;
        text-transform: uppercase;
    }

    .ww-shop-quickbar-title {
        margin-top: 0.3rem;
        color: var(--ww-text);
        font-size: 1.1rem;
        line-height: 1.35;
        font-weight: 800;
    }

    .ww-shop-quicktags {
        display: flex;
        flex-wrap: wrap;
        gap: 0.6rem;
        justify-content: flex-end;
    }

    .ww-shop-tag {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 38px;
        padding: 0 0.95rem;
        border-radius: 2px;
        border: 1px solid rgba(148,163,184,0.16);
        background: rgba(255,255,255,0.05);
        color: var(--ww-text);
        font-size: 0.84rem;
        font-weight: 800;
        cursor: pointer;
        transition: transform 140ms ease, background 140ms ease, border-color 140ms ease;
    }

    .ww-shop-tag:hover,
    .ww-shop-tag.is-active {
        transform: translateY(-1px);
        background: rgba(37,99,235,0.16);
        border-color: rgba(96,165,250,0.34);
    }

    .ww-shop-btn {
        min-height: 48px;
        border-radius: 2px;
        border-color: rgba(148,163,184,0.16);
        background: rgba(255,255,255,0.04);
        color: var(--ww-text);
        box-shadow: none;
    }

    .ww-shop-btn-primary {
        background: var(--ww-accent);
        border-color: var(--ww-accent);
        color: #fff;
    }

    .ww-shop-btn-primary:hover {
        background: #1d4ed8;
        border-color: #1d4ed8;
    }

    .ww-shop-btn-ghost {
        background: rgba(255,255,255,0.05);
    }

    .ww-shop-hero {
        padding: 1.2rem;
        background: linear-gradient(180deg, rgba(16, 27, 44, 0.98), rgba(7, 12, 22, 0.98));
    }

    .ww-shop-hero-slides {
        height: 620px;
        border-radius: 2px;
        overflow: hidden;
    }

    .ww-shop-hero-slide {
        border-radius: 2px;
    }

    .ww-shop-hero-shade {
        background:
            linear-gradient(180deg, rgba(2,6,23,0.06), rgba(2,6,23,0.72)),
            linear-gradient(90deg, rgba(2,6,23,0.58), rgba(2,6,23,0.10) 58%);
    }

    .ww-shop-hero-content {
        max-width: 720px;
        left: 2rem;
        right: 2rem;
        bottom: 2rem;
    }

    .ww-shop-hero-brand {
        color: var(--ww-accent-soft);
        letter-spacing: 0.12em;
    }

    .ww-shop-hero-name {
        font-size: clamp(2.4rem, 4vw, 4.8rem);
        line-height: 0.98;
        letter-spacing: -0.04em;
    }

    .ww-shop-hero-short {
        color: rgba(235, 243, 255, 0.84);
        max-width: 52ch;
        font-size: 1.02rem;
    }

    .ww-shop-hero-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 0 1rem;
        border-radius: 2px;
        background: rgba(255,255,255,0.92);
        color: #0f172a;
        font-weight: 800;
        margin-top: 0.9rem;
    }

    .ww-shop-hero-controls {
        right: 1.1rem;
        bottom: 1.1rem;
    }

    .ww-shop-hero-dot {
        background: rgba(255,255,255,0.18);
        border-color: rgba(255,255,255,0.32);
    }

    .ww-shop-hero-dot.is-active {
        background: #fff;
        border-color: #fff;
    }

    .ww-shop-hero-progress {
        background: rgba(255,255,255,0.12);
    }

    .ww-shop-hero-progress-bar {
        background: linear-gradient(90deg, #60a5fa, #22c55e);
    }

    .ww-shop-hero-previewgrid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.9rem;
        margin-top: 1rem;
    }

    .ww-shop-hero-preview {
        display: grid;
        grid-template-columns: 84px minmax(0, 1fr);
        gap: 0.9rem;
        align-items: center;
        padding: 0.8rem;
        border-radius: 2px;
        border: 1px solid rgba(148,163,184,0.14);
        background: rgba(255,255,255,0.04);
        color: var(--ww-text);
        text-align: left;
        cursor: pointer;
        transition: transform 140ms ease, border-color 140ms ease, background 140ms ease;
    }

    .ww-shop-hero-preview:hover,
    .ww-shop-hero-preview.is-active {
        transform: translateY(-2px);
        background: rgba(37,99,235,0.14);
        border-color: rgba(96,165,250,0.34);
    }

    .ww-shop-hero-preview-img {
        display: block;
        width: 84px;
        height: 84px;
        border-radius: 2px;
        overflow: hidden;
        background: #d8dee8;
    }

    .ww-shop-hero-preview-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        filter: brightness(1.08) contrast(0.98);
    }

    .ww-shop-hero-preview-copy {
        display: grid;
        gap: 0.2rem;
        min-width: 0;
    }

    .ww-shop-hero-preview-brand {
        color: var(--ww-accent-soft);
        font-size: 0.68rem;
        font-weight: 900;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .ww-shop-hero-preview-name {
        color: var(--ww-text);
        font-size: 0.96rem;
        font-weight: 800;
        line-height: 1.2;
    }

    .ww-shop-hero-preview-price {
        color: var(--ww-muted);
        font-size: 0.84rem;
        font-weight: 700;
    }

    .ww-shop-grid-head {
        margin: 0 0 1rem 0;
        align-items: end;
        padding: 0 0.2rem;
    }

    .ww-shop-grid-title {
        font-size: 1.8rem;
        line-height: 1.02;
        letter-spacing: -0.04em;
        color: var(--ww-text);
    }

    .ww-shop-search {
        min-height: 48px;
        border-radius: 2px;
        background: rgba(15,23,42,0.88);
        border-color: rgba(148,163,184,0.18);
        color: var(--ww-text);
        box-shadow: none;
    }

    .ww-shop-search::placeholder {
        color: var(--ww-dim);
    }

    .ww-shop-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.25rem;
    }

    .ww-shop-card {
        border-radius: 2px;
        background: rgba(255,255,255,0.035);
    }

    .ww-shop-card-imgwrap {
        height: 300px;
        background:
            linear-gradient(45deg, rgba(255,255,255,0.92) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.92) 75%),
            linear-gradient(45deg, rgba(255,255,255,0.92) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.92) 75%),
            #d8dee8;
        background-position: 0 0, 12px 12px;
        background-size: 24px 24px;
        border-bottom-color: rgba(148,163,184,0.10);
    }

    .ww-shop-card-imgshade {
        background: linear-gradient(180deg, rgba(255,255,255,0) 68%, rgba(2,6,23,0.18));
    }

    .ww-shop-card-body {
        padding: 1.1rem 1.1rem 1.15rem;
    }

    .ww-shop-card-brand {
        color: var(--ww-accent-soft);
    }

    .ww-shop-card-name {
        font-size: 1.12rem;
        line-height: 1.2;
    }

    .ww-shop-card-name a,
    .ww-shop-card-price,
    .ww-shop-empty-title {
        color: var(--ww-text);
    }

    .ww-shop-empty,
    .ww-shop-empty-hero,
    .ww-shop-noresults {
        border-radius: 2px;
        background: rgba(255,255,255,0.035);
    }

    @media (max-width: 900px) {
        .ww-shop {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .ww-shop-inner {
            width: 100%;
        }

        .ww-shop-header {
            padding: 1.15rem;
        }

        .ww-shop-quickbar {
            grid-template-columns: minmax(0, 1fr);
            padding: 1rem;
        }

        .ww-shop-quicktags {
            justify-content: flex-start;
        }

        .ww-shop-hero-slides {
            height: 420px;
        }

        .ww-shop-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .ww-shop-hero-previewgrid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 720px) {
        .ww-shop-hero-slides {
            height: 340px;
        }

        .ww-shop-hero-content {
            left: 1rem;
            right: 1rem;
            bottom: 1rem;
        }

        .ww-shop-grid {
            grid-template-columns: 1fr;
        }

        .ww-shop-card-imgwrap {
            height: 240px;
        }

        .ww-shop-hero-previewgrid {
            display: flex;
            gap: 0.75rem;
            overflow-x: auto;
            padding-bottom: 0.25rem;
            scroll-snap-type: x proximity;
        }

        .ww-shop-hero-preview {
            flex: 0 0 280px;
            scroll-snap-align: start;
        }
    }


