
        .new-tag-link {
            display: inline-block;
            background: #113382;
            color: #fff;
            font-weight: 700;
            font-size: 12px;
            padding: 6px 7px;
            text-decoration: none;
            position: relative;
            text-transform: uppercase;
            border-radius: 4px;
            letter-spacing: .4px;
        }

        .new-tops {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .new-tag-link::after {
            content: "";
            position: absolute;
            top: -12px;
            right: 50px;
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 8px solid #113382;
            transform: rotate(270deg);
        }

        .category-neww {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }

        .new-tag-link:hover {
            background: #e31e25;
            color: #fff;
        }

        .new-tag-link:hover::after {
            border-left-color: #e31e25 !important;
        }

        .gear-tooltip-box {
            position: relative;
        }

        /* Tooltip text */
        .gear-tooltip-text {
            position: absolute;
            bottom: 110%;
            left: 50%;
            transform: translateX(-50%);
            background: #111;
            color: #fff;
            padding: 8px 12px;
            font-size: 12px;
            border-radius: 6px;
            white-space: nowrap;
            opacity: 0;
            visibility: hidden;
            transition: 0.3s ease;
            z-index: 10;
        }

        .gear-tooltip-text::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            border-width: 6px;
            border-style: solid;
            border-color: #111 transparent transparent transparent;
        }

        .gear-tooltip-box:hover .gear-tooltip-text {
            opacity: 1;
            visibility: visible;
            bottom: 103%;
        }

        .menu-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 20px;
            height: 56px;
            background: #fff;
            border-radius: 8px;
            color: var(--dark);
            border: 1px solid #969696;
            cursor: pointer;
            user-select: none;
            position: relative;
            overflow: visible;
            border-left: 5px solid #c0001a;
        }

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

        .header-title {
            font-size: 15px;
            font-weight: 600;
            color: #1a1a1a;
        }

        .corner-ribbon {
            position: absolute;
            top: 0;
            right: 0;
            width: 72px;
            height: 54px;
            overflow: hidden;
            border-radius: 0 12px 6px 0;
        }

        .corner-ribbon span {
            position: absolute;
            display: block;
            width: 100px;
            background: #C0001A;
            color: #fff;
            font-size: 11px;
            font-weight: 500;
            letter-spacing: 0.05em;
            text-align: center;
            padding: 4px 0;
            top: 11px;
            right: -22px;
            transform: rotate(45deg);

        }

        .new-tops .new-tag-link::after {
            content: "";
            position: absolute;
            top: 7px;
            right: auto;
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 8px solid #113382;
            transform: rotate(180deg);
            left: -8px;
        }

        @media(max-width:768px) {
            .new-tag-link {
                font-size: 10px;
            }
        }

        /* @property --angle {
            syntax: "<angle>";
            initial-value: 0deg;
            inherits: false;
        }

        .image-cateogory {
            position: relative;
        }

        .moving-border::before,
        .moving-border::after {
            content: "";
            position: absolute;
            inset: 7px;
            border-radius: 22px;
            background: linear-gradient(var(--angle), #173886, #123482, #d8261a, #d8261a);
            z-index: -1;
            animation: rotate 6s linear infinite;
            min-height: 127px;
            margin-top: -5px;
        }

        .moving-border::after {
            filter: blur(3px);
        }

        @keyframes rotate {
            0% {
                --angle: 0deg;
            }

            100% {
                --angle: 360deg;
            }
        }

        @media(max-width:550px) {

            .moving-border::before,
            .moving-border::after {
                content: "";
                position: absolute;
                inset: -4px !important;
                border-radius: 22px;
                background: linear-gradient(var(--angle), #173886, #123482, #d8261a, #d8261a);
                z-index: -1;
                animation: rotate 6s linear infinite;
                min-height: 85px !important;
                margin-top: 1px !important;
            }

            .image-cateogory img {
                object-position: top;
                width: 91%;
                height: 92%;
                border-radius: 12px;
                padding-top: 0;
                margin-top: 3px;
            }

            .category-menu .col-md-12 {
                padding-left: 5px;
                padding-right: 5px;
            }
        }

        @media(max-width:400px) {
            .items-scrolls {
                justify-content: flex-start;
                overflow-x: auto;
            }
        } */




        .image-cateogory.moving-border {
            position: relative;
            width: 102px;
            height: 122px;
            border-radius: 20px;
            overflow: hidden;
            margin-top: 6px;
            margin-right: auto;
            margin-left: auto;
        }

        @property --angle {
            syntax: "<angle>";
            initial-value: 0deg;
            inherits: false;
        }

        .image-cateogory.moving-border img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 22px;
            display: block;
            padding-top: 0;
        }

        /* Animated border */
        .moving-border::before,
        .moving-border::after {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: 20px;
            padding: 3px;
            background: linear-gradient(var(--angle), #173886, #123482, #d8261a, #d8261a);

            -webkit-mask:
                linear-gradient(#fff 0 0) content-box,
                linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask: linear-gradient(#fff 0 0) content-box,
                linear-gradient(#fff 0 0);
            mask-composite: exclude;

            animation: rotate 6s linear infinite;
        }

        .moving-border::after {
            filter: blur(4px);
        }

        /* Animation */
        @keyframes rotate {
            0% {
                --angle: 0deg;
            }

            100% {
                --angle: 360deg;
            }
        }

        @media(max-width:576px) {
            .image-cateogory.moving-border {
                width: 79px;
                height: auto;
            }
        }

        @media(max-width:450px) {

            .moving-border::before,
            .moving-border::after {
                border-radius: 11px;
            }

            .image-cateogory.moving-border {
                width: 53px;
                height: 56px;
                border-radius: 7px;
                margin-top: 0px;
            }

            .image-cateogory.moving-border img {
                border-radius: 11px;
            }

            .image-cateogory.moving-border img {
                width: 100%;
                height: 97%;
                object-fit: cover;
                border-radius: 11px;
            }

            .category-menu .col-md-12 {
                padding-left: 5px;
                padding-right: 5px;
            }

            .image-cateogory {
                width: 54px !important;
                height: 56px !important;
                border-radius: 11px !important;
                overflow: hidden !important;
                margin: auto !important;
            }
        }

        @media(max-width:400px) {
            .image-cateogory.moving-border img {
                width: 91%;
                height: 96%;
                object-fit: cover;
                border-radius: 11px;
            }
        }

        @media(max-width:400px) {
            .items-scrolls {
                justify-content: flex-start;
                overflow-x: auto;
            }
        }

        @media(max-width:400px) {

            .moving-border::before,
            .moving-border::after {
                border-radius: 11px !important;
                padding: 2px !important;
            }

            .image-cateogory.moving-border img {
                width: 98% !important;
                height: 96% !important;
                object-fit: cover !important;
                border-radius: 11px !important;
            }
        }

        @media (max-width: 380px) {
            .content-category span {
                font-size: 11px;
                font-weight: 700;
            }
        }

        @media (max-width: 375px) {
            .image-cateogory {
                width: 49px !important;
                height: 54px !important;
                border-radius: 14px !important;
                overflow: hidden !important;
                margin: auto !important;
            }
        }

        @media (max-width: 768px) {
            .new-tops .new-tag-link {
                font-size: 10px;
                margin-left: 7px;
            }
        }


        @media(max-width:1460px) {
            .new-tag-link::after {
                top: -10px;
            }
        }




        /* end customize css */




        .navbar-hidden {
            display: none;
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
        }

        .navbar-visible {
            opacity: 1;
        }


        .carousel_inner_sports {
            flex: 0 0 calc(100% / 4);
            max-width: calc(100% / 4);
            box-sizing: border-box;
            text-align: center;
        }

        .carousel_inner_sports img {
            width: 100%;
            height: auto;
            display: block;
        }

        .my-slider {
            display: flex;
            gap: 15px;
            /* overflow: hidden;  */
        }


        .slider-product-category-mains img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;

        }

        /* Loader Container */
        #page-loader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.8);
            /* Semi-transparent overlay */
            z-index: 9999;
            /* Ensure it appears above all other content */
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* Loader Animation (Spinner) */
        .loader {
            border: 8px solid #fcfcfc;
            /* Light grey border */
            border-top: 8px solid #1795e8;
            /* Blue color */
            border-radius: 50%;
            width: 60px;
            height: 60px;
            animation: spin 1s linear infinite;
        }

        /* Spinner Animation */
        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        /* add to cart loader css */

        .addToCartLoader {
            display: none;
            border: 3px solid #f3f3f3;
            /* Light gray background */
            border-top: 3px solid #3498db;
            /* Blue color for the rotating part */
            border-radius: 50%;
            width: 20px;
            /* Adjust the size of the loader */
            height: 20px;
            /* Adjust the size of the loader */
            animation: spin 1s linear infinite;
            margin-left: 10px;
            /* Some space between button text and loader */
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        /* end add to cart loader css */

        /* for cross icon */
        #clear-search {
            font-size: 16px;
            color: #999;
        }

        #clear-search:hover {
            color: #333;
        }

        .subcategory-list,
        .child-list,
        .grandchild-list {
            margin-left: 15px;
            list-style: none;
        }

        .d-none {
            display: none;
        }

        .toggle-main,
        .toggle-sub,
        .toggle-child {
            cursor: pointer;
            display: flex;
            justify-content: space-between;
        }

        ul li {
            margin-bottom: 5px;
        }

        .rotate {
            transform: rotate(180deg);
            transition: transform 0.3s ease;
        }

        .toggle-main i,
        .toggle-sub i,
        .toggle-child i {
            transition: transform 0.3s ease;
        }

        .rotate {
            transform: rotate(180deg);
            transition: transform 0.3s ease;
        }


        /* Spin Wheel Custom Styles */
        /* Spin Wheel Custom Styles */

        .wheel-trigger-btn {
            padding: 16px 48px;
            font-size: 18px;
            font-weight: 600;
            color: white;
            background: linear-gradient(135deg, #d8261a 0%, #b01f15 100%);
            border: none;
            border-radius: 50px;
            cursor: pointer;
            box-shadow: 0 10px 30px rgba(216, 38, 26, 0.4);
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .wheel-trigger-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 40px rgba(216, 38, 26, 0.6);
        }

        .wheel-popup-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.85);
            backdrop-filter: blur(8px);
            z-index: 1000;
            animation: wheelFadeIn 0.3s ease;
            padding: 10px;
            /* overflow-y: auto; */
        }

        .wheel-popup-overlay.wheel-active {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .wheel-popup-container {
            background: linear-gradient(135deg, #113482 0%, #0a2359 100%);
            border-radius: 30px;
            max-width: 1100px;
            width: 100%;
            /* max-height: 96vh; */
            /* overflow-y: auto; */
            box-shadow: 0 25px 80px rgba(0, 0, 0, 0.5);
            animation: wheelSlideUp 0.4s ease;
            position: relative;
            border: 3px solid white;
            margin: auto;
        }

        .wheel-popup-header {
            background: #d8261a;
            padding: 12px 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: sticky;
            top: 0;
            z-index: 10;
            border-radius: 27px 27px 0 0;
        }

        .wheel-popup-title {
            color: white;
            font-size: 25px;
            font-weight: 600;
            margin: 0;
        }

        .wheel-close-btn {
            background: rgba(255, 255, 255, 0.2);
            border: 2px solid white;
            color: white;
            width: 40px;
            height: 40px;
            min-width: 40px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .wheel-close-btn:hover {
            background: white;
            color: #d8261a;
            transform: rotate(90deg);
        }

        .wheel-popup-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 25px;
            padding: 25px;
            /* height: 84vh; */
        }

        .wheel-spin-section {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .wheel-main-container {
            position: relative;
            width: 100%;
            max-width: 500px;
            aspect-ratio: 1;
            margin-bottom: 17px;
        }

        .wheel-pointer {
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-top: 30px solid #d8261a;
            filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
            z-index: 10;
        }

        .wheel-spinner {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 12px solid white;
            position: relative;
            overflow: hidden;
            box-shadow: 0 15px 50px rgba(255, 255, 255, 0.2);
            transition: transform 4s cubic-bezier(0.17, 0.67, 0.12, 0.99);
        }

        .wheel-spinner canvas {
            width: 100%;
            height: 100%;
            display: block;
        }

        .wheel-center-circle {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 75px;
            height: 75px;
            background: linear-gradient(135deg, #d8261a 0%, #b01f15 100%);
            border-radius: 50%;
            border: 4px solid white;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            z-index: 5;
        }

        .wheel-spin-btn {
            padding: 11px 49px;
            font-size: clamp(16px, 3vw, 20px);
            font-weight: 700;
            color: white;
            background: linear-gradient(135deg, #d8261a 0%, #b01f15 100%);
            border: none;
            border-radius: 50px;
            cursor: pointer;
            box-shadow: 0 10px 30px rgba(216, 38, 26, 0.5);
            transition: all 0.3s ease;
            text-transform: capitalize;
            letter-spacing: .5px;
            white-space: nowrap;
            font-family: 'Arimo';
        }

        .wheel-spin-btn:hover:not(:disabled) {
            transform: translateY(-3px) scale(1.05);
            box-shadow: 0 15px 40px rgba(216, 38, 26, 0.7);
        }

        .wheel-spin-btn:disabled {
            opacity: 0.6;
            cursor: not-allowed;
        }

        .wheel-timer-text {
            color: white;
            font-size: 12px;
            margin-top: 15px;
            text-align: center;
            font-weight: 500;
        }

        .wheel-terms-section {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            padding: 22px;
            backdrop-filter: blur(10px);
            border: 2px solid rgba(255, 255, 255, 0.3);
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .wheel-terms-section::-webkit-scrollbar {
            width: 8px;
        }

        .wheel-terms-section::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
        }

        .wheel-terms-section::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 10px;
        }

        .wheel-section-title {
            color: white;
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 18px;
            letter-spacing: 1px;
            margin-top: 0;
            text-align: left;
            border-bottom: 1px solid #dddddd91;
            padding-bottom: 9px;
        }

        .wheel-terms-list {
            color: white;
            line-height: 1.8;
            font-size: clamp(13px, 2vw, 15px);
            list-style: none;
            padding-left: 0;
            margin: 0;
        }

        .wheel-terms-list li {
            margin-bottom: 12px;
            padding-left: 20px;
            position: relative;
        }

        .wheel-terms-list li:before {
            content: "★";
            position: absolute;
            left: 0;
            color: #d8261a;
        }

        .wheel-result-container {
            animation: wheelFadeIn 0.5s ease;
            margin-bottom: 20px;
        }

        #wheelTermsContent {

            padding-right: 10px;
        }

        #wheelTermsContent::-webkit-scrollbar {
            width: 6px;
        }

        #wheelTermsContent::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
        }

        #wheelTermsContent::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.4);
            border-radius: 10px;
        }

        #wheelTermsContent::-webkit-scrollbar-thumb:hover {
            background: rgba(255, 255, 255, 0.6);
        }

        .wheel-result-card {
            background: white;
            border-radius: 15px;
            padding: 14px 19px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        .wheel-offer-details {
            color: #333;
        }

        .wheel-discount-badge {
            background: linear-gradient(135deg, #d8261a 0%, #b01f15 100%);
            color: white;
            padding: 15px 25px;
            border-radius: 10px;
            font-size: clamp(24px, 5vw, 32px);
            font-weight: 700;
            text-align: center;
            margin-bottom: 20px;
            box-shadow: 0 5px 15px rgba(216, 38, 26, 0.4);
        }

        .wheel-coupon-code {
            background: #f8f9fa;
            border: 2px dashed #113482;
            border-radius: 8px;
            padding: 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 15px;
            gap: 10px;
            flex-wrap: wrap;
        }

        .wheel-code-text {
            font-size: clamp(16px, 3vw, 20px);
            font-weight: 700;
            color: #113482;
            letter-spacing: 2px;
        }

        .wheel-copy-btn {
            padding: 10px 25px;
            background: #d8261a;
            color: white;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s ease;
            font-size: clamp(12px, 2vw, 14px);
        }

        .wheel-copy-btn:hover {
            background: #b01f15;
            transform: scale(1.05);
        }

        .wheel-product-offer {
            display: flex;
            gap: 20px;
            align-items: center;
        }

        .wheel-product-image {
            width: 120px;
            height: 120px;
            min-width: 80px;
            border-radius: 10px;
            object-fit: cover;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            border: 2px solid #113482;
        }

        .wheel-product-info {
            flex: 1;
        }

        .wheel-product-name {
            font-size: clamp(16px, 3vw, 20px);
            font-weight: 700;
            color: #113482;
            margin-bottom: 8px;
        }

        .wheel-product-desc {
            color: #2d2d2d;
            font-size: 15px;
            margin-bottom: 10px;
            line-height: 1.5;
            font-weight: 500;
        }

        .wheel-product-price {
            font-size: clamp(16px, 3vw, 18px);
            font-weight: 700;
            color: #d8261a;
            margin: 10px 0;
        }

        .wheel-view-detail-btn {
            padding: 9px 21px;
            background: linear-gradient(135deg, #d8261a 0%, #b01f15 100%);
            color: white;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s ease;
            font-size: 16px;
            letter-spacing: .4px;
        }

        .wheel-view-detail-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(216, 38, 26, 0.4);
        }

        @keyframes wheelFadeIn {
            from {
                opacity: 0;
            }

            to {
                opacity: 1;
            }
        }

        @keyframes wheelSlideUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }

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

        @media (max-width: 1200px) {
            .wheel-main-container {
                max-width: 480px;
            }
        }

        @media(max-width:1700px) {
            .wheel-popup-content {
                height: 82vh;
                overflow-y: auto;
            }
        }

        /* Tablet portrait */
        @media (max-width: 968px) {
            .wheel-popup-content {
                grid-template-columns: 1fr;
                padding: 30px 20px;
                gap: 30px;
            }

            .wheel-main-container {
                max-width: 450px;
            }

            .wheel-terms-section {
                padding: 25px;
            }


        }

        /* Mobile landscape / Small tablet */
        @media (max-width: 768px) {
            .wheel-popup-overlay {
                padding: 10px;
            }

            .wheel-popup-container {
                border-radius: 25px;
                border-width: 2px;
            }

            .wheel-popup-header {
                padding: 18px 25px;
                border-radius: 23px 23px 0 0;
            }

            .wheel-popup-content {
                padding: 25px 20px;
                gap: 25px;
            }

            .wheel-main-container {
                max-width: 420px;
                margin-bottom: 25px;
            }

            .wheel-pointer {
                top: -16px;
                border-left-width: 16px;
                border-right-width: 16px;
                border-top-width: 32px;
            }

            .wheel-spinner {
                border-width: 12px;
            }

            .wheel-center-circle {
                width: 75px;
                height: 75px;
            }

            .wheel-spin-btn {
                padding: 16px 45px;
                letter-spacing: 1.5px;
            }

            .wheel-terms-section {
                padding: 20px;
            }


            .wheel-popup-content {
                max-height: 85vh;
                overflow-y: auto;
            }

            .wheel-popup-title {
                font-size: 19px;
            }

            .wheel-close-btn {
                width: 27px;
                height: 27px;
                min-width: 28px;
                font-size: 16px;
            }

            .wheel-section-title {
                font-size: 20px;
                font-weight: 600;
            }
        }

        /* Mobile portrait */
        @media (max-width: 576px) {
            .wheel-popup-overlay {
                padding: 5px;
                align-items: flex-start;
            }

            .wheel-product-desc {
                font-size: 14px;
            }

            .wheel-view-detail-btn {
                padding: 7px 18px;
                font-size: 15px;
                letter-spacing: .4px;
            }

            .wheel-popup-container {
                margin-top: 10px;
                border-radius: 20px;
            }

            .wheel-popup-header {
                padding: 15px 20px;
                border-radius: 18px 18px 0 0;
            }

            .wheel-popup-content {
                padding: 20px 15px;
                gap: 20px;
            }

            .wheel-main-container {
                max-width: 320px;
                margin-bottom: 20px;
            }

            .wheel-pointer {
                top: -14px;
                border-left-width: 14px;
                border-right-width: 14px;
                border-top-width: 28px;
            }

            .wheel-spinner {
                border-width: 10px;
            }

            .wheel-center-circle {
                width: 65px;
                height: 65px;
                border-width: 4px;
            }

            .wheel-spin-btn {
                padding: 14px 40px;
                font-size: 16px;
            }

            .wheel-terms-section {
                padding: 18px 15px;
            }



            .wheel-result-card {
                padding: 18px;
            }

            .wheel-product-offer {
                flex-direction: column;
                text-align: left;
                gap: 15px;
                align-items: flex-start;
            }

            .wheel-product-image {
                width: 85px;
                height: 85px;
            }

            .wheel-coupon-code {
                flex-direction: column;
                text-align: center;
                gap: 12px;
            }

            .wheel-copy-btn {
                width: 100%;
                padding: 12px 25px;
            }

            .wheel-terms-list li {
                padding-left: 18px;
                font-size: 14px;
                font-weight: 400 !important;
                letter-spacing: .5px !important;
                line-height: 21px;
            }

            .wheel-center-circle {
                box-shadow: 0 8px 15px rgb(252 16 16 / 34%) !important;
            }

            .wheel-spin-btn:hover:not(:disabled) {
                box-shadow: none !important;
            }

            .wheel-terms-list li:before {
                left: -6px;
                font-size: 20px;
            }
        }

        /* Very small mobile */
        @media (max-width: 420px) {
            .wheel-main-container {
                max-width: 240px;
            }

            .wheel-pointer {
                top: -12px;
                border-left-width: 12px;
                border-right-width: 12px;
                border-top-width: 24px;
            }

            .wheel-spinner {
                border-width: 8px;
            }

            .wheel-center-circle {
                width: 55px;
                height: 55px;
            }

            .wheel-popup-content {
                padding: 15px 10px;
            }

            .wheel-spin-btn {
                padding: 12px 35px;
                font-size: 15px;
            }

            .wheel-popup-title {
                font-size: 16px;
            }

            .wheel-popup-header {
                padding: 11px 5px;
            }

            .wheel-popup-title i {
                font-size: 27px !important;
            }

            .wheel-close-btn {
                margin-left: 5px;
            }

            .wheel-terms-list li {
                padding-left: 18px;
                font-size: 14px;
                font-weight: 400 !important;
                letter-spacing: .5px !important;
                line-height: 21px;
            }

            .wheel-center-circle {
                box-shadow: 0 8px 15px rgb(252 16 16 / 34%) !important;
            }

            .wheel-spin-btn:hover:not(:disabled) {
                box-shadow: none !important;
            }

            .wheel-terms-list li:before {
                left: -6px;
                font-size: 20px;
            }
        }

        /* Extra small mobile */
        @media (max-width: 360px) {
            .wheel-main-container {
                max-width: 287px;
            }

            .wheel-center-circle {
                width: 50px;
                height: 50px;
            }
        }

        /* Diwali Celebration Animations */
        /* Diwali Celebration Animations - ENHANCED */

        /* Fireworks Container */
        .diwali-celebration-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 9999;
            overflow: hidden;
        }



        /* Confetti */
        .celebration-confetti {
            position: absolute;
            width: 10px;
            height: 10px;
            top: -20px;
            animation: confettiFall 3s linear forwards;
        }

        @keyframes confettiFall {
            0% {
                top: -20px;
                opacity: 1;
                transform: translateX(0) rotateZ(0deg);
            }

            100% {
                top: 100vh;
                opacity: 0;
                transform: translateX(var(--x-drift)) rotateZ(720deg);
            }
        }

        /* Firework Bursts */
        .firework-burst {
            position: absolute;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            animation: burstExplosion 1.2s ease-out forwards;
        }

        @keyframes burstExplosion {
            0% {
                transform: translate(0, 0) scale(1);
                opacity: 1;
            }

            100% {
                transform: translate(var(--tx), var(--ty)) scale(0);
                opacity: 0;
            }
        }

        /* Diya/Candle Lights */
        .diya-light {
            position: absolute;
            width: 40px;
            height: 40px;
            animation: diyaGlow 2s infinite alternate;
        }

        .diya-light::before {
            content: '🪔';
            font-size: 40px;
            position: absolute;
            animation: flameFlicker 0.3s infinite;
        }

        .diya-light::after {
            content: '';
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 60px;
            background: radial-gradient(circle, rgba(255, 153, 51, 0.6) 0%, transparent 70%);
            border-radius: 50%;
            animation: glowPulse 1.5s infinite;
        }

        @keyframes diyaGlow {
            0% {
                filter: brightness(1);
            }

            100% {
                filter: brightness(1.5);
            }
        }

        @keyframes flameFlicker {

            0%,
            100% {
                transform: scale(1) translateY(0);
            }

            50% {
                transform: scale(1.1) translateY(-2px);
            }
        }

        @keyframes glowPulse {

            0%,
            100% {
                transform: translateX(-50%) scale(1);
                opacity: 0.6;
            }

            50% {
                transform: translateX(-50%) scale(1.3);
                opacity: 0.3;
            }
        }



        /* Golden Particles */
        .golden-particle {
            position: absolute;
            width: 8px;
            height: 8px;
            background: linear-gradient(45deg, #ffd700, #ffed4e);
            border-radius: 50%;
            box-shadow: 0 0 10px #ffd700;
            animation: particleFloat 2s ease-out forwards;
        }

        @keyframes particleFloat {
            0% {
                transform: translate(0, 0) scale(1);
                opacity: 1;
            }

            100% {
                transform: translate(var(--px), var(--py)) scale(0);
                opacity: 0;
            }
        }

        /* Rangoli Pattern Effect */
        .rangoli-pattern {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 200px;
            height: 200px;
            transform: translate(-50%, -50%);
            animation: rangoliFade 2s ease-out forwards;
        }

        @keyframes rangoliFade {
            0% {
                opacity: 0;
                transform: translate(-50%, -50%) scale(0) rotate(0deg);
            }

            50% {
                opacity: 1;
                transform: translate(-50%, -50%) scale(1.5) rotate(180deg);
            }

            100% {
                opacity: 0;
                transform: translate(-50%, -50%) scale(2) rotate(360deg);
            }
        }

        /* Light Rays */
        .light-ray {
            position: absolute;
            width: 4px;
            height: 100px;
            background: linear-gradient(to bottom, rgba(255, 215, 0, 0.8), transparent);
            animation: rayShine 1.5s ease-out forwards;
            transform-origin: top center;
        }

        @keyframes rayShine {
            0% {
                transform: scaleY(0);
                opacity: 0;
            }

            50% {
                opacity: 1;
            }

            100% {
                transform: scaleY(2);
                opacity: 0;
            }
        }

        /* Enhanced Result Card with Diwali Theme */
        .wheel-result-card {


            position: relative;
            overflow: visible;


        }


        /* .wheel-result-card::before {
            content: '✨';
            position: absolute;
            top: -20px;
            left: -20px;
            font-size: 40px;
            animation: cornerSparkle 1.5s infinite;
        } */

        .wheel-result-card::after {
            content: '🪔';
            position: absolute;
            bottom: -20px;
            right: -20px;
            font-size: 40px;
            animation: cornerDiya 2s infinite;
        }

        @keyframes cornerSparkle {

            0%,
            100% {
                transform: rotate(0deg) scale(1);
                filter: brightness(1);
            }

            50% {
                transform: rotate(180deg) scale(1.3);
                filter: brightness(1.5);
            }
        }

        @keyframes cornerDiya {

            0%,
            100% {
                transform: translateY(0) scale(1);
            }

            50% {
                transform: translateY(-10px) scale(1.2);
            }
        }

        /* Popup container Diwali enhancement */
        /*.wheel-popup-container {*/
        /* background: linear-gradient(135deg, #1a0033 0%, #4a0080 50%, #1a0033 100%); */
        /* border: 4px solid #ffd700; */
        /* box-shadow: 0 0 50px rgba(255, 215, 0, 0.5), 0 25px 80px rgba(0, 0, 0, 0.5); */

        /*}*/



        .wheel-popup-header {
            background: #d8261a;
            position: relative;
            overflow: hidden;
        }

        .wheel-popup-header::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: #d8261a;

        }



        .wheel-popup-title {
            position: relative;
            z-index: 1;

        }



        .wheel-center-circle {
            background: #d8261a;

            animation: centerGlow 2s infinite alternate;
        }

        @keyframes centerGlow {
            0% {
                box-shadow: 0 0 30px rgba(226, 28, 28, 0.8), 0 10px 25px rgba(0, 0, 0, 0.5);
            }

            100% {
                box-shadow: 0 0 50px rgb(249, 36, 36), 0 10px 25px rgba(0, 0, 0, 0.5);
            }
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .celebration-balloon {
                width: 40px;
                height: 56px;
            }

            .diya-light {
                width: 30px;
                height: 30px;
            }

            .diya-light::before {
                font-size: 30px;
            }

            .sparkle-star {
                font-size: 24px;
            }
        }

        @media (max-width: 576px) {
            .celebration-balloon {
                width: 35px;
                height: 49px;
            }

            .diya-light {
                width: 25px;
                height: 25px;
            }

            .diya-light::before {
                font-size: 25px;
            }

            .sparkle-star {
                font-size: 20px;
            }
        }

        @media (max-width: 768x) {
            .wheel-popup-content {
                height: 86vh;
                overflow-y: auto;
            }
        }


        /* End Spin Wheel Custom Styles */
        /* end popup */


        /* customize button */


        .customize-pp {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        p.cistomize-pro {
            font-size: 15px;
            background: #ffcdd97a;
            color: #900026;
            padding: 4px 16px;
            border-bottom-left-radius: 15px;
            border-top-right-radius: 15px;
            border-top-left-radius: 2px;
            border-bottom-right-radius: 2px;
            font-weight: 700;
            text-transform: capitalize;
        }


        @media(max-width:375px) {
            .image-cateogory.moving-border {
                width: 46px !important;
                height: 54px !important;
                border-radius: 7px;
                margin-top: 0px !important;
            }

            .image-cateogory.moving-border img {
                width: 100% !important;
                height: 98% !important;
                object-fit: cover !important;
                border-radius: 11px !important;
            }
        }


        /* add css popup */

        .div-blcoks-mov {
            display: none;
        }

        /* Show only on mobile */
        @media (max-width:768px) {
            .div-blcoks-mov {
                display: block;
            }
        }

        .opt3-strip {
            background: #153685;
            padding: 6px 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .opt3-left {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .opt3-icon {
            width: 28px;
            height: 28px;
            border-radius: 6px;
            background: #d8261a;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .opt3-icon i {
            font-size: 16px;
            color: #fff;
        }

        .opt3-main {
            font-size: 13px;
            font-weight: 600;
            color: #fff;
        }

        .opt3-btn {
            background: #d8261a;
            border-radius: 20px;
            padding: 4px 10px;
            font-size: 11px;
            font-weight: 700;
            color: #fff;
            white-space: nowrap;
            cursor: pointer;
        }

        .opt3-close {
            color: #fff;
            font-size: 14px;
            margin-left: 19px;
            cursor: pointer;
        }

        /* Hide class */
        .hide-strip {
            display: none !important;
        }

        /* end customize button */
        /*
        a[href^="/product-detail/"] {
            pointer-events: none !important;
            cursor: default !important;
        }
        */
    


        .loader {
            display: block;
            /* Ensure it's visible */
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 10;
            width: 40px;
            height: 40px;
            border: 4px solid #f3f3f3;
            border-top: 4px solid #3498db;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        /* .owl-item.cloned {
        pointer-events: none;
    } */

        .diwali-mob {
            display: none;
            width: 100%;
        }

        .diwali-des {
            width: 100%;
        }

        @media(max-width:768px) {
            .diwali-des {
                display: none;
            }

            .diwali-mob {
                display: block;
            }

        }





        /*sales-offers*/
        .sales-ofers-new {
            display: flex;
            justify-content: center;
            position: relative;
        }

        .sales-offer-times {
            text-align: center;
        }

        .sales-offer-times .col-md-10 {
            padding: 0;
        }

        section.sales-offer-times {
            padding: 60px 0;
            background: #f8f8f8;
        }

        .sales-ofers-new .sec-title_heading {
            text-align: center
        }

        .sales-ofers-new h5 {
            text-align: center;
            margin-bottom: 52px;
            font-size: 18px;
            margin-top: 5px;
        }

        .swiper-container {
            width: 100%;
            /* max-width: 1350px; */
            /* margin: 60px auto; */
            padding: 40px 25px 75px;
            overflow: hidden;
            position: relative;
        }

        .swiper-slide {
            overflow: hidden;
            transition: 0.5s;
            transform: scale(0.85);
            /* height: 350px; */
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .sales-offer-times .swiper-slide {
            background: transparent;
        }

        .swiper-slide img,
        .swiper-slide iframe {
            width: 100%;
            height: 98%;
            object-fit: cover;
            border-radius: 12px;
            border: 1px solid #d8261a;
            object-position: top;
        }

        .swiper-slide-active {
            transform: scale(1.1);
            z-index: 3;
        }






        .swiper-slide-prev,
        .swiper-slide-next {
            transform: scale(0.92);
            z-index: 2;
        }


        .swiper-button-next,
        .swiper-button-prev {
            width: 32px;
            height: 32px;
            background: #000;
            border-radius: 50%;
            color: #fff;
            border: 2px solid #000;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
            transition: 0.3s;
        }


        .swiper-button-prev {
            left: 0;
        }

        .swiper-button-next {
            right: 0;
        }


        .swiper-button-next::after,
        .swiper-button-prev::after {
            font-size: 12px;
            font-weight: bold;
        }


        .swiper-button-next:hover,
        .swiper-button-prev:hover {
            background: #000;
            color: #fff;
        }


        .swiper-pagination {
            margin-top: 30px;
            text-align: center;
        }


        .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background: #d3d3d3;
            opacity: 1;
            margin: 0 6px !important;
            border-radius: 50%;
            position: relative;
        }

        .swiper-pagination-bullet-active {
            background: transparent;
            border: 2px solid #000;
            width: 18px;
            height: 18px;
            bottom: -4px;
        }

        .swiper-pagination-bullet-active::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 8px;
            height: 8px;
            background: #000;
            border-radius: 50%;
            transform: translate(-50%, -50%);
        }

        .swiper-wrapper {
            margin-bottom: 22px;
        }

        .video-box {
            width: 100%;
            height: 100%;
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            aspect-ratio: 16 / 9;
        }


        .video-thumb {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .video-box iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            border: none;
        }

        .video-box.active iframe {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
        }

        .sales-offer-times h5 {
            font-size: 18px;
            color: #2a2a2a;
            margin: 7px;
            letter-spacing: .2px;
        }

        .video-box.active .video-thumb,
        .video-box.active .play-btn {
            display: none;
        }

        .desktop-sales-tag {
            display: block;
        }

        .mobile-sales-tag {
            display: none;
        }

        @media(max-width:768px) {


            .desktop-sales-tag {
                display: none;
            }

            .mobile-sales-tag {
                display: block;
            }

            .sales-offer-times h5 {
                font-size: 15px;
                margin: 5px;
                line-height: 21px;
                width: 86%;
                margin-left: auto;
                margin-right: auto;
            }

            .swiper-button-next,
            .swiper-button-prev {
                display: none;
            }

            .swiper-pagination-bullet {
                width: 10px;
                height: 10px;
            }

            .swiper-container {
                padding: 32px 8px 64px;
            }

            .swiper-pagination-bullet-active {
                width: 16px;
                height: 16px;
                bottom: -3px;
            }
        }


        .swiper-slide .video-wrapper {
            position: relative;
            width: 100%;
            aspect-ratio: 4 / 3;
            border-radius: 12px;
            overflow: hidden;
        }

        .swiper-slide .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 12px;
            border: 1px solid #d8261a;
        }

        .swiper-slide .view-btn {
            position: absolute;
            bottom: 12px;
            right: 8px;
            background: rgb(255 255 255);
            color: #000000;
            padding: 5px 9px;
            border-radius: 20px;
            font-size: 13px;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 6px;
            transition: 0.3s;
            font-weight: 600;
        }

        .swiper-slide .view-btn i {
            font-size: 14px;
        }

        .swiper-slide .view-btn:hover {
            background: #fff;
            color: #000000;
        }



        @media (max-width:768px) {
            .swiper-slide .video-wrapper {
                aspect-ratio: 3 / 4;
            }


            .swiper-slide-active {
                transform: scale(1.1) !important;
                z-index: 3;
            }
        }

        @media (max-width:480px) {

            .swiper-slide .video-wrapper {
                aspect-ratio: 5 / 7.1;

            }

            .swiper-slide .view-btn {
                font-size: 10px;
            }
        }
    


        #iab-wrap {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 2147483647;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
            -webkit-font-smoothing: antialiased
        }

        #iab-banner {
            background: #fff;
            border-top: 1.5px solid #e5e7eb;
            box-shadow: 0 -4px 24px rgba(0, 0, 0, .12);
            padding-bottom: env(safe-area-inset-bottom, 0px);
            transform: translateY(110%);
            opacity: 0;
            transition: transform .4s cubic-bezier(.32, .72, 0, 1), opacity .3s ease
        }

        #iab-banner.iab-in {
            transform: translateY(0);
            opacity: 1
        }

        .iab-row {
            display: flex;
            align-items: center;
            gap: 10px;
            max-width: 640px;
            margin: 0 auto;
            padding: 10px 12px
        }

        .iab-icons {
            display: flex;
            flex-shrink: 0;
            cursor: pointer;
            -webkit-tap-highlight-color: transparent
        }

        .iab-icons img {
            width: 26px;
            height: 26px;
            border-radius: 50%;
            border: 2px solid #fff;
            box-shadow: 0 1px 6px rgba(0, 0, 0, .18);
            display: block
        }

        .iab-icons img:nth-child(2) {
            margin-left: -8px
        }

        .iab-text {
            flex: 1;
            min-width: 0;
            line-height: 1.3
        }

        .iab-text strong {
            display: block;
            font-size: 13px;
            font-weight: 700;
            color: #111827;
            white-space: normal;
            word-break: break-word
        }

        .iab-text span {
            font-size: 11px;
            color: #6b7280;
            display: block;
            margin-top: 1px;
            white-space: normal;
            word-break: break-word
        }

        .iab-actions {
            display: flex;
            align-items: center;
            gap: 7px;
            flex-shrink: 0
        }

        #iab-open-btn {
            background: #16a34a;
            color: #fff;
            border: none;
            border-radius: 22px;
            padding: 9px 14px;
            font-size: 12px;
            font-weight: 700;
            cursor: pointer;
            white-space: nowrap;
            font-family: inherit;
            -webkit-tap-highlight-color: transparent;
            box-shadow: 0 2px 8px rgba(22, 163, 74, .28);
            transition: opacity .15s, transform .15s;
            min-height: 36px
        }

        #iab-open-btn:active {
            opacity: .8;
            transform: scale(.96)
        }

        #iab-close-btn {
            background: rgba(0, 0, 0, .07);
            border: none;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            min-width: 28px;
            font-size: 12px;
            cursor: pointer;
            color: #6b7280;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            -webkit-tap-highlight-color: transparent
        }

        #iab-ios-tip {
            background: #eff6ff;
            border-top: 1px solid #bfdbfe;
            padding: 8px 12px;
            font-size: 12px;
            color: #1e40af;
            text-align: center;
            line-height: 1.5
        }

        @media(max-width:359px) {
            .iab-row {
                gap: 8px;
                padding: 9px 10px
            }

            .iab-icons img {
                width: 22px;
                height: 22px
            }

            .iab-text strong {
                font-size: 12px
            }

            .iab-text span {
                font-size: 10px
            }

            #iab-open-btn {
                padding: 8px 11px;
                font-size: 11px
            }

            #iab-close-btn {
                width: 26px;
                height: 26px;
                min-width: 26px
            }
        }

        @media(min-width:480px) {
            .iab-row {
                padding: 12px 16px;
                gap: 12px
            }

            .iab-icons img {
                width: 30px;
                height: 30px
            }

            .iab-text strong {
                font-size: 14px
            }

            .iab-text span {
                font-size: 12px
            }

            #iab-open-btn {
                padding: 10px 18px;
                font-size: 13px
            }

            #iab-close-btn {
                width: 30px;
                height: 30px;
                min-width: 30px
            }
        }
    