@font-face {
  font-family: 'Peyda';
  src: url('/wp-content/themes/woodmart/landing-assets/Peyda/01-Standard/WebFonts/fonts/woff2/PeydaWeb-Medium.woff2') format('woff2');
font-weight: normal;
	font-style: normal;
}

        
        @font-face {
            font-family: Peydalight;
            src: url("/wp-content/themes/woodmart/landing-assets/Peyda/01-Standard/WebFonts/fonts/woff2/PeydaWeb-Light.woff2");
            font-weight: normal;
  font-style: normal;
        }
        
         @font-face {
            font-family: Peyda;
            src: url("/wp-content/themes/woodmart/landing-assets/Peyda/01-Standard/WebFonts/fonts/woff2/PeydaWeb-Medium.woff2");
            font-weight: 900;
        }
        
        @font-face {
            font-family: Peydalight;
            src: url("/wp-content/themes/woodmart/landing-assets/Peyda/01-Standard/WebFonts/fonts/woff2/PeydaWeb-Light.woff2");
            font-weight: 900;
        }
        
        body {
            font-family: "Peyda", sans-serif !important;
            /* background-color: #641411; */
            margin: 0px !important;
            direction: rtl;
            background-color: #e9eef8 !important;
        }
        /* .row {} */
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: "Peyda", sans-serif !important;
        }
        
        .top-header {
            /*background-color: #857dff;*/
            width: 100%;
            padding-top: 14px;
            padding-bottom: 5px;
            margin: 0px !important;
        }
        
        .top-header p {
            /*color: #fff;*/
            font-size: 20px;
            text-align: center;
            line-height: 30px;
        }
        
        @media (min-width: 991px) {
            header {
                background-color: #fff;
                border-radius: 20px;
                box-shadow: 0px 0px 22px 0px rgba(213, 213, 213, 0.52);
                width: 100%;
                margin-top: 40px;
            }
            header .first-head {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 20px;
            }
            header .first-head .logo {
                display: flex;
                align-items: center;
                width: 223px;
            }
            header .first-head .logo img {
                margin-left: 10px;
            }
            header .first-head .logo h1 {
                color: #857dff;
                font-size: 24px;
                margin: 5px;
                text-align: right;
            }
            header .first-head .logo p {
                color: #606476;
                font-size: 16px;
                margin: 5px;
                text-align: right;
            }
            header .first-head .search-area {
                flex: 1;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 500px;
            }
            header .first-head .search-box {
                /* width: 504px;
            max-width: 580px; */
                background: #fff;
                border: 1px solid #eee;
                border-radius: 50px;
                padding: 6px;
                display: flex;
                align-items: center;
                height: 48px;
            }
            header .first-head .search-category {
                display: flex;
                align-items: center;
                padding: 8px 12px;
                border-left: 1px solid #eee;
                color: #606476;
                font-size: 14px;
                cursor: pointer;
                border: none;
                margin-left: 10px;
                border-radius: 18px;
                width: 176px;
                height: 36px;
                font-family: "Peyda", sans-serif;
                background-color: #EFF2F8 !important;
                padding: 0px 10px;
                appearance: none;
                background: white url('/wp-content/themes/woodmart/landing-assets/img/arrow-bottom.svg') no-repeat left 15px center;
                background-size: 10px;
            }
            header .first-head .search-box input {
                border: 0;
                outline: 0;
                padding: 8px 12px;
                font-size: 14px;
                background: transparent;
                flex: 1;
                font-family: "Peyda", sans-serif;
                color: #9ea0aa;
            }
            header .first-head .search-btn {
                background: #857dff;
                color: #fff;
                border: none;
                width: 36px;
                height: 36px;
                border-radius: 18px;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                font-size: 16px;
            }
            header .first-head .action-icons {
                display: flex;
                margin: 0;
            }
            header .first-head .icon-btn {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 48px;
                height: 48px;
                border-radius: 50%;
                background: #E9EEF8;
                color: #857dff;
                text-decoration: none;
                font-size: 20px;
                transition: all 0.2s ease;
                border: none;
                text-decoration: none;
            }
            header .first-head .icon-btn:hover {
                background: #fff;
                color: #857dff;
                border: 1px solid #857dff;
                text-decoration: none;
            }
            header .first-head .auth-area {
                min-width: 140px;
                display: flex;
                justify-content: flex-end;
            }
            header .first-head .auth-tabs {
                display: flex;
                border: none;
                border-radius: 999px;
                overflow: hidden;
                background: #E9EEF8;
                width: 162px;
                height: 48px;
            }
            header .first-head .auth-tabs .tab-btn {
                flex: 1;
                border: none;
                background: transparent;
                cursor: pointer;
                font-weight: 400;
                font-size: 14px;
                color: #857dff;
                transition: all 0.2s ease;
                border-radius: 50px;
                height: 36px;
                margin: 6px;
                font-family: "Peyda", sans-serif;
            }
            header .first-head .auth-tabs .tab-btn.active {
                background: #fff;
                color: #555;
                box-shadow: 0px 0px 22px 0px #857DFF4D;
                font-size: 12px;
            }
            /* .tab-btn.active {
            background: #fff;
            color: #857dff;
            border: 1px solid #e9e8ff;
            box-shadow: 0 6px 18px rgba(123, 121, 255, 0.08);
        } */
            header .second-head {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 12px;
                /* background-color: #1B243412; */
                background: linear-gradient(to bottom, #1b243409, #ffffff);
                border-bottom-left-radius: 20px;
                border-bottom-right-radius: 20px;
            }
            header .second-head .links {
                display: flex;
                align-items: center;
            }
            header .second-head .links .category-btn {
                position: relative;
            }
            header .second-head .links .category-btn .sub-cat {
                position: absolute;
                width: 211px;
                max-height: 300px;
                overflow-y: scroll;
                background-color: rgba(255, 255, 255, 0.781);
                border-radius: 20px;
                z-index: 10000;
                top: 50px;
                backdrop-filter: blur(8px);
                padding: 15px;
            }
            header .second-head .links .category-btn .sub-cat .item-sub-active a {
                background-color: #EFF2F7;
                border-radius: 35px;
                padding: 5px 10px;
                color: #6d6dff;
            }
            header .second-head .links .category-btn .sub-cat .item-sub-active a svg path {
                stroke: #857dff !important;
            }
            header .second-head .links .category-btn .sub-cat .item-sub-active img {
                rotate: 180deg !important;
            }
            header .second-head .links .category-btn .sub-cat .item-sub-active .zir-sub a {
                background-color: transparent;
                color: #606476;
            }
            header .second-head .links .category-btn .sub-cat .item-sub a {
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-left: 0px;
            }
            header .second-head .links .category-btn .sub-cat .item-sub a img {
                width: 12px;
                rotate: 90deg;
            }
            header .second-head .links .category-btn .sub-cat .item-sub .zir-sub {
                padding-right: 5px;
                display: none;
            }
            header .second-head .links .category-btn .sub-cat .item-sub-active .zir-sub {
                padding-right: 5px;
                display: block;
            }
            header .second-head .links .category-btn .sub-cat .item-sub .zir-sub a {
                font-size: 13px;
                margin-top: 7px;
            }
            header .second-head .links .category-btn .sub-cat .item-sub .zir-sub a:hover {
                color: #6d6dff;
            }
            header .second-head .links a {
                display: flex;
                align-items: center;
                text-decoration: none;
                color: #606476;
                font-size: 15px;
                font-weight: 100 !important;
                margin-left: 20px;
            }
            header .second-head .links a:hover {
                color: #857dff;
            }
            header .second-head .links a svg {
                margin-left: 5px;
            }
            header .second-head .links a:hover svg path {
                stroke: #857dff !important;
            }
            header .second-head .social a {
                color: #606476;
                margin-right: 15px;
            }
            /* header .second-head .social a img {
            fill: #857dff;
        } */
            header .second-head .social a:hover {
                color: #857dff;
            }
        }
        
        @media (max-width: 991px) {
            header {
                background-color: #fff;
                border-radius: 20px;
                box-shadow: 0px 0px 22px 0px rgba(213, 213, 213, 0.52);
                width: 100%;
                margin-top: 40px;
            }
            header .first-head {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                align-items: center;
                padding: 20px;
            }
            header .first-head .logo {
                display: flex;
                align-items: center;
                width: 223px;
            }
            header .first-head .logo img {
                margin-left: 10px;
            }
            header .first-head .logo h1 {
                color: #857dff;
                font-size: 24px;
                margin: 5px;
                text-align: right;
            }
            header .first-head .logo p {
                color: #606476;
                font-size: 16px;
                margin: 5px;
                text-align: right;
            }
            header .first-head .search-area {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                margin-top: 10px;
            }
            header .first-head .search-box {
                /* width: 504px;
            max-width: 580px; */
                background: #fff;
                border: 1px solid #eee;
                border-radius: 50px;
                padding: 6px;
                display: flex;
                align-items: center;
                height: 40px;
                width: 100%;
            }
            header .first-head .search-category {
                display: flex;
                align-items: center;
                padding: 8px 12px;
                border-left: 1px solid #eee;
                color: #606476;
                font-size: 12px;
                cursor: pointer;
                border: none;
                margin-left: 10px;
                border-radius: 18px;
                width: 176px;
                height: 28px;
                font-family: "Peyda", sans-serif;
                background-color: #EFF2F8 !important;
                padding: 0px 10px;
                appearance: none;
                background: white url('/wp-content/themes/woodmart/landing-assets/img/arrow-bottom.svg') no-repeat left 12px center;
                background-size: 10px;
            }
            header .first-head .search-box input {
                border: 0;
                outline: 0;
                padding: 8px 0px;
                font-size: 14px;
                background: transparent;
                font-family: "Peyda", sans-serif;
                color: #9ea0aa;
                width: calc(100% - 70px);
            }
            header .first-head .search-btn {
                background: #857dff;
                color: #fff;
                border: none;
                width: 28px;
                height: 28px;
                border-radius: 18px;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                font-size: 13px;
                min-width: 28px;
                min-height: 28px;
            }
            header .first-head .action-icons {
                display: none;
                margin: 0;
            }
            header .first-head .icon-btn {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 48px;
                height: 48px;
                border-radius: 50%;
                background: #E9EEF8;
                color: #857dff;
                text-decoration: none;
                font-size: 20px;
                transition: all 0.2s ease;
                border: none;
                text-decoration: none;
            }
            header .first-head .icon-btn:hover {
                background: #fff;
                color: #857dff;
                border: 1px solid #857dff;
                text-decoration: none;
            }
            header .first-head .auth-area {
                min-width: 140px;
                display: none;
                justify-content: flex-end;
            }
            header .first-head .auth-tabs {
                display: none;
                border: none;
                border-radius: 999px;
                overflow: hidden;
                background: #E9EEF8;
                width: 162px;
                height: 48px;
            }
            header .first-head .auth-tabs .tab-btn {
                flex: 1;
                border: none;
                background: transparent;
                cursor: pointer;
                font-weight: 400;
                font-size: 14px;
                color: #857dff;
                transition: all 0.2s ease;
                border-radius: 50px;
                height: 36px;
                margin: 6px;
                font-family: "Peyda", sans-serif;
            }
            header .first-head .auth-tabs .tab-btn.active {
                background: #fff;
                color: #555;
                box-shadow: 0px 0px 22px 0px #857DFF4D;
                font-size: 12px;
            }
            /* .tab-btn.active {
            background: #fff;
            color: #857dff;
            border: 1px solid #e9e8ff;
            box-shadow: 0 6px 18px rgba(123, 121, 255, 0.08);
        } */
            header .second-head {
                display: none;
                align-items: center;
                justify-content: space-between;
                padding: 12px;
                /* background-color: #1B243412; */
                background: linear-gradient(to bottom, #1b243409, #ffffff);
                border-bottom-left-radius: 20px;
                border-bottom-right-radius: 20px;
            }
            header .second-head .links {
                display: flex;
                align-items: center;
            }
            header .second-head .links a {
                display: flex;
                align-items: center;
                text-decoration: none;
                color: #606476;
                font-size: 15px;
                font-weight: 100 !important;
                margin-left: 20px;
            }
            header .second-head .links a:hover {
                color: #857dff;
            }
            header .second-head .links a img {
                margin-left: 5px;
            }
            header .second-head .social a {
                color: #606476;
                margin-right: 15px;
            }
            /* header .second-head .social a img {
            fill: #857dff;
        } */
            header .second-head .social a:hover {
                color: #857dff;
            }
        }
        /* side-nav */
        
        @media (min-width: 991px) {
            .side-nav {
                display: none;
            }
        }
        
        @media (max-width: 991px) {
            .side-nav {
                display: none;
                width: 100%;
                height: 100%;
                background-color: rgba(255, 255, 255, 0.685);
                z-index: 10000;
                top: 50px;
                backdrop-filter: blur(10px);
                padding: 15px;
                position: fixed;
                top: 0;
                right: 0;
            }
            .side-nav .close-btn .img {
                width: 50px;
                height: 40px;
                background-color: #DDE2EC;
                border-radius: 0px 0px 30px 30px;
                margin-top: -20px;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .side-nav .sub-cat .item-sub-active {
                background-color: #fff;
                border-radius: 20px;
                padding: 20px;
                border: 1px solid #E4E5E8;
            }
            .side-nav .sub-cat .item-sub-active a {
                color: #6d6dff !important;
                /* background-color: ; */
            }
            .side-nav .sub-cat .item-sub-active a svg path {
                stroke: #857dff !important;
            }
            .side-nav .sub-cat .item-sub-active img {
                rotate: 180deg !important;
            }
            .side-nav .sub-cat .item-sub-active .zir-sub a {
                background-color: transparent;
                color: #606476 !important;
                margin-top: 12px !important;
            }
            .side-nav .sub-cat .item-sub-active .zir-sub a:hover {
                color: #6d6dff !important;
            }
            .side-nav .sub-cat .item-sub a {
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-left: 0px;
                color: #606476;
                ;
            }
            .side-nav .sub-cat .item-sub a img {
                width: 12px;
                rotate: 90deg;
            }
            .side-nav .sub-cat .item-sub .zir-sub {
                padding-right: 5px;
                display: none;
            }
            .side-nav .sub-cat .item-sub-active .zir-sub {
                padding-right: 5px;
                display: block;
            }
            .side-nav .sub-cat .item-sub .zir-sub a {
                font-size: 13px;
                margin-top: 7px;
            }
            .side-nav .sub-cat .item-sub .zir-sub a:hover {
                color: #6d6dff;
            }
            /*  */
            .side-nav a {
                display: flex;
                align-items: center;
                text-decoration: none;
                color: #606476;
                font-size: 15px;
                font-weight: 100 !important;
                margin-left: 20px;
            }
            .side-nav a:hover {
                color: #857dff;
            }
            .side-nav a svg {
                margin-left: 5px;
            }
            .side-nav a:hover svg path {
                stroke: #857dff !important;
            }
            .side-nav .social a {
                color: #606476;
                margin-right: 15px;
            }
            /* header .second-head .social a img {
            fill: #857dff;
        } */
            .side-nav .social a:hover {
                color: #857dff;
            }
            .side-nav .social-side {
                display: flex;
                justify-content: center;
                border-top: 1px dashed #857DFF4A;
                position: absolute;
                bottom: 10px;
                width: 90%;
                right: 5%;
                padding: 20px;
            }
        }
        /* banner-slider */
        
        @media (min-width: 991px) {
            .game-card {
                position: relative;
                /* width: 242px; */
                width: 23%;
                height: 390px;
                border-radius: 20px;
                overflow: hidden;
                flex-shrink: 0;
                background: #000;
                cursor: pointer;
                transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1), z-index 0.6s ease;
            }
            .game-card img {
                width: 100%;
                height: 100%;
                object-position: center center;
                border-radius: 20px;
                display: block;
                user-select: none;
                transition: object-position 0.6s ease;
                object-fit: cover;
            }
            .buy-btn {
                position: absolute;
                bottom: 35px;
                right: -10%;
                transform: translateX(-50%);
                width: 186px;
                height: 48px;
                border-radius: 30px;
                background: #E9EEF8;
                color: #606476;
                border: none;
                font-size: 16px;
                font-weight: 400;
                opacity: 0;
                pointer-events: none;
                transition: opacity 0.4s ease;
                box-shadow: 0 4px 10px rgb(133 125 255 / 0.6);
                cursor: pointer;
                z-index: 10;
                font-family: "Peyda", sans-serif;
            }
            .game-card:hover {
                width: 480px;
                /* width: 400px; */
                z-index: 10;
            }
            .game-card:hover .buy-btn {
                opacity: 1;
                pointer-events: auto;
            }
            .game-card:hover img {
                object-position: left;
            }
            .swiper-wrapper:hover .game-card:not(:hover) {
                /* width: 222px !important; */
                width: calc(25% - 80px) !important;
                filter: brightness(0.85);
                transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.8s ease;
            }
        }
        
        @media (max-width: 991px) {
            .game-card {
                position: relative;
                width: 172px !important;
                /* height: 300px; */
                /* width: 23%; */
                /* height: 390px; */
                border-radius: 20px;
                overflow: hidden;
                flex-shrink: 0;
                background: #000;
                cursor: pointer;
                transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1), z-index 0.6s ease;
            }
            .game-card img {
                width: 172px !important;
                height: 300px !important;
                object-position: center center;
                border-radius: 20px;
                display: block;
                user-select: none;
                transition: object-position 0.6s ease;
                object-fit: cover;
            }
            .buy-btn {
                display: none;
            }
        }
        /* top-seller */
        
        @media (min-width: 991px) {
            .top-seller-head {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
            .top-seller-head .featured-title {
                margin: 0;
                font-family: "Peyda", "Peyda", sans-serif;
                font-weight: 700;
                font-size: 22px;
                line-height: 28px;
                color: #333;
                text-align: right;
                padding-right: 6px;
            }
            .top-seller-head .featured-title img {
                color: #857dff;
                width: 20px;
                margin-left: 5px;
            }
            .top-seller-head .featured-h4 {
                font-size: 14px;
                color: #606476;
                font-weight: 500;
                line-height: 100%;
            }
            .top-seller-head .featured-h4 span {
                font-size: 15px;
                color: #857dff;
            }
            .top-seller-head .btn-view-all {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 158px;
                height: 48px;
                border-radius: 30px;
                border: 2px solid #857dff;
                color: #857dff;
                background: transparent;
                text-decoration: none;
                font-family: "Peyda", "Peyda", sans-serif;
                font-weight: 400;
                font-size: 16px;
                box-sizing: border-box;
                transition: background 0.18s, color 0.18s, box-shadow 0.18s;
                padding: 0 18px;
            }
            .top-seller-head .btn-view-all:hover {
                background: #857dff;
                color: #fff;
                box-shadow: 0 6px 18px rgba(133, 125, 255, 0.08);
            }
            /*  */
            .product-card {
                width: 360px;
                height: 168px;
                background: #fff;
                border-radius: 16px;
                box-shadow: 0 8px 22px rgba(24, 32, 66, 0.04);
                position: relative;
                overflow: visible;
                padding: 12px 14px;
                box-sizing: border-box;
                display: flex;
                align-items: center;
                justify-content: space-between;
                text-decoration: none !important;
                margin-top: 20px;
            }
            .product-card .img img {
                width: 136px;
                height: 136px;
                border-radius: 12px;
            }
            .product-card .product-info {
                width: calc(100% - 140px);
                padding-right: 10px;
                padding-left: 10px;
            }
            .product-card .product-info h3 {
                font-size: 16px;
                color: #333749;
                text-align: right;
                line-height: 25px;
            }
            .product-card .product-info .rate .stars {
                font-size: 10px;
                color: #FFC973;
            }
            .product-card .product-info .rate small {
                font-size: 10px;
                color: #9EA0AA;
            }
            .product-card .product-info .rate small b {
                font-size: 13px;
                color: #9EA0AA;
            }
            .product-card .product-info .price h6 {
                font-size: 13px;
                color: #9EA0AA;
                position: relative;
                margin-top: -4px;
            }
            .product-card .product-info .price h6::after {
                content: "";
                border-top: 1px solid #9ea0aa;
                height: 1px;
                position: absolute;
                top: 7px;
                left: -5px;
                width: 60px;
            }
            .product-card .product-info .price h5 {
                font-size: 14px;
                color: #606476;
            }
            .product-card .product-info .price img {
                font-size: 16px;
                color: #606476;
                margin-right: 3px;
                width: 20px;
            }
            .product-card .product-info .discount-badge {
                background-color: #FF8282;
                border-radius: 4px 10px 10px 4px;
                width: 40px;
                height: 34px;
                text-align: center;
                position: absolute;
                left: -3px;
                bottom: 18px;
            }
            .product-card .product-info .discount-badge small {
                color: #fff;
                font-size: 14px;
                margin: 0px !important;
                width: 100%;
                text-align: center;
            }
            .product-card .product-info .discount-badge img {
                line-height: 0px;
                margin-top: -22px;
            }
            .text-gray {
                color: #DEE2EA;
            }
        }
        
        @media (max-width: 991px) {
            .top-seller-head {
                display: block;
                align-items: center;
                justify-content: space-between;
            }
            .top-seller-head .featured-title {
                margin: 0;
                font-family: "Peyda", "Peyda", sans-serif;
                font-weight: 700;
                font-size: 22px;
                line-height: 28px;
                color: #333;
                text-align: right;
                padding-right: 6px;
                display: flex;
                justify-content: center;
            }
            .top-seller-head .featured-title img {
                color: #857dff;
                width: 20px;
                margin-left: 5px;
            }
            .top-seller-head .featured-h4 {
                font-size: 14px;
                color: #606476;
                font-weight: 500;
                line-height: 120%;
                text-align: center;
                margin-top: 15px;
            }
            .top-seller-head .featured-h4 span {
                font-size: 15px;
                color: #857dff;
            }
            .btn-view-all {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 158px;
                height: 48px;
                border-radius: 30px;
                border: 2px solid #857dff;
                color: #857dff;
                background: transparent;
                text-decoration: none;
                font-family: "Peyda", "Peyda", sans-serif;
                font-weight: 400;
                font-size: 16px;
                box-sizing: border-box;
                transition: background 0.18s, color 0.18s, box-shadow 0.18s;
                padding: 0 18px;
            }
            .btn-view-all:hover {
                background: #857dff;
                color: #fff;
                box-shadow: 0 6px 18px rgba(133, 125, 255, 0.08);
            }
            /*  */
            .product-card {
                width: 350px;
                height: 168px;
                background: #fff;
                border-radius: 16px;
                box-shadow: 0 8px 22px rgba(24, 32, 66, 0.04);
                position: relative;
                overflow: visible;
                padding: 12px 14px;
                box-sizing: border-box;
                display: flex;
                align-items: center;
                justify-content: space-between;
                text-decoration: none !important;
                margin-top: 20px;
            }
            .product-card .img img {
                width: 136px;
                height: 136px;
                border-radius: 12px;
            }
            .product-card .product-info {
                width: calc(100% - 140px);
                padding-right: 10px;
                padding-left: 10px;
            }
            .product-card .product-info h3 {
                font-size: 15px;
                color: #333749;
                text-align: right;
                line-height: 25px;
            }
            .product-card .product-info .rate .stars {
                font-size: 10px;
                color: #FFC973;
            }
            .product-card .product-info .rate small {
                font-size: 10px;
                color: #9EA0AA;
            }
            .product-card .product-info .rate small b {
                font-size: 13px;
                color: #9EA0AA;
            }
            .product-card .product-info .price h6 {
                font-size: 12px;
                color: #9EA0AA;
                position: relative;
                margin-top: -3px;
            }
            .product-card .product-info .price h6::after {
                content: "";
                border-top: 1px solid #9ea0aa;
                height: 1px;
                position: absolute;
                top: 7px;
                left: -5px;
                width: 60px;
            }
            .product-card .product-info .price h5 {
                font-size: 13px;
                color: #606476;
            }
            .product-card .product-info .price img {
                font-size: 16px;
                color: #606476;
                margin-right: 5px;
                width: 18px;
            }
            .product-card .product-info .discount-badge {
                background-color: #FF8282;
                border-radius: 4px 10px 10px 4px;
                width: 40px;
                height: 34px;
                text-align: center;
                position: absolute;
                left: -3px;
                bottom: 18px;
            }
            .product-card .product-info .discount-badge small {
                color: #fff;
                font-size: 14px;
                margin: 0px !important;
                width: 100%;
                text-align: center;
            }
            .product-card .product-info .discount-badge img {
                line-height: 0px;
                margin-top: -22px;
            }
            .text-gray {
                color: #DEE2EA;
            }
        }
        /* exclusive */
        
        @media (min-width: 991px) {
            .exclusive {
                max-width: 1242px;
                margin: 0 auto;
                padding: 0 10px;
            }
            .exclusive .swiper-slide {
                width: auto !important;
                /* transform: none !important;
                    display: block; */
            }
            .exclusive .swiper-pagination-bullet-active {
                background: #857dff !important;
                transform: scale(1.1);
                width: 15px !important;
                border-radius: 8px !important;
            }
            .swiper-pagination {
                margin-top: 20px;
                position: relative !important;
            }
            .exclusive-head {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 30px;
            }
            .exclusive-title {
                font-size: 22px;
                font-weight: 700;
                color: #222;
                display: flex;
                align-items: center;
                gap: 8px;
            }
            .exclusive-title i {
                color: #857dff;
            }
            .exclusive-view-all {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 158px;
                height: 48px;
                border-radius: 30px;
                border: 2px solid #857dff;
                color: #857dff;
                background: transparent;
                text-decoration: none;
                font-family: "Peyda", "Peyda", sans-serif;
                font-weight: 400;
                font-size: 16px;
                box-sizing: border-box;
                transition: background 0.18s, color 0.18s, box-shadow 0.18s;
                padding: 0 18px;
                text-decoration: none !important;
            }
            .exclusive-view-all:hover {
                background-color: #6d6dff;
                color: white;
            }
            /* Swiper */
            .exclusive-swiper {
                position: relative;
                padding-bottom: 40px;
                z-index: 0;
                /* height: 1000px; */
                /* margin-top: 100px; */
                overflow-y: visible !important;
            }
            .exclusive-button-next {
                left: 0px;
                position: absolute;
                top: 46%;
                z-index: 10;
            }
            .exclusive-button-prev {
                right: 0px;
                position: absolute;
                top: 46%;
                z-index: 10;
            }
            .exclusive-button-next,
            .exclusive-button-prev {
                width: 36px;
                height: 36px;
                border-radius: 50%;
                background-color: #fff;
                border: none;
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .exclusive-card {
                width: 187px;
                height: 278px;
                border-radius: 20px;
                background: #fff;
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
                display: flex;
                flex-direction: column;
                align-items: center;
                transition: transform 0.3s ease;
                overflow-y: visible !important;
            }
            .exclusive-card:hover {
                transform: translateY(-8px);
                box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            }
            .exclusive-card-img {
                width: 70px;
                height: 100px;
                margin-top: 0;
                position: relative;
                top: -10px;
                border-radius: 6px;
                overflow: visible;
                transform: rotate(15deg);
                background: white;
            }
            .exclusive-card-shadow {
                width: 88px;
                height: 10px;
                background: rgba(96, 100, 118, 0.12);
                position: absolute;
                bottom: -38px;
                left: 50%;
                transform: translateX(-50%) rotate(-15deg);
                border-radius: 50%;
                filter: blur(2px);
                z-index: 1;
            }
            .exclusive-card-img img {
                width: 84px;
                height: 121px;
                object-fit: cover;
                border-radius: 6px;
                display: block;
            }
            .exclusive-card-info {
                text-align: center;
                margin-top: 40px;
            }
            .exclusive-card-title {
                font-weight: 700;
                color: #333749;
                margin-bottom: 6px;
                min-height: 36px;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 2px;
                line-height: 1.2;
            }
            .exclusive-card-title .fa-title {
                font-size: 17px;
            }
            .exclusive-card-title .en-title {
                font-size: 17px;
                color: #333749;
                font-weight: 700;
                direction: ltr;
            }
            .exclusive-rating {
                font-size: 11px;
                color: #ffb400;
                margin-bottom: 6px;
            }
            .exclusive-old-price {
                font-size: 12px;
                color: #aaa;
                text-decoration: line-through;
                line-height: 0px;
                margin-top: 20px;
            }
            .exclusive-new-price {
                font-size: 14px;
                font-weight: 700;
                color: #606476;
            }
            .price-discount-wrapper {
                display: flex;
                align-items: center;
                /* gap: 8px; */
            }
            .exclusive-discount {
                margin-top: 2px;
                font-size: 11px;
                background: #ff8282;
                color: #ffffff;
                padding: 3px 6px;
                border-radius: 10px 10px 10px 2px;
                width: 40px;
                height: 36px;
                right: 10px;
                position: relative;
                bottom: 8px;
            }
        }
        
        @media (max-width: 991px) {
            .exclusive {
                max-width: 1242px;
                margin: 0 auto;
                padding: 0 10px;
            }
            .exclusive .swiper-slide {
                width: auto !important;
                /* transform: none !important;
                    display: block; */
            }
            .exclusive .swiper-pagination-bullet-active {
                background: #857dff !important;
                transform: scale(1.1);
                width: 15px !important;
                border-radius: 8px !important;
            }
            .swiper-pagination {
                margin-top: 20px;
                position: relative !important;
            }
            .exclusive-head {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 30px;
            }
            .exclusive-title {
                font-size: 22px;
                font-weight: 700;
                color: #222;
                display: flex;
                align-items: center;
                gap: 8px;
            }
            .exclusive-title i {
                color: #857dff;
            }
            .exclusive-view-all {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 158px;
                height: 48px;
                border-radius: 30px;
                border: 2px solid #857dff;
                color: #857dff;
                background: transparent;
                text-decoration: none;
                font-family: "Peyda", "Peyda", sans-serif;
                font-weight: 400;
                font-size: 16px;
                box-sizing: border-box;
                transition: background 0.18s, color 0.18s, box-shadow 0.18s;
                padding: 0 18px;
                text-decoration: none !important;
            }
            .exclusive-view-all:hover {
                background-color: #6d6dff;
                color: white;
            }
            /* Swiper */
            .exclusive-swiper {
                position: relative;
                padding-bottom: 40px;
                z-index: 0;
                /* height: 1000px; */
                /* margin-top: 100px; */
                overflow-y: visible !important;
            }
            .exclusive-button-next {
                left: 0px;
                position: absolute;
                top: 46%;
                z-index: 10;
            }
            .exclusive-button-prev {
                right: 0px;
                position: absolute;
                top: 46%;
                z-index: 10;
            }
            .exclusive-button-next,
            .exclusive-button-prev {
                width: 36px;
                height: 36px;
                border-radius: 50%;
                background-color: #fff;
                border: none;
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .exclusive-card {
                width: 187px;
                height: 278px;
                border-radius: 20px;
                background: #fff;
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
                display: flex;
                flex-direction: column;
                align-items: center;
                transition: transform 0.3s ease;
                overflow-y: visible !important;
            }
            .exclusive-card:hover {
                transform: translateY(-8px);
                box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            }
            .exclusive-card-img {
                width: 70px;
                height: 100px;
                margin-top: 0;
                position: relative;
                top: -10px;
                border-radius: 6px;
                overflow: visible;
                transform: rotate(15deg);
                background: white;
            }
            .exclusive-card-shadow {
                width: 88px;
                height: 10px;
                background: rgba(96, 100, 118, 0.12);
                position: absolute;
                bottom: -38px;
                left: 50%;
                transform: translateX(-50%) rotate(-15deg);
                border-radius: 50%;
                filter: blur(2px);
                z-index: 1;
            }
            .exclusive-card-img img {
                width: 84px;
                height: 121px;
                object-fit: cover;
                border-radius: 6px;
                display: block;
            }
            .exclusive-card-info {
                text-align: center;
                margin-top: 40px;
            }
            .exclusive-card-title {
                font-weight: 700;
                color: #333749;
                margin-bottom: 6px;
                min-height: 36px;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 2px;
                line-height: 1.2;
            }
            .exclusive-card-title .fa-title {
                font-size: 17px;
            }
            .exclusive-card-title .en-title {
                font-size: 17px;
                color: #333749;
                font-weight: 700;
                direction: ltr;
            }
            .exclusive-rating {
                font-size: 11px;
                color: #ffb400;
                margin-bottom: 6px;
            }
            .exclusive-old-price {
                font-size: 12px;
                color: #aaa;
                text-decoration: line-through;
                line-height: 0px;
                margin-top: 20px;
            }
            .exclusive-new-price {
                font-size: 14px;
                font-weight: 700;
                color: #606476;
            }
            .price-discount-wrapper {
                display: flex;
                align-items: center;
                /* gap: 8px; */
            }
            .exclusive-discount {
                margin-top: 2px;
                font-size: 11px;
                background: #ff8282;
                color: #ffffff;
                padding: 3px 6px;
                border-radius: 10px 10px 10px 2px;
                width: 40px;
                height: 36px;
                right: 10px;
                position: relative;
                bottom: 8px;
            }
        }
        /* suggest-product */
        
        @media (min-width: 991px) {
            .suggest-product h2 {
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 24px;
                font-weight: 700;
            }
            .suggest-product h2 img {
                margin-left: 5px;
            }
            .filter-tabs {
                display: flex;
                gap: 12px;
                align-items: center;
                justify-content: center;
            }
            .filter-tabs .tab {
                background: transparent;
                border: none;
                padding: 10px 18px;
                border-radius: 20px;
                font-size: 15px;
                cursor: pointer;
                transition: all 0.18s;
                box-shadow: none;
                position: relative;
                color: #9EA0AA;
            }
            .filter-tabs .tab:nth-child(2)::before,
            .filter-tabs .tab:nth-child(3)::before {
                content: "";
                position: absolute;
                left: 0;
                top: 25%;
                height: 50%;
                border-left: 1px solid rgba(0, 0, 0, 0.1);
                pointer-events: none;
            }
            .filter-tabs .tab:nth-child(2),
            .filter-tabs .tab:nth-child(3) {
                padding-left: 26px;
            }
            .filter-tabs .tab:not(:nth-child(2)):not(:nth-child(3))::before {
                content: none;
            }
            .filter-tabs .tab.active {
                background: #fff;
                color: #857dff;
                box-shadow: 0 6px 18px rgba(133, 125, 255, 0.08);
                border: 1px solid rgba(133, 125, 255, 0.12);
            }
            /*  */
            /* ---------- featured (center) card ---------- */
            .featured-card {
                margin: 0;
                /* width: 398px; */
                margin-top: 20px;
                width: 360px;
                height: 552px;
                background: #fff;
                border-radius: 20px;
                box-shadow: 0 14px 40px rgba(24, 32, 66, 0.08);
                padding: 16px;
                position: relative;
                display: flex;
                flex-direction: column;
                gap: 12px;
                overflow: visible;
                box-sizing: border-box;
            }
            .feat-thumb {
                width: 328px;
                height: 219px;
                border-radius: 12px;
                overflow: hidden;
                margin: 0 auto;
                position: relative;
                background: #ddd;
            }
            .feat-thumb img {
                width: 366px;
                height: 219px;
                object-fit: cover;
                display: block;
                border-radius: 12px;
            }
            .fav-btn {
                position: absolute;
                top: 10px;
                right: 5px;
                background: rgba(255, 255, 255, 0.12);
                border: none;
                width: 24px;
                height: 24px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                box-shadow: 0 6px 18px rgba(24, 32, 66, 0.06);
                color: #fff;
            }
            .feat-content {
                padding: 8px 6px;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 10px;
            }
            .feat-heading {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 6px;
            }
            .feat-rating .stars {
                color: #ffc857;
                font-size: 14px;
            }
            .feat-title {
                margin: 0;
                font-weight: bold;
                font-size: 18px;
                line-height: 28px;
                text-align: center;
                letter-spacing: -2%;
            }
            .feat-desc {
                margin: 0;
                font-weight: 300;
                font-size: 14px;
                line-height: 24px;
                text-align: justify;
                color: rgba(78, 78, 78, 0.7);
                max-height: 72px;
                overflow: hidden;
            }
            .timer-inner {
                display: flex;
                gap: 12px;
                padding: 6px;
            }
            .timer-cell {
                width: 52px;
                height: 61px;
                border-radius: 16px;
                border: 1px solid #f1f1f1;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                background: #fff;
                box-shadow: 0 6px 12px rgba(24, 32, 66, 0.03);
            }
            .time-value {
                font-weight: 700;
                font-size: 18px;
                line-height: 22px;
            }
            .time-label {
                font-size: 12px;
                color: #9ea0aa;
                margin-top: 6px;
            }
            #seconds {
                color: #ff6b6b;
                font-weight: 700;
            }
            .discount-takhfif {
                width: 48px;
                height: 42px;
                background: #ff8282;
                color: #fff;
                font-size: 16px;
                border-radius: 12px 12px 12px 2px;
                position: relative;
                bottom: 18px;
                left: 10px;
            }
            .discount-takhfif-2 {
                color: #fff;
                font-size: 10px;
                top: -36px;
                position: relative;
                left: 0px;
            }
            .baner-takhfif {
                background: #ff8282;
                width: 40px;
                height: 36px;
                font-size: 14px;
                color: #fff;
                position: relative;
                border-radius: 5px 14px 14px 5px;
                left: -9px;
                bottom: -15px;
            }
            .baner-takhfif-2 {
                color: #fff;
                position: relative;
                font-size: 10px;
                left: -16px;
                bottom: 4px;
            }
            .feat-row {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-top: 6px;
                padding: 0 8px;
            }
            .feat-price {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                padding-left: 20px;
            }
            .feat-price .old-price {
                color: #9ea0aa;
                text-decoration: line-through;
                font-size: 13px;
                position: relative;
                left: 0px;
                text-align: left;
                width: 100%;
            }
            .btn-cta {
                width: 165px;
                height: 44px;
                border-radius: 30px;
                border: none;
                background: #e9eef8;
                color: #606476;
                font-size: 16px;
                font-weight: 400;
                cursor: pointer;
            }
            .featured-discount {
                position: absolute;
                left: 12px;
                bottom: 24px;
            }
            .discount-badge {
                background-color: #FF8282;
                border-radius: 4px 10px 10px 4px;
                width: 40px;
                height: 34px;
                text-align: center;
                position: absolute;
                left: -3px;
                bottom: 25px;
            }
            .discount-badge small {
                color: #fff;
                font-size: 14px;
                margin: 0px !important;
                width: 100%;
                text-align: center;
            }
            .discount-badge img {
                line-height: 0px;
                margin-top: -22px;
            }
            .rating {
                display: flex;
                gap: 4px;
                align-items: center;
            }
            .rating i.fa {
                font-size: 10px;
                color: #ffc857;
                width: 10px;
                height: 10px;
                line-height: 10px;
            }
            .rating i.fas {
                font-size: 10px;
                color: #ffc857;
                width: 10px;
                height: 10px;
                line-height: 10px;
            }
        }
        
        @media (max-width: 991px) {
            .suggest-product h2 {
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 24px;
                font-weight: 700;
            }
            .suggest-product h2 img {
                margin-left: 5px;
            }
            .filter-tabs {
                display: flex;
                gap: 12px;
                align-items: center;
                justify-content: center;
            }
            .filter-tabs .tab {
                background: transparent;
                border: none;
                padding: 10px 18px;
                border-radius: 20px;
                font-size: 15px;
                cursor: pointer;
                transition: all 0.18s;
                box-shadow: none;
                position: relative;
            }
            .filter-tabs .tab:nth-child(2)::before,
            .filter-tabs .tab:nth-child(3)::before {
                content: "";
                position: absolute;
                left: 0;
                top: 25%;
                height: 50%;
                border-left: 1px solid rgba(0, 0, 0, 0.1);
                pointer-events: none;
            }
            .filter-tabs .tab:nth-child(2),
            .filter-tabs .tab:nth-child(3) {
                padding-left: 26px;
            }
            .filter-tabs .tab:not(:nth-child(2)):not(:nth-child(3))::before {
                content: none;
            }
            .filter-tabs .tab.active {
                background: #fff;
                color: #857dff;
                box-shadow: 0 6px 18px rgba(133, 125, 255, 0.08);
                border: 1px solid rgba(133, 125, 255, 0.12);
            }
            /*  */
            /* ---------- featured (center) card ---------- */
            .featured-card {
                margin: 0;
                /* width: 398px; */
                margin-top: 20px;
                width: 350px;
                height: 552px;
                background: #fff;
                border-radius: 20px;
                box-shadow: 0 14px 40px rgba(24, 32, 66, 0.08);
                padding: 16px;
                position: relative;
                display: flex;
                flex-direction: column;
                gap: 12px;
                overflow: visible;
                box-sizing: border-box;
            }
            .feat-thumb {
                width: 318px;
                height: 219px;
                border-radius: 12px;
                overflow: hidden;
                margin: 0 auto;
                position: relative;
                background: #ddd;
            }
            .feat-thumb img {
                width: 356px;
                height: 219px;
                object-fit: cover;
                display: block;
                border-radius: 12px;
            }
            .fav-btn {
                position: absolute;
                top: 10px;
                right: 5px;
                background: rgba(255, 255, 255, 0.12);
                border: none;
                width: 24px;
                height: 24px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                box-shadow: 0 6px 18px rgba(24, 32, 66, 0.06);
                color: #fff;
            }
            .feat-content {
                padding: 8px 6px;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 10px;
            }
            .feat-heading {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 6px;
            }
            .feat-rating .stars {
                color: #ffc857;
                font-size: 14px;
            }
            .feat-title {
                margin: 0;
                font-weight: bold;
                font-size: 18px;
                line-height: 28px;
                text-align: center;
                letter-spacing: -2%;
            }
            .feat-desc {
                margin: 0;
                font-weight: 300;
                font-size: 14px;
                line-height: 24px;
                text-align: justify;
                color: rgba(78, 78, 78, 0.7);
                max-height: 72px;
                overflow: hidden;
            }
            .timer-inner {
                display: flex;
                gap: 12px;
                padding: 6px;
            }
            .timer-cell {
                width: 52px;
                height: 61px;
                border-radius: 16px;
                border: 1px solid #f1f1f1;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                background: #fff;
                box-shadow: 0 6px 12px rgba(24, 32, 66, 0.03);
            }
            .time-value {
                font-weight: 700;
                font-size: 18px;
                line-height: 22px;
            }
            .time-label {
                font-size: 12px;
                color: #9ea0aa;
                margin-top: 6px;
            }
            #seconds {
                color: #ff6b6b;
                font-weight: 700;
            }
            .discount-takhfif {
                width: 48px;
                height: 42px;
                background: #ff8282;
                color: #fff;
                font-size: 16px;
                border-radius: 12px 12px 12px 2px;
                position: relative;
                bottom: 18px;
                left: 10px;
            }
            .discount-takhfif-2 {
                color: #fff;
                font-size: 10px;
                top: -36px;
                position: relative;
                left: 0px;
            }
            .baner-takhfif {
                background: #ff8282;
                width: 40px;
                height: 36px;
                font-size: 14px;
                color: #fff;
                position: relative;
                border-radius: 5px 14px 14px 5px;
                left: -9px;
                bottom: -15px;
            }
            .baner-takhfif-2 {
                color: #fff;
                position: relative;
                font-size: 10px;
                left: -16px;
                bottom: 4px;
            }
            .feat-row {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-top: 6px;
                padding: 0 8px;
            }
            .feat-price {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                padding-left: 20px;
            }
            .feat-price .old-price {
                color: #9ea0aa;
                text-decoration: line-through;
                font-size: 13px;
                position: relative;
                left: 0px;
                text-align: left;
                width: 100%;
            }
            .btn-cta {
                width: 165px;
                height: 44px;
                border-radius: 30px;
                border: none;
                background: #e9eef8;
                color: #606476;
                font-size: 16px;
                font-weight: 400;
                cursor: pointer;
            }
            .featured-discount {
                position: absolute;
                left: 12px;
                bottom: 24px;
            }
            .discount-badge {
                background-color: #FF8282;
                border-radius: 4px 10px 10px 4px;
                width: 40px;
                height: 34px;
                text-align: center;
                position: absolute;
                left: -3px;
                bottom: 25px;
            }
            .discount-badge small {
                color: #fff;
                font-size: 14px;
                margin: 0px !important;
                width: 100%;
                text-align: center;
            }
            .discount-badge img {
                line-height: 0px;
                margin-top: -22px;
            }
            .rating {
                display: flex;
                gap: 4px;
                align-items: center;
            }
            .rating i.fa {
                font-size: 10px;
                color: #ffc857;
                width: 10px;
                height: 10px;
                line-height: 10px;
            }
            .rating i.fas {
                font-size: 10px;
                color: #ffc857;
                width: 10px;
                height: 10px;
                line-height: 10px;
            }
        }
        /* gane-night */
        
        .game-night {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 2rem 0;
        }
        
        .banner-wrap {
            position: relative;
            width: 100%;
            height: 285px;
            border-radius: 20px;
            overflow: hidden;
        }
        
        .banner-img {
            width: 100%;
            height: 100%;
            background: url("img/back-purple.png") no-repeat left center;
            background-size: cover;
            border-radius: 20px;
        }
        
        .banner-btn {
            position: absolute;
            bottom: 39px;
            left: 31px;
            width: 336px;
            height: 40px;
            border: 1px solid #fff;
            border-radius: 30px;
            background: #7a6df0;
            color: white;
            font-size: 14px;
            cursor: pointer;
            opacity: 1;
            transition: all 0.3s ease;
        }
        
        .banner-btn:hover {
            opacity: 1.5;
            background: #7a6df0;
        }
        
        @media (max-width: 1220px) {
            .banner-btn {
                position: absolute;
                bottom: 39px;
                left: 2.5%;
                width: 95%;
                height: 38px;
                border: 1px solid #fff;
                border-radius: 30px;
                background: #7a6df0;
                color: white;
                font-size: 14px;
                cursor: pointer;
                opacity: 1;
                transition: all 0.3s ease;
            }
        }
        
        @media (max-width: 768px) {
            .banner-wrap {
                width: 95%;
                height: 280px;
                aspect-ratio: 1242 / 306;
            }
            .banner-img {
                background-position: left center;
                background-size: cover;
            }
            .banner-btn {
                width: 95%;
                height: 42px;
                font-size: 15px;
                left: 50%;
                transform: translateX(-50%);
                bottom: 32px;
            }
        }
        /* exclusive-v2-swiper */
        
        @media (min-width: 991px) {
            .exclusive-head {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
            .exclusive-head .featured-title {
                margin: 0;
                font-family: "Peyda", "Peyda", sans-serif;
                font-weight: 700;
                font-size: 22px;
                line-height: 28px;
                color: #333;
                text-align: right;
                padding-right: 6px;
            }
            .exclusive-head .featured-title img {
                color: #857dff;
                width: 20px;
                margin-left: 5px;
            }
            .exclusive-head .featured-h4 {
                font-size: 14px;
                color: #606476;
                font-weight: 500;
                line-height: 100%;
            }
            .exclusive-head .featured-h4 span {
                font-size: 15px;
                color: #857dff;
            }
            .exclusive-head .btn-view-all {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 158px;
                height: 48px;
                border-radius: 30px;
                border: 2px solid #857dff;
                color: #857dff;
                background: transparent;
                text-decoration: none;
                font-family: "Peyda", "Peyda", sans-serif;
                font-weight: 400;
                font-size: 16px;
                box-sizing: border-box;
                transition: background 0.18s, color 0.18s, box-shadow 0.18s;
                padding: 0 18px;
            }
            .exclusive-head .btn-view-all:hover {
                background: #857dff;
                color: #fff;
                box-shadow: 0 6px 18px rgba(133, 125, 255, 0.08);
            }
             :root {
                --ex2-card-radius: 20px;
                --ex2-shadow: 0 6px 18px rgba(24, 32, 66, 0.06);
                ;
                --ex2-text: #222;
            }
            .exclusive-v2 {
                padding: 36px 12px;
                background: transparent;
            }
            .exclusive-v2-inner {
                max-width: 1242px;
                margin: 0 auto;
            }
            .exclusive-v2-head {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
                gap: 12px;
                margin-bottom: 26px;
                flex-wrap: wrap;
            }
            .exclusive-v2-head-left {
                display: flex;
                flex-direction: column;
                gap: 6px;
            }
            .exclusive-v2-title {
                font-size: 22px;
                font-weight: 700;
                color: var(--ex2-text);
                display: flex;
                gap: 10px;
                align-items: center;
            }
            .exclusive-v2-title i {
                color: #857dff;
                font-size: 18px;
            }
            .exclusive-v2-subtitle {
                margin: 0;
                color: var(--lite-text);
                font-size: 14px;
            }
            .exclusive-v2-view-all {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                height: 44px;
                padding: 0 16px;
                border-radius: 30px;
                border: 2px solid #857dff;
                color: #857dff;
                background: transparent;
                text-decoration: none;
                font-weight: 500;
            }
            .exclusive-v2-view-all:hover {
                background: #857dff;
                color: #fff;
            }
            .exclusive-v2-swiper {
                /* position: relative; */
                padding-bottom: 36px;
                /* overflow: visible !important; */
            }
            .exclusive-v2-card {
                width: 187px;
                height: 342px;
                border-radius: var(--ex2-card-radius);
                background: #fff;
                box-shadow: var(--ex2-shadow);
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 12px;
                box-sizing: border-box;
                transition: transform 0.26s ease, box-shadow 0.26s ease;
                overflow: visible;
            }
            .exclusive-v2-card:hover {
                transform: translateY(-8px);
                box-shadow: 0 16px 30px rgba(24, 32, 66, 0.12);
            }
            .exclusive-v2-card-img {
                width: 155px;
                height: 155px;
                border-radius: 12px;
                overflow: hidden;
                background: #eee;
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                transform: none !important;
            }
            .exclusive-v2-card-img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
                border-radius: 10px;
                transform: none !important;
            }
            .exclusive-v2-card-shadow {
                position: absolute;
                bottom: -18px;
                left: 50%;
                transform: translateX(-50%);
                width: 88px;
                height: 10px;
                border-radius: 50%;
                background: rgba(96, 100, 118, 0.12);
                filter: blur(2px);
            }
            .exclusive-v2-card-info {
                margin-top: 8px;
                text-align: center;
                width: 100%;
            }
            .exclusive-v2-card-title {
                font-weight: 700;
                color: #333749;
                font-size: 15px;
                margin: 8px 0 4px;
                min-height: 44px;
                line-height: 1.1;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
            }
            .exclusive-v2-title {
                font-size: 16px;
                direction: rtl;
                color: #333749;
                font-weight: 700;
                letter-spacing: -2%;
            }
            .exclusive-v2-rating {
                color: #ffb400;
                font-size: 10px;
                margin-top: 15px;
            }
            .exclusive-v2-rating i {
                margin: 0 2px;
            }
            .exclusive-v2-price-box {
                margin-top: 8px;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 6px;
            }
            .exclusive-v2-old-price {
                font-size: 12px;
                color: #aaa;
                text-decoration: line-through;
                position: relative;
                top: 10px;
                left: 8px;
                line-height: 0;
                margin-top: 10px;
            }
            .exclusive-v2-price-discount {
                display: flex;
                align-items: center;
                gap: 8px;
                margin-top: 10px;
            }
            .exclusive-v2-discount {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                width: 40px;
                height: 34px;
                border-radius: 10px;
                border-bottom-left-radius: 5px;
                background: #ff8282;
                color: #fff;
                font-size: 12px;
                padding: 8px;
                box-sizing: border-box;
                margin-top: -15px;
                /* padding-top: 8px; */
            }
            .exclusive-v2-discount-percent {
                font-weight: 700;
                font-size: 12px;
                line-height: 1;
            }
            .exclusive-v2-discount-label {
                font-size: 8px;
                margin-top: 0px;
            }
            .exclusive-v2-arrow {
                width: 42px;
                height: 42px;
                border-radius: 50%;
                background: #fff;
                box-shadow: 0 8px 22px rgba(24, 32, 66, 0.08);
                display: flex;
                align-items: center;
                justify-content: center;
                color: #857dff;
                position: absolute;
                top: 40%;
                z-index: 30;
                cursor: pointer;
                transition: transform 0.18s ease, background 0.18s ease;
                border: none;
            }
            /* .exclusive-v2-arrow:hover {
    transform: scale(1.05);
    background: #857dff;
    color: #fff;
} */
            .exclusive-v2-button-prev.exclusive-v2-arrow {
                right: 0px;
            }
            .exclusive-v2-button-next.exclusive-v2-arrow {
                left: 0px;
            }
            .exclusive-v2-pagination {
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: 20 !important;
                z-index: 30;
                display: flex;
                gap: 8px;
            }
            .swiper-pagination {
                margin-top: 20px;
                position: relative !important;
            }
            .exclusive-v2-pagination .swiper-pagination-bullet {
                width: 8px;
                height: 8px;
                background: #ddd;
                border-radius: 50%;
                opacity: 1;
                transition: all 0.18s ease;
            }
            .swiper-pagination-bullet-active {
                background: #857dff !important;
                transform: scale(1.1);
                width: 15px !important;
                border-radius: 8px !important;
            }
            .exclusive-v2-swiper .swiper-button-next::after,
            .exclusive-v2-swiper .swiper-button-prev::after {
                display: none !important;
            }
            .exclusive-v2-swiper.no-swiper .swiper-wrapper {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 18px;
                align-items: start;
                padding-bottom: 0;
            }
            .swiper-slide {
                width: auto !important;
                /* transform: none !important;
    display: block; */
            }
            .exclusive-v2-swiper.no-swiper .swiper-slide {
                width: auto !important;
                /* transform: none !important;
    display: block; */
            }
            .exclusive-v2-swiper.no-swiper .exclusive-v2-arrow {
                display: none;
            }
            .exclusive-v2-swiper.no-swiper .exclusive-v2-pagination {
                display: none;
            }
            @media (max-width: 1023px) {
                .exclusive-v2-inner {
                    padding: 0 12px;
                }
                .exclusive-v2-card {
                    width: 100%;
                    height: auto;
                    padding: 14px;
                }
                .exclusive-v2-card-img {
                    width: 100%;
                    height: 160px;
                    border-radius: 12px;
                    margin-top: 0;
                }
                .exclusive-v2-card-img img {
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                }
                .exclusive-v2-card {
                    border-radius: 14px;
                }
                .exclusive-v2-head {
                    align-items: flex-start;
                }
                .exclusive-v2-subtitle {
                    max-width: 720px;
                }
            }
            .exclusive-v2-arrow:focus {
                outline: 3px solid rgba(109, 109, 255, 0.18);
                outline-offset: 3px;
            }
            @media (max-width: 1023px) {
                .exclusive-v2 .featured-head {
                    display: flex !important;
                    flex-direction: column !important;
                    align-items: center !important;
                    justify-content: center !important;
                    gap: 8px;
                    text-align: center;
                    padding-bottom: 8px;
                }
                .exclusive-v2 .featured-head .featured-title {
                    margin: 0;
                    width: 100%;
                    max-width: 720px;
                    text-align: center;
                }
                .exclusive-v2 .featured-head .featured-h4 {
                    margin: 0;
                    width: 100%;
                    max-width: 720px;
                    text-align: center;
                    color: var(--lite-text);
                    font-size: 14px;
                }
                .exclusive-v2 .featured-head .btn-view-all {
                    display: none !important;
                }
                .exclusive-v2 .btn-view-all.moved {
                    display: flex;
                    width: 84%;
                    max-width: 360px;
                    height: 44px;
                    align-items: center;
                    justify-content: center;
                    margin: 18px auto 0 auto;
                    padding: 0 18px;
                    border-radius: 30px;
                    border: 2px solid #857dff;
                    background: transparent;
                    color: #857dff;
                    text-decoration: none;
                    box-sizing: border-box;
                    font-weight: 500;
                    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
                    z-index: 5;
                }
                .exclusive-v2 .btn-view-all.moved:hover {
                    background: #857dff;
                    color: #fff;
                }
                .exclusive-v2 .exclusive-v2-swiper {
                    margin-top: 8px;
                }
            }
        }
        
        @media (max-width: 991px) {
            .exclusive-head {
                display: block;
                align-items: center;
                justify-content: space-between;
            }
            .exclusive-head .featured-title {
                margin: 0;
                font-family: "Peyda", "Peyda", sans-serif;
                font-weight: 700;
                font-size: 22px;
                line-height: 28px;
                color: #333;
                text-align: right;
                padding-right: 6px;
                display: flex;
                justify-content: center;
            }
            .exclusive-head .featured-title img {
                color: #857dff;
                width: 20px;
                margin-left: 5px;
            }
            .exclusive-head .featured-h4 {
                font-size: 14px;
                color: #606476;
                font-weight: 500;
                line-height: 120%;
                text-align: center;
                margin-top: 10px;
            }
            .exclusive-head .featured-h4 span {
                font-size: 15px;
                color: #857dff;
            }
            .exclusive-head .btn-view-all {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 158px;
                height: 48px;
                border-radius: 30px;
                border: 2px solid #857dff;
                color: #857dff;
                background: transparent;
                text-decoration: none;
                font-family: "Peyda", "Peyda", sans-serif;
                font-weight: 400;
                font-size: 16px;
                box-sizing: border-box;
                transition: background 0.18s, color 0.18s, box-shadow 0.18s;
                padding: 0 18px;
            }
            .exclusive-head .btn-view-all:hover {
                background: #857dff;
                color: #fff;
                box-shadow: 0 6px 18px rgba(133, 125, 255, 0.08);
            }
             :root {
                --ex2-card-radius: 20px;
                --ex2-shadow: 0 6px 18px rgba(24, 32, 66, 0.06);
                ;
                --ex2-text: #222;
            }
            .exclusive-v2 {
                padding: 36px 12px;
                background: transparent;
            }
            .exclusive-v2-inner {
                max-width: 1242px;
                margin: 0 auto;
            }
            .exclusive-v2-head {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
                gap: 12px;
                margin-bottom: 26px;
                flex-wrap: wrap;
            }
            .exclusive-v2-head-left {
                display: flex;
                flex-direction: column;
                gap: 6px;
            }
            .exclusive-v2-title {
                font-size: 22px;
                font-weight: 700;
                color: var(--ex2-text);
                display: flex;
                gap: 10px;
                align-items: center;
            }
            .exclusive-v2-title i {
                color: #857dff;
                font-size: 18px;
            }
            .exclusive-v2-subtitle {
                margin: 0;
                color: var(--lite-text);
                font-size: 14px;
            }
            .exclusive-v2-view-all {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                height: 44px;
                padding: 0 16px;
                border-radius: 30px;
                border: 2px solid #857dff;
                color: #857dff;
                background: transparent;
                text-decoration: none;
                font-weight: 500;
            }
            .exclusive-v2-view-all:hover {
                background: #857dff;
                color: #fff;
            }
            .exclusive-v2-swiper {
                /* position: relative; */
                padding-bottom: 36px;
                /* overflow: visible !important; */
            }
            .exclusive-v2-card {
                width: 187px;
                height: 342px;
                border-radius: var(--ex2-card-radius);
                background: #fff;
                box-shadow: var(--ex2-shadow);
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 12px;
                box-sizing: border-box;
                transition: transform 0.26s ease, box-shadow 0.26s ease;
                overflow: visible;
                margin-top: 20px;
            }
            .exclusive-v2-card:hover {
                transform: translateY(-8px);
                box-shadow: 0 16px 30px rgba(24, 32, 66, 0.12);
            }
            .exclusive-v2-card-img {
                width: 155px;
                height: 123px;
                border-radius: 12px;
                overflow: hidden;
                background: #eee;
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                transform: none !important;
            }
            .exclusive-v2-card-img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
                border-radius: 10px;
                transform: none !important;
            }
            .exclusive-v2-card-shadow {
                position: absolute;
                bottom: -18px;
                left: 50%;
                transform: translateX(-50%);
                width: 88px;
                height: 10px;
                border-radius: 50%;
                background: rgba(96, 100, 118, 0.12);
                filter: blur(2px);
            }
            .exclusive-v2-card-info {
                margin-top: 8px;
                text-align: center;
                width: 100%;
            }
            .exclusive-v2-card-title {
                font-weight: 700;
                color: #333749;
                font-size: 15px;
                margin: 8px 0 4px;
                min-height: 44px;
                line-height: 1.1;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
            }
            .exclusive-v2-title {
                font-size: 14px;
                direction: rtl;
                color: #333749;
                font-weight: 700;
                letter-spacing: -2%;
            }
            .exclusive-v2-rating {
                color: #ffb400;
                font-size: 10px;
                margin-top: 15px;
            }
            .exclusive-v2-rating i {
                margin: 0 2px;
            }
            .exclusive-v2-price-box {
                margin-top: 8px;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 6px;
            }
            .exclusive-v2-old-price {
                font-size: 12px;
                color: #aaa;
                text-decoration: line-through;
                position: relative;
                top: 10px;
                left: 8px;
                line-height: 0;
                margin-top: 10px;
            }
            .exclusive-v2-price-discount {
                display: flex;
                align-items: center;
                gap: 8px;
                margin-top: 10px;
            }
            .exclusive-v2-discount {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                width: 40px;
                height: 34px;
                border-radius: 10px;
                border-bottom-left-radius: 5px;
                background: #ff8282;
                color: #fff;
                font-size: 12px;
                padding: 8px;
                box-sizing: border-box;
                margin-top: -15px;
                /* padding-top: 8px; */
            }
            .exclusive-v2-discount-percent {
                font-weight: 700;
                font-size: 12px;
                line-height: 1;
            }
            .exclusive-v2-discount-label {
                font-size: 8px;
                margin-top: 0px;
            }
            .exclusive-v2-arrow {
                width: 42px;
                height: 42px;
                border-radius: 50%;
                background: #fff;
                box-shadow: 0 8px 22px rgba(24, 32, 66, 0.08);
                display: flex;
                align-items: center;
                justify-content: center;
                color: #857dff;
                position: absolute;
                top: 40%;
                z-index: 30;
                cursor: pointer;
                transition: transform 0.18s ease, background 0.18s ease;
                border: none;
            }
            /* .exclusive-v2-arrow:hover {
    transform: scale(1.05);
    background: #857dff;
    color: #fff;
} */
            .exclusive-v2-button-prev.exclusive-v2-arrow {
                right: 0px;
            }
            .exclusive-v2-button-next.exclusive-v2-arrow {
                left: 0px;
            }
            .exclusive-v2-pagination {
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: 20 !important;
                z-index: 30;
                display: flex;
                gap: 8px;
            }
            .swiper-pagination {
                margin-top: 20px;
                position: relative !important;
            }
            .exclusive-v2-pagination .swiper-pagination-bullet {
                width: 8px;
                height: 8px;
                background: #ddd;
                border-radius: 50%;
                opacity: 1;
                transition: all 0.18s ease;
            }
            .swiper-pagination-bullet-active {
                background: #857dff !important;
                transform: scale(1.1);
                width: 15px !important;
                border-radius: 8px !important;
            }
            .exclusive-v2-swiper .swiper-button-next::after,
            .exclusive-v2-swiper .swiper-button-prev::after {
                display: none !important;
            }
            .exclusive-v2-swiper.no-swiper .swiper-wrapper {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 18px;
                align-items: start;
                padding-bottom: 0;
            }
            /* .swiper-slide {
                    width: auto !important;
                }
                .exclusive-v2-swiper.no-swiper .swiper-slide {
                    width: auto !important;
                } */
            .exclusive-v2-swiper.no-swiper .exclusive-v2-arrow {
                display: none;
            }
            .exclusive-v2-swiper.no-swiper .exclusive-v2-pagination {
                display: none;
            }
            @media (max-width: 1023px) {
                .exclusive-v2-inner {
                    padding: 0 12px;
                }
                .exclusive-v2-card {
                    width: 100%;
                    height: auto;
                    padding: 14px;
                }
                .exclusive-v2-card-img {
                    width: 100%;
                    height: 123px;
                    border-radius: 12px;
                    margin-top: 0;
                }
                .exclusive-v2-card-img img {
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                }
                .exclusive-v2-card {
                    border-radius: 14px;
                }
                .exclusive-v2-head {
                    align-items: flex-start;
                }
                .exclusive-v2-subtitle {
                    max-width: 720px;
                }
            }
            .exclusive-v2-arrow:focus {
                outline: 3px solid rgba(109, 109, 255, 0.18);
                outline-offset: 3px;
            }
            @media (max-width: 1023px) {
                .exclusive-v2 .featured-head {
                    display: flex !important;
                    flex-direction: column !important;
                    align-items: center !important;
                    justify-content: center !important;
                    gap: 8px;
                    text-align: center;
                    padding-bottom: 8px;
                }
                .exclusive-v2 .featured-head .featured-title {
                    margin: 0;
                    width: 100%;
                    max-width: 720px;
                    text-align: center;
                }
                .exclusive-v2 .featured-head .featured-h4 {
                    margin: 0;
                    width: 100%;
                    max-width: 720px;
                    text-align: center;
                    color: var(--lite-text);
                    font-size: 14px;
                }
                .exclusive-v2 .featured-head .btn-view-all {
                    display: none !important;
                }
                .exclusive-v2 .btn-view-all.moved {
                    display: flex;
                    width: 84%;
                    max-width: 360px;
                    height: 44px;
                    align-items: center;
                    justify-content: center;
                    margin: 18px auto 0 auto;
                    padding: 0 18px;
                    border-radius: 30px;
                    border: 2px solid #857dff;
                    background: transparent;
                    color: #857dff;
                    text-decoration: none;
                    box-sizing: border-box;
                    font-weight: 500;
                    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
                    z-index: 5;
                }
                .exclusive-v2 .btn-view-all.moved:hover {
                    background: #857dff;
                    color: #fff;
                }
                .exclusive-v2 .exclusive-v2-swiper {
                    margin-top: 8px;
                }
            }
        }
        /* accounts */
        
        .game-accounts {
            width: 100%;
            max-width: 1242px;
            margin: 0 auto;
            padding: 40px 20px;
        }
        
        .section-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 30px;
            flex-wrap: wrap;
            gap: 15px;
        }
        
        .section-header h2 {
            font-size: 22px;
            font-weight: bold;
            color: #3c3c3c;
        }
        
        .section-header p {
            flex: 1;
            font-size: 14px;
            color: #5f5f5f;
            text-align: center;
        }
        
        .section-header a {
            color: #857dff;
            text-decoration: none;
            font-weight: bold;
        }
        
        .section-header a:hover {
            color: #fff;
            background-color: #6d6dff;
            text-decoration: none;
            font-weight: bold;
            border: none;
        }
        
        .cards-grid-top {
            display: grid;
            grid-template-columns: 293px 609px 292px;
            gap: 20px;
            margin-bottom: 20px;
            justify-content: center;
        }
        
        .cards-grid {
            display: grid;
            grid-template-columns: 293px 609px 292px;
            grid-template-rows: 292px 20px 232px;
            gap: 20px;
            justify-content: center;
        }
        
        .card {
            position: relative;
            border-radius: 20px !important;
            overflow: hidden;
            box-shadow: 0px 10px 25px rgba(108, 92, 231, 0.25);
        }
        
        .card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .card.small {
            width: 293px;
            height: 292px;
        }
        
        .card.large {
            width: 609px;
            height: 292px;
        }
        
        .cards-grid-bottom {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            justify-content: center;
        }
        
        .card.medium {
            width: 400px;
            height: 232px;
        }
        
        .card-overlay {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 97px;
            background: linear-gradient( to top, rgba(133, 125, 255, 0.6) 0%, rgba(133, 125, 255, 0.3) 60%, rgba(133, 125, 255, 0) 100%);
            color: #fff;
            padding: 10px 15px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
            box-shadow: 0px 15px 40px rgba(36, 32, 105, 0.25);
            backdrop-filter: blur(2px);
            align-items: center;
            gap: 12px;
        }
        
        .card-overlay .text-content {
            padding-right: 25px;
            display: block;
            margin-top: 15px;
            /* display: flex;
                    flex-direction: column;
                    justify-content: center; */
            width: 100%;
        }
        
        .card-overlay p {
            font-size: 14px;
            /* margin: 14px -6px 30px 25px; */
            font-weight: 600;
            text-align: right;
            margin: 0px;
        }
        
        .card-overlay small {
            font-size: 11px;
            opacity: 0.8;
            text-align: right;
            width: 100%;
            display: block;
        }
        
        .badge {
            position: absolute;
            bottom: 32px;
            right: 0px;
            background: #ff6b6b;
            color: #fff;
            font-size: 12px !important;
            font-weight: bold;
            padding: 4px 10px;
            border-radius: 4px 10px 10px 10px !important;
            transform: rotate(-90deg);
            z-index: 2;
        }
        
        .btn-view-all {
            display: flex;
            height: 44px;
            align-items: center;
            justify-content: center;
            padding: 0 18px;
            border-radius: 30px;
            border: 2px solid #857dff;
            background: transparent;
            color: #857dff;
            text-decoration: none;
            box-sizing: border-box;
            font-weight: 500;
        }
        
        @media (max-width: 1265px) {
            .section-header {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
            .section-header p {
                width: 100%;
            }
            .btn-view-all {
                display: flex;
                width: 30%;
                max-width: 360px;
                height: 44px;
                align-items: center;
                justify-content: center;
                margin: 18px auto 0 auto;
                padding: 0 18px;
                border-radius: 30px;
                border: 2px solid #857dff;
                background: transparent;
                color: #857dff;
                text-decoration: none;
                box-sizing: border-box;
                font-weight: 500;
                transition: background 0.18s, color 0.18s, box-shadow 0.18s;
            }
            .cards-grid-top,
            .cards-grid-bottom {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }
            .card,
            .card.small,
            .card.medium,
            .card.large {
                width: 312px !important;
                height: 292px !important;
            }
        }
        /* why */
        
        @media (min-width: 991px) {
            .why-div {
                width: 100%;
                height: 243px;
                border-radius: 20px;
                position: relative;
                margin-top: 50px;
            }
            .why-div .back-img {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0px;
                right: 0px;
                object-fit: cover;
                border-radius: 20px;
                z-index: -1;
            }
            .why-div .cover {
                width: 100%;
                height: 100%;
                border-radius: 20px;
                background-color: #3F3A8F8C;
                position: absolute;
                top: 0;
                left: 0;
                backdrop-filter: blur(3px);
            }
            .why-div .text-div {
                display: flex;
                justify-content: center;
                position: absolute;
                width: 100%;
                top: -26px;
            }
            .why-div .text-div .text {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 235px;
                height: 56px;
                border-radius: 35px;
                background-color: #857DFF;
                border: 2px solid #fff;
                color: #fff;
                font-size: 24px;
                padding-top: 5px;
            }
            .items-chart {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
                z-index: 2;
                position: relative;
            }
            .item-chart {
                width: 25%;
                /* display: flex;
                        justify-content: center;
                        position: relative;
                        align-items: center; */
                position: relative;
            }
            .item-chart::after {
                content: "";
                width: 2px;
                height: 60%;
                border-left: 2px dashed rgba(255, 255, 255, 0.432);
                position: absolute;
                top: 30%;
                left: 0px;
            }
            .item-chart:last-child:after {
                content: "";
                display: none;
            }
            .item-chart h3 {
                color: #fff;
                font-size: 16px;
                font-weight: 700;
                text-align: center;
                margin-top: 10px;
            }
            .item-chart p {
                color: #fff;
                font-size: 12px;
                font-weight: 200;
                text-align: center;
            }
            .why-circle {
                width: 100%;
                display: flex;
                justify-content: center;
                position: relative;
                align-items: center;
            }
            .progress-ring {
                transform: rotate(-90deg);
            }
            .progress-ring__background {
                fill: none;
                stroke: rgba(255, 255, 255, 0.1);
                stroke-width: 4;
            }
            .progress-ring__progress {
                fill: none;
                stroke: var(--ring-color);
                stroke-width: 4;
                stroke-linecap: round;
                stroke-dasharray: 251.2;
                stroke-dashoffset: 251.2;
                transition: stroke-dashoffset 1s ease;
            }
            .why-circle-inner {
                position: absolute;
                inset: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                font-family: Peyda, "Peyda", sans-serif;
                color: #fff;
            }
        }
        
        @media (max-width: 991px) {
            .why-div {
                width: 100%;
                /* height: 243px; */
                border-radius: 20px;
                position: relative;
                margin-top: 50px;
                padding: 40px 20px;
            }
            .why-div .back-img {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0px;
                right: 0px;
                object-fit: cover;
                border-radius: 20px;
                z-index: -1;
            }
            .why-div .cover {
                width: 100%;
                height: 100%;
                border-radius: 20px;
                background-color: #3F3A8F8C;
                position: absolute;
                top: 0;
                left: 0;
                backdrop-filter: blur(3px);
            }
            .why-div .text-div {
                display: flex;
                justify-content: center;
                position: absolute;
                width: 100%;
                top: -26px;
                right: 0px;
            }
            .why-div .text-div .text {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 235px;
                height: 56px;
                border-radius: 35px;
                background-color: #857DFF;
                border: 2px solid #fff;
                color: #fff;
                font-size: 24px;
                padding-top: 5px;
            }
            .items-chart {
                width: 100%;
                height: 100%;
                z-index: 2;
                position: relative;
            }
            .item-chart {
                width: 100%;
                /* display: flex;
                        justify-content: center;
                        position: relative;
                        align-items: center; */
                position: relative;
                padding-bottom: 15px;
                padding-top: 15px;
            }
            .item-chart::after {
                content: "";
                width: 100%;
                height: 2px;
                border-top: 2px dashed rgba(255, 255, 255, 0.432);
                position: absolute;
                bottom: 0%;
                left: 0px;
            }
            .item-chart:last-child:after {
                content: "";
                display: none;
            }
            .item-chart h3 {
                color: #fff;
                font-size: 16px;
                font-weight: 700;
                text-align: center;
                margin-top: 10px;
            }
            .item-chart p {
                color: #fff;
                font-size: 12px;
                font-weight: 200;
                text-align: center;
            }
            .why-circle {
                width: 100%;
                display: flex;
                justify-content: center;
                position: relative;
                align-items: center;
            }
            .progress-ring {
                transform: rotate(-90deg);
            }
            .progress-ring__background {
                fill: none;
                stroke: rgba(255, 255, 255, 0.1);
                stroke-width: 4;
            }
            .progress-ring__progress {
                fill: none;
                stroke: var(--ring-color);
                stroke-width: 4;
                stroke-linecap: round;
                stroke-dasharray: 251.2;
                stroke-dashoffset: 251.2;
                transition: stroke-dashoffset 1s ease;
            }
            .why-circle-inner {
                position: absolute;
                inset: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                font-family: Peyda, "Peyda", sans-serif;
                color: #fff;
            }
        }
        /* article */
        
        @media (min-width: 991px) {
            .article-title {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-top: 50px;
            }
            .article-title {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
            .article-title .tit {
                display: flex;
                align-items: center;
            }
            .article-title h2 {
                color: #333749;
                font-size: 24px;
                margin-right: 5px;
                margin-top: 7px;
            }
            .see-all-article {
                width: 158px;
                height: 48px;
                border-radius: 35px;
                border: 2px solid #857DFF;
                color: #857dff;
                display: flex;
                align-items: center;
                justify-content: center;
                text-decoration: none !important;
            }
            .see-all-article:hover {
                color: #fff;
                background-color: #6d6dff;
                text-decoration: none;
                font-weight: bold;
                border: none;
            }
            .item-article {
                width: 272px;
                border-radius: 20px;
                background-color: #fff;
                margin-top: 40px;
            }
            .item-article .img {
                width: 100%;
                display: flex;
                justify-content: center;
                margin-top: -20px;
            }
            .item-article .img img {
                width: 244px;
                height: 170px;
                border-radius: 16px;
            }
            .item-article .detail {
                padding: 20px;
            }
            .item-article .detail h6 {
                font-size: 16px;
                color: #333749;
                text-align: right;
            }
            .item-article .detail p {
                font-size: 12px;
                color: #76798a;
                text-align: justify;
                font-family: "Peydalight" !important;
            }
            .item-article .edame {
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                background-color: #EFF2F8;
                border-radius: 12px;
                padding: 0px 10px;
                height: 36px !important;
            }
            .item-article .edame p {
                font-size: 11px;
                color: #9EA0AA;
                margin-top: 12px;
            }
            .item-article .edame a {
                font-size: 12px;
                color: #6d6dff;
            }
            .item-article .edame img {
                width: 8px;
                margin-right: 5px;
            }
        }
        
        @media (max-width: 991px) {
            .article-title {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-top: 50px;
            }
            .article-title {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
            .article-title .tit {
                display: flex;
                align-items: center;
            }
            .article-title h2 {
                color: #333749;
                font-size: 24px;
                margin-right: 5px;
                margin-top: 7px;
            }
            .see-all-article {
                width: 158px;
                height: 48px;
                border-radius: 35px;
                border: 2px solid #857DFF;
                color: #857dff;
                display: flex;
                align-items: center;
                justify-content: center;
                text-decoration: none !important;
            }
            .see-all-article:hover {
                color: #fff;
                background-color: #6d6dff;
                text-decoration: none;
                font-weight: bold;
                border: none;
            }
            .item-article {
                width: 272px;
                border-radius: 20px;
                background-color: #fff;
                margin-top: 40px;
            }
            .item-article .img {
                width: 100%;
                display: flex;
                justify-content: center;
                margin-top: -20px;
            }
            .item-article .img img {
                width: 244px;
                height: 170px;
                border-radius: 16px;
            }
            .item-article .detail {
                padding: 20px;
            }
            .item-article .detail h6 {
                font-size: 16px;
                color: #333749;
                text-align: right;
            }
            .item-article .detail p {
                font-size: 12px;
                color: #76798a;
                text-align: justify;
            }
            .item-article .edame {
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                background-color: #EFF2F8;
                border-radius: 12px;
                padding: 0px 10px;
                height: 36px !important;
            }
            .item-article .edame p {
                font-size: 11px;
                color: #9EA0AA;
                margin-top: 12px;
            }
            .item-article .edame a {
                font-size: 12px;
                color: #6d6dff;
            }
            .item-article .edame img {
                width: 8px;
                margin-right: 5px;
            }
        }
        /* footer */
        
        @media (min-width: 991px) {
            footer {
                width: 100%;
                background-color: #fff;
                border-radius: 20px;
                padding: 40px;
                padding-top: 20px;
                padding-bottom: 20px;
                margin-top: 60px;
            }
            footer .contact-foot {
                width: 238px;
                border-radius: 20px;
                background-color: #6d6dff;
                padding: 20px;
                margin-top: -40px;
                padding-bottom: 20px !important;
                height: fit-content;
            }
            footer .contact-foot .logo {
                display: flex;
                align-items: center;
            }
            footer .contact-foot .logo img {
                width: 73px;
                margin-left: 5px;
            }
            footer .contact-foot .logo h2 {
                font-size: 24px;
                color: #fff;
                font-weight: 900;
                margin: 0;
                text-align: right;
            }
            footer .contact-foot .logo p {
                font-size: 16px;
                color: #333749;
                font-weight: 400;
                margin: 0;
                text-align: right;
                margin-top: 5px;
            }
            footer .contact-foot .main-con {
                background-color: #EFF2F8;
                border-radius: 20px;
                padding: 10px;
                margin-top: 15px;
            }
            footer .contact-foot .main-con p {
                color: #606476;
                font-size: 18px;
                text-align: center;
                margin: 0px;
            }
            footer .contact-foot .main-con .phone {
                color: #857DFF;
                font-size: 22px;
                text-align: center;
                margin: 0px;
                width: 100%;
                display: flex;
                justify-content: center;
                margin-top: 5px;
            }
            footer .contact-foot .main-con .social {
                border-top: 1px dashed #857DFF4A;
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding-top: 10px;
                margin-top: 5px;
            }
            footer .contact-foot .main-con .social {
                text-decoration: none;
                padding: 10px 10px;
                padding-bottom: 0px;
            }
            footer .contact-foot .main-con .social a {
                color: #9EA0AA;
            }
            footer .contact-foot .main-con .social a:hover {
                color: #6d6dff;
            }
            .other-foot {
                width: calc(100% - 260px);
                border: 1px solid #E4E5E8;
                border-radius: 16px;
                padding: 10px;
            }
            .other-foot .links {
                border-left: 2px dashed #857DFF4A;
            }
            .other-foot .links:last-child {
                border-left: none;
            }
            .other-foot .links h2 {
                color: #606476;
                font-size: 16px;
                font-weight: 600;
                background: linear-gradient(92.52deg, rgba(239, 242, 248, 0) -0.75%, #EFF2F8 98.5%);
                width: 100%;
                border-radius: 8px;
                padding: 10px;
                display: block;
                text-align: right;
                padding-right: 15px;
            }
            .other-foot .links a {
                color: #606476;
                font-size: 14px;
                font-weight: 400;
                position: relative;
                padding-right: 15px;
                text-decoration: none;
                display: flex;
                width: 100%;
                margin-top: 10px;
            }
            .other-foot .links a:hover {
                color: #6d6dff;
            }
            .other-foot .links a::before {
                content: "";
                width: 5px;
                height: 6.5px;
                rotate: 45deg;
                background-color: #606476;
                border-radius: 3px;
                position: absolute;
                right: 0px;
                top: 10px;
            }
            .other-foot .links a:hover::before {
                background-color: #6d6dff;
            }
            .other-foot .links .enamad {
                width: 100%;
                padding: 10px;
                background-color: #EFF2F8;
                border-radius: 8px;
                /* display: flex; */
                align-items: center;
                justify-content: space-between;
            }
            .other-foot .links .enamad a::before {
                display: none;
            }
            .other-foot .links .enamad a {
                border-left: 2px dashed #857DFF4A;
                /* width: 48%; */
                padding-right: 0px;
                padding-right: 5px;
            }
            @media (max-width: 1200px) {
                .other-foot .links .enamad a {
                    border-bottom: 2px dashed #857DFF4A;
                    border-left: none;
                    /* width: 48%; */
                    padding-right: 0px;
                    padding-bottom: 5px;
                }
                .other-foot .links .enamad a:last-child {
                    border-left: none;
                    border-bottom: none;
                }
            }
            .other-foot .links .enamad a:last-child {
                border-left: none;
            }
            .other-foot .links .enamad a img {
                width: 95%;
            }
            .col-custom-2 {
                width: 24%;
                height: auto;
                padding: auto;
            }
            /* .col-custom-2 {
                        width: 70%;
                    } */
            .text-foot {
                text-align: center;
                background-color: #E1E7F2;
                padding: 10px 10px 10px 10px;
                display: flex;
                justify-content: center;
                border-bottom-left-radius: 20px;
                border-bottom-right-radius: 20px;
                width: 90%;
                margin-right: 5%;
                margin-bottom: 30px;
            }
            .text-foot p {
                color: #606476;
                font-size: 16px;
                margin: 0;
            }
        }
        
        @media (max-width: 991px) {
            footer {
                width: 100%;
                background-color: #fff;
                border-radius: 20px;
                padding: 40px;
                padding-top: 20px;
                padding-bottom: 20px;
                margin-top: 60px;
            }
            footer .contact-foot {
                width: 100%;
                border-radius: 20px;
                background-color: #6d6dff;
                padding: 20px;
                margin-top: -40px;
                padding-bottom: 20px !important;
                height: fit-content;
            }
            footer .contact-foot .logo {
                display: flex;
                align-items: center;
            }
            footer .contact-foot .logo img {
                width: 73px;
                margin-left: 5px;
            }
            footer .contact-foot .logo h2 {
                font-size: 24px;
                color: #fff;
                font-weight: 900;
                margin: 0;
                text-align: right;
            }
            footer .contact-foot .logo p {
                font-size: 16px;
                color: #333749;
                font-weight: 400;
                margin: 0;
                text-align: right;
                margin-top: 5px;
            }
            footer .contact-foot .main-con {
                background-color: #EFF2F8;
                border-radius: 20px;
                padding: 10px;
                margin-top: 15px;
            }
            footer .contact-foot .main-con p {
                color: #606476;
                font-size: 18px;
                text-align: center;
                margin: 0px;
            }
            footer .contact-foot .main-con .phone {
                color: #857DFF;
                font-size: 22px;
                text-align: center;
                margin: 0px;
                width: 100%;
                display: flex;
                justify-content: center;
                margin-top: 5px;
            }
            footer .contact-foot .main-con .social {
                border-top: 1px dashed #857DFF4A;
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding-top: 10px;
                margin-top: 5px;
                padding: 10px 10px;
                padding-bottom: 0px;
            }
            footer .contact-foot .main-con .social a {
                color: #9EA0AA;
            }
            footer .contact-foot .main-con .social a:hover {
                color: #6d6dff;
            }
            footer .contact-foot .main-con .social a {
                text-decoration: none;
            }
            .other-foot {
                width: 100%;
                border: 1px solid #E4E5E8;
                border-radius: 16px;
                padding: 10px;
                margin-top: 20px;
            }
            .other-foot .links {
                border-bottom: 2px dashed #857DFF4A;
                padding-top: 20px;
                padding-bottom: 20px;
            }
            .other-foot .links:last-child {
                border-bottom: none;
            }
            .other-foot .links h2 {
                color: #606476;
                font-size: 16px;
                font-weight: 600;
                background: linear-gradient(92.52deg, rgba(239, 242, 248, 0) -0.75%, #EFF2F8 98.5%);
                width: 100%;
                border-radius: 8px;
                padding: 10px;
                display: block;
                text-align: right;
                padding-right: 15px;
            }
            .other-foot .links a {
                color: #606476;
                font-size: 14px;
                font-weight: 400;
                position: relative;
                padding-right: 15px;
                text-decoration: none;
                display: flex;
                width: 100%;
                margin-top: 10px;
            }
            .other-foot .links a::before {
                content: "";
                width: 5px;
                height: 6.5px;
                rotate: 45deg;
                background-color: #606476;
                border-radius: 3px;
                position: absolute;
                right: 0px;
                top: 10px;
            }
            .other-foot .links .enamad {
                width: 100%;
                padding: 10px;
                background-color: #EFF2F8;
                border-radius: 8px;
                /* display: flex; */
                align-items: center;
                justify-content: space-between;
            }
            .other-foot .links .enamad a::before {
                display: none;
            }
            .other-foot .links .enamad a {
                border-left: 2px dashed #857DFF4A;
                /* width: 48%; */
                padding-right: 0px;
                padding-right: 5px;
            }
            @media (max-width: 1200px) {
                .other-foot .links .enamad a {
                    border-bottom: 2px dashed #857DFF4A;
                    border-left: none;
                    /* width: 48%; */
                    padding-right: 0px;
                    padding-bottom: 5px;
                }
                .other-foot .links .enamad a:last-child {
                    border-left: none;
                    border-bottom: none;
                }
            }
            .other-foot .links .enamad a:last-child {
                border-left: none;
            }
            .other-foot .links .enamad a img {
                width: 95%;
            }
            .col-custom-2 {
                width: 100%;
            }
            /* .col-custom-2 {
                        width: 70%;
                    } */
            .text-foot {
                text-align: center;
                background-color: #E1E7F2;
                padding: 10px 10px 10px 10px;
                display: flex;
                justify-content: center;
                border-bottom-left-radius: 20px;
                border-bottom-right-radius: 20px;
                width: 90%;
                margin-right: 5%;
                margin-bottom: 30px;
            }
            .text-foot p {
                color: #606476;
                font-size: 16px;
                margin: 0;
            }
        }
        
 
 

.icon-btn.cart-icon {
  position: relative !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.icon-btn2 {
  position: relative !important;
 display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.cart-count {
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: #ff3b30;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
  padding: 2px 6px;
  line-height: 1.2;
  min-width: 18px;
  text-align: center;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  pointer-events: none;
  z-index: 3;
}

.cart-count:empty {
  display: none;
}

  .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
  }
  .popup-box {
    position: relative;
    background: #fff;
    padding: 25px 30px;
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    text-align: center;
    width: 280px;
    animation: fadeIn 0.25s ease;
  }
  .popup-box .close {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 22px;
    cursor: pointer;
    color: #888;
    transition: color 0.2s;
  }
  .popup-box .close:hover { color: #000; }
  .popup-box h3 {
    margin: 0 0 8px;
    color: #333;
    font-size: 18px;
  }
  .popup-box p {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
  }
  @keyframes fadeIn {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
  }
  
  
  
  .product-wrapper {
            background-color: #f2f2f2 !important; /* رنگ طوسی روشن */
            border-radius: 10px !important; /* گوشه‌های نرم */
            padding: 15px !important; /* فاصله داخلی برای زیبایی */
            transition: all 0.3s ease !important; /* افکت ملایم در هاور */
            height: 350px !important;
        }

        .product-wrapper:hover {
            background-color: #e0e0e0 !important; /* رنگ طوسی کمی تیره‌تر هنگام هاور */
            transform: translateY(-4px);
        }