* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg: #0a0a0a;
    --bg-2: #101010;
    --bg-3: #171717;
    --bg-4: #232323;
    --line: rgba(255, 255, 255, 0.08);
    --line-soft: rgba(255, 255, 255, 0.04);
    --text: #ffffff;
    --muted: #b9b9b9;
    --accent: #b45cff;
    --accent-strong: #ff9b54;
    --badge: #344cc6;
    --shadow: 0 18px 38px rgba(0, 0, 0, 0.32);
    --glow-x: 50vw;
    --glow-y: 56vh;
    --glow-scale: 1;
    --glow-opacity: 0.58;
    --glow-purple: 151, 79, 157;
    --glow-purple-light: 210, 128, 218;
}

html,
body {
    color: var(--text);
    font-family: Arial, Helvetica, sans-serif;
}

html {
    background: #050505;
}

body {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 50% 0%, rgba(180, 92, 255, 0.08), transparent 28%),
        linear-gradient(180deg, #040404 0%, #080808 42%, #0a0a0a 100%);
    isolation: isolate;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

button,
input {
    font: inherit;
}

button {
    cursor: pointer;
}

img {
    max-width: 100%;
}

.page-shell {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.ambient-glow {
    position: fixed;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.ambient-glow__halo,
.ambient-glow__core {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    mix-blend-mode: screen;
    will-change: transform, opacity;
}

.ambient-glow__halo {
    width: clamp(680px, 62vw, 1120px);
    aspect-ratio: 1;
    background: radial-gradient(circle,
            rgba(var(--glow-purple-light), 0.44) 0%,
            rgba(var(--glow-purple), 0.34) 24%,
            rgba(var(--glow-purple), 0.22) 46%,
            rgba(var(--glow-purple), 0.08) 64%,
            rgba(0, 0, 0, 0) 78%);
    filter: blur(88px);
    opacity: calc(var(--glow-opacity) + 0.18);
    transform: translate3d(calc(var(--glow-x) - 50%),
            calc(var(--glow-y) - 50%),
            0) scale(calc(var(--glow-scale) + 0.16));
}

.ambient-glow__core {
    width: clamp(360px, 34vw, 620px);
    aspect-ratio: 1;
    background: radial-gradient(circle,
            rgba(252, 224, 255, 0.84) 0%,
            rgba(var(--glow-purple-light), 0.68) 16%,
            rgba(var(--glow-purple), 0.48) 36%,
            rgba(var(--glow-purple), 0.24) 58%,
            rgba(0, 0, 0, 0) 80%);
    filter: blur(42px);
    opacity: var(--glow-opacity);
    transform: translate3d(calc(var(--glow-x) - 50%),
            calc(var(--glow-y) - 50%),
            0) scale(var(--glow-scale));
}

/* Epic-style home shell */
.storefront-global-header {
    background: #101014;
}

.page-shell > .header-wrapper {
    display: none;
}

.epic-home-body {
    background: #101014;
}

.epic-home-body .ambient-glow,
.epic-home-body .summer-icon-fall,
.epic-home-body .activity-popup,
.epic-home-body .header-wrapper {
    display: none;
}

.epic-home-body .page-shell {
    min-height: 100vh;
    background: #101014;
}

.epic-home-main {
    --epic-home-slide-duration: 6200ms;
    min-height: 100vh;
    color: #f5f5f7;
    background: #101014;
    font-family: Arial, Helvetica, sans-serif;
}

.epic-home-header {
    min-height: 76px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.epic-home-brand {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    flex: 0 0 auto;
    color: #ffffff;
    text-decoration: none;
}

.epic-home-brand-logo {
    width: auto;
    height: 29px;
    display: block;
    object-fit: contain;
}

.epic-home-logo-mark {
    width: 32px;
    height: 36px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0b0b0d;
    background: #ffffff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
}

.epic-home-brand-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

.epic-home-topnav {
    display: flex;
    align-items: center;
    gap: 30px;
    min-width: 0;
}

.epic-home-topnav-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #f2f2f4;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.epic-home-topnav-link i {
    font-size: 12px;
}

.epic-home-topnav-link:hover,
.epic-home-topnav-link:focus-visible,
.epic-home-brand:hover,
.epic-home-brand:focus-visible {
    color: #ffffff;
}

.epic-home-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.epic-home-icon-button,
.epic-home-signin,
.epic-home-download {
    min-height: 35px;
    border: 0;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 1;
}

.epic-home-icon-button {
    width: 35px;
    color: #ffffff;
    background: transparent;
    font-size: 21px;
}

.epic-home-signin {
    padding: 0 14px;
    color: #ffffff;
    background: #33333a;
    font-size: 13px;
    font-weight: 600;
}

.epic-home-account {
    min-height: 35px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
    max-width: min(240px, 30vw);
    color: #f4f4f6;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}

.epic-home-account-shell {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-block: 14px;
    margin-block: -14px;
}

.epic-home-account-shell::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: min(324px, calc(100vw - 28px));
    height: 18px;
}

.epic-home-account-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #ffffff;
    background: #484851;
    font-size: 14px;
    font-weight: 800;
}

.epic-home-account-name {
    min-width: 0;
    overflow: hidden;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.epic-home-account-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 300;
    width: min(324px, calc(100vw - 28px));
    padding: 16px 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    display: grid;
    gap: 4px;
    background:
        radial-gradient(circle at 0% 100%, rgba(151, 82, 190, 0.22), transparent 46%),
        linear-gradient(180deg, #2a2a30 0%, #35313c 100%);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.46);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.16s ease, transform 0.16s ease;
}

.epic-home-account-shell:hover .epic-home-account-menu,
.epic-home-account-shell:focus-within .epic-home-account-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.epic-home-account-menu a,
.epic-home-account-menu button {
    width: 100%;
    min-height: 50px;
    padding: 0 12px;
    border: 0;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    color: rgba(255, 255, 255, 0.88);
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
}

.epic-home-account-menu i {
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

.epic-home-account-menu a:hover,
.epic-home-account-menu a:focus-visible,
.epic-home-account-menu button:hover,
.epic-home-account-menu button:focus-visible {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    outline: none;
}

.epic-home-account-menu__logout {
    margin: 8px 0 0;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.epic-home-download {
    padding: 0 16px;
    color: #050506;
    background: #27b9ff;
    font-size: 13px;
    font-weight: 600;
}

.epic-home-signin:hover,
.epic-home-signin:focus-visible,
.epic-home-account:hover,
.epic-home-account:focus-visible {
    color: #ffffff;
}

.epic-home-signin:hover,
.epic-home-signin:focus-visible {
    background: #3d3d45;
}

.epic-home-account:hover .epic-home-account-avatar,
.epic-home-account:focus-visible .epic-home-account-avatar {
    background: #585862;
}

.epic-home-download:hover,
.epic-home-download:focus-visible {
    color: #050506;
    background: #51c8ff;
}

.epic-home-storefront {
    --storefront-content-inset: 34px;
    width: min(calc(100% - 86px), 1270px);
    margin: 0 auto;
    padding: 28px 0 42px;
}

.epic-home-subnav {
    position: relative;
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 0 34px 30px;
}

.epic-home-main > .epic-home-storefront > .epic-home-subnav {
    position: sticky;
    top: 0;
    z-index: 90;
    margin: -28px 0 30px;
    padding: 28px 34px 12px;
    isolation: isolate;
}

.epic-home-main > .epic-home-storefront > .epic-home-subnav::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
    width: 100vw;
    transform: translateX(-50%);
    background: rgba(16, 16, 20, 0.96);
    backdrop-filter: blur(18px);
    box-shadow: 0 1px 0 rgba(245, 245, 247, 0.04);
}

.epic-home-search {
    width: 260px;
    min-height: 44px;
    margin: 0;
    padding: 0 15px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 13px;
    color: #9ea0a8;
    background: #202026;
}

.epic-home-search-button {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    display: inline-grid;
    place-items: center;
    color: inherit;
    background: transparent;
    line-height: 1;
}

.epic-home-search-button i,
.epic-home-search i {
    font-size: 16px;
}

.epic-home-search-button:hover,
.epic-home-search-button:focus-visible {
    color: #ffffff;
    outline: none;
}

.epic-home-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    color: #ffffff;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
}

.epic-home-search input::placeholder {
    color: #d2d7e7;
    opacity: 1;
}

.epic-home-search-close {
    display: none;
}

.epic-home-tabs {
    display: flex;
    align-items: center;
    gap: 32px;
    min-width: 0;
}

.epic-home-tabs-trigger {
    display: none;
}

.epic-home-tab-actions {
    display: none;
}

.epic-home-tab {
    color: #8f8f96;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.epic-home-tab.is-active,
.epic-home-tab:hover,
.epic-home-tab:focus-visible {
    color: #ffffff;
}

.epic-products-main .epic-home-storefront {
    width: min(calc(100% - 86px), 1270px);
}

.epic-products-storefront {
    padding-bottom: 78px;
}

.epic-products-section {
    margin: 2px 34px 0;
}

.epic-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 72px;
}

.epic-products-card {
    display: grid;
    grid-template-rows: auto auto auto auto;
    gap: 11px;
    min-width: 0;
    color: #f5f5f7;
    text-decoration: none;
}

.epic-products-card:hover,
.epic-products-card:focus-visible {
    color: #ffffff;
}

.epic-products-card-media-wrap {
    position: relative;
    min-width: 0;
}

.epic-products-card-media {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    display: block;
    overflow: hidden;
    background: #202026;
    box-shadow: 0 1px 0 rgba(245, 245, 247, 0.06);
    text-decoration: none;
}

.epic-products-card-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.22s ease, filter 0.22s ease;
}

.epic-products-card:hover .epic-products-card-media img,
.epic-products-card:focus-visible .epic-products-card-media img {
    transform: scale(1.03);
    filter: brightness(1.08);
}

.epic-products-card-save {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(245, 245, 247, 0.74);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: rgba(13, 13, 17, 0.68);
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.epic-products-card-save:hover,
.epic-products-card-save:focus-visible {
    border-color: #ffffff;
    color: #ffffff;
    background: rgba(31, 31, 38, 0.9);
    outline: none;
}

.epic-products-card-save.is-saved {
    border-color: #27b9ff;
    color: #061018;
    background: #27b9ff;
}

.epic-products-card-save.is-pending {
    opacity: 0.62;
    pointer-events: none;
}

.epic-products-card-type {
    min-width: 0;
    color: rgba(245, 245, 247, 0.68);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.epic-products-card-title {
    min-height: 48px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-decoration: none;
}

.epic-products-card-title:hover,
.epic-products-card-title:focus-visible {
    color: #ffffff;
    text-decoration: none;
}

.epic-products-card-price {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    flex-wrap: wrap;
}

.epic-products-card-discount {
    min-height: 27px;
    padding: 0 10px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #27b9ff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.epic-products-card-price s {
    color: rgba(245, 245, 247, 0.62);
    font-weight: 400;
    text-decoration-thickness: 1px;
}

.epic-products-card-price strong {
    color: #ffffff;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
}

.epic-products-empty {
    min-height: 360px;
    margin: 22px 34px 0;
    display: grid;
    place-content: center;
    gap: 10px;
    text-align: center;
    color: #f5f5f7;
}

.epic-products-empty h1 {
    margin: 0;
    max-width: 560px;
    font-size: clamp(24px, 2.6vw, 34px);
    font-weight: 700;
    line-height: 1.18;
    text-wrap: balance;
}

.epic-products-empty p {
    margin: 0;
    max-width: 460px;
    color: rgba(245, 245, 247, 0.7);
    font-size: 16px;
    line-height: 1.5;
}

.saved-games-summary {
    margin: 4px 34px 28px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    color: #ffffff;
}

.saved-games-summary > div > span {
    display: block;
    margin-bottom: 8px;
    color: rgba(245, 245, 247, 0.58);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.saved-games-summary h1 {
    margin: 0;
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 700;
    line-height: 1;
}

.saved-games-summary p {
    margin: 0;
    color: rgba(245, 245, 247, 0.68);
    font-size: 15px;
    line-height: 1.4;
    text-align: right;
}

.saved-games-card-date {
    margin-top: -2px;
    color: rgba(245, 245, 247, 0.48);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.25;
}

.saved-games-empty-link {
    justify-self: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #050506;
    background: #27b9ff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.saved-games-empty-link:hover,
.saved-games-empty-link:focus-visible {
    color: #050506;
    background: #51c8ff;
}

.saved-games-toast-stack {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1100;
    width: min(360px, calc(100vw - 32px));
    display: grid;
    gap: 10px;
    pointer-events: none;
}

.saved-games-toast {
    min-height: 56px;
    padding: 12px 12px 12px 14px;
    border: 1px solid rgba(245, 245, 247, 0.14);
    border-left: 3px solid #27b9ff;
    border-radius: 8px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    color: #f5f5f7;
    background: rgba(20, 22, 28, 0.96);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
    opacity: 0;
    pointer-events: auto;
    transform: translateY(12px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.saved-games-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.saved-games-toast.is-error {
    border-left-color: #ff5c7a;
}

.saved-games-toast > i {
    color: #27b9ff;
    font-size: 18px;
    line-height: 1;
}

.saved-games-toast.is-error > i {
    color: #ff5c7a;
}

.saved-games-toast span {
    min-width: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

.saved-games-toast__close {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: rgba(245, 245, 247, 0.72);
    background: transparent;
    cursor: pointer;
}

.saved-games-toast__close:hover,
.saved-games-toast__close:focus-visible {
    color: #ffffff;
    background: rgba(245, 245, 247, 0.12);
    outline: none;
}

@media (max-width: 1199.98px) {
    .epic-products-main .epic-home-storefront {
        width: min(calc(100% - 86px), 1270px);
    }

    .epic-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 56px;
    }

    .epic-products-card-title {
        font-size: 18px;
    }

    .epic-products-card-price {
        font-size: 16px;
    }

    .saved-games-summary {
        margin-inline: 34px;
    }
}

@media (max-width: 767.98px) {
    .epic-products-main .epic-home-storefront {
        width: calc(100% - 28px);
    }

    .epic-products-section,
    .epic-products-empty {
        margin-inline: 0;
    }

    .saved-games-summary {
        margin: 2px 0 24px;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .saved-games-summary h1 {
        font-size: clamp(28px, 9vw, 40px);
    }

        .saved-games-summary p {
            text-align: left;
        }

        .saved-games-toast-stack {
            right: 14px;
            bottom: 14px;
            width: calc(100vw - 28px);
        }

        .epic-products-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 14px;
        row-gap: 42px;
    }

    .epic-products-card-title {
        min-height: 42px;
        font-size: 17px;
    }

    .epic-products-card-type {
        font-size: 14px;
    }

    .epic-products-card-price {
        gap: 8px;
        font-size: 15px;
    }

    .epic-products-card-discount {
        min-height: 23px;
        padding-inline: 8px;
        font-size: 13px;
    }
}

@media (max-width: 479.98px) {
    .epic-products-grid {
        grid-template-columns: 1fr;
        row-gap: 36px;
    }
}

.epic-home-feature-layout {
    margin-inline: 34px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 204px;
    gap: 22px;
    align-items: stretch;
}

.epic-home-hero {
    position: relative;
    min-height: 574px;
    border-radius: 18px;
    overflow: hidden;
    background: #15161b;
    isolation: isolate;
}

.epic-home-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.34s ease, transform 0.54s ease, filter 0.54s ease;
    will-change: opacity, transform;
}

.epic-home-hero.is-switching .epic-home-hero-image {
    opacity: 0.38;
    transform: scale(1.018);
    filter: saturate(0.88);
}

.epic-home-hero-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(5, 10, 22, 0.82) 0%, rgba(5, 10, 22, 0.52) 34%, rgba(5, 10, 22, 0.08) 64%, rgba(5, 10, 22, 0.24) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.1) 48%, rgba(0, 0, 0, 0.62) 100%);
}

.epic-home-hero-content {
    position: relative;
    z-index: 2;
    width: min(400px, calc(100% - 86px));
    min-height: 574px;
    padding: 168px 0 42px 44px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.epic-home-hero.is-switching .epic-home-hero-content {
    opacity: 0.2;
    transform: translateY(8px);
}

.epic-home-collab {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 42px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.epic-home-collab span + span {
    padding-left: 16px;
    border-left: 3px solid rgba(255, 255, 255, 0.92);
}

.epic-home-kicker {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
}

.epic-home-hero h1 {
    margin: 0;
    max-width: 390px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.epic-home-price-row {
    margin-top: 34px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
}

.epic-home-discount {
    min-width: 55px;
    min-height: 23px;
    padding: 0 9px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #020408;
    background: #18baff;
    font-size: 13px;
    font-weight: 500;
}

.epic-home-old-price {
    color: rgba(255, 255, 255, 0.68);
    text-decoration: line-through;
}

.epic-home-price-row strong {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.epic-home-hero-actions {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.epic-home-buy,
.epic-home-square-action {
    min-height: 45px;
    border: 0;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.epic-home-buy {
    min-width: 114px;
    padding: 0 23px;
    color: #ffffff;
    background: #111316;
    font-size: 14px;
    font-weight: 600;
}

.epic-home-square-action {
    width: 45px;
    color: #ffffff;
    background: rgba(17, 19, 22, 0.56);
    font-size: 19px;
    backdrop-filter: blur(12px);
}

.epic-home-buy:hover,
.epic-home-buy:focus-visible {
    color: #ffffff;
    background: #1b1e23;
}

.epic-home-square-action:hover,
.epic-home-square-action:focus-visible {
    color: #ffffff;
    background: rgba(17, 19, 22, 0.72);
}

.epic-home-side-list {
    display: grid;
    align-content: start;
    gap: 18px;
}

.epic-home-side-item {
    position: relative;
    min-height: 74px;
    padding: 0 13px 0 16px;
    border: 0;
    border-radius: 9px;
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    color: #ffffff;
    text-decoration: none;
    background: transparent;
    text-align: left;
    overflow: hidden;
    transition: background 0.22s ease, transform 0.22s ease;
}

.epic-home-side-item.is-active,
.epic-home-side-item:hover,
.epic-home-side-item:focus-visible {
    color: #ffffff;
    background: #2b2b31;
}

.epic-home-side-item:focus-visible {
    outline: 2px solid rgba(39, 185, 255, 0.72);
    outline-offset: 3px;
}

.epic-home-side-item:hover {
    transform: translateX(2px);
}

.epic-home-side-item::before,
.epic-home-side-item::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
}

.epic-home-side-item::before {
    z-index: 0;
    background: rgba(255, 255, 255, 0.105);
    transform: scaleX(0);
    transform-origin: left center;
}

.epic-home-side-item::after {
    z-index: 1;
    width: 36%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
    transform: translateX(-120%);
}

.epic-home-side-item.is-active::before {
    opacity: 1;
    animation: epicHomeSideProgress var(--epic-home-slide-duration) linear forwards;
}

.epic-home-side-item.is-active::after {
    opacity: 1;
    animation: epicHomeSideShine var(--epic-home-slide-duration) ease-in-out forwards;
}

.epic-home-side-item img {
    position: relative;
    z-index: 2;
    width: 45px;
    height: 60px;
    border-radius: 5px;
    display: block;
    object-fit: cover;
    background: #25252b;
}

.epic-home-side-item span {
    position: relative;
    z-index: 2;
    min-width: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.28;
    overflow-wrap: break-word;
}

.epic-sale-section {
    position: relative;
    margin: 72px 34px 0;
}

.epic-sale-section--savings {
    margin-top: 72px;
}

.epic-sale-heading {
    margin-bottom: 28px;
}

.epic-sale-heading-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.1;
}

.epic-sale-heading-link i {
    font-size: 20px;
    line-height: 1;
}

.epic-sale-controls {
    position: absolute;
    right: 0;
    top: -48px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.epic-sale-section--savings .epic-sale-controls {
    top: -2px;
}

.epic-sale-control {
    width: 32px;
    height: 32px;
    border: 0;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: transparent;
    font-size: 17px;
    line-height: 1;
}

.epic-sale-control i {
    width: 1em;
    height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.epic-sale-control:disabled {
    cursor: default;
    opacity: 0.32;
}

.epic-sale-layout {
    display: grid;
    grid-template-columns: minmax(250px, 350px) minmax(0, 1fr);
    align-items: center;
    gap: 36px;
}

.epic-sale-promo-card {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    background: #211647;
    text-decoration: none;
}

.epic-sale-promo-card img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.epic-sale-promo-copy {
    position: absolute;
    left: 50%;
    top: calc(21% + 10px);
    z-index: 3;
    width: 84%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #020202;
    font-family: Impact, "Arial Black", sans-serif;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.32);
    pointer-events: none;
    transform: translateX(-50%);
}

.epic-sale-promo-date {
    font-family: "Arial Black", Impact, sans-serif;
    font-size: 18px;
    line-height: 1.05;
    white-space: nowrap;
}

.epic-sale-promo-title {
    margin-top: 2px;
    font-size: 46px;
    line-height: 0.9;
    white-space: nowrap;
}

.epic-sale-promo-subtitle {
    font-size: 29px;
    line-height: 0.96;
    white-space: nowrap;
}

.epic-sale-promo-button {
    position: absolute;
    left: 50%;
    bottom: 52px;
    z-index: 3;
    min-width: 104px;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #111316;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transform: translateX(-50%);
}

.epic-sale-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(172px, 1fr));
    gap: 34px 44px;
    overflow: hidden;
}

.epic-sale-item {
    position: relative;
    min-width: 0;
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    color: #ffffff;
    text-decoration: none;
    animation-duration: 0.28s;
    animation-fill-mode: both;
    animation-timing-function: ease;
    animation-delay: var(--epic-sale-stagger, 0ms);
}

.epic-sale-media {
    position: relative;
    width: 60px;
    height: 78px;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    color: inherit;
    background: #24242a;
    text-decoration: none;
}

.epic-sale-item.is-sale-exiting-left {
    pointer-events: none;
    animation-name: epicSaleExitLeft;
}

.epic-sale-item.is-sale-exiting-right {
    pointer-events: none;
    animation-name: epicSaleExitRight;
}

.epic-sale-item.is-sale-entering-left {
    animation-name: epicSaleEnterLeft;
}

.epic-sale-item.is-sale-entering-right {
    animation-name: epicSaleEnterRight;
}

.epic-sale-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.epic-sale-copy {
    min-width: 0;
    display: grid;
    gap: 10px;
    color: inherit;
    text-decoration: none;
}

.epic-sale-copy:hover,
.epic-sale-copy:focus-visible {
    color: #ffffff;
    outline: none;
}

.epic-sale-save {
    position: absolute;
    top: 4px;
    left: 33px;
    z-index: 3;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.56);
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    color: #ffffff;
    background: rgba(5, 6, 9, 0.86);
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.42);
    font-size: 13px;
    line-height: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    touch-action: manipulation;
}

.epic-sale-save:hover,
.epic-sale-save:focus-visible {
    border-color: #ffffff;
    outline: none;
}

.epic-sale-save.is-saved {
    border-color: #27b9ff;
    color: #061018;
    background: #27b9ff;
}

.epic-sale-save.is-pending {
    opacity: 0.62;
    pointer-events: none;
}

.epic-sale-copy strong {
    min-width: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.18;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.epic-sale-price {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.epic-sale-price s {
    color: rgba(255, 255, 255, 0.56);
}

.epic-sale-discount {
    min-width: 49px;
    min-height: 23px;
    padding: 0 9px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #050506;
    background: #27b9ff;
    font-size: 13px;
    font-weight: 500;
}

.epic-wide-banner-section {
    margin: 62px 34px 0;
}

.epic-wide-banner-card {
    position: relative;
    min-height: 350px;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    color: #ffffff;
    background: #19191e;
    text-decoration: none;
    isolation: isolate;
}

.epic-wide-banner-card img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.epic-wide-banner-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.03) 42%, rgba(0, 0, 0, 0.32) 100%),
        radial-gradient(circle at 50% 78%, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0) 34%);
}

.epic-wide-banner-content {
    position: absolute;
    left: 50%;
    bottom: 44px;
    z-index: 2;
    width: min(560px, calc(100% - 44px));
    display: grid;
    justify-items: center;
    gap: 12px;
    text-align: center;
    transform: translateX(-50%);
}

.epic-wide-banner-content strong {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
}

.epic-wide-banner-content > span:not(.epic-wide-banner-button) {
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}

.epic-wide-banner-button {
    min-width: 128px;
    min-height: 45px;
    margin-top: 10px;
    padding: 0 22px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #111316;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.epic-weekly-section {
    margin: 62px 34px 0;
}

.epic-weekly-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

.epic-weekly-card {
    min-width: 0;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 26px;
}

.epic-weekly-media {
    position: relative;
    min-width: 0;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    display: block;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    background: #19191e;
    isolation: isolate;
}

.epic-weekly-media > img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.22s ease;
}

.epic-weekly-media:hover > img,
.epic-weekly-media:focus-visible > img {
    transform: scale(1.025);
}

.steam-activation-corner-label {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 2;
    width: auto;
    max-width: calc(100% - 13px);
    height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 27px 0 12px;
    overflow: hidden;
    color: #f3fbff;
    font-family: "Bahnschrift SemiCondensed", "Bahnschrift", "Agency FB", "Arial Narrow", "Segoe UI", sans-serif;
    font-size: clamp(11px, 0.78vw, 13px);
    font-stretch: condensed;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid rgba(45, 229, 237, 0.20);
    border-top-color: rgba(45, 229, 237, 0.16);
    border-left-color: rgba(45, 229, 237, 0.16);
    border-radius: 0;
    background:
        linear-gradient(135deg, rgba(76, 205, 230, 0) 0 12px, rgba(76, 205, 230, 0.07) 13px 58px, rgba(76, 205, 230, 0) 59px 100%),
        linear-gradient(90deg, rgba(3, 12, 17, 0.95) 0%, rgba(7, 27, 34, 0.94) 64%, rgba(7, 27, 34, 0.82) 88%, rgba(7, 27, 34, 0.12) 100%);
    box-shadow:
        0 10px 15px rgba(0, 0, 0, 0.30),
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -1px 0 rgba(45, 229, 237, 0.16);
    backdrop-filter: blur(2px) saturate(1.1);
    -webkit-backdrop-filter: blur(2px) saturate(1.1);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 20px) 100%, 0 100%);
}

.steam-activation-corner-label::before,
.steam-activation-corner-label::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.steam-activation-corner-label::before {
    left: 0;
    right: 18px;
    top: 0;
    bottom: 5px;
    border-top: 1px solid rgba(45, 229, 237, 0.14);
    border-bottom: 1px solid rgba(45, 229, 237, 0.34);
    border-left: 1px solid rgba(45, 229, 237, 0.26);
    background:
        linear-gradient(135deg, transparent 0 18px, rgba(45, 229, 237, 0.12) 19px 20px, transparent 21px 100%),
        linear-gradient(90deg, rgba(45, 229, 237, 0.10), rgba(45, 229, 237, 0) 34%);
    border-radius: 0;
    clip-path: polygon(0 0, 20px 0, 100% 0, 100% 100%, 0 100%);
}

.steam-activation-corner-label::after {
    right: 8px;
    bottom: 5px;
    width: 27px;
    height: 13px;
    border-right: 1px solid rgba(45, 229, 237, 0.42);
    border-bottom: 1px solid rgba(45, 229, 237, 0.52);
    box-shadow: -5px 5px 0 -4px rgba(45, 229, 237, 0.36);
    transform: skewX(-34deg);
    transform-origin: bottom right;
}

.steam-activation-icon {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background:
        radial-gradient(circle at 34% 30%, #f7fdff 0%, #c7f2ff 44%, #5bc4e3 100%);
    color: #0d2430;
    font-size: 14px;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.42),
        0 0 18px rgba(45, 229, 237, 0.22);
}

.steam-activation-text {
    position: relative;
    z-index: 1;
    min-width: 0;
    overflow: visible;
    text-overflow: clip;
}

.steam-activation-text strong {
    color: #27eee9;
    font-weight: 850;
}

.epic-weekly-body {
    min-width: 0;
    display: grid;
    align-content: start;
    gap: 24px;
}

.epic-weekly-body h3 {
    min-width: 0;
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.18;
    overflow-wrap: anywhere;
}

.epic-weekly-body h3 a {
    color: inherit;
    display: -webkit-box;
    overflow: hidden;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.epic-weekly-body h3 a:hover,
.epic-weekly-body h3 a:focus-visible {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.epic-weekly-price {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
}

.epic-weekly-price s {
    color: rgba(255, 255, 255, 0.58);
    text-decoration-thickness: 1.5px;
}

.epic-weekly-price strong {
    color: #ffffff;
    font-weight: 600;
}

.epic-weekly-discount {
    min-width: 52px;
    min-height: 22px;
    padding: 0 9px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #27b9ff;
    font-size: 13px;
    font-weight: 700;
}

.epic-ranking-section {
    margin: 72px 34px 0;
}

.epic-ranking-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.epic-ranking-column {
    min-width: 0;
    padding: 0 34px;
}

.epic-ranking-column:first-child {
    padding-left: 0;
}

.epic-ranking-column:last-child {
    padding-right: 0;
}

.epic-ranking-column + .epic-ranking-column {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.epic-ranking-heading {
    min-height: 58px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    color: #ffffff;
    text-decoration: none;
}

.epic-ranking-heading span {
    min-width: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: 0;
}

.epic-ranking-heading i {
    flex: 0 0 auto;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 26px;
    line-height: 1;
}

.epic-ranking-heading:hover,
.epic-ranking-heading:focus-visible {
    color: #ffffff;
}

.epic-ranking-list {
    display: grid;
    gap: 24px;
}

.epic-ranking-item {
    min-width: 0;
    min-height: 126px;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    gap: 28px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
}

.epic-ranking-item:hover,
.epic-ranking-item:focus-visible {
    color: #ffffff;
}

.epic-ranking-item img {
    width: 112px;
    aspect-ratio: 1;
    border-radius: 5px;
    display: block;
    object-fit: cover;
    background: #202027;
}

.epic-ranking-copy {
    min-width: 0;
    display: grid;
    gap: 14px;
}

.epic-ranking-copy strong {
    min-width: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.28;
    overflow-wrap: anywhere;
}

.epic-ranking-price {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.96);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    flex-wrap: wrap;
}

.epic-ranking-price s {
    color: rgba(255, 255, 255, 0.55);
    text-decoration-thickness: 1.5px;
}

.epic-ranking-discount {
    min-width: 48px;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #27b9ff;
    font-size: 12px;
    font-weight: 600;
}

.epic-ranking-muted {
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
}

@keyframes epicSaleExitLeft {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(-54px);
    }
}

@keyframes epicSaleExitRight {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(54px);
    }
}

