/* ═══════════════════════════════════════════════
   WOWSHOP.ORG — Modern Gaming Marketplace
   ═══════════════════════════════════════════════ */

/* ── Design Tokens ── */
:root {
    --wow-bg: rgba(6, 13, 25, 0.72);
    --wow-panel: rgba(10, 22, 38, 0.82);
    --wow-panel-strong: rgba(12, 28, 48, 0.94);
    --wow-line: rgba(124, 198, 255, 0.16);
    --wow-line-hot: rgba(0, 174, 255, 0.46);
    --wow-text: #eef7ff;
    --wow-muted: #8faac4;
    --wow-blue: #00aeff;
    --wow-blue-2: #47d7ff;
    --wow-gold: #ffc44d;
    --wow-shadow: 0 16px 48px rgba(0, 0, 0, 0.38);
    --wow-shadow-sm: 0 4px 16px rgba(0, 0, 0, 0.22);
    --wow-radius: 8px;
    --wow-radius-lg: 12px;
    --wow-radius-sm: 6px;
    --wow-gap: 24px;
    --wow-sidebar-w: 260px;
}

/* ── Reset ── */
* { box-sizing: border-box; }

html {
    width: 100%;
    min-width: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body.browse-template {
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
    color: var(--wow-text);
    font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
}

body.browse-template a { text-decoration: none; }
body.browse-template img { max-width: 100%; }

/* ── Layout Container ── */
.grid-container {
    max-width: 1680px;
    width: min(100% - 40px, 1680px);
}

/* ── Navbar ── */
.navbar-static.createCart {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(7, 17, 31, 0.68);
    border-bottom: 1px solid rgba(120, 200, 255, 0.16);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.navbar-static .navbar.header {
    min-height: 74px;
    border: 0;
    background: transparent;
}

.navbar.header .grid-container {
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 74px;
}

.navbar.header .grid-25,
.navbar.header .grid-75 {
    float: none;
    width: auto;
}

.navbar.header .grid-75 { flex: 1; min-width: 0; }

.navbar.header .brand.mark {
    display: inline-flex;
    align-items: center;
    padding: 0;
    transition: transform 0.22s ease, filter 0.22s ease;
}

.navbar.header .brand.mark:hover {
    transform: translateY(-1px);
    filter: drop-shadow(0 0 18px rgba(0, 174, 255, 0.34));
}

.navbar.header .brand.mark img {
    width: 168px;
    height: auto;
    display: block;
}

/* ── Mobile Toggle ── */
.wow-mobile-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--wow-line);
    border-radius: var(--wow-radius);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    cursor: pointer;
}

.wow-mobile-toggle span,
.wow-mobile-toggle span::before,
.wow-mobile-toggle span::after {
    display: block;
    width: 18px;
    height: 2px;
    margin: 0 auto;
    background: currentColor;
    border-radius: 8px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.wow-mobile-toggle span::before,
.wow-mobile-toggle span::after {
    content: "";
    position: relative;
}
.wow-mobile-toggle span::before { top: -6px; }
.wow-mobile-toggle span::after  { top: 4px; }

body.wow-nav-open .wow-mobile-toggle span { transform: rotate(45deg); }
body.wow-nav-open .wow-mobile-toggle span::before { opacity: 0; }
body.wow-nav-open .wow-mobile-toggle span::after {
    top: -2px;
    transform: rotate(-90deg);
}

/* ── Service Nav ── */
#service {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

#service .service-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    margin: 0;
    padding: 0;
}

#service .service-cell {
    float: none;
    display: block;
    margin: 0;
}

#service .service-link,
#service .dropdown {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid transparent;
    border-radius: var(--wow-radius);
    color: #dbeeff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

#service .service-link:hover,
#service .dropdown:hover {
    color: #fff;
    border-color: var(--wow-line);
    background: rgba(0, 174, 255, 0.12);
    transform: translateY(-1px);
}

#service .service-explore .dropdown {
    color: #061525;
    border-color: rgba(71, 215, 255, 0.58);
    background: linear-gradient(135deg, var(--wow-blue-2), var(--wow-blue));
    box-shadow: 0 10px 26px rgba(0, 174, 255, 0.28);
}

/* ── Search ── */
.wow-search {
    position: relative;
    width: min(100%, 320px);
    flex: 0 1 320px;
}

.wow-search::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 50%;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(174, 213, 255, 0.65);
    border-radius: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: border-color 0.2s ease;
}

.wow-search::after {
    content: "";
    position: absolute;
    left: 25px;
    top: 50%;
    width: 7px;
    height: 2px;
    border-radius: 8px;
    background: rgba(174, 213, 255, 0.65);
    transform: translateY(4px) rotate(45deg);
    pointer-events: none;
    transition: background 0.2s ease;
}

.wow-search:focus-within::before { border-color: var(--wow-blue); }
.wow-search:focus-within::after  { background: var(--wow-blue); }

.wow-search input {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0 14px 0 40px;
    border: 1px solid rgba(124, 198, 255, 0.18);
    border-radius: 10px;
    outline: none;
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
    font-size: 13px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.wow-search input::placeholder { color: rgba(219, 238, 255, 0.45); }

.wow-search input:focus {
    border-color: rgba(0, 174, 255, 0.5);
    background: rgba(255, 255, 255, 0.11);
    box-shadow: 0 0 0 3px rgba(0, 174, 255, 0.1);
}

.navbar-static > nav.navbar { display: none; }

/* ══════════════════════════════════════════════════
   HERO BANNER
   ══════════════════════════════════════════════════ */
.home-banner { margin-top: 24px; }

.carousel-banner {
    position: relative;
    width: min(100% - 40px, 1680px);
    height: clamp(320px, 34vw, 460px);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid var(--wow-line);
    border-radius: var(--wow-radius-lg);
    box-shadow: var(--wow-shadow);
    background: rgba(6, 13, 25, 0.72);
}

.browse-template .home-banner .carousel-banner-controls {
    width: 100%;
    max-width: none;
    min-width: 0;
}

.carousel-banner .item,
.carousel-banner .item.active {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.55s ease;
}

.carousel-banner .item.active { opacity: 1; z-index: 2; }

.carousel-banner .item a {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carousel-banner .item:nth-child(1) a {
    background-image: url("./_files/hero-ogeQpeZ.jpg") !important;
}
.carousel-banner .item:nth-child(2) a {
    background-image: url("./_files/hero-tZg5Tv7.png") !important;
}
.carousel-banner .item:nth-child(3) a {
    background-image: url("./_files/hero-6l6LlC6.png") !important;
}
.carousel-banner .item:nth-child(4) a {
    background-image: url("./_files/hero-Dcw9mWt.png") !important;
}

.carousel-banner .item a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 11, 22, 0), rgba(4, 11, 22, 0.28));
    pointer-events: none;
}

.carousel-banner-controls .carousel-button {
    width: 46px;
    height: 46px;
    border: 1px solid var(--wow-line);
    border-radius: 50%;
    background: rgba(5, 14, 26, 0.66);
    backdrop-filter: blur(8px);
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.carousel-banner-controls .carousel-button:hover {
    transform: scale(1.12);
    border-color: var(--wow-line-hot);
    background: rgba(0, 174, 255, 0.22);
}

/* ══════════════════════════════════════════════════
   MAIN LAYOUT — Sidebar + Product Grid
   ══════════════════════════════════════════════════ */
.browse-template .browse-container {
    display: grid;
    grid-template-columns: var(--wow-sidebar-w) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    margin-top: 28px;
}

.browse-template .browse-container .browse-column {
    float: none;
    width: auto;
    margin: 0;
}

/* ── Sidebar ── */
.browse-template .home-sidebar {
    position: sticky;
    top: 104px;
    width: auto;
    padding: 14px;
    border: 1px solid var(--wow-line);
    border-radius: var(--wow-radius-lg);
    background: linear-gradient(180deg, rgba(11, 27, 47, 0.94), rgba(7, 16, 29, 0.9));
    box-shadow: var(--wow-shadow-sm);
}

.browse-template .home-sidebar::before {
    content: "Категории";
    display: block;
    margin: 0 2px 12px;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.7;
}

.browse-template .home-sidebar .game-types {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.browse-template .home-sidebar .game-types li {
    position: static;
    height: auto;
    margin: 0;
    padding: 0;
    border-bottom: 0;
    list-style: none;
}

.browse-template .home-sidebar .game-types li > a {
    display: flex;
    align-items: center;
    gap: 11px;
    height: auto;
    min-height: 44px;
    padding: 8px 10px;
    border: 1px solid transparent;
    border-radius: var(--wow-radius-sm);
    background: rgba(255, 255, 255, 0.03);
    color: #c8ddf2;
    text-decoration: none;
    font-size: 13px;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.browse-template .home-sidebar .game-types li > a:hover,
.browse-template .home-sidebar .game-types li > a:focus {
    color: #fff;
    border-color: rgba(0, 174, 255, 0.35);
    background: linear-gradient(135deg, rgba(0, 174, 255, 0.2), rgba(255, 196, 77, 0.07));
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.browse-template .home-sidebar .game-types li > a:hover .product-count,
.browse-template .home-sidebar .game-types li > a:focus .product-count {
    background: rgba(0, 174, 255, 0.28);
    color: #fff;
}

.browse-template .home-sidebar .game-types .game-badge {
    position: static;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--wow-radius-sm);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.browse-template .home-sidebar .game-types .game-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.browse-template .home-sidebar .game-types .game-name .filter-text {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
}

.browse-template .home-sidebar .game-types .game-name .product-count {
    flex: 0 0 auto;
    margin-left: 10px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(0, 174, 255, 0.15);
    color: #abe4ff;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
    transition: background 0.18s ease, color 0.18s ease;
}

/* ── Sidebar Gear Store ── */
.gear-store-sidebar { margin-top: 18px; }

.gear-store-banner-info {
    display: grid;
    gap: 10px;
    padding: 10px;
    border: 1px solid var(--wow-line);
    border-radius: var(--wow-radius);
    background: linear-gradient(180deg, rgba(11, 27, 47, 0.82), rgba(7, 16, 29, 0.72));
    box-shadow: var(--wow-shadow-sm);
}

.gear-store-banner-info p { margin: 0; }

.gear-store-banner-info p:empty,
.gear-store-banner-info p:has(> br),
.gear-store-banner-info p:has(> a:empty) { display: none; }

.gear-store-banner-info img {
    display: block;
    width: 100%;
    border: 1px solid var(--wow-line);
    border-radius: var(--wow-radius-sm);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    transition: transform 0.22s ease, filter 0.22s ease, border-color 0.22s ease;
}

.gear-store-banner-info a:hover img {
    transform: translateY(-2px);
    border-color: var(--wow-line-hot);
    filter: brightness(1.08);
}

/* ══════════════════════════════════════════════════
   PRODUCT CARDS
   ══════════════════════════════════════════════════ */
.browse-template ul.product-card-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.browse-template ul.product-card-container > li {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

.browse-template ul.product-card-container > li .product-link {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(124, 198, 255, 0.16);
    border-radius: var(--wow-radius-lg);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.01)),
        rgba(8, 21, 37, 0.9);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.28);
    color: inherit;
    isolation: isolate;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.browse-template ul.product-card-container > li .product-link::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(135deg, rgba(0, 174, 255, 0.32), rgba(255, 196, 77, 0.14), transparent 55%);
    border-radius: inherit;
    transition: opacity 0.3s ease;
}

.browse-template ul.product-card-container > li .product-link::after {
    content: "Подробнее";
    position: absolute;
    right: 16px;
    bottom: 16px;
    padding: 9px 18px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #4cdcff, #0077cc);
    color: #02101d;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 4px 16px rgba(0, 157, 255, 0.3);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.browse-template ul.product-card-container > li .product-link:hover,
.browse-template ul.product-card-container > li .product-link:focus {
    transform: translateY(-5px);
    border-color: rgba(0, 174, 255, 0.5);
    box-shadow:
        0 24px 56px rgba(0, 0, 0, 0.44),
        0 0 0 1px rgba(0, 174, 255, 0.14);
}

.browse-template ul.product-card-container > li .product-link:hover::before,
.browse-template ul.product-card-container > li .product-link:focus::before { opacity: 1; }

.browse-template ul.product-card-container > li .product-link:hover::after,
.browse-template ul.product-card-container > li .product-link:focus::after {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 26px rgba(0, 174, 255, 0.48);
    filter: brightness(1.12);
    background: linear-gradient(135deg, #6ae3ff, #0088dd);
}

.browse-template ul.product-card-container > li .product-link .cover { display: none; }

.browse-template ul.product-card-container > li div.thumbnail {
    display: flex;
    flex-direction: column;
    flex: 1;
    background: transparent;
}

/* ── Card Image ── */
.browse-template .main_image_item {
    position: relative;
    display: block;
    height: 230px;
    max-height: none;
    overflow: hidden;
    background:
        radial-gradient(ellipse at 50% 25%, rgba(0, 174, 255, 0.16), transparent 55%),
        #071523;
}

.browse-template .main_image_item::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    background: linear-gradient(180deg, transparent, rgba(8, 21, 37, 0.72));
    pointer-events: none;
}

.browse-template ul.product-card-container > li div.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1);
    transition: transform 0.35s ease, filter 0.35s ease;
}

.browse-template ul.product-card-container > li .product-link:hover img,
.browse-template ul.product-card-container > li .product-link:focus img {
    transform: scale(1.06);
    filter: saturate(1.12) contrast(1.05);
}

/* ── Card Info ── */
.browse-template ul.product-card-container > li div.thumbnail .product-card-info {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 12px;
    padding: 18px 18px 62px;
}

.browse-template ul.product-card-container > li div.thumbnail .product-card-info h3,
.browse-template ul.product-card-container > li div.thumbnail .product-card-info .heading-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    color: #f7fbff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: 0.01em;
}

.browse-template ul.product-card-container > li div.thumbnail .product-card-info p {
    margin: auto 0 0;
}

.browse-template ul.product-card-container > li div.thumbnail .product-card-info .product-price,
.browse-template ul.product-card-container > li div.thumbnail .product-card-info p.product-price {
    color: var(--wow-gold);
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.03em;
    text-shadow: 0 0 28px rgba(255, 196, 77, 0.28);
}

.browse-template ul.product-card-container > li div.thumbnail .product-card-info .product-price::before {
    content: "Цена";
    display: block;
    margin-bottom: 2px;
    color: var(--wow-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-shadow: none;
}

/* ══════════════════════════════════════════════════
   SHARED UI
   ══════════════════════════════════════════════════ */
.btn,
button,
input[type="submit"],
input[type="button"] {
    border-radius: var(--wow-radius);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover { transform: translateY(-1px); }

input,
select,
textarea { border-radius: var(--wow-radius); }

/* ══════════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════════ */
.footer {
    width: min(100% - 40px, 1680px);
    margin: 48px auto 24px;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--wow-line);
    border-radius: var(--wow-radius-lg);
    background: linear-gradient(135deg, rgba(10, 23, 41, 0.94), rgba(6, 13, 24, 0.88));
    box-shadow: var(--wow-shadow-sm);
    text-align: left;
}

.wow-footer {
    display: grid;
    grid-template-columns: 1.1fr 1.4fr auto;
    gap: 24px;
    align-items: center;
    padding: 24px;
}

.wow-footer__brand {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.03em;
}

.wow-footer__text {
    margin-top: 5px;
    color: var(--wow-muted);
    font-size: 13px;
}

.wow-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wow-footer__links a {
    padding: 8px 11px;
    border: 1px solid rgba(124, 198, 255, 0.12);
    border-radius: var(--wow-radius);
    color: #cfe5f8;
    background: rgba(255, 255, 255, 0.045);
    font-weight: 700;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.wow-footer__links a:hover {
    color: #fff;
    border-color: var(--wow-line-hot);
    background: rgba(0, 174, 255, 0.13);
}

.wow-footer__meta {
    color: var(--wow-muted);
    font-size: 13px;
    text-align: right;
}

/* ══════════════════════════════════════════════════
   ANIMATIONS
   ══════════════════════════════════════════════════ */
.wow-reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.wow-reveal.is-visible {
    opacity: 1;
    transform: none;
}

/* ══════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════ */

/* ≥1440px: 4 columns */
@media (min-width: 1440px) {
    .browse-template ul.product-card-container {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* ≤1180px: 2 columns, compact search */
@media (max-width: 1180px) {
    .browse-template ul.product-card-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    #service { gap: 12px; }
    .wow-search { flex-basis: 260px; }
}

/* ≤920px: tablet — sidebar below, 2-col categories, mobile nav */
@media (max-width: 920px) {
    .navbar.header .grid-container {
        flex-wrap: wrap;
        gap: 12px;
        padding: 12px 0;
    }

    .wow-mobile-toggle {
        display: block;
        margin-left: auto;
    }

    #service {
        display: none;
        order: 3;
        width: 100%;
        align-items: stretch;
        flex-direction: column;
        padding: 12px;
        border: 1px solid var(--wow-line);
        border-radius: var(--wow-radius);
        background: rgba(6, 13, 25, 0.88);
    }

    body.wow-nav-open #service { display: flex; }

    #service .service-bar {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    #service .service-link,
    #service .dropdown {
        width: 100%;
        justify-content: center;
    }

    .wow-search {
        width: 100%;
        flex-basis: auto;
    }

    .browse-template .browse-container {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .browse-template .home-sidebar {
        position: relative;
        top: auto;
    }

    .browse-template .home-sidebar .game-types {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }

    .gear-store-banner-info {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wow-footer { grid-template-columns: 1fr; text-align: center; }
    .wow-footer__links { justify-content: center; }
    .wow-footer__meta { text-align: center; }
}

/* ≤640px: mobile — single column everything */
@media (max-width: 640px) {
    .grid-container,
    .footer {
        width: min(100% - 24px, 1680px);
    }

    .navbar.header .brand.mark img { width: 140px; }
    .home-banner { margin-top: 16px; }
    .browse-template .browse-container { margin-top: 20px; }

    .browse-template .home-sidebar .game-types {
        display: flex;
        flex-direction: column;
    }

    .browse-template ul.product-card-container,
    .gear-store-banner-info {
        grid-template-columns: 1fr;
    }

    .browse-template .main_image_item { height: 210px; }
    #service .service-bar { grid-template-columns: 1fr; }
    .wow-footer { padding: 20px; }
}

/* Accessibility: respect user motion preferences */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto;
        transition-duration: 0.01ms;
        animation-duration: 0.01ms;
        animation-iteration-count: 1;
    }
}
