/**
 * Shared Vaslyar product cards and product archive.
 *
 * Everything is scoped to the `vy-` component namespace so the approved
 * header, footer, home, cart and checkout surfaces remain untouched.
 */

body.vaslyar-products-archive-page {
    --vy-pa-bg: var(--vy-paper);
    --vy-pa-surface: var(--vy-surface);
    --vy-pa-surface-soft: var(--vy-subtle);
    --vy-pa-ink: var(--vy-ink);
    --vy-pa-muted: var(--vy-muted);
    --vy-pa-line: var(--vy-line);
    --vy-pa-line-strong: var(--vy-line-strong);
    --vy-pa-shadow: var(--vy-shadow-soft);
    --vy-pa-shadow-hover: var(--vy-shadow);
    --vy-pa-focus: var(--vy-focus);
    background: var(--vy-pa-bg) !important;
    color: var(--vy-pa-ink);
}

body.vaslyar-product-page {
    --vy-pa-surface: var(--vy-surface);
    --vy-pa-surface-soft: var(--vy-subtle);
    --vy-pa-ink: var(--vy-ink);
    --vy-pa-muted: var(--vy-muted);
    --vy-pa-line: var(--vy-line);
    --vy-pa-line-strong: var(--vy-line-strong);
    --vy-pa-shadow-hover: var(--vy-shadow);
    --vy-pa-focus: var(--vy-focus);
}

.vy-products-archive,
.vy-products-archive * {
    box-sizing: border-box;
}

