﻿
@media screen and (min-device-width: 1024px) and (max-device-width: 1400px) {
    ._ProductListing {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
}

.immmm {
    height: 180px !important;
}

#bincate {
    height: 40px;
    width: 40px;
    margin-bottom: 5px;
    border-radius: 50%
}

.bincate1 {
    height: 40px;
    width: 40px;
    margin-bottom: 5px;
    border-radius: 50%
}

#ddddd {
    border-radius: 12px;
    height: 98px !important
}

#texttt {
    font-size: 11px;
    color: black;
}

.text-\[\#262A33\] {
    --tw-text-opacity: 1;
    color: rgb(38 42 51 / var(--tw-text-opacity));
}

.tracking-\[-0\.2px\] {
    letter-spacing: -.2px;
}

.leading-7 {
    line-height: 1.75rem;
}

.font-\[700\] {
    font-weight: 700;
}

.text-\[20px\] {
    font-size: 20px;
}

@media screen and (min-device-width: 320px) and (max-device-width: 577px) {
    #bincate {
        display: none;
    }

    .view1 {
        margin-top: -45px !important;
    }

    .bincate1 {
        display: none;
    }

    #immmm {
        height: 120px !important;
    }


    #texttt {
        font-size: 13px;
        font-weight: 700 !important;
        color: black;
    }

    .ffff {
        display: none;
    }

    #ddddd {
        border-radius: 12px;
        height: 50px !important
    }
}

menu, ol, ul {
    padding: 0px !important;
}




#toptrending {
    height: 115px !important;
}

@media screen and (min-device-width: 320px) and (max-device-width: 577px) {
    #toptrending {
        height: 100px !important;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 576px) {
    .ttttttt {
        width: 100% !important;
        height: 300px !important;
    }

    .col-sm-12.col-12 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .single-shopping-card-one .body-content .price-area {
        display: flex;
        align-items: center;
        gap: 4px;
        margin-top: 8px;
    }
    .cart-counter-action {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .col-lg-1-2 {
        flex: 0 0 10%;
        max-width: 10%;
    }
}

.category-image {
    height: 220px;
    cursor: pointer;
    border-radius: 4px;
}

.product-slider-wrapper {
    position: relative;
    width: 100%;
}

.product-slider {
    display: flex;
    gap: 5px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    cursor: grab;
}

    .product-slider.dragging {
        cursor: grabbing;
    }

.product-card {
    min-width: 300px;
  /*  border-radius: 4px;*/
    padding: 4px;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
    position: relative;
}

    .product-card img {
        width: 100%;
        height: 200px;
    }

.discount {
    top: 10px;
    left: 10px;
    color: black;
    padding: 4px 2px;
    font-size: 14px;
    border-radius: 6px;
}

.product-card h4 {
    margin: 10px 0 4px;
    font-size: 15px;
}

.single-size {
    font-size: 13px;
    color: green;
    font-family: monospace;
    margin: 6px 0;
    font-weight: 600;
}

.nav-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: white;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
    border-radius: 50%;
    width: 38px;
    height: 38px;
    cursor: pointer;
    z-index: 99;
}

.left {
    left: -10px;
}

.right {
    right: -10px;
}

.badge {
    padding: 4px 10px;
    font-size: 12px;
    font-family: monospace;
    color: rgb(49, 90, 8);
}

.green {
    background: rgb(168, 213, 122);
}

/* Slider & Layout */
.product-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.product-slider {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 15px 5px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

    .product-slider::-webkit-scrollbar {
        display: none;
    }

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .nav-btn.left {
        left: -10px;
    }
    .nav-btn.right {
        right: -10px;
    }

/* Card Design - Fixed Height with Visible Overflow for Tooltip */
.product-card {
    background: #fff;
    border: 1px solid #f0f0f0;
 /*   border-radius: 12px;
  */  min-width: calc((100% - 60px) / 5);
    max-width: calc((100% - 60px) / 5);
    /*height: 360px;*/
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
    padding: 0px;
}

    .product-card:hover {
        transform: translateY(-5px);
        border-color: #f0f0f0;
        box-shadow: 0 10px 20px rgba(0,0,0,0.08);
        z-index: 99;
    }

.discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #d12407;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    z-index: 2;
}

.img-container {
    height: 100%;
    /*  padding: 15px;*/
    text-align: center;
}

    .img-container img {
        max-height: 100%;
        max-width: 100%;/*
        object-fit: contain;
    */}

.card-content {
    padding: 0px 12px 10px 12px;
   /* flex-grow: 1;*/
    display: flex;
    flex-direction: column;
}

.prod-name {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    /*  height: 80px;*/
    /* margin-top: 40px;*/
    line-height: 1.4;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    cursor: help;
}

    .prod-name:hover::after {
        content: attr(data-title);
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: #184363;
        color: #fff;
        padding: 8px 12px;
        border-radius: 6px;
        font-size: 12px;
        width: 220px;
        z-index: 9999;
        white-space: normal;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        text-align: center;
        font-weight: 500;
        display: block;
    }

.price-box {
    margin-top: auto;
    padding-bottom: 1px;
}

.curr-price {
    font-size: 18px;
    font-weight: 600;
    color: #fc8403;
}

.old-price {
    font-size: 14px;
    color: black;
    font-weight: 600;
    text-decoration: line-through;
    margin-left: 2px;
}

/* Modern Button */
.btn-wrapper {
    padding: 0 12px 15px 12px;
}

.add-to-cart-btn {
    width: 100%;
    background: transparent;
    color: #b79950;
    border: 2px solid #b79950;
    padding: 8px 0;
    border-radius: 8px;
    font-weight: 700;
    font-size: 12px;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .add-to-cart-btn:hover {
        background: #b79950;
        color: #fff;
    }

.btn-outline-primary {
    color: darkgreen !important;
    border-color: darkgreen !important;
}

    .btn-outline-primary:hover {
        background-color: darkgreen !important;
        border-color: darkgreen !important;
        color: #fff !important;
    }
/* Mobile View Fixes */
@media (max-width: 768px) {
    .product-card {
        min-width: 180px;
        max-width: 200px;
        border: 1px solid #1f5624;
       /* height: 340px;*/
    }

    .nav-btn {
        display: none;
    }

    .section-header {
        flex-wrap: nowrap !important;
    }

    .section-title {
        font-size: 16px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .view-all-btn {
        font-size: 11px !important;
        padding: 4px 10px !important;
        white-space: nowrap;
    }

    .prod-name:active::after {
        display: block;
    }
}

.review-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    margin-top: 5px;
    border: 1px solid #f0f2f5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .review-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        border-color: #b79950;
    }

/* 2. Header: Avatar and Name */
.review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #eef2f6;
}

    .review-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.review-info {
    flex: 1;
}

.review-name {
    font-weight: 700;
    font-size: 15px;
    color: #1d2b3a;
    display: flex;
    align-items: center;
    gap: 5px;
}

.verified {
    width: 16px;
    height: 16px;
}

.google-icon {
    width: 18px;
    height: 18px;
    margin-left: auto;
}

.review-date {
    font-size: 12px;
    color: #8898aa;
    margin-top: 2px;
}

/* 3. Star Ratings */
.stars {
    color: #ffc107; /* Golden Color */
    font-size: 16px;
    margin-bottom: 12px;
    display: flex;
    gap: 2px;
}

/* 4. Review Text */
.truncate-review {
    font-size: 14px;
    line-height: 1.6;
    color: #4a5568;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Max 4 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-style: italic;
}

/* 5. Custom Navigation Buttons */
.custom-prev, .custom-next {
    background: #fff !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    color: #184363 !important;
    border: 1px solid #eee !important;
}

    .custom-prev:after, .custom-next:after {
        font-size: 18px !important;
        font-weight: bold;
    }

    .custom-prev:hover, .custom-next:hover {
        background: #184363 !important;
        color: #fff !important;
    }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.rts-navigation-area-breadcrumb {
    background: linear-gradient(90deg, rgb(248 236 198) 0%, rgb(255 255 255) 50%, rgb(212 192 144) 100%);
    padding: 40px 0;
}

.page-title {
    font-size: 32px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
}

.breadcrumb-nav .breadcrumb-item a {
    color: #b79950;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

    .breadcrumb-nav .breadcrumb-item a:hover {
        color: #a0052a;
    }

.breadcrumb-nav .breadcrumb-item.active {
    color: #64748b;
    font-weight: 600;
}

.breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
    color: #cbd5e1;
    content: "›";
    font-size: 18px;
}

/* Cart Table Styles */
.cart-table {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.cart-header {
    display: grid;
    grid-template-columns: 60px 1fr 120px 140px 130px 100px;
    background: #f8f9fc;
    padding: 16px 20px;
    border-bottom: 1px solid #eef2f6;
}

    .cart-header p {
        font-weight: 700;
        font-size: 14px;
        color: #1e293b;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

.cart-item {
    display: grid;
    grid-template-columns: 60px 1fr 120px 140px 130px 100px;
    padding: 20px;
    border-bottom: 1px solid #eef2f6;
    align-items: center;
    transition: all 0.2s;
}

    .cart-item:hover {
        background: #fefaf8;
    }

/* Remove Button */
.remove-btn {
    width: 36px;
    height: 36px;
    background: #fee2e2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

    .remove-btn:hover {
        background: #dc2626;
    }

        .remove-btn:hover i {
            color: white;
        }

    .remove-btn i {
        color: #dc2626;
        font-size: 14px;
        transition: all 0.2s;
    }

/* Product Info */
.product-info h6 {
    font-weight: 700;
    font-size: 15px;
    color: #1e293b;
    margin: 0 0 5px 0;
}

.product-info .product-size {
    font-size: 12px;
    color: #64748b;
    margin: 0;
}

    .product-info .product-size span {
        color: #b79950;
        font-weight: 600;
    }

/* Price */
.price p, .subtotal p {
    font-weight: 600;
    font-size: 16px;
    color: #1e293b;
    margin: 0;
}

/* Quantity Selector */
.quantity-selector {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f1f5f9;
    border-radius: 40px;
    padding: 4px;
    width: fit-content;
}

.qty-btn {
    width: 32px;
    height: 32px;
    background: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #b79950;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .qty-btn:hover {
        background: #b79950;
        color: white;
    }

.qty-input {
    width: 45px;
    text-align: center;
    border: none;
    background: transparent;
    font-weight: 600;
    font-size: 14px;
    color: #1e293b;
    padding: 0;
}

    .qty-input:focus {
        outline: none;
    }

/* Product Image */
.product-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 12px;
    background: #f8f9fc;
    padding: 5px;
}

/* Cart Totals Sidebar */
.cart-totals {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 20px;
}

    .cart-totals h5 {
        font-size: 20px;
        font-weight: 700;
        color: #1e293b;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 2px solid #eef2f6;
    }

.totals-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #eef2f6;
}

    .totals-row span {
        font-size: 14px;
        color: #64748b;
    }

    .totals-row .price {
        font-weight: 700;
        font-size: 18px;
        color: #1e293b;
    }

.grand-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    margin-top: 10px;
}

    .grand-total span {
        font-size: 18px;
        font-weight: 700;
        color: #1e293b;
    }

    .grand-total .price {
        font-size: 24px;
        font-weight: 600;
        color: #dc2626;
    }

/* Checkout Button */
.checkout-btn {
    width: 100%;
    background: #124f12;
    border: none;
    border-radius: 50px;
    padding: 14px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    margin-top: 20px;
    text-decoration: none;
}

    .checkout-btn:hover {
        transform: translateY(-2px);
        background: linear-gradient(135deg, #b799500%, #b79950100%);
        box-shadow: 0 8px 20px rgba(144, 4, 35, 0.3);
        color: white;
    }

/* Empty Cart */
.empty-cart {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 24px;
}

    .empty-cart i {
        font-size: 20px;
        color: #cbd5e1;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .empty-cart h4 {
        font-size: 24px;
        font-weight: 700;
        color: #1e293b;
        margin-bottom: 10px;
    }

    .empty-cart p {
        color: #64748b;
        margin-bottom: 30px;
    }

.shop-now-btn {
    background: #31793a;
    border: none;
    border-radius: 50px;
    padding: 0px 10px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}

    .shop-now-btn:hover {
        transform: translateY(-2px);
        color: white;
    }

.section-seperator {
    padding: 10px 0;
}


@media (max-width: 992px) {
    .cart-header {
        display: none;
    }

    .cart-item {
        grid-template-columns: 1fr;
        gap: 15px;
        position: relative;
        padding: 20px;
    }

    .remove-btn {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .product-info {
        text-align: center;
    }

    .price, .subtotal {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #eef2f6;
    }

        .price p, .subtotal p {
            margin: 0;
        }

        .price::before {
            content: "Price:";
            font-weight: 600;
            color: #64748b;
        }

        .subtotal::before {
            content: "Subtotal:";
            font-weight: 600;
            color: #64748b;
        }

    .quantity-selector {
        margin: 0 auto;
    }

    .product-image {
        text-align: center;
        order: -1;
    }

        .product-image img {
            width: 100px;
            height: 100px;
        }

    .cart-totals {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .rts-navigation-area-breadcrumb {
        padding: 30px 0;
    }

    .page-title {
        font-size: 28px;
    }

    .cart-totals h5 {
        font-size: 18px;
    }

    .grand-total .price {
        font-size: 20px;
    }

    .product-image img {
        width: 80px;
        height: 80px;
    }

    .product-info h6 {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .rts-navigation-area-breadcrumb {
        padding: 20px 0;
    }

    .page-title {
        font-size: 24px;
    }

    .cart-item {
        padding: 15px;
        gap: 12px;
    }

    .remove-btn {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
    }

        .remove-btn i {
            font-size: 12px;
        }

    .product-info h6 {
        font-size: 13px;
    }

    .product-info .product-size {
        font-size: 11px;
    }

    .price p, .subtotal p {
        font-size: 14px;
    }

    .price::before, .subtotal::before {
        font-size: 13px;
    }

    .quantity-selector {
        gap: 5px;
    }

    .qty-btn {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }

    .qty-input {
        width: 40px;
        font-size: 13px;
    }

    .product-image img {
        width: 70px;
        height: 70px;
    }

    .cart-totals {
        padding: 16px;
    }

        .cart-totals h5 {
            font-size: 16px;
            margin-bottom: 15px;
            padding-bottom: 10px;
        }

    .totals-row {
        padding: 8px 0;
    }

        .totals-row span {
            font-size: 13px;
        }

        .totals-row .price {
            font-size: 15px;
        }

    .grand-total span {
        font-size: 16px;
    }

    .grand-total .price {
        font-size: 18px;
    }

    .checkout-btn {
        padding: 12px;
        font-size: 14px;
    }

    .empty-cart {
        padding: 40px 15px;
    }

        .empty-cart i {
            font-size: 50px;
        }

        .empty-cart h4 {
            font-size: 18px;
        }

        .empty-cart p {
            font-size: 13px;
        }

    .shop-now-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}

@media (max-width: 380px) {
    .product-image img {
        width: 60px;
        height: 60px;
    }

    .product-info h6 {
        font-size: 12px;
    }

    .price p, .subtotal p {
        font-size: 13px;
    }

    .price::before, .subtotal::before {
        font-size: 12px;
    }

    .qty-btn {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

    .qty-input {
        width: 35px;
        font-size: 12px;
    }

    .cart-totals {
        padding: 12px;
    }
}

.single-size {
    font-size: 13px;
    color: green;
    font-family: monospace;
    margin: 6px 0;
    font-weight: 600;
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1400px) {
    ._ProductListing {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
}

.dddd {
    border-radius: 5px !important;
    color: black
}

#immmm {
    height: 180px !important;
    width: 100% !important;
}

.single-shopping-card-one {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    border: 1px solid #1f5624;
}

    .single-shopping-card-one:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px -8px rgba(144, 4, 35, 0.12);
        border-color: #1f5624;
    }

@media screen and (min-device-width: 320px) and (max-device-width: 576px) {
    ._ProductListing, .col-sm-12.col-12 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    #immmm {
        height: 120px !important;/*
        margin-bottom: -14px;*/
        margin-top: -3px;
        object-fit: contain;
    }

    .single-shopping-card-one .body-content {
        padding-top: 8px;
    }

    .cart-counter-action {
        display: block !important;
    }
}

.hide-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .hide-scrollbar::-webkit-scrollbar {
        display: none;
    }

.product-name-ellipsis {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s;
    min-height: 34px;
    margin-bottom: 2px;
    text-transform: capitalize;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
}

    .product-name-ellipsis:hover {
        color: #b79950;
    }

.rts-navigation-area-breadcrumb {
    background: linear-gradient(90deg, rgb(248 236 198) 0%, rgb(255 255 255) 50%, rgb(212 192 144) 100%);
    padding: 40px 0;
}

.page-title {
    font-size: 32px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
}

.breadcrumb-nav .breadcrumb-item a {
    color: #b79950;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

    .breadcrumb-nav .breadcrumb-item a:hover {
        color: #a0052a;
    }

.breadcrumb-nav .breadcrumb-item.active {
    color: #64748b;
    font-weight: 600;
}

.breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
    color: #cbd5e1;
    content: "›";
    font-size: 18px;
}

/* Category Grid */
.category-grid {
    margin-bottom: 60px;
}

/* Modern Category Card */
.category-card {
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 25px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
}

    .category-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 40px -15px rgba(144, 4, 35, 0.25);
    }

/* Image Wrapper */
.category-img-wrapper {
    width: 140px;
    height: 140px;
    margin: 0 auto 18px;
    /*        background: linear-gradient(135deg, #fff5f0 0%, #fef3e8 100%);*/
    /*        border-radius: 50%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.35s ease;
    /*    padding: 15px;*/
}

.category-card:hover .category-img-wrapper {
    transform: scale(1.08);
    /*        box-shadow: 0 12px 25px rgba(144, 4, 35, 0.2);*/
}

.category-image {
    width: 100%;
    height: 100%;
   /* object-fit: contain;*/
    transition: transform 0.3s ease;
}

.category-card:hover .category-image {
    transform: scale(1.05);
}

/* Category Title */
.category-title {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin: 10px 0 6px;
    transition: color 0.25s;
    letter-spacing: -0.3px;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    text-transform: uppercase;
}

.category-card:hover .category-title {
    color: #b79950;
}

/* Shop Now Badge */
.shop-badge {
    font-size: 12px;
    font-weight: 600;
    color: white;
    background: #31793a;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border-radius: 40px;
    margin-top: 12px;
    transition: all 0.25s ease;
}

.category-card:hover .shop-badge {
    color: white;
    background: #31793a;
}

.shop-badge i {
    font-size: 11px;
    transition: transform 0.25s ease;
}

.category-card:hover .shop-badge i {
    transform: translateX(4px);
}

/* Card Border Effect */
.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #b79950, #dc2626, #f5a623);
    transform: scaleX(0);
    transition: transform 0.35s ease;
    transform-origin: left;
}

.category-card:hover::before {
    transform: scaleX(1);
}

/* Responsive Styles */
@media (min-width: 1200px) {
    .category-img-wrapper {
        width: 150px;
        height: 150px;
    }

    .category-title {
        font-size: 18px;
    }

    .page-title {
        font-size: 48px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .category-img-wrapper {
        width: 180px;
        height: 180px;
    }

    .category-title {
        font-size: 18px;
    }

    .page-title {
        font-size: 38px;
    }

    .breadcrumb-section {
        padding: 40px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-section {
        padding: 35px 0;
        margin-bottom: 35px;
    }

    .page-title {
        font-size: 32px;
    }

    .category-img-wrapper {
        width: 110px;
        height: 110px;
        padding: 12px;
    }

    .category-title {
        font-size: 18px;
    }

    .category-card {
        padding: 20px 15px;
    }

    .shop-badge {
        font-size: 11px;
        padding: 5px 14px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .breadcrumb-section {
        padding: 30px 0;
        margin-bottom: 30px;
    }

    .page-title {
        font-size: 28px;
    }

    .category-img-wrapper {
        width: 95px;
        height: 95px;
        padding: 10px;
        margin-bottom: 12px;
    }

    .category-title {
        font-size: 14px;
    }

    .category-card {
        padding: 16px 12px;
    }

    .shop-badge {
        font-size: 10px;
        padding: 4px 12px;
        margin-top: 8px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-section {
        padding: 25px 0;
        margin-bottom: 25px;
    }

    .page-title {
        font-size: 24px;
    }

    .category-img-wrapper {
        width: 80px;
        height: 80px;
        padding: 8px;
        margin-bottom: 10px;
    }

    .category-title {
        font-size: 13px;
        margin: 6px 0 4px;
    }

    .category-card {
        padding: 14px 10px;
    }

    .shop-badge {
        font-size: 9px;
        padding: 3px 10px;
        margin-top: 6px;
        gap: 4px;
    }

        .shop-badge i {
            font-size: 9px;
        }

    .col-6 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .container {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* No Data Message */
.no-data-card {
    background: white;
    border-radius: 28px;
    padding: 60px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

    .no-data-card i {
        font-size: 64px;
        color: #cbd5e1;
        margin-bottom: 20px;
    }

    .no-data-card p {
        color: #64748b;
        font-size: 18px;
        margin: 0;
        font-weight: 500;
    }

/* Row Gap */
.category-row {
    margin-left: -12px;
    margin-right: -12px;
}

    .category-row > [class*='col-'] {
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 24px;
    }

@media (max-width: 575px) {
    .category-row {
        margin-left: -8px;
        margin-right: -8px;
    }

        .category-row > [class*='col-'] {
            padding-left: 8px;
            padding-right: 8px;
            margin-bottom: 16px;
        }
}

.single-shopping-card-one {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #1f5624;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.single-shopping-card-one:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.12);
    border-color: #b79950;
}

.image-and-action-area-wrapper {
    position: relative;
    overflow: hidden;
    background: #fafafc;
    padding: 12px;
    height: 180px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnail-preview {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productImage {
    max-height: 100%;
    max-width: 100%;
    /*object-fit: contain;*/
    transition: transform 0.4s ease;
}

.single-shopping-card-one:hover .productImage {
    transform: scale(1.05);
}

/* Badges */
.stock-badge-card {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 3px 8px;
    border-radius: 30px;
    font-size: 9px;
    font-weight: 700;
    z-index: 5;
    font-family: monospace;
}

    .stock-badge-card.in-stock {
        background: #e8f5e9;
        color: #2e7d32;
    }

    .stock-badge-card.out-stock {
        background: #ffebee;
        color: #c62828;
    }

.discount-badge-card {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #dc2626;
    color: white;
    padding: 3px 8px;
    border-radius: 30px;
    font-size: 9px;
    font-weight: 700;
    z-index: 5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Body Content */
.body-content {
    padding: 10px 12px 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

    .body-content a {
        text-decoration: none !important;
    }

/* Product Title */
.product-title-card {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s;
    min-height: 34px;
    margin-bottom: 6px;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
}

ul li a {
    list-style: none !important;
}

.product-title-card:hover {
    color: #b79950;
}

/* Size Selector - Compact */
.size-wrapper {
    margin: 4px 0;
}

.size-select, #sizeDropdown {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 30px;
    font-size: 11px;
    background: white;
    color: #334155;
    cursor: pointer;
    transition: all 0.2s;
}

    .size-select:focus, #sizeDropdown:focus {
        outline: none;
        border-color: #b79950;
        box-shadow: 0 0 0 2px rgba(144, 4, 35, 0.1);
    }

.single-size {
    font-size: 10px;
    color: #2e7d32;
    background: #e8f5e9;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 30px;
    font-weight: 600;
    margin: 4px 0;
    text-align: center;
    width: fit-content;
}

/* Price Area - Fixed at bottom */
.price-area {
    margin-top: auto;
    margin-bottom: 0;
   /* padding-top: 6px;*/
}

    .price-area .current {
        font-size: 16px;
        font-weight: 600;
        color: #fd8603;
        font-family: system-ui;
    }

 
    .price-area .discount {
        background: #fee2e2;
        color: #dc2626;
        font-size: 9px;
        font-weight: 700;
        padding: 2px 8px;
        border-radius: 30px;
        display: inline-block;
        margin-top: 3px;
    }

/* Add to Cart Button - Always at bottom */
.cart-counter-action {
    margin-top: 10px;
    width: 100%;
}



/* Sort Dropdown */
.custom-sort-dropdown {
    position: relative;
    cursor: pointer;
}

.sort-label {
    color: #b79950;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    padding: 6px 14px;
    background: white;
    border-radius: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #e2e8f0;
}

    .sort-label:hover {
        background: #fff5f7;
        box-shadow: 0 4px 12px rgba(144, 4, 35, 0.1);
        border-color: #b79950;
    }

.sort-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 42px;
    background: white;
    width: 200px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    z-index: 1000;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

    .sort-menu div {
        padding: 10px 16px;
        font-size: 13px;
        font-family: 'Segoe UI', 'Roboto', sans-serif;
        cursor: pointer;
        transition: all 0.2s;
        color: #334155;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .sort-menu div:hover {
            background: #fef3e8;
            color: #b79950;
        }

/* Section Title */
.section-title {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

    .section-title:after {
        content: '';
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 45px;
        height: 3px;
        background: #b79950;
        border-radius: 3px;
    }

/* Container */
.container-2 {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 12px;
}

.rts-section-gap {
    padding: 40px 0;
}
.carousel-item img {
    height: 280px !important;
    border-radius: 16px;
}

.carousel {
    border-radius: 16px;
    overflow: hidden;
}

/* ========== RESPONSIVE STYLES ========== */

/* Desktop (1200px and above) */
@media (min-width: 1200px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25% !important;
    }

    ._ProductListing {
        padding-left: 10px;
        padding-right: 10px;
    }

    .image-and-action-area-wrapper {
        height: 200px;
    }

    .product-title-card {
        min-height: 36px;
    }
}

/* Tablet (992px to 1199px) - 3 cards per row */
@media (min-width: 992px) and (max-width: 1199px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 33.333% !important;
    }

    ._ProductListing {
        padding-left: 8px;
        padding-right: 8px;
    }

    .image-and-action-area-wrapper {
        height: 180px;
    }

    .product-title-card {
        font-size: 12px;
        min-height: 32px;
    }

    .price-area .current {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }

    ._ProductListing {
        padding-left: 8px;
        padding-right: 8px;
    }

    .image-and-action-area-wrapper {
        height: 170px;
    }

    .section-title {
        font-size: 20px;
    }

    .product-title-card {
        font-size: 12px;
        min-height: 32px;
    }

    .price-area .current {
        font-size: 15px;
    }

    .add-btn {
        font-size: 10px;
        padding: 7px 8px;
    }

    .body-content {
        padding: 8px 10px 10px;
    }
}

/* Mobile (576px to 767px) - 2 cards per row */
@media (min-width: 576px) and (max-width: 767px) {
    .col-sm-12, .col-sm-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }

    ._ProductListing {
        padding-left: 6px;
        padding-right: 6px;
    }

    .image-and-action-area-wrapper {
        height: 150px;
        padding: 10px;
    }

    .section-title {
        font-size: 18px;
    }

    .sort-label {
        font-size: 12px;
        padding: 4px 10px;
    }

    .product-title-card {
        font-size: 11px;
        min-height: 30px;
    }

    .price-area .current {
        font-size: 14px;
    }

    .price-area .previous {
        font-size: 10px;
    }

    .add-btn {
        font-size: 9px;
        padding: 6px 8px;
    }

    .body-content {
        padding: 6px 8px 8px;
    }

    .discount-badge-card, .stock-badge-card {
        font-size: 8px;
        padding: 2px 6px;
        top: 6px;
    }

    .discount-badge-card {
        left: 6px;
    }

    .stock-badge-card {
        right: 6px;
    }

    .carousel-item img {
        height: 180px !important;
    }

    .single-shopping-card-one {
        min-height: 300px;
    }
}

/* Small Mobile (320px to 575px) - 2 cards per row */
@media (max-width: 575px) {
    .col-12, .col-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }

    ._ProductListing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .image-and-action-area-wrapper {
        height: 130px;
        padding: 8px;
    }

    .section-title {
        font-size: 16px;
    }

    .sort-label {
        font-size: 11px;
        padding: 3px 8px;
    }

    .product-title-card {
        font-size: 10px;
        min-height: 26px;
        margin-bottom: 4px;
    }

    .price-area .current {
        font-size: 13px;
    }

    .price-area .previous {
        font-size: 9px;
    }

    .price-area .discount {
        font-size: 8px;
        padding: 1px 6px;
    }

    .add-btn {
        font-size: 8px;
        padding: 5px 6px;
        gap: 4px;
    }

        .add-btn i {
            font-size: 9px;
        }

    .discount-badge-card, .stock-badge-card {
        font-size: 7px;
        padding: 2px 5px;
        top: 5px;
    }

    .discount-badge-card {
        left: 5px;
    }

    .stock-badge-card {
        right: 5px;
    }

    .single-size {
        font-size: 8px;
        padding: 2px 8px;
    }

    .size-select, #sizeDropdown {
        padding: 5px 8px;
        font-size: 9px;
    }

    .body-content {
        padding: 5px 6px 8px;
    }

    .carousel-item img {
        height: 150px !important;
    }

    .rts-section-gap {
        padding: 25px 0;
    }

    .container-2 {
        padding: 0 6px;
    }

    .sort-menu {
        width: 160px;
        top: 35px;
    }

        .sort-menu div {
            padding: 7px 12px;
            font-size: 11px;
        }

    .price-area {
        margin-top: auto;
    }

    .single-shopping-card-one {
        min-height: 280px;
    }
}

/* Extra Small (below 374px) - 1 card per row */
@media (max-width: 374px) {
    .col-12, .col-6 {
        width: 100% !important;
    }

    .image-and-action-area-wrapper {
        height: 180px;
    }

    .product-title-card {
        font-size: 13px;
        min-height: 36px;
    }

    .price-area .current {
        font-size: 16px;
    }

    .add-btn {
        font-size: 11px;
        padding: 8px;
    }

    .single-shopping-card-one {
        min-height: 320px;
    }
}

.hide-scrollbar {
    overflow: visible;
}

.caret {
    margin-right: 3px;
}

.immmm {
    height: auto !important;
    max-height: 100%;
    margin-top: 10px !important;
}

.badge {
    padding: 4px 10px;
    font-size: 12px;
    font-family: monospace;
    color: rgb(49, 90, 8);
}

.green {
    background: rgb(168, 213, 122);
}

.btn-loading {
    opacity: 0.7;
    pointer-events: none;
}

/* Row gutter fix */
.row.g-2.g-sm-2.g-md-3 {
    margin-left: -6px;
    margin-right: -6px;
}

    .row.g-2.g-sm-2.g-md-3 > [class*="col-"] {
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 12px;
    }
@media (max-width: 767px) {
    /* Force 2 columns on mobile */
    .product-area-wrapper-shopgrid-list .row {
        display: flex !important;
        flex-wrap: wrap !important;
        margin-left: -6px !important;
        margin-right: -6px !important;
    }

    ._ProductListing {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
        margin-bottom: 12px !important;
    }
    /* Override any conflicting bootstrap classes */
    .col-12.col-6,
    .col-6.col-sm-6,
    .col-sm-12.col-12 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }
    /* Fix for extra small devices */
    .single-shopping-card-one {
        min-height: 280px !important;
    }

    .image-and-action-area-wrapper {
        height: 140px !important;
        padding: 8px !important;
    }

    .product-title-card {
        font-size: 11px !important;
        min-height: 28px !important;
    }

    .price-area .current {
        font-size: 13px !important;
    }

    .price-area .previous {
        font-size: 10px !important;
    }

    .add-btn {
        font-size: 9px !important;
        padding: 9px 8px !important;
    }

    .body-content {
        padding: 6px 8px 8px !important;
    }

    .discount-badge-card,
    .stock-badge-card {
        font-size: 8px !important;
        padding: 2px 5px !important;
        top: 5px !important;
    }

    .discount-badge-card {
        left: 5px !important;
    }

    .stock-badge-card {
        right: 5px !important;
    }

    .size-select, #sizeDropdown {
        font-size: 9px !important;
        padding: 4px 6px !important;
    }

    .single-size {
        font-size: 9px !important;
        padding: 2px 6px !important;
    }
}

@media (max-width: 400px) {
    ._ProductListing {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }

    .image-and-action-area-wrapper {
        height: 120px !important;
    }

    .product-title-card {
        font-size: 10px !important;
        min-height: 26px !important;
    }

    .price-area .current {
        font-size: 12px !important;
    }

    .add-btn {
        font-size: 8px !important;
        padding: 12px 4px !important;
    }

        .add-btn i {
            font-size: 8px !important;
        }
}

@media (max-width: 340px) {
    ._ProductListing {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .image-and-action-area-wrapper {
        height: 150px !important;
    }

    .product-title-card {
        font-size: 9px !important;
        min-height: 24px !important;
    }

    .price-area .current {
        font-size: 11px !important;
    }

    .price-area .previous {
        font-size: 8px !important;
    }

    .add-btn {
        font-size: 9px !important;
        padding: 11px 3px !important;
    }
}



#filter_all_product {
    background: #ffffff !important;
    border-radius: 20px;
    padding: 20px 15px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: auto;
    min-height: calc(100vh - 100px);
    position: sticky;
    top: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
}

#filter_all_product::-webkit-scrollbar {
    width: 5px;
}

#filter_all_product::-webkit-scrollbar-track {
    background: #e9ecef;
    border-radius: 10px;
}

#filter_all_product::-webkit-scrollbar-thumb {
    background: #b79950;
    border-radius: 10px;
}

/* Category Menu */
.menu-group {
    margin-top: 10px;
}

.menu-item {
    cursor: pointer;
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    border-radius: 12px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .menu-item:hover {
        background: #fef3e8;
        color: #b79950;
    }

    .menu-item.active {
        background: #b79950;
        color: white;
    }

.caret {
    font-size: 14px;
    transition: transform 0.2s;
}

.submenu {
    margin-left: 28px;
    padding-left: 12px;
    border-left: 2px solid #b79950;
}

    .submenu div {
        padding: 6px 12px;
        font-size: 13px;
        color: #475569;
        cursor: pointer;
        border-radius: 8px;
        transition: all 0.2s;
    }

        .submenu div:hover {
            background: #fef3e8;
            color: #b79950;
        }

/* ========== MODERN PRODUCT CARD - REDUCED HEIGHT ========== */
.single-shopping-card-one {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #1f5624;
}

    .single-shopping-card-one:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px -8px rgba(144, 4, 35, 0.12);
        border-color: #1f5624;
    }

/* Image Container - Reduced Height */
.image-and-action-area-wrapper {
    position: relative;
    overflow: hidden;
    background: #fafafc;
    padding: 12px;
    height: 160px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnail-preview {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productImage {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.single-shopping-card-one:hover .productImage {
    transform: scale(1.03);
}

/* Stock Badge */
.stock-badge {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 3px 8px;
    border-radius: 30px;
    font-size: 9px;
    font-weight: 700;
    z-index: 5;
}

.stock-in {
    background: #e8f5e9;
    color: #2e7d32;
}

.stock-out {
    background: #ffebee;
    color: #c62828;
}

/* Body Content - Reduced Padding */
.body-content {
    padding: 8px 10px 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

    .body-content a {
        text-decoration: none;
    }

.product-name-ellipsis {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s;
    min-height: 34px;
    margin-bottom: 2px;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
}

    .product-name-ellipsis:hover {
        color: #b79950;
    }

/* Size Selector - Compact */
.single-size {
    font-size: 10px;
    color: #2e7d32;
    background: #e8f5e9;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 30px;
    font-weight: 600;
    margin: 5px 0;
    width: fit-content;
}

#sizeDropdown, .size-select {
    width: 100%;
    padding: 5px 8px;
    border: 1px solid #e2e8f0;
    border-radius: 30px;
    font-size: 10px;
    background: white;
    margin: 5px 0;
    cursor: pointer;
}

/* Price Area - Compact */
/*.price-area {
    margin: 5px 0;
}
*/
    .price-area .previous {
        font-size: 11px;
        color: black;
        text-decoration: line-through;
        margin-left: 5px;
    }

    .price-area .discount {
        background: #fee2e2;
        color: #dc2626;
        font-size: 9px;
        font-weight: 700;
        padding: 2px 8px;
        border-radius: 30px;
        display: inline-block;
        margin-top: 3px;
    }

/* Add to Cart Button - Compact */
.cart-counter-action {
    margin-top: auto;
    padding-top: 6px;
}



/* Layout */
.filter-layout {
    display: flex;
    flex-wrap: wrap;
}

.filter-sidebar {
    flex: 0 0 23%;
    max-width: 23%;
}

.products-content {
    flex: 0 0 77%;
    max-width: 77%;
    padding-left: 20px;
}

/* Mobile Filter Section - Visible on Mobile */
.mobile-category-section {
    display: none;
    background: white;
    border-radius: 16px;
    padding: 12px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.mobile-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 8px;
    background: #f8f9fc;
    border-radius: 12px;
}

    .mobile-category-header h5 {
        font-size: 14px;
        font-weight: 700;
        margin: 0;
        color: #1e293b;
    }

    .mobile-category-header i {
        color: #b79950;
        transition: transform 0.3s;
    }

.mobile-category-list {
    display: none;
    margin-top: 12px;
    max-height: 300px;
    overflow-y: auto;
}

    .mobile-category-list.show {
        display: block;
    }

.mobile-category-item {
    padding: 10px 12px;
    border-bottom: 1px solid #eef2f6;
    cursor: pointer;
}

    .mobile-category-item .main-cat {
        font-weight: 700;
        font-size: 13px;
        color: #1e293b;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.mobile-submenu {
    display: none;
    padding-left: 15px;
    margin-top: 8px;
}

    .mobile-submenu.show {
        display: block;
    }

    .mobile-submenu div {
        padding: 8px 12px;
        font-size: 12px;
        color: #475569;
        cursor: pointer;
        border-radius: 8px;
    }

        .mobile-submenu div:hover {
            background: #fef3e8;
            color: #b79950;
        }

/* Container */
.container-2 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.rts-section-gap {
    padding: 30px 0;
}

.row.gx-3 {
    --bs-gutter-x: 0.75rem;
}

.immmm {
    height: auto !important;
    max-height: 100%;
    margin-top: 10px !important;
}

/* ========== LOADER STYLES ========== */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

    .loader-overlay.active {
        visibility: visible;
        opacity: 1;
    }

.loader {
    width: 80px;
    height: 80px;
    position: relative;
}

    .loader .dot {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #b79950;
        transform: translate(-50%, -50%);
        animation: pulse 1.5s ease-in-out infinite;
    }

        .loader .dot:nth-child(1) {
            animation-delay: 0s;
        }

        .loader .dot:nth-child(2) {
            width: 12px;
            height: 12px;
            background: #dc2626;
            animation-delay: 0.3s;
        }

        .loader .dot:nth-child(3) {
            width: 8px;
            height: 8px;
            background: #f5a623;
            animation-delay: 0.6s;
        }

@keyframes pulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0.5;
    }
}

.loader-text {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

/* Product Grid Loading Shimmer */
.shimmer-card {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 16px;
    height: 280px;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* ========== RESPONSIVE STYLES ========== */

/* Desktop */
@media (min-width: 1200px) {
    .image-and-action-area-wrapper {
        height: 200px;
    }

    .product-name-ellipsis {
        font-size: 13px;
        min-height: 36px;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1199px) {
    .filter-sidebar {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .products-content {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .image-and-action-area-wrapper {
        height: 150px;
    }

    .product-name-ellipsis {
        font-size: 12px;
        min-height: 32px;
    }

    .price-area .current {
        font-size: 15px;
    }

    .add-btn {
        font-size: 9px;
        padding: 8px 8px;
    }
}

/* Mobile (below 768px) */
@media (max-width: 767px) {
    .filter-sidebar {
        display: none;
    }

    .products-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }

    .mobile-category-section {
        display: block;
    }

    .image-and-action-area-wrapper {
        height: 130px;
        padding: 10px;
    }

    .product-name-ellipsis {
        font-size: 11px;
        min-height: 28px;
    }

    .price-area .current {
        font-size: 14px;
    }

    .price-area .previous {
        font-size: 10px;
    }

    .price-area .discount {
        font-size: 8px;
        padding: 2px 6px;
    }

    .add-btn {
        font-size: 9px;
        padding: 8px 8px;
    }

        .add-btn i {
            font-size: 9px;
        }

    .body-content {
        padding: 6px 8px 10px;
    }

    .single-size {
        font-size: 9px;
        padding: 2px 8px;
        margin: 4px 0;
    }

    #sizeDropdown {
        font-size: 9px;
        padding: 4px 8px;
        margin: 4px 0;
    }

    .stock-badge {
        font-size: 8px;
        padding: 2px 6px;
        top: 6px;
        right: 6px;
    }

    ._ProductListing {
        padding: 0 6px !important;
        margin-bottom: 10px;
    }

    .row.gx-3 {
        --bs-gutter-x: 0.5rem;
    }

    .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .image-and-action-area-wrapper {
        height: 120px;
    }

    .product-name-ellipsis {
        font-size: 10px;
        min-height: 26px;
    }

    .price-area .current {
        font-size: 13px;
    }

    .add-btn {
        font-size: 8px;
        padding: 7px 6px;
    }

    .price-area .discount {
        font-size: 7px;
        padding: 1px 5px;
    }
}