@keyframes epicSaleEnterRight {
    from {
        opacity: 0;
        transform: translateX(54px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes epicSaleEnterLeft {
    from {
        opacity: 0;
        transform: translateX(-54px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes epicHomeSideProgress {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

@keyframes epicHomeSideShine {
    0% {
        transform: translateX(-120%);
    }

    45%,
    100% {
        transform: translateX(320%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .epic-home-side-item.is-active::before,
    .epic-home-side-item.is-active::after {
        animation: none;
    }

    .epic-home-hero-image,
    .epic-home-hero-content,
    .epic-home-side-item,
    .epic-sale-item {
        transition: none;
        animation: none;
    }
}

@media (max-width: 1199.98px) {
    .epic-home-storefront {
        width: min(calc(100% - 36px), 960px);
    }

    .epic-home-feature-layout {
        grid-template-columns: minmax(0, 1fr) 210px;
    }

    .epic-home-hero,
    .epic-home-hero-content {
        min-height: 514px;
    }

    .epic-home-hero-content {
        padding-left: 36px;
    }

    .epic-home-side-list {
        gap: 14px;
    }

    .epic-home-side-item span {
        font-size: 14px;
    }

    .epic-sale-layout {
        grid-template-columns: minmax(230px, 300px) minmax(0, 1fr);
        gap: 28px;
    }

    .epic-sale-grid {
        grid-template-columns: repeat(2, minmax(170px, 1fr));
    }

    .epic-wide-banner-card {
        min-height: 296px;
    }

    .epic-weekly-grid {
        gap: 28px;
    }

    .steam-activation-corner-label {
        width: auto;
        max-width: calc(100% - 9px);
        height: 36px;
        gap: 9px;
        padding: 0 24px 0 10px;
        font-size: 11px;
    }

    .steam-activation-corner-label::before {
        left: 0;
        right: 15px;
        top: 0;
        bottom: 5px;
        clip-path: polygon(0 0, 16px 0, 100% 0, 100% 100%, 0 100%);
    }

    .steam-activation-corner-label::after {
        right: 6px;
        bottom: 5px;
        width: 22px;
        height: 10px;
        transform: skewX(-34deg);
    }

    .steam-activation-icon {
        width: 23px;
        height: 23px;
        font-size: 14px;
    }

    .epic-weekly-card {
        gap: 22px;
    }

    .epic-weekly-body {
        gap: 20px;
    }

    .epic-weekly-body h3 {
        font-size: 18px;
    }

    .epic-weekly-price {
        gap: 9px;
        font-size: 15px;
    }

    .epic-weekly-discount {
        min-width: 48px;
        min-height: 21px;
        font-size: 13px;
    }

    .epic-sale-heading-link {
        font-size: 20px;
    }

    .epic-ranking-column {
        padding: 0 24px;
    }

    .epic-ranking-heading span {
        font-size: 19px;
    }

    .epic-ranking-item {
        min-height: 108px;
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 22px;
    }

    .epic-ranking-item img {
        width: 92px;
    }

    .epic-ranking-copy strong {
        font-size: 15px;
    }

    .epic-ranking-price {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .epic-home-header {
        min-height: 70px;
        padding: 0 18px;
        gap: 20px;
        flex-wrap: wrap;
    }

    .epic-home-brand-title {
        font-size: 22px;
    }

    .epic-home-topnav {
        gap: 22px;
    }

    .epic-home-topnav-link,
    .epic-home-account,
    .epic-home-signin,
    .epic-home-download {
        font-size: 14px;
    }

    .epic-home-storefront {
        padding-top: 22px;
    }

    .epic-home-subnav {
        gap: 22px;
        margin-bottom: 24px;
    }

    .epic-home-main > .epic-home-storefront > .epic-home-subnav {
        margin: -22px 0 24px;
        padding: 22px 34px 12px;
    }

    .epic-home-feature-layout {
        grid-template-columns: 1fr;
    }

    .epic-home-side-list {
        grid-template-columns: repeat(6, minmax(160px, 1fr));
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .epic-home-side-list::-webkit-scrollbar {
        display: none;
    }

    .epic-sale-section {
        margin-top: 60px;
    }

    .epic-sale-layout {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .epic-sale-promo-card {
        max-width: 350px;
    }

    .epic-sale-grid {
        grid-template-columns: repeat(2, minmax(170px, 1fr));
    }

    .epic-weekly-section {
        margin-top: 54px;
    }

    .epic-weekly-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .epic-weekly-card {
        gap: 20px;
    }

    .epic-weekly-body {
        gap: 22px;
    }

    .epic-weekly-body h3 {
        font-size: 18px;
    }

    .epic-weekly-price {
        flex-wrap: wrap;
        white-space: normal;
    }

    .epic-ranking-section {
        margin-top: 58px;
    }

    .epic-ranking-grid {
        grid-template-columns: 1fr;
        border-top: 0;
        gap: 36px;
    }

    .epic-ranking-column,
    .epic-ranking-column:first-child,
    .epic-ranking-column:last-child {
        padding: 0;
    }

    .epic-ranking-column + .epic-ranking-column {
        padding-top: 36px;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.16);
    }

    .epic-ranking-heading {
        min-height: auto;
        margin-bottom: 18px;
        align-items: center;
    }

    .epic-ranking-list {
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .epic-home-header {
        align-items: flex-start;
        padding: 16px 15px 0;
    }

    .epic-home-brand {
        gap: 14px;
    }

    .epic-home-topnav {
        order: 3;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .epic-home-actions {
        gap: 10px;
    }

    .epic-home-account {
        max-width: min(220px, 48vw);
    }

    .epic-home-icon-button {
        display: none;
    }

    .epic-home-storefront {
        --storefront-content-inset: 0px;
        width: calc(100% - 28px);
        padding-top: 22px;
    }

    .epic-home-subnav {
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
    }

    .epic-home-main > .epic-home-storefront > .epic-home-subnav {
        margin: -22px 0 24px;
        padding: 22px 0 12px;
    }

    .epic-home-search {
        width: 100%;
    }

    .epic-home-tabs {
        gap: 24px;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .epic-home-hero,
    .epic-home-hero-content {
        min-height: 468px;
    }

    .epic-home-hero {
        border-radius: 16px;
    }

    .epic-home-hero-content {
        width: calc(100% - 36px);
        padding: 132px 0 26px 22px;
    }

    .epic-home-collab {
        gap: 12px;
        margin-bottom: 30px;
        font-size: 18px;
        flex-wrap: wrap;
    }

    .epic-home-collab span + span {
        padding-left: 12px;
        border-left-width: 2px;
    }

    .epic-home-hero h1 {
        font-size: 15px;
        line-height: 1.45;
    }

    .epic-home-price-row {
        margin-top: 24px;
        flex-wrap: wrap;
    }

    .epic-home-hero-actions {
        width: 100%;
        gap: 10px;
    }

    .epic-home-buy {
        flex: 1 1 auto;
        min-width: 0;
    }

    .epic-home-buy,
    .epic-home-square-action {
        min-height: 45px;
    }

    .epic-home-square-action {
        width: 45px;
    }

    .epic-sale-section {
        margin: 54px 0 0;
    }

    .epic-sale-controls {
        top: -48px;
    }

    .epic-sale-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .epic-sale-promo-button {
        bottom: 42px;
    }

    .epic-sale-heading {
        margin-bottom: 24px;
    }

    .epic-sale-heading-link {
        font-size: 19px;
    }

    .epic-wide-banner-section {
        margin: 50px 0 0;
    }

    .epic-wide-banner-card {
        min-height: 260px;
    }

    .epic-wide-banner-content {
        bottom: 34px;
        gap: 10px;
    }

    .epic-wide-banner-content strong {
        font-size: 20px;
    }

    .epic-wide-banner-content > span:not(.epic-wide-banner-button) {
        font-size: 15px;
    }

    .epic-wide-banner-button {
        min-height: 46px;
        margin-top: 8px;
    }

    .epic-weekly-section {
        margin: 50px 0 0;
    }

    .epic-weekly-grid {
        gap: 30px;
    }

    .epic-ranking-section {
        margin: 50px 0 0;
    }

    .epic-ranking-heading span {
        font-size: 18px;
    }

}

@media (max-width: 575.98px) {
    .epic-home-header {
        gap: 14px;
    }

    .epic-home-logo-mark {
        width: 30px;
        height: 34px;
        font-size: 10px;
    }

    .epic-home-brand-title {
        font-size: 22px;
    }

    .epic-home-signin,
    .epic-home-account,
    .epic-home-download {
        min-height: 34px;
        padding: 0 12px;
        font-size: 13px;
    }

    .epic-home-account {
        gap: 9px;
        padding: 0;
        max-width: 180px;
    }

    .epic-home-account-avatar {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }

    .epic-home-search {
        min-height: 42px;
    }

    .epic-home-tab {
        font-size: 14px;
    }

    .epic-home-hero,
    .epic-home-hero-content {
        min-height: 420px;
    }

    .epic-home-hero-content {
        width: calc(100% - 28px);
        padding: 108px 0 20px 18px;
    }

    .epic-home-collab {
        font-size: 17px;
    }

    .epic-home-kicker,
    .epic-home-price-row,
    .epic-home-price-row strong,
    .epic-home-discount {
        font-size: 13px;
    }

    .epic-home-hero h1 {
        font-size: 14px;
    }

    .epic-home-side-list {
        grid-template-columns: repeat(6, minmax(158px, 1fr));
    }

    .epic-home-side-item {
        min-height: 68px;
        padding: 0 12px;
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 12px;
    }

    .epic-home-side-item img {
        width: 40px;
        height: 53px;
    }

    .epic-home-side-item span {
        font-size: 14px;
    }

    .epic-ranking-item {
        min-height: 88px;
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 16px;
    }

    .epic-ranking-item img {
        width: 76px;
    }

    .epic-ranking-copy {
        gap: 9px;
    }

    .epic-ranking-copy strong {
        font-size: 14px;
    }

    .epic-ranking-price {
        gap: 8px;
        font-size: 13px;
    }

    .epic-ranking-discount {
        min-width: 48px;
        min-height: 22px;
        padding: 0 8px;
        font-size: 12px;
    }

    .epic-ranking-muted {
        font-size: 13px;
    }

    .epic-sale-item {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 14px;
    }

    .epic-sale-media {
        width: 58px;
        height: 76px;
    }

    .epic-sale-item img {
        width: 100%;
        height: 100%;
    }

    .epic-sale-save {
        left: 32px;
    }

    .epic-sale-copy strong {
        font-size: 16px;
    }

    .epic-sale-price {
        gap: 9px;
        font-size: 15px;
        flex-wrap: wrap;
    }

    .epic-sale-promo-button {
        min-height: 42px;
        font-size: 14px;
    }

    .epic-sale-promo-copy {
        top: calc(20% + 10px);
        width: 86%;
        gap: 5px;
    }

    .epic-sale-promo-date {
        font-size: 15px;
    }

    .epic-sale-promo-title {
        margin-top: 1px;
        font-size: 35px;
    }

    .epic-sale-promo-subtitle {
        font-size: 22px;
    }

    .epic-wide-banner-card {
        min-height: 245px;
    }

    .epic-wide-banner-content {
        bottom: 24px;
        width: calc(100% - 32px);
    }

    .epic-wide-banner-content strong {
        font-size: 18px;
    }

    .epic-wide-banner-content > span:not(.epic-wide-banner-button) {
        font-size: 14px;
    }

    .epic-wide-banner-button {
        min-width: 126px;
        min-height: 42px;
        font-size: 14px;
    }

    .epic-weekly-card {
        gap: 16px;
    }

    .steam-activation-corner-label {
        width: auto;
        max-width: calc(100% - 5px);
        height: 28px;
        gap: 5px;
        padding: 0 16px 0 6px;
        font-size: 7.5px;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 13px) 100%, 0 100%);
    }

    .steam-activation-corner-label::before {
        left: 0;
        right: 10px;
        top: 0;
        bottom: 5px;
        clip-path: polygon(0 0, 12px 0, 100% 0, 100% 100%, 0 100%);
    }

    .steam-activation-corner-label::after {
        right: 6px;
        bottom: 4px;
        width: 16px;
        height: 7px;
        transform: skewX(-34deg);
        border-right-width: 1px;
        border-bottom-width: 1px;
    }

    .steam-activation-icon {
        width: 17px;
        height: 17px;
        font-size: 10px;
    }

    .epic-weekly-body h3 {
        font-size: 16px;
    }

    .epic-weekly-price {
        gap: 8px;
        font-size: 14px;
    }

    .epic-weekly-discount {
        min-width: 46px;
        min-height: 21px;
        padding: 0 8px;
        font-size: 12px;
    }

}

/* Storefront mobile home */
.epic-home-mobile-menu-toggle,
.epic-home-mobile-menu,
.epic-home-mobile-hero {
    display: none;
}

@media (max-width: 767.98px) {
    html {
        -webkit-text-size-adjust: 100%;
        scroll-padding-top: 132px;
    }

    .epic-home-header.storefront-global-header {
        position: sticky;
        top: 0;
        z-index: 160;
        min-height: 66px;
        padding: calc(10px + env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) 10px max(16px, env(safe-area-inset-left));
        align-items: center;
        gap: 12px;
        flex-wrap: nowrap;
        background: rgba(16, 16, 20, 0.98);
        box-shadow: 0 1px 0 rgba(245, 245, 247, 0.05);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }

    .epic-home-brand {
        min-width: 0;
        flex: 0 1 auto;
    }

    .epic-home-brand-logo {
        height: 40px;
        max-width: 92px;
        object-fit: contain;
    }

    .epic-home-topnav {
        display: none;
    }

    .epic-home-actions {
        margin-left: auto;
        gap: 8px;
    }

    .epic-home-actions .epic-home-icon-button,
    .epic-home-actions .epic-home-signin,
    .epic-home-actions .epic-home-account-shell {
        display: none;
    }

    .epic-home-download {
        min-height: 42px;
        padding: 0 14px;
        border-radius: 8px;
        color: #ffffff;
        font-size: 17px;
        font-weight: 700;
    }

    .epic-home-mobile-menu-toggle {
        width: 44px;
        height: 44px;
        border: 0;
        padding: 0;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        background: transparent;
        font-size: 32px;
        line-height: 1;
    }

    .epic-home-mobile-menu-toggle:focus-visible {
        outline: 2px solid rgba(39, 185, 255, 0.72);
        outline-offset: 2px;
    }

    .epic-home-mobile-menu {
        position: absolute;
        top: calc(100% + 8px);
        right: max(16px, env(safe-area-inset-right));
        left: max(16px, env(safe-area-inset-left));
        z-index: 220;
        max-height: min(72vh, 430px);
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 14px;
        display: grid;
        gap: 4px;
        overflow-y: auto;
        color: #ffffff;
        background: rgba(35, 35, 41, 0.98);
        box-shadow: 0 26px 70px rgba(0, 0, 0, 0.5);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity 0.18s ease, transform 0.18s ease;
        -webkit-overflow-scrolling: touch;
    }

    .epic-home-mobile-menu.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .epic-home-mobile-menu a {
        min-height: 46px;
        padding: 0 12px;
        border-radius: 9px;
        display: flex;
        align-items: center;
        color: rgba(255, 255, 255, 0.84);
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
    }

    .epic-home-mobile-menu a[href="/tai-app"] {
        display: none;
    }

    .epic-home-mobile-menu a:hover,
    .epic-home-mobile-menu a:focus-visible,
    .epic-home-mobile-menu a.is-active {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.08);
        outline: none;
    }

    .epic-home-header.storefront-global-header {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto auto;
    }

    .epic-home-brand {
        grid-column: 1;
    }

    .epic-home-actions,
    .epic-home-mobile-menu-toggle {
        justify-self: end;
    }

    .epic-home-actions {
        grid-column: 2;
    }

    .epic-home-mobile-menu-toggle {
        grid-column: 3;
        display: inline-flex !important;
        visibility: visible;
    }

    .epic-home-download {
        white-space: nowrap;
    }

    body.epic-mobile-menu-open {
        overflow: hidden;
        touch-action: none;
    }

    .epic-home-storefront {
        --storefront-content-inset: 0px;
        width: 100%;
        padding-top: 0;
        padding-bottom: calc(48px + env(safe-area-inset-bottom));
    }

    .epic-home-main > .epic-home-storefront > .epic-home-subnav {
        position: sticky;
        top: calc(66px + env(safe-area-inset-top));
        z-index: 140;
        margin: 0 0 22px;
        padding: 14px max(18px, env(safe-area-inset-right)) 12px max(18px, env(safe-area-inset-left));
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }

    .epic-home-main > .epic-home-storefront > .epic-home-subnav::before {
        background: rgba(16, 16, 20, 0.98);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }

    .epic-home-search {
        width: 44px;
        min-height: 44px;
        padding: 0;
        border-radius: 50%;
        flex: 0 0 44px;
        justify-content: center;
        color: #ffffff;
        background: transparent;
    }

    .epic-home-search-button {
        width: 44px;
        height: 44px;
        font-size: 23px;
    }

    .epic-home-search-button i,
    .epic-home-search i {
        font-size: 23px;
    }

    .epic-home-search input {
        position: absolute;
        width: 1px;
        height: 1px;
        opacity: 0;
        pointer-events: none;
    }

    .epic-home-tabs {
        flex: 1 1 auto;
        gap: 24px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 2px 2px;
        scrollbar-width: none;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
    }

    .epic-home-tabs::-webkit-scrollbar {
        display: none;
    }

    .epic-home-tab {
        flex: 0 0 auto;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        color: rgba(245, 245, 247, 0.72);
        font-size: 16px;
        font-weight: 700;
        scroll-snap-align: start;
    }

    .epic-home-tab.is-active {
        color: #ffffff;
    }

    :root {
        --epic-mobile-header-height: 86px;
        --epic-mobile-subnav-height: 72px;
    }

    html {
        scroll-padding-top: var(--epic-mobile-subnav-height);
    }

    .epic-home-header.storefront-global-header {
        position: relative;
        top: auto;
        min-height: var(--epic-mobile-header-height);
        padding: calc(14px + env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) 14px max(24px, env(safe-area-inset-left));
        align-items: center;
        gap: 12px;
    }

    .epic-home-brand {
        min-width: 0;
        flex: 1 1 auto;
        overflow: hidden;
    }

    .epic-home-brand-logo {
        width: min(132px, 34vw);
        max-width: min(132px, 100%);
        height: auto;
        max-height: 34px;
        object-fit: contain;
        object-position: left center;
    }

    .epic-home-actions {
        flex: 0 0 auto;
        margin-left: 0;
    }

    .epic-home-download {
        min-width: 112px;
        min-height: 38px;
        padding: 0 14px;
        color: #050506;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
    }

    .epic-home-mobile-menu-toggle {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
        font-size: 28px;
    }

    .epic-home-subnav,
    .epic-home-main > .epic-home-storefront > .epic-home-subnav {
        position: sticky;
        top: 0;
        z-index: 150;
        min-height: var(--epic-mobile-subnav-height);
        margin: 0 0 18px;
        padding: 0 max(28px, env(safe-area-inset-right)) 0 max(28px, env(safe-area-inset-left));
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr) auto;
        align-items: center;
        gap: 0;
        isolation: isolate;
    }

    .epic-home-subnav::before,
    .epic-home-main > .epic-home-storefront > .epic-home-subnav::before {
        content: "";
        position: absolute;
        inset: 0;
        left: 50%;
        z-index: -1;
        width: 100vw;
        transform: translateX(-50%);
        background: rgba(16, 16, 20, 0.99);
        box-shadow: 0 1px 0 rgba(245, 245, 247, 0.04);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }

    .epic-home-search {
        grid-column: 1;
        grid-row: 1;
        z-index: 2;
        width: 34px;
        min-height: 34px;
        padding: 0;
        border-radius: 50%;
        flex: 0 0 34px;
        justify-content: center;
        color: #ffffff;
        background: transparent;
    }

    .epic-home-search-button {
        width: 34px;
        height: 34px;
        color: inherit;
        font-size: 18px;
    }

    .epic-home-search-button i,
    .epic-home-search i {
        font-size: 18px;
    }

    .epic-home-search input {
        position: absolute;
        width: 1px;
        height: 1px;
        opacity: 0;
        pointer-events: none;
    }

    .epic-home-search-close {
        display: none;
    }

    .epic-home-tabs-trigger {
        grid-column: 1 / -1;
        grid-row: 1;
        z-index: 1;
        justify-self: center;
        min-width: 0;
        min-height: 44px;
        border: 0;
        padding: 0 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        color: #ffffff;
        background: transparent;
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0;
    }

    .epic-home-tabs-trigger i {
        font-size: 11px;
        line-height: 1;
        transition: transform 0.16s ease;
    }

    .epic-home-tab-actions {
        grid-column: 3;
        grid-row: 1;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
    }

    .epic-home-tab-icon-link {
        position: relative;
        width: 30px;
        height: 30px;
        border: 0;
        display: inline-grid;
        place-items: center;
        color: rgba(245, 245, 247, 0.66);
        background: transparent;
        font-size: 19px;
        line-height: 1;
        text-decoration: none;
    }

    .epic-home-tab-icon-link:hover,
    .epic-home-tab-icon-link:focus-visible,
    .epic-home-tab-icon-link.is-active {
        color: #ffffff;
        outline: none;
    }

    .epic-home-tab-icon-link--cart {
        font-size: 20px;
    }

    .epic-home-tab-icon-badge {
        position: absolute;
        top: -1px;
        right: -2px;
        min-width: 17px;
        height: 17px;
        padding: 0 6px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        background: #27b9ff;
        font-size: 10px;
        font-weight: 600;
        line-height: 1;
    }

    .epic-home-tabs-trigger[aria-expanded="true"] i {
        transform: rotate(180deg);
    }

    .epic-home-tabs {
        position: absolute;
        top: 100%;
        left: max(34px, env(safe-area-inset-left));
        right: max(24px, env(safe-area-inset-right));
        z-index: 210;
        max-height: calc(100vh - var(--epic-mobile-subnav-height) - 20px);
        padding: 24px 36px 28px;
        border-radius: 0;
        display: grid;
        gap: 0;
        overflow-y: auto;
        color: #ffffff;
        background: #101014;
        box-shadow: 0 30px 70px rgba(0, 0, 0, 0.52);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-6px);
        transition: opacity 0.16s ease, transform 0.16s ease;
        -webkit-overflow-scrolling: touch;
    }

    .epic-home-subnav.is-tabs-open .epic-home-tabs {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .epic-home-tab {
        min-height: 64px;
        border-bottom: 1px solid rgba(245, 245, 247, 0.17);
        display: flex;
        align-items: center;
        color: rgba(245, 245, 247, 0.56);
        font-size: 18px;
        font-weight: 400;
        line-height: 1.2;
        white-space: normal;
        scroll-snap-align: none;
    }

    .epic-home-tab--desktop-only {
        display: none;
    }

    .epic-home-tab:last-child {
        border-bottom: 0;
    }

    .epic-home-tab.is-active,
    .epic-home-tab:hover,
    .epic-home-tab:focus-visible {
        color: #ffffff;
    }

    .epic-home-subnav.is-search-open {
        grid-template-columns: minmax(0, 1fr);
        padding-inline: 0;
    }

    .epic-home-subnav.is-search-open .epic-home-search {
        grid-column: 1 / -1;
        width: 100%;
        height: 100%;
        min-height: var(--epic-mobile-subnav-height);
        padding: 0 max(39px, env(safe-area-inset-right)) 0 max(39px, env(safe-area-inset-left));
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 34px;
        background: #17171c;
    }

    .epic-home-subnav.is-search-open .epic-home-search input {
        position: static;
        width: 100%;
        height: auto;
        opacity: 1;
        pointer-events: auto;
        color: #ffffff;
        font-size: 21px;
        font-weight: 500;
    }

    .epic-home-subnav.is-search-open .epic-home-search input::placeholder {
        color: #d2d7e7;
        opacity: 1;
    }

    .epic-home-subnav.is-search-open .epic-home-search-close {
        width: 44px;
        height: 44px;
        border: 0;
        padding: 0;
        display: inline-grid;
        place-items: center;
        flex: 0 0 44px;
        color: #ffffff;
        background: transparent;
        font-size: 28px;
        line-height: 1;
    }

    .epic-home-subnav.is-search-open .epic-home-tabs-trigger,
    .epic-home-subnav.is-search-open .epic-home-tabs,
    .epic-home-subnav.is-search-open .epic-home-tab-actions {
        opacity: 0;
        pointer-events: none;
    }

    .epic-product-storefront-nav {
        top: 0;
        z-index: 145;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .epic-product-storefront-nav .epic-home-subnav {
        position: relative;
        top: auto;
        margin: 0 0 18px;
    }

    @media (max-width: 420px) {
        :root {
            --epic-mobile-header-height: 78px;
            --epic-mobile-subnav-height: 68px;
        }

        .epic-home-header.storefront-global-header {
            padding: calc(12px + env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) 12px max(18px, env(safe-area-inset-left));
            gap: 10px;
        }

        .epic-home-brand-logo {
            width: min(116px, 36vw);
            max-width: min(116px, 100%);
        }

        .epic-home-download {
            min-width: 96px;
            min-height: 34px;
            padding: 0 10px;
            font-size: 16px;
        }

        .epic-home-mobile-menu-toggle {
            width: 34px;
            height: 34px;
            flex-basis: 34px;
            font-size: 25px;
        }

        .epic-home-subnav,
        .epic-home-main > .epic-home-storefront > .epic-home-subnav {
            padding-inline: max(24px, env(safe-area-inset-left));
            grid-template-columns: 36px minmax(0, 1fr) auto;
        }

        .epic-home-tabs {
            left: max(24px, env(safe-area-inset-left));
            right: max(16px, env(safe-area-inset-right));
            padding-inline: 30px;
        }

        .epic-home-subnav.is-search-open .epic-home-search {
            padding-inline: max(24px, env(safe-area-inset-left));
            gap: 22px;
        }
    }

    @media (max-width: 340px) {
        .epic-home-download {
            min-width: 100px;
            font-size: 16px;
        }
    }

    .epic-home-header.storefront-global-header {
        padding-right: max(64px, env(safe-area-inset-right));
    }

    .epic-home-mobile-menu-toggle {
        position: absolute;
        top: 50%;
        right: max(16px, env(safe-area-inset-right));
        z-index: 3;
        transform: translateY(-50%);
    }

    .epic-home-feature-layout {
        display: none;
    }

    .epic-home-mobile-hero {
        display: block;
        margin-top: 6px;
    }

    .epic-home-mobile-hero-rail {
        display: flex;
        gap: 20px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 max(28px, env(safe-area-inset-left)) 10px;
        scroll-padding-inline: max(28px, env(safe-area-inset-left));
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
    }

    .epic-home-mobile-hero-rail::-webkit-scrollbar {
        display: none;
    }

    .epic-home-mobile-card {
        position: relative;
        flex: 0 0 clamp(300px, 72vw, 420px);
        aspect-ratio: 3 / 4;
        border-radius: 20px;
        overflow: hidden;
        color: #ffffff;
        background: #17181d;
        scroll-snap-align: center;
        box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
        isolation: isolate;
    }

    .epic-home-mobile-card-link {
        position: absolute;
        inset: 0;
        display: block;
        color: #ffffff;
        text-decoration: none;
    }

    .epic-home-mobile-card-link:hover,
    .epic-home-mobile-card-link:focus-visible {
        color: #ffffff;
    }

    .epic-home-mobile-card-link:focus-visible {
        outline: 2px solid rgba(39, 185, 255, 0.72);
        outline-offset: -4px;
    }

    .epic-home-mobile-card img {
        position: absolute;
        inset: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
        transform: scale(1.002);
    }

    .epic-home-mobile-card-shade {
        position: absolute;
        inset: 0;
        z-index: 1;
        background:
            linear-gradient(180deg, rgba(4, 7, 12, 0.04) 0%, rgba(4, 7, 12, 0.2) 42%, rgba(4, 7, 12, 0.9) 100%),
            linear-gradient(90deg, rgba(4, 7, 12, 0.58) 0%, rgba(4, 7, 12, 0.08) 62%, rgba(4, 7, 12, 0.34) 100%);
    }

    .epic-home-mobile-card-content {
        position: absolute;
        inset: auto 0 0;
        z-index: 2;
        min-width: 0;
        padding: 34px 28px 28px;
        display: grid;
        gap: 10px;
    }

    .epic-home-mobile-card-collab {
        max-width: calc(100% - 46px);
        display: flex;
        align-items: center;
        gap: 10px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
    }

    .epic-home-mobile-card-collab span {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .epic-home-mobile-card-collab span + span {
        padding-left: 10px;
        border-left: 2px solid rgba(255, 255, 255, 0.78);
    }

    .epic-home-mobile-card-kicker {
        margin-top: 18px;
        color: rgba(255, 255, 255, 0.92);
        font-size: 13px;
        font-weight: 500;
        line-height: 1.2;
    }

    .epic-home-mobile-card-content > strong {
        min-width: 0;
        display: -webkit-box;
        overflow: hidden;
        color: #ffffff;
        font-size: clamp(16px, 4vw, 20px);
        font-weight: 500;
        line-height: 1.34;
        overflow-wrap: anywhere;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
    }

    .epic-home-mobile-card-price {
        min-width: 0;
        margin-top: 22px;
        display: flex;
        align-items: center;
        gap: 12px;
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.1;
        flex-wrap: wrap;
    }

    .epic-home-mobile-card-price s {
        color: rgba(255, 255, 255, 0.58);
        font-weight: 500;
    }

    .epic-home-mobile-card-discount {
        min-height: 30px;
        padding: 0 12px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        background: #27b9ff;
        font-size: 17px;
        font-weight: 800;
    }

    .epic-home-mobile-card-save {
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 4;
        width: 28px;
        height: 28px;
        border: 1px solid rgba(255, 255, 255, 0.48);
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        background: rgba(4, 5, 8, 0.84);
        box-shadow: 0 5px 13px rgba(0, 0, 0, 0.42);
        font-size: 14px;
        line-height: 1;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        touch-action: manipulation;
    }

    .epic-home-mobile-card-save.is-saved {
        border-color: #27b9ff;
        color: #061018;
        background: #27b9ff;
    }

    .epic-home-mobile-card-save:focus-visible {
        outline: 2px solid rgba(39, 185, 255, 0.88);
        outline-offset: 2px;
    }

    .epic-home-mobile-hero-dots {
        min-height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        padding: 10px 0 0;
    }

    .epic-home-mobile-hero-dots span {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.28);
        transition: background 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
    }

    .epic-home-mobile-hero-dots span.is-active {
        background: #ffffff;
        transform: scale(1.02);
    }

    .epic-sale-section {
        margin: 62px 0 0;
        padding-inline: max(16px, env(safe-area-inset-left));
    }

    .epic-sale-section--savings,
    .epic-wide-banner-section,
    .epic-weekly-section,
    .epic-ranking-section {
        margin: 56px 0 0;
        padding-inline: max(16px, env(safe-area-inset-left));
    }

    .epic-sale-controls {
        display: none;
    }

    .epic-sale-heading {
        margin-bottom: 22px;
    }

    .epic-sale-heading-link {
        max-width: 100%;
        font-size: 20px;
        overflow-wrap: anywhere;
    }

    .epic-sale-layout {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .epic-sale-promo-card {
        max-width: none;
        aspect-ratio: 1;
        border-radius: 16px;
    }

    .epic-sale-promo-button {
        bottom: clamp(36px, 8vw, 54px);
        min-width: 116px;
        min-height: 52px;
        padding-inline: 22px;
        border-radius: 10px;
        color: #050506;
        background: #ffffff;
        font-size: 16px;
        font-weight: 500;
    }

    .epic-sale-grid {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(282px, calc(100vw - 64px));
        grid-template-columns: none;
        grid-template-rows: repeat(3, minmax(0, auto));
        gap: 22px 28px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 18px 14px 20px;
        border: 1px solid rgba(255, 255, 255, 0.09);
        border-radius: 14px;
        scroll-padding-inline: 0;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        touch-action: pan-x;
    }

    .epic-sale-grid::-webkit-scrollbar {
        display: none;
    }

    .epic-sale-item {
        min-height: 142px;
        grid-template-columns: 90px minmax(0, 1fr);
        gap: 20px;
        border-radius: 10px;
        scroll-snap-align: start;
        touch-action: manipulation;
    }

    .epic-sale-media {
        width: 90px;
        height: 118px;
        border-radius: 7px;
    }

    .epic-sale-item img {
        width: 100%;
        height: 100%;
    }

    .epic-sale-save {
        top: 18px;
        left: 62px;
        width: 25px;
        height: 25px;
        font-size: 14px;
    }

    .epic-sale-copy {
        gap: 18px;
    }

    .epic-sale-copy strong {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.18;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .epic-sale-price {
        gap: 10px;
        font-size: 18px;
        line-height: 1.15;
        flex-wrap: wrap;
        white-space: normal;
    }

    .epic-sale-discount {
        min-height: 28px;
        padding-inline: 10px;
        color: #ffffff;
        font-size: 15px;
        font-weight: 800;
    }

    .epic-wide-banner-card {
        min-height: 250px;
        border-radius: 16px;
    }

    .epic-weekly-grid,
    .epic-ranking-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .epic-home-body .epic-ranking-section {
        padding-inline: 0;
        overflow: hidden;
    }

    .epic-home-body .epic-ranking-grid {
        display: grid;
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: clamp(288px, calc(100vw - 64px), 430px);
        gap: 0;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 max(16px, env(safe-area-inset-right)) 10px max(16px, env(safe-area-inset-left));
        scroll-padding-inline: max(16px, env(safe-area-inset-left));
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        touch-action: pan-x;
    }

    .epic-home-body .epic-ranking-grid::-webkit-scrollbar {
        display: none;
    }

    .epic-home-body .epic-ranking-column,
    .epic-home-body .epic-ranking-column:first-child,
    .epic-home-body .epic-ranking-column:last-child {
        min-width: 0;
        padding: 0 24px;
        scroll-snap-align: start;
    }

    .epic-home-body .epic-ranking-column:first-child {
        padding-left: 0;
    }

    .epic-home-body .epic-ranking-column:last-child {
        padding-right: 0;
    }

    .epic-home-body .epic-ranking-column + .epic-ranking-column {
        padding-top: 0;
        border-top: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.18);
    }

    .epic-home-body .epic-ranking-heading {
        min-height: 58px;
        margin-bottom: 20px;
        align-items: flex-start;
        gap: 14px;
    }

    .epic-home-body .epic-ranking-heading span {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.18;
    }

    .epic-home-body .epic-ranking-heading i {
        margin-top: 3px;
        font-size: 26px;
    }

    .epic-home-body .epic-ranking-list {
        gap: 24px;
    }

    .epic-home-body .epic-ranking-item {
        min-height: 102px;
        grid-template-columns: 80px minmax(0, 1fr);
        gap: 20px;
    }

    .epic-home-body .epic-ranking-item img {
        width: 80px;
        border-radius: 6px;
    }

    .epic-home-body .epic-ranking-copy {
        gap: 9px;
    }

    .epic-home-body .epic-ranking-copy strong {
        font-size: 17px;
        line-height: 1.22;
    }

    .epic-home-body .epic-ranking-price,
    .epic-home-body .epic-ranking-muted {
        font-size: 16px;
        line-height: 1.25;
    }
}

@media (max-width: 399.98px) {
    .epic-home-mobile-card {
        flex-basis: clamp(286px, 80vw, 330px);
        border-radius: 18px;
    }

    .epic-home-mobile-card-content {
        padding: 28px 24px 24px;
        gap: 9px;
    }

    .epic-home-mobile-card-kicker {
        margin-top: 12px;
        font-size: 12px;
    }

    .epic-home-mobile-card-content > strong {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.34;
        -webkit-line-clamp: 5;
    }

    .epic-home-mobile-card-price {
        margin-top: 16px;
        gap: 10px;
        font-size: 18px;
    }

    .epic-home-mobile-card-discount {
        min-height: 28px;
        font-size: 15px;
    }

    .epic-sale-copy strong {
        font-size: 18px;
    }

    .epic-sale-price {
        font-size: 17px;
    }
}

.summer-icon-fall {
    position: fixed;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
    contain: layout paint;
}

.summer-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: var(--fall-opacity, 0.74);
    transform: translate3d(var(--fall-x, 50vw), -16vh, 0) rotate(var(--fall-rotation, 0deg));
    animation: summerIconFall var(--fall-duration, 18s) linear var(--fall-delay, 0s) infinite;
    will-change: transform, opacity;
}

.summer-icon__glyph {
    display: block;
    font-size: var(--fall-size, 15px);
    line-height: 1;
    filter:
        drop-shadow(0 0 6px rgba(255, 255, 255, 0.22))
        drop-shadow(0 0 10px rgba(151, 79, 157, 0.38));
    transform-origin: 50% 50%;
    animation: summerIconSway var(--sway-duration, 4.8s) ease-in-out var(--sway-delay, 0s) infinite alternate;
}

@keyframes summerIconFall {
    0% {
        opacity: 0;
        transform: translate3d(var(--fall-x, 50vw), -16vh, 0) rotate(var(--fall-rotation, 0deg));
    }

    10%,
    88% {
        opacity: var(--fall-opacity, 0.74);
    }

    100% {
        opacity: 0;
        transform: translate3d(calc(var(--fall-x, 50vw) + var(--fall-drift, 80px)), 112vh, 0) rotate(calc(var(--fall-rotation, 0deg) + 160deg));
    }
}

@keyframes summerIconSway {
    from {
        transform: translateX(calc(var(--sway-distance, 18px) * -1)) rotate(-8deg);
    }

    to {
        transform: translateX(var(--sway-distance, 18px)) rotate(8deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .summer-icon-fall {
        display: none;
    }
}

.activity-popup {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 1010;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 10px;
    width: min(438px, calc(100vw - 20px));
    min-height: 68px;
    padding: 8px 10px 8px 12px;
    color: #ffffff;
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0) 30%),
        linear-gradient(135deg, rgba(47, 50, 63, 0.72) 0%, rgba(58, 57, 72, 0.66) 48%, rgba(35, 40, 55, 0.74) 100%),
        rgba(18, 20, 28, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 11px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        inset 0 -18px 36px rgba(0, 0, 0, 0.14),
        0 12px 34px rgba(0, 0, 0, 0.34),
        0 0 26px rgba(113, 159, 255, 0.10);
    backdrop-filter: blur(22px) saturate(1.28);
    -webkit-backdrop-filter: blur(22px) saturate(1.28);
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 18px, 0) scale(0.98);
    transition: opacity 0.32s ease, transform 0.32s ease;
}

.activity-popup::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 42%),
        radial-gradient(circle at 94% 12%, rgba(126, 174, 255, 0.22), transparent 34%);
    opacity: 0.84;
    pointer-events: none;
}

.activity-popup.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
}

.activity-popup__thumb,
.activity-popup__content,
.activity-popup__close {
    position: relative;
    z-index: 1;
}

.activity-popup__thumb {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    object-fit: cover;
    background: rgba(255, 255, 255, 0.08);
    box-shadow:
        0 6px 15px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.activity-popup__content {
    min-width: 0;
}

.activity-popup__line {
    display: block;
    color: rgba(225, 230, 241, 0.56);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.28;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activity-popup__name {
    color: rgba(231, 235, 246, 0.66);
}

.activity-popup__product {
    display: block;
    margin-top: 4px;
    color: #76a8ff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.28;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activity-popup__close {
    width: 22px;
    height: 22px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: rgba(123, 174, 255, 0.9);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    transition: color 0.2s ease, background 0.2s ease;
}

.activity-popup__close:hover,
.activity-popup__close:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .activity-popup {
        left: 8px;
        right: 8px;
        bottom: 8px;
        width: auto;
        grid-template-columns: 48px minmax(0, 1fr) 22px;
        min-height: 64px;
        padding: 8px 10px;
    }

    .activity-popup__thumb {
        width: 48px;
        height: 48px;
    }

    .activity-popup__line,
    .activity-popup__product {
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .activity-popup {
        transition: none;
    }
}

.header-wrapper {
    width: 100%;
    background: var(--bg);
}

.header-container {
    width: min(calc(100% - 40px), 1140px);
    margin-left: auto;
    margin-right: auto;
}

.container {
    max-width: 1140px;
}

.header-top {
    background: #08080b;
    border-bottom: 1px solid var(--line-soft);
}

.header-top-inner {
    position: relative;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.header-service-strip {
    position: relative;
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    white-space: nowrap;
}

.header-service-track {
    display: inline-flex;
    width: max-content;
    align-items: center;
    gap: clamp(44px, 5vw, 86px);
    min-width: max-content;
    animation: headerServiceMarquee 28s linear infinite;
    will-change: transform;
}

.header-service-strip:hover .header-service-track {
    animation-play-state: paused;
}

.header-service-item {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.header-service-item i {
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    line-height: 1;
}

@keyframes headerServiceMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - clamp(22px, 2.5vw, 43px)));
    }
}

.header-top-nav {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: clamp(20px, 2vw, 34px);
}

.header-top-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.header-top-nav-link:hover,
.header-top-nav-link:focus-visible,
.header-top-nav-link.active {
    color: #ffffff;
}

.header-top-nav-link i {
    font-size: 11px;
}

.header-top-category-shell {
    position: relative;
}

.header-top-category-shell .header-top-category-menu.dropdown-menu-custom {
    top: calc(100% + 14px);
    left: 50%;
    right: auto;
    width: min(900px, calc(100vw - 40px));
    min-width: min(640px, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
    overflow: hidden;
    transform: translate3d(-72%, 10px, 0);
    z-index: 100;
}

.header-top-category-shell.has-dropdown:hover .header-top-category-menu.dropdown-menu-custom,
.header-top-category-shell.has-dropdown:focus-within .header-top-category-menu.dropdown-menu-custom {
    transform: translate3d(-72%, 0, 0);
}

.header-top-category-menu .storefront-category-menu-grid {
    min-width: 0;
}

.header-top-category-menu .storefront-category-menu-column {
    min-width: 0;
}

.marquee {
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-track {
    display: inline-flex;
    align-items: center;
    min-width: max-content;
    animation: marqueeMove 42s linear infinite;
}

.marquee:hover .marquee-track {
    animation-play-state: paused;
}

.marquee-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0 34px;
    font-size: 13px;
    font-weight: 600;
    color: #d0d0d0;
    font-family: monospace;
}

.marquee-item::before,
.marquee-item::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 12px rgba(226, 132, 67, 0.55);
}

.marquee-item::before {
    margin-right: 10px;
}

.marquee-item::after {
    margin-left: 10px;
    background: #f3e7a1;
    box-shadow: 0 0 12px rgba(243, 231, 161, 0.5);
}

.marquee-item strong {
    color: var(--accent);
}

@keyframes marqueeMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.flex-row {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.flex-col {
    max-height: 100%;
}

.flex-left {
    margin-right: auto;
}

.flex-right {
    margin-left: auto;
}

.flex-grow {
    flex: 1 1 auto;
}

.hide-for-medium {
    display: block;
}

.show-for-medium {
    display: none;
}

.show-on-mobile-search {
    display: none;
}

.has-icon {
    display: flex;
    align-items: center;
}

.is-small {
    font-size: 1rem;
}

.logo-left .logo {
    margin-right: 24px;
}

.header-main {
    background-color: #040405;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.header-inner {
    min-height: 96px;
    gap: 0;
}

#logo {
    flex: 0 0 auto;
}

.logo-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.header_logo,
.header-logo {
    display: block;
    width: auto;
    height: 40px;
    flex: 0 0 auto;
}

.logo-wordmark {
    display: none;
    color: #ffffff;
    font-size: clamp(1.4rem, 1.8vw, 1.9rem);
    font-weight: 800;
    letter-spacing: 0.03em;
    line-height: 1;
    text-transform: none;
}

.header-nav,
.mobile-nav {
    display: flex;
    align-items: center;
    gap: 22px;
}

.nav-right {
    gap: 28px;
}

.header-main-tools {
    min-width: 0;
    display: flex !important;
    align-items: center;
    gap: 14px;
}

.header-category-shell {
    position: relative;
    flex: 0 0 250px;
}

.header-category-button {
    width: 100%;
    min-height: 46px;
    padding: 0 14px 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    background: #1b2024;
    color: #f4f4f6;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.header-category-button:hover,
.header-category-button:focus-visible,
.header-category-button.active {
    background: #22282d;
    border-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.header-category-button .bi-grid-3x3-gap {
    font-size: 20px;
}

.header-category-button .bi-chevron-down {
    margin-left: auto;
    font-size: 13px;
}

.header-category-shell .header-category-menu {
    top: calc(100% + 10px);
    right: auto;
    min-width: min(720px, calc(100vw - 40px));
    z-index: 80;
}

.header-searchform {
    flex: 1 1 320px;
    min-width: 240px;
    max-width: none;
}

.header-searchform .header-search-wrapper {
    width: 100%;
    height: 46px;
    border-radius: 8px;
    background: #1b2024;
    border-color: rgba(255, 255, 255, 0.06);
    padding: 0 10px 0 22px;
}

.header-searchform .header-search-wrapper:focus-within {
    background: #22282d;
    border-color: rgba(255, 255, 255, 0.16);
}

.header-searchform .header-search-wrapper .search-field {
    font-size: 14px;
    font-weight: 400;
}

.header-searchform .header-search-wrapper .search-submit {
    width: 38px;
    height: 38px;
}

.header-searchform .header-search-wrapper .search-submit i {
    font-size: 24px;
}

.header-main-actions {
    flex: 0 0 auto;
    margin-left: 20px;
}

.header-main-actions .header-nav {
    gap: 16px;
}

.header-main-actions .nav-top-link {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
}

.header-main-actions .header-cart-link {
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    background: #070708;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.header-main-actions .header-cart-link:hover,
.header-main-actions .header-cart-link:focus-visible {
    background: #101014;
}

.header-main-actions .header-cart-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.nav-top-link {
    color: #efefef;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.25s ease;
}

.account-page-main {
    position: relative;
    z-index: 1;
    padding: 0 0 76px;
}

.account-page-section {
    padding: 26px 0 48px;
}

.account-page-grid {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.account-page-content {
    display: grid;
    gap: 18px;
}

.account-page-card,
.account-shell-profile,
.account-shell-nav {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(18, 19, 27, 0.96) 0%, rgba(11, 12, 17, 0.96) 100%);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.account-shell-sidebar {
    display: grid;
    gap: 16px;
    position: sticky;
    top: 104px;
}

.account-shell-profile {
    display: grid;
    gap: 12px;
}

.account-shell-kicker,
.account-page-label,
.account-order-card__label {
    color: #c98cff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.account-shell-profile h2,
.account-page-card__head h1,
.account-page-card__head h2 {
    margin: 0;
    color: #ffffff;
    font-size: 1.48rem;
    font-weight: 800;
}

.account-shell-profile p {
    margin: 0;
    color: rgba(231, 235, 248, 0.78);
    font-size: 0.94rem;
    word-break: break-word;
}

.account-shell-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.account-shell-stat,
.account-overview-item,
.account-download-card,
.account-library-card,
.account-order-card {
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
}

.account-shell-stat {
    display: grid;
    gap: 4px;
}

.account-shell-stat span,
.account-shell-meta span,
.account-overview-item span,
.account-download-card p,
.account-library-card span,
.account-order-card__meta span {
    color: rgba(212, 216, 233, 0.72);
    font-size: 0.82rem;
}

.account-shell-stat strong,
.account-overview-item strong,
.account-library-card strong,
.account-order-card__meta strong {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
}

.account-shell-meta {
    display: grid;
    gap: 6px;
}

.account-shell-nav {
    display: grid;
    gap: 4px;
    padding: 10px;
}

.account-shell-nav a,
.account-shell-logout button,
.mobile-drawer-logout button {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    border: none;
    border-radius: 12px;
    background: transparent;
    color: rgba(255, 255, 255, 0.84);
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 0.92rem;
    font-weight: 600;
    transition: color 0.2s ease, background 0.2s ease;
}

.account-shell-nav a:hover,
.account-shell-nav a:focus-visible,
.account-shell-nav a.is-active,
.account-shell-logout button:hover,
.account-shell-logout button:focus-visible,
.mobile-drawer-logout button:hover,
.mobile-drawer-logout button:focus-visible {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}

.account-page-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.account-page-card__head h2 {
    font-size: 1.18rem;
}

.account-inline-link {
    color: #8fb2ff;
    font-size: 0.84rem;
    font-weight: 700;
}

.account-inline-link:hover,
.account-inline-link:focus-visible {
    color: #ffffff;
}

.account-overview-grid,
.account-order-list,
.account-library-list {
    display: grid;
    gap: 12px;
}

.account-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-overview-item {
    display: grid;
    gap: 6px;
}

.account-order-card {
    display: grid;
    gap: 12px;
}

.account-order-card__main,
.account-order-card__meta,
.account-library-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.account-order-card__main h3,
.account-library-card strong {
    margin: 0;
    font-size: 1rem;
    line-height: 1.3;
}

.account-order-card__status {
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.74rem;
    font-weight: 700;
    white-space: nowrap;
}

.account-download-card {
    display: grid;
    gap: 14px;
}

.account-download-card p {
    margin: 0;
    line-height: 1.7;
}

.launcher-version-list {
    display: grid;
    gap: 12px;
}

.launcher-version-card {
    display: grid;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.035);
}

.launcher-version-card__head,
.launcher-version-card__meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.launcher-version-card__head strong {
    display: block;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
}

.launcher-version-card__head span,
.launcher-version-card__meta span {
    color: rgba(212, 216, 233, 0.72);
    font-size: 0.8rem;
}

.launcher-version-card__meta {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.launcher-version-badge {
    flex: 0 0 auto;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(90, 140, 255, 0.14);
    color: #dce6ff;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.launcher-version-badge.is-force {
    background: rgba(255, 98, 98, 0.14);
    color: #ffd0d0;
}

.product-offer-button.is-disabled {
    pointer-events: none;
    opacity: 0.72;
}

.account-library-card {
    align-items: flex-start;
}

.account-library-card>div {
    display: grid;
    gap: 4px;
}

.account-library-card__meta {
    text-align: right;
}

.account-empty-state {
    padding: 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(224, 229, 244, 0.74);
    font-size: 0.9rem;
}

.account-shell-wallet {
    display: grid;
    gap: 6px;
    padding: 16px;
    border: 1px solid rgba(180, 92, 255, 0.24);
    border-radius: 16px;
    background:
        radial-gradient(circle at top left, rgba(180, 92, 255, 0.12), transparent 34%),
        rgba(255, 255, 255, 0.03);
}

.account-shell-wallet span,
.account-wallet-balance-card span,
.account-wallet-hero-meta span,
.account-wallet-label,
.account-wallet-form-hint,
.account-wallet-transaction-card__copy p,
.account-wallet-transaction-card__copy small {
    color: rgba(212, 216, 233, 0.72);
}

.account-shell-wallet strong,
.account-wallet-balance-card strong,
.account-wallet-transaction-card__amount strong,
.account-wallet-transaction-card__head strong {
    color: #ffffff;
    font-weight: 800;
}

.account-shell-wallet strong {
    font-size: 1.26rem;
}

.account-shell-wallet small {
    color: #c98cff;
    font-size: 0.78rem;
    font-weight: 700;
}

.account-wallet-card {
    gap: 16px;
}

.account-wallet-hero-grid {
    display: grid;
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1fr);
    gap: 16px;
}

.account-wallet-balance-card,
.account-wallet-transaction-card {
    padding: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
}

.account-wallet-balance-card {
    display: grid;
    gap: 8px;
    align-content: start;
}

.account-wallet-balance-card strong {
    font-size: clamp(1.6rem, 3.2vw, 2.24rem);
    line-height: 1.05;
}

.account-wallet-balance-card small {
    color: #c98cff;
    font-size: 0.82rem;
    font-weight: 700;
}

.account-wallet-hero-copy {
    display: grid;
    gap: 12px;
    align-content: center;
}

.account-wallet-hero-copy p {
    margin: 0;
    color: rgba(231, 235, 248, 0.82);
    font-size: 0.92rem;
    line-height: 1.75;
}

.account-wallet-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.account-wallet-hero-meta span {
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    display: inline-flex;
    align-items: center;
    font-size: 0.78rem;
}

.account-wallet-topup-form {
    display: grid;
    gap: 14px;
}

.account-wallet-label {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.account-wallet-input-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
}

.account-wallet-input-shell input {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
}

.account-wallet-input-shell input:focus {
    outline: none;
    border-color: rgba(226, 132, 67, 0.48);
    box-shadow: 0 0 0 4px rgba(180, 92, 255, 0.12);
}

.account-wallet-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.account-wallet-quick-amount {
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 700;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.account-wallet-quick-amount:hover,
.account-wallet-quick-amount:focus-visible {
    border-color: rgba(226, 132, 67, 0.3);
    background: rgba(226, 132, 67, 0.08);
    transform: translateY(-1px);
}

.account-wallet-form-hint {
    font-size: 0.84rem;
    line-height: 1.7;
}

.account-wallet-transaction-list {
    display: grid;
    gap: 12px;
}

.account-wallet-transaction-card {
    display: grid;
    gap: 12px;
}

.account-wallet-transaction-card__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.account-wallet-transaction-card__copy {
    display: grid;
    gap: 6px;
}

.account-wallet-transaction-card__copy p,
.account-wallet-transaction-card__copy small {
    margin: 0;
}

.account-wallet-transaction-card__head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.account-wallet-direction,
.account-wallet-status {
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.account-wallet-direction.is-credit {
    background: rgba(81, 198, 135, 0.16);
    color: #9bf0bb;
}

.account-wallet-direction.is-debit {
    background: rgba(180, 92, 255, 0.16);
    color: #c98cff;
}

.account-wallet-transaction-card__amount {
    display: grid;
    gap: 8px;
    justify-items: end;
    text-align: right;
}

.account-wallet-status.is-completed {
    background: rgba(81, 198, 135, 0.16);
    color: #9bf0bb;
}

.account-wallet-status.is-pending {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(242, 244, 255, 0.86);
}

.account-wallet-status.is-failed {
    background: rgba(255, 113, 113, 0.16);
    color: #ffaaaa;
}

.account-wallet-status.is-neutral {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(235, 238, 250, 0.82);
}

@media (max-width: 991.98px) {
    .account-page-grid {
        grid-template-columns: 1fr;
    }

    .account-shell-sidebar {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .account-page-main {
        padding-bottom: 52px;
    }

    .account-page-section {
        padding: 18px 0 28px;
    }

    .account-page-card,
    .account-shell-profile,
    .account-shell-nav {
        padding: 16px;
        border-radius: 14px;
    }

    .account-shell-profile h2,
    .account-page-card__head h1,
    .account-page-card__head h2 {
        font-size: 1.2rem;
    }

    .account-overview-grid {
        grid-template-columns: 1fr;
    }

    .account-wallet-hero-grid,
    .account-wallet-input-shell,
    .account-wallet-transaction-card__main {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .account-wallet-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .account-wallet-transaction-card__amount {
        width: 100%;
        justify-items: start;
        text-align: left;
    }

    .account-order-card__main,
    .account-order-card__meta,
    .account-library-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .account-library-card__meta {
        text-align: left;
    }
}

.nav-top-link--account {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    max-width: min(34vw, 240px);
}

.nav-top-link__label {
    display: inline-block;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-top-link:hover,
.nav-top-link:focus-visible {
    color: var(--accent);
}

.account-menu-shell {
    position: relative;
}

.account-menu-dropdown {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    min-width: 240px;
    padding: 10px 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(17, 17, 19, 0.98);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.34);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
    z-index: 50;
}

.account-menu-shell:hover .account-menu-dropdown,
.account-menu-shell:focus-within .account-menu-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
}

.account-menu-dropdown a,
.account-menu-logout button {
    width: 100%;
    min-height: 48px;
    padding: 0 18px;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent;
    color: rgba(255, 255, 255, 0.88);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    transition: color 0.2s ease, background 0.2s ease;
}

.account-menu-dropdown a:first-child,
.account-menu-logout:first-child button {
    border-top: none;
}

.account-menu-dropdown a:hover,
.account-menu-dropdown a:focus-visible,
.account-menu-logout button:hover,
.account-menu-logout button:focus-visible {
    color: var(--accent);
    background: rgba(255, 255, 255, 0.03);
}

.header-button {
    display: flex;
    align-items: center;
}

.header-cart-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    color: #ffffff;
}

.header-cart-title {
    font-size: 14px;
    font-weight: 500;
}

.header-cart-link i[data-icon-label] {
    position: relative;
    font-size: 15px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.header-cart-link i[data-icon-label]::after {
    content: attr(data-icon-label);
    position: absolute;
    top: -15px;
    right: -10px;
    min-width: 15px;
    height: 15px;
    padding: 0 4px;
    border-radius: 50%;
    background: var(--badge);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.header-cart-link i[data-icon-label].is-empty::after {
    display: none;
}

.menu-toggle-btn {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 12px;
    background: #111111;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

.menu-toggle-btn:hover,
.menu-toggle-btn:focus-visible {
    background: #1c1c1c;
    transform: translateY(-1px);
}

.menu-toggle-btn i {
    font-size: 22px;
}

.header-bottom {
    background-color: #050507;
    border-top: 1px solid var(--line-soft);
    border-bottom: 1px solid var(--line-soft);
}

.header-bottom-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 990;
    background: rgba(5, 5, 7, 0.94);
    border-bottom: 1px solid var(--line-soft);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
        transform 0.22s ease,
        opacity 0.22s ease,
        visibility 0s linear 0.22s;
}

.header-bottom-sticky.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
}

.mobile-header-search {
    background: #050507;
}

.mobile-header-search-inner {
    padding-top: 14px;
    padding-bottom: 12px;
}

.mobile-header-search-form {
    display: block;
    width: 100%;
    margin: 0;
}

.homepage-main {
    position: relative;
    z-index: 1;
}

.hero-banner-section {
    padding-top: 20px;
}

.hero-banner-wrap {
    width: 100%;
}

.hero-banner-link {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(180deg, #dce9ff 0%, #d9b8ff 100%);
    border: 1px solid rgba(180, 92, 255, 0.22);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
}

.hero-banner-image {
    display: block;
    width: 100%;
    height: auto;
}

.discover-section {
    padding: 34px 0 60px;
}

.discover-heading {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 26px;
}

.discover-heading-line {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
}

.discover-heading-title {
    margin: 0;
    font-size: clamp(1.35rem, 1.85vw, 2rem);
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    white-space: nowrap;
}

.discover-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: start;
}

.discover-spotlight {
    min-width: 0;
}

.discover-slider {
    position: relative;
    isolation: isolate;
}

.discover-slides {
    position: relative;
    min-height: 620px;
    touch-action: pan-y;
}

.discover-slide {
    position: absolute;
    inset: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #0e0e0e;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 26px 48px rgba(0, 0, 0, 0.34);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.discover-slide.is-active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}

.discover-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.12) 34%, rgba(0, 0, 0, 0.7) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.08) 44%, rgba(0, 0, 0, 0.28) 100%);
}

.discover-slide-art {
    position: absolute;
    inset: 0;
    overflow: hidden;
    --art-primary: #405032;
    --art-secondary: #111814;
    --art-highlight: rgba(225, 255, 145, 0.44);
    --art-brand: #d7ff1b;
    background:
        radial-gradient(circle at 72% 18%, var(--art-highlight) 0%, rgba(255, 255, 255, 0) 24%),
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 16%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0 1%, transparent 1% 100%),
        linear-gradient(120deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.02) 36%, rgba(0, 0, 0, 0.42) 100%),
        linear-gradient(180deg, var(--art-primary) 0%, var(--art-secondary) 100%);
}

.discover-slide-art-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(1.04) contrast(1.02);
}

.discover-slide-art::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 16%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 22%),
        linear-gradient(100deg, rgba(255, 255, 255, 0) 20%, rgba(226, 255, 170, 0.16) 48%, rgba(255, 255, 255, 0) 72%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 60%);
}

.discover-slide-art::after {
    content: "";
    position: absolute;
    inset: 18% 8% 12%;
    background:
        linear-gradient(90deg,
            rgba(255, 255, 255, 0.08) 0%,
            rgba(255, 255, 255, 0.08) 3%,
            transparent 3%,
            transparent 24%,
            rgba(255, 255, 255, 0.05) 24%,
            rgba(255, 255, 255, 0.05) 29%,
            transparent 29%,
            transparent 100%),
        radial-gradient(circle at 16% 80%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 24%);
    opacity: 0.55;
}

.discover-slide-art--marathon {
    --art-primary: #556b33;
    --art-secondary: #0b130d;
    --art-highlight: rgba(220, 255, 148, 0.46);
    --art-brand: #d2ff0e;
}

.discover-slide-art--forza {
    --art-primary: #65271f;
    --art-secondary: #140d10;
    --art-highlight: rgba(180, 92, 255, 0.34);
    --art-brand: #ffe6dc;
}

.discover-slide-art--bond {
    --art-primary: #27405a;
    --art-secondary: #0f1218;
    --art-highlight: rgba(160, 205, 255, 0.36);
    --art-brand: #f4f6fb;
}

.discover-slide-art--requiem {
    --art-primary: #69575e;
    --art-secondary: #110e11;
    --art-highlight: rgba(255, 245, 245, 0.36);
    --art-brand: #ffffff;
}

.discover-slide-art--death {
    --art-primary: #5d321c;
    --art-secondary: #110d0c;
    --art-highlight: rgba(180, 92, 255, 0.28);
    --art-brand: #d9b8ff;
}

.discover-slide-art--crimson {
    --art-primary: #6a5047;
    --art-secondary: #151110;
    --art-highlight: rgba(214, 107, 255, 0.24);
    --art-brand: #fff0ea;
}

.discover-slide-brand {
    display: none;
}

.discover-slide-body {
    position: relative;
    z-index: 1;
    min-height: 620px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 34px 58px 34px;
}

.discover-slide-title {
    max-width: 74%;
    margin: 0;
    font-size: clamp(1.8rem, 2vw, 2.7rem);
    font-weight: 500;
    line-height: 1.22;
}

.discover-slide-copy {
    max-width: 68%;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 1.08rem;
    line-height: 1.55;
}

.discover-slide-copy p {
    margin: 0 0 6px;
}

.discover-price-row {
    display: flex;
    align-items: baseline;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.discover-discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    height: 40px;
    border-radius: 999px;
    background: #e00000;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
}

.discover-old-price {
    color: rgba(255, 255, 255, 0.62);
    font-size: 1.2rem;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.discover-new-price {
    font-size: clamp(2rem, 2.3vw, 3.1rem);
    font-weight: 800;
    line-height: 1;
}

.discover-actions {
    display: flex;
    gap: 18px;
    margin-top: 28px;
}

.discover-btn {
    min-width: 180px;
    min-height: 64px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    font-size: 1.15rem;
    font-weight: 700;
    transition: transform 0.2s ease, background 0.2s ease;
}

.discover-btn:hover,
.discover-btn:focus-visible {
    transform: translateY(-1px);
}

.discover-btn--primary {
    background: #ffffff;
    color: #101010;
}

.discover-btn--ghost {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.discover-control {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 46px;
    height: 84px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(18, 18, 18, 0.88) 0%, rgba(9, 9, 9, 0.62) 100%);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow:
        0 12px 24px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition:
        transform 0.22s ease,
        background 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.discover-control:hover,
.discover-control:focus-visible {
    background:
        linear-gradient(180deg, rgba(34, 34, 34, 0.92) 0%, rgba(14, 14, 14, 0.72) 100%);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow:
        0 16px 30px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transform: translateY(-50%) scale(1.02);
}

.discover-control i {
    font-size: 1.55rem;
}

.discover-control--prev {
    left: -22px;
}

.discover-control--next {
    right: -22px;
}

.discover-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}

.discover-dot {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.26);
}

.discover-dot.is-active {
    background: #ffffff;
    transform: scale(1.12);
}

.discover-sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.discover-side-item {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: #151515;
    padding: 14px;
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    color: #ffffff;
    text-align: left;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.discover-side-item:hover,
.discover-side-item:focus-visible,
.discover-side-item.is-active {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.16);
    background: #1a1a1a;
}

.discover-side-thumb {
    aspect-ratio: 1;
    border-radius: 12px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 12px;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #ffffff;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.32);
    background:
        radial-gradient(circle at 74% 22%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 26%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 55%),
        linear-gradient(180deg, #303030 0%, #141414 100%);
    overflow: hidden;
    position: relative;
}

.discover-side-thumb-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.discover-side-thumb--marathon {
    background:
        radial-gradient(circle at 70% 18%, rgba(180, 92, 255, 0.28) 0%, rgba(255, 255, 255, 0) 26%),
        linear-gradient(180deg, #688230 0%, #1d2917 100%);
}

.discover-side-thumb--forza {
    background:
        radial-gradient(circle at 70% 18%, rgba(180, 92, 255, 0.24) 0%, rgba(255, 255, 255, 0) 26%),
        linear-gradient(180deg, #8d4a35 0%, #251214 100%);
}

.discover-side-thumb--bond {
    background:
        radial-gradient(circle at 70% 18%, rgba(180, 212, 255, 0.24) 0%, rgba(255, 255, 255, 0) 26%),
        linear-gradient(180deg, #30506c 0%, #15171d 100%);
}

.discover-side-thumb--requiem {
    background:
        radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 26%),
        linear-gradient(180deg, #897276 0%, #231c20 100%);
}

.discover-side-thumb--death {
    background:
        radial-gradient(circle at 70% 18%, rgba(180, 92, 255, 0.24) 0%, rgba(255, 255, 255, 0) 26%),
        linear-gradient(180deg, #92552a 0%, #231510 100%);
}

.discover-side-thumb--crimson {
    background:
        radial-gradient(circle at 70% 18%, rgba(214, 107, 255, 0.22) 0%, rgba(255, 255, 255, 0) 26%),
        linear-gradient(180deg, #8d6b60 0%, #231816 100%);
}

.discover-side-copy {
    min-width: 0;
    font-size: 1.12rem;
    line-height: 1.38;
    color: rgba(255, 255, 255, 0.94);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (min-width: 992px) {
    .discover-layout {
        grid-template-columns: minmax(0, 1fr) 332px;
        gap: 22px;
        align-items: stretch;
    }

    .discover-slides {
        min-height: 511px;
    }

    .discover-slide {
        border-radius: 12px;
    }

    .discover-slide-body {
        min-height: 511px;
        padding: 28px 52px 26px;
    }

    .discover-slide-title {
        max-width: 80%;
        font-size: clamp(1.3rem, 1.5vw, 2.2rem);
        line-height: 1.2;
    }

    .discover-slide-copy {
        max-width: 64%;
        margin-top: 16px;
        font-size: 0.98rem;
        line-height: 1.42;
    }

    .discover-slide-copy p {
        margin-bottom: 4px;
    }

    .discover-price-row {
        gap: 14px;
        margin-top: 16px;
    }

    .discover-discount {
        min-width: 40px;
        height: 19px;
        font-size: 0.7rem;
    }

    .discover-old-price {
        font-size: 0.95rem;
    }

    .discover-new-price {
        font-size: clamp(1.8rem, 2vw, 2.6rem);
    }

    .discover-actions {
        gap: 14px;
        margin-top: 20px;
    }

    .discover-btn {
        min-width: 174px;
        min-height: 36px;
        border-radius: 5px;
        padding: 0 22px;
        font-size: 0.9rem;
        font-weight: 500;
    }

    .discover-control {
        width: 37px;
        height: 58px;
    }

    .discover-control--prev {
        left: -18px;
    }

    .discover-control--next {
        right: -18px;
    }

    .discover-sidebar {
        height: 511px;
        gap: 10px;
    }

    .discover-side-item {
        flex: 1 1 0;
        min-height: 0;
        border-radius: 12px;
        padding: 8px 10px;
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 10px;
    }

    .discover-side-thumb {
        border-radius: 12px;
    }

    .discover-side-copy {
        font-size: 0.92rem;
        line-height: 1.24;
        -webkit-line-clamp: 2;
    }
}

.random-keys-section {
    padding: 8px 0 72px;
}

.random-keys-title {
    margin: 0 0 20px;
    font-size: clamp(1.55rem, 2vw, 2.05rem);
    font-weight: 700;
    line-height: 1.18;
    color: #ffffff;
}

.random-keys-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 26px;
}

.random-keys-card {
    min-width: 0;
    --tier-color: #34df72;
    --tier-rgb: 52, 223, 114;
    --stage-start: #32141a;
    --stage-end: #080808;
}

.random-keys-card--rare {
    --tier-color: #3a8fff;
    --tier-rgb: 58, 143, 255;
    --stage-start: #1b1938;
    --stage-end: #07080d;
}

.random-keys-card--epic {
    --tier-color: #c76fff;
    --tier-rgb: 199, 111, 255;
    --stage-start: #321535;
    --stage-end: #09070d;
}

.random-keys-card--legendary {
    --tier-color: #ff4a38;
    --tier-rgb: 255, 74, 56;
    --stage-start: #331314;
    --stage-end: #090708;
}

.random-keys-card--ultimate {
    --tier-color: #b45cff;
    --tier-rgb: 255, 135, 67;
    --stage-start: #392017;
    --stage-end: #090808;
}

.random-keys-link {
    display: block;
    color: inherit;
}

.random-keys-visual {
    position: relative;
    aspect-ratio: 0.8;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background:
        radial-gradient(circle at 50% -6%, rgba(180, 92, 255, 0.22) 0%, rgba(255, 255, 255, 0) 32%),
        linear-gradient(180deg, rgba(180, 92, 255, 0.10) 0%, rgba(255, 255, 255, 0) 18%),
        linear-gradient(180deg, var(--stage-start) 0%, var(--stage-end) 100%);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.24);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.random-keys-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.32s ease;
}

.random-keys-stage {
    position: absolute;
    inset: 0;
}

.random-keys-stage::before {
    content: "";
    position: absolute;
    inset: 12% 0 20%;
    background:
        linear-gradient(90deg,
            rgba(153, 31, 53, 0.66) 0 13%,
            rgba(69, 23, 55, 0.28) 13% 17%,
            rgba(215, 165, 77, 0.35) 17% 31%,
            rgba(42, 84, 146, 0.38) 31% 47%,
            rgba(123, 33, 116, 0.4) 47% 62%,
            rgba(139, 33, 29, 0.34) 62% 78%,
            rgba(61, 37, 103, 0.3) 78% 90%,
            rgba(39, 39, 39, 0.74) 90% 100%);
    filter: saturate(1.06) blur(0.4px);
    opacity: 0.78;
}

.random-keys-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 16% 54%, rgba(180, 92, 255, 0.14) 0%, rgba(255, 255, 255, 0) 16%),
        radial-gradient(circle at 78% 48%, rgba(var(--tier-rgb), 0.18) 0%, rgba(255, 255, 255, 0) 18%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 24%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.38) 100%);
}

.random-keys-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    min-height: 29px;
    padding: 0 14px 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px 0 16px 0;
    border: 1px solid rgba(180, 92, 255, 0.12);
    background: linear-gradient(180deg, rgba(186, 106, 52, 0.76) 0%, rgba(166, 90, 43, 0.72) 100%);
    color: rgba(255, 255, 255, 0.98);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 8px 16px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    font-size: 11px;
    font-weight: 200;
}

.random-keys-logo,
.random-keys-subtitle,
.random-keys-floor,
.random-keys-chest,
.random-keys-tier {
    position: absolute;
    z-index: 1;
}

.random-keys-logo {
    top: 12.5%;
    left: 50%;
    transform: translateX(-50%);
    color: #c98cff;
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
    white-space: nowrap;
}

.random-keys-subtitle {
    top: 24%;
    left: 50%;
    transform: translateX(-50%);
    color: var(--tier-color);
    font-size: 1.24rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-shadow:
        0 0 16px rgba(var(--tier-rgb), 0.46),
        0 2px 10px rgba(0, 0, 0, 0.56);
    white-space: nowrap;
}

.random-keys-floor {
    left: 10%;
    right: 10%;
    bottom: 18%;
    height: 2px;
    background: linear-gradient(90deg, rgba(207, 144, 47, 0) 0%, rgba(207, 144, 47, 0.7) 14%, rgba(207, 144, 47, 0.96) 50%, rgba(207, 144, 47, 0.7) 86%, rgba(207, 144, 47, 0) 100%);
    box-shadow: 0 0 14px rgba(207, 144, 47, 0.26);
}

.random-keys-chest {
    left: 50%;
    bottom: 24%;
    width: 41%;
    aspect-ratio: 1.08;
    transform: translateX(-50%);
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(var(--tier-rgb), 0.38) 0%, rgba(15, 15, 15, 0.86) 100%);
    box-shadow:
        0 0 22px rgba(var(--tier-rgb), 0.38),
        inset 0 0 16px rgba(var(--tier-rgb), 0.18);
}

.random-keys-chest::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -18%;
    width: 86%;
    height: 42%;
    transform: translateX(-50%);
    border-radius: 16px 16px 6px 6px;
    border: 2px solid rgba(255, 255, 255, 0.14);
    border-bottom: none;
    background: linear-gradient(180deg, rgba(var(--tier-rgb), 0.66) 0%, rgba(13, 13, 13, 0.2) 100%);
    box-shadow:
        0 0 20px rgba(var(--tier-rgb), 0.22),
        inset 0 10px 16px rgba(255, 255, 255, 0.06);
}

.random-keys-chest::after {
    content: "";
    position: absolute;
    inset: 16% 18%;
    border-radius: 8px;
    border: 2px solid rgba(var(--tier-rgb), 0.78);
    box-shadow: inset 0 0 16px rgba(var(--tier-rgb), 0.14);
}

.random-keys-lock {
    position: absolute;
    top: 54%;
    left: 50%;
    width: 28%;
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid rgba(var(--tier-rgb), 0.92);
    background: rgba(var(--tier-rgb), 0.18);
    box-shadow:
        0 0 18px rgba(var(--tier-rgb), 0.46),
        inset 0 0 12px rgba(255, 255, 255, 0.08);
}

.random-keys-lock::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 34%;
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
}

.random-keys-tier {
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    color: var(--tier-color);
    font-size: clamp(1.9rem, 2.2vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    text-shadow:
        0 0 18px rgba(var(--tier-rgb), 0.4),
        0 4px 14px rgba(0, 0, 0, 0.55);
    white-space: nowrap;
}

.random-keys-body {
    padding-top: 16px;
}

.random-keys-name {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.38;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.76em;
}

.random-keys-price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
}

.random-keys-discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 19px;
    padding: 0 7px;
    border-radius: 999px;
    background: #e00000;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1;
}

.random-keys-old-price {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.95rem;
    text-decoration: line-through;
    text-decoration-thickness: 1.5px;
}

.random-keys-new-price {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
}

.random-keys-link:hover .random-keys-visual,
.random-keys-link:focus-visible .random-keys-visual {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 38px rgba(0, 0, 0, 0.28);
}

.random-keys-link:hover .random-keys-image,
.random-keys-link:focus-visible .random-keys-image {
    transform: scale(1.045);
}

@media (max-width: 1199.98px) {
    .random-keys-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px 18px;
    }
}

@media (max-width: 991.98px) {
    .random-keys-section {
        padding: 6px 0 58px;
    }

    .random-keys-title {
        margin-bottom: 18px;
        font-size: clamp(1.35rem, 3vw, 1.72rem);
    }

    .random-keys-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px 16px;
    }

    .random-keys-badge {
        min-height: 36px;
        padding: 0 12px 0 11px;
        font-size: 0.76rem;
    }

    .random-keys-logo {
        font-size: 0.84rem;
    }

    .random-keys-subtitle {
        font-size: 0.98rem;
    }

    .random-keys-tier {
        font-size: clamp(1.55rem, 3vw, 2.15rem);
    }

    .random-keys-name {
        font-size: 0.94rem;
    }
}

@media (max-width: 767.98px) {
    .random-keys-section {
        padding: 4px 0 44px;
    }

    .random-keys-title {
        margin-bottom: 14px;
        font-size: clamp(1.18rem, 5vw, 1.45rem);
    }

    .random-keys-grid {
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: clamp(164px, 43vw, 220px);
        gap: 12px;
        overflow-x: auto;
        overflow-y: visible;
        padding-bottom: 4px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        scroll-snap-type: x proximity;
    }

    .random-keys-grid::-webkit-scrollbar {
        display: none;
    }

    .random-keys-card {
        scroll-snap-align: start;
    }

    .random-keys-visual {
        aspect-ratio: 0.78;
    }

    .random-keys-badge {
        min-height: 31px;
        padding: 0 10px 0 9px;
        font-size: 0.69rem;
        border-radius: 12px 0 14px 0;
    }

    .random-keys-logo {
        top: 13%;
        font-size: 0.68rem;
    }

    .random-keys-subtitle {
        top: 24%;
        font-size: 0.82rem;
    }

    .random-keys-chest {
        width: 44%;
        bottom: 24%;
    }

    .random-keys-tier {
        bottom: 6%;
        font-size: clamp(1.24rem, 6.2vw, 1.72rem);
    }

    .random-keys-body {
        padding-top: 12px;
    }

    .random-keys-name {
        margin-bottom: 10px;
        font-size: 0.88rem;
        min-height: 2.7em;
    }

    .random-keys-price-row {
        gap: 8px;
    }

    .random-keys-old-price,
    .random-keys-new-price {
        font-size: 0.82rem;
    }
}

@media (max-width: 575.98px) {
    .random-keys-grid {
        grid-auto-columns: clamp(152px, 46vw, 196px);
        gap: 10px;
    }

    .random-keys-badge {
        min-height: 28px;
        padding: 0 9px 0 8px;
        font-size: 0.64rem;
        border-radius: 12px 0 13px 0;
    }

    .random-keys-logo {
        font-size: 0.6rem;
    }

    .random-keys-subtitle {
        font-size: 0.72rem;
    }

    .random-keys-floor {
        bottom: 19%;
    }

    .random-keys-tier {
        font-size: 1.14rem;
    }

    .random-keys-name {
        font-size: 0.82rem;
    }

    .random-keys-discount {
        min-width: 38px;
        height: 19px;
        font-size: 0.68rem;
    }

    .random-keys-old-price,
    .random-keys-new-price {
        font-size: 0.76rem;
    }
}

.sale-showcase-section {
    padding: 6px 0 38px;
}

.sale-showcase-title {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(1.42rem, 2vw, 1.88rem);
    font-weight: 700;
    line-height: 1.12;
}

.sale-showcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 260px));
    gap: 24px;
    justify-content: start;
}

