
body {
    margin: 0;
    padding: 0;
    background: #0A1330;
    font-family: 'Inter', sans-serif;
    color: #fff;
}

.container {
    width: 1440px;
    margin: 0 auto;
    padding-bottom: 80px;
}

/* HEADER */
.header {
    height: 86px;
    display: flex;
    align-items: center;
    padding: 0 48px;
    justify-content: space-between;
    background: #0A1330;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 24px;
}



.search-box {
    width: 240px;
    height: 42px;
    background: #111C46;
    border-radius: 30px;
}

.header-nav {
    display: flex;
    gap: 36px;
}

.header-nav a {
    text-decoration: none;
    color: #cfd8ff;
    font-size: 15px;
}

.header-icons {
    display: flex;
    gap: 24px;
    font-size: 22px;
}

/* TITLE */
.title {
    margin-top: 36px;
    font-size: 34px;
    font-weight: 700;
    padding-left: 48px;
}

.price {
    color: #a6b8ff;
    padding-left: 48px;
    margin-top: 6px;
    font-size: 20px;
}

/* MAIN FLEX SECTION */
.main {
    margin-top: 24px;
    padding: 0 48px;
    display: flex;
    gap: 24px;
}

/* LEFT */
.left {
    width: 860px;
}


/* THUMBNAILS */
.thumbs {
    margin-top: 12px;
    display: flex;
    gap: 8px;
}

.thumb {
    width: 140px;
    height: 80px;
    background: #1c274f;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: opacity 0.3s, border 0.3s;
    border: 2px solid transparent;
}

.thumb-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.thumb.active {
    border: 2px solid #3f467d;
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* RIGHT INFO PANEL */
.right {
    width: 440px;
}

.game-logo {
    width: 240px;
}  

.game-desc {
    margin-top: 16px;
    color: #d0d6f8;
    line-height: 1.6;
    font-size: 14px;
    width: 360px;
}

/* BUTTONS */
.buy-buttons {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color:rgba(27, 26, 85, 1);
}

.buy-btn {
    width: 100%;
    height: 42px;
    border-radius: 22px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.buy-now {
    background: #ffffff;
    color: #07102c;
}

.add-cart {
    background: rgba(27, 26, 85, 1);
    color: #fff;
}

.wishlist {
    background: rgba(27, 26, 85, 1);
    color: #fff;
}


/* TABS */
.tabs {
    margin-top: 48px;
    border-bottom: 1px solid #25305c;
    display: flex;
    gap: 36px;
    padding-left: 48px;
}

.tab {
    padding-bottom: 14px;
    color: #a8b4e4;
    font-size: 15px;
    cursor: pointer;
}

.tab.active {
    color: #fff;
    border-bottom: 3px solid #29caff;
}

/* TAB CONTENT HANDLING */
.tab-section { display:none; }
.active-section { display:block; }

/* ABOUT WRAPPER ★★★ */
.about-wrapper {
    margin-top: 40px;
    padding: 0 48px;
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

/* LEFT SIDE (ABOUT CONTENT) */
.about-left {
    width: 840px;
}

.about-title {
    font-size: 18px;
    margin-bottom: 12px;
}

.about-text {
    color: #d0d6f8;
    line-height: 1.8;
    font-size: 10px;
}

.big-image {
    width: 840px;
    height: 330px;
    margin-top: 20px;
    background: #111a3d;
    border-radius: 16px;
    overflow: hidden;
}

.big-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* کاور ویدئو */
.hero {
    width: 860px;
    height: 470px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.hero video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none; 
}

.hero-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    cursor: pointer;
}

.cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.35);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #fff;
    font-size: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(6px);
    border: 2px solid rgba(255,255,255,0.35);
    transition: 0.25s;
}


/* نگهدارنده کل بخش قیمت */
.price-wrapper {
    display: flex;
    flex-direction: column; /* اگر می‌خواهید قیمت خط خورده بالای قیمت اصلی باشد */
    /* اگر می‌خواهید کنار هم باشند، مقدار بالا را row قرار دهید */
    align-items: flex-end;
    gap: 4px;
}

/* کلاس مربوط به قیمت تخفیف خورده (خط خورده) */
.discount {
    text-decoration: line-through;
    color: #a0aec0;
    font-size: 0.85em;
    opacity: 0.8;
}

/* کلاس مربوط به قیمت نهایی پرداختی */
.final-price {
    font-weight: bold;
    color: #2b6cb0; /* می‌توانید رنگ دلخواه خود را بگذارید */
    font-size: 1.1em;
}



