.product-section .main-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Left Banner */
.product-section .banner-section {
    /* background: linear-gradient(135deg, #00f2ea 0%, #ff0050 100%); */
    border-radius: 15px;
    /* padding: 60px 40px; */
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* height: 622px; */
    margin-bottom: 10px;
}

.product-section .banner-section img {
    height: 507px;
    width: 329px;
    margin-bottom: 10px;
}

/* .banner-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 50%;
            background: #000;
            clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
        } */

/* .tiktok-logo {
            position: relative;
            z-index: 2;
            margin-bottom: 30px;
        }

        .product-section .tiktok-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(45deg, #00f2ea, #ff0050, #00f2ea);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 50px;
            color: white;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        .product-section .banner-text {
            position: relative;
            z-index: 2;
            text-align: center;
            color: white;
        }

        .product-section .banner-text h2 {
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .product-section .banner-text h3 {
            font-size: 3rem;
            font-weight: bold;
            margin: 0;
        } */

/* Product Section */
.product-section .product-section {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.product-section .section-header {
    margin-bottom: 30px;
}

.product-section .section-header h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    margin: 0;
}

.product-section .tiktok-badge {
    display: inline-block;
    background: #000;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 5px;
}

/* Product Card */
.product-section .product-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
}

.product-section .product-card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.product-section .product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #000;
    color: white;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 0.7rem;
    font-weight: bold;
    z-index: 1;
}

/* .sale-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            background: #dc3545;
            color: white;
            padding: 8px 12px;
            border-radius: 5px;
            font-size: 0.75rem;
            font-weight: bold;
            z-index: 1;
        }

        .product-section .sale-badge .discount {
            display: block;
            font-size: 0.65rem;
        } */

.product-section .product-image {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 10px;
}

.product-section .product-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0066c0;
    margin-bottom: 8px;
    /* min-height: 60px; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-section .product-meta {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 10px;
}

.product-section .product-rating {
    margin-bottom: 10px;
}

.product-section .star {
    color: #ffa500;
    font-size: 0.9rem;
}

.product-section .rating-count {
    color: #666;
    font-size: 0.85rem;
    margin-left: 5px;
}

.product-section .product-price {
    font-size: 1.8rem;
    font-weight: bold;
    color: #dc3545;
    margin-bottom: 15px;
}

.product-section .product-price sup {
    font-size: 1rem;
}

.product-price sub {
    font-size: 1.2rem;
}

sub {
    bottom: 8px;
}

.product-section .sale {
    color: #232323;
    font-size: 11px;
    margin-top: -6px;
    margin-left: 5px;
}

.product-section .btn-add-cart {
    background: #d84315;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.product-section .btn-add-cart:hover {
    background: #bf360c;
    transform: scale(1.02);
}

.product-section .btn-add-cart i {
    margin-right: 8px;
}

.product-section .btn-quick-view {
    background: transparent;
    color: #0066c0;
    border: none;
    padding: 8px;
    font-size: 0.9rem;
    width: 100%;
}

.product-section .btn-quick-view:hover {
    text-decoration: underline;
}

/* Carousel Controls */
.product-section .carousel-control-prev,
.product-section .carousel-control-next {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.product-section .carousel-control-prev {
    left: -20px;
}

.product-section .carousel-control-next {
    right: -20px;
}

.product-section .carousel-indicators {
    margin-bottom: -30px;
}

.product-section .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #999;
}

.product-section .carousel-indicators button.active {
    background-color: #000;
}

.product-section .feedback-btn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    background: #0088cc;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    cursor: pointer;
    z-index: 1000;
}

.product-section .product-price-section {
    display: flex;
    margin-bottom: 10px;
}

.product-section .buttom-badge.round {
    background: #db2686;
    color: #fff;
    width: 57px;
    text-align: center;
    height: 57px;
    border-radius: 33px;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    padding-top: 10px;
}