.sale-showcase-card {
    min-width: 0;
}

.sale-showcase-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.sale-showcase-poster {
    background:
        radial-gradient(circle at top right, rgba(255, 132, 95, 0.18), transparent 24%),
        #121212;
}

.sale-showcase-badge {
    border-color: rgba(255, 91, 91, 0.18);
    background: linear-gradient(180deg, rgba(255, 67, 67, 0.94) 0%, rgba(199, 17, 17, 0.96) 100%);
    font-weight: 700;
}

.sale-showcase-image {
    transition-duration: 0.32s;
}

.sale-showcase-body {
    padding-top: 14px;
}

.sale-showcase-tag {
    margin-bottom: 12px;
}

.sale-showcase-tag.is-standard {
    background: linear-gradient(180deg, rgba(73, 121, 218, 0.9) 0%, rgba(46, 82, 164, 0.94) 100%);
}

.sale-showcase-tag.is-dlc {
    background: linear-gradient(180deg, rgba(144, 88, 220, 0.92) 0%, rgba(92, 54, 154, 0.96) 100%);
}

.sale-showcase-price-row {
    gap: 10px;
}

.aaa-games-section {
    padding: 4px 0 72px;
}

.aaa-games-title {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: clamp(1.55rem, 2vw, 2.05rem);
    font-weight: 700;
    line-height: 1.18;
}

.aaa-games-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
}

.aaa-game-card {
    min-width: 0;
}

.aaa-game-link {
    display: block;
    color: inherit;
}

.aaa-game-poster {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: #121212;
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.24);
}

.aaa-game-image {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.32s ease;
}

.aaa-game-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    min-height: 29px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px 0 16px 0;
    border: 1px solid rgba(180, 92, 255, 0.12);
    background: linear-gradient(180deg, rgba(186, 106, 52, 0.76) 0%, rgba(166, 90, 43, 0.72) 100%);
    color: rgba(255, 255, 255, 0.98);
    line-height: 1;
    letter-spacing: -0.01em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 8px 16px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    font-size: 11px;
    font-weight: 200;
}

.aaa-game-body {
    padding-top: 14px;
}

.aaa-game-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 29px;
    padding: 0 12px;
    border-radius: 6px;
    background: #48546d;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 12px;
}

.aaa-game-name {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.38;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.76em;
}

.aaa-game-price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
}

.aaa-game-discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 19px;
    padding: 0 7px;
    border-radius: 999px;
    background: #e00000;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1;
}

.aaa-game-old-price {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.95rem;
    text-decoration: line-through;
    text-decoration-thickness: 1.5px;
}

.aaa-game-new-price {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
}

.aaa-game-link:hover .aaa-game-image,
.aaa-game-link:focus-visible .aaa-game-image {
    transform: scale(1.045);
}

.aaa-game-link:hover .aaa-game-poster,
.aaa-game-link:focus-visible .aaa-game-poster {
    box-shadow: 0 24px 38px rgba(0, 0, 0, 0.28);
    border-color: rgba(255, 255, 255, 0.1);
}

.home-catalog-load-zone {
    min-height: 92px;
    padding: 2px 0 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-catalog-loader {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(18, 18, 18, 0.88);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.92rem;
    font-weight: 600;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.home-catalog-loader[hidden] {
    display: none;
}

.home-catalog-loader-icon {
    color: #ffffff;
    font-size: 1.15rem;
    animation: home-catalog-spin 0.78s linear infinite;
}

.home-catalog-sentinel {
    width: 1px;
    height: 1px;
}

@keyframes home-catalog-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1199.98px) {
    .aaa-games-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px 18px;
    }
}

@media (max-width: 991.98px) {
    .sale-showcase-section {
        padding-bottom: 30px;
    }

    .aaa-games-section {
        padding: 4px 0 58px;
    }

    .aaa-games-title {
        margin-bottom: 18px;
        font-size: clamp(1.35rem, 3vw, 1.72rem);
    }

    .aaa-games-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px 16px;
    }

    .aaa-game-name {
        font-size: 0.92rem;
    }
}

@media (max-width: 767.98px) {
    .sale-showcase-title {
        margin-bottom: 14px;
        font-size: clamp(1.18rem, 5vw, 1.45rem);
    }

    .aaa-games-section {
        padding: 4px 0 44px;
    }

    .aaa-games-title {
        margin-bottom: 14px;
        font-size: clamp(1.18rem, 5vw, 1.45rem);
    }

    .aaa-games-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 16px;
    }

    .aaa-game-badge {
        min-height: 28px;
        padding: 0 10px;
        font-size: 10px;
    }

    .aaa-game-body {
        padding-top: 12px;
    }

    .aaa-game-tag {
        min-height: 28px;
        padding: 0 10px;
        font-size: 0.8rem;
        margin-bottom: 10px;
    }

    .aaa-game-name {
        margin-bottom: 10px;
        font-size: 0.88rem;
    }

    .aaa-game-price-row {
        gap: 8px;
    }

    .aaa-game-old-price,
    .aaa-game-new-price {
        font-size: 0.82rem;
    }
}

@media (max-width: 575.98px) {
    .sale-showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 14px;
    }

    .aaa-games-grid {
        gap: 22px 14px;
    }

    .aaa-game-badge {
        min-height: 26px;
        padding: 0 9px;
        font-size: 9px;
        border-radius: 12px 0 13px 0;
    }

    .aaa-game-tag {
        min-height: 26px;
        padding: 0 9px;
        font-size: 0.74rem;
    }

    .aaa-game-name {
        font-size: 0.82rem;
    }

    .aaa-game-discount {
        min-width: 38px;
        height: 19px;
        font-size: 0.68rem;
    }

    .aaa-game-old-price,
    .aaa-game-new-price {
        font-size: 0.76rem;
    }
}

.wide-nav-inner {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding-left: 15px;
    padding-right: 15px;
}

.wide-nav-nav {
    flex: 1 1 auto;
}

.header-bottom-nav {
    display: flex;
    align-items: center;
    gap: 38px;
}

.header-bottom-nav>li {
    position: relative;
}

.nav-link-item {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 22px 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.25s ease;
}

.nav-link-item:hover,
.nav-link-item:focus-visible,
.nav-link-item.active {
    color: var(--accent);
}

.dropdown-toggle-btn i {
    font-size: 12px;
}

.dropdown-menu-custom {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 220px;
    background: var(--bg-3);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 30;
    box-shadow: var(--shadow);
}

.has-dropdown:hover .dropdown-menu-custom,
.has-dropdown:focus-within .dropdown-menu-custom {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu-custom li a {
    display: block;
    padding: 11px 16px;
    color: #dddddd;
    font-size: 14px;
    transition: background 0.2s ease, color 0.2s ease;
}

.dropdown-menu-custom li a:hover,
.dropdown-menu-custom li a:focus-visible {
    background: #202020;
    color: var(--accent);
}

.search-area {
    flex-shrink: 0;
}

.searchform {
    margin: 0;
}

.searchform-wrapper {
    width: 220px;
    height: 42px;
    border-radius: 999px;
    background: #2a2a2a;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0 8px 0 14px;
    border: 1px solid transparent;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.searchform-wrapper:focus-within {
    border-color: rgba(226, 132, 67, 0.45);
    background: #303030;
}

.mobile-header-search-shell {
    width: 100%;
    min-height: 54px;
    border-radius: 999px;
    background: #3b3b3b;
    border: 1px solid rgba(255, 255, 255, 0.14);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    align-items: center;
    gap: 6px;
    padding: 0 10px 0 16px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 8px 18px rgba(0, 0, 0, 0.18);
}

.mobile-header-search-shell:focus-within {
    background: #444444;
    border-color: rgba(180, 92, 255, 0.3);
}

.mobile-header-search-input {
    min-width: 0;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
}

.mobile-header-search-input::placeholder {
    color: rgba(255, 255, 255, 0.94);
    opacity: 1;
}

.mobile-header-search-button {
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.mobile-header-search-button i {
    font-size: 28px;
}

.search-field {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 14px;
}

.search-field::placeholder {
    color: #efefef;
    opacity: 0.95;
}

.search-submit {
    width: 34px;
    height: 34px;
    border: none;
    background: transparent;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.search-submit i {
    font-size: 22px;
}

.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 998;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: min(320px, 86vw);
    height: 100vh;
    background: #111111;
    transform: translateX(-100%);
    transition: transform 0.28s ease;
    z-index: 999;
    padding: 18px 16px 26px;
    overflow-y: auto;
    border-right: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.mobile-menu-drawer.active {
    transform: translateX(0);
}

.mobile-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.mobile-drawer-header span {
    font-size: 18px;
    font-weight: 700;
}

.mobile-drawer-header button {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 10px;
    background: #1a1a1a;
    color: #ffffff;
}

.mobile-searchform {
    margin-bottom: 14px;
}

.mobile-search-wrapper {
    width: 100%;
}

.mobile-drawer-nav ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mobile-drawer-nav a,
.mobile-dropdown-toggle {
    width: 100%;
    border: none;
    background: transparent;
    color: #ffffff;
    padding: 14px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.2s ease, color 0.2s ease;
}

.mobile-drawer-nav a:hover,
.mobile-drawer-nav a:focus-visible,
.mobile-dropdown-toggle:hover,
.mobile-dropdown-toggle:focus-visible {
    background: #1a1a1a;
}

.mobile-drawer-account-link__label {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile-dropdown-toggle i {
    transition: transform 0.2s ease;
}

.mobile-dropdown-toggle.open i {
    transform: rotate(180deg);
}

.mobile-submenu {
    display: none;
    padding-left: 10px;
}

.mobile-submenu.show {
    display: block;
}

.mobile-submenu a {
    color: #d0d0d0;
    padding: 11px 10px;
}

@media (max-width: 1399.98px) {
    .header-container {
        width: min(calc(100% - 32px), 1140px);
    }

    .header-service-strip {
        flex-basis: 42%;
    }

    .header-service-item {
        font-size: 12.5px;
    }

    .header-top-nav {
        gap: 20px;
    }

    .logo-left .logo {
        margin-right: 22px;
    }

    .header-category-shell {
        flex-basis: 250px;
    }

    .header-searchform {
        max-width: none;
    }

    .header-main-actions {
        margin-left: 18px;
    }
}

@media (max-width: 1199.98px) {
    .header-top-nav {
        gap: 18px;
    }

    .header-top-category-shell .header-top-category-menu.dropdown-menu-custom {
        width: min(720px, calc(100vw - 32px));
        min-width: 0;
        max-width: calc(100vw - 32px);
        padding: 24px 26px;
        transform: translate3d(-76%, 10px, 0);
    }

    .header-top-category-shell.has-dropdown:hover .header-top-category-menu.dropdown-menu-custom,
    .header-top-category-shell.has-dropdown:focus-within .header-top-category-menu.dropdown-menu-custom {
        transform: translate3d(-76%, 0, 0);
    }

    .header-top-category-menu .storefront-category-menu-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px 30px;
    }

    .header-top-nav-link {
        font-size: 14px;
    }

    .header-inner {
        min-height: 94px;
    }

    .header_logo,
    .header-logo {
        height: 38px;
    }

    .header-category-shell {
        flex-basis: 220px;
    }

    .header-category-button {
        min-height: 44px;
        font-size: 13.5px;
        gap: 10px;
    }

    .header-search-wrapper {
        height: 52px;
    }

    .header-main-actions {
        margin-left: 14px;
    }

    .header-main-actions .header-nav {
        gap: 18px;
    }

    .header-main-actions .header-cart-link {
        min-height: 46px;
        padding: 0 14px;
    }
}

@media (max-width: 991.98px) {
    .hide-for-medium {
        display: none !important;
    }

    .show-for-medium {
        display: block !important;
    }

    .header-top {
        display: none;
    }

    .header-top-category-shell .header-top-category-menu {
        display: none;
    }

    .header-wrapper,
    .mobile-header-search {
        width: 100vw;
        max-width: 100vw;
    }

    .header-container {
        width: 100%;
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .medium-logo-center {
        justify-content: space-between;
    }

    .header-inner > .show-for-medium.flex-left,
    .header-inner > .show-for-medium.flex-right {
        flex: 0 0 44px;
        width: 44px;
        margin: 0;
    }

    .header-inner > .show-for-medium.flex-right {
        display: flex !important;
        justify-content: flex-end;
    }

    .header-inner > #logo {
        flex: 1 1 auto;
        display: flex;
        justify-content: center;
        min-width: 0;
    }

    .mobile-nav {
        gap: 0;
    }

    .header-cart-link.mobile-cart {
        width: 44px;
        min-height: 44px;
        padding: 0;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 12px;
        background: #111111;
    }

    .logo-left .logo {
        margin-right: 0;
    }

    .header-inner {
        min-height: 86px;
    }

    .header_logo,
    .header-logo {
        height: 42px;
    }

    .logo-wordmark {
        font-size: 1.55rem;
    }

    .wide-nav-inner {
        min-height: 62px;
    }

    .header-bottom-nav {
        gap: 24px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .header-bottom-nav::-webkit-scrollbar {
        display: none;
    }

    .searchform-wrapper {
        width: 180px;
    }

    .hero-banner-section {
        padding-top: 18px;
    }

    .hero-banner-link {
        border-radius: 12px;
    }

    .discover-section {
        padding: 30px 0 52px;
    }

    .discover-layout {
        grid-template-columns: 1fr;
    }

    .discover-sidebar {
        display: none;
    }

    .discover-slides,
    .discover-slide-body {
        min-height: 540px;
    }

    .discover-slide-title {
        max-width: 78%;
        font-size: clamp(1.35rem, 2.8vw, 1.7rem);
        line-height: 1.22;
    }

    .discover-slide-copy {
        max-width: 72%;
        margin-top: 16px;
        font-size: 0.95rem;
        line-height: 1.42;
    }

    .discover-price-row {
        gap: 12px;
        margin-top: 16px;
    }

    .discover-discount {
        min-width: 46px;
        height: 22px;
        padding: 0 8px;
        font-size: 0.78rem;
    }

    .discover-old-price {
        font-size: 0.95rem;
    }

    .discover-new-price {
        font-size: clamp(1.75rem, 3.2vw, 2.15rem);
    }

    .discover-actions {
        gap: 12px;
        margin-top: 18px;
    }

    .discover-btn {
        min-width: 148px;
        min-height: 40px;
        padding: 0 18px;
        border-radius: 8px;
        font-size: 0.92rem;
        font-weight: 500;
    }
}

@media (max-width: 767.98px) {
    .show-on-mobile-search {
        display: block;
    }

    .header-bottom {
        display: none;
    }

    .header-inner {
        min-height: 78px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header_logo,
    .header-logo {
        height: 38px;
    }

    .logo-wordmark {
        font-size: 1.28rem;
    }

    .marquee {
        height: 30px;
    }

    .marquee-item {
        font-size: 12px;
        padding: 0 22px;
    }

    .hero-banner-section {
        padding-top: 14px;
    }

    .hero-banner-link {
        border-radius: 12px;
        box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
    }

    .discover-section {
        padding: 26px 0 44px;
    }

    .discover-heading {
        gap: 14px;
        margin-bottom: 18px;
    }

    .discover-heading-title {
        font-size: clamp(1.15rem, 4.8vw, 1.5rem);
    }

    .discover-slides,
    .discover-slide-body {
        min-height: 360px;
    }

    .discover-slide {
        border-radius: 12px;
    }

    .discover-slide-body {
        padding: 20px 34px 18px;
    }

    .discover-slide-title {
        max-width: 82%;
        font-size: clamp(1.05rem, 4.3vw, 1.28rem);
        line-height: 1.22;
    }

    .discover-slide-copy {
        display: none;
    }

    .discover-price-row {
        gap: 10px;
        margin-top: 12px;
    }

    .discover-discount {
        min-width: 44px;
        height: 22px;
        padding: 0 8px;
        font-size: 0.76rem;
    }

    .discover-old-price {
        font-size: 0.9rem;
        text-decoration-thickness: 1.5px;
    }

    .discover-new-price {
        font-size: clamp(1.45rem, 6vw, 1.9rem);
    }

    .discover-actions {
        gap: 10px;
        margin-top: 14px;
    }

    .discover-btn {
        flex: 1 1 0;
        min-width: 0;
        min-height: 42px;
        padding: 0 14px;
        font-size: 0.92rem;
        font-weight: 500;
        border-radius: 8px;
    }

    .discover-control {
        display: none;
    }

    .discover-dots {
        gap: 8px;
        margin-top: 12px;
    }

    .discover-dot {
        width: 8px;
        height: 8px;
    }

    .discover-dot.is-active {
        transform: scale(1.08);
    }
}

@media (max-width: 575.98px) {
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .header_logo,
    .header-logo {
        height: 34px;
    }

    .logo-wordmark {
        font-size: 1.14rem;
    }

    .menu-toggle-btn {
        width: 40px;
        height: 40px;
    }

    .mobile-header-search-inner {
        padding-top: 12px;
        padding-bottom: 10px;
    }

    .mobile-header-search-shell {
        min-height: 40px;
        padding-left: 14px;
        padding-right: 10px;
    }

    .mobile-header-search-input {
        font-size: 15px;
    }

    .mobile-header-search-button {
        width: 40px;
        height: 40px;
    }

    .mobile-header-search-button i {
        font-size: 21px;
    }

    .hero-banner-section {
        padding-top: 12px;
    }

    .hero-banner-link {
        border-radius: 12px;
    }

    .discover-heading {
        gap: 10px;
    }

    .discover-heading-title {
        font-size: 1.02rem;
        letter-spacing: 0.02em;
    }

    .discover-dots {
        gap: 7px;
        margin-top: 10px;
    }

    .discover-dot {
        width: 7px;
        height: 7px;
    }

    .discover-slides,
    .discover-slide-body {
        min-height: 300px;
    }

    .discover-slide {
        border-radius: 12px;
    }

    .discover-slide-body {
        padding: 16px 26px 14px;
    }

    .discover-slide-title {
        max-width: 84%;
        font-size: 1rem;
    }

    .discover-discount {
        min-width: 40px;
        height: 20px;
        padding: 0 7px;
        font-size: 0.72rem;
    }

    .discover-old-price {
        font-size: 0.82rem;
    }

    .discover-new-price {
        font-size: 1.35rem;
    }

    .discover-btn {
        min-height: 38px;
        padding: 0 12px;
        font-size: 0.86rem;
        border-radius: 7px;
    }

    .header-cart-link.mobile-cart {
        width: 44px;
        min-height: 44px;
        padding: 0;
        border-radius: 12px;
    }

    .header-cart-link.mobile-cart i[data-icon-label] {
        font-size: 18px;
    }

    .header-cart-link.mobile-cart i[data-icon-label]::after {
        min-width: 22px;
        height: 22px;
        top: -9px;
        right: -10px;
        font-size: 11px;
    }
}

.product-page-main {
    padding-bottom: 80px;
}

.product-detail-section {
    padding: 34px 0 72px;
}

.product-detail-header {
    margin-bottom: 26px;
}

.product-detail-title {
    max-width: 980px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(2rem, 2.75vw, 3rem);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.product-detail-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 500;
}

.product-detail-stars {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--accent);
    font-size: 1.46rem;
}

.product-detail-rating-score {
    font-size: 1rem;
    font-weight: 700;
}

.product-detail-rating-count {
    color: rgba(255, 255, 255, 0.94);
    font-size: 0.96rem;
    letter-spacing: 0.02em;
}

.product-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 34px;
    align-items: start;
}

.product-gallery {
    min-width: 0;
}

.product-gallery-main {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #101010;
    box-shadow: 0 24px 46px rgba(0, 0, 0, 0.26);
    aspect-ratio: 16 / 9;
    touch-action: pan-y;
}

.product-gallery-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.product-gallery-main:fullscreen,
.product-gallery-main:-webkit-full-screen {
    width: 100vw;
    height: 100vh;
    max-width: none;
    aspect-ratio: auto;
    border-radius: 0;
    border: none;
    background: #000000;
}

.product-gallery-main:fullscreen .product-gallery-main-image,
.product-gallery-main:-webkit-full-screen .product-gallery-main-image {
    object-fit: contain;
    object-position: center center !important;
}

.product-gallery-main:fullscreen .product-gallery-control,
.product-gallery-main:fullscreen .product-gallery-expand,
.product-gallery-main:-webkit-full-screen .product-gallery-control,
.product-gallery-main:-webkit-full-screen .product-gallery-expand {
    background: rgba(9, 9, 9, 0.52);
}

.product-gallery-control,
.product-gallery-expand {
    position: absolute;
    z-index: 2;
    border: none;
    color: rgba(255, 255, 255, 0.88);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(9, 9, 9, 0.3);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.product-gallery-control:hover,
.product-gallery-control:focus-visible {
    background: rgba(9, 9, 9, 0.54);
    color: #ffffff;
    transform: translateY(-50%) scale(1.03);
}

.product-gallery-control:active,
.product-gallery-control.is-pressing {
    background: rgba(9, 9, 9, 0.66);
    color: #ffffff;
    transform: translateY(-50%) scale(0.9);
    transition-duration: 0.08s;
}

.product-gallery-expand:hover,
.product-gallery-expand:focus-visible {
    background: rgba(9, 9, 9, 0.54);
    color: #ffffff;
    transform: translateY(-1px);
}

.product-gallery-control {
    top: 50%;
    width: 44px;
    height: 80px;
    transform: translateY(-50%);
    transform-origin: center;
    font-size: 2rem;
}

.product-gallery-control--prev {
    left: 12px;
    border-radius: 12px;
}

.product-gallery-control--next {
    right: 12px;
    border-radius: 12px;
}

.product-gallery-expand {
    left: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 1.45rem;
}

.product-gallery-thumbs-shell {
    position: relative;
    min-width: 0;
}

.product-gallery-thumbs-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.product-gallery-thumbs-viewport::-webkit-scrollbar {
    display: none;
}

.product-gallery-thumbs {
    display: flex;
    width: max-content;
    min-width: 100%;
    gap: 12px;
    margin-top: 14px;
}

.product-gallery-thumb {
    position: relative;
    flex: 0 0 146px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.product-gallery-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.56);
    transition: opacity 0.22s ease, background 0.22s ease;
    pointer-events: none;
}

.product-gallery-thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    filter: saturate(0.96);
}

.product-gallery-thumb:hover,
.product-gallery-thumb:focus-visible,
.product-gallery-thumb.is-active {
    border-color: rgba(255, 255, 255, 0.38);
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
}

.product-gallery-thumb:hover::after,
.product-gallery-thumb:focus-visible::after {
    opacity: 0.2;
}

.product-gallery-thumb.is-active::after {
    opacity: 0;
}

.product-gallery-thumbs-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 34px;
    height: 54px;
    border: none;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(16, 16, 16, 0.78), rgba(10, 10, 10, 0.92));
    color: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.3);
    transform: translateY(calc(-50% + 7px));
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.product-gallery-thumbs-nav:hover,
.product-gallery-thumbs-nav:focus-visible {
    background: linear-gradient(180deg, rgba(32, 32, 32, 0.88), rgba(14, 14, 14, 0.96));
    color: #ffffff;
    transform: translateY(calc(-50% + 7px)) scale(1.02);
}

.product-gallery-thumbs-nav--prev {
    left: 8px;
}

.product-gallery-thumbs-nav--next {
    right: 8px;
}

.product-summary {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.product-summary-cover {
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #121212;
}

.product-summary-cover img {
    width: 100%;
    aspect-ratio: 1.52;
    object-fit: cover;
    display: block;
}

.product-age-card {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #141414;
}

.product-age-badge {
    width: 72px;
    aspect-ratio: 1;
    border-radius: 8px;
    background: #ffffff;
    color: #111111;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.product-age-letter {
    font-size: 2.85rem;
    font-weight: 800;
}

.product-age-caption {
    margin-top: 2px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.product-age-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.product-age-copy strong {
    color: #ffffff;
    font-size: 0.98rem;
    font-weight: 700;
}

.product-age-copy span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.86rem;
    line-height: 1.35;
}

.product-summary-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 6px;
}

.product-summary-label {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.98rem;
    font-weight: 500;
}

.product-summary-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-summary-tag,
.product-summary-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 11px;
    border-radius: 6px;
    background: #4b5872;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1;
}

.product-summary-status {
    width: fit-content;
    min-width: 126px;
    color: #7fc5ff;
}

.product-summary-price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.product-summary-new-price {
    color: #ff2f2f;
    font-size: clamp(1.86rem, 2.5vw, 2.5rem);
    font-weight: 500;
    line-height: 1;
}

.product-summary-old-price {
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.84rem;
    text-decoration: line-through;
    text-decoration-thickness: 1.5px;
}

.product-summary-discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 26px;
    padding: 0 9px;
    border-radius: 999px;
    background: #e00000;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1;
}

.product-purchase-section {
    padding: 0 0 76px;
}

.product-purchase-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 34px;
    align-items: start;
}

.product-offer-column {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.product-offer-card {
    padding: 22px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(180deg, rgba(31, 31, 31, 0.94), rgba(23, 23, 23, 0.98));
    box-shadow: 0 20px 34px rgba(0, 0, 0, 0.24);
}

.product-offer-heading {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
}

.product-offer-versions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-edition-chip {
    min-height: 46px;
    padding: 0 16px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(28, 28, 28, 0.96), rgba(22, 22, 22, 0.96));
    color: rgba(214, 229, 255, 0.78);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.84rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-edition-chip:hover,
.product-edition-chip:focus-visible {
    border-color: rgba(255, 255, 255, 0.24);
    color: #ffffff;
    transform: translateY(-1px);
}

.product-edition-chip.is-active {
    border-color: rgba(102, 189, 255, 0.9);
    background: linear-gradient(180deg, rgba(83, 118, 155, 0.42), rgba(57, 88, 122, 0.56));
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(121, 201, 255, 0.25), 0 0 24px rgba(84, 181, 255, 0.3);
}

.product-edition-chip-flame {
    font-size: 0.94rem;
    line-height: 1;
}

.product-edition-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 14px;
    border-left: 4px solid #58beff;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(46, 39, 49, 0.94), rgba(40, 35, 43, 0.98));
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
}

.product-edition-note i {
    flex-shrink: 0;
    margin-top: 2px;
    color: #5ec3ff;
    font-size: 1rem;
}

.product-edition-note p {
    margin: 0;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.5;
}

.product-offer-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.product-offer-form {
    margin: 0;
}

.product-offer-button {
    width: 100%;
    min-height: 52px;
    border: none;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    transition: transform 0.2s ease, filter 0.2s ease, background 0.2s ease;
}

.product-offer-button:hover,
.product-offer-button:focus-visible {
    transform: translateY(-1px);
    filter: brightness(1.04);
}

.product-offer-button.is-primary {
    background: linear-gradient(180deg, #2f8cff 0%, #b45cff 100%);
    box-shadow: 0 18px 34px rgba(180, 92, 255, 0.28);
}

.product-offer-button.is-secondary {
    background: #474747;
}

.product-package-card {
    grid-column: 1;
    grid-row: 1;
    padding: 26px 36px 28px;
    border-radius: 12px;
    border: 1px solid rgba(121, 176, 255, 0.24);
    background: linear-gradient(180deg, rgba(23, 23, 23, 0.98), rgba(18, 18, 18, 0.98));
    box-shadow: 0 20px 34px rgba(0, 0, 0, 0.2);
}

.product-package-title {
    margin: 0 0 26px;
    color: #ffffff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
}

.product-package-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin: 0;
    padding: 0;
}

.product-package-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, 0.98);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.98rem;
    line-height: 1.45;
}

.product-package-list i {
    flex-shrink: 0;
    color: #f2e7d6;
    font-size: 1.3rem;
    margin-top: 1px;
}

.product-media-specs-section {
    padding: 0 0 88px;
}

.product-media-specs-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 34px;
    align-items: start;
}

.product-media-specs-main {
    grid-column: 1;
    min-width: 0;
}

.product-video-card {
    margin-bottom: 26px;
}

.product-video-title {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(1.62rem, 2.6vw, 2.32rem);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.product-video-frame {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(121, 176, 255, 0.18);
    background: #111111;
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.2);
}

.product-video-frame::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.product-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.product-specs-card {
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(121, 176, 255, 0.22);
    background: linear-gradient(180deg, rgba(31, 31, 31, 0.98), rgba(25, 25, 25, 0.98));
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.2);
}

.product-specs-table {
    width: 100%;
    border-collapse: collapse;
}

.product-specs-table thead th {
    padding: 22px 28px 18px;
    color: #ffffff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    white-space: nowrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.product-specs-table tbody th,
.product-specs-table tbody td {
    padding: 16px 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.92rem;
    line-height: 1.25;
    text-align: left;
    vertical-align: top;
}

.product-specs-table tbody th {
    width: 24%;
    color: #ffffff;
    font-weight: 700;
}

.product-specs-table tbody td {
    color: rgba(255, 255, 255, 0.96);
    font-weight: 500;
}

.product-specs-table tbody tr:last-child th,
.product-specs-table tbody tr:last-child td {
    border-bottom: none;
}

.product-review-entry-section,
.product-customer-review-section {
    padding: 0 0 28px;
}

.product-review-panel {
    padding: 34px 38px 40px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(34, 34, 34, 0.98), rgba(30, 30, 30, 0.98));
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.product-review-panel-title {
    margin: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: clamp(1.56rem, 2vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
}

.product-review-login-note {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
    min-height: 66px;
    padding: 18px 24px;
    border-radius: 12px;
    border: 1px solid rgba(72, 161, 230, 0.5);
    background: #26323a;
    color: #b45cff;
    font-size: 1rem;
    font-weight: 600;
}

.product-review-login-note i {
    font-size: 1.25rem;
}

.product-review-login-note a {
    color: #b45cff;
    font-weight: 800;
}

.product-review-feedback {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    padding: 14px 16px;
    border-radius: 8px;
    border: 1px solid rgba(79, 208, 156, 0.24);
    background: rgba(79, 208, 156, 0.09);
    color: #c7f8e3;
    font-size: 0.92rem;
    font-weight: 700;
}

.product-review-feedback--error {
    border-color: rgba(255, 111, 111, 0.28);
    background: rgba(255, 111, 111, 0.09);
    color: #ffd0d0;
}

.product-review-form {
    margin-top: 24px;
}

.product-review-form-grid {
    display: grid;
    grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr);
    gap: 18px 22px;
}

.product-review-field {
    min-width: 0;
}

.product-review-field--full {
    grid-column: span 1;
}

.product-review-label {
    display: block;
    margin-bottom: 10px;
    color: #dce7f8;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.product-review-stars-input {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 4px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(255, 255, 255, 0.04);
}

.product-review-stars-input input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.product-review-stars-input label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: rgba(255, 255, 255, 0.28);
    cursor: pointer;
    transition:
        color 0.16s ease,
        transform 0.16s ease;
}

.product-review-stars-input label:hover,
.product-review-stars-input label:hover ~ label,
.product-review-stars-input input:checked ~ label {
    color: #b45cff;
}

.product-review-stars-input label:hover {
    transform: translateY(-1px);
}

.product-review-stars-input input:focus-visible + label {
    outline: 2px solid rgba(255, 177, 95, 0.56);
    outline-offset: 2px;
    border-radius: 6px;
}

.product-review-field textarea {
    width: 100%;
    min-height: 132px;
    resize: vertical;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(9, 13, 20, 0.82);
    color: #f4f7fb;
    padding: 14px 16px;
    font: inherit;
    line-height: 1.55;
}

.product-review-field textarea::placeholder {
    color: rgba(201, 214, 233, 0.56);
}

.product-review-field textarea:focus {
    outline: none;
    border-color: rgba(255, 177, 95, 0.42);
    box-shadow: 0 0 0 3px rgba(255, 177, 95, 0.12);
}

.product-review-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
}

.product-review-actions span {
    color: #91a4c5;
    font-size: 0.9rem;
    line-height: 1.45;
}

.product-review-submit {
    flex: 0 0 auto;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(180deg, #2f8cff 0%, #b45cff 100%);
    color: #ffffff;
    padding: 12px 18px;
    font-weight: 900;
    cursor: pointer;
    transition:
        transform 0.16s ease,
        box-shadow 0.16s ease,
        background 0.16s ease;
}

.product-review-submit:hover {
    transform: translateY(-1px);
    background: #b45cff;
    box-shadow: 0 14px 26px rgba(255, 138, 60, 0.2);
}

.product-customer-review-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
    margin-top: 26px;
}

.customer-review-card {
    padding: 16px 16px 18px;
    border-radius: 12px;
    border: 1px solid rgba(85, 133, 201, 0.38);
    background: #14181f;
}

.customer-review-head {
    display: flex;
    align-items: center;
    gap: 18px;
}

.customer-review-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    flex-shrink: 0;
    background: #d26a27;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
}

.customer-review-meta {
    min-width: 0;
}

.customer-review-meta h3 {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
}

.customer-review-rating-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    color: #7f96bc;
    font-size: 0.92rem;
}

.customer-review-stars {
    color: #b45cff;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-size: 1rem;
}

.customer-review-card p {
    margin: 18px 0 0;
    color: #ffffff;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.45;
}

.product-related-section {
    padding: 8px 0 86px;
}

.product-related-header {
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 26px;
}

.product-related-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.56rem, 2vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
}

.product-related-carousel {
    position: relative;
}

.product-related-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
}

.product-related-viewport::-webkit-scrollbar {
    display: none;
}

.product-related-track {
    display: flex;
    gap: 24px;
    width: max-content;
}

.product-related-card {
    flex: 0 0 256px;
    scroll-snap-align: start;
}

.product-related-link {
    display: block;
}

.product-related-poster {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #111111;
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
}

.product-related-image {
    width: 100%;
    aspect-ratio: 0.74;
    object-fit: cover;
    display: block;
    transition: transform 0.22s ease;
}

.product-related-link:hover .product-related-image,
.product-related-link:focus-visible .product-related-image {
    transform: scale(1.03);
}

.product-related-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 12px 0 12px 0;
    background: rgba(202, 92, 33, 0.9);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    font-size: 0.78rem;
    font-weight: 600;
}

.product-related-body {
    padding-top: 16px;
}

.product-related-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 6px;
    background: #4b5872;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 600;
}

.product-related-name {
    margin: 12px 0 0;
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 500;
    line-height: 1.35;
}

.product-related-price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.product-related-discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #e00000;
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1;
}

.product-related-old-price {
    color: rgba(255, 255, 255, 0.46);
    font-size: 0.84rem;
    text-decoration: line-through;
    text-decoration-thickness: 1.5px;
}

.product-related-new-price {
    color: #ffffff;
    font-size: 0.84rem;
    font-weight: 700;
}

.product-related-nav {
    position: absolute;
    top: 38%;
    z-index: 2;
    width: 44px;
    height: 80px;
    border: none;
    color: rgba(255, 255, 255, 0.88);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(10, 10, 10, 0.22);
    font-size: 2rem;
    transform: translateY(-50%);
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.product-related-nav:hover,
.product-related-nav:focus-visible {
    color: #ffffff;
    background: rgba(10, 10, 10, 0.42);
    transform: translateY(-50%) scale(1.02);
}

.product-related-nav--prev {
    left: -12px;
}

.product-related-nav--next {
    right: -12px;
}

.product-site-footer {
    padding: 40px 0 0;
    background: rgba(5, 5, 7, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.product-site-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.35fr 1.3fr;
    gap: 34px;
    padding-bottom: 38px;
}

.product-site-footer-col h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
}

.product-site-footer-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 0;
    padding: 0;
}

.product-site-footer-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.94rem;
    line-height: 1.45;
}

.product-site-footer-list li i {
    flex-shrink: 0;
    margin-top: 2px;
    color: #d6d6d6;
    font-size: 0.95rem;
}

.product-site-footer-list a {
    color: rgba(255, 255, 255, 0.84);
    transition: color 0.2s ease, transform 0.2s ease;
}

.product-site-footer-list a:hover,
.product-site-footer-list a:focus-visible {
    color: #ffffff;
}

.product-site-footer-list:not(.is-contact) li::before {
    content: "›";
    color: #d6d6d6;
    font-size: 1.1rem;
    line-height: 1;
    margin-top: 1px;
}

.product-site-footer-payments {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.payment-badge {
    min-height: 42px;
    border-radius: 6px;
    background: #ffffff;
    color: #111111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.05;
    padding: 0 6px;
}

.payment-badge.is-momo {
    background: #b31273;
    color: #ffffff;
}

.payment-badge.is-zalo {
    background: #eff7ff;
    color: #1484ff;
}

.payment-badge.is-vietqr {
    background: #ffffff;
    color: #da3c2e;
}

.payment-badge.is-vietqr span {
    color: #2537a7;
}

.payment-badge.is-gpay {
    color: #4285f4;
}

.payment-badge.is-stripe {
    color: #635bff;
}

.payment-badge.is-visa {
    color: #1631b8;
}

.payment-badge.is-mastercard {
    color: #f2731d;
    letter-spacing: -0.1em;
}

.payment-badge.is-paypal {
    color: #144a9c;
}

.product-site-footer-social {
    display: flex;
    align-items: center;
    gap: clamp(8px, 1vw, 12px);
    margin-top: 16px;
    flex-wrap: nowrap;
    min-width: 0;
}

.product-site-footer-social__link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.1rem;
    transition: transform 0.2s ease, filter 0.2s ease;
    text-decoration: none;
}

.product-site-footer-social__link:hover,
.product-site-footer-social__link:focus-visible {
    transform: translateY(-1px);
    filter: brightness(1.06);
}

.product-site-footer-social__wordmark {
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    transform: translateY(0.5px);
}

.product-site-footer-social__link.is-zalo {
    background: linear-gradient(135deg, #0f6fff 0%, #19b5ff 100%);
}

.product-site-footer-social__link.is-facebook {
    background: #476bc6;
}

.product-site-footer-social__link.is-tiktok {
    background: #111111;
}

.product-site-footer-social__link.is-youtube {
    background: #df4935;
}

.product-site-footer-social__link.is-discord {
    background: #8aa1ff;
}

.product-site-footer-bottom {
    padding: 18px 0 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.92rem;
    text-align: center;
}

.cart-page-main {
    position: relative;
    z-index: 1;
    padding: 0 0 84px;
}

.cart-page-section {
    padding: 28px 0 52px;
}

.cart-page-hero {
    position: relative;
    display: block;
    margin-bottom: 26px;
    padding: 34px 36px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at top right, rgba(226, 132, 67, 0.2), transparent 34%),
        radial-gradient(circle at left center, rgba(68, 94, 198, 0.22), transparent 32%),
        linear-gradient(160deg, rgba(22, 24, 30, 0.96) 0%, rgba(14, 15, 19, 0.98) 100%);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.34);
    overflow: hidden;
}

.cart-page-hero::before {
    content: "";
    position: absolute;
    inset: auto -40px -46px auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 72%);
    pointer-events: none;
}

.cart-page-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: #c98cff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cart-page-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 16px rgba(226, 132, 67, 0.55);
}

.cart-page-title {
    margin: 16px 0 12px;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.cart-page-subtitle {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 1rem;
    line-height: 1.75;
}

.cart-page-copy-meta {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    margin-top: 18px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1;
}

.cart-page-hero__meta {
    position: relative;
    display: grid;
    gap: 10px;
    align-self: stretch;
    padding: 22px 24px;
    border-radius: 20px;
    border: 1px solid rgba(120, 152, 255, 0.18);
    background: rgba(6, 8, 12, 0.54);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.cart-page-meta-label,
.cart-summary-label,
.cart-label {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cart-page-hero__meta strong {
    font-size: 1.18rem;
    font-weight: 700;
    line-height: 1.35;
    word-break: break-word;
}

.cart-page-hero__meta span:last-child {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.65;
}

.cart-feedback {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 22px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(15, 17, 21, 0.92);
}

.cart-feedback i {
    font-size: 1.1rem;
    line-height: 1;
}

.cart-feedback span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.96rem;
    line-height: 1.6;
}

.cart-feedback--success {
    border-color: rgba(96, 184, 124, 0.35);
    background: linear-gradient(180deg, rgba(13, 36, 20, 0.94), rgba(10, 24, 15, 0.94));
}

.cart-feedback--success i {
    color: #89d792;
}

.cart-feedback--error {
    border-color: rgba(227, 104, 104, 0.34);
    background: linear-gradient(180deg, rgba(44, 16, 16, 0.94), rgba(28, 10, 10, 0.94));
}

.cart-feedback--error i {
    color: #ff9f9f;
}

.cart-empty-state {
    padding: 56px 42px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at top center, rgba(180, 92, 255, 0.14), transparent 40%),
        linear-gradient(180deg, rgba(20, 22, 27, 0.98), rgba(14, 15, 19, 0.98));
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.cart-empty-state__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(68, 94, 198, 0.16);
    color: #c2d0ff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cart-empty-state h2 {
    margin: 18px 0 12px;
    font-size: clamp(1.8rem, 2.6vw, 2.4rem);
    line-height: 1.14;
    font-weight: 800;
}

.cart-empty-state p {
    max-width: 660px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.74);
    font-size: 1rem;
    line-height: 1.8;
}

.cart-empty-state__actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: start;
}

.cart-items-column,
.cart-summary-column {
    min-width: 0;
}

.cart-summary-column {
    display: grid;
    gap: 18px;
}

.cart-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.cart-section-head h2 {
    margin: 0;
    font-size: 1.04rem;
    font-weight: 700;
    line-height: 1.2;
}

.cart-section-head span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.8rem;
    line-height: 1.5;
}

.cart-section-head--summary {
    margin-bottom: 0;
}

.cart-section-head--compact {
    margin-bottom: 12px;
}

.cart-item-list {
    display: grid;
    gap: 12px;
}

.cart-item-card {
    display: grid;
    grid-template-columns: 176px minmax(0, 1fr);
    gap: 12px;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(21, 23, 29, 0.98), rgba(16, 17, 21, 0.98));
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.22);
    align-items: stretch;
}

.cart-item-card__media {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    min-height: 124px;
    height: 100%;
}

.cart-item-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.28s ease;
}

.cart-item-card__media:hover img,
.cart-item-card__media:focus-visible img {
    transform: scale(1.03);
}

.cart-item-card__body {
    min-width: 0;
    min-height: 124px;
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 8px;
}

.cart-item-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.cart-item-card__eyebrow {
    display: inline-flex;
    margin-bottom: 10px;
    color: #f7b98d;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.cart-item-card__head h3 {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.26;
    font-weight: 700;
}

.cart-item-card__head h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cart-item-card__head h3 a:hover,
.cart-item-card__head h3 a:focus-visible {
    color: var(--accent-strong);
}

.cart-item-card__remove-form {
    flex: 0 0 auto;
}

.cart-item-card__remove {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.76);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.cart-item-card__remove:hover,
.cart-item-card__remove:focus-visible {
    transform: translateY(-1px);
    background: rgba(170, 37, 37, 0.18);
    border-color: rgba(255, 122, 122, 0.3);
    color: #ffb6b6;
}

.cart-item-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 0;
}

.cart-detail-chip {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(226, 132, 67, 0.18);
    color: #c98cff;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cart-detail-chip--soft {
    background: rgba(68, 94, 198, 0.16);
    color: #c7d4ff;
}

.cart-item-card__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) auto minmax(0, 0.9fr);
    gap: 12px;
    margin-top: 0;
    align-items: end;
}

.cart-item-card__price strong,
.cart-item-card__line-total strong {
    display: block;
    margin-top: 4px;
    color: #fff3e6;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.2;
}

.cart-item-card__line-total small {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.76rem;
    line-height: 1.5;
}

.cart-item-card__qty-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.cart-qty-stepper {
    width: auto;
    display: grid;
    grid-template-columns: 40px 44px 40px;
    gap: 5px;
    margin-top: 0;
}

.cart-qty-stepper button,
.cart-qty-stepper input {
    min-height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
}

.cart-qty-stepper button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.cart-qty-stepper button:hover,
.cart-qty-stepper button:focus-visible {
    transform: translateY(-1px);
    background: rgba(180, 92, 255, 0.12);
    border-color: rgba(226, 132, 67, 0.26);
}

.cart-qty-stepper input {
    width: 44px;
    padding: 0;
    text-align: center;
    outline: none;
    appearance: textfield;
    font-size: 1rem;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.05);
}

.cart-qty-stepper input::-webkit-outer-spin-button,
.cart-qty-stepper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.cart-qty-stepper input:focus {
    border-color: rgba(120, 152, 255, 0.4);
    box-shadow: 0 0 0 4px rgba(68, 94, 198, 0.14);
}

.cart-inline-button {
    min-height: 32px;
    margin-top: 0;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.cart-inline-button:hover,
.cart-inline-button:focus-visible {
    transform: translateY(-1px);
    background: rgba(68, 94, 198, 0.16);
    border-color: rgba(120, 152, 255, 0.26);
}

.cart-summary-card {
    position: sticky;
    top: 102px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at top right, rgba(226, 132, 67, 0.16), transparent 32%),
        linear-gradient(180deg, rgba(21, 23, 29, 0.98), rgba(16, 17, 21, 0.98));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
}

.cart-summary-card--support {
    position: static;
    top: auto;
    gap: 14px;
}

.cart-promo-form {
    display: grid;
    gap: 12px;
}

.cart-promo-form__shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 116px;
    gap: 10px;
}

.cart-promo-form__shell input,
.cart-promo-form__shell button {
    min-height: 44px;
    border-radius: 12px;
}

.cart-promo-form__shell input {
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    font-size: 0.94rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cart-promo-form__shell input:focus {
    border-color: rgba(120, 152, 255, 0.44);
    box-shadow: 0 0 0 4px rgba(68, 94, 198, 0.14);
    background: rgba(255, 255, 255, 0.045);
}

.cart-promo-form__shell input::placeholder {
    color: rgba(255, 255, 255, 0.36);
    font-size: 0.8rem;
}

.cart-promo-form__shell button {
    border: none;
    background: linear-gradient(180deg, #2f8cff 0%, #b45cff 100%);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.cart-promo-form__shell button:hover,
.cart-promo-form__shell button:focus-visible {
    transform: translateY(-1px);
    filter: brightness(1.04);
}

.cart-promo-suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cart-promo-chip {
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    display: grid;
    gap: 4px;
    text-align: left;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.cart-promo-chip strong {
    color: #c98cff;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.cart-promo-chip span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.74rem;
    line-height: 1.45;
}

.cart-promo-chip small {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.68rem;
    line-height: 1.5;
}

.cart-promo-chip:hover,
.cart-promo-chip:focus-visible {
    transform: translateY(-1px);
    background: rgba(180, 92, 255, 0.12);
    border-color: rgba(226, 132, 67, 0.24);
}

.cart-promo-chip.is-active {
    background: rgba(226, 132, 67, 0.16);
    border-color: rgba(226, 132, 67, 0.3);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.2);
}

.cart-promo-chip.is-active strong {
    color: #ffe1c5;
}

.cart-promo-empty {
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.025);
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.78rem;
    line-height: 1.55;
}

.cart-promo-message {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.cart-promo-message i {
    font-size: 1rem;
    line-height: 1;
}

.cart-promo-message div {
    display: grid;
    gap: 4px;
}

.cart-promo-message strong {
    font-size: 0.92rem;
    font-weight: 700;
}

.cart-promo-message span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.82rem;
    line-height: 1.5;
}

.cart-promo-message.is-success {
    border-color: rgba(86, 180, 126, 0.3);
    background: rgba(17, 42, 24, 0.74);
}

.cart-promo-message.is-success i,
.cart-promo-message.is-success strong {
    color: #8fe69e;
}

.cart-promo-message.is-error {
    border-color: rgba(224, 107, 107, 0.28);
    background: rgba(41, 14, 14, 0.78);
}

.cart-promo-message.is-error i,
.cart-promo-message.is-error strong {
    color: #ffabab;
}

.cart-summary-rows {
    display: grid;
    gap: 12px;
}

.cart-summary-row,
.cart-summary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.cart-summary-row span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
    line-height: 1.45;
}

.cart-summary-row strong {
    font-size: 0.92rem;
    font-weight: 700;
}

.cart-summary-row.is-discount strong {
    color: #8fe69e;
}

.cart-summary-total {
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    align-items: flex-end;
}

.cart-summary-total span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.84rem;
    font-weight: 600;
}

.cart-summary-total strong {
    color: #fff3e6;
    font-size: 1.46rem;
    font-weight: 800;
    line-height: 1.1;
}

.cart-summary-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cart-summary-actions .product-offer-button {
    min-height: 46px;
    font-size: 0.92rem;
}

.cart-summary-checkout-form {
    display: block;
}

.cart-section-head--tight {
    margin-bottom: 0;
}

.cart-section-head--tight h3 {
    margin: 0;
    color: #ffffff;
    font-size: 0.94rem;
    font-weight: 800;
}

.cart-payment-methods {
    display: grid;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cart-payment-option {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.cart-payment-option:hover,
.cart-payment-option:focus-within,
.cart-payment-option.is-active {
    border-color: rgba(226, 132, 67, 0.24);
    background: rgba(226, 132, 67, 0.07);
    transform: translateY(-1px);
}

.cart-payment-option.is-disabled {
    opacity: 0.72;
    cursor: not-allowed;
}

.cart-payment-option input {
    margin-top: 4px;
}

.cart-payment-option__content {
    display: grid;
    gap: 8px;
}

.cart-payment-option__content > div {
    display: grid;
    gap: 4px;
}

.cart-payment-option__content strong {
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 800;
}

.cart-payment-option__content span,
.cart-payment-option__content small {
    color: rgba(212, 216, 233, 0.72);
    line-height: 1.6;
}

.cart-payment-option__content small {
    font-size: 0.8rem;
}

.cart-summary-checkout-form .product-offer-button {
    width: 100%;
}

.cart-support-block {
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
}

.cart-support-block p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
    line-height: 1.72;
}

.auth-page-main {
    padding: 0 0 72px;
}

.auth-section {
    padding: 0 0 52px;
}

.auth-shell {
    max-width: 1060px;
    margin: 0 auto;
    padding: 36px 40px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(24, 26, 31, 0.98), rgba(20, 22, 27, 0.98));
    box-shadow: 0 20px 36px rgba(0, 0, 0, 0.2);
}

.auth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.auth-card {
    min-width: 0;
    min-height: 470px;
    padding: 28px 26px 30px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(23, 25, 31, 0.96);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.auth-card-head {
    margin-bottom: 22px;
}

.auth-page-title {
    margin: 0 0 14px;
    color: rgba(130, 182, 255, 0.92);
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.auth-card-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.74rem, 2.2vw, 2.2rem);
    font-weight: 700;
    line-height: 1.15;
}

.auth-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.auth-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.auth-field label {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.88rem;
    font-weight: 600;
}

.auth-field input {
    width: 100%;
    min-height: 44px;
    padding: 0 14px;
    font-size: 0.92rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #20232b;
    color: #ffffff;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.auth-field input:focus {
    border-color: rgba(90, 149, 255, 0.6);
    box-shadow: 0 0 0 4px rgba(59, 120, 235, 0.12);
    background: #242833;
}

.auth-check {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.86rem;
    font-weight: 600;
}

.auth-check input {
    width: 18px;
    height: 18px;
    accent-color: #325ea4;
}

.auth-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 2px;
}

.auth-button {
    min-width: 114px;
    min-height: 42px;
    padding: 0 18px;
    border: none;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
    transition: transform 0.2s ease, filter 0.2s ease, background 0.2s ease;
}

.auth-button:hover,
.auth-button:focus-visible {
    transform: translateY(-1px);
    filter: brightness(1.04);
}

.auth-button--primary {
    background: #315a98;
}

.auth-button--otp {
    min-width: 132px;
    background: linear-gradient(180deg, #2f8cff 0%, #b45cff 100%);
    white-space: nowrap;
}

.auth-button--otp.is-sent {
    background: #45536c;
}

.auth-link-inline {
    color: #5d9dff;
    font-size: 0.86rem;
    font-weight: 500;
}

.auth-link-inline:hover,
.auth-link-inline:focus-visible {
    color: #8abaff;
}

.auth-otp-row {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.auth-otp-row input {
    flex: 1 1 auto;
}

.auth-otp-status {
    margin: 2px 0 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    line-height: 1.45;
}

.auth-otp-status.is-success {
    color: #85c9ff;
}

.auth-otp-status.is-error {
    color: #ff8f8f;
}

@media (min-width: 992px) {
    .product-detail-layout {
        grid-template-columns: minmax(0, 1fr) 390px;
        gap: 34px;
        align-items: stretch;
    }

    .product-gallery {
        display: grid;
        grid-template-rows: 416px 92px;
        gap: 12px;
        min-height: 520px;
    }

    .product-gallery-main {
        height: 416px;
        aspect-ratio: auto;
    }

    .product-gallery-thumbs-shell {
        height: 92px;
    }

    .product-gallery-thumbs-viewport {
        height: 100%;
    }

    .product-gallery-thumbs {
        margin-top: 0;
        height: 92px;
        gap: 12px;
        align-items: stretch;
    }

    .product-gallery-thumb {
        flex-basis: 142px;
        height: 92px;
        border-color: rgba(255, 255, 255, 0.18);
        background: rgba(255, 255, 255, 0.06);
    }

    .product-gallery-thumb img {
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
    }

    .product-summary {
        min-height: 520px;
        gap: 14px;
    }

    .product-summary-cover img {
        height: 154px;
        aspect-ratio: auto;
    }

    .product-age-card {
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 12px;
        padding: 12px 14px;
    }

    .product-age-badge {
        width: 68px;
    }

    .product-age-letter {
        font-size: 2.65rem;
    }

    .product-summary-block {
        gap: 10px;
        padding-top: 4px;
    }

    .product-summary-price-row {
        margin-top: auto;
        padding-top: 6px;
    }
}

@media (max-width: 1199.98px) {
    .product-detail-layout {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 26px;
    }

    .product-purchase-layout {
        grid-template-columns: minmax(0, 1fr) 360px;
        gap: 26px;
    }

    .product-media-specs-layout {
        grid-template-columns: minmax(0, 1fr) 360px;
        gap: 26px;
    }

    .product-related-card {
        flex-basis: 236px;
    }

    .product-site-footer-grid {
        grid-template-columns: 1.6fr 1fr 1.2fr 1.2fr;
        gap: 24px;
    }

    .product-package-card {
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media (max-width: 991.98px) {
    .cart-page-main {
        padding-bottom: 64px;
    }

    .cart-page-section {
        padding: 24px 0 42px;
    }

    .cart-page-hero {
        padding: 28px 26px;
    }

    .cart-layout {
        grid-template-columns: 1fr;
    }

    .cart-item-card {
        grid-template-columns: 156px minmax(0, 1fr);
    }

    .cart-item-card__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cart-item-card__line-total {
        grid-column: 1 / -1;
    }

    .cart-summary-card {
        position: static;
        top: auto;
    }

    .product-page-main {
        padding-bottom: 64px;
    }

    .product-detail-section {
        padding: 24px 0 52px;
    }

    .product-detail-title {
        max-width: none;
        font-size: clamp(1.52rem, 4.5vw, 2.1rem);
    }

    .product-detail-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .product-summary {
        gap: 12px;
    }

    .product-purchase-section {
        padding-bottom: 56px;
    }

    .product-purchase-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .product-media-specs-section {
        padding-bottom: 60px;
    }

    .product-media-specs-layout {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .product-review-panel {
        padding: 28px 28px 32px;
    }

    .product-related-card {
        flex-basis: 224px;
    }

    .product-site-footer {
        padding-top: 34px;
    }

    .product-site-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }

    .product-offer-column,
    .product-package-card {
        grid-column: auto;
        grid-row: auto;
    }

    .product-package-card {
        padding: 24px 24px 26px;
    }

    .auth-page-main {
        padding-bottom: 64px;
    }

    .auth-shell {
        padding: 36px 30px;
    }

    .auth-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .auth-card {
        min-height: 0;
    }
}

@media (max-width: 767.98px) {
    .cart-page-main {
        padding-bottom: 48px;
    }

    .cart-page-section {
        padding: 18px 0 30px;
    }

    .cart-feedback {
        gap: 10px;
        padding: 14px 16px;
    }

    .cart-layout {
        gap: 16px;
    }

    .cart-item-list {
        gap: 14px;
    }

    .cart-section-head {
        margin-bottom: 10px;
        gap: 6px;
    }

    .cart-section-head h2 {
        font-size: 0.96rem;
    }

    .cart-item-card {
        grid-template-columns: 104px minmax(0, 1fr);
        gap: 12px;
        padding: 14px;
        border-radius: 14px;
    }

    .cart-item-card__media {
        aspect-ratio: 3 / 4;
        border-radius: 12px;
        min-height: 0;
        height: auto;
    }

    .cart-item-card__body {
        display: grid;
        min-height: 0;
        gap: 10px;
    }

    .cart-item-card__head {
        gap: 10px;
    }

    .cart-item-card__head h3 {
        font-size: 0.95rem;
        line-height: 1.34;
    }

    .cart-item-card__remove {
        width: 36px;
        height: 36px;
        border-radius: 12px;
    }

    .cart-item-card__meta {
        margin-top: 0;
    }

    .cart-detail-chip {
        min-height: 26px;
        padding: 0 10px;
        font-size: 0.66rem;
    }

    .cart-item-card__grid {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 0;
    }

    .cart-item-card__price,
    .cart-item-card__line-total {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding: 10px 12px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.03);
    }

    .cart-item-card__price strong,
    .cart-item-card__line-total strong {
        margin-top: 0;
        font-size: 0.94rem;
        text-align: right;
    }

    .cart-item-card__qty-form {
        width: 100%;
        padding: 12px;
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.03);
        align-items: stretch;
    }

    .cart-qty-stepper {
        width: 100%;
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: 8px;
    }

    .cart-qty-stepper button,
    .cart-qty-stepper input {
        min-height: 44px;
        border-radius: 14px;
    }

    .cart-qty-stepper input {
        width: 100%;
        font-size: 1rem;
    }

    .cart-inline-button {
        min-height: 36px;
        padding: 0 12px;
        width: 100%;
        align-self: stretch;
        font-size: 0.68rem;
    }

    .cart-summary-card {
        padding: 18px 16px;
        border-radius: 14px;
        gap: 14px;
    }

    .cart-promo-form {
        gap: 10px;
    }

    .cart-promo-form__shell {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .cart-payment-option {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
        gap: 10px;
    }

    .cart-payment-option input {
        margin-top: 3px;
    }

    .cart-promo-suggestions {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(132px, 1fr);
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .cart-promo-suggestions::-webkit-scrollbar {
        display: none;
    }

    .cart-promo-chip {
        width: auto;
        min-height: 74px;
        align-content: start;
    }

    .cart-summary-rows {
        gap: 10px;
    }

    .cart-summary-row {
        padding: 0;
    }

    .cart-summary-row span {
        font-size: 0.8rem;
    }

    .cart-summary-row strong {
        font-size: 0.88rem;
    }

    .cart-summary-total {
        padding-top: 14px;
    }

    .cart-summary-total strong {
        font-size: 1.34rem;
    }

    .cart-summary-actions {
        gap: 10px;
    }

    .cart-summary-actions .product-offer-button {
        min-height: 44px;
        font-size: 0.88rem;
    }

    .product-page-main {
        padding-bottom: 48px;
    }

    .product-detail-section {
        padding: 24px 0 44px;
    }

    .product-detail-header {
        margin-bottom: 16px;
    }

    .product-detail-title {
        font-size: clamp(1.12rem, 5vw + 0.2rem, 1.54rem);
        line-height: 1.24;
        letter-spacing: -0.015em;
    }

    .product-detail-rating {
        gap: 8px;
        margin-top: 10px;
        font-size: 0.82rem;
        flex-wrap: wrap;
    }

    .product-detail-stars {
        gap: 3px;
        font-size: 1.06rem;
    }

    .product-gallery-main {
        aspect-ratio: 16 / 9;
    }

    .product-gallery-control {
        width: 42px;
        height: 42px;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 999px;
        background: rgba(8, 8, 8, 0.56);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
        font-size: 1.25rem;
    }

    .product-gallery-control--prev {
        left: 10px;
    }

    .product-gallery-control--next {
        right: 10px;
    }

    .product-gallery-expand {
        left: 10px;
        bottom: 10px;
        width: 44px;
        height: 44px;
        font-size: 1.15rem;
    }

    .product-summary-cover {
        display: none;
    }

    .product-gallery-thumbs-shell {
        display: none;
    }

    .product-gallery-thumbs {
        margin-top: 0;
        gap: 10px;
    }

    .product-gallery-thumbs-nav {
        width: 28px;
        height: 42px;
        border-radius: 10px;
        transform: translateY(calc(-50% + 2px));
    }

    .product-gallery-thumbs-nav:hover,
    .product-gallery-thumbs-nav:focus-visible {
        transform: translateY(calc(-50% + 2px)) scale(1.02);
    }

    .product-gallery-thumbs-nav--prev {
        left: 0;
    }

    .product-gallery-thumbs-nav--next {
        right: 0;
    }

    .product-gallery-thumb {
        flex-basis: 104px;
    }

    .product-age-card {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 12px;
        padding: 12px;
    }

    .product-age-badge {
        width: 64px;
    }

    .product-age-letter {
        font-size: 2.5rem;
    }

    .product-age-copy strong {
        font-size: 0.95rem;
    }

    .product-age-copy span {
        font-size: 0.88rem;
    }

    .product-summary-tag,
    .product-summary-status {
        min-height: 28px;
        padding: 0 10px;
        font-size: 0.78rem;
    }

    .product-summary-block {
        gap: 8px;
        padding-top: 2px;
    }

    .product-summary-price-row {
        margin-top: 2px;
    }

    .product-summary-new-price {
        font-size: clamp(1.58rem, 7vw, 2rem);
    }

    .product-summary-old-price {
        font-size: 0.82rem;
    }

    .product-summary-discount {
        min-width: 48px;
        height: 24px;
        font-size: 0.78rem;
    }

    .product-purchase-section {
        padding-bottom: 46px;
    }

    .product-media-specs-section {
        padding-bottom: 48px;
    }

    .product-offer-column {
        gap: 14px;
    }

    .product-offer-card {
        padding: 18px;
    }

    .product-offer-heading {
        margin-bottom: 14px;
        font-size: 0.96rem;
    }

    .product-offer-versions {
        gap: 8px;
    }

    .product-edition-chip {
        min-height: 44px;
        padding: 0 14px;
        font-size: 0.8rem;
    }

    .product-edition-note {
        padding: 10px 12px;
    }

    .product-edition-note p {
        font-size: 0.74rem;
        line-height: 1.55;
    }

    .product-offer-actions {
        gap: 12px;
    }

    .product-offer-button {
        min-height: 50px;
        font-size: 0.98rem;
    }

    .product-package-card {
        padding: 20px 18px 22px;
    }

    .product-package-title {
        margin-bottom: 18px;
        font-size: 0.94rem;
    }

    .product-package-list {
        gap: 16px;
    }

    .product-package-list li {
        gap: 10px;
        font-size: 0.88rem;
        line-height: 1.5;
    }

    .product-package-list i {
        font-size: 1.18rem;
    }

    .product-video-card {
        margin-bottom: 20px;
    }

    .product-video-title {
        margin-bottom: 14px;
        font-size: clamp(1.1rem, 5vw + 0.2rem, 1.5rem);
        line-height: 1.22;
    }

    .product-specs-card {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .product-specs-card::-webkit-scrollbar {
        display: none;
    }

    .product-specs-table {
        min-width: 690px;
    }

    .product-specs-table thead th {
        padding: 18px 18px 14px;
        font-size: 0.86rem;
    }

    .product-specs-table tbody th,
    .product-specs-table tbody td {
        padding: 14px 18px;
        font-size: 0.82rem;
    }

    .product-review-entry-section,
    .product-customer-review-section {
        padding-bottom: 22px;
    }

    .product-review-panel {
        padding: 22px 18px 24px;
    }

    .product-review-panel-title {
        padding-bottom: 14px;
        font-size: 1.26rem;
    }

    .product-review-login-note {
        gap: 12px;
        margin-top: 18px;
        min-height: 60px;
        padding: 14px 16px;
        font-size: 0.92rem;
    }

    .product-review-form-grid {
        grid-template-columns: 1fr;
    }

    .product-review-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .product-review-submit {
        width: 100%;
    }

    .product-customer-review-list {
        gap: 18px;
        margin-top: 20px;
    }

    .customer-review-card {
        padding: 14px;
    }

    .customer-review-head {
        gap: 14px;
    }

    .customer-review-avatar {
        width: 52px;
        height: 52px;
        font-size: 1.32rem;
    }

    .customer-review-meta h3 {
        font-size: 0.96rem;
    }

    .customer-review-rating-row {
        gap: 10px;
        font-size: 0.84rem;
    }

    .customer-review-stars {
        font-size: 0.92rem;
    }

    .customer-review-card p {
        margin-top: 14px;
        font-size: 0.9rem;
    }

    .product-related-section {
        padding: 4px 0 60px;
    }

    .product-related-header {
        margin-bottom: 20px;
    }

    .product-related-title {
        font-size: 1.3rem;
    }

    .product-related-track {
        gap: 16px;
    }

    .product-related-card {
        flex-basis: 198px;
    }

    .product-related-nav {
        display: none;
    }

    .product-related-badge {
        min-height: 34px;
        padding: 0 12px;
        font-size: 0.72rem;
    }

    .product-related-body {
        padding-top: 12px;
    }

    .product-related-tag {
        min-height: 26px;
        padding: 0 10px;
        font-size: 0.74rem;
    }

    .product-related-name {
        margin-top: 10px;
        font-size: 0.88rem;
    }

    .product-related-price-row {
        gap: 6px;
        margin-top: 10px;
    }

    .product-related-discount {
        min-width: 46px;
        height: 24px;
        font-size: 0.74rem;
    }

    .product-related-old-price,
    .product-related-new-price {
        font-size: 0.76rem;
    }

    .product-site-footer {
        padding-top: 28px;
    }

    .product-site-footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-bottom: 28px;
    }

    .product-site-footer-col h2 {
        margin-bottom: 14px;
        font-size: 0.96rem;
    }

    .product-site-footer-list {
        gap: 14px;
    }

    .product-site-footer-list li {
        gap: 10px;
        font-size: 0.88rem;
    }

    .product-site-footer-payments {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

    .payment-badge {
        min-height: 40px;
        font-size: 0.72rem;
    }

    .product-site-footer-bottom {
        font-size: 0.8rem;
        line-height: 1.45;
    }

    .auth-page-main {
        padding-bottom: 48px;
    }

    .auth-section {
        padding-bottom: 44px;
    }

    .auth-shell {
        padding: 24px 18px;
        border-radius: 12px;
    }

    .auth-grid {
        gap: 18px;
    }

    .auth-card {
        padding: 22px 18px 24px;
        border-radius: 12px;
    }

    .auth-card-head {
        margin-bottom: 20px;
    }

    .auth-page-title {
        margin-bottom: 10px;
        font-size: 0.8rem;
    }

    .auth-card-title {
        font-size: 1.56rem;
    }

    .auth-form {
        gap: 18px;
    }

    .auth-field {
        gap: 8px;
    }

    .auth-field label {
        font-size: 0.92rem;
    }

    .auth-field input {
        min-height: 46px;
        padding: 0 14px;
        border-radius: 10px;
    }

    .auth-check {
        gap: 10px;
        font-size: 0.9rem;
    }

    .auth-otp-row {
        flex-direction: column;
        gap: 10px;
    }

    .auth-button {
        min-height: 44px;
        border-radius: 10px;
        font-size: 0.94rem;
    }

    .auth-button--otp {
        width: 100%;
    }

    .auth-link-inline {
        font-size: 0.9rem;
    }

    .auth-otp-status {
        font-size: 0.8rem;
    }
}

@media (max-width: 575.98px) {
    .cart-page-kicker,
    .cart-page-meta-label,
    .cart-summary-label,
    .cart-label {
        letter-spacing: 0.08em;
    }

    .cart-feedback {
        flex-direction: column;
        padding: 14px;
    }

    .cart-feedback span {
        font-size: 0.88rem;
        line-height: 1.55;
    }

    .cart-empty-state {
        padding: 28px 18px;
        border-radius: 18px;
    }

    .cart-empty-state h2 {
        margin: 16px 0 10px;
        font-size: clamp(1.28rem, 6vw, 1.58rem);
        line-height: 1.2;
    }

    .cart-empty-state p {
        font-size: 0.9rem;
        line-height: 1.65;
    }

    .cart-empty-state__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cart-feedback,
    .cart-item-card,
    .cart-summary-card {
        border-radius: 14px;
    }

    .cart-item-card__head {
        align-items: flex-start;
    }

    .cart-item-card__remove-form {
        align-self: flex-end;
    }

    .cart-item-card {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 12px;
    }

    .cart-item-card__media {
        width: 100%;
        aspect-ratio: 16 / 9;
        border-radius: 10px;
        min-height: 0;
        height: auto;
    }

    .cart-item-card__body {
        gap: 12px;
    }

    .cart-item-card__head h3 {
        font-size: 0.92rem;
    }

    .cart-item-card__price,
    .cart-item-card__line-total,
    .cart-item-card__qty-form {
        padding: 10px;
        border-radius: 14px;
    }

    .cart-item-card__price strong,
    .cart-item-card__line-total strong {
        font-size: 0.88rem;
    }

    .cart-qty-stepper {
        grid-template-columns: 40px minmax(0, 1fr) 40px;
        gap: 6px;
    }

    .cart-qty-stepper button,
    .cart-qty-stepper input,
    .cart-promo-form__shell input,
    .cart-promo-form__shell button {
        min-height: 44px;
    }

    .cart-promo-chip {
        min-height: 0;
        padding: 10px;
    }

    .cart-promo-suggestions {
        display: grid;
        grid-auto-flow: row;
        grid-auto-columns: auto;
        grid-template-columns: 1fr;
        overflow: visible;
        padding-bottom: 0;
    }

    .cart-payment-option {
        padding: 12px;
        gap: 10px;
    }

    .cart-payment-option__content {
        gap: 6px;
    }

    .cart-payment-option__content strong {
        font-size: 0.88rem;
    }

    .cart-payment-option__content span,
    .cart-payment-option__content small,
    .cart-promo-message strong,
    .cart-promo-message span {
        overflow-wrap: anywhere;
    }

    .cart-summary-total {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-detail-title {
        font-size: 0.98rem;
    }

    .product-detail-rating {
        gap: 8px;
        font-size: 0.76rem;
    }

    .product-detail-stars {
        font-size: 0.94rem;
    }

    .product-gallery-main {
        aspect-ratio: 16 / 9;
    }

    .product-gallery-thumbs-shell {
        padding: 0 16px;
    }

    .product-gallery-thumb {
        flex-basis: 88px;
    }

    .product-summary-cover img {
        aspect-ratio: 1.5;
    }

    .product-summary-tags {
        gap: 7px;
    }

    .product-summary-price-row {
        gap: 6px;
    }

    .product-summary-new-price {
        font-size: 1.34rem;
    }

    .product-summary-old-price {
        font-size: 0.76rem;
    }

    .product-summary-discount {
        min-width: 44px;
        height: 22px;
        padding: 0 8px;
        font-size: 0.72rem;
    }

    .product-offer-card {
        padding: 16px;
    }

    .product-edition-chip {
        min-height: 42px;
        padding: 0 12px;
        font-size: 0.76rem;
    }

    .product-edition-note {
        padding: 9px 11px;
    }

    .product-edition-note p {
        font-size: 0.72rem;
    }

    .product-offer-button {
        min-height: 48px;
        font-size: 0.94rem;
    }

    .product-package-card {
        padding: 18px 16px 20px;
    }

    .product-package-list li {
        font-size: 0.82rem;
    }

    .product-video-title {
        font-size: 0.98rem;
    }

    .product-specs-table {
        min-width: 620px;
    }

    .product-specs-table thead th {
        padding: 16px 16px 12px;
        font-size: 0.8rem;
    }

    .product-specs-table tbody th,
    .product-specs-table tbody td {
        padding: 12px 16px;
        font-size: 0.76rem;
    }

    .product-review-panel {
        padding: 18px 14px 20px;
    }

    .product-review-panel-title {
        font-size: 1.12rem;
    }

    .product-review-login-note {
        gap: 10px;
        min-height: 56px;
        padding: 12px 14px;
        font-size: 0.82rem;
    }

    .product-review-feedback {
        align-items: flex-start;
        padding: 12px 14px;
        font-size: 0.82rem;
    }

    .product-review-stars-input {
        width: 100%;
        justify-content: center;
    }

    .product-review-stars-input label {
        width: 34px;
        height: 32px;
    }

    .customer-review-avatar {
        width: 46px;
        height: 46px;
        font-size: 1.16rem;
    }

    .customer-review-rating-row {
        gap: 8px;
        font-size: 0.78rem;
    }

    .customer-review-card p {
        font-size: 0.84rem;
    }

    .product-related-card {
        flex-basis: 168px;
    }

    .product-site-footer-payments {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-site-footer-social {
        gap: 8px;
    }

    .product-site-footer-social a {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }

    .auth-shell {
        padding: 20px 14px;
    }

    .auth-card {
        padding: 18px 14px 20px;
    }

    .auth-card-title {
        font-size: 1.38rem;
    }

    .auth-field label {
        font-size: 0.88rem;
    }

    .auth-field input {
        min-height: 44px;
        font-size: 0.94rem;
    }
}

/* Epic-style storefront footer */
.product-site-footer {
    padding: 72px 0 56px;
    background: #18181c;
    color: #f5f5f7;
    font-family: Arial, Helvetica, sans-serif;
    border-top: 0;
}

.product-site-footer-inner {
    width: min(calc(100% - 86px), 1560px);
    margin: 0 auto;
}

.product-site-footer-brand {
    display: none;
}

.product-site-footer-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 44px;
    padding: 86px 0 92px;
}

.product-site-footer-col {
    display: block;
}

.product-site-footer-col summary {
    list-style: none;
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    pointer-events: none;
}

.product-site-footer-col summary::-webkit-details-marker {
    display: none;
}

.product-site-footer-col summary i {
    display: none;
}

details.product-site-footer-col:not([open]) > .product-site-footer-list {
    display: flex;
}

.product-site-footer-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
}

.product-site-footer-list li {
    display: block;
    color: rgba(245, 245, 247, 0.62);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
}

.product-site-footer-list li i,
.product-site-footer-list:not(.is-contact) li::before {
    display: none;
    content: none;
}

.product-site-footer-list a {
    color: rgba(245, 245, 247, 0.62);
    text-decoration: none;
    transition: color 0.18s ease;
}

.product-site-footer-list a:hover,
.product-site-footer-list a:focus-visible {
    color: #ffffff;
}

.product-site-footer-payments {
    display: none;
}

.product-site-footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
    margin: 0;
    flex-wrap: nowrap;
    min-width: 0;
}

.product-site-footer-social__link,
.product-site-footer-social a {
    width: auto;
    height: auto;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(245, 245, 247, 0.58);
    background: transparent;
    font-size: 21px;
    line-height: 1;
    text-decoration: none;
    transition: color 0.18s ease, transform 0.18s ease;
}

.product-site-footer-social__link:hover,
.product-site-footer-social__link:focus-visible,
.product-site-footer-social a:hover,
.product-site-footer-social a:focus-visible {
    color: #ffffff;
    background: transparent;
    transform: translateY(-1px);
    filter: none;
}

.product-site-footer-legal {
    max-width: 820px;
    padding: 0 0 34px;
}

.product-site-footer-legal p {
    max-width: 820px;
    margin: 0;
    color: rgba(245, 245, 247, 0.58);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
}

.product-site-footer-backtop {
    margin-top: 36px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(245, 245, 247, 0.88);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.18s ease;
}

.product-site-footer-backtop i {
    font-size: 18px;
    line-height: 1;
}

.product-site-footer-backtop:hover,
.product-site-footer-backtop:focus-visible {
    color: #ffffff;
}

.product-site-footer-bottom {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    padding: 0;
    border-top: 0;
    color: rgba(245, 245, 247, 0.62);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
}

.product-site-footer-bottom a {
    color: rgba(245, 245, 247, 0.62);
    text-decoration: none;
    transition: color 0.18s ease;
}

.product-site-footer-bottom a:hover,
.product-site-footer-bottom a:focus-visible {
    color: #ffffff;
}

@media (max-width: 1199.98px) {
    .product-site-footer-inner {
        width: min(calc(100% - 56px), 1040px);
    }

    .product-site-footer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 42px 54px;
    }
}

@media (max-width: 767.98px) {
    .product-site-footer {
        padding: 24px 0 32px;
        background: #18181c;
    }

    .product-site-footer-inner {
        width: calc(100% - 28px);
    }

    .product-site-footer-brand {
        display: block;
        margin: 0 0 16px;
        color: #f5f5f7;
        font-size: 22px;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        letter-spacing: 0;
    }

    .product-site-footer-social {
        justify-content: center;
        gap: 18px;
        margin: 0 0 22px;
    }

    .product-site-footer-social__link,
    .product-site-footer-social a {
        color: rgba(245, 245, 247, 0.68) !important;
        background: transparent !important;
        font-size: 22px;
    }

    .product-site-footer-social__link i,
    .product-site-footer-social a i {
        color: currentColor !important;
    }

    .product-site-footer-grid {
        border-top: 1px solid rgba(245, 245, 247, 0.14);
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0;
    }

    .product-site-footer-col {
        border-bottom: 1px solid rgba(245, 245, 247, 0.14);
    }

    .product-site-footer-col summary {
        min-height: 44px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        color: #ffffff;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.15;
        pointer-events: auto;
        user-select: none;
    }

    .product-site-footer-col summary i {
        display: inline-flex;
        flex: 0 0 auto;
        color: #ffffff;
        font-size: 16px;
        transition: transform 0.18s ease;
    }

    .product-site-footer-col[open] summary i {
        transform: rotate(180deg);
    }

    details.product-site-footer-col:not([open]) > .product-site-footer-list {
        display: none;
    }

    .product-site-footer-list {
        gap: 8px;
        padding: 0 0 12px;
    }

    .product-site-footer-list li {
        font-size: 13px;
        line-height: 1.28;
    }

    .product-site-footer-list a {
        color: rgba(245, 245, 247, 0.72);
    }

    .product-site-footer-legal {
        grid-template-columns: 1fr;
        max-width: none;
        padding: 22px 8px 0;
        text-align: center;
    }

    .product-site-footer-legal p {
        max-width: none;
        color: rgba(245, 245, 247, 0.64);
        font-size: 11px;
        line-height: 1.32;
    }

    .product-site-footer-backtop {
        width: fit-content;
        min-height: 36px;
        margin: 20px auto 0;
        padding: 0 14px;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        color: #ffffff;
        background: #3b3b40;
        font-size: 12px;
        font-weight: 500;
    }

    .product-site-footer-backtop i {
        font-size: 14px;
    }

    .product-site-footer-bottom {
        justify-content: center;
        gap: 8px 16px;
        padding: 18px 8px 0;
        color: rgba(245, 245, 247, 0.68);
        font-size: 11px;
        line-height: 1.28;
        text-align: center;
    }

    .product-site-footer-bottom a {
        color: rgba(245, 245, 247, 0.68);
    }
}

.epic-cart-body .cart-page-main {
    padding: 0;
    color: #f5f5f7;
    background: #101014;
}

.epic-cart-body .epic-cart-storefront {
    padding-bottom: 74px;
}

.storefront-cart-feedback {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1200;
    width: min(470px, calc(100vw - 48px));
    margin: 0;
    padding: 16px 18px;
    border-radius: 8px;
    background: #202026;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
    pointer-events: none;
    animation: epicCartFeedbackToast 5.2s ease forwards;
}

@keyframes epicCartFeedbackToast {
    0% {
        opacity: 0;
        transform: translate3d(18px, 12px, 0) scale(0.98);
    }

    10%,
    82% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate3d(18px, 12px, 0) scale(0.98);
    }
}

.epic-cart-body .cart-empty-state {
    min-height: 342px;
    padding: 26px 0 68px;
    border: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.epic-cart-body .cart-empty-state__icon {
    position: relative;
    width: 65px;
    height: 75px;
    margin-bottom: 46px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #3a3a42;
    clip-path: polygon(0 0, 100% 0, 100% 82%, 50% 100%, 0 82%);
}

.epic-cart-body .cart-empty-state__icon span {
    display: block;
    transform: translateY(-6px) rotate(-12deg);
    font-size: 21px;
    font-weight: 800;
    line-height: 1;
}

.epic-cart-body .cart-empty-state h1 {
    margin: 0;
    color: #f7f7f8;
    font-size: clamp(42px, 5.4vw, 64px);
    font-weight: 700;
    line-height: 1.05;
}

.epic-cart-body .cart-empty-state__button {
    min-height: 40px;
    margin-top: 18px;
    padding: 0 16px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #28b8f6;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}

.epic-cart-body .cart-empty-state__button:hover,
.epic-cart-body .cart-empty-state__button:focus-visible,
.epic-cart-body .cart-summary-checkout-button:hover,
.epic-cart-body .cart-summary-checkout-button:focus-visible {
    color: #ffffff;
    background: #35c3ff;
    outline: none;
}

.epic-cart-body .cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 372px);
    gap: 44px;
    align-items: start;
    margin: 6px 34px 0;
}

.epic-cart-body .cart-item-list {
    display: grid;
    gap: 18px;
}

.epic-cart-body .cart-item-card {
    min-height: 0;
    padding: 14px 16px;
    border: 0;
    border-radius: 12px;
    display: grid;
    grid-template-columns: clamp(260px, 34vw, 325px) minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
    background: #202026;
    box-shadow: none;
}

.epic-cart-body .cart-item-card__media {
    width: clamp(260px, 34vw, 325px);
    height: auto;
    aspect-ratio: 16 / 9;
    min-height: 0;
    border-radius: 6px;
    display: block;
    overflow: hidden;
    background: #101014;
}

.epic-cart-body .cart-item-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.epic-cart-body .cart-item-card__media:hover img,
.epic-cart-body .cart-item-card__media:focus-visible img {
    transform: none;
}

.epic-cart-body .cart-item-card__body {
    align-self: stretch;
    min-height: 0;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.epic-cart-body .cart-item-card__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
}

.epic-cart-body .cart-item-card__type {
    display: block;
    margin-bottom: 6px;
    color: #f5f5f7;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.epic-cart-body .cart-item-card__head h2 {
    max-width: 560px;
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.18;
}

.epic-cart-body .cart-item-card__head h2 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: inherit;
    text-decoration: none;
}

.epic-cart-body .cart-item-card__head h2 a:hover,
.epic-cart-body .cart-item-card__head h2 a:focus-visible {
    color: #ffffff;
}

.epic-cart-body .cart-item-card__amount {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.epic-cart-body .cart-item-card__side {
    display: grid;
    justify-items: end;
    gap: 8px;
}

.epic-cart-body .cart-detail-chip {
    min-height: 24px;
    padding: 0 9px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    color: #d7d9e2;
    background: rgba(255, 255, 255, 0.04);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

.epic-cart-body .cart-detail-chip--soft {
    color: #9de9ff;
    border-color: rgba(39, 185, 255, 0.22);
    background: rgba(39, 185, 255, 0.1);
}

.epic-cart-body .cart-item-card__purchase-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
}

.epic-cart-body .cart-item-card__unit-price {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.epic-cart-body .cart-item-card__unit-price span,
.epic-cart-body .cart-label,
.epic-cart-body .cart-summary-label {
    color: #9ea1ad;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.epic-cart-body .cart-item-card__unit-price strong {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.epic-cart-body .cart-item-card__unit-price small {
    color: #b5b7c1;
    font-size: 12px;
    line-height: 1.35;
}

.epic-cart-body .cart-item-card__qty-form {
    display: grid;
    justify-items: end;
    gap: 6px;
    min-width: 112px;
}

.epic-cart-body .cart-qty-stepper {
    min-height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    display: inline-grid;
    grid-template-columns: 32px 48px 32px;
    overflow: hidden;
    background: #17171d;
}

.epic-cart-body .cart-qty-stepper button,
.epic-cart-body .cart-qty-stepper input {
    width: 100%;
    min-height: 34px;
    border: 0;
    color: #ffffff;
    background: transparent;
    text-align: center;
}

.epic-cart-body .cart-qty-stepper button {
    font-size: 14px;
}

.epic-cart-body .cart-qty-stepper button:hover,
.epic-cart-body .cart-qty-stepper button:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    outline: none;
}

.epic-cart-body .cart-qty-stepper input {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 14px;
    font-weight: 600;
    appearance: textfield;
}

.epic-cart-body .cart-age-panel {
    min-height: 102px;
    padding: 18px 19px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 11px;
    display: flex;
    align-items: center;
    gap: 20px;
    background: #202026;
}

.epic-cart-body .cart-age-panel__badge {
    width: 58px;
    min-height: 58px;
    border: 2px solid #f5f5f7;
    display: grid;
    place-items: center;
    align-content: center;
    color: #202026;
    background: #f5f5f7;
    line-height: 1;
}

.epic-cart-body .cart-age-panel__badge span {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.22em;
}

.epic-cart-body .cart-age-panel__badge strong {
    font-size: 29px;
    font-weight: 800;
}

.epic-cart-body .cart-age-panel__copy {
    display: grid;
    gap: 13px;
}

.epic-cart-body .cart-age-panel__copy strong,
.epic-cart-body .cart-age-panel__copy span {
    font-size: 16px;
    line-height: 1.2;
}

.epic-cart-body .cart-age-panel__copy strong {
    color: #ffffff;
    font-weight: 700;
}

.epic-cart-body .cart-age-panel__copy span {
    color: #c6c7d0;
    font-weight: 400;
}

.epic-cart-body .cart-reward-row {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #a8a322;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
}

.epic-cart-body .cart-reward-row__icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    color: #202026;
    background: #b9bb35;
    font-size: 18px;
    flex: 0 0 auto;
}

.epic-cart-body .cart-item-card__actions {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.epic-cart-body .cart-refund-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.epic-cart-body .cart-refund-label i {
    font-size: 20px;
}

.epic-cart-body .cart-item-card__action-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.epic-cart-body .cart-item-card__remove-form {
    margin: 0;
}

.epic-cart-body .cart-item-card__remove,
.epic-cart-body .cart-item-card__gift,
.epic-cart-body .cart-item-card__wishlist {
    min-height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #202026;
    text-decoration: none;
    box-shadow: none;
}

.epic-cart-body .cart-item-card__remove {
    width: auto;
    height: auto;
    padding: 0 4px;
    border-color: transparent;
    color: #d4d5dd;
    font-size: 14px;
    font-weight: 500;
    min-height: 24px;
    background: transparent;
}

.epic-cart-body .cart-item-card__gift {
    width: 50px;
    padding: 0;
    font-size: 22px;
}

.epic-cart-body .cart-item-card__wishlist {
    min-width: 344px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
}

.epic-cart-body .cart-item-card__remove:hover,
.epic-cart-body .cart-item-card__remove:focus-visible,
.epic-cart-body .cart-item-card__gift:hover,
.epic-cart-body .cart-item-card__gift:focus-visible,
.epic-cart-body .cart-item-card__wishlist:hover,
.epic-cart-body .cart-item-card__wishlist:focus-visible {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    outline: none;
    transform: none;
}

.epic-cart-body .cart-summary-column {
    min-width: 0;
}

.epic-cart-body .cart-summary-card {
    position: sticky;
    top: 104px;
    padding: 0;
    border: 0;
    border-radius: 0;
    display: grid;
    gap: 34px;
    background: transparent;
    box-shadow: none;
}

.epic-cart-body .cart-summary-card h2 {
    max-width: 360px;
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.23;
}

.epic-cart-body .cart-promo-form {
    display: grid;
    gap: 12px;
}

.epic-cart-body .cart-promo-form__shell {
    min-height: 46px;
    border-radius: 8px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    overflow: hidden;
    background: #202026;
}

.epic-cart-body .cart-promo-form__shell input,
.epic-cart-body .cart-promo-form__shell button {
    border: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
}

.epic-cart-body .cart-promo-form__shell input {
    min-width: 0;
    padding: 0 14px;
    background: transparent;
}

.epic-cart-body .cart-promo-form__shell input:focus {
    outline: 1px solid rgba(39, 185, 255, 0.72);
    outline-offset: -1px;
}

.epic-cart-body .cart-promo-form__shell button {
    padding: 0 14px;
    background: #32323a;
    font-weight: 600;
}

.epic-cart-body .cart-promo-form__shell button:hover,
.epic-cart-body .cart-promo-form__shell button:focus-visible {
    background: #3d3d46;
    outline: none;
}

.epic-cart-body .cart-promo-suggestions {
    display: grid;
    gap: 8px;
}

.epic-cart-body .cart-promo-chip {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    display: grid;
    gap: 4px;
    color: #d7d9e2;
    background: #202026;
    text-align: left;
}

.epic-cart-body .cart-promo-chip strong {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.epic-cart-body .cart-promo-chip span,
.epic-cart-body .cart-promo-chip small {
    color: #aeb1bd;
    font-size: 12px;
    line-height: 1.35;
}

.epic-cart-body .cart-promo-chip:hover,
.epic-cart-body .cart-promo-chip:focus-visible,
.epic-cart-body .cart-promo-chip.is-active {
    border-color: rgba(39, 185, 255, 0.45);
    background: rgba(39, 185, 255, 0.1);
    outline: none;
}

.epic-cart-body .cart-promo-message {
    padding: 12px;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    background: rgba(143, 230, 158, 0.08);
    color: #dff9e3;
}

.epic-cart-body .cart-promo-message.is-error {
    background: rgba(255, 110, 110, 0.1);
    color: #ffd2d2;
}

.epic-cart-body .cart-promo-message i {
    flex: 0 0 auto;
    margin-top: 2px;
}

.epic-cart-body .cart-promo-message div {
    display: grid;
    gap: 4px;
}

.epic-cart-body .cart-promo-message strong,
.epic-cart-body .cart-promo-message span {
    color: inherit;
    font-size: 13px;
    line-height: 1.4;
}

.epic-cart-body .cart-summary-rows {
    display: grid;
    gap: 24px;
}

.epic-cart-body .cart-summary-row,
.epic-cart-body .cart-summary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.epic-cart-body .cart-summary-row span,
.epic-cart-body .cart-summary-row strong,
.epic-cart-body .cart-summary-total span,
.epic-cart-body .cart-summary-total strong {
    color: #ffffff;
    font-size: 19px;
    line-height: 1.3;
}

.epic-cart-body .cart-summary-row span,
.epic-cart-body .cart-summary-total span {
    font-weight: 500;
}

.epic-cart-body .cart-summary-row strong,
.epic-cart-body .cart-summary-total strong {
    font-weight: 500;
    text-align: right;
}

.epic-cart-body .cart-summary-row:nth-child(2) strong {
    font-size: 18px;
}

.epic-cart-body .cart-summary-row.is-discount strong {
    color: #8fe69e;
}

.epic-cart-body .cart-summary-total {
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    align-items: center;
}

.epic-cart-body .cart-summary-checkout-form {
    display: block;
}

.epic-cart-body .cart-payment-methods {
    display: grid;
    gap: 12px;
}

.epic-cart-body .cart-payment-methods h3 {
    margin: 0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
}

.epic-cart-body .cart-payment-option {
    min-height: 64px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 9px;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    background: #202026;
    cursor: pointer;
}

.epic-cart-body .cart-payment-option.is-active {
    border-color: rgba(39, 185, 255, 0.58);
    background: rgba(39, 185, 255, 0.09);
}

.epic-cart-body .cart-payment-option.is-disabled {
    cursor: not-allowed;
    opacity: 0.62;
}

.epic-cart-body .cart-payment-option input {
    margin-top: 2px;
    accent-color: #27b9ff;
}

.epic-cart-body .cart-payment-option__content {
    display: grid;
    gap: 6px;
}

.epic-cart-body .cart-payment-option__content strong {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
}

.epic-cart-body .cart-payment-option__content small {
    color: #b8bac4;
    font-size: 12px;
    line-height: 1.4;
}

.epic-cart-body .cart-summary-checkout-button {
    width: 100%;
    min-height: 60px;
    border: 0;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #28b8f6;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

body.cart-checkout-modal-open {
    overflow: hidden;
}

.cart-checkout-modal[hidden],
.cart-checkout-modal [hidden] {
    display: none !important;
}

.cart-checkout-modal {
    position: fixed;
    inset: 0;
    z-index: 1400;
    display: grid;
    place-items: center;
    padding: 18px;
}

.cart-checkout-modal__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(5, 6, 10, 0.72);
    backdrop-filter: blur(10px);
}

.cart-checkout-modal__panel {
    position: relative;
    width: min(100%, 760px);
    max-height: min(90vh, 720px);
    overflow: auto;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    display: grid;
    gap: 16px;
    color: #f5f5f7;
    background: #15161b;
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.48);
    outline: none;
}

.cart-checkout-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    color: #d8d9e0;
    background: rgba(255, 255, 255, 0.06);
}

.cart-checkout-modal__close:hover,
.cart-checkout-modal__close:focus-visible {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    outline: none;
}

.cart-checkout-modal__header {
    padding-right: 42px;
}

.cart-checkout-modal__header p,
.cart-checkout-modal__header h2,
.cart-checkout-modal__header span {
    margin: 0;
}

.cart-checkout-modal__header p {
    margin-bottom: 5px;
    color: #95ddff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.cart-checkout-modal[data-cart-checkout-state="paid"] .cart-checkout-modal__header p {
    color: #8fe69e;
}

.cart-checkout-modal__header h2 {
    color: #ffffff;
    font-size: clamp(20px, 2.1vw, 26px);
    font-weight: 500;
    line-height: 1.18;
}

.cart-checkout-modal__header span {
    display: block;
    margin-top: 7px;
    color: #b9bbc6;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.cart-checkout-modal__header span:empty {
    display: none;
}

.cart-checkout-modal__loading {
    min-height: 210px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 14px;
    color: #c9cbd5;
}

.cart-checkout-modal__loading-brand {
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    color: #64c8ff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
    animation: none;
}

.cart-checkout-modal__loading-bars {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 8px;
    height: 48px;
}

.cart-checkout-modal__loading-bars span {
    width: 8px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #45c8ff, #9a55ff 62%, #ff4dd6);
    box-shadow: 0 0 18px rgba(137, 92, 255, .42);
    animation: cartCheckoutPulse .86s ease-in-out infinite;
}

.cart-checkout-modal__loading-bars span:nth-child(1) {
    height: 20px;
    animation-delay: 0s;
}

.cart-checkout-modal__loading-bars span:nth-child(2) {
    height: 34px;
    animation-delay: .09s;
}

.cart-checkout-modal__loading-bars span:nth-child(3) {
    height: 46px;
    animation-delay: .18s;
}

.cart-checkout-modal__loading-bars span:nth-child(4) {
    height: 28px;
    animation-delay: .27s;
}

.cart-checkout-modal__loading p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}

@keyframes cartCheckoutPulse {
    0%, 100% {
        transform: scaleY(.55);
        opacity: .48;
    }

    50% {
        transform: scaleY(1);
        opacity: 1;
    }
}

.cart-checkout-modal__content {
    display: grid;
    grid-template-columns: 236px minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
}

.cart-checkout-modal__qr-card {
    position: relative;
    min-height: 252px;
    padding: 14px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 14px;
    background: #202026;
}

.cart-checkout-modal__status {
    min-height: 28px;
    padding: 0 11px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    color: #dfe3ec;
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

.cart-checkout-modal[data-cart-checkout-state="paid"] .cart-checkout-modal__status {
    color: #0f1711;
    background: #8fe69e;
}

.cart-checkout-modal[data-cart-checkout-state="expired"] .cart-checkout-modal__status {
    color: #241010;
    background: #ffaaaa;
}

.cart-checkout-modal__qr-card img {
    width: min(100%, 202px);
    aspect-ratio: 1;
    padding: 10px;
    border-radius: 10px;
    display: block;
    object-fit: contain;
    background: #ffffff;
}

.cart-checkout-modal[data-cart-checkout-state="paid"] .cart-checkout-modal__qr-card {
    min-height: 140px;
    border: 1px solid rgba(143, 230, 158, 0.2);
    background: rgba(143, 230, 158, 0.08);
}

.cart-checkout-modal[data-cart-checkout-state="paid"] .cart-checkout-modal__qr-card img {
    display: none;
}

.cart-checkout-modal__info {
    align-self: stretch;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.cart-checkout-modal__info div,
.cart-checkout-modal__item,
.cart-checkout-modal__error {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: #202026;
}

.cart-checkout-modal__info div {
    min-width: 0;
    display: grid;
    gap: 6px;
    padding: 11px;
}

.cart-checkout-modal__info span {
    color: #9699a5;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.cart-checkout-modal__info strong {
    min-width: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.cart-checkout-modal__info button {
    justify-self: start;
    min-height: 26px;
    padding: 0 9px;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

.cart-checkout-modal__info button:hover,
.cart-checkout-modal__info button:focus-visible {
    background: rgba(255, 255, 255, 0.13);
    outline: none;
}

.cart-checkout-modal__items {
    grid-column: 1 / -1;
    display: grid;
    gap: 8px;
    max-height: 104px;
    overflow-y: auto;
    padding-right: 2px;
}

.cart-checkout-modal__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 11px;
}

.cart-checkout-modal__item div {
    display: grid;
    gap: 5px;
}

.cart-checkout-modal__item strong {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

.cart-checkout-modal__item span {
    color: #aeb1bd;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
}

.cart-checkout-modal__item > strong {
    white-space: nowrap;
}

.cart-checkout-modal__error {
    padding: 14px;
    color: #ffd0d0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    background: rgba(255, 110, 110, 0.09);
}

.cart-checkout-modal__actions {
    display: flex;
    justify-content: flex-end;
    gap: 9px;
}

.cart-checkout-modal__button {
    min-height: 40px;
    padding: 0 14px;
    border: 0;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}

.cart-checkout-modal__button--ghost {
    background: #2a2b31;
}

.cart-checkout-modal__button--primary {
    background: #28b8f6;
}

.cart-checkout-modal__button:hover,
.cart-checkout-modal__button:focus-visible {
    color: #ffffff;
    filter: brightness(1.08);
    outline: none;
}

/* Epic-style account pages */
.account-page-body {
    background: #101014;
}

.account-page-body .ambient-glow,
.account-page-body .summer-icon-fall,
.account-page-body .activity-popup {
    display: none !important;
}

.account-page-body .account-page-main {
    min-height: 100vh;
    padding: 0 0 74px;
    color: #f5f5f7;
    background: #101014;
    font-family: Arial, Helvetica, sans-serif;
}

.account-page-body .account-page-section {
    padding: 28px 0 42px;
}

.account-page-body .account-page-section > .epic-home-subnav {
    margin: -28px 0 34px;
}

.account-page-body .account-page-grid {
    display: grid;
    grid-template-columns: minmax(240px, 292px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    padding-inline: var(--storefront-content-inset, 34px);
}

.account-page-body .account-shell-sidebar {
    position: sticky;
    top: 104px;
    display: grid;
    gap: 14px;
    min-width: 0;
}

.account-page-body .account-shell-profile,
.account-page-body .account-shell-nav,
.account-page-body .account-page-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: #202026;
    box-shadow: none;
}

.account-page-body .account-shell-profile {
    display: grid;
    gap: 18px;
    padding: 18px;
}

.account-page-body .account-shell-profile__head {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
}

.account-page-body .account-shell-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    color: #ffffff;
    background: #4a4a54;
    font-size: 16px;
    font-weight: 700;
}

.account-page-body .account-shell-kicker,
.account-page-body .account-page-label,
.account-page-body .account-order-card__label {
    display: block;
    color: #9ea1ad;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: none;
}

.account-page-body .account-shell-profile h2,
.account-page-body .account-page-card__head h1,
.account-page-body .account-page-card__head h2 {
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.18;
}

.account-page-body .account-shell-profile h2 {
    margin-top: 4px;
    overflow: hidden;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-page-body .account-shell-profile p {
    margin: 4px 0 0;
    overflow-wrap: anywhere;
    color: #b9bbc6;
    font-size: 13px;
    line-height: 1.4;
}

.account-page-body .account-shell-stats,
.account-page-body .account-overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.account-page-body .account-shell-stat,
.account-page-body .account-overview-item,
.account-page-body .account-order-card,
.account-page-body .account-empty-state,
.account-page-body .account-shell-wallet {
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 8px;
    background: #17171d;
}

.account-page-body .account-shell-stat,
.account-page-body .account-overview-item {
    display: grid;
    gap: 7px;
    padding: 14px;
}

.account-page-body .account-shell-stat span,
.account-page-body .account-shell-meta span,
.account-page-body .account-overview-item span,
.account-page-body .account-order-card__meta span {
    color: #9ea1ad;
    font-size: 13px;
    line-height: 1.35;
}

.account-page-body .account-shell-stat strong,
.account-page-body .account-overview-item strong,
.account-page-body .account-order-card__meta strong {
    min-width: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.account-page-body .account-shell-wallet {
    display: grid;
    gap: 7px;
    padding: 15px;
}

.account-page-body .account-shell-wallet span,
.account-page-body .account-shell-wallet small {
    color: #9ea1ad;
    font-size: 13px;
    line-height: 1.35;
}

.account-page-body .account-shell-wallet strong {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.15;
}

.account-page-body .account-shell-meta {
    display: grid;
    gap: 6px;
}

.account-page-body .account-shell-nav {
    display: grid;
    gap: 4px;
    padding: 8px;
}

.account-page-body .account-shell-nav a,
.account-page-body .account-shell-logout button {
    width: 100%;
    min-height: 44px;
    padding: 0 11px;
    border: 0;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    color: #d7d9e2;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
}

.account-page-body .account-shell-nav i,
.account-page-body .account-shell-logout i {
    color: #d7d9e2;
    font-size: 17px;
    line-height: 1;
    text-align: center;
}

.account-page-body .account-shell-nav a:hover,
.account-page-body .account-shell-nav a:focus-visible,
.account-page-body .account-shell-nav a.is-active,
.account-page-body .account-shell-logout button:hover,
.account-page-body .account-shell-logout button:focus-visible {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
    outline: none;
}

.account-page-body .account-shell-logout {
    margin: 6px 0 0;
    padding-top: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.account-page-body .account-page-content {
    display: grid;
    gap: 18px;
    min-width: 0;
}

.account-page-body .account-page-card {
    padding: 22px;
}

.account-page-body .account-page-card--hero {
    background:
        radial-gradient(circle at 100% 0%, rgba(39, 185, 255, 0.08), transparent 36%),
        #202026;
}

.account-page-body .account-page-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.account-page-body .account-page-card__head h1 {
    margin-top: 6px;
    font-size: clamp(28px, 3vw, 40px);
}

.account-page-body .account-page-card__head h2 {
    margin-top: 6px;
    font-size: 22px;
}

.account-page-body .account-page-pill {
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.account-page-body .account-inline-link {
    color: #95ddff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.account-page-body .account-inline-link:hover,
.account-page-body .account-inline-link:focus-visible {
    color: #ffffff;
    outline: none;
}

.account-page-body .account-order-list {
    display: grid;
    gap: 12px;
}

.account-page-body .account-order-card {
    display: grid;
    gap: 12px;
    padding: 16px;
}

.account-page-body .account-order-card__main,
.account-page-body .account-order-card__meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.account-page-body .account-order-card__main h3 {
    margin: 5px 0 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
}

.account-page-body .account-order-card__status {
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    color: #dfe3ec;
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.account-page-body .account-order-card__status.is-paid {
    color: #0f1711;
    background: #8fe69e;
}

.account-page-body .account-order-card__status.is-pending_payment,
.account-page-body .account-order-card__status.is-processing {
    color: #10202a;
    background: #95ddff;
}

.account-page-body .account-order-card__status.is-failed,
.account-page-body .account-order-card__status.is-cancelled {
    color: #241010;
    background: #ffaaaa;
}

.account-page-body .account-empty-state {
    padding: 18px;
    color: #b9bbc6;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .account-page-body .account-page-grid {
        grid-template-columns: 1fr;
    }

    .account-page-body .account-shell-sidebar {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .account-page-body .account-page-grid {
        gap: 14px;
        padding-inline: 0;
    }

    .account-page-body .account-page-section {
        width: calc(100% - 24px);
        padding-top: 18px;
    }

    .account-page-body .account-page-section > .epic-home-subnav {
        margin: 0 0 18px;
    }

    .account-page-body .account-page-content {
        gap: 12px;
    }

    .account-page-body .account-page-card {
        padding: 14px;
        border-radius: 9px;
    }

    .account-page-body .account-page-card__head {
        gap: 8px;
        margin-bottom: 12px;
    }

    .account-page-body .account-page-card__head h1 {
        margin-top: 4px;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.16;
    }

    .account-page-body .account-page-card__head h2 {
        margin-top: 4px;
        font-size: 19px;
        font-weight: 600;
        line-height: 1.18;
    }

    .account-page-body .account-page-label,
    .account-page-body .account-order-card__label {
        font-size: 11px;
        line-height: 1.2;
    }

    .account-page-body .account-inline-link {
        font-size: 13px;
        line-height: 1.25;
    }

    .account-page-body .account-overview-grid,
    .account-page-body .account-shell-stats {
        grid-template-columns: 1fr;
    }

    .account-page-body .account-order-list {
        gap: 9px;
    }

    .account-page-body .account-order-card {
        gap: 9px;
        padding: 12px;
        border-radius: 8px;
    }

    .account-page-body .account-page-card__head,
    .account-page-body .account-order-card__main,
    .account-page-body .account-order-card__meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .account-page-body .account-order-card__main,
    .account-page-body .account-order-card__meta {
        gap: 8px;
    }

    .account-page-body .account-order-card__main h3 {
        margin-top: 4px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.28;
    }

    .account-page-body .account-order-card__status {
        min-height: 24px;
        padding-inline: 9px;
        font-size: 11px;
        line-height: 1;
    }

    .account-page-body .account-order-card__meta span {
        font-size: 12px;
        line-height: 1.25;
    }

    .account-page-body .account-order-card__meta strong {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.25;
    }
}

@media (max-width: 1199.98px) {
    .epic-cart-body .cart-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .epic-cart-body .cart-summary-card {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .epic-cart-body .cart-layout {
        margin-inline: 0;
    }

    .storefront-cart-feedback {
        right: 14px;
        bottom: 14px;
        width: calc(100vw - 28px);
    }

    .epic-cart-body .cart-empty-state {
        min-height: 300px;
        padding: 24px 0 54px;
    }

    .epic-cart-body .cart-empty-state__icon {
        margin-bottom: 34px;
    }

    .epic-cart-body .cart-empty-state h1 {
        font-size: clamp(36px, 12vw, 52px);
    }

    .epic-cart-body .cart-item-card {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 16px;
    }

    .epic-cart-body .cart-item-card__media {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .epic-cart-body .cart-item-card__body {
        min-height: 0;
        gap: 18px;
    }

    .epic-cart-body .cart-item-card__head {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 16px;
    }

    .epic-cart-body .cart-item-card__head h2 {
        font-size: 20px;
    }

    .epic-cart-body .cart-item-card__side {
        gap: 14px;
    }

    .epic-cart-body .cart-item-card__purchase-row {
        align-items: stretch;
        flex-direction: column;
    }

    .epic-cart-body .cart-item-card__qty-form {
        justify-items: start;
    }

    .epic-cart-body .cart-age-panel {
        grid-column: 1 / -1;
        min-height: 86px;
        padding: 14px;
    }

    .epic-cart-body .cart-reward-row {
        font-size: 15px;
    }

    .epic-cart-body .cart-item-card__actions {
        grid-column: 1 / -1;
        align-items: flex-start;
        flex-direction: column;
    }

    .epic-cart-body .cart-item-card__action-buttons {
        width: 100%;
        flex-wrap: wrap;
    }

    .epic-cart-body .cart-item-card__wishlist {
        min-width: min(100%, 344px);
        flex: 1 1 220px;
        white-space: normal;
        text-align: center;
    }

    .epic-cart-body .cart-summary-card h2 {
        font-size: 26px;
    }

    .cart-checkout-modal__content {
        grid-template-columns: 1fr;
    }

    .cart-checkout-modal__items {
        grid-column: auto;
    }
}

@media (max-width: 479.98px) {
    .epic-cart-body .cart-item-card {
        grid-template-columns: 1fr;
    }

    .epic-cart-body .cart-item-card__media {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .epic-cart-body .cart-item-card__wishlist {
        flex-basis: 100%;
    }

    .epic-cart-body .cart-summary-row,
    .epic-cart-body .cart-summary-total {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .epic-cart-body .cart-summary-row strong,
    .epic-cart-body .cart-summary-total strong {
        text-align: left;
    }

    .cart-checkout-modal {
        padding: 12px;
    }

    .cart-checkout-modal__panel {
        padding: 18px 14px;
    }

    .cart-checkout-modal__header {
        padding-right: 34px;
    }

    .cart-checkout-modal__info {
        grid-template-columns: 1fr;
    }

    .cart-checkout-modal__actions {
        flex-direction: column-reverse;
    }

    .cart-checkout-modal__button {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .epic-cart-body .epic-cart-storefront {
        padding-bottom: calc(44px + env(safe-area-inset-bottom));
    }

    .epic-cart-body .cart-layout {
        gap: 18px;
        margin: 0;
        padding: 0 max(14px, env(safe-area-inset-right)) 0 max(14px, env(safe-area-inset-left));
    }

    .epic-cart-body .cart-item-list {
        gap: 12px;
    }

    .epic-cart-body .cart-item-card {
        min-height: 0;
        padding: 12px;
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 10px;
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 12px;
        align-items: start;
    }

    .epic-cart-body .cart-item-card__media {
        width: 92px;
        height: 122px;
        aspect-ratio: auto;
        border-radius: 8px;
    }

    .epic-cart-body .cart-item-card__body {
        min-height: 122px;
        gap: 10px;
    }

    .epic-cart-body .cart-item-card__head {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
    }

    .epic-cart-body .cart-item-card__type {
        margin-bottom: 4px;
        font-size: 11px;
        color: rgba(245, 245, 247, 0.62);
    }

    .epic-cart-body .cart-item-card__head h2 {
        max-width: none;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.22;
    }

    .epic-cart-body .cart-item-card__amount {
        font-size: 14px;
    }

    .epic-cart-body .cart-item-card__side {
        gap: 4px;
    }

    .epic-cart-body .cart-item-card__remove {
        min-height: 26px;
        padding: 0 2px;
        font-size: 12px;
    }

    .epic-cart-body .cart-item-card__meta {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .epic-cart-body .cart-detail-chip {
        min-height: 22px;
        max-width: 100%;
        padding: 0 8px;
        font-size: 11px;
    }

    .epic-cart-body .cart-item-card__purchase-row {
        align-items: end;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
    }

    .epic-cart-body .cart-item-card__unit-price {
        gap: 3px;
    }

    .epic-cart-body .cart-item-card__unit-price span,
    .epic-cart-body .cart-label,
    .epic-cart-body .cart-summary-label {
        font-size: 11px;
    }

    .epic-cart-body .cart-item-card__unit-price strong {
        font-size: 13px;
    }

    .epic-cart-body .cart-item-card__unit-price small {
        font-size: 11px;
    }

    .epic-cart-body .cart-item-card__qty-form {
        min-width: 100px;
        justify-items: end;
        gap: 5px;
    }

    .epic-cart-body .cart-qty-stepper {
        min-height: 32px;
        grid-template-columns: 30px 40px 30px;
        border-radius: 7px;
    }

    .epic-cart-body .cart-qty-stepper button,
    .epic-cart-body .cart-qty-stepper input {
        min-height: 32px;
        font-size: 13px;
    }

    .epic-cart-body .cart-summary-column {
        min-width: 0;
    }

    .epic-cart-body .cart-summary-card {
        gap: 16px;
        padding: 16px;
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 12px;
        background: #17171d;
    }

    .epic-cart-body .cart-summary-card h2 {
        max-width: none;
        font-size: 19px;
        line-height: 1.22;
    }

    .epic-cart-body .cart-promo-form {
        gap: 10px;
    }

    .epic-cart-body .cart-promo-form__shell {
        min-height: 42px;
        border-radius: 8px;
    }

    .epic-cart-body .cart-promo-form__shell input,
    .epic-cart-body .cart-promo-form__shell button {
        font-size: 13px;
    }

    .epic-cart-body .cart-promo-form__shell input {
        padding-inline: 12px;
    }

    .epic-cart-body .cart-promo-form__shell button {
        padding-inline: 12px;
    }

    .epic-cart-body .cart-promo-suggestions {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 2px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
    }

    .epic-cart-body .cart-promo-suggestions::-webkit-scrollbar {
        display: none;
    }

    .epic-cart-body .cart-promo-chip {
        flex: 0 0 min(236px, 78vw);
        width: min(236px, 78vw);
        max-width: min(236px, 78vw);
        padding: 9px 10px;
    }

    .epic-cart-body .cart-promo-message {
        padding: 11px;
    }

    .epic-cart-body .cart-summary-rows {
        gap: 14px;
    }

    .epic-cart-body .cart-summary-row,
    .epic-cart-body .cart-summary-total {
        align-items: center;
        flex-direction: row;
        gap: 12px;
    }

    .epic-cart-body .cart-summary-row span,
    .epic-cart-body .cart-summary-row strong,
    .epic-cart-body .cart-summary-total span,
    .epic-cart-body .cart-summary-total strong {
        font-size: 15px;
    }

    .epic-cart-body .cart-summary-row strong,
    .epic-cart-body .cart-summary-total strong {
        text-align: right;
    }

    .epic-cart-body .cart-summary-total {
        padding-top: 16px;
    }

    .epic-cart-body .cart-summary-checkout-button {
        min-height: 48px;
        border-radius: 9px;
        font-size: 16px;
        font-weight: 600;
    }

    .epic-cart-body .cart-empty-state {
        width: min(100% - 28px, 440px);
        margin-inline: auto;
        padding: 28px 0 58px;
    }

    .epic-cart-body .cart-empty-state__icon {
        width: 54px;
        height: 62px;
        margin-bottom: 24px;
    }

    .epic-cart-body .cart-empty-state h1 {
        font-size: clamp(30px, 8.6vw, 40px);
        line-height: 1.08;
    }

    .epic-cart-body .cart-empty-state__button {
        min-height: 42px;
        padding-inline: 14px;
        font-size: 14px;
        line-height: 1.15;
        text-align: center;
    }

    .cart-checkout-modal {
        align-items: end;
        justify-items: stretch;
        padding: max(10px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
    }

    .cart-checkout-modal__panel {
        width: 100%;
        max-height: calc(100dvh - max(20px, env(safe-area-inset-top)) - max(10px, env(safe-area-inset-bottom)));
        padding: 14px;
        border-radius: 16px 16px 12px 12px;
        gap: 12px;
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .cart-checkout-modal__close {
        top: 10px;
        right: 10px;
        width: 36px;
        height: 36px;
    }

    .cart-checkout-modal__header {
        min-height: 38px;
        padding-right: 44px;
    }

    .cart-checkout-modal__header h2 {
        font-size: 19px;
        line-height: 1.2;
    }

    .cart-checkout-modal__header span {
        margin-top: 5px;
        font-size: 13px;
        line-height: 1.35;
    }

    .cart-checkout-modal__loading {
        min-height: 220px;
        gap: 12px;
    }

    .cart-checkout-modal__loading p {
        max-width: 240px;
        font-size: 14px;
        line-height: 1.35;
        text-align: center;
    }

    .cart-checkout-modal__content {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .cart-checkout-modal__qr-card {
        min-height: 0;
        padding: 12px;
        border-radius: 12px;
        gap: 10px;
    }

    .cart-checkout-modal__status {
        min-height: 26px;
        padding-inline: 10px;
        font-size: 11px;
    }

    .cart-checkout-modal__qr-card img {
        width: min(68vw, 236px);
        padding: 9px;
        border-radius: 10px;
    }

    .cart-checkout-modal__info {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .cart-checkout-modal__info div {
        padding: 10px;
        border-radius: 9px;
    }

    .cart-checkout-modal__info div:nth-child(3),
    .cart-checkout-modal__info div:nth-child(4) {
        grid-column: 1 / -1;
    }

    .cart-checkout-modal__info span {
        font-size: 11px;
    }

    .cart-checkout-modal__info strong {
        font-size: 12px;
        line-height: 1.32;
    }

    .cart-checkout-modal__info button {
        min-height: 28px;
        padding-inline: 10px;
        font-size: 11px;
    }

    .cart-checkout-modal__items {
        grid-column: auto;
        max-height: 132px;
        gap: 7px;
        padding-right: 0;
    }

    .cart-checkout-modal__item {
        gap: 10px;
        padding: 10px;
        border-radius: 9px;
    }

    .cart-checkout-modal__item div {
        min-width: 0;
    }

    .cart-checkout-modal__item strong {
        font-size: 12px;
    }

    .cart-checkout-modal__item span {
        font-size: 11px;
    }

    .cart-checkout-modal__item > strong {
        flex: 0 0 auto;
        max-width: 42%;
        white-space: normal;
        text-align: right;
    }

    .cart-checkout-modal__error {
        padding: 12px;
        border-radius: 10px;
        font-size: 13px;
    }

    .cart-checkout-modal__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .cart-checkout-modal__button {
        width: 100%;
        min-height: 42px;
        border-radius: 9px;
        font-size: 13px;
    }

    .cart-checkout-modal[data-cart-checkout-state="paid"] .cart-checkout-modal__qr-card {
        min-height: 94px;
        gap: 8px;
    }

    .cart-checkout-modal[data-cart-checkout-state="paid"] .cart-checkout-modal__qr-card::before {
        content: "";
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: block;
        background: #8fe69e;
    }

    .cart-checkout-modal[data-cart-checkout-state="paid"] .cart-checkout-modal__qr-card::after {
        content: "";
        position: absolute;
        top: 31px;
        left: 50%;
        width: 10px;
        height: 18px;
        border: solid #0f1711;
        border-width: 0 3px 3px 0;
        transform: translateX(-50%) rotate(45deg);
    }
}

@media (max-width: 374.98px) {
    .epic-cart-body .cart-layout {
        padding-inline: max(10px, env(safe-area-inset-left));
    }

    .epic-cart-body .cart-item-card {
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 10px;
        padding: 10px;
    }

    .epic-cart-body .cart-item-card__media {
        width: 78px;
        height: 104px;
    }

    .epic-cart-body .cart-item-card__body {
        min-height: 104px;
    }

    .epic-cart-body .cart-item-card__head {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .epic-cart-body .cart-item-card__side {
        align-items: center;
        display: flex;
        justify-content: space-between;
        justify-items: stretch;
    }

    .epic-cart-body .cart-item-card__purchase-row {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .epic-cart-body .cart-item-card__qty-form {
        justify-items: start;
    }

    .epic-cart-body .cart-summary-card {
        padding: 14px;
    }

    .epic-cart-body .cart-promo-form__shell {
        grid-template-columns: 1fr;
    }

    .epic-cart-body .cart-promo-form__shell input {
        min-height: 40px;
    }

    .epic-cart-body .cart-promo-form__shell button {
        min-height: 38px;
    }

    .cart-checkout-modal__info {
        grid-template-columns: 1fr;
    }

    .cart-checkout-modal__info div:nth-child(3),
    .cart-checkout-modal__info div:nth-child(4) {
        grid-column: auto;
    }
}

/* Epic-style product detail */
.epic-product-body {
    background: #101014;
}

.epic-product-body .ambient-glow,
.epic-product-body .summer-icon-fall,
.epic-product-body .activity-popup,
.epic-product-body .header-wrapper {
    display: none;
}

.epic-product-body .page-shell {
    min-height: 100vh;
    background: #101014;
}

.epic-product-page {
    min-height: 100vh;
    color: #f5f5f7;
    background: #101014;
    font-family: Arial, Helvetica, sans-serif;
}

.epic-product-topbar {
    min-height: 84px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    color: rgba(245, 245, 247, 0.72);
    background: #111115;
}

.epic-product-topbar-left,
.epic-product-topbar-right {
    display: flex;
    align-items: center;
    gap: 28px;
    min-width: 0;
}

.epic-product-mark {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.epic-product-mark img {
    width: auto;
    max-width: 42px;
    max-height: 34px;
    display: block;
    object-fit: contain;
}

.epic-product-store-label {
    color: rgba(245, 245, 247, 0.08);
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.epic-product-toplink {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(245, 245, 247, 0.74);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.epic-product-toplink:hover,
.epic-product-toplink:focus-visible,
.epic-product-subnav a:hover,
.epic-product-subnav a:focus-visible {
    color: #ffffff;
}

.epic-product-icon-button {
    width: 38px;
    height: 38px;
    border: 0;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: transparent;
    font-size: 24px;
}

.epic-product-user {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(245, 245, 247, 0.86);
    text-decoration: none;
}

.epic-product-user span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #46464d;
    font-size: 14px;
    font-weight: 700;
}

.epic-product-user strong {
    min-width: 0;
    max-width: 180px;
    display: block;
    overflow: hidden;
    color: rgba(245, 245, 247, 0.78);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.epic-product-download {
    min-height: 38px;
    padding: 0 18px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #27b9ff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.epic-product-storefront-nav {
    position: sticky;
    top: 0;
    z-index: 90;
    width: min(calc(100% - 86px), 1270px);
    margin: 0 auto;
    padding: 28px 0 12px;
    isolation: isolate;
}

.epic-product-storefront-nav::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
    width: 100vw;
    transform: translateX(-50%);
    background: rgba(16, 16, 20, 0.96);
    backdrop-filter: blur(18px);
    box-shadow: 0 1px 0 rgba(245, 245, 247, 0.04);
}

.epic-product-storefront-nav .epic-home-subnav {
    margin-bottom: 18px;
}

.epic-product-subnav {
    width: min(calc(100% - 86px), 1270px);
    min-height: 92px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr) auto;
    align-items: center;
    gap: 34px;
}

.epic-product-search {
    width: 100%;
    min-height: 46px;
    margin: 0;
    padding: 0 17px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 13px;
    color: rgba(245, 245, 247, 0.6);
    background: #222228;
}

.epic-product-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    color: #ffffff;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
}

.epic-product-search input::placeholder {
    color: rgba(245, 245, 247, 0.58);
    opacity: 1;
}

.epic-product-subnav-tabs,
.epic-product-subnav-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    min-width: 0;
}

.epic-product-subnav-actions {
    justify-content: flex-end;
}

.epic-product-subnav a {
    color: rgba(245, 245, 247, 0.58);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.epic-product-container {
    width: min(calc(100% - 154px), 1202px);
    margin: 0 auto;
}

.epic-product-body .product-detail-section {
    padding: 44px 0 96px;
}

.epic-product-body .product-detail-title {
    max-width: 1000px;
    margin: 0 0 22px;
    color: #ffffff;
    font-size: clamp(2.5rem, 3.4vw, 3.55rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0;
}

.epic-product-body .product-summary-mobile {
    display: none;
}

.epic-product-body .epic-product-gallery {
    order: 1;
}

.epic-product-body .epic-product-tags-row {
    order: 2;
}

.epic-product-body .epic-product-description {
    order: 3;
}

.epic-product-body .epic-product-follow {
    order: 4;
}

.epic-product-body .epic-product-requirements {
    order: 5;
}

.epic-product-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 54px;
    align-items: start;
}

.epic-product-main,
.epic-product-sidebar {
    min-width: 0;
}

.epic-product-main {
    display: grid;
    gap: 34px;
}

.epic-product-sidebar {
    position: sticky;
    top: 24px;
    display: grid;
    gap: 14px;
}

.epic-product-body .product-gallery {
    display: grid;
    gap: 22px;
}

.epic-product-body .product-gallery-main {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #202027;
    box-shadow: none;
}

.epic-product-body .product-gallery-main-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.epic-product-body .product-gallery-control,
.epic-product-body .product-gallery-expand {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.36);
    font-size: 18px;
}

.epic-product-body .product-gallery-control--prev {
    left: 18px;
}

.epic-product-body .product-gallery-control--next {
    right: 18px;
}

.epic-product-body .product-gallery-expand {
    right: 18px;
    bottom: 18px;
}

.epic-product-body .product-gallery-thumbs-shell {
    position: relative;
    justify-content: center;
    padding: 0;
}

.epic-product-body .product-gallery-thumbs-viewport {
    overflow-x: auto;
    overflow-y: hidden;
}

.epic-product-body .product-gallery-thumbs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    gap: 18px;
    margin-top: 8px;
}

.epic-product-body .product-gallery-thumb {
    flex: 0 0 calc((100% - 108px) / 7);
    width: auto;
    height: auto;
    aspect-ratio: 2.3 / 1;
    padding: 0;
    border: 1px solid rgba(245, 245, 247, 0.16);
    border-radius: 5px;
    opacity: 1;
    overflow: hidden;
    background: #202027;
    transform: none;
    transition: border-color 0.18s ease, opacity 0.18s ease;
}

.epic-product-body .product-gallery-thumb::after {
    background: rgba(6, 7, 10, 0.48);
    opacity: 1;
}

.epic-product-body .product-gallery-thumb.is-active,
.epic-product-body .product-gallery-thumb:hover,
.epic-product-body .product-gallery-thumb:focus-visible {
    opacity: 1;
    border-color: rgba(245, 245, 247, 0.74);
    box-shadow: none;
    transform: none;
}

.epic-product-body .product-gallery-thumb.is-active::after,
.epic-product-body .product-gallery-thumb:hover::after,
.epic-product-body .product-gallery-thumb:focus-visible::after {
    opacity: 0;
}

.epic-product-body .product-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.epic-product-body .product-gallery-thumbs-nav {
    display: none;
}

.epic-product-tags-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
    padding: 4px 0 18px;
}

.epic-product-tag-group + .epic-product-tag-group {
    border-left: 1px solid rgba(245, 245, 247, 0.18);
    padding-left: 32px;
}

.epic-product-tag-group > span {
    display: block;
    margin-bottom: 14px;
    color: rgba(245, 245, 247, 0.56);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.epic-product-tag-group div {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.epic-product-tag-group a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    text-decoration: none;
}

.epic-product-description {
    display: grid;
    gap: 18px;
    color: rgba(245, 245, 247, 0.7);
    font-size: 18px;
    line-height: 1.55;
}

.epic-product-short-description {
    margin: 0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}

.epic-product-body .storefront-html-content {
    color: rgba(245, 245, 247, 0.64);
    font-size: 17px;
    line-height: 1.55;
}

.epic-product-body .product-overview-content.is-collapsed {
    max-height: 138px;
}

.epic-product-body .product-overview-content.is-collapsed::after {
    background: linear-gradient(180deg, rgba(16, 16, 20, 0), #101014);
}

.epic-product-body .product-overview-toggle {
    justify-self: start;
    padding: 0;
    border: 0;
    color: #27b9ff;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
}

.epic-product-follow {
    display: grid;
    gap: 20px;
    margin-top: 20px;
}

.epic-product-follow h2,
.epic-product-requirements h2 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.epic-product-follow-card {
    min-height: 96px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 54px;
    background: #222228;
}

.epic-product-follow-card a {
    color: rgba(245, 245, 247, 0.66);
    font-size: 28px;
    line-height: 1;
    text-decoration: none;
}

.epic-product-follow-card a:hover,
.epic-product-follow-card a:focus-visible {
    color: #ffffff;
}

.epic-product-requirements {
    display: grid;
    gap: 22px;
    margin-top: 28px;
}

.epic-product-body .product-inline-card--requirements {
    padding: 36px 70px;
    border: 0;
    border-radius: 10px;
    background: #222228;
    box-shadow: none;
}

.epic-product-body .storefront-requirement-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 84px;
}

.epic-product-body .storefront-requirement-grid--single {
    grid-template-columns: minmax(0, 1fr);
}

.epic-product-body .storefront-requirement-card {
    padding: 0;
    border: 0;
    background: transparent;
}

.epic-product-body .storefront-requirement-card h3 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
}

.epic-product-body .storefront-requirement-body,
.epic-product-body .storefront-requirement-body * {
    color: rgba(245, 245, 247, 0.72);
    font-size: 16px;
    line-height: 1.62;
}

.epic-product-sidebar .product-summary {
    display: grid;
    min-height: 0;
    gap: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.epic-product-sidebar .product-summary-cover {
    min-height: 0;
    border: 0;
    border-radius: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: visible;
    background: transparent;
}

.epic-product-sidebar .product-summary-cover img {
    width: 100%;
    height: auto;
    max-height: 156px;
    display: block;
    object-fit: contain;
}

.epic-product-sidebar .product-age-card {
    min-height: 0;
    padding: 14px 18px;
    border: 0;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    background: #121216;
}

.epic-product-sidebar .product-age-badge {
    width: 56px;
    height: 46px;
    border-radius: 0;
    background: #f5f5f7;
    color: #101014;
}

.epic-product-sidebar .product-age-letter {
    font-size: 28px;
    font-weight: 800;
}

.epic-product-sidebar .product-age-caption {
    font-size: 10px;
}

.epic-product-sidebar .product-age-copy strong {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

.epic-product-sidebar .product-offer-column {
    display: grid;
    gap: 12px;
}

.epic-product-sidebar .product-offer-card {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.epic-product-sidebar .product-offer-heading {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: none;
}

.epic-product-sidebar .product-offer-versions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.epic-product-sidebar .product-edition-chip {
    min-height: 34px;
    padding: 0 12px;
    border: 0;
    border-radius: 999px;
    color: rgba(245, 245, 247, 0.72);
    background: rgba(245, 245, 247, 0.04);
    font-size: 13px;
    font-weight: 400;
}

.epic-product-sidebar .product-edition-chip.is-active {
    color: #ffffff;
    background: rgba(39, 185, 255, 0.12);
}

.epic-product-sidebar .product-summary-price-row {
    margin: 0 0 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.epic-product-sidebar .product-summary-new-price {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
}

.epic-product-sidebar .product-summary-old-price {
    color: rgba(245, 245, 247, 0.48);
    font-size: 14px;
    text-decoration: line-through;
}

.epic-product-sidebar .product-summary-discount {
    min-height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    color: #ffffff;
    background: #27b9ff;
    font-size: 12px;
    font-weight: 500;
}

.epic-product-buy-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 64px;
    gap: 12px;
}

.epic-product-sidebar .product-offer-form {
    min-width: 0;
}

.epic-product-sidebar .product-offer-button {
    width: 100%;
    min-height: 56px;
    border: 0;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}

.epic-product-sidebar .product-offer-button.is-primary {
    background: #27b9ff;
    box-shadow: none;
}

.epic-product-sidebar .product-offer-button.is-secondary {
    background: #131318;
}

.epic-product-cart-form .product-offer-button {
    font-size: 24px;
}

.epic-product-action-button {
    min-height: 56px;
    justify-content: center;
    position: relative;
}

.epic-product-action-button.is-saved {
    color: #061018;
    background: #27b9ff;
}

.epic-product-action-button em {
    position: absolute;
    right: 18px;
    padding: 4px 9px;
    border-radius: 999px;
    color: #7ee0ff;
    background: rgba(39, 185, 255, 0.22);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}

.epic-product-sidebar .product-edition-note {
    margin: 0;
    padding: 0;
    color: rgba(245, 245, 247, 0.54);
    background: transparent;
}

.epic-product-sidebar .product-edition-note p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
}

.epic-product-facts {
    display: grid;
    margin: 18px 0 0;
}

.epic-product-facts div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(245, 245, 247, 0.08);
}

.epic-product-facts dt {
    color: rgba(245, 245, 247, 0.48);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
}

.epic-product-facts dd {
    margin: 0;
    color: rgba(245, 245, 247, 0.9);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    text-align: right;
}

.epic-product-facts dd i {
    margin-left: 6px;
    color: #27b9ff;
}

.epic-product-report-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 22px;
}

.epic-product-report-actions a {
    min-height: 44px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(245, 245, 247, 0.86);
    background: #131318;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.epic-product-body .product-related-section {
    padding: 0 0 90px;
}

.epic-product-body .product-related-header {
    border-top: 1px solid rgba(245, 245, 247, 0.08);
}

@media (max-width: 1199.98px) {
    .epic-product-storefront-nav,
    .epic-product-subnav {
        width: min(calc(100% - 36px), 960px);
    }

    .epic-product-container {
        width: min(calc(100% - 104px), 892px);
    }

    .epic-product-layout {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 34px;
    }

    .epic-product-subnav {
        grid-template-columns: 260px minmax(0, 1fr);
    }

    .epic-product-subnav-actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
}

@media (max-width: 991.98px) {
    .epic-product-layout {
        grid-template-columns: 1fr;
    }

    .epic-product-sidebar {
        position: static;
        max-width: none;
    }

    .epic-product-sidebar .product-summary-cover {
        justify-content: flex-start;
    }

    .epic-product-body .storefront-requirement-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

@media (max-width: 767.98px) {
    .epic-product-topbar {
        min-height: auto;
        padding: 18px 16px;
        flex-direction: column;
        align-items: stretch;
    }

    .epic-product-topbar-left,
    .epic-product-topbar-right {
        justify-content: space-between;
        gap: 16px;
    }

    .epic-product-store-label {
        display: none;
    }

    .epic-product-user strong {
        max-width: 118px;
    }

    .epic-product-subnav,
    .epic-product-container {
        width: calc(100% - 28px);
    }

    .epic-product-storefront-nav {
        top: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .epic-product-storefront-nav .epic-home-subnav {
        margin: 0 0 18px;
    }

    .epic-product-subnav {
        min-height: auto;
        padding: 22px 0;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .epic-product-subnav-tabs,
    .epic-product-subnav-actions {
        gap: 20px;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .epic-product-body .product-detail-section {
        padding: 20px 0 70px;
    }

    .epic-product-body .product-detail-title {
        margin-bottom: 14px;
        font-size: clamp(1.35rem, 6.6vw, 1.8rem);
        font-weight: 500;
        line-height: 1.16;
        overflow-wrap: anywhere;
    }

    .epic-product-layout {
        display: flex;
        flex-direction: column;
        gap: 28px;
    }

    .epic-product-sidebar {
        order: 1;
    }

    .epic-product-main {
        order: 2;
        gap: 28px;
    }

    .epic-product-sidebar .product-summary {
        display: none;
    }

    .epic-product-body .product-summary-mobile {
        display: grid;
        gap: 18px;
        margin: 0 0 26px;
    }

    .epic-product-body .product-summary-mobile .product-summary-cover {
        min-height: 0;
        border: 0;
        border-radius: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        overflow: visible;
        background: transparent;
    }

    .epic-product-body .product-summary-mobile .product-summary-cover img {
        width: 100%;
        height: auto;
        max-height: 236px;
        display: block;
        object-fit: contain;
    }

    .epic-product-body .product-summary-mobile .product-age-card,
    .epic-product-body .epic-product-sidebar .product-age-card {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        min-width: 0;
        min-height: 0;
        padding: 14px 18px;
        border: 0;
        border-radius: 8px;
        display: grid;
        grid-template-columns: 66px minmax(0, calc(100vw - 158px));
        align-items: center;
        gap: 14px;
        overflow: hidden;
        background: #121216;
    }

    .epic-product-body .product-summary-mobile .product-age-badge,
    .epic-product-body .epic-product-sidebar .product-age-badge {
        width: 66px;
        height: 66px;
        border-radius: 0;
        background: #f5f5f7;
        color: #101014;
    }

    .epic-product-body .product-summary-mobile .product-age-letter,
    .epic-product-body .epic-product-sidebar .product-age-letter {
        font-size: 34px;
        font-weight: 800;
    }

    .epic-product-body .product-summary-mobile .product-age-caption,
    .epic-product-body .epic-product-sidebar .product-age-caption {
        font-size: 11px;
    }

    .epic-product-body .product-summary-mobile .product-age-copy,
    .epic-product-body .epic-product-sidebar .product-age-copy {
        min-width: 0;
        width: calc(100vw - 158px);
        max-width: 100%;
        overflow: hidden;
    }

    .epic-product-body .product-summary-mobile .product-age-copy strong,
    .epic-product-body .epic-product-sidebar .product-age-copy strong {
        display: block;
        min-width: 0;
        max-width: 100%;
        color: #ffffff;
        font-size: 14.5px;
        font-weight: 500;
        line-height: 1.38;
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .epic-product-body .product-gallery-thumbs-shell {
        padding: 0;
    }

    .epic-product-body .product-gallery-thumbs {
        justify-content: flex-start;
        overflow-x: auto;
        padding: 3px;
    }

    .epic-product-body .product-gallery-thumb {
        flex-basis: 96px;
        width: 96px;
        height: 42px;
        aspect-ratio: auto;
    }

    .epic-product-tags-row {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .epic-product-tag-group + .epic-product-tag-group {
        border-left: 0;
        padding-left: 0;
        padding-top: 22px;
        border-top: 1px solid rgba(245, 245, 247, 0.16);
    }

    .epic-product-follow-card {
        min-height: 92px;
        gap: 34px;
    }

    .epic-product-body .product-inline-card--requirements {
        padding: 28px 22px;
    }

    .epic-product-buy-row {
        grid-template-columns: minmax(0, 1fr) 56px;
    }

    .epic-product-facts {
        display: none;
    }
}

@media (max-width: 380px) {
    .epic-product-body .product-summary-mobile .product-age-card,
    .epic-product-body .epic-product-sidebar .product-age-card {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .epic-product-body .product-summary-mobile .product-age-copy,
    .epic-product-body .epic-product-sidebar .product-age-copy {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .epic-home-body .epic-weekly-section {
        margin-top: 44px;
        padding-inline: 0;
        overflow: hidden;
    }

    .epic-home-body .epic-weekly-grid {
        display: flex;
        grid-template-columns: none;
        gap: 14px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 max(16px, env(safe-area-inset-right)) 8px max(16px, env(safe-area-inset-left));
        scroll-padding-inline: max(16px, env(safe-area-inset-left));
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        touch-action: pan-x;
    }

    .epic-home-body .epic-weekly-grid::-webkit-scrollbar {
        display: none;
    }

    .epic-home-body .epic-weekly-card {
        flex: 0 0 min(82vw, 340px);
        width: min(82vw, 340px);
        min-width: 0;
        gap: 14px;
        scroll-snap-align: start;
    }

    .epic-home-body .epic-weekly-media {
        border-radius: 8px;
    }

    .epic-home-body .epic-weekly-body {
        gap: 10px;
    }

    .epic-home-body .epic-weekly-body h3 {
        font-size: clamp(16px, 4.5vw, 18px);
        font-weight: 600;
        line-height: 1.22;
    }

    .epic-home-body .epic-weekly-price {
        gap: 8px;
        font-size: 15px;
    }
}

@media (max-width: 767.98px) {
    .epic-home-body .epic-sale-section,
    .epic-home-body .epic-sale-section--savings,
    .epic-home-body .epic-weekly-section,
    .epic-home-body .epic-ranking-section {
        margin-top: 38px;
    }

    .epic-home-body .epic-sale-heading-link {
        font-size: 17px;
        font-weight: 600;
        line-height: 1.2;
    }

    .epic-home-body .epic-sale-layout {
        gap: 16px;
    }

    .epic-home-body .epic-sale-grid {
        grid-auto-columns: clamp(244px, calc(100vw - 96px), 326px);
        gap: 16px 20px;
        padding: 14px 12px 16px;
        border-radius: 12px;
    }

    .epic-home-body .epic-sale-item {
        min-height: 104px;
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 13px;
    }

    .epic-home-body .epic-sale-media {
        width: 72px;
        height: 96px;
        border-radius: 7px;
    }

    .epic-home-body .epic-sale-save {
        top: 9px;
        left: 48px;
        width: 23px;
        height: 23px;
        font-size: 12px;
    }

    .epic-home-body .epic-sale-copy {
        gap: 8px;
        align-content: center;
    }

    .epic-home-body .epic-sale-copy strong {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.23;
        -webkit-line-clamp: 2;
    }

    .epic-home-body .epic-sale-price {
        gap: 7px;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.22;
    }

    .epic-home-body .epic-sale-discount {
        min-height: 22px;
        padding-inline: 8px;
        font-size: 12px;
        font-weight: 700;
    }

    .epic-home-body .epic-ranking-grid {
        grid-auto-columns: clamp(250px, calc(100vw - 96px), 360px);
        padding-bottom: 8px;
    }

    .epic-home-body .epic-ranking-column {
        padding: 0 18px;
    }

    .epic-home-body .epic-ranking-heading {
        min-height: 42px;
        margin-bottom: 14px;
        gap: 10px;
    }

    .epic-home-body .epic-ranking-heading span {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.18;
    }

    .epic-home-body .epic-ranking-heading i {
        font-size: 21px;
    }

    .epic-home-body .epic-ranking-list {
        gap: 16px;
    }

    .epic-home-body .epic-ranking-item {
        min-height: 74px;
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 13px;
    }

    .epic-home-body .epic-ranking-item img {
        width: 58px;
        border-radius: 6px;
    }

    .epic-home-body .epic-ranking-copy {
        gap: 6px;
    }

    .epic-home-body .epic-ranking-copy strong {
        font-size: 13px;
        font-weight: 500;
        line-height: 1.23;
    }

    .epic-home-body .epic-ranking-price,
    .epic-home-body .epic-ranking-muted {
        font-size: 12.5px;
        font-weight: 400;
        line-height: 1.24;
    }

    .epic-home-body .epic-ranking-discount {
        min-height: 20px;
        padding-inline: 7px;
        font-size: 11px;
        font-weight: 700;
    }

    .epic-home-body .epic-weekly-grid {
        gap: 12px;
        padding-bottom: 6px;
    }

    .epic-home-body .epic-weekly-card {
        flex-basis: min(72vw, 280px);
        width: min(72vw, 280px);
        gap: 10px;
    }

    .epic-home-body .epic-weekly-body {
        gap: 7px;
    }

    .epic-home-body .epic-weekly-body h3 {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.25;
    }

    .epic-home-body .epic-weekly-price {
        gap: 6px;
        font-size: 13px;
        line-height: 1.22;
    }

    .epic-home-body .epic-weekly-price strong {
        font-weight: 500;
    }
}

@media (max-width: 374.98px) {
    .epic-home-body .epic-sale-grid {
        grid-auto-columns: clamp(230px, calc(100vw - 82px), 300px);
        gap: 14px 18px;
        padding-inline: 10px;
    }

    .epic-home-body .epic-sale-item {
        grid-template-columns: 66px minmax(0, 1fr);
        gap: 11px;
    }

    .epic-home-body .epic-sale-media {
        width: 66px;
        height: 88px;
    }

    .epic-home-body .epic-sale-save {
        left: 44px;
    }

    .epic-home-body .epic-ranking-grid {
        grid-auto-columns: clamp(238px, calc(100vw - 82px), 320px);
    }

    .epic-home-body .epic-ranking-column {
        padding-inline: 16px;
    }

    .epic-home-body .epic-weekly-card {
        flex-basis: min(76vw, 260px);
        width: min(76vw, 260px);
    }
}
