/**
 * E-pin oyun vitrin — hero bindirme + kategori sekmeleri + panel.
 */
.orvix-epin-game-show-page {
    --orvix-epin-game-overlap: 5rem;
    position: relative;
    z-index: 8;
    width: 100%;
    margin-top: calc(-1 * var(--orvix-epin-game-overlap));
    padding: 0 0 0.5rem;
    background: transparent;
    box-sizing: border-box;
}

.orvix-epin-game-show-page--has-tabs {
    --orvix-epin-game-overlap: 5.75rem;
}

.orvix-front-shell .orvix-front-shell__main:has(.orvix-epin-game-show-page) {
    align-items: stretch !important;
    justify-content: flex-start;
    width: 100%;
    background: var(--orvix-home-section-bg, #f4f6f8);
}

html[data-bs-theme="dark"] .orvix-front-shell .orvix-front-shell__main:has(.orvix-epin-game-show-page) {
    background: var(--orvix-home-section-bg, #0b0d12);
}

.orvix-epin-game-show-page > .fdh-shell {
    width: 100%;
}

/* Kategori sekmeleri — kategori / ücretsiz araç sayfası ile aynı ft-group yapısı */
.orvix-epin-game-show-page__tabsbar.orvix-ft-group-tabsbar {
    position: relative;
    z-index: 12;
    margin-left: 2rem;
    margin-bottom: 0;
    padding: 0;
    pointer-events: auto;
}

.orvix-epin-game-show-page__tabsbar .orvix-ft-group-tabs {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0.45rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    scrollbar-width: none;
}

.orvix-epin-game-show-page__tabsbar .orvix-ft-group-tabs::-webkit-scrollbar {
    display: none;
}

.orvix-epin-game-show-page__tabsbar .orvix-ft-group-tab {
    flex: 0 0 auto;
    min-width: 8.5rem;
    max-width: none;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.52rem 0.65rem;
    border-radius: 1rem 1rem 0 0;
    border: 1px solid var(--orvix-ft-tab-border, var(--orvix-primary-tint-45, rgba(55, 98, 234, 0.45)));
    border-bottom: 0;
    background: var(--orvix-ft-tab-bg, var(--orvix-primary-tint-55, rgba(55, 98, 234, 0.55)));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.86rem;
    line-height: 1.15;
    box-shadow: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.orvix-epin-game-show-page__tabsbar .orvix-ft-group-tab:hover {
    background: var(--orvix-ft-tab-bg-hover, var(--orvix-primary-tint-55, rgba(55, 98, 234, 0.55)));
}

.orvix-epin-game-show-page__tabsbar .orvix-ft-group-tab.is-active,
.orvix-epin-game-show-page__tabsbar .orvix-ft-group-tab[data-active="1"] {
    z-index: 3;
    background: var(--orvix-ft-tab-bg-active, var(--orvix-primary-on-white-58, #9ec0f8));
    border-color: var(--orvix-ft-tab-border-active, var(--orvix-primary-tint-38, rgba(55, 98, 234, 0.38)));
    box-shadow: none;
}

.orvix-epin-game-show-page__tabsbar .orvix-ft-group-tab__label {
    flex: 1 1 auto;
    min-width: 0;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.orvix-epin-game-show-page__tabsbar .orvix-ft-group-tab__icon {
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.orvix-epin-game-show-page__tabsbar .orvix-ft-group-tab__icon i {
    font-size: 1.35rem;
    line-height: 1;
    color: #fff;
}

.orvix-epin-game-show-page__tabsbar .orvix-ft-group-tab__arrow {
    flex: 0 0 auto;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.orvix-epin-game-show-page__tabsbar .orvix-ft-group-tab__arrow i {
    font-size: 1.1rem;
    line-height: 1;
    color: #fff;
}

.orvix-epin-game-show-page__panel {
    position: relative;
    z-index: 2;
    width: 100%;
    background: #fff;
    border-radius: 1.75rem 1.75rem 1.35rem 1.35rem;
    padding: 1.35rem 1.35rem 1rem;
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 12px 36px -18px rgba(15, 23, 42, 0.14);
}

html[data-bs-theme="dark"] .orvix-epin-game-show-page__panel {
    background: #151821;
    border-color: rgba(255, 255, 255, 0.08);
    color: #e8eaf2;
    box-shadow: 0 12px 36px -18px rgba(0, 0, 0, 0.35);
}

.orvix-epin-game-show-page__below {
    width: 100%;
    background: var(--orvix-home-section-bg, #f4f6f8);
}

html[data-bs-theme="dark"] .orvix-epin-game-show-page__below {
    background: var(--orvix-home-section-bg, #0b0d12);
}

.orvix-epin-game-show-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static {
    margin-top: 2rem !important;
    margin-bottom: 0 !important;
    padding: 0 0 0.75rem !important;
    background: transparent !important;
}

.orvix-epin-game-show-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static .orvix-home-promo-strip__grid {
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.orvix-epin-game-show-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static .orvix-home-promo-strip__grid::before,
.orvix-epin-game-show-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static .orvix-home-promo-strip__grid::after {
    display: none !important;
    content: none !important;
}

.orvix-epin-game-show-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static .orvix-home-promo-strip__card {
    transform: none !important;
    top: 0 !important;
    position: relative !important;
}

html[data-bs-theme="dark"] .orvix-epin-game-show-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static {
    background: transparent !important;
}

html[data-bs-theme="dark"] .orvix-epin-game-show-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static .orvix-home-promo-strip__card {
    background: #151821;
    border-color: rgba(255, 255, 255, 0.08);
}

html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page__below .orvix-neo-feature-strip.orvix-home-promo-strip--static {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    background: var(--orvix-home-section-bg, #f4f6f8);
}

html[data-bs-theme="dark"][data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page__below .orvix-neo-feature-strip.orvix-home-promo-strip--static {
    background: var(--orvix-home-section-bg, #0b0d12);
}

.orvix-epin-game-show-page__tabs {
    padding-top: 1.35rem;
    padding-bottom: 2.5rem;
}

/* SEO metin + bilgi ikonları (alt bölüm) */
.orvix-epin-game-show-page__below .orvix-cat-surface-card,
.orvix-epin-game-show-page .orvix-ep-game__bottom .orvix-cat-surface-card {
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 1.125rem;
    box-shadow: 0 12px 28px -24px rgba(15, 23, 42, 0.18);
}

html[data-bs-theme="dark"] .orvix-epin-game-show-page__below .orvix-cat-surface-card,
html[data-bs-theme="dark"] .orvix-epin-game-show-page .orvix-ep-game__bottom .orvix-cat-surface-card {
    background: #151821;
    border-color: rgba(255, 255, 255, 0.1);
}

.orvix-epin-game-show-page__below .orvix-cat-info-grid > div,
.orvix-epin-game-show-page .orvix-cat-info-grid > div {
    background: #fff;
    border-color: rgba(17, 24, 39, 0.08);
}

html[data-bs-theme="dark"] .orvix-epin-game-show-page__below .orvix-cat-info-grid > div,
html[data-bs-theme="dark"] .orvix-epin-game-show-page .orvix-cat-info-grid > div {
    background: #151821;
    border-color: rgba(255, 255, 255, 0.1);
}

.orvix-epin-game-show-page__below .orvix-cat-info-grid .orvix-pkg-ic,
.orvix-epin-game-show-page .orvix-cat-info-grid .orvix-pkg-ic {
    background: var(--orvix-pl-color, var(--orvix-ep-primary, var(--bs-primary))) !important;
    color: #fff !important;
}

.orvix-epin-game-show-page__below .orvix-cat-info-grid .orvix-pkg-ic i,
.orvix-epin-game-show-page .orvix-cat-info-grid .orvix-pkg-ic i {
    color: #fff !important;
}

.orvix-epin-game-show-page .orvix-ep-game__meta-ic {
    background: color-mix(in srgb, var(--orvix-pl-color, var(--orvix-ep-primary, var(--bs-primary))) 16%, transparent);
    color: var(--orvix-pl-color, var(--orvix-ep-primary, var(--bs-primary)));
}

.orvix-epin-game-show-page__below .orvix-cat-tabs__nav button.is-active,
.orvix-epin-game-show-page .orvix-cat-tabs__nav button.is-active {
    background: var(--orvix-pl-color, var(--orvix-ep-primary, var(--bs-primary)));
    box-shadow: none;
}

.orvix-epin-game-show-page__below .orvix-cat-tabs__nav button:not(.is-active):hover,
.orvix-epin-game-show-page .orvix-cat-tabs__nav button:not(.is-active):hover {
    color: var(--bs-body-color);
    background: transparent;
}

.orvix-epin-game-show-page__below .orvix-cat-tabs__nav button.is-active:hover,
.orvix-epin-game-show-page .orvix-cat-tabs__nav button.is-active:hover {
    color: #fff;
    background: var(--orvix-pl-color, var(--orvix-ep-primary, var(--bs-primary)));
}

/* Alt bölüm — paket detay ile aynı yüzey / değerlendirme stilleri */
.orvix-epin-game-show-page__below,
.orvix-epin-game-show-page__tabs {
    --orvix-cat-surface: #ffffff;
    --orvix-cat-surface-muted: #f8fafc;
    --orvix-cat-border: rgba(17, 24, 39, 0.08);
    --orvix-cat-shadow: 0 14px 28px -30px rgba(17, 24, 39, 0.35);
}

html[data-bs-theme="dark"] .orvix-epin-game-show-page__below,
html[data-bs-theme="dark"] .orvix-epin-game-show-page__tabs {
    --orvix-cat-surface: #151a2f;
    --orvix-cat-surface-muted: #11162a;
    --orvix-cat-border: rgba(255, 255, 255, 0.1);
    --orvix-cat-shadow: 0 18px 36px -32px rgba(0, 0, 0, 0.7);
}

.orvix-epin-game-show-page__below .orvix-cat-review-form,
.orvix-epin-game-show-page__below .orvix-comment {
    background: var(--orvix-cat-surface);
    border: 1px solid var(--orvix-cat-border);
    border-radius: 18px;
    box-shadow: var(--orvix-cat-shadow);
}

.orvix-epin-game-show-page__below .orvix-cat-review-form .form-control,
.orvix-epin-game-show-page__below .orvix-cat-review-form textarea,
.orvix-epin-game-show-page__below .orvix-cat-review-form .form-select {
    background: var(--orvix-cat-surface);
    border: 1px solid var(--orvix-cat-border);
    border-radius: 14px;
    color: var(--bs-body-color);
}

.orvix-epin-game-show-page__below .orvix-cat-review-form .form-control::placeholder,
.orvix-epin-game-show-page__below .orvix-cat-review-form textarea::placeholder {
    color: color-mix(in srgb, var(--bs-body-color) 45%, transparent);
}

.orvix-epin-game-show-page__below .orvix-cat-review-form .text-primary {
    color: var(--orvix-pl-color, var(--orvix-ep-primary, var(--bs-primary))) !important;
}

.orvix-epin-game-show-page__below .orvix-rating-picker--epin {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 0.35rem;
}

.orvix-epin-game-show-page__below .orvix-rating-picker--epin label {
    cursor: pointer;
    transition: transform 0.18s ease;
    line-height: 1;
}

.orvix-epin-game-show-page__below .orvix-rating-picker--epin label:hover {
    transform: scale(1.12);
}

.orvix-epin-game-show-page__below .orvix-rating-picker--epin label i {
    color: color-mix(in srgb, var(--orvix-pl-color, var(--orvix-ep-primary, var(--bs-primary))) 28%, #94a3b8);
    transition: color 0.18s ease;
}

.orvix-epin-game-show-page__below .orvix-rating-picker--epin label.is-active i {
    color: var(--orvix-pl-color, var(--orvix-ep-primary, var(--bs-primary))) !important;
}

.orvix-epin-game-show-page__below .orvix-rating-picker--epin label:hover i {
    color: var(--orvix-pl-color, var(--orvix-ep-primary, var(--bs-primary))) !important;
}

.orvix-epin-game-show-page__below .orvix-cat-review-form .form-control,
.orvix-epin-game-show-page__below .orvix-cat-review-form textarea,
.orvix-epin-game-show-page__below .orvix-cat-review-form .form-select {
    min-height: 52px;
}

.orvix-epin-game-show-page__below .orvix-cat-review-form textarea {
    min-height: 120px;
}

.orvix-epin-game-show-page__below .orvix-epin-review-submit,
.orvix-epin-game-show-page__below .btn-primary.orvix-btn-primary {
    background: var(--orvix-pl-color, var(--orvix-ep-primary, var(--bs-primary))) !important;
    border-color: var(--orvix-pl-color, var(--orvix-ep-primary, var(--bs-primary))) !important;
}

.orvix-epin-game-show-page__below .orvix-comment img {
    border-radius: 999px;
    object-fit: cover;
    border: 2px solid rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
}

.orvix-epin-game-show-page__below .orvix-cat-empty {
    min-height: 150px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.045);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.45rem;
    text-align: center;
    padding: 1.1rem;
    color: color-mix(in srgb, var(--bs-body-color) 70%, transparent);
}

.orvix-epin-game-show-page__below .orvix-cat-empty i {
    font-size: 1.7rem;
    color: var(--orvix-pl-color, var(--orvix-ep-primary, var(--bs-primary)));
}

html[data-bs-theme="dark"] .orvix-epin-game-show-page__below .orvix-cat-empty {
    background: rgba(255, 255, 255, 0.05);
}

html[data-bs-theme="dark"] .orvix-epin-game-show-page__below .orvix-comment .text-muted {
    color: rgba(232, 234, 242, 0.64) !important;
}

html[data-bs-theme="dark"] .orvix-epin-game-show-page__below .orvix-comment img {
    border-color: rgba(255, 255, 255, 0.12) !important;
}

.orvix-page-hero--epin-game .orvix-page-hero__inner {
    padding-bottom: clamp(3.25rem, 6vw, 4.75rem);
}

.orvix-ep-game--show {
    padding: 0;
}

.orvix-ep-game--show .orvix-ep-game__hero-grid {
    margin-top: 0;
}

@media (min-width: 992px) {
    .orvix-ep-game--show .orvix-ep-game__hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(210px, 24%);
    }
}

@media (max-width: 991.98px) {
    .orvix-epin-game-show-page {
        --orvix-epin-game-overlap: 5.5rem;
    }

    .orvix-epin-game-show-page--has-tabs {
        --orvix-epin-game-overlap: 6rem;
    }

    .orvix-epin-game-show-page__tabsbar.orvix-ft-group-tabsbar {
        margin-left: 0;
        margin-bottom: 0.65rem;
        padding-top: 0.85rem;
    }

    .orvix-epin-game-show-page__tabsbar .orvix-ft-group-tabs {
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 0;
        -webkit-overflow-scrolling: touch;
    }

    .orvix-epin-game-show-page__tabsbar .orvix-ft-group-tab {
        box-sizing: border-box;
        flex: 1 0 calc((100% - 0.9rem) / 3);
        min-width: calc((100% - 0.9rem) / 3);
        max-width: calc((100% - 0.9rem) / 3);
        scroll-snap-align: start;
        scroll-snap-stop: always;
        border-radius: 0.85rem;
        border-bottom: 1px solid var(--orvix-ft-tab-border, var(--orvix-primary-tint-45, rgba(55, 98, 234, 0.45)));
        padding: 0.58rem 0.55rem;
        font-size: 0.78rem;
        background: var(--orvix-ft-tab-bg, var(--orvix-primary-tint-55, rgba(55, 98, 234, 0.55)));
        box-shadow: none;
    }

    .orvix-epin-game-show-page__tabsbar .orvix-ft-group-tabs:has(.orvix-ft-group-tab:nth-child(2):last-child) .orvix-ft-group-tab {
        flex: 1 0 calc((100% - 0.45rem) / 2);
        min-width: calc((100% - 0.45rem) / 2);
        max-width: calc((100% - 0.45rem) / 2);
    }

    .orvix-epin-game-show-page__tabsbar .orvix-ft-group-tabs:has(.orvix-ft-group-tab:nth-child(4)) .orvix-ft-group-tab {
        flex: 0 0 calc((100% - 0.9rem) / 3);
        min-width: calc((100% - 0.9rem) / 3);
        max-width: calc((100% - 0.9rem) / 3);
    }

    .orvix-epin-game-show-page__tabsbar .orvix-ft-group-tab.is-active,
    .orvix-epin-game-show-page__tabsbar .orvix-ft-group-tab[data-active="1"] {
        background: var(--orvix-ft-tab-bg-active, var(--orvix-primary-on-white-58, #9ec0f8));
        border-color: var(--orvix-ft-tab-border-active, var(--orvix-primary-tint-38, rgba(55, 98, 234, 0.38)));
        box-shadow: none;
    }

    .orvix-page-hero--epin-game .orvix-page-hero__inner {
        padding-bottom: 4.75rem;
    }

    .orvix-page-hero--epin-game.orvix-page-hero--epin-game-has-tabs .orvix-bc__d {
        margin-bottom: 0.35rem;
    }

    .orvix-epin-game-show-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static .orvix-home-bridge__card--light,
    .orvix-epin-game-show-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static .orvix-home-promo-strip__card {
        padding: 1.15rem 1.1rem 1rem !important;
    }

    .orvix-epin-game-show-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static .orvix-home-promo-strip__card--mini {
        padding: 1.15rem 1.1rem 1.05rem !important;
    }

    .orvix-epin-game-show-page__below .orvix-home-promo-strip.orvix-home-promo-strip--static .orvix-home-promo-strip__card--support {
        padding: 1.15rem 1rem 1rem !important;
    }

    .orvix-epin-game-show-page__below .orvix-home-promo-strip__card,
    .orvix-epin-game-show-page__below .orvix-home-promo-strip .orvix-home-bridge__card--light {
        box-shadow: 0 12px 36px -18px rgba(15, 23, 42, 0.2) !important;
    }

    html[data-bs-theme="dark"] .orvix-epin-game-show-page__below .orvix-home-promo-strip__card,
    html[data-bs-theme="dark"] .orvix-epin-game-show-page__below .orvix-home-promo-strip .orvix-home-bridge__card--light {
        box-shadow: 0 10px 28px -12px rgba(0, 0, 0, 0.45) !important;
    }

    html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page__below .orvix-neo-feature-strip .orvix-home-promo-strip__card,
    html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page__below .orvix-neo-feature-strip .orvix-home-bridge__card--light {
        padding: 1rem 0.95rem 0.95rem !important;
    }

    .orvix-epin-game-show-page__tabs {
        padding-top: 1.65rem;
    }

    .orvix-epin-game-show-page__tabs .orvix-cat-tabs {
        margin-top: 0.35rem;
    }

    .orvix-epin-game-show-page__tabs .orvix-cat-tabs__nav {
        flex-wrap: nowrap;
        gap: 0.45rem;
        padding: 0.35rem;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 0;
        -webkit-overflow-scrolling: touch;
    }

    .orvix-epin-game-show-page__tabs .orvix-cat-tabs__nav button {
        box-sizing: border-box;
        flex: 0 0 calc((100% - 0.45rem) / 2);
        min-width: calc((100% - 0.45rem) / 2);
        max-width: calc((100% - 0.45rem) / 2);
        scroll-snap-align: start;
        scroll-snap-stop: always;
        justify-content: center;
        font-size: 0.78rem;
        padding: 0.58rem 0.55rem;
        border-radius: 0.85rem;
        border: 1px solid color-mix(in srgb, var(--orvix-pl-color, var(--bs-primary)) 45%, transparent);
        background: color-mix(in srgb, var(--orvix-pl-color, var(--bs-primary)) 12%, #fff);
        color: var(--orvix-pl-color, var(--bs-primary));
    }

    .orvix-epin-game-show-page__tabs .orvix-cat-tabs__nav button:not(.is-active) i {
        color: var(--orvix-pl-color, var(--bs-primary)) !important;
    }

    .orvix-epin-game-show-page__tabs .orvix-cat-tabs__nav button:not(:last-child)::after {
        display: none;
    }

    .orvix-epin-game-show-page__tabs .orvix-cat-tabs__nav button.is-active {
        background: var(--orvix-pl-color, var(--orvix-ep-primary, var(--bs-primary)));
        border-color: var(--orvix-pl-color, var(--orvix-ep-primary, var(--bs-primary)));
        color: #fff;
        box-shadow: 0 6px 18px -12px color-mix(in srgb, var(--orvix-pl-color, var(--bs-primary)) 45%, transparent);
    }

    .orvix-epin-game-show-page__tabs .orvix-cat-tabs__nav button.is-active i {
        color: #fff !important;
    }

    .orvix-epin-game-show-page__tabs .orvix-cat-tabs__nav button:not(.is-active):hover {
        color: var(--orvix-pl-color, var(--bs-primary));
        background: color-mix(in srgb, var(--orvix-pl-color, var(--bs-primary)) 18%, #fff);
    }

    .orvix-epin-game-show-page__tabs .orvix-cat-tabs-content {
        margin-top: 0.85rem;
    }
}

/* Neo — E-pin ürün satırı (yalnızca orvix-ep-game--neo-rows) */
html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0.85rem;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-col {
    flex: 1 1 auto;
    min-width: 0;
}

html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-panel {
    position: relative;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
    min-height: 5.5rem;
    padding: 0.5rem 0.85rem 0.5rem 0.5rem;
    background: #1a1b2e;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.65rem;
    box-shadow: 0 18px 40px -28px rgba(0, 0, 0, 0.55);
    overflow: hidden;
}

html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-head {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.65rem;
    flex: 1 1 auto;
    min-width: 0;
}

html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-thumb {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    align-self: stretch;
}

html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-thumb img {
    width: 5.5rem;
    height: 100%;
    min-height: 4.75rem;
    max-height: 5.5rem;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 0.5rem;
    display: block;
}

html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-thumb .orvix-ep-game__row-ph {
    width: 5.5rem;
    min-height: 4.75rem;
    height: 100%;
    max-height: 5.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-panel::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(28%, 7rem);
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, #ff8c00 0%, #ffb300 100%);
    pointer-events: none;
}

html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-main {
    flex: 1 1 8rem;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.12rem;
}

html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.45rem;
    flex: 0 1 auto;
    align-self: center;
}

html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-title {
    color: #fff;
}

html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-main .orvix-ep-game__row-tag {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.78);
}

html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-pricebar {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0.1rem;
    min-width: 4.5rem;
}

html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-cur {
    font-size: 1.08rem;
    font-weight: 800;
    color: #ffb703;
    white-space: nowrap;
}

html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-old {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.45);
}

html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-qty {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
}

html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__qtybtn,
html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__qtyinp {
    color: #f8fafc;
}

html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__fav {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.14);
    color: #ffb703;
}

html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__fav.is-favorite {
    background: linear-gradient(90deg, #ff8c00 0%, #ffb300 100%);
    border-color: transparent;
    color: #fff;
}

html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__cart.orvix-cat-buybar__btn {
    flex: 0 0 auto;
    background: linear-gradient(90deg, #ff8c00 0%, #ffb300 100%);
    box-shadow: 0 10px 22px -14px rgba(255, 140, 0, 0.75);
}

@media (max-width: 767.98px) {
    html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row {
        flex-wrap: wrap;
    }

    html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-panel {
        flex-direction: column;
        align-items: stretch;
        min-height: 0;
        gap: 0.5rem;
        padding: 0.45rem 0.55rem 0.5rem;
    }

    html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-head {
        width: 100%;
        align-items: center;
    }

    html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-thumb {
        align-self: center;
    }

    html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-thumb img {
        width: 4.25rem;
        height: 4.25rem;
        min-height: 0;
        max-height: 4.25rem;
    }

    html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-thumb .orvix-ep-game__row-ph {
        width: 4.25rem;
        min-height: 0;
        max-height: 4.25rem;
        height: 4.25rem;
    }

    html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-main {
        justify-content: center;
    }

    html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-promo {
        margin-bottom: 0.1rem;
    }

    html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-actions {
        width: 100%;
        justify-content: space-between;
        align-self: stretch;
    }

    html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__cart.orvix-cat-buybar__btn {
        flex: 0 0 auto;
        width: auto;
        max-width: max-content;
        height: 2.35rem;
        padding: 0 0.72rem;
        font-size: 0.76rem;
        font-weight: 700;
        gap: 0;
    }

    html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__cart.orvix-cat-buybar__btn span {
        display: inline;
    }

    html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__cart.orvix-cat-buybar__btn i {
        display: none;
    }
}

@media (min-width: 768px) {
    html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-panel {
        flex-wrap: nowrap;
        align-items: center;
        border-radius: 0.75rem;
        padding: 0.45rem 0.85rem 0.45rem 0.45rem;
    }

    html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-head {
        flex: 1 1 auto;
        align-items: center;
    }

    html[data-orvix-theme="orvapro-neo"] .orvix-epin-game-show-page .orvix-ep-game--neo-rows .orvix-ep-game__row-cur {
        font-size: 1.12rem;
    }
}
