    /*** Logo Start ***/
    .navbar-brand img {
        height: 90px; 
        width: auto; 
        margin-right: 10px;
    }

    /*** customer dashboard in start ***/

        /* Main top bar nav container */
        @media (max-width: 576px) {
            .m-3{margin-left:0px !important;}
        .topbar-nav {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 12px;
            padding: 10px 16px;
            border-radius: 8px;
            font-family: 'Segoe UI', sans-serif;
            margin-left:0;
        }

        /* All nav links */
        .topbar-nav a {
            text-decoration: none;
            color: #333;
            padding: 6px 12px;
            border-radius: 5px;
            background-color: #ffffff;
            border: 1px solid #ddd;
            font-size: 14px;
            display: flex;
            align-items: center;
            transition: all 0.2s ease-in-out;
        }

        /* Icons beside text */
        .topbar-nav a i {
            margin-right: 6px;
            color: #007bff;
        }

        /* Hover effect */

        /* Cart styling */
        .topbar-nav .cart {
            position: relative;
            font-weight: 600;
        }
        /* Responsive stack on small devices */

            .topbar-nav {
                flex-direction: column;
                align-items: stretch;
            }

            .topbar-nav a {
                width: 100%;
                justify-content: flex-start;
            }
        }
  /*** customer dashboard in end ***/
    @media (max-width: 600px) {
        .user-sidebar ul {
            flex-direction: column;
            align-items: flex-start;
        }
    
        .user-sidebar ul li a {
            border-right: none;
            border-bottom: 1px solid #f0f0f0;
            width: 100%;
        }
    
        .user-sidebar ul li:last-child a {
            border-bottom: none;
        }
    }
    
    
    .user-sidebar ul {
        text-align: center;
    }
    
    .user-sidebar ul li {
        list-style-type: none;
        border-bottom: 1px solid #fff;
        display: inline-block;
    }
    
    .user-sidebar ul li a {
        padding: 7px 20px;
        min-height: 40px;
        line-height: 40px;
        background: #444;
        color: #fff;
    }
    
    .user-content h3 {
        margin-bottom: 20px;
    }
    .update-pro{
        margin-top:100px
    }
    .user-sidebar{
        margin-top: 180px;
    }

    @media (max-width: 600px) {
        .update-pro{
        margin-top:10px;}
    }    
    /*** customer dashboard in end ***/


    /* Medium to large screens (768px to 1199.98px) */
    @media (min-width: 768px) and (max-width: 1199.98px) {
        .navbar-brand img {
            padding-bottom: 10px;
        }
    }

    @media (max-width: 992px) {
        .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 0rem !important;
        }
        .container-fluid .js-5{
        margin-top: 3rem;
        }

        .py-5 .mb-4{
            margin-top:10px;
            }

    }
    
    /* Small to medium screens (400px to 767.98px) */
    @media (min-width: 400px) and (max-width: 767.98px) {
        .navbar-brand img {
            height: 64px;
        }
        .navbar .display-6 {
            font-size: 24px;
        }
    }

    /* Extra small screens (300px to 399.98px) */
    @media (min-width: 300px) and (max-width: 399.98px) {
        .navbar-brand img {
            height: 55px;
        }
        .navbar .display-6 {
            font-size: 20px;
        }
        
    }
    /*** Spinner End***/

    /*** Log in page Start ***/
    @media (min-width: 992px) {
        .col-md-12 .user-content{
            margin-top: 15px;
        }
        .page-banner{
            background-color:#444;
            margin-top: 160px;
            padding-left:10px;
        }
        .inner{
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .user-content .btn-primary{
            margin-top: 15px;
            margin-bottom: 10px;
        }

        .user-content label{
            margin-bottom: 5px;
        }

        .row .form-group{
            margin-top: 5px;
        }
    }

    @media (max-width: 992px) {
        .page-banner{
            background-color:#444;
            margin-top: 200px;
        }
        .inner{
            padding-top: 15px;
            padding-bottom: 10px;
            padding-left:10px;
        }
        .user-content .btn-primary{
            margin-top: 15px;
            margin-bottom: 10px;
        }

        .user-content label{
            margin-bottom: 5px;
        }

        .user-content .form-group{
            margin-top: 5px;
        }
    
    
    }
    /*** Log in End ***/

    /*** Cart page start ***/
    .header-bottom{
        margin-top:200px;
    }

    /*** Cart page start ***/

    /*** Spinner Start ***/
    #spinner {
        opacity: 0;
        visibility: hidden;
        transition: opacity .8s ease-out, visibility 0s linear .5s;
        z-index: 99999;
    }

    #spinner.show {
        transition: opacity .8s ease-out, visibility 0s linear .0s;
        visibility: visible;
        opacity: 1;
    }

    .back-to-top {
        position: fixed;
        right: 30px;
        bottom: 70px;
        display: flex;
        width: 45px;
        height: 45px;
        align-items: center;
        justify-content: center;
        transition: 0.5s;
        z-index: 99;
    }
    /*** Spinner End ***/

    /*** Button Start ***/
    .btn {
        font-weight: 600;
        transition: .5s;
    }

    .btn-square {
        width: 32px;
        height: 32px;
    }

    .btn-sm-square {
        width: 34px;
        height: 34px;
    }

    .btn-md-square {
        width: 44px;
        height: 44px;
    }

    .btn-lg-square {
        width: 56px;
        height: 56px;
    }

    .btn-square,
    .btn-sm-square,
    .btn-md-square,
    .btn-lg-square {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: normal;
    }

    .btn.border-secondary {
        transition: 0.5s;
    }

    .btn.border-secondary:hover {
        background: var(--bs-secondary) !important;
        color: var(--bs-white) !important;
    }

    /*** Topbar Start ***/
    .fixed-top {
        transition: 0.5s;
        background: var(--bs-white);
        border: 0;
    }

    .topbar {
        padding: 8px 20px;
        border-radius: 0 0 35px 35px;
    }

    .topbar .top-info {
        font-size: 20px;
        line-height: 1.5;
    
    
    }

    .topbar .top-link {
        font-size: 15px;
        line-height: 0;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
    }

    .topbar .top-link a {
        letter-spacing: 1px;
    }

    .topbar .top-link a small:hover {
        color: var(--bs-secondary) !important;
        transition: 0.5s;
    }

    .topbar .top-link a small:hover i {
        color: var(--bs-primary) !important;
    }

    @media (min-width: 1000px) {
    .topbar {
    text-align: center;
    padding: 10px;
    }

    .topbar .reguler-contact {
    font-size: 20px;
    text-align: center;
    }
    }

    @media (min-width: 786px) {
    .topbar {
        text-align: center;
        padding: 10px;
    }

    .topbar .reguler-contact {
        font-size: 20px;
        text-align: center;
    }
    }

    @media (max-width: 576px) {
    .topbar .top-info {
        text-align: center !important;
    }

    .topbar .reguler-contact {
        display: block;
        font-size: 13px;
    }
    }

    /*** Topbar End ***/

    /*** Navbar Start ***/
    .navbar .navbar-nav .nav-link {
        padding: 10px 15px;
        font-size: 16px;
        transition: .5s;
    }

    .navbar {
        min-height: 80px;
        height: auto;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active,
    .fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
    .fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
        color: var(--bs-primary);
    }

    .navbar .dropdown-toggle::after {
        border: none;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        vertical-align: middle;
        margin-left: 8px;
    }

    @media (min-width: 1200px) {
        .navbar .nav-item .dropdown-menu {
            display: block;
            visibility: hidden;
            top: 100%;
            transform: rotateX(-75deg);
            transform-origin: 0% 0%;
            border: 0;
            transition: .5s;
            opacity: 0;
        }
    }

    .dropdown .dropdown-menu a:hover {
        background: var(--bs-secondary);
        color: var(--bs-primary);
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        background: var(--bs-light) !important;
        border-radius: 10px !important;
        transition: .5s;
        opacity: 1;
    }

    #searchModal .modal-content {
        background: rgba(255, 255, 255, .8);
    }
    /*** Navbar End ***/

    /*** Hero Header ***/
    .hero-header {
        background: linear-gradient(rgba(248, 223, 173, 0.1), rgba(248, 223, 173, 0.1)), url(../img/hero-img.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .carousel-item {
        position: relative;
    }

    .carousel-item a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 25px;
        background: linear-gradient(rgba(255, 181, 36, 0.7), rgba(255, 181, 36, 0.7));
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 48px;
        height: 48px;
        border-radius: 48px;
        border: 1px solid var(--bs-white);
        background: var(--bs-primary);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .carousel-control-next {
        margin-right: 20px;
    }

    .carousel-control-prev {
        margin-left: 20px;
    }

    .page-header {
        position: relative;
        background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/cart-page-header-img.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    @media (min-width: 992px) {
        .hero-header,
        .page-header {
            margin-top: 152px !important;
        }
    }

    @media (max-width: 992px) {
        .hero-header,
        .page-header {
            margin-top: 98px !important;
        }
    }
    /*** Hero Header end ***/


    /*** featurs Start ***/
    .featurs .featurs-item .featurs-icon {
        position: relative;
        width: 120px;
        height: 120px;
    }

    .featurs .featurs-item .featurs-icon::after {
        content: "";
        width: 35px;
        height: 35px;
        background: var(--bs-secondary);
        position: absolute;
        bottom: -10px;
        transform: translate(-50%);
        transform: rotate(45deg);
        background: var(--bs-secondary);
        
    }
    /*** featurs End ***/


    /*** service Start ***/
    .service .service-item .service-content {
        position: relative;
        width: 250px; 
        height: 130px; 
        top: -50%; 
        left: 50%; 
        transform: translate(-50%, -50%);
    }

    /*** service End ***/


    /*** Fruits Start ***/
    .fruite .tab-class .nav-item a.active {
        background: var(--bs-secondary) !important;
    }

    .fruite .tab-class .nav-item a.active span {
        color: var(--bs-white) !important; 
    }

    .fruite .fruite-categorie .fruite-name {
        line-height: 40px;
    }

    .fruite .fruite-categorie .fruite-name a {
        transition: 0.5s;
    }

    .fruite .fruite-categorie .fruite-name a:hover {
        color: var(--bs-secondary);
    }

    .fruite .fruite-item {
        height: 100%;
        transition: 0.5s;
    }
    .fruite .fruite-item:hover {
        box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
    }

    .fruite .fruite-item .fruite-img {
        overflow: hidden;
        transition: 0.5s;
        border-radius: 10px 10px 0 0;
    }

    .fruite .fruite-item .fruite-img img {
        transition: 0.5s;
    }

    .fruite .fruite-item .fruite-img img:hover {
        transform: scale(1.3);
    }
    /*** Fruits End ***/


    /*** vesitable Start ***/
    .vesitable .vesitable-item {
        height: 100%;
        transition: 0.5s;
    }

    .vesitable .vesitable-item:hover {
        box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
    }

    .vesitable .vesitable-item .vesitable-img {
        overflow: hidden;
        transition: 0.5s;
        border-radius: 10px 10px 0 0;
    }

    .vesitable .vesitable-item .vesitable-img img {
        transition: 0.5s;
    }

    .vesitable .vesitable-item .vesitable-img img:hover {
        transform: scale(1.2);
    }

    .vesitable .owl-stage {
        margin: 50px 0;
        position: relative;
    }

    .vesitable .owl-nav .owl-prev {
        position: absolute;
        top: -8px;
        right: 0;
        color: var(--bs-primary);
        padding: 5px 25px;
        border: 1px solid var(--bs-secondary);
        border-radius: 20px;
        transition: 0.5s;

    }

    .vesitable .owl-nav .owl-prev:hover {
        background: var(--bs-secondary);
        color: var(--bs-white);
    }

    .vesitable .owl-nav .owl-next {
        position: absolute;
        top: -8px;
        right: 88px;
        color: var(--bs-primary);
        padding: 5px 25px;
        border: 1px solid var(--bs-secondary);
        border-radius: 20px;
        transition: 0.5s;
    }

    .vesitable .owl-nav .owl-next:hover {
        background: var(--bs-secondary);
        color: var(--bs-white);
    }
    /*** vesitable End ***/


    /*** Banner Section Start ***/
    .banner .banner-btn:hover {
        background: var(--bs-primary);
    }
    /*** Banner Section End ***/


    /*** Facts Start ***/
    .counter {
        height: 100%;
        text-align: center;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    }

    .counter i {
        font-size: 60px;
        margin-bottom: 25px;
    }

    .counter h4 {
        color: var(--bs-primary);
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .counter h1 {
        margin-bottom: 0;
    }
    /*** Facts End ***/


    /*** testimonial Start ***/
    .testimonial .owl-nav .owl-prev {
        position: absolute;
        top: -58px;
        right: 0;
        color: var(--bs-primary);
        padding: 5px 25px;
        border: 1px solid var(--bs-secondary);
        border-radius: 20px;
        transition: 0.5s;
    }

    .testimonial .owl-nav .owl-prev:hover {
        background: var(--bs-secondary);
        color: var(--bs-white);
    }

    .testimonial .owl-nav .owl-next {
        position: absolute;
        top: -58px;
        right: 88px;
        color: var(--bs-primary);
        padding: 5px 25px;
        border: 1px solid var(--bs-secondary);
        border-radius: 20px;
        transition: 0.5s;
    }

    .testimonial .owl-nav .owl-next:hover {
        background: var(--bs-secondary);
        color: var(--bs-white);
    }
    /*** testimonial End ***/


    /*** Single Page Start ***/
    .pagination {
        display: flex !important;
    }
    
    .pagination a {
        color: var(--bs-dark);
        padding: 10px 16px;
        text-decoration: none;
        transition: 0.5s;
        border: 1px solid var(--bs-secondary);
        margin: 0 4px;
    }
    
    .pagination a.active {
        background-color: var(--bs-primary);
        color: var(--bs-light);
        border: 1px solid var(--bs-secondary);
    }
    
    .pagination a:hover:not(.active) {background-color: var(--bs-primary)}

    .nav.nav-tabs .nav-link.active {
        border-bottom: 2px solid var(--bs-secondary) !important;
    }
    /*** Single Page End ***/


    /*** Footer Start ***/
    .footer .footer-item .btn-link {
        line-height: 35px;
        color: rgba(255, 255, 255, .5);
        transition: 0.5s;
    }

    .footer .footer-item .btn-link:hover {
        color: var(--bs-secondary) !important;
    }

    .footer .footer-item p.mb-4 {
        line-height: 35px;
    }
    /*** Footer End ***/

    /* ==========================================================================
       MODERN HOMEPAGE STYLES (TOKOSMILE INSPIRED)
       ========================================================================== */
    .home-modern-wrapper,
    .shop-hero-header {
        background-color: #f8fafc;
        padding-top: 1.5rem;
        padding-bottom: 2.5rem;
        margin-top: 150px !important;
    }

    @media (max-width: 991.98px) {
        .home-modern-wrapper,
        .shop-hero-header {
            margin-top: 115px !important;
            padding-top: 1rem !important;
        }
    }

    @media (max-width: 576px) {
        .home-modern-wrapper,
        .shop-hero-header {
            margin-top: 118px !important;
            padding-top: 0.75rem !important;
        }
    }

    /* 1. Hero Showcase Banner */
    .tokosmile-hero-card {
        background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
        border-radius: 20px;
        overflow: hidden;
        border: 1px solid #e2e8f0;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
        position: relative;
    }

    .hero-promo-badge {
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.8px;
        color: #0f172a;
        background: rgba(255, 255, 255, 0.85);
        padding: 6px 14px;
        border-radius: 30px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    }

    .hero-title-main {
        font-size: clamp(2rem, 4vw, 3.2rem);
        font-weight: 800;
        letter-spacing: -0.5px;
        color: #0f172a;
        line-height: 1.15;
    }

    .hero-subtitle-main {
        font-size: 1.05rem;
        color: #475569;
        max-width: 480px;
    }

    /* 2. Shop by Category Row */
    .section-card-white {
        background: #ffffff;
        border-radius: 16px;
        border: 1px solid #edf2f7;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
        padding: 20px 24px;
    }

    .category-scroll-container {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        padding: 8px 4px 12px 4px;
        scroll-behavior: smooth;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE 10+ */
    }
    .category-scroll-container::-webkit-scrollbar {
        display: none; /* WebKit */
    }

    .category-chip-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: #1e293b;
        min-width: 82px;
        transition: transform 0.2s ease, color 0.2s ease;
    }
    .category-chip-item:hover {
        transform: translateY(-4px);
        color: #00b894;
    }

    .category-icon-wrapper {
        width: 68px;
        height: 68px;
        border-radius: 16px;
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 8px;
        transition: all 0.25s ease;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    }
    .category-chip-item:hover .category-icon-wrapper {
        background: #ffffff;
        border-color: #00b894;
        box-shadow: 0 6px 14px rgba(0, 184, 148, 0.15);
    }
    .category-chip-label {
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
    }

    /* Category Color Themes */
    .cat-theme-0 { background-color: #ecfdf5 !important; border-color: #d1fae5 !important; }
    .cat-theme-0 i { color: #059669 !important; }
    .cat-theme-1 { background-color: #eff6ff !important; border-color: #dbeafe !important; }
    .cat-theme-1 i { color: #2563eb !important; }
    .cat-theme-2 { background-color: #fffbeb !important; border-color: #fef3c7 !important; }
    .cat-theme-2 i { color: #d97706 !important; }
    .cat-theme-3 { background-color: #faf5ff !important; border-color: #f3e8ff !important; }
    .cat-theme-3 i { color: #7c3aed !important; }
    .cat-theme-4 { background-color: #fff1f2 !important; border-color: #ffe4e6 !important; }
    .cat-theme-4 i { color: #e11d48 !important; }
    .cat-theme-5 { background-color: #f0fdfa !important; border-color: #ccfbf1 !important; }
    .cat-theme-5 i { color: #0d9488 !important; }

    /* Mobile-Only Polish for Shop by Category */
    @media (max-width: 767.98px) {
        .category-section-card {
            padding: 16px 14px !important;
            border-radius: 16px !important;
        }
        .category-header-row {
            margin-bottom: 12px !important;
        }
        .category-header-title {
            font-size: 14.5px !important;
            font-weight: 700 !important;
            white-space: nowrap !important;
        }
        .category-total-badge {
            font-size: 10px !important;
            padding: 2px 7px !important;
            white-space: nowrap !important;
        }
        .category-see-more {
            font-size: 12px !important;
            white-space: nowrap !important;
            font-weight: 600 !important;
        }
        .category-scroll-container {
            gap: 12px !important;
            padding: 4px 2px 6px 2px !important;
            scroll-snap-type: x proximity !important;
            -webkit-overflow-scrolling: touch !important;
        }
        .category-chip-item {
            min-width: 66px !important;
            max-width: 74px !important;
            scroll-snap-align: start !important;
        }
        .category-icon-wrapper {
            width: 56px !important;
            height: 56px !important;
            border-radius: 14px !important;
            margin-bottom: 6px !important;
        }
        .category-icon-wrapper i {
            font-size: 1.25rem !important;
        }
        .category-chip-label {
            font-size: 11px !important;
            line-height: 1.25 !important;
            max-width: 70px !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            white-space: nowrap !important;
            color: #334155 !important;
        }
    }

    /* 3. Quick Utility Tabbed Widget */
    .utility-tabs-nav {
        border-bottom: 1px solid #e2e8f0;
    }
    .utility-tab-btn {
        background: transparent;
        border: none;
        padding: 8px 16px;
        font-size: 13px;
        font-weight: 600;
        color: #64748b;
        position: relative;
        cursor: pointer;
        transition: color 0.2s ease;
    }
    .utility-tab-btn.active {
        color: #81c408
    }
    .utility-tab-btn.active::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 12px;
        right: 12px;
        height: 2px;
        background: #81c408;
        border-radius: 2px;
    }

    /* 4. Special Product for you (Countdown & Deal Cards) */
    .countdown-pill-wrap {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: #fff;
        padding: 4px 10px;
        border-radius: 20px;
        border: 1px solid #e2e8f0;
        font-size: 13px;
        color: #64748b;
        font-weight: 600;
    }
    .countdown-digit {
        background: #ff4757;
        color: #ffffff;
        font-weight: 700;
        font-size: 12px;
        padding: 3px 7px;
        border-radius: 6px;
        min-width: 26px;
        text-align: center;
        display: inline-block;
    }
    .countdown-sep {
        color: #ff4757;
        font-weight: 800;
        font-size: 12px;
    }

    .deals-scroll-container {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        padding: 8px 4px 16px 4px;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }
    .deals-scroll-container::-webkit-scrollbar {
        display: none;
    }

    .modern-deal-card {
        flex: 0 0 230px;
        max-width: 230px;
        background: #ffffff;
        border-radius: 14px;
        border: 1px solid #edf2f7;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
        display: flex;
        flex-direction: column;
        transition: transform 0.25s ease, box-shadow 0.25s ease;
        position: relative;
        overflow: hidden;
    }
    @media (max-width: 576px) {
        .modern-deal-card {
            flex: 0 0 190px;
            max-width: 190px;
        }
    }
    .modern-deal-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
        border-color: #cbd5e1;
    }

    .deal-img-wrapper {
        background: #f8fafc;
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }
    .deal-img-wrapper img {
        max-height: 135px;
        max-width: 90%;
        object-fit: contain;
        transition: transform 0.3s ease;
    }
    .modern-deal-card:hover .deal-img-wrapper img {
        transform: scale(1.05);
    }

    .deal-category-tag {
        font-size: 10.5px;
        color: #94a3b8;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        margin-bottom: 2px;
    }

    .deal-item-title {
        font-size: 13px;
        font-weight: 600;
        color: #1e293b;
        line-height: 1.35;
        height: 2.7em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .deal-item-title a {
        color: inherit;
        text-decoration: none;
    }
    .deal-item-title a:hover {
        color: #00b894;
    }

    .deal-progress-wrap {
        background: #f1f5f9;
        height: 6px;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 6px;
        margin-bottom: 4px;
    }
    .deal-progress-fill {
        background: linear-gradient(90deg, #ff4757, #ff6b81);
        height: 100%;
        border-radius: 10px;
    }

    /* 5. 5-Column Responsive Product Grid (Ref Image 4) */
    .grid-5-col {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 16px;
    }
    @media (max-width: 1200px) {
        .grid-5-col {
            grid-template-columns: repeat(4, 1fr);
            gap: 14px;
        }
    }
    @media (max-width: 992px) {
        .grid-5-col {
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
        }
    }
    @media (max-width: 576px) {
        .grid-5-col {
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
        }
    }

    /* 6. Color-tinted Catalog Pills (Ref Image 4) */
    .catalog-pill-nav {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        padding-left: 0;
        margin-bottom: 24px;
        list-style: none;
    }
    .catalog-pill-link {
        display: inline-block;
        padding: 9px 20px;
        border-radius: 10px;
        font-weight: 600;
        font-size: 13.5px;
        text-decoration: none;
        transition: all 0.2s ease;
        border: none;
    }
    .pill-theme-recommended {
        background: #0f4c81;
        color: #ffffff;
    }
    .pill-theme-discount {
        background: #0284c7;
        color: #ffffff;
    }
    .pill-theme-lifestyle {
        background: #10b981;
        color: #ffffff;
    }
    .pill-theme-electronic {
        background: #1e3a8a;
        color: #ffffff;
    }
    .pill-theme-automotive {
        background: #4338ca;
        color: #ffffff;
    }
    .pill-theme-smarthome {
        background: #7c3aed;
        color: #ffffff;
    }
    .pill-theme-homeliving {
        background: #0d9488;
        color: #ffffff;
    }
    .catalog-pill-link:hover, .catalog-pill-link.active {
        opacity: 0.92;
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }
    .catalog-pill-link.active {
        box-shadow: inset 0 -3px 0 0 rgba(255, 255, 255, 0.8), 0 4px 12px rgba(0, 0, 0, 0.18);
    }

    /* Floating navigation circular arrows */
    .carousel-nav-btn {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #ffffff;
        border: 1px solid #e2e8f0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #334155;
        cursor: pointer;
        transition: all 0.2s ease;
        z-index: 5;
    }
    .carousel-nav-btn:hover {
        background: #00b894;
        color: #ffffff;
        border-color: #00b894;
    }