.play-icon:hover {
    transform: translate(-50%, -50%) scale(1.15);
    background: rgba(0,0,0,0.55);
}


.about-right {
    width: 360px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: stretch; /* تغییر یافت تا کل عرض را پر کند */
}

.info-box {
    width: 100%; /* اضافه شد تا خطوط و محتوا منظم شوند */
    padding-bottom: 16px;
    border-bottom: 1px solid #25305c;
    display: flex;
    flex-direction: column;
}

.info-label {
    color: #9ca9d7;
    font-size: 14px;
}

.info-value {
    color: #fff;
    font-size: 14px;
    margin-top: 4px;
}

/* EDITIONS */
.editions-section {
    margin-top: 50px;
    padding: 0 48px;
}

.editions-title {
    color: white;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.editions-divider {
    width: 100%;
    height: 1px;
    background: #2f3e7c;
    margin-bottom: 32px;
}

.editions-cards {
    display: flex;
    gap: 34px;
    align-items: flex-start;
}

.edition-card {
    width: 330px;
    min-height: 700px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) -60.86%, rgba(255, 255, 255, 0.2) 100%);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.37);
    border-radius:20px;
}


.card-photo {
    width: 100%;
    height: 185px;
    background-size: cover;
    background-position: center;
}

.card-content {
    flex-grow: 1;
    padding: 24px 24px 28px;
    display: flex;
    flex-direction: column;
    color: white;
}

.card-content h3 {
    font-size: 19px;
    margin: 0 0 14px 0;
}

.age-box {
    border: 1px solid rgba(255,255,255,0.23);
    padding: 14px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.age-box img {
    width: 45px;
}

.features {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 22px;
}

.feature {
    font-size: 15px;
    opacity: 0.9;
}

.feature.no {
    opacity: 0.32;
}

.price {
    font-size: 24px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 22px;
}

.btn-primary {
    width: 100%;
    background: rgba(27, 26, 85, 1);
    padding: 14px 0;
    border: none;
    border-radius: 14px;
    font-weight: 600;
    color: white;
    display: block;
    cursor: pointer;
    margin-bottom: 16px;
}

.btn-outline {
    width: 100%;
    background: transparent;
    padding: 14px 0;
    border: 2px solid #ffffff;
    border-radius: 14px;
    font-weight: 600;
    color: white;
    cursor: pointer;
}

/* SYSTEM REQUIREMENTS */
.sys-section {
    margin-top: 60px;
}

.sys-title {
    font-size: 22px;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
}

.sys-divider {
    width: 100%;
    height: 2px;
    background-color: #4d6eee;
    margin-bottom: 35px;
}

.sys-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.sys-column {
    width: 50%;
    color: #cfd7ff;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.sys-column h3 {
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
}

.sys-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.sys-item-title {
    font-weight: 600;
    color: white;
}

.sys-item-value {
    opacity: 0.8;
}

.condition-fancy {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.fancy-item {
    padding: 10px 25px;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    gap: 25px;
    align-items: center;
    cursor: pointer;
    background: rgba(255,255,255,0.05);
    color: #b9c4d8;
    border: 1px solid rgba(255,255,255,0.08);
    transition: 0.25s ease;
    backdrop-filter: blur(4px);
}

.fancy-item:hover {
    background: rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.fancy-item.active {
    background: rgb(17, 16, 53);
    color: white;
    border: 1px solid #09ff00;
    transform: translateY(-1px);
}

.fancy-item .price {
    font-size: 16px; 
    opacity: 0.8;
    font-weight: 600;
    color: #79a8ff;
}

.about-section {
    width: 100%;
    margin-top: 20px;
}

.about-short {
    color: #ddd;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.about-main-image {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}

.about-extra {
    display: none;
}

.about-extra img {
    width: 100%;
    border-radius: 12px;
    margin: 15px 0;
}

.about-extra p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75)
}

.about-extra h3 {
    font-size:15px;
}

.show-toggle {
    margin-top: 10px;
    background: none;
    border: none;
    color: #6aa8ff;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s;
}

.show-toggle:hover {
    color: #a9cfff;
}

/* -------------------------
      ADD‑ONS (Epic Style)
--------------------------*/

.addons-section {
    margin-top: 40px;
    color: #dfe6ff;
    font-family: "Inter", sans-serif;
    padding: 0 48px;
}

.addons-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
}

.addons-divider {
    width: 100%;
    height: 1px;
    background: #253463;
    opacity: 0.8;
    margin-bottom: 32px;
}

.addon-box {
    margin-bottom: 70px;
}

.addon-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.addon-note {
    font-size: 13px;
    opacity: 0.6;
    margin-top: 6px;
    margin-bottom: 18px;
}

.addon-desc {
    opacity: 0.88;
    line-height: 1.65;
    margin-bottom: 22px;
    color: #c7d3ff;
}

.addon-card {
    width: 100%;
    border-radius: 18px;
    padding: 18px;
    display: flex;
    gap: 20px;
    margin-bottom: 26px;
    border: 1px solid rgba(255,255,255,0.04);
}

.addon-img {
    width: 480px;
    height: 480px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
}

.addon-price-box {
    width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.addon-price {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #ffffff;
}

.btn-primary {
    width: 100%;
    background: rgba(27, 26, 85, 1);
    padding: 13px 0;
    color: #fff;
    border-radius: 14px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 15px;
}

.btn-outline {
    width: 100%;
    padding: 13px 0;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.6);
    color: #fff;
    background: rgba(255,255,255,0.05);
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
}

.addon-list-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
}

.addon-list ul {
    margin-left: 22px;
    line-height: 1.65;
    opacity: 0.85;
}

.thumb:hover {
    opacity: 0.8;
}

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

/* Tablet Large (1024px - 1439px) */
@media (max-width: 1439px) {
    .container {
        width: 100%;
        max-width: 1024px;
        padding: 0 24px;
    }

    .header {
        padding: 0 24px;
    }

    .main {
        gap: 20px;
    }

    .left {
        width: 600px;
    }

    .hero {
        width: 600px;
        height: 340px;
    }

    .right {
        width: 360px;
    }

    .about-wrapper {
        gap: 32px;
    }

    .about-left {
        width: 600px;
    }

    .big-image {
        width: 600px;
        height: 280px;
    }

    .about-right {
        width: 320px;
    }

    .editions-cards {
        gap: 24px;
    }

    .edition-card {
        width: 300px;
    }
}

/* Tablet (768px - 1023px) */
@media (max-width: 1023px) {
    .container {
        max-width: 768px;
        padding: 0 20px;
    }

    .header {
        height: 70px;
        padding: 0 20px;
    }

    .header-nav {
        display: none;
    }

    .search-box {
        width: 200px;
        height: 38px;
    }

    .title {
        font-size: 28px;
        padding-left: 20px;
    }

    .price {
        padding-left: 20px;
        font-size: 16px;
    }

    .main {
        flex-direction: column;
        padding: 0 20px;
    }

    .left {
        width: 100%;
    }

    .hero {
        width: 100%;
        height: 400px;
    }

    .thumbs {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px;
    }

    .thumb {
        flex-shrink: 0;
    }

    .right {
        width: 100%;
    }

    .game-logo {
        width: 200px;
    }

    .game-desc {
        width: 100%;
    }

    .condition-fancy {
        flex-wrap: wrap;
        
    }

    .tabs {
        padding-left: 20px;
        gap: 24px;
        overflow-x: auto;
    }

    .tab {
        white-space: nowrap;
    }

    .about-wrapper {
        flex-direction: column;
        padding: 0 20px;
    }

    .about-left,
    .about-section {
        width: 100% !important;
    }

    .big-image {
        width: 100%;
        height: 300px;
    }

    .about-right {
        width: 100%;
    }

    .editions-section {
        padding: 0 20px;
    }

    .editions-cards {
        flex-direction: column;
        align-items: center;
    }

    .edition-card {
        width: 100%;
        max-width: 400px;
    }

    .sys-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .sys-column {
        width: 100%;
    }

    .addons-section {
        padding: 0 20px !important;
    }

    .addon-card {
        flex-direction: column;
    }

    .addon-img {
        width: 100%;
        height: 300px;
    }

    .addon-price-box {
        width: 100%;
    }
}