.product-section .buttom-badge.square {
    background: #000;
    color: #fff;
    width: 57px;
    text-align: center;
    height: 57px;
    border-radius: 10px;
    padding: 5px;
    font-weight: 700;
    font-size: 11px;
}

.product-section .deal {
    font-size: 12px;
    font-weight: 800;
    color: #fff;
}

.product-section .buttom-badge.square .deal {
    color: #db2686;

}

@media (max-width: 768px) {
    .product-section .banner-section {
        min-height: 300px;
        margin-bottom: 20px;
    }

    .product-section .banner-text h2 {
        font-size: 1.5rem;
    }

    .product-section .banner-text h3 {
        font-size: 2rem;
    }
}
.mobile div#productSlider {
    display: flex;
    position: relative;
    overflow: scroll;
    width: 100%;
}


/* Shop */

    .breadcrumb {
        background: transparent;
        padding: 0 0;
        font-size: 0.9rem;
        padding-top: 12px !important;
        margin-bottom: 9px !important;
    }   

    .breadcrumb a {
        color: #0066b2;
        text-decoration: none;
        font-weight: 700;
    }
    
    .breadcrumb a i {
        margin-right: 10px;
    }
    .breadcrumb-item.active {
        color: #db1c61;
        font-weight: 700;
    }
    .page-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
        border-bottom: 2px solid #ddd;
    }

    .page-header h1 {
        color: #0066b2;
        font-size: 1.8rem;
        font-weight: 700;
        margin: 0;
    }

    .item-count {
        color: #007cac;
        font-size: 0.95rem;
        font-weight: 800;
    }

    .sort-dropdown {
        min-width: 200px;
    }

    /* Sidebar Styles */
    .sidebar {
        background: #f8f9fa;
        padding: 1.5rem;
        border-radius: 8px;
    }

    .shop-by-header {
        font-size: 0.9rem;
        color: #666;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .active-filters {
        background: #e3f2fd;
        padding: 1rem;
        border-radius: 6px;
        margin-bottom: 1.5rem;
    }

    .active-filters h6 {
        font-size: 0.85rem;
        font-weight: 700;
        margin-bottom: 0.75rem;
        text-transform: uppercase;
    }

    .filter-tag {
        display: inline-flex;
        align-items: center;
        background: #0066b2;
        color: white;
        padding: 0.4rem 0.8rem;
        border-radius: 4px;
        font-size: 0.85rem;
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .filter-tag i {
        margin-right: 0.5rem;
    }

    .reset-filters {
        color: #0066b2;
        text-decoration: none;
        font-size: 0.85rem;
        text-transform: uppercase;
        font-weight: 600;
    }

    .filter-section {
        border-bottom: 1px solid #ddd;
        padding: 1.25rem 0;
    }

    .filter-section:last-child {
        border-bottom: none;
    }

    .filter-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        font-weight: 700;
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .filter-header i {
        transition: transform 0.3s;
    }

    .filter-header.collapsed i {
        transform: rotate(180deg);
    }

    .out-of-stock-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.75rem 0;
    }

    .toggle-switch {
        position: relative;
        width: 50px;
        height: 24px;
        background: #ccc;
        border-radius: 12px;
        cursor: pointer;
        transition: background 0.3s;
    }

    .toggle-switch.active {
        background: #0066b2;
    }

    .toggle-switch::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background: white;
        border-radius: 50%;
        top: 2px;
        left: 2px;
        transition: left 0.3s;
    }

    .toggle-switch.active::after {
        left: 28px;
    }

    .filter-option {
        display: flex;
        align-items: center;
        padding: 0.5rem 0;
        cursor: pointer;
    }

    .filter-option input[type="checkbox"] {
        margin-right: 0.75rem;
        width: 18px;
        height: 18px;
        cursor: pointer;
    }

    .filter-option label {
        cursor: pointer;
        flex: 1;
        margin: 0;
    }

    .filter-count {
        color: #666;
        font-size: 0.9rem;
    }

    .load-more {
        color: #0066b2;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.95rem;
        display: inline-block;
        margin-top: 0.5rem;
    }

    a.page-link {
        color: #d84315;
    }
    .active>.page-link, .page-link.active {
        background: #d84315;
        border-color: #d84315;
    }
    /* button#price-filter-btn {
        background: #d84315;
        border: #d84315;
    } */
     .mobile div#productSlider {
        display: flex;
        position: relative;
        overflow: scroll;
        width: 100%;
    }
    
    /* Mobile Product Section Responsive Styles */
    .mobile .product-section {
        padding: 10px;
    }
    
    .mobile .banner-section {
        margin-bottom: 15px;
    }
    
    .mobile .blackfriday-banner {
        width: 100%;
        height: auto;
        border-radius: 8px;
        margin-bottom: 10px;
    }
    
    .mobile .section-header {
        padding: 8px !important;
        margin-bottom: 15px;
    }
    
    .mobile .section-header h2 {
        font-size: 20px;
        margin-bottom: 0;
        text-align: center;
    }
    
    .mobile #productSlider {
        display: flex;
        gap: 12px;
        padding: 10px 5px;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }
    
    .mobile #productSlider::-webkit-scrollbar {
        height: 4px;
    }
    
    .mobile #productSlider::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 2px;
    }
    
    .mobile #productSlider::-webkit-scrollbar-thumb {
        background: #d84315;
        border-radius: 2px;
    }
    
    .mobile .product-card {
        flex-shrink: 0;
        width: 160px;
        background: white;
        border-radius: 12px;
        padding: 12px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        border: 1px solid #eee;
        transition: all 0.3s ease;
        position: relative;
    }
    
    .mobile .product-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
    
    .mobile .product-badge {
        position: absolute;
        top: 8px;
        left: 8px;
        /* background: linear-gradient(45deg, #d84315, #ff6b47); */
        color: white;
        padding: 3px 6px;
        border-radius: 4px;
        font-size: 9px;
        font-weight: bold;
        z-index: 2;
    }
    
    .mobile .product-image {
        width: 100%;
        height: 120px;
        object-fit: cover;
        border-radius: 8px;
        margin-bottom: 8px;
    }
    
    .mobile .product-title {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 4px;
        line-height: 1.3;
        height: 32px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #333;
    }
    
    .mobile .product-meta {
        font-size: 10px;
        color: #666;
        margin-bottom: 6px;
        text-align: center;
    }
    
    .mobile .product-price-section {
        margin-bottom: 8px;
        position: relative;
    }
    
    /* .mobile .buttom-badge {
        position: absolute;
        top: -8px;
        right: -4px;
        background: #ff4444;
        color: white;
        padding: 2px 4px;
        border-radius: 3px;
        font-size: 8px;
        font-weight: bold;
    }
    
    .mobile .buttom-badge.Round {
        border-radius: 50%;
        width: 20px;
        height: 20px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    } */
    
    /* .mobile .buttom-badge .deal {
        display: none;
    }
     */
    .mobile .product-price {
        font-size: 16px;
        font-weight: bold;
        color: #d84315;
        text-align: center;
        margin-bottom: 4px;
    }
    
    .mobile .sale {
        font-size: 9px;
        background: #28a745;
        color: white;
        padding: 2px 4px;
        border-radius: 3px;
        display: inline-block;
        font-weight: bold;
    }
    
    .mobile .btn-add-cart {
        width: 100%;
        background: #d84315;
        color: white;
        border: none;
        padding: 8px;
        border-radius: 6px;
        font-size: 11px;
        font-weight: bold;
        margin-bottom: 4px;
        transition: all 0.3s ease;
    }
    
    .mobile .btn-add-cart:hover {
        background: #b8330f;
        transform: translateY(-1px);
    }
    
    .mobile .btn-quick-view {
        width: 100%;
        background: transparent;
        color: #666;
        border: 1px solid #ddd;
        padding: 6px;
        border-radius: 6px;
        font-size: 10px;
        transition: all 0.3s ease;
    }
    
    .mobile .btn-quick-view:hover {
        background: #f8f9fa;
        border-color: #d84315;
        color: #d84315;
    }
    
    /* Extra small devices (phones, 576px and down) */
    @media (max-width: 575px) {
        .mobile .main-container {
            padding: 0 10px;
        }
        
        .mobile .product-card {
            width: 140px;
        }
        
        .mobile .product-image {
            height: 100px;
        }
        
        .mobile .section-header h2 {
            font-size: 18px;
        }
        
        .mobile #productSlider {
            gap: 8px;
            padding: 8px 3px;
        }
    }
    
    /* Small devices (landscape phones, 576px and up) */
    @media (min-width: 576px) and (max-width: 767px) {
        .mobile .product-card {
            width: 170px;
        }
        
        .mobile .product-image {
            height: 130px;
        }
    }
    
    /* Medium devices (tablets, 768px and up) */
    @media (min-width: 768px) and (max-width: 991px) {
        .mobile .product-card {
            width: 180px;
        }
        
        .mobile .product-image {
            height: 140px;
        }
        
        .mobile .section-header h2 {
            font-size: 22px;
        }
    }
    
    /* Hide desktop version on mobile */
    @media (max-width: 991px) {
        .desktop {
            display: none;
        }
    }
    
    /* Hide mobile version on desktop */
    @media (min-width: 992px) {
        .mobile {
            display: none;
        }
    }
    
    /* Responsive banner adjustments */
    @media (max-width: 767px) {
        .mobile .banner-section {
            text-align: center;
        }
        
        .mobile .blackfriday-banner {
            max-width: 100%;
            height: auto;
        }
        .product-section .buttom-badge.round {
            background: #db2686;
            color: #fff;
            width: 62px;
            text-align: center;
            height: 52px;
            border-radius: 33px;
            padding: 5px;
            font-weight: 700;
            font-size: 9px;
            padding-top: 10px;
        }
    }
    
    /* Product grid for larger mobile screens */
    @media (min-width: 768px) and (max-width: 991px) {
        .mobile #productSlider {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 15px;
            overflow: visible;
        }
        
        .mobile .product-card {
            width: 100%;
        }
    }
    @media (max-width: 768px) {
        .sidebar {
            margin-bottom: 2rem;
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 80vw;
            max-width: 340px;
            height: 100vh;
            background: #fff;
            z-index: 9999;
            overflow-y: auto;
            box-shadow: 0 0 20px rgba(0,0,0,0.15);
            transition: transform 0.3s;
        }
        .sidebar.show {
            display: block;
            transform: translateX(0);
        }
        .sidebar-overlay {
            display: none;
            position: fixed;
            top: 0; left: 0; width: 100vw; height: 100vh;
            background: rgba(0,0,0,0.3);
            z-index: 9998;
        }
        .sidebar-overlay.show {
            display: block;
        }
        .filter-toggle-btn {
            position: fixed;
            right: -9px;
            bottom: 18px;
            z-index: 10001;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #d84315;
            color: #fff;
            border: none;
            border-radius: 50%;
            width: 54px;
            height: 54px;
            font-size: 1.7rem;
            box-shadow: 0 4px 16px rgba(0,0,0,0.18);
            cursor: pointer;
            margin-left: 0;
            margin-bottom: 80px;
            margin-right: 22px;
            z-index: 1;
        }
        .breadcrumb-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    }
    @media (min-width: 769px) {
        .filter-toggle-btn {
            display: none !important;
        }
        .sidebar-overlay {
            display: none !important;
        }
        .sidebar {
            display: block !important;
            position: static !important;
            height: auto !important;
            box-shadow: none !important;
        }
    }

    .product-card a {
    text-decoration: none;
}