/* ==========================================================================
   SHOP ARCHIVE PAGE TEMPLATE
   ========================================================================== */

.w2w-shop-archive {
    --fvs-heavy: "wdth" 114, "XTRA" 600, "XOPQ" 96, "YOPQ" 79, "YTLC" 530, "YTUC" 690, "YTAS" 740, "YTDE" -180, "YTFI" 738;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 120px;
}

.w2w-shop-archive__container {
    max-width: 1460px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.w2w-shop-archive__layout {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}

.w2w-shop-archive__sidebar {
    max-width: 220px;
    width: 100%;
    flex-shrink: 0;
    position: static;
}

.w2w-shop-archive__content {
    width: 1061px;
    min-width: 0;
}

/* Hero Banner
   ========================================================================== */

.w2w-shop-archive__hero {
    max-width: 100%;
}

.w2w-shop-archive__hero-slider {
    height: 275px;
    border-radius: 12px;
    border: 1px solid var(--grey, #4F5058);
    overflow: hidden;
    position: relative;
}

.w2w-shop-archive__hero-slide {
    display: block;
    width: 100%;
    height: 275px;
    background-image: var(--bg-desktop);
    background-color: #0D0F15;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 1100px) {
    .w2w-shop-archive__hero-slide {
        background-position: left center;
    }
}

@media (max-width: 740px) {
    .w2w-shop-archive__hero-slide {
        background-image: var(--bg-mobile);
    }
}

/* Arrows */
.w2w-shop-archive__hero-prev,
.w2w-shop-archive__hero-next {
    width: 46px;
    height: 46px;
    background: #1A1D29;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.w2w-shop-archive__hero-prev::after,
.w2w-shop-archive__hero-next::after {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Pagination dots */
.w2w-shop-archive__hero-pagination {
    bottom: 12px;
}

.w2w-shop-archive__hero-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: 1;
    border-radius: 3px;
    transition: width 0.3s ease, opacity 0.3s ease;
}

.w2w-shop-archive__hero-pagination .swiper-pagination-bullet-active {
    width: 24px;
    height: 6px;
    border-radius: 3px;
    background: #fff;
}

/* Shop Bar
   ========================================================================== */

.w2w-shop-archive__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 42px;
}

.w2w-shop-archive__bar-title {
    display: flex;
    align-items: center;
    gap: 13px;
}

.w2w-shop-archive__bar-shop {
    color: var(--white, #FFF) !important;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 1000;
    font-variation-settings: var(--fvs-heavy);
    line-height: 110%;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #FFF !important;
    background-clip: unset !important;
}

.w2w-shop-archive__bar-count {
    color: var(--white, #FFF);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.2px;
}

.w2w-shop-archive__bar-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 360px;
    width: 100%;
    padding: 10px 12px 10px 20px;
    border-radius: 90px;
    background: #1A1D29;
    cursor: text;
}

.w2w-shop-archive__search-input {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    color: var(--white, #FFF) !important;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    width: 100%;
    height: auto !important;
}

.w2w-shop-archive__search-input::placeholder {
    color: #FFF !important;
}

.w2w-shop-archive__bar-search svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.w2w-shop-archive__bar-sort {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 250px;
    padding: 10px 12px 10px 20px;
    border-radius: 90px;
    background: #1A1D29;
    cursor: pointer;
    user-select: none;
}

.w2w-shop-archive__sort-selected {
    color: #FFF;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.2px;
}

.w2w-shop-archive__sort-arrow {
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.w2w-shop-archive__bar-sort.is-open .w2w-shop-archive__sort-arrow {
    transform: rotate(180deg);
}

.w2w-shop-archive__sort-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: var(--grey, #4F5058);
    border-radius: 16px;
    box-shadow: 0 10px 19.2px 0 rgba(0, 0, 0, 0.40);
    list-style: none;
    margin: 0;
    padding: 8px;
    z-index: 500;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.w2w-shop-archive__bar-sort:not(.is-open) .w2w-shop-archive__sort-dropdown {
    display: none;
}

.w2w-shop-archive__bar-sort.is-open .w2w-shop-archive__sort-dropdown {
    display: flex;
}

.w2w-shop-archive__sort-dropdown li {
    padding: 4px 12px;
    margin: 0;
    color: var(--white, #FFF);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.2px;
    cursor: pointer;
    border-radius: 8px;
    transition: color 0.15s;
}

.w2w-shop-archive__sort-dropdown li:hover,
.w2w-shop-archive__sort-dropdown li.is-active {
    color: #34B4F4;
    background: none;
}

/* Ad Cards
   ========================================================================== */

.w2w-shop-archive__ad-card {
    width: 100%;
    height: 470px;
    border-radius: 12px;
    border: 1px solid var(--grey, #4F5058);
    background: #1A1D29 center / cover no-repeat;
    overflow: hidden;
    flex-shrink: 0;
}

.w2w-shop-archive__ad-card__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 32px;
}

.w2w-shop-archive__ad-card__logo {
    max-height: 40px;
    margin-bottom: 42px;
}

.w2w-shop-archive__ad-card__logo img {
    max-height: 40px;
    width: auto;
    display: block;
}

.w2w-shop-archive__ad-card__content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.w2w-shop-archive__ad-card__title {
    color: var(--blue, #34B4F4) !important;
    font-family: Roboto, sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 1000 !important;
    font-variation-settings: var(--fvs-heavy) !important;
    line-height: 110% !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    max-width: 220px;
    margin: 0 0 8px !important;
}

.w2w-shop-archive__ad-card__text {
    color: var(--white, #FFF);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.2px;
    margin: 0;
}

.w2w-shop-archive__ad-card__btn {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--Brand-color, #34B4F4);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.2px;
}

.w2w-shop-archive__ad-card:hover .w2w-shop-archive__ad-card__btn {
    opacity: 0.8;
}

a.w2w-shop-archive__ad-card {
    text-decoration: none;
    transition: opacity 0.2s ease;
    display: block;
}

/* Product Grid
   ========================================================================== */

.w2w-shop-archive__product-buttons {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, height 0.3s ease, margin-top 0.3s ease;
}

.w2w-shop-archive__product:hover .w2w-shop-archive__product-buttons {
    height: 46px;
    margin-top: 12px;
    opacity: 1;
}

.w2w-shop-archive__product-btn-view {
    display: flex;
    padding: 16px 0;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    border-radius: 40px;
    background: var(--blue, #34B4F4);
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 1000;
    font-variation-settings: var(--fvs-heavy);
    line-height: 120%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.w2w-shop-archive__product-btn-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--blue, #34B4F4);
}

.w2w-shop-archive__product-btn-view:hover {
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}

.w2w-shop-archive__product-btn-cart:hover {
    opacity: 0.8;
}

.w2w-shop-archive .added_to_cart {
    display: none !important;
}

.w2w-shop-archive__product-btn-cart svg {
    width: 20px;
    height: 20px;
}

.w2w-shop-archive__load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.w2w-shop-archive__load-more {
    width: 390px;
    padding: 16px 40px;
    color: var(--blue, #34B4F4);
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 1000;
    font-variation-settings: var(--fvs-heavy);
    line-height: 120%;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid var(--blue, #34B4F4);
    border-radius: 40px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.w2w-shop-archive__load-more:hover {
    opacity: 0.8;
}

.w2w-shop-archive__load-more:disabled {
    opacity: 0.4;
    cursor: default;
}

.w2w-shop-archive__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 42px;
}

.w2w-shop-archive__product {
    position: relative;
    width: 100%;
    height: 470px;
    border-radius: 12px;
    border: 1px solid var(--grey, #4F5058);
    background: var(--background-color, #1A1D29);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.w2w-shop-archive__product:hover {
    box-shadow: 0 0 10px 0 #34B4F4;
}

.w2w-shop-archive__product-link {
    display: block;
    text-decoration: none;
    color: #FFF;
}

.w2w-shop-archive__product-image {
    width: 100%;
    height: 340px;
    overflow: hidden;
}

.w2w-shop-archive__product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.w2w-shop-archive__product:hover .w2w-shop-archive__product-image img {
    transform: translateY(-33px);
}

.w2w-shop-archive__product-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 130px;
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    background: #0D0F15;
    transition: height 0.3s ease;
    overflow: hidden;
}

.w2w-shop-archive__product:hover .w2w-shop-archive__product-info {
    height: 188px;
}

.w2w-shop-archive__product-info__top {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.w2w-shop-archive__product-info__bottom {
    margin-top: auto;
    display: flex;
    flex-direction: column;
}

.w2w-shop-archive__product-title {
    margin-bottom: 0;
}

.w2w-shop-archive__product-uptitle {
    color: var(--blue, #34B4F4);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.2px;
    margin-bottom: 5px;
}

.w2w-shop-archive__product-title {
    color: var(--white, #FFF);
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 1000;
    font-variation-settings: var(--fvs-heavy);
    line-height: 110%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.w2w-shop-archive__product-price .wcsatt-sub-options,
.w2w-shop-archive__product-price .wcsatt-sub-discount {
    display: none !important;
}

.w2w-shop-archive__product-price,
.w2w-shop-archive__product-price * {
    color: var(--blue, #34B4F4) !important;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 1000;
    font-variation-settings: var(--fvs-heavy);
    line-height: 110%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Compact product card (Recently Viewed)
   ========================================================================== */

.w2w-shop-archive__product--compact:hover {
    box-shadow: none;
}

.w2w-shop-archive__product--compact .w2w-shop-archive__product-info,
.w2w-shop-archive__product--compact:hover .w2w-shop-archive__product-info {
    height: 110px;
}

.w2w-shop-archive__product--compact:hover .w2w-shop-archive__product-image img {
    transform: none;
}

.w2w-shop-archive__product--compact .w2w-shop-archive__product-info__bottom {
    margin-top: auto;
    flex-direction: row;
    align-items: center;
}

.w2w-shop-archive__product--compact .w2w-shop-archive__product-btn-cart {
    width: 46px;
    height: 46px;
    opacity: 1;
    margin-left: auto;
    flex-shrink: 0;
}

.w2w-shop-archive__product--compact .w2w-shop-archive__product-btn-cart:hover {
    opacity: 0.8;
}

/* Recently Viewed
   ========================================================================== */

.w2w-shop-archive__recently-viewed {
    margin-top: 120px;
}

.w2w-shop-archive__recently-viewed__title {
    color: var(--blue, #34B4F4) !important;
    font-family: Roboto, sans-serif !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 1000 !important;
    font-variation-settings: var(--fvs-heavy) !important;
    line-height: 110% !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    margin: 0 0 42px !important;
}

.w2w-shop-archive__recently-viewed__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Disclaimer
   ========================================================================== */

.w2w-shop-archive__disclaimer {
    margin-top: 120px;
}

.w2w-shop-archive__disclaimer p {
    color: #FFF;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: justify;
    margin: 0 0 4px;
}

.w2w-shop-archive__disclaimer p:last-child {
    margin-bottom: 0;
}

.w2w-shop-archive__disclaimer a {
    color: #34B4F4;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.w2w-shop-archive__disclaimer a:hover {
    text-decoration: underline;
}

/* Sidebar
   ========================================================================== */

.w2w-shop-archive__sidebar-title {
    color: var(--white, #FFF);
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 1000;
    font-variation-settings: var(--fvs-heavy);
    line-height: 110%;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

.w2w-shop-archive__filters {
    list-style: none;
    margin: 24px 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.w2w-shop-archive__filter-item a {
    display: flex;
    align-items: center;
    height: 33px;
    padding: 6px 8px;
    color: var(--white, #FFF);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.2px;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.2s;
}

.w2w-shop-archive__filter-item.is-active a {
    background: #34B4F4;
}

.w2w-shop-archive__filter-item--child a {
    padding-left: 20px;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

/* Mobile-only controls: hidden on desktop */
.w2w-shop-archive__sidebar-close {
    display: none;
}

.w2w-shop-archive__sidebar-toggle {
    display: none;
}

.w2w-shop-archive .w2w-shop-archive__sidebar-toggle {
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    background: none !important;
    border: none !important;
    color: #FFF !important;
    font-family: Roboto, sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variation-settings: normal !important;
    line-height: 140% !important;
    letter-spacing: 0.2px !important;
    cursor: pointer;
    padding: 0 !important;
    max-width: 210px;
    box-shadow: none !important;
    text-transform: none !important;
}

.w2w-shop-archive__sort-icon {
    display: none;
}

/* Sidebar overlay */
.w2w-shop-archive__sidebar-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    cursor: pointer;
}

.w2w-shop-archive__sidebar-overlay.is-visible {
    display: block;
}

/* --------------------------------------------------------------------------
   Tablet + mobile (≤ 1024px): sidebar becomes a slide-in overlay
   -------------------------------------------------------------------------- */

@media (max-width: 1024px) {

    .w2w-shop-archive {
        padding-top: 60px;
    }

    .w2w-shop-archive__layout {
        flex-direction: column;
        gap: 0;
    }

    .w2w-shop-archive__content {
        width: 100%;
    }

    /* Sidebar: fixed drawer from left */
    .w2w-shop-archive__sidebar {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1000;
        width: 280px;
        max-width: 80vw;
        background: #0D0F15;
        border-right: 1px solid #4F5058;
        padding: 24px 20px;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        overflow-y: auto;
    }

    .w2w-shop-archive__sidebar.is-open {
        transform: translateX(0);
    }

    /* Sidebar close button */
    .w2w-shop-archive__sidebar-close {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        margin-bottom: 20px;
    }

    .w2w-shop-archive__sidebar-close svg path {
        stroke: #34B4F4;
    }

    /* Sidebar toggle button (in bar) */
    .w2w-shop-archive__sidebar-toggle {
        display: flex;
        order: 2;
        flex: 1;
    }

    /* Bar reflows into two rows */
    .w2w-shop-archive__bar {
        flex-wrap: wrap;
        gap: 16px;
        margin-top: 24px;
        justify-content: space-between;
    }

    .w2w-shop-archive__bar-title {
        display: none;
    }

    .w2w-shop-archive__bar-search {
        order: 1;
        max-width: 100%;
        width: 100%;
    }

    /* Sort: icon-only on tablet/mobile */
    .w2w-shop-archive__bar-sort {
        order: 3;
        width: auto;
        padding: 10px 12px;
        justify-content: center;
        gap: 0;
    }

    .w2w-shop-archive__sort-icon {
        display: block;
    }

    .w2w-shop-archive__sort-selected,
    .w2w-shop-archive__sort-arrow {
        display: none;
    }

    /* Dropdown: align to right edge of icon button */
    .w2w-shop-archive__sort-dropdown {
        left: auto;
        right: 0;
        min-width: 220px;
        width: auto;
    }
}

/* --------------------------------------------------------------------------
   Mobile (≤ 768px): 2-column grid, compact cards
   -------------------------------------------------------------------------- */

@media (max-width: 768px) {

    .w2w-shop-archive__container {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* Grid: 2 columns */
    .w2w-shop-archive__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: row dense;
        gap: 12px;
        margin-top: 24px;
    }

    /* Ad cards span full width */
    .w2w-shop-archive__grid .w2w-shop-archive__ad-card {
        grid-column: 1 / -1;
        height: auto;
    }

    .w2w-shop-archive__ad-card__logo {
        display: none;
    }

    .w2w-shop-archive__ad-card__inner {
        align-items: center;
        padding: 24px;
    }

    .w2w-shop-archive__ad-card__content {
        text-align: center;
        align-items: center;
    }

    .w2w-shop-archive__ad-card__title {
        margin: 0 0 4px !important;
    }

    .w2w-shop-archive__ad-card__text {
        margin-bottom: 12px;
    }

    .w2w-shop-archive__ad-card__btn {
        background: #34B4F4;
        color: var(--background-color, #1A1D29) !important;
        border-radius: 40px;
        padding: 12px 28px;
        justify-content: center;
        font-family: Roboto, sans-serif !important;
        font-size: 12px !important;
        font-style: normal !important;
        font-weight: 1000 !important;
        font-variation-settings: var(--fvs-heavy) !important;
        line-height: 120% !important;
        letter-spacing: 1px !important;
        text-transform: uppercase !important;
        margin-top: 0;
    }

    .w2w-shop-archive__ad-card__btn svg {
        display: none;
    }

    /* Product cards: compact proportions */
    .w2w-shop-archive__product {
        height: 290px;
    }

    .w2w-shop-archive__product-image {
        height: 168px;
    }

    .w2w-shop-archive__product-info {
        height: 125px;
        padding: 10px 12px;
        transition: none;
    }

    /* No hover effects on touch */
    .w2w-shop-archive__product:hover {
        box-shadow: none;
    }

    .w2w-shop-archive__product:hover .w2w-shop-archive__product-info {
        height: 125px;
    }

    .w2w-shop-archive__product:hover .w2w-shop-archive__product-image img {
        transform: none;
    }

    .w2w-shop-archive__product:hover .w2w-shop-archive__product-buttons {
        height: auto;
        margin-top: 0;
    }

    .w2w-shop-archive__product-image img,
    .w2w-shop-archive__product-info {
        transition: none;
    }

    /* Typography: smaller */
    .w2w-shop-archive__product-title {
        font-size: 12px !important;
        letter-spacing: 0.5px;
    }

    .w2w-shop-archive__product-uptitle {
        font-size: 10px;
        margin-bottom: 2px;
    }

    .w2w-shop-archive__product-price,
    .w2w-shop-archive__product-price * {
        font-size: 14px;
    }

    /* Bottom: price + cart always in a row */
    .w2w-shop-archive__product-info__bottom {
        flex-direction: row;
        align-items: center;
        margin-top: auto;
    }

    .w2w-shop-archive__product-buttons {
        height: auto;
        overflow: visible;
        opacity: 1;
        margin-top: 0;
        margin-left: auto;
        flex-shrink: 0;
    }

    .w2w-shop-archive__product-btn-view {
        display: none;
    }

    .w2w-shop-archive__product-btn-cart {
        width: 32px;
        height: 32px;
    }

    .w2w-shop-archive__product-btn-cart svg {
        width: 14px;
        height: 14px;
    }

    /* Load more: full width */
    .w2w-shop-archive__load-more {
        width: 100%;
    }

    /* Recently viewed: 2×2 grid */
    .w2w-shop-archive__recently-viewed {
        margin-top: 80px;
    }

    .w2w-shop-archive__recently-viewed__title {
        font-size: 18px !important;
        margin-bottom: 24px !important;
    }

    .w2w-shop-archive__recently-viewed__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    /* Compact cards inside recently viewed on mobile — match regular card proportions */
    .w2w-shop-archive__recently-viewed__grid .w2w-shop-archive__product--compact {
        height: 290px;
    }

    .w2w-shop-archive__recently-viewed__grid .w2w-shop-archive__product--compact .w2w-shop-archive__product-image {
        height: 168px;
    }

    .w2w-shop-archive__recently-viewed__grid .w2w-shop-archive__product--compact .w2w-shop-archive__product-info,
    .w2w-shop-archive__recently-viewed__grid .w2w-shop-archive__product--compact:hover .w2w-shop-archive__product-info {
        height: 110px;
    }

    .w2w-shop-archive__recently-viewed__grid .w2w-shop-archive__product--compact .w2w-shop-archive__product-btn-cart {
        width: 32px;
        height: 32px;
    }

    /* Disclaimer */
    .w2w-shop-archive__disclaimer {
        margin-top: 80px;
    }

    .w2w-shop-archive__disclaimer p,
    .w2w-shop-archive__disclaimer a {
        font-size: 14px;
    }
}

/* --------------------------------------------------------------------------
   Mobile hero slider (≤ 740px): full-width, flush, aspect-ratio height
   -------------------------------------------------------------------------- */

@media (max-width: 740px) {

    .w2w-shop-archive {
        padding-top: 0;
    }

    .w2w-shop-archive__container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .w2w-shop-archive__bar,
    .w2w-shop-archive__grid,
    .w2w-shop-archive__load-more-wrap,
    .w2w-shop-archive__recently-viewed,
    .w2w-shop-archive__disclaimer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .w2w-shop-archive__hero-slider {
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 0;
        border: none;
    }

    .w2w-shop-archive__hero-slide {
        height: 100%;
        background-position: center;
    }

    .w2w-shop-archive__hero-prev,
    .w2w-shop-archive__hero-next {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