/* Mobile Large (481px - 767px) */
@media (max-width: 767px) {
    .container {
        padding: 0 16px;
    }

    .header {
        height: 60px;
        padding: 0 16px;
    }

    .header-left {
        gap: 12px;
    }

    .search-box {
        width: 160px;
        height: 36px;
    }

    .header-icons {
        gap: 16px;
        font-size: 18px;
    }

    .title {
        font-size: 24px;
        padding-left: 16px;
        margin-top: 80px;
    }

    .price {
        padding-left: 16px;
        font-size: 15px;
    }

    .main {
        padding: 0 16px;
        margin-top: 20px;
    }

    .hero {
        height: 280px;
        border-radius: 12px;
    }

    .play-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }

    .thumbs {
        gap: 6px;
        margin-top: 10px;
    }

    .thumb {
        width: 110px;
        height: 65px;
    }

    .thumb-play-icon {
        font-size: 20px;
        width: 32px;
        height: 32px;
    }

    .game-logo {
        display: none;
    }

    .game-desc {
        font-size: 13px;
        margin-top: 12px;
    }


    .condition-fancy {
        flex-wrap: wrap;
        justify-content: center;
    }

    .fancy-item {
        padding: 3px 40px !important;
        font-size: 14px !important;
        flex-direction: column !important;
        gap: 1px !important;
        text-align: center !important;
        align-items: center !important;
        justify-content: center !important;
        display: flex !important;
    }

    .fancy-item .price {
        font-size: 12px !important;
        padding: 0 !important;
        margin: 0 !important;
        color: #79a8ff !important;
    }
    
    .fancy-item span:not(.price) {
        display: block;
        width: 100%;
    }
    .buy-buttons {
        margin-top: 20px;
        gap: 12px !important;
    }

    .buy-btn {
        height: 40px;
        font-size: 14px;
    }

    .tabs {
        padding-left: 16px;
        gap: 20px;
        margin-top: 36px;
    }

    .tab {
        font-size: 14px;
        padding-bottom: 12px;
    }

    .about-wrapper {
        padding: 0 16px;
        margin-top: 30px;
    }

    .about-title {
        font-size: 16px;
    }

    .about-text,
    .about-short {
        font-size: 13px;
        line-height: 1.7;
    }

    .big-image,
    .about-main-image {
        border-radius: 12px;
    }

    .info-box {
        padding-bottom: 12px;
    }

    .info-label {
        font-size: 13px;
    }

    .info-value {
        font-size: 13px;
    }

    .editions-section {
        padding: 0 16px;
        margin-top: 40px;
    }

    .editions-title {
        font-size: 20px;
    }

    .edition-card {
        min-height: auto;
    }

    .card-photo {
        height: 160px;
    }

    .card-content {
        padding: 20px 18px;
    }

    .card-content h3 {
        font-size: 17px;
    }

    .age-box {
        padding: 12px;
    }

    .age-box img {
        width: 40px;
    }

    .feature {
        font-size: 14px;
    }

    .sys-section {
        margin-top: 40px;
    }

    .sys-title {
        font-size: 20px;
    }

    .sys-column h3 {
        font-size: 18px;
    }

    .sys-item {
        gap: 4px;
    }

    .addons-section {
        padding: 0 16px !important;
        margin-top: 30px;
    }

    .addons-title {
        font-size: 20px;
    }

    .addon-box h3 {
        font-size: 18px;
    }

    .addon-note {
        font-size: 12px;
    }

    .addon-desc {
        font-size: 13px;
        line-height: 1.6;
    }

    .addon-img {
        height: 250px;
    }

    .addon-price {
        font-size: 20px;
    }

    .addon-list-title {
        font-size: 16px;
    }

    .addon-list ul {
        font-size: 13px;
        margin-left: 18px;
    }
}

/* Mobile Small (320px - 480px) */
@media (max-width: 480px) {
    .container {
        padding: 0 12px;
        margin: 52px auto;
    }

    .header {
        height: 56px;
        padding: 0 12px;
    }

    .header-left {
        gap: 8px;
    }

    .search-box {
        width: 120px;
        height: 32px;
    }

    .header-icons {
        gap: 12px;
        font-size: 16px;
    }

    .title {
        font-size: 20px;
        padding-left: 12px;
        margin-top: 20px;
    }

    .price {
        padding-left: 12px;
        font-size: 14px;
    }

    .main {
        padding: 0 12px;
        margin-top: 16px;
    }

    .hero {
        height: 220px;
        border-radius: 10px;
    }

    .play-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .thumbs {
        gap: 5px;
        margin-top: 8px;
    }

    .thumb {
        width: 90px;
        height: 55px;
        border-radius: 6px;
    }

    .thumb-play-icon {
        font-size: 18px;
        width: 28px;
        height: 28px;
    }

    .game-logo {
        width: 150px;
    }

    .game-desc {
        font-size: 12px;
        margin-top: 10px;
    }

    .condition-fancy {
        gap: 6px;
        margin-top: 10px;
    }

    .fancy-item {
        padding: 4px 10px;
        font-size: 12px;
        border-radius: 20px;
    }

    .fancy-item .price {
        font-size: 13px;
    }

    .buy-buttons {
        margin-top: 16px;
        gap: 10px !important;
    }

    .buy-btn {
        height: 38px;
        font-size: 13px;
        border-radius: 20px;
    }

    .tabs {
        padding-left: 12px;
        gap: 16px;
        margin-top: 32px;
    }

    .tab {
        font-size: 13px;
        padding-bottom: 10px;
    }

    .about-wrapper {
        padding: 0 12px;
        margin-top: 24px;
    }

    .about-title {
        font-size: 15px;
    }

    .about-text,
    .about-short {
        font-size: 12px;
    }

    .big-image,
    .about-main-image {
        border-radius: 10px;
    }

    .show-toggle {
        font-size: 14px;
    }

    .info-box {
        padding-bottom: 10px;
        gap: 14px;
    }

    .info-label {
        font-size: 12px;
    }

    .info-value {
        font-size: 12px;
    }

    .editions-section {
        padding: 0 12px;
        margin-top: 32px;
    }

    .editions-title {
        font-size: 18px;
    }

    .edition-card {
        border-radius: 16px;
    }

    .card-photo {
        height: 140px;
    }

    .card-content {
        padding: 16px;
    }

    .card-content h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .age-box {
        padding: 10px;
        gap: 10px;
    }

    .age-box img {
        width: 35px;
    }

    .features {
        gap: 6px;
        margin-bottom: 18px;
    }

    .feature {
        font-size: 13px;
    }

    .btn-primary,
    .btn-outline {
        padding: 12px 0;
        font-size: 14px;
        border-radius: 12px;
    }

    .sys-section {
        margin-top: 32px;
    }

    .sys-title {
        font-size: 18px;
    }

    .sys-divider {
        margin-bottom: 28px;
    }

    .sys-column {
        gap: 14px;
    }

    .sys-column h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .sys-item-title,
    .sys-item-value {
        font-size: 12px;
    }

    .addons-section {
        padding: 0 12px !important;
        margin-top: 24px;
    }

    .addons-title {
        font-size: 18px;
    }

    .addon-box {
        margin-bottom: 50px;
    }

    .addon-box h3 {
        font-size: 16px;
    }

    .addon-note {
        font-size: 11px;
        margin-top: 4px;
        margin-bottom: 14px;
    }

    .addon-desc {
        font-size: 12px;
        margin-bottom: 18px;
    }

    .addon-card {
        padding: 14px;
        border-radius: 14px;
        margin-bottom: 20px;
    }

    .addon-img {
        height: 200px;
        border-radius: 10px;
    }

    .addon-price {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .addon-list-title {
        font-size: 15px;
    }

    .addon-list ul {
        font-size: 12px;
        margin-left: 16px;
    }
}

/* Extra Small Mobile (max-width: 360px) */
@media (max-width: 360px) {
    .title {
        font-size: 18px;
    }

    .hero {
        height: 200px;
    }

    .thumb {
        width: 80px;
        height: 50px;
    }

    .game-logo {
        width: 130px;
    }

    .fancy-item {
        font-size: 11px;
        padding: 3px 8px;
    }

    .fancy-item .price {
        font-size: 12px;
    }

    .buy-btn {
        height: 36px;
        font-size: 12px;
    }

    .addon-img {
        height: 180px;
    }
}

/* Landscape Mode for Mobile */
@media (max-height: 500px) and (orientation: landscape) {
    .hero {
        height: 250px;
    }

    .main {
        margin-top: 16px;
    }

    .title {
        margin-top: 16px;
    }
}

/* Scrollbar Styling for Thumbnails */
.thumbs::-webkit-scrollbar {
    height: 6px;
}

.thumbs::-webkit-scrollbar-track {
    background: #111C46;
    border-radius: 10px;
}

.thumbs::-webkit-scrollbar-thumb {
    background: #3f467d;
    border-radius: 10px;
}

.thumbs::-webkit-scrollbar-thumb:hover {
    background: #5a6199;
}

/* Tabs Scrollbar */
.tabs::-webkit-scrollbar {
    height: 4px;
}

.tabs::-webkit-scrollbar-track {
    background: transparent;
}

.tabs::-webkit-scrollbar-thumb {
    background: #3f467d;
    border-radius: 10px;
}