.vy-products-archive {
    width: 100%;
    min-width: 0;
    min-height: 60vh;
    overflow: clip;
    color: var(--vy-pa-ink, #101828);
    background: var(--vy-pa-bg, #f7f8fb);
    font-family: Tahoma, "Segoe UI", Arial, sans-serif;
}

.vy-products-container {
    width: min(calc(100% - 32px), 1460px);
    margin-inline: auto;
}

.vy-products-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(28px, 5vw, 68px) 0 clamp(30px, 5vw, 60px);
    border-bottom: 1px solid var(--vy-pa-line, rgba(16, 24, 40, .1));
    background:
        radial-gradient(circle at 12% 18%, color-mix(in srgb, var(--vy-accent, #57e3c3) 18%, transparent), transparent 34%),
        radial-gradient(circle at 88% 12%, color-mix(in srgb, var(--vy-brand, #ff5268) 12%, transparent), transparent 30%),
        linear-gradient(180deg, var(--vy-pa-surface, #fff), var(--vy-pa-bg, #f7f8fb));
}

.vy-products-hero::after {
    position: absolute;
    z-index: -1;
    inset: auto -8% -58% auto;
    width: min(52vw, 660px);
    aspect-ratio: 1;
    content: "";
    border: 1px solid color-mix(in srgb, var(--vy-accent, #57e3c3) 20%, transparent);
    border-radius: 50%;
    box-shadow:
        0 0 0 54px color-mix(in srgb, var(--vy-accent, #57e3c3) 4%, transparent),
        0 0 0 108px color-mix(in srgb, var(--vy-accent, #57e3c3) 2%, transparent);
    pointer-events: none;
}

.vy-products-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 28px;
    margin-bottom: clamp(24px, 4vw, 42px);
    color: var(--vy-pa-muted, #5f6c7b);
    font-size: 12px;
    line-height: 1.6;
}

.vy-products-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.vy-products-breadcrumb a:hover {
    color: var(--vy-pa-ink, #101828);
}

.vy-products-breadcrumb svg {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
}

.vy-products-hero__content {
    max-width: 780px;
}

.vy-products-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    color: var(--vy-pa-muted, #5f6c7b);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .01em;
}

.vy-products-kicker i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--vy-accent, #57e3c3);
    box-shadow: 0 0 0 5px color-mix(in srgb, var(--vy-accent, #57e3c3) 16%, transparent);
}

.vy-products-hero h1 {
    max-width: 760px;
    margin: 0;
    color: var(--vy-pa-ink, #101828);
    font-size: clamp(31px, 5vw, 58px);
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: -.045em;
}

.vy-products-hero__content > p {
    max-width: 700px;
    margin: 20px 0 0;
    color: var(--vy-pa-muted, #5f6c7b);
    font-size: clamp(14px, 1.6vw, 17px);
    line-height: 2;
}

.vy-products-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: clamp(24px, 4vw, 38px);
}

.vy-products-trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    color: var(--vy-pa-muted, #5f6c7b);
    font-size: 12px;
    font-weight: 700;
}

.vy-products-trust svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: var(--vy-accent, #087f6c);
}

.vy-products-catalog {
    padding: clamp(28px, 5vw, 64px) 0 clamp(64px, 8vw, 112px);
}

.vy-products-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: end;
    padding: clamp(16px, 2.2vw, 24px);
    border: 1px solid var(--vy-pa-line, rgba(16, 24, 40, .1));
    border-radius: 24px;
    background: color-mix(in srgb, var(--vy-pa-surface, #fff) 92%, transparent);
    box-shadow: var(--vy-pa-shadow, 0 18px 50px rgba(16, 24, 40, .08));
}

.vy-products-toolbar__filters > span,
.vy-products-sort > label {
    display: block;
    margin-bottom: 10px;
    color: var(--vy-pa-muted, #5f6c7b);
    font-size: 12px;
    font-weight: 800;
}

.vy-products-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vy-products-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    min-height: 44px;
    padding: 8px 16px;
    border: 1px solid var(--vy-pa-line, rgba(16, 24, 40, .1));
    border-radius: 999px;
    color: var(--vy-pa-ink, #101828);
    background: var(--vy-pa-surface-soft, #f0f4f8);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    touch-action: manipulation;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.vy-products-filter:hover {
    border-color: var(--vy-pa-line-strong, rgba(16, 24, 40, .16));
    background: var(--vy-pa-surface, #fff);
}

.vy-products-filter.is-active {
    border-color: transparent;
    color: #07111f;
    background: var(--vy-accent, #57e3c3);
    box-shadow: 0 8px 24px color-mix(in srgb, var(--vy-accent, #57e3c3) 24%, transparent);
}

.vy-products-sort {
    display: grid;
    grid-template-columns: minmax(190px, 230px) auto;
    gap: 8px;
    align-items: end;
}

.vy-products-sort > label {
    grid-column: 1 / -1;
    margin-bottom: 2px;
}

.vy-products-sort__control {
    position: relative;
}

.vy-products-sort select {
    width: 100%;
    min-height: 46px;
    padding: 8px 14px 8px 42px;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid var(--vy-pa-line, rgba(16, 24, 40, .1));
    border-radius: 14px;
    color: var(--vy-pa-ink, #101828);
    background: var(--vy-pa-surface-soft, #f0f4f8);
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.vy-products-sort__control svg {
    position: absolute;
    top: 50%;
    left: 14px;
    width: 17px;
    height: 17px;
    color: var(--vy-pa-muted, #5f6c7b);
    transform: translateY(-50%);
    pointer-events: none;
}

.vy-products-sort button,
.vy-products-empty > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 8px 18px;
    border: 1px solid transparent;
    border-radius: 14px;
    color: #fff;
    background: var(--vy-navy, #07111f);
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    touch-action: manipulation;
    transition: opacity .2s ease, box-shadow .2s ease;
}

html[data-hg-theme="dark"] .vy-products-sort button,
html[data-hg-theme="dark"] .vy-products-empty > a {
    color: #07111f;
    background: var(--vy-accent, #57e3c3);
}

.vy-products-sort button:hover,
.vy-products-empty > a:hover {
    opacity: .88;
    box-shadow: 0 10px 26px rgba(7, 17, 31, .2);
}

.vy-products-filter:focus-visible,
.vy-products-sort select:focus-visible,
.vy-products-sort button:focus-visible,
.vy-product-card__link:focus-visible,
.vy-products-pagination a:focus-visible,
.vy-products-empty > a:focus-visible {
    outline: 3px solid var(--vy-pa-focus, #087f6c);
    outline-offset: 3px;
}

.vy-products-summary {
    margin: 22px 0 18px;
    color: var(--vy-pa-muted, #5f6c7b);
    font-size: 13px;
    line-height: 1.8;
}

.vy-products-summary strong {
    color: var(--vy-pa-ink, #101828);
    font-size: 15px;
    font-variant-numeric: tabular-nums;
}

.vy-products-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    min-width: 0;
}

/* Shared card: also used by real related-product queries. */
.vy-product-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--vy-pa-line, rgba(16, 24, 40, .1));
    border-radius: 22px;
    color: var(--vy-pa-ink, #101828);
    background: var(--vy-pa-surface, #fff);
    box-shadow: 0 12px 34px rgba(16, 24, 40, .055);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.vy-product-card::before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    content: "";
    background: var(--vy-product-accent, var(--vy-accent, #57e3c3));
}

.vy-product-card:hover {
    border-color: color-mix(in srgb, var(--vy-product-accent, #57e3c3) 42%, var(--vy-pa-line, transparent));
    box-shadow: var(--vy-pa-shadow-hover, 0 24px 66px rgba(16, 24, 40, .13));
    transform: translateY(-4px);
}

.vy-product-card__link {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: clamp(13px, 2vw, 20px);
    color: inherit;
    text-decoration: none;
    touch-action: manipulation;
}

.vy-product-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
    margin-bottom: 17px;
}

.vy-product-card__symbol {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(40px, 4vw, 50px);
    height: clamp(40px, 4vw, 50px);
    flex: 0 0 auto;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--vy-product-accent, #57e3c3) 42%, transparent);
    border-radius: 15px;
    color: var(--vy-product-accent, #087f6c);
    background:
        linear-gradient(145deg, color-mix(in srgb, var(--vy-product-accent, #57e3c3) 22%, transparent), color-mix(in srgb, var(--vy-product-accent, #57e3c3) 8%, transparent)),
        var(--vy-pa-surface-soft, #f0f4f8);
    font-size: clamp(15px, 2vw, 20px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.04em;
}

.vy-product-card__symbol.has-image {
    background: var(--vy-pa-surface-soft, #f0f4f8);
    box-shadow: 0 9px 24px color-mix(in srgb, var(--vy-product-accent, #57e3c3) 18%, transparent);
}

.vy-product-card__symbol img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vy-product-card__type {
    min-width: 0;
    max-width: 68%;
    padding: 6px 9px;
    overflow-wrap: anywhere;
    border: 1px solid var(--vy-pa-line, rgba(16, 24, 40, .1));
    border-radius: 999px;
    color: var(--vy-pa-muted, #5f6c7b);
    background: var(--vy-pa-surface-soft, #f0f4f8);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
}

.vy-product-card h3 {
    margin: 0 0 9px;
    overflow-wrap: anywhere;
    color: var(--vy-pa-ink, #101828);
    font-size: clamp(14px, 1.5vw, 17px);
    font-weight: 900;
    line-height: 1.65;
    letter-spacing: -.02em;
}

.vy-product-card__link > p {
    display: -webkit-box;
    min-height: 4.9em;
    margin: 0 0 16px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: var(--vy-pa-muted, #5f6c7b);
    font-size: 12.5px;
    line-height: 1.75;
}

.vy-product-card__link > p:empty {
    display: none;
    min-height: 0;
}

.vy-product-card__meta {
    display: grid;
    gap: 8px;
    margin-top: auto;
    padding: 13px 0;
    border-top: 1px solid var(--vy-pa-line, rgba(16, 24, 40, .1));
}

.vy-product-card__meta > span {
    display: inline-flex;
    align-items: flex-start;
    gap: 7px;
    color: var(--vy-pa-muted, #5f6c7b);
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1.65;
}

.vy-product-card__meta > span::before {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    margin-top: .42em;
    content: "";
    border-radius: 50%;
    background: var(--vy-warning);
    box-shadow: 0 0 0 4px var(--vy-warning-soft);
}

.vy-product-card__meta > span.is-ready {
    color: var(--vy-success);
}

.vy-product-card__meta > span.is-ready::before {
    background: var(--vy-success);
    box-shadow: 0 0 0 4px var(--vy-success-soft);
}

.vy-product-card__meta > strong {
    min-width: 0;
    overflow-wrap: anywhere;
    color: var(--vy-pa-ink, #101828);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.7;
    font-variant-numeric: tabular-nums;
}

.vy-product-card__meta .amount,
.vy-product-card__meta bdi {
    color: inherit;
    font: inherit;
}

.vy-product-card__meta del {
    display: block;
    margin-bottom: 2px;
    color: var(--vy-pa-muted, #5f6c7b);
    font-size: .84em;
    opacity: .72;
}

.vy-product-card__meta ins {
    color: inherit;
    text-decoration: none;
}

.vy-product-card__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 44px;
    margin-top: 2px;
    color: var(--vy-pa-ink, #101828);
    font-size: 12px;
    font-weight: 900;
}

.vy-product-card__cta i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 50%;
    color: #07111f;
    background: var(--vy-product-accent, var(--vy-accent, #57e3c3));
    font-style: normal;
}

.vy-product-card__cta i:empty::before {
    content: "←";
    font-size: 13px;
    line-height: 1;
}

.vy-product-card__cta svg {
    width: 14px;
    height: 14px;
}

.vy-products-pagination {
    margin-top: clamp(28px, 5vw, 50px);
}

.vy-products-pagination ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

.vy-products-pagination ul.page-numbers > li {
    margin: 0;
    padding: 0;
    border: 0;
}

.vy-products-pagination .page-numbers > a,
.vy-products-pagination .page-numbers > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 7px 11px;
    border: 1px solid var(--vy-pa-line, rgba(16, 24, 40, .1));
    border-radius: 13px;
    color: var(--vy-pa-ink, #101828);
    background: var(--vy-pa-surface, #fff);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.vy-products-pagination .page-numbers > span.current {
    border-color: transparent;
    color: #07111f;
    background: var(--vy-accent, #57e3c3);
}

.vy-products-pagination .prev svg,
.vy-products-pagination .next svg {
    width: 18px;
    height: 18px;
}

.vy-products-pagination a:hover {
    border-color: var(--vy-pa-line-strong, rgba(16, 24, 40, .16));
    background: var(--vy-pa-surface-soft, #f0f4f8);
}

.vy-products-empty {
    display: grid;
    justify-items: center;
    max-width: 620px;
    margin: 28px auto 0;
    padding: clamp(32px, 7vw, 70px) clamp(20px, 5vw, 48px);
    border: 1px dashed var(--vy-pa-line-strong, rgba(16, 24, 40, .16));
    border-radius: 28px;
    color: var(--vy-pa-ink, #101828);
    background: var(--vy-pa-surface, #fff);
    text-align: center;
}

.vy-products-empty__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
    border-radius: 22px;
    color: var(--vy-pa-muted, #5f6c7b);
    background: var(--vy-pa-surface-soft, #f0f4f8);
}

.vy-products-empty__icon svg {
    width: 30px;
    height: 30px;
}

.vy-products-empty h2 {
    margin: 0;
    color: var(--vy-pa-ink, #101828);
    font-size: clamp(21px, 3vw, 28px);
    line-height: 1.5;
}

.vy-products-empty p {
    max-width: 440px;
    margin: 12px 0 22px;
    color: var(--vy-pa-muted, #5f6c7b);
    font-size: 14px;
    line-height: 1.9;
}

@media (min-width: 721px) {
    .vy-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }

    /* Legacy archive preference: keep the approved grid as the default. */
    .vy-products-archive.is-list-view .vy-products-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .vy-products-archive.is-list-view .vy-product-card__link {
        display: grid;
        grid-template-areas:
            "top title meta"
            "top description meta"
            "top cta cta";
        grid-template-columns: minmax(100px, .26fr) minmax(0, 1fr) minmax(170px, .5fr);
        align-items: center;
        gap: 5px 20px;
        padding: 18px 20px;
    }

    .vy-products-archive.is-list-view .vy-product-card__top {
        grid-area: top;
        align-self: stretch;
        flex-direction: column;
        justify-content: center;
        margin: 0;
    }

    .vy-products-archive.is-list-view .vy-product-card__type {
        max-width: 100%;
    }

    .vy-products-archive.is-list-view .vy-product-card h3 {
        grid-area: title;
        margin: 0;
    }

    .vy-products-archive.is-list-view .vy-product-card__link > p {
        grid-area: description;
        min-height: 0;
        margin: 0;
        -webkit-line-clamp: 2;
    }

    .vy-products-archive.is-list-view .vy-product-card__meta {
        grid-area: meta;
        align-self: stretch;
        align-content: center;
        margin: 0;
        padding: 8px 20px;
        border-top: 0;
        border-inline-start: 1px solid var(--vy-pa-line, rgba(16, 24, 40, .1));
    }

    .vy-products-archive.is-list-view .vy-product-card__cta {
        grid-area: cta;
        justify-content: flex-start;
        min-height: 34px;
        margin: 4px 0 0;
    }
}

@media (min-width: 1080px) {
    .vy-products-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 18px;
    }

    .vy-products-archive.is-list-view .vy-products-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .vy-products-archive.is-list-view .vy-product-card__link {
        grid-template-areas:
            "top title meta cta"
            "top description meta cta";
        grid-template-columns: minmax(120px, .3fr) minmax(260px, 1fr) minmax(190px, .55fr) minmax(130px, .34fr);
        gap: 5px 24px;
    }

    .vy-products-archive.is-list-view .vy-product-card__cta {
        align-self: stretch;
        justify-content: space-between;
        margin: 0;
        padding-inline-start: 20px;
        border-inline-start: 1px solid var(--vy-pa-line, rgba(16, 24, 40, .1));
    }
}

@media (min-width: 1500px) {
    .vy-products-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 18px;
    }

    .vy-products-archive.is-list-view .vy-products-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 820px) {
    .vy-products-toolbar {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .vy-products-sort {
        grid-template-columns: minmax(0, 1fr) auto;
    }
}

@media (max-width: 520px) {
    .vy-products-container {
        width: min(calc(100% - 20px), 1460px);
    }

    .vy-products-hero {
        padding-top: 24px;
    }

    .vy-products-hero::after {
        right: 28%;
        bottom: -28%;
        width: 86vw;
    }

    .vy-products-hero h1 {
        font-size: clamp(29px, 10vw, 40px);
    }

    .vy-products-trust {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 12px;
    }

    .vy-products-trust span:last-child {
        grid-column: 1 / -1;
    }

    .vy-products-toolbar {
        gap: 18px;
        padding: 14px;
        border-radius: 20px;
    }

    .vy-products-filters {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vy-products-filter {
        width: 100%;
        padding-inline: 8px;
    }

    .vy-products-sort {
        grid-template-columns: minmax(0, 1fr) 72px;
    }

    .vy-products-sort select {
        font-size: 16px;
    }

    .vy-products-sort button {
        padding-inline: 10px;
    }

    .vy-products-summary {
        margin-top: 18px;
    }

    .vy-product-card {
        border-radius: 17px;
    }

    .vy-product-card__link {
        padding: 11px;
    }

    .vy-product-card__top {
        align-items: center;
        margin-bottom: 12px;
    }

    .vy-product-card__symbol {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        font-size: 14px;
    }

    .vy-product-card__type {
        max-width: calc(100% - 44px);
        padding: 5px 7px;
        font-size: 9px;
    }

    .vy-product-card h3 {
        min-height: 3.25em;
        margin-bottom: 7px;
        font-size: 13px;
        line-height: 1.62;
    }

    .vy-product-card__link > p {
        min-height: 4.8em;
        margin-bottom: 12px;
        font-size: 12px;
        line-height: 1.6;
    }

    .vy-product-card__meta {
        gap: 6px;
        padding: 10px 0;
    }

    .vy-product-card__meta > span {
        font-size: 9px;
    }

    .vy-product-card__meta > strong,
    .vy-product-card__cta {
        font-size: 10.5px;
    }

    .vy-product-card__cta {
        gap: 4px;
    }
}

@media (max-width: 340px) {
    .vy-products-container {
        width: min(calc(100% - 16px), 1460px);
    }

    .vy-products-grid {
        gap: 7px;
    }

    .vy-product-card__link {
        padding: 9px;
    }

    .vy-product-card__type {
        display: none;
    }

    .vy-product-card h3 {
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vy-products-archive *,
    .vy-product-card {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }

    .vy-product-card:hover {
        transform: none;
    }
}

@supports not (background: color-mix(in srgb, #fff 50%, #000)) {
    .vy-products-hero {
        background: linear-gradient(180deg, var(--vy-pa-surface, #fff), var(--vy-pa-bg, #f7f8fb));
    }

    .vy-product-card__symbol {
        background: var(--vy-pa-surface-soft, #f0f4f8);
    }
}
