/* GLOBAL CONTAINER STYLES START */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
}

/* Remove Bootstrap default gutter spacing */
.row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0;
}

/* GLOBAL CONTAINER STYLES END */

/* Top Slider css START */
.slider-top-wrapper {
    width: 1200px;
    height: 393px;
    display: flex;
    gap: 16px;
    margin: 0 auto;
}

.watch-wrapper {
    flex: 0 0 800px;
}

.discount-wrapper {
    flex: 0 0 360px;
}

.watch-card {
    width: 100%;
    height: 100%;
    opacity: 1;
    background: linear-gradient(135deg, #1a0f2e 0%, #2d1b4e 50%, #1a4a6e 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    border: none;
    position: relative;
    overflow: hidden;
    transition: background-image 0.5s ease-in-out;
}

.watch-card .card-content {
    position: absolute;
    top: 30px;
    left: 30px;
    color: white;
    z-index: 5;
}

.watch-card .card-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
}

.watch-card .card-content p {
    font-size: 14px;
    margin-bottom: 20px;
    color: white;
    max-width: 305px;
    line-height: 1.5;
}

.shop-now-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: transparent;
    color: #95C43F;
    text-decoration: none;
    border: 2px solid #95C43F;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    margin-top: 200px;
}

.shop-now-btn:hover {
    background: #95C43F;
    color: white;
    text-decoration: none;
}

.shop-now-btn i {
    font-size: 16px;
}

.discount-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

.discount-card {
    width: 100%;
    height: 188.5px;
    opacity: 1;
    border-radius: 16px;
    border: none;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.discount-card .card-content {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    z-index: 5;
}

.discount-card .card-content h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: white;
}

.discount-card .card-content p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    color: white;
}

.shop-now-btn-small {
    display: inline-block;
    padding: 6px 16px;
    background: transparent;
    color: white;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.shop-now-btn-small:hover {
    color: #95C43F;
    text-decoration: underline;
}

.hero-cards {
    display: flex;
    gap: 20px;
    /* width: 1200px; */
    margin: 0 auto;
}

.hero-card {
    width: 100%;
    height: auto;
    aspect-ratio: 2.3 / 1;
    opacity: 1;
    border-radius: 16px;
    border: none;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-card .card-content-small {
    position: absolute;
    top: 21px;
    left: 20px;
    width: 131px;
    height: 53px;
    gap: 10px;
    opacity: 1;
    color: white;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.hero-card .card-content-small h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: white;
}

.shop-now-link {
    display: inline-block;
    color: white;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.shop-now-link:hover {
    color: #95C43F;
    text-decoration: underline;
}

.slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot:hover {
    background: rgba(255, 255, 255, 0.8);
}

.dot.active {
    background: white;
    width: 10px;
    height: 10px;
}


.slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.slider-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgb(161, 160, 160);
    cursor: pointer;
    transition: 0.3s;
}

.slider-dots .dot.active {
    background: #95C43F !important;
}

@media (max-width: 575.98px) {
    .slider-top-wrapper {
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 16px;
    }

    .watch-wrapper {
        flex: 1;
    }

    .watch-card {
        height: 200px;
    }

    .discount-wrapper {
        flex: 1;
    }

    .discount-cards {
        flex-direction: row;
        height: auto;
        gap: 10px;
    }

    .discount-card {
        width: calc(50% - 5px);
        height: 140px;
        background-size: 100% 100%;
    }

    .hero-cards {
        width: 100%;
        flex-direction: column;
        gap: 16px;
        background-size: 100% 100%;
    }

    .hero-card {
        width: 100%;
        height: auto;
        aspect-ratio: 2.3 / 1;
        background-size: cover;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .slider-top-wrapper {
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 16px;
    }

    .watch-wrapper {
        flex: 1;
    }

    .watch-card {
        height: 240px;
    }

    .discount-wrapper {
        flex: 1;
    }

    .discount-cards {
        flex-direction: row;
        height: auto;
        gap: 12px;
    }

    .discount-card {
        width: calc(50% - 6px);
        height: 160px;
    }

    .hero-cards {
        width: 100%;
        flex-direction: column;
        gap: 16px;
    }

    .hero-card {
        width: 100%;
        height: auto;
        aspect-ratio: 2.3 / 1;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .slider-top-wrapper {
        width: 100%;
        max-width: 700px;
        height: auto;
        flex-direction: column;
        gap: 16px;
    }

    .watch-wrapper {
        flex: 1;
    }

    .watch-card {
        height: 305px;
        background-size: 100% 100%;
    }

    .discount-wrapper {
        flex: 1;
    }

    .discount-cards {
        flex-direction: row;
        height: auto;
        gap: 16px;
    }

    .discount-card {
        width: calc(50% - 8px);
        height: 180px;
        background-size: 100% 100%;
    }

    .hero-cards {
        width: 100%;
        max-width: 700px;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 16px;
    }

    .hero-card {
        width: calc(50% - 8px);
        height: auto;
        aspect-ratio: 2.3 / 1;
        background-size: cover;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .slider-top-wrapper {
        width: 100%;
        max-width: 900px;
        height: 330px;
        gap: 16px;
    }

    .watch-wrapper {
        flex: 0 0 640px;
    }

    .discount-wrapper {
        flex: 0 0 244px;
    }

    .discount-card {
        height: 157px;
    }

    .hero-cards {
        width: 100%;
        max-width: 900px;
        gap: 16px;
    }

    .hero-card {
        width: calc(33.333% - 11px);
        height: auto;
        aspect-ratio: 2.3 / 1;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px !important;
        padding: 0px !important;
    }
}

/* Top Slider css END */


/* Header & Menu css START */
:root {
    --naas-green-dark: #95C43F;
    --naas-green-light: #F0F9EE;
    --naas-header-green: #95C43F;
    --naas-separator-color: #E0E0E0;
    --naas-text-color: #4A4A4A;
    --naas-footer-green: #95C43F;
}

body {
    font-family: 'Lato', Arial, sans-serif;
    color: var(--naas-text-color);
}

.naas-social-icons-header i {
    cursor: pointer;
    transition: color 0.2s;
}

.naas-social-icons-header i:hover {
    color: #dedede;
}

.naas-green-text {
    color: var(--naas-green-dark);
}

.naas-link {
    color: var(--naas-green-dark);
}

.naas-link:hover {
    color: #95C43F;
}

.naas-top-bar {
    background-color: var(--naas-header-green);
    color: white;
    font-size: 0.75rem;
}

.naas-logo-img {
    height: 35px;
    width: auto;
}

.naas-welcome-text {
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 14px;
}

.naas-more-btn {
    margin-left: 5px !important;
    color: #FFFFFF;
    border: 1px solid #FFFFFF !important;
    background-color: transparent;
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.naas-all-categories {
    background-color: #F8F8F8;
    border: 1px solid #E8E8E8;
    color: #4A4A4A;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    font-size: 0.9rem;
    height: 41px;
}

.fa,
.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.three-dot {
    margin-right: 15px !important;
}

.naas-search-input {
    border: 1px solid #E8E8E8;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    border-left: none;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 71% !important;
}

.naas-dropdown-btn {
    border: 1px solid #E0E0E0;
    background-color: white;
    color: #FFFFFF;
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
    min-width: 85px;
}

.naas-lang-btn {
    cursor: pointer;
    color: white !important;
}

.naas-green-search-btn {
    background-color: var(--naas-green-dark);
    color: white;
    border-radius: 0.25rem;
    padding: 0.6rem 1.50rem;
    border: none;
    font-size: 0.9rem;
}

.naas-login-btn {
    background-color: var(--naas-green-dark);
    color: white;
    font-weight: 500;
    padding: 0.6rem 1rem;
    border-radius: 0.25rem;
    font-size: 0.9rem;
}

.naas-signup-btn {
    margin-left: 5px !important;
    background-color: white;
    color: #95C43F;
    border: 1px solid #95C43F;
    font-weight: 500;
    padding: 0.6rem 1rem;
    border-radius: 0.25rem;
    font-size: 0.9rem;
}

.naas-header-divider {
    border-top: 1px solid #E0E0E0;
}

.naas-login-bg {
    background-color: var(--naas-green-light);
    min-height: 70vh;
}

.naas-title-login {
    font-size: 1.9rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.naas-subtitle-customer {
    font-size: 1.5rem;
    font-weight: 500;
}

.naas-access-text {
    font-size: 0.9rem;
    margin-top: 0.75rem;
}

.naas-social-section {
    margin-top: 30px;
}

.naas-social-title {
    font-size: 1rem;
    font-weight: 500;
}

.naas-social-btn {
    padding: 0.8rem 1rem;
    border-radius: 0.25rem;
    font-weight: 500;
    border: 1px solid #E8E8E8;
    color: #555;
    background-color: white;
    font-size: 0.9rem;
    line-height: 1;
    height: 40px;
}

.naas-social-btn img {
    height: 18px;
    width: 18px;
    margin-top: -1px;
}

.naas-separator {
    border-top: 1px solid var(--naas-separator-color);
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
}

.naas-form-group {
    margin-bottom: 2.25rem !important;
}

.naas-form-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #444;
    margin-bottom: 0.5rem;
}

.naas-input {
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
    height: 40px;
}

.naas-input:focus {
    border-color: var(--naas-green-dark);
    box-shadow: 0 0 0 0.25rem rgba(108, 174, 69, 0.2);
}

.naas-form-options {
    font-size: 0.75rem;
}

.naas-forgot-link {
    font-weight: 500;
}

.naas-create-account {
    font-size: 0.8rem;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}

.naas-login-btn-form {
    background-color: var(--naas-green-dark);
    border-color: var(--naas-green-dark);
    color: white;
    font-weight: bold;
    padding: 0.8rem 1rem;
    border-radius: 0.25rem;
    font-size: 0.9rem;
}

.naas-footer-content {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.naas-footer-compact {
    padding-top: 20px;
    padding-bottom: 8px;
    max-width: 1200px;
    margin: 0 auto;
}

.naas-footer-compact .naas-footer-col {
    padding-bottom: 0.5rem;
}

.naas-footer-heading {
    margin-bottom: 0.6rem;
    font-size: 0.95rem;
}

.naas-footer-text,
.naas-link-list a {
    font-size: 0.85rem;
    color: #6a6a6a;
}

.naas-footer-green-hr {
    border: 0;
    height: 2px;
    background: var(--naas-footer-green);
    margin: 1.25rem 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.95;
}

.naas-newsletter-group .form-control {
    border-radius: 20px 0 0 20px;
    border: 1px solid #d6e8c9;
    padding: .5rem 0.9rem;
}

.naas-newsletter-group .naas-subscribe-btn {
    border-radius: 0 20px 20px 0;
    background: var(--naas-footer-green);
    color: #fff;
    border: none;
    padding: .5rem 1rem;
    font-weight: 600;
    margin-left: -1px;
}

.naas-footer-copyright {
    text-align: center;
    font-size: 0.85rem;
    color: #7a7a7a;
    padding-bottom: 8px;
}


.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #95C43F;
    outline: 0;
    box-shadow: 0 0 0 .10rem #95C43F;
}

:root {
    --naas-green-medium: #8AC540;
    --naas-text-color: #4A4A4A;
}

body {
    background-color: #f8f8f8;
}

.header-mimic {
    background-color: white;
    padding: 1.5rem 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.naas-action-icon {
    font-size: 1.25rem;
    color: var(--naas-text-color);
    position: relative;
    cursor: pointer;
    transition: color 0.2s;
    text-decoration: none;
}

.naas-action-icon:hover {
    color: var(--naas-green-medium);
    text-decoration: none;
}

.naas-cart-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    padding: 2px 6px;
    border-radius: 50%;
    background-color: var(--naas-green-medium);
    color: white;
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .naas-action-icon {
        margin-left: 1rem;
        font-size: 1.1rem;
    }
}

.naas-track-btn {
    margin-left: 5px !important;
    background-color: white;
    color: #95C43F;
    border: 1px solid #95C43F;
    font-weight: 500;
    padding: -4.4rem 1rem;
    border-radius: 0.25rem;
    font-size: 0.9rem;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px !important;
    }
}

.naas-navbar-wrapper {
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    top: 40px !important;
}

.naas-navbar-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.navbar-brand {
    margin-right: 20px;
}

.naas-logo-img {
    height: 40px;
    object-fit: contain;
}

.naas-search-group-full {
    flex: 1;
    width: 1000px !important;
    margin: 10;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    overflow: hidden;
}

.naas-all-categories {
    background: white;
    color: #333;
    border: none;
    border-right: 1px solid #E0E0E0 !important;
    border-radius: 0 !important;
    padding: 10px 16px;
    font-size: 14px;
    white-space: nowrap;
    transition: background 0.3s;
}

.naas-all-categories:hover {
    background: #f5f5f5;
}

.naas-search-input {
    border: none;
    padding: 10px 16px;
    font-size: 14px;
}

.naas-search-input:focus {
    box-shadow: none;
    outline: none;
}

.naas-green-search-btn {
    background: #8BC34A;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 0 !important;
    transition: background 0.3s;
}

.naas-green-search-btn:hover {
    background: #7CB342;
}

.naas-action-buttons {
    gap: 15px;
}

.naas-action-icon {
    position: relative;
    color: #333;
    font-size: 18px;
    transition: color 0.3s;
}

.naas-action-icon:hover {
    color: #8BC34A;
}

.naas-login-btn {
    background: white;
    border: 1px solid #8BC34A;
    color: #8BC34A;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    margin-left: 10px;
}

.naas-login-btn:hover {
    background: #8BC34A;
    color: white;
}

.naas-signup-btn {
    background: #8BC34A;
    border: 1px solid #8BC34A;
    color: white;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}

.naas-signup-btn:hover {
    background: #7CB342;
    border-color: #7CB342;
}

.track-order.btn {
    padding: .10rem .75rem !important;
}

@media (max-width: 1199px) {
    .naas-search-group-full {
        max-width: 500px;
        margin: 0 15px;
    }

    .naas-all-categories {
        padding: 8px 12px;
        font-size: 13px;
    }

    .three-dot {
        display: none;
    }
}

@media (max-width: 991px) {
    .naas-search-group-full {
        order: 3;
        width: 100%;
        max-width: 100%;
        margin: 15px 0 0 0;
    }

    .navbar-brand {
        margin-right: auto;
    }

    .naas-action-buttons {
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .naas-all-categories {
        font-size: 0;
        padding: 8px 10px;
    }

    .naas-all-categories i {
        font-size: 16px;
        margin: 0 !important;
    }

    .naas-search-input {
        padding: 8px 12px;
        font-size: 13px;
    }

    .naas-green-search-btn {
        padding: 8px 15px;
    }

    .naas-login-btn,
    .naas-signup-btn {
        padding: 6px 12px;
        font-size: 13px;
    }

    .naas-login-btn i {
        display: none;
    }

    .naas-action-icon {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .naas-logo-img {
        height: 32px;
    }

    .naas-action-buttons {
        gap: 8px;
    }

    .naas-login-btn {
        padding: 6px 10px;
        font-size: 12px;
    }

    .naas-signup-btn {
        padding: 6px 10px;
        font-size: 12px;
    }
}

/* ==Header & Menu css END==== */


/* Category Modal Open css START */
#categoryModal {
    z-index: 1050 !important;
    align-items: center !important;
    justify-content: center !important;
}

#categoryModal.fade .modal-dialog {
    transform: translateY(-100px);
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#categoryModal.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
}

#categoryModal .modal-dialog {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    margin: 0 auto;
    min-height: calc(100vh - 2rem);
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#categoryModal .modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    background-color: #f0f0f5;
    overflow: visible;
    position: relative;
    z-index: 1;
    width: 100%;
}

#categoryModal .modal-header {
    padding: 25px 40px;
    border-bottom: none;
    background-color: #f0f0f5;
    border-radius: 12px 12px 0 0;
    position: relative;
    z-index: 1;
}

#categoryModal .modal-title {
    font-size: 26px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

#categoryModal .modal-header a {
    color: #007bff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
}

#categoryModal .modal-header a:hover {
    text-decoration: underline;
    color: #0056b3;
}

#categoryModal .modal-header .close {
    font-size: 20px;
    color: #1a1a1a;
    opacity: 1;
    padding: 0;
    margin: 0;
    font-weight: 300;
}

#categoryModal .modal-header .close:hover {
    opacity: 0.7;
}

#categoryModal .modal-body {
    padding: 0 40px 40px 40px;
    background-color: #f0f0f5;
    border-radius: 0 0 12px 12px;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}

#categoryModal .category-modal-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0;
    position: relative;
    z-index: 1;
}

#categoryModal .category-column {
    padding: 0;
    margin: 0;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

#categoryModal .col-md-6 {
    flex: none;
    max-width: 100%;
    padding: 0;
}

#categoryModal ul.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 120px;
}

#categoryModal .category-item-wrapper {
    padding: 20px 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

#categoryModal .category-header {
    padding: 0 20px;
    cursor: pointer;
    border-left: 3px solid transparent;
    transition: border-left-color 0.2s ease;
    height: 35px;
    position: relative;
    z-index: 2;
    background-color: transparent;
    display: flex;
    align-items: center;
}

#categoryModal .category-header:hover {
    border-left-color: #95C43F;
}

#categoryModal .category-header[aria-expanded="true"] {
    border-left-color: #95C43F;
}

#categoryModal .category-name {
    font-size: 12px;
    color: #1a1a1a;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

#categoryModal a.category-name {
    text-decoration: none;
}

#categoryModal a.category-name:hover {
    color: #1a1a1a;
}


#categoryModal .collapse-icon {
    font-size: 30px;
    color: #95C43F;
    line-height: 1;
    font-style: normal;
    user-select: none;
    margin-left: 0;
    top: 0;
    right: -225px;
    position: absolute;
}

#categoryModal .collapse-icon::before {
    content: '+';
}

#categoryModal [aria-expanded="true"] .collapse-icon {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 15px;
}

#categoryModal [aria-expanded="true"] .collapse-icon::before {
    content: '—';
}

#categoryModal .small-icon {
    font-size: 30px;
    margin-left: 122px;
}

#categoryModal .subcategories-wrapper {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 20px;
    position: relative;
    z-index: 3;
    background-color: #f0f0f5;
}

#categoryModal .subcategories-list {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 3;
}

#categoryModal .subcategory-item {
    padding: 12px 0;
    margin-bottom: 8px;
    position: relative;
    z-index: 3;
}

#categoryModal .subcategory-item:last-child {
    margin-bottom: 0;
}

#categoryModal .subcategory-header {
    cursor: pointer;
    position: relative;
    z-index: 4;
    background-color: transparent;
}

#categoryModal .subcategory-link,
#categoryModal .subcategory-header .text-secondary {
    font-size: 12px;
    color: #1a1a1a;
    font-weight: 400;
    padding-left: 25px;
    border-left: 2px solid transparent;
    transition: all 0.2s ease;
    line-height: 1.4;
}

#categoryModal .subcategory-link {
    text-decoration: none;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
}

#categoryModal .subcategory-link,
#categoryModal .subcategory-header .text-secondary {
    color: #A3A9BA;
    border-left-color: #A3A9BA;
}

#categoryModal .child-categories-wrapper {
    margin-top: 8px;
    padding-left: 25px;
    position: relative;
    z-index: 5;
    background-color: #f0f0f5;
}

#categoryModal .child-categories-list {
    margin-left: 0;
    padding: 0;
    position: relative;
    z-index: 5;
}

#categoryModal .child-category-item {
    padding: 8px 0;
    position: relative;
    z-index: 5;
}

#categoryModal .child-category-link {
    font-size: 12px;
    color: #666;
    font-weight: 400;
    padding-left: 25px;
    border-left: 2px solid transparent;
    text-decoration: none;
    transition: all 0.2s ease;
}

#categoryModal .child-category-link:hover {
    color: #95C43F;
    border-left-color: #95C43F;
}

#categoryModal .collapse {
    visibility: visible !important;
}

#categoryModal .collapsing {
    transition: height 0.3s ease;
    overflow: hidden;
    visibility: visible !important;
}

#categoryModal .collapse.show {
    display: block;
    visibility: visible !important;
}

.modal-backdrop {
    z-index: 1040 !important;
    transition: opacity 0.15s linear;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

@media (max-width: 1200px) {
    #categoryModal .category-modal-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    #categoryModal .category-modal-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    #categoryModal .category-modal-grid {
        grid-template-columns: 1fr;
    }

    #categoryModal .modal-dialog {
        margin: 10px;
    }

    #categoryModal .modal-header {
        padding: 20px 25px;
    }

    #categoryModal .modal-body {
        padding: 0 25px 30px 25px;
    }

    #categoryModal .category-item-wrapper {
        padding: 15px 0;
    }
}

@media (max-width: 576px) {
    #categoryModal .modal-header {
        padding: 15px 20px;
    }

    #categoryModal .modal-body {
        padding: 0 20px 25px 20px;
    }

    #categoryModal .modal-title {
        font-size: 22px;
    }

    #categoryModal .category-header,
    #categoryModal .subcategory-link {
        padding-left: 15px;
    }

    #categoryModal .subcategories-wrapper {
        padding-left: 30px;
    }
}

/* Category Modal Open css END===== */


/* Category Slider Styles START==== */

.category-slider-wrapper {
    position: relative;
}

.category-slider {
    /* margin-top: -15px; */
    display: flex;
    gap: 35px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px 0;
    cursor: grab;
    user-select: none;
}

.nav-hr {
    margin: 0;
    border: 1px solid #E0E0E0;
}

.category-slider.dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.category-slider::-webkit-scrollbar {
    display: none;
}

.category-item {
    flex-shrink: 0;
}

.category-item a {
    text-decoration: none;
    display: block;
    pointer-events: auto;
}

.category-name {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    transition: color 0.3s ease;
    padding: 4px 2px;
}

.category-item a:hover .category-name {
    color: #95C43F;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
    opacity: 1;
}

.slider-arrow:hover {
    background: none !important;
}

.slider-arrow.left {
    left: -50px;
}

.slider-arrow.right {
    right: -50px;
}

.slider-arrow i {
    font-size: 18px;
    color: #95C43F;
}

@media (max-width: 768px) {
    .category-border {
        padding: 0 30px;
    }

    .category-slider {
        gap: 25px;
        padding: 10px 0;
    }

    .category-name {
        font-size: 13px;
    }

    .slider-arrow {
        width: 28px;
        height: 28px;
    }

    .slider-arrow.left {
        left: -35px;
    }

    .slider-arrow.right {
        right: -35px;
    }

    .slider-arrow i {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .category-border {
        padding: 0 25px;
        margin: 115px 0px 0px 0px;
    }

    .category-slider {
        gap: 20px;
        margin-top: -6% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .slider-arrow.left {
        left: -30px;
    }

    .slider-arrow.right {
        right: -30px;
    }
}

/* Category Slider Styles END==== */


/* Banner Styles START==== */
/* ======
       BANNER SLIDER - RESPONSIVE LAYOUT
       ====== */
.banner-slider-wrapper {
    width: 100%;
    background-color: #FFFFFF;
    padding: 30px 0 !important;
    margin-top: 65px !important;
    padding-top: 80px !important;
}

.banner-slider-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 !important;
    padding: 0 !important;
}

/* Override Bootstrap row gutter */
.banner-slider-container .row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.banner-slider-container .col-12 {
    padding: 0 !important;
    margin: 0 !important;
}

/* ======
       DESKTOP - 1200px and above
       ====== */
@media (min-width: 1200px) {
    .banner-slider-container {
        max-width: 1200px !important;
        width: 1200px !important;
        margin: 0 auto !important;
        /* padding: 0 15px !important; */
    }

    .slider-top-wrapper {
        width: 100%;
        height: 393px;
        display: flex;
        gap: 16px;
        margin: 0 !important;
        padding: 0 !important;
        margin-bottom: 16px !important;
    }

    .watch-wrapper {
        flex: 0 0 892px;
        margin: 0 !important;
        padding: 0 !important;
    }

    .discount-wrapper {
        flex: 0 0 292px;
        margin: 0 !important;
        padding: 0 !important;
    }

    .discount-cards {
        display: flex;
        flex-direction: column;
        gap: 16px;
        height: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .discount-card {
        width: 100%;
        height: 188.5px;
        margin: 0 !important;
        padding: 0 !important;
    }

    .hero-cards {
        display: flex;
        gap: 20px;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .hero-card {
        width: calc(33.333% - 11px);
        height: auto;
        aspect-ratio: 2.3 / 1;
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* ======
       LARGE TABLET - 992px to 1199px
       ====== */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-slider-container {
        max-width: 100% !important;
        padding: 0 0.5rem !important;
        margin: 0 !important;
    }

    .slider-top-wrapper {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin: 0 !important;
        padding: 0 !important;
        margin-bottom: 16px !important;
    }

    .watch-wrapper {
        width: 100%;
        flex: 1;
        margin: 0 !important;
        padding: 0 !important;
    }

    .watch-card {
        height: 280px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .discount-wrapper {
        width: 100%;
        flex: 1;
        margin: 0 !important;
        padding: 0 !important;
    }

    .discount-cards {
        display: flex;
        flex-direction: row;
        gap: 16px;
        height: auto;
        margin: 0 !important;
        padding: 0 !important;
    }

    .discount-card {
        width: calc(50% - 8px);
        height: 150px;
        margin: 0 !important;
        padding: 0 !important;
    }

    .hero-cards {
        display: flex;
        gap: 12px;
        width: 100%;
        flex-wrap: wrap;
        margin: 0 !important;
        padding: 0 !important;
    }

    .hero-card {
        width: calc(50% - 6px);
        height: auto;
        aspect-ratio: 2.3 / 1;
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* ======
       TABLET - 768px to 991px
       ====== */
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-slider-container {
        max-width: 100% !important;
        padding: 0 0.5rem !important;
        margin: 0 !important;
    }

    .slider-top-wrapper {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin: 0 !important;
        padding: 0 !important;
        margin-bottom: 12px !important;
    }

    .watch-wrapper {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .watch-card {
        height: 240px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .discount-wrapper {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .discount-cards {
        display: flex;
        flex-direction: row;
        gap: 12px;
        margin: 0 !important;
        padding: 0 !important;
    }

    .discount-card {
        width: calc(50% - 6px);
        height: 130px;
        margin: 0 !important;
        padding: 0 !important;
    }

    .hero-cards {
        display: flex;
        gap: 10px;
        width: 100%;
        flex-wrap: wrap;
        margin: 0 !important;
        padding: 0 !important;
    }

    .hero-card {
        width: calc(50% - 5px);
        height: auto;
        aspect-ratio: 2.3 / 1;
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* ======
       MOBILE LANDSCAPE - 576px to 767px
       ====== */
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-slider-container {
        max-width: 100% !important;
        padding: 0 0.5rem !important;
        margin: 0 !important;
    }

    .slider-top-wrapper {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 0 !important;
        padding: 0 !important;
        margin-bottom: 10px !important;
    }

    .watch-wrapper {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .watch-card {
        height: 200px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .discount-wrapper {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .discount-cards {
        display: flex;
        flex-direction: row;
        gap: 10px;
        margin: 0 !important;
        padding: 0 !important;
    }

    .discount-card {
        width: calc(50% - 5px);
        height: 120px;
        margin: 0 !important;
        padding: 0 !important;
    }

    .hero-cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .hero-card {
        width: 100%;
        height: auto;
        aspect-ratio: 2.3 / 1;
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* ======
       MOBILE - Extra small to 575px
       ====== */
@media (max-width: 575.98px) {
    .banner-slider-container {
        max-width: 100% !important;
        padding: 0 10px !important;
        margin: 0 !important;
    }

    .slider-top-wrapper {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin: 0 !important;
        padding: 0 !important;
        margin-bottom: 8px !important;
    }

    .watch-wrapper {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .watch-card {
        height: 160px !important;
        background-size: cover !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .discount-wrapper {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .discount-cards {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin: 0 !important;
        padding: 0 !important;
    }

    .discount-card {
        width: 100%;
        height: 100px;
        background-size: cover !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .hero-cards {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .hero-card {
        width: 100%;
        height: auto;
        aspect-ratio: 2.3 / 1;
        background-size: cover !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* Slider dots styling */
.slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot:hover {
    background: rgba(255, 255, 255, 0.9);
}

.dot.active {
    background: #95C43F;
    width: 12px;
    height: 12px;
}

/* Card common styling */
.watch-card,
.discount-card,
.hero-card {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.watch-card:hover,
.discount-card:hover,
.hero-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px !important;
        padding: 0px !important;
    }
}




/* Slider Discount Cards Styling */
.slider-discount-wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

.slider-discount-cards {
    display: flex;
    margin: 0 !important;
    padding: 0 !important;
}

.slider-card {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.slider-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
    .slider-discount-wrapper {
        flex: 0 0 292px;
    }

    .slider-discount-cards {
        flex-direction: column;
        gap: 16px;
        height: 100%;
    }

    .slider-discount-card {
        width: 100%;
        height: 188.5px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .slider-discount-wrapper {
        width: 100%;
    }

    .slider-discount-cards {
        flex-direction: row;
        gap: 16px;
    }

    .slider-discount-card {
        width: calc(50% - 8px);
        height: 150px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .slider-discount-wrapper {
        width: 100%;
    }

    .slider-discount-cards {
        flex-direction: row;
        gap: 12px;
    }

    .slider-discount-card {
        width: calc(50% - 6px);
        height: 130px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .slider-discount-wrapper {
        width: 100%;
    }

    .slider-discount-cards {
        flex-direction: row;
        gap: 10px;
    }

    .slider-discount-card {
        width: calc(50% - 5px);
        height: 120px;
    }
}

@media (max-width: 575.98px) {
    .slider-discount-wrapper {
        width: 100%;
    }

    .slider-discount-cards {
        flex-direction: row;
        gap: 8px;
    }

    .slider-discount-card {
        width: calc(50% - 4px);
        height: 100px;
    }
}

@media (max-width: 575.98px) {
    .slider-discount-card {
        width: calc(50% - 4px);
        height: 125px;
    }
}

/* Banner Styles END==== */


/* best-sale Styles STRT==== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #F6FFF8;
    overflow-x: hidden;
}

/* Best Selling Products Section */
.bestsell-header {
    width: 1200px;
    height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 1;
    margin: 0 auto 20px;
}

.bestsell-header h2 {
    font-size: 32px;
    font-weight: bold;
    color: #2B2D32;
    margin: 0;
}

.bestsell-header .bestsell-view-all {
    color: #2B2D32;
    text-decoration: none;
    font-weight: medium;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.bestsell-header .bestsell-view-all:hover {
    color: #333;
}

.bestsell-container {
    display: flex;
    gap: 20px;
    width: 1200px;
    height: 337px;
    opacity: 1;
    margin: 0 auto;
}

/* Left Large Card */
.bestsell-card-large {
    width: 468px;
    height: 337px;
    gap: 10px;
    opacity: 1;
    border-radius: 5px;
    background: #0a1628;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    position: relative;
    overflow: hidden;
}

/* Right Small Cards Container */
.bestsell-small-cards {
    display: flex;
    gap: 20px;
}

/* Best Selling Card Styles */
.bestsell-card {
    min-width: 230px;
    height: 337px;
    gap: 10px;
    opacity: 1;
    padding-bottom: 10px;
    border-radius: 5px;
    background: white;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.card {
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

.bestsell-card .bestsell-badge {
    position: absolute;
    top: 10px;
    left: 0px;
    background: #95C43F;
    color: white;
    padding: 0px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
}

.bestsell-card .bestsell-wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: #6173AC;
    font-size: 18px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    /* background-color: red; */
    /* color: red */
}

.bestsell-card:hover .bestsell-wishlist-btn {
    opacity: 1;
}

.bestsell-card .bestsell-image {
    width: 100%;
    height: 255px;
    opacity: 1;
    object-fit: cover;
    display: block;
    transition: height 0.3s ease;
    border-radius: 8px 8px 0 0;
}

.bestsell-card:hover .bestsell-image {
    height: 210px;
}



.bestsell-card .bestsell-card-body {
    width: 100%;
    padding: 8px 10px 2px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: -20px !important;
}

.bestsell-card-body h5 {
    margin-top: 10px;
}

.bestsell-card .bestsell-card-hover-actions {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    width: 200px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
    pointer-events: none;
}

.bestsell-card:hover .bestsell-card-hover-actions {
    opacity: 1;
    pointer-events: auto;
}

.bestsell-card .bestsell-view-detail-btn {
    flex: 1;
    padding: 8px 15px;
    background: white;
    border: 1px solid #95C43F;
    border-radius: 8px;
    color: #95C43F;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-align: center;
}

.bestsell-card .bestsell-view-detail-btn:hover {
    background: #95C43F;
    color: white;
}

.bestsell-card .bestsell-cart-icon-btn {
    width: 45px;
    height: 35px;
    background: #95C43F;
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.bestsell-card .bestsell-cart-icon-btn:hover {
    background: #7fb030;
}

.bestsell-card h5 {
    font-size: 14px;
    font-weight: 600;
    color: #2B2D32;
    margin-bottom: 5px;
    line-height: 1;
}

.bestsell-card .bestsell-price {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.bestsell-card .bestsell-old-price {
    text-decoration: line-through;
    color: #A3A9BA;
    font-weight: 400;
    font-size: 12px;
}

.bestsell-card .bestsell-new-price {
    color: #2B2D32;
    font-weight: 400;
    font-size: 12px;
}

.bestsell-card .bestsell-product-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.bestsell-card .bestsell-stock-text {
        font-size: 12px;
        color: #109D58;
        font-weight: 400;
        margin-bottom: 0;
        line-height: 1;
    }

.bestsell-card .bestsell-stock-text span {
    color: #A3A9BA;
    font-weight: 600;
}

.bestsell-card .bestsell-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 10px;
    line-height: 1;
}

.bestsell-card .bestsell-rating i.bi-star-fill {
    color: #E5B341;
}

.bestsell-card .bestsell-rating i.bi-star {
    color: #A3A9BA;
}

.bestsell-card .bestsell-review-count {
    color: #A3A9BA;
    font-size: 10px;
}


@media (max-width: 575.98px) {

    .bestsell-header {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .bestsell-header h2 {
        font-size: 18px !important;
    }

    .bestsell-header .bestsell-view-all {
        font-size: 18px !important;
    }

    .bestsell-container {
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 16px;
    }

    .bestsell-card-large {
        width: 100%;
        height: 250px;
    }

    .bestsell-small-cards {
        flex-direction: row;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .bestsell-small-cards::-webkit-scrollbar {
        display: none;
    }

    .bestsell-card {
        width: 180px;
        min-width: 180px;
        height: 290px !important;
    }

    .bestsell-card .bestsell-image {
        height: 180px;
    }

    .bestsell-card:hover .bestsell-image {
        height: 180px;
    }

    .bestsell-card .bestsell-card-body {
        padding: 4px 8px 0px 8px;
    }

    .bestsell-card .bestsell-card-body h5 {
        font-size: 11px;
        margin-bottom: 2px;
        line-height: 1.2;
    }

    .bestsell-card .bestsell-price {
        margin-bottom: 0px !important;
    }

    .bestsell-card .bestsell-old-price {
        font-size: 9px;
    }

    .bestsell-card .bestsell-new-price {
        font-size: 9px;
    }

    .bestsell-card .bestsell-product-info {
        margin-bottom: 2px;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .bestsell-card .bestsell-stock-text {
        font-size: 8px;
        line-height: 1.2;
        margin-bottom: 0;
        width: 100%;
        margin-top: -8px !important;
    }

    .bestsell-card .bestsell-rating {
        font-size: 8px;
        line-height: 1.2;
        gap: 2px;
        width: 100%;
        margin-top: -12px !important;
    }

    .bestsell-card .bestsell-review-count {
        font-size: 8px;
    }

    .bestsell-card .bestsell-card-hover-actions {
        opacity: 1;
        pointer-events: auto;
        bottom: 2px;
        width: 90%;
        gap: 5px;
    }

    .bestsell-card .bestsell-view-detail-btn {
        padding: 3px 6px;
        font-size: 8px;
        height: 24px;
    }

    .bestsell-card .bestsell-cart-icon-btn {
        width: 30px;
        height: 24px;
    }

    .bestsell-card .bestsell-cart-icon-btn img {
        width: 16px;
        height: 16px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .bestsell-header {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .bestsell-header h2 {
        font-size: 24px;
    }

    .bestsell-header .bestsell-view-all {
        font-size: 13px;
    }

    .bestsell-container {
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 16px;
    }

    .bestsell-card-large {
        width: 100%;
        height: 280px;
    }

    .bestsell-small-cards {
        flex-direction: row;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .bestsell-small-cards::-webkit-scrollbar {
        display: none;
    }

    .bestsell-card {
        width: 200px;
        min-width: 200px;
        height: 290px;
    }

    .bestsell-card .bestsell-image {
        height: 145px;
    }

    .bestsell-card:hover .bestsell-image {
        height: 145px;
    }

    .bestsell-card .bestsell-card-body {
        padding: 5px 8px 0px 8px;
    }

    .bestsell-card .bestsell-card-body h5 {
        font-size: 12px;
        margin-bottom: 3px;
        line-height: 1.2;
    }

    .bestsell-card .bestsell-price {
        margin-bottom: 3px;
    }

    .bestsell-card .bestsell-old-price {
        font-size: 10px;
    }

    .bestsell-card .bestsell-new-price {
        font-size: 10px;
    }

    .bestsell-card .bestsell-product-info {
        margin-bottom: 2px;
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
    }

    .bestsell-card .bestsell-stock-text {
        font-size: 9px;
        line-height: 1.2;
        margin-bottom: 0;
        width: 100%;
    }

    .bestsell-card .bestsell-rating {
        font-size: 9px;
        line-height: 1.2;
        gap: 2px;
        width: 100%;
    }

    .bestsell-card .bestsell-review-count {
        font-size: 9px;
    }

    .bestsell-card .bestsell-card-hover-actions {
        opacity: 1;
        pointer-events: auto;
        bottom: 2px;
        width: 92%;
        gap: 6px;
    }

    .bestsell-card .bestsell-view-detail-btn {
        padding: 4px 8px;
        font-size: 9px;
        height: 26px;
    }

    .bestsell-card .bestsell-cart-icon-btn {
        width: 34px;
        height: 26px;
    }

    .bestsell-card .bestsell-cart-icon-btn img {
        width: 18px;
        height: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .bestsell-header {
        width: 100%;
        max-width: 700px;
        height: auto;
        margin-bottom: 20px;
    }

    .bestsell-header h2 {
        font-size: 28px;
    }

    .bestsell-container {
        width: 100%;
        max-width: 700px;
        height: auto;
        flex-direction: column;
        gap: 20px;
    }

    .bestsell-card-large {
        width: 100%;
        height: 320px;
    }

    .bestsell-small-cards {
        flex-wrap: wrap;
        gap: 16px;
    }

    .bestsell-card {
        width: calc(50% - 8px);
        min-width: calc(50% - 8px);
    }

    .bestsell-card .bestsell-wishlist-btn {
        opacity: 1;
    }

    .bestsell-card .bestsell-card-hover-actions {
        opacity: 1;
        pointer-events: auto;
    }

    .bestsell-card .bestsell-image {
        height: 205px;
    }

    .bestsell-card:hover .bestsell-image {
        height: 205px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .bestsell-header {
        width: 100%;
        max-width: 900px;
    }

    .bestsell-header h2 {
        font-size: 30px;
    }

    .bestsell-container {
        width: 100%;
        max-width: 900px;
        height: 300px;
    }

    .bestsell-card-large {
        width: 350px;
        height: 300px;
    }

    .bestsell-card {
        width: 170px;
        min-width: 170px;
        height: 300px;
    }

    .bestsell-card .bestsell-image {
        height: 200px;
    }

    .bestsell-card:hover .bestsell-image {
        height: 170px;
    }

    .bestsell-card .bestsell-card-hover-actions {
        width: 155px;
    }
}

@media (min-width: 1200px) {}

/* best-sale Styles END==== */


/* flash-sale Styles END==== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #F6FFF8;
}

html {
    overflow-x: hidden;
}

/* Ensure row doesn't add extra margins */
.container-fluid>.row {
    margin-left: 0;
    margin-right: 0;
}

.container-fluid>.row>.col-12 {
    padding-left: 0;
    padding-right: 0;
}

/* Deals Of The Day Section */
.theday-section {
    height: 470px;
    opacity: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
}

.theday-content {
    position: absolute;
    /* left: 150px; */
    top: 50%;
    transform: translateY(-50%);
    color: #2B2D32;
    z-index: 2;
}

.theday-section h2 {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
    letter-spacing: 0px;
}

.theday-section p {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
    max-width: 350px;
    line-height: 1.6;
}

.theday-countdown-timer {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.theday-time-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.theday-time-value {
    width: 70px;
    height: 70px;
    background: linear-gradient(180deg, #D4F4DD 0%, #B8E7C7 100%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: bold;
    color: #22C55E;
    box-shadow: none;
    margin-bottom: 8px;
}

.theday-time-label {
    width: 70px;
    height: 32px;
    background: linear-gradient(180deg, #E8E8FF 0%, #D4D4F0 100%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #6B7280;
    font-weight: 500;
    text-transform: capitalize;
}

.theday-explore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 260px;
    height: 50px;
    background-color: white;
    border: 2px solid #D1D5DB;
    border-radius: 4px;
    color: #A3D154;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s;
}

.theday-explore-btn:hover {
    background-color: #f9fafb;
    border-color: #A3D154;
    text-decoration: none;
}

/* Rest of your media queries remain the same... */
/* flash-sale Styles END==== */


/* trending-sale.blade.php Styles START */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #F6FFF8;
    overflow-x: hidden;
}

/* Trending This Week Section */
.trending-section-header {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 1;
    margin: 0 auto 20px;
    /* padding: 0 15px; */
}

.trending-section-header h2 {
    font-size: 24px;
    font-weight: bold;
    color: #2B2D32;
    margin: 0;
}

.trending-nav-buttons {
    display: flex;
    gap: 10px;
    position: relative;
    z-index: 10;
}

.trending-nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #E6ECFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    touch-action: manipulation;
    user-select: none;
    position: relative;
    z-index: 11;
}

.trending-nav-btn i {
    color: #616A88;
    font-size: 16px;
    font-weight: 600;
}

.trending-nav-btn:hover {
    background: linear-gradient(180deg, #D4D4F0 0%, #C0C0E0 100%);
}

.trending-nav-btn:hover i {
    color: #2B2D32;
}

.trending-container {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    opacity: 1;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 auto;
    padding: 0 5px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.trending-container::-webkit-scrollbar {
    display: none;
}

.trending-card {
    min-width: 200px;
    width: 200px;
    height: 320px;
    gap: 10px;
    opacity: 1;
    padding-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background: white;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.trending-card .trending-badge {
    position: absolute;
    top: 10px;
    left: 0px;
    background: #95C43F;
    color: white;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
}

.trending-card .trending-wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: #6173AC;
    font-size: 18px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.trending-card:hover .trending-wishlist-btn {
    opacity: 1;
}

.trending-card .trending-image {
    width: 100%;
    height: 240px;
    opacity: 1;
    object-fit: cover;
    display: block;
    transition: height 0.3s ease;
}

.trending-card:hover .trending-image {
    height: 205px;
}

.trending-card .trending-card-body {
    width: 100%;
    padding: 8px 10px 2px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.trending-card .trending-card-hover-actions {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    width: 200px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
    pointer-events: none;
}

.trending-card:hover .trending-card-hover-actions {
    opacity: 1;
    pointer-events: auto;
}

.trending-card .trending-view-detail-btn {
    flex: 1;
    padding: 8px 15px;
    background: white;
    border: 1px solid #95C43F;
    border-radius: 8px;
    color: #95C43F;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-align: center;
}

.trending-card .trending-view-detail-btn:hover {
    background: #95C43F;
    color: white;
}

.trending-card .trending-cart-icon-btn {
    width: 45px;
    height: 35px;
    background: #95C43F;
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.trending-card .trending-cart-icon-btn:hover {
    background: #7fb030;
}

.trending-card h5 {
    font-size: 14px;
    font-weight: 600;
    color: #2B2D32;
    margin-bottom: 5px;
    line-height: 1;
}

.trending-card .trending-price {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.trending-card .trending-old-price {
    text-decoration: line-through;
    color: #A3A9BA;
    font-weight: 400;
    font-size: 12px;
}

.trending-card .trending-new-price {
    color: #2B2D32;
    font-weight: 400;
    font-size: 12px;
}

.trending-card .trending-product-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.trending-card .trending-stock-text {
    font-size: 10px;
    color: #109D58;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1;
}

.trending-card .trending-stock-text span {
    color: #A3A9BA;
    font-weight: 600;
}

.trending-card .trending-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 10px;
    line-height: 1;
}

.trending-card .trending-rating i.bi-star-fill {
    color: #E5B341;
}

.trending-card .trending-rating i.bi-star {
    color: #A3A9BA;
}

.trending-card .trending-review-count {
    color: #A3A9BA;
    font-size: 10px;
}

/* Responsive adjustments */

/* Extra Small devices (320px screens) */
@media (max-width: 374.98px) {
    .trending-card {
        min-width: 140px;
        width: 140px;
        max-width: 200px;
        height: 260px;
    }

    .trending-card .trending-image {
        height: 160px;
    }

    .trending-card:hover .trending-image {
        height: 160px;
    }

    .trending-card .trending-card-body {
        padding: 4px 6px 0px 6px;
    }

    .trending-card .trending-card-body h5 {
        font-size: 10px;
        margin-bottom: 2px;
        line-height: 1.2;
    }

    .trending-card .trending-price {
        margin-bottom: 2px;
    }

    .trending-card .trending-old-price {
        font-size: 8px;
    }

    .trending-card .trending-new-price {
        font-size: 8px;
    }

    .trending-card .trending-product-info {
        margin-bottom: 2px;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .trending-card .trending-stock-text {
        font-size: 7px;
        line-height: 1.2;
        margin-bottom: 0;
        width: 100%;
    }

    .trending-card .trending-rating {
        font-size: 7px;
        line-height: 1.2;
        gap: 2px;
        width: 100%;
    }

    .trending-card .trending-review-count {
        font-size: 7px;
    }

    .trending-card .trending-card-hover-actions {
        opacity: 1;
        pointer-events: auto;
        bottom: 2px;
        width: 125px;
        gap: 4px;
    }

    .trending-card .trending-view-detail-btn {
        padding: 3px 5px;
        font-size: 7px;
        height: 22px;
    }

    .trending-card .trending-cart-icon-btn {
        width: 28px;
        height: 22px;
        font-size: 14px;
    }

    .trending-card .trending-cart-icon-btn img {
        width: 14px;
        height: 14px;
    }

    .trending-section-header h2 {
        font-size: 18px;
    }

    .trending-nav-btn {
        width: 30px;
        height: 30px;
    }

    .trending-nav-btn i {
        font-size: 14px;
    }
}

/* Extra Small devices (phones, less than 576px) */
@media (min-width: 375px) and (max-width: 575.98px) {
    .trending-card {
        min-width: 180px;
        width: 180px;
        max-width: 200px;
        height: 280px;
    }

    .trending-card .trending-image {
        height: 180px;
    }

    .trending-card:hover .trending-image {
        height: 180px;
    }

    .trending-card .trending-card-body {
        padding: 4px 8px 0px 8px;
    }

    .trending-card .trending-card-body h5 {
        font-size: 11px;
        margin-bottom: 2px;
        line-height: 1.2;
    }

    .trending-card .trending-price {
        margin-bottom: 2px;
    }

    .trending-card .trending-old-price {
        font-size: 9px;
    }

    .trending-card .trending-new-price {
        font-size: 9px;
    }

    .trending-card .trending-product-info {
        margin-bottom: 2px;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .trending-card .trending-stock-text {
        font-size: 8px;
        line-height: 1.2;
        margin-bottom: 0;
        width: 100%;
    }

    .trending-card .trending-rating {
        font-size: 8px;
        line-height: 1.2;
        gap: 2px;
        width: 100%;
    }

    .trending-card .trending-review-count {
        font-size: 8px;
    }

    .trending-card .trending-card-hover-actions {
        opacity: 1;
        pointer-events: auto;
        bottom: 2px;
        width: 165px;
        gap: 5px;
    }

    .trending-card .trending-view-detail-btn {
        padding: 3px 6px;
        font-size: 8px;
        height: 24px;
    }

    .trending-card .trending-cart-icon-btn {
        width: 30px;
        height: 24px;
    }

    .trending-card .trending-cart-icon-btn img {
        width: 16px;
        height: 16px;
    }

    .trending-section-header h2 {
        font-size: 18px;
    }

    .trending-nav-btn {
        width: 35px;
        height: 35px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

    .trending-card {
        height: 290px;
    }

    .trending-card .trending-image {
        height: 145px;
    }

    .trending-card:hover .trending-image {
        height: 145px;
    }

    .trending-card .trending-card-body {
        padding: 5px 8px 0px 8px;
    }

    .trending-card .trending-card-body h5 {
        font-size: 12px;
        margin-bottom: 3px;
        line-height: 1.2;
    }

    .trending-card .trending-price {
        margin-bottom: 3px;
    }

    .trending-card .trending-old-price {
        font-size: 10px;
    }

    .trending-card .trending-new-price {
        font-size: 10px;
    }

    .trending-card .trending-product-info {
        margin-bottom: 2px;
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
    }

    .trending-card .trending-stock-text {
        font-size: 9px;
        line-height: 1.2;
        margin-bottom: 0;
        width: 100%;
    }

    .trending-card .trending-rating {
        font-size: 9px;
        line-height: 1.2;
        gap: 2px;
        width: 100%;
    }

    .trending-card .trending-review-count {
        font-size: 9px;
    }

    .trending-card .trending-card-hover-actions {
        opacity: 1;
        pointer-events: auto;
        bottom: 2px;
        width: 185px;
        gap: 6px;
    }

    .trending-card .trending-view-detail-btn {
        padding: 4px 8px;
        font-size: 9px;
        height: 26px;
    }

    .trending-card .trending-cart-icon-btn {
        width: 34px;
        height: 26px;
    }

    .trending-card .trending-cart-icon-btn img {
        width: 18px;
        height: 18px;
    }

    .trending-section-header h2 {
        font-size: 22px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .trending-card {
        min-width: 210px;
        width: 210px;
        height: 320px;
    }

    .trending-card .trending-image {
        height: 240px;
    }

    .trending-card:hover .trending-image {
        height: 205px;
    }

    .trending-section-header h2 {
        font-size: 28px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .trending-card {
        min-width: 224px;
        width: 224px;
        height: 337px;
    }

    .trending-card .trending-image {
        height: 256px;
    }

    .trending-card:hover .trending-image {
        height: 220px;
    }

    .trending-section-header h2 {
        font-size: 32px;
    }
}


/* Best Deal Products Styles START */
.bestdeal-header {
    width: 1200px;
    height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 1;
    margin: 0 auto 20px;
}

.bestdeal-header h2 {
    font-size: 32px;
    font-weight: bold;
    color: #2B2D32;
    margin: 0;
}

.bestdeal-header .bestdeal-view-all {
    color: #2B2D32;
    text-decoration: none;
    font-weight: medium;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.bestdeal-header .bestdeal-view-all:hover {
    color: #333;
}

.bestdeal-container {
    display: flex;
    gap: 20px;
    width: 1200px;
    height: 694px;
    opacity: 1;
    margin: 0 auto;
}

.bestdeal-card-large {
    width: 468px;
    height: 694px;
    opacity: 1;
    border-radius: 5px;
    background: #0a1628;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    position: relative;
    overflow: hidden;
}

.bestdeal-small-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 780px;
    height: auto;
    opacity: 1;
    align-content: flex-start;
}

.bestdeal-card {
    width: 224px;
    height: 337px;
    opacity: 1;
    padding-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background: white;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.bestdeal-card .bestdeal-badge {
    position: absolute;
    top: 10px;
    left: 0px;
    background: #95C43F;
    color: white;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
}

.bestdeal-card .bestdeal-wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: #6173AC;
    font-size: 18px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bestdeal-card:hover .bestdeal-wishlist-btn {
    opacity: 1;
}

.bestdeal-card .bestdeal-image {
    width: 100%;
    height: 256px;
    opacity: 1;
    object-fit: cover;
    display: block;
    transition: height 0.3s ease;
}

.bestdeal-card:hover .bestdeal-image {
    height: 220px;
}

.bestdeal-card .bestdeal-card-body {
    width: 100%;
    padding: 8px 10px 2px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.bestdeal-card .bestdeal-card-hover-actions {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    width: 200px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
    pointer-events: none;
}

.bestdeal-card:hover .bestdeal-card-hover-actions {
    opacity: 1;
    pointer-events: auto;
}

.bestdeal-card .bestdeal-view-detail-btn {
    flex: 1;
    padding: 8px 15px;
    background: white;
    border: 1px solid #95C43F;
    border-radius: 8px;
    color: #95C43F;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-align: center;
}

.bestdeal-card .bestdeal-view-detail-btn:hover {
    background: #95C43F;
    color: white;
}

.bestdeal-card .bestdeal-cart-icon-btn {
    width: 45px;
    height: 35px;
    background: #95C43F;
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.bestdeal-card .bestdeal-cart-icon-btn:hover {
    background: #7fb030;
}

.bestdeal-card h5 {
    font-size: 14px;
    font-weight: 600;
    color: #2B2D32;
    margin-bottom: 5px;
    line-height: 1;
}

.bestdeal-card .bestdeal-price {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.bestdeal-card .bestdeal-old-price {
    text-decoration: line-through;
    color: #A3A9BA;
    font-weight: 400;
    font-size: 12px;
}

.bestdeal-card .bestdeal-new-price {
    color: #2B2D32;
    font-weight: 400;
    font-size: 12px;
}

.bestdeal-card .bestdeal-product-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.bestdeal-card .bestdeal-stock-text {
    font-size: 10px;
    color: #109D58;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1;
}

.bestdeal-card .bestdeal-stock-text span {
    color: #A3A9BA;
    font-weight: 600;
}

.bestdeal-card .bestdeal-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 10px;
    line-height: 1;
}

.bestdeal-card .bestdeal-rating i.bi-star-fill {
    color: #E5B341;
}

.bestdeal-card .bestdeal-rating i.bi-star {
    color: #A3A9BA;
}

.bestdeal-card .bestdeal-review-count {
    color: #A3A9BA;
    font-size: 10px;
}

/* Mobile First - Extra Small Devices (320px - 374px) */
@media (max-width: 374.98px) {

    .bestdeal-header {
        width: 100%;
        height: auto;
        margin-bottom: 12px;
        padding: 0 5px;
    }

    .bestdeal-header h2 {
        font-size: 18px;
        font-weight: 700;
        white-space: nowrap;
        margin: 0;
    }

    .bestdeal-header .bestdeal-view-all {
        font-size: 18px;
        gap: 2px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .bestdeal-header .bestdeal-view-all i {
        font-size: 8px;
    }

    .bestdeal-container {
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 12px;
    }

    .bestdeal-card-large {
        width: 100%;
        height: 180px;
    }

    .bestdeal-small-cards {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
        width: 100%;
        height: auto;
        justify-content: center;
        padding: 0;
    }

    .bestdeal-card {
        width: calc(50% - 6px);
        min-width: 0;
        max-width: none;
        height: 250px;
        flex-shrink: 0;
    }

    .bestdeal-card .bestdeal-image {
        height: 150px;
    }

    .bestdeal-card:hover .bestdeal-image {
        height: 150px;
    }

    .bestdeal-card .bestdeal-card-body {
        padding: 3px 6px 0px 6px;
    }

    .bestdeal-card .bestdeal-card-body h5 {
        font-size: 10px;
        margin-bottom: 2px;
        line-height: 1.2;
    }

    .bestdeal-card .bestdeal-price {
        margin-bottom: 2px;
    }

    .bestdeal-card .bestdeal-old-price {
        font-size: 8px;
    }

    .bestdeal-card .bestdeal-new-price {
        font-size: 8px;
    }

    .bestdeal-card .bestdeal-product-info {
        margin-bottom: 2px;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .bestdeal-card .bestdeal-stock-text {
        font-size: 7px;
        line-height: 1.2;
        margin-bottom: 0;
        width: 100%;
    }

    .bestdeal-card .bestdeal-rating {
        font-size: 7px;
        line-height: 1.2;
        gap: 2px;
        width: 100%;
    }

    .bestdeal-card .bestdeal-review-count {
        font-size: 7px;
    }

    .bestdeal-card .bestdeal-card-hover-actions {
        opacity: 1;
        pointer-events: auto;
        bottom: 2px;
        width: 92%;
        gap: 4px;
    }

    .bestdeal-card .bestdeal-view-detail-btn {
        padding: 2px 4px;
        font-size: 7px;
        height: 20px;
    }

    .bestdeal-card .bestdeal-cart-icon-btn {
        width: 26px;
        height: 20px;
        font-size: 12px;
    }

    .bestdeal-card .bestdeal-cart-icon-btn img {
        width: 14px;
        height: 14px;
    }

    .bestdeal-card .bestdeal-badge {
        font-size: 9px;
        padding: 2px 5px;
    }

    .bestdeal-card .bestdeal-wishlist-btn {
        width: 28px;
        height: 28px;
        font-size: 14px;
        opacity: 1;
    }
}

/* Small Mobile Devices (375px - 424px) */
@media (min-width: 375px) and (max-width: 424.98px) {

    .bestdeal-header {
        width: 100%;
        height: auto;
        margin-bottom: 14px;
        padding: 0 5px;
    }

    .bestdeal-header h2 {
        font-size: 16px;
        font-weight: 700;
        white-space: nowrap;
        margin: 0;
    }

    .bestdeal-header .bestdeal-view-all {
        font-size: 10px;
        gap: 3px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .bestdeal-header .bestdeal-view-all i {
        font-size: 9px;
    }

    .bestdeal-container {
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 14px;
    }

    .bestdeal-card-large {
        width: 100%;
        height: 220px;
    }

    .bestdeal-small-cards {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 14px;
        width: 100%;
        height: auto;
        justify-content: center;
        padding: 0;
    }

    .bestdeal-card {
        width: calc(50% - 7px);
        min-width: 0;
        max-width: none;
        height: 270px;
        flex-shrink: 0;
    }

    .bestdeal-card .bestdeal-image {
        height: 170px;
    }

    .bestdeal-card:hover .bestdeal-image {
        height: 170px;
    }

    .bestdeal-card .bestdeal-card-body {
        padding: 4px 7px 0px 7px;
    }

    .bestdeal-card .bestdeal-card-body h5 {
        font-size: 10.5px;
        margin-bottom: 2px;
        line-height: 1.2;
    }

    .bestdeal-card .bestdeal-price {
        margin-bottom: 2px;
    }

    .bestdeal-card .bestdeal-old-price {
        font-size: 8.5px;
    }

    .bestdeal-card .bestdeal-new-price {
        font-size: 8.5px;
    }

    .bestdeal-card .bestdeal-product-info {
        margin-bottom: 2px;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .bestdeal-card .bestdeal-stock-text {
        font-size: 7.5px;
        line-height: 1.2;
        margin-bottom: 0;
        width: 100%;
    }

    .bestdeal-card .bestdeal-rating {
        font-size: 7.5px;
        line-height: 1.2;
        gap: 2px;
        width: 100%;
    }

    .bestdeal-card .bestdeal-review-count {
        font-size: 7.5px;
    }

    .bestdeal-card .bestdeal-card-hover-actions {
        opacity: 1;
        pointer-events: auto;
        bottom: 2px;
        width: 92%;
        gap: 4px;
    }

    .bestdeal-card .bestdeal-view-detail-btn {
        padding: 3px 5px;
        font-size: 7.5px;
        height: 22px;
    }

    .bestdeal-card .bestdeal-cart-icon-btn {
        width: 28px;
        height: 22px;
        font-size: 14px;
    }

    .bestdeal-card .bestdeal-cart-icon-btn img {
        width: 15px;
        height: 15px;
    }

    .bestdeal-card .bestdeal-badge {
        font-size: 10px;
        padding: 2px 6px;
    }

    .bestdeal-card .bestdeal-wishlist-btn {
        width: 30px;
        height: 30px;
        font-size: 15px;
        opacity: 1;
    }
}

/* Medium Mobile Devices (425px - 575px) */
@media (min-width: 425px) and (max-width: 575.98px) {

    .bestdeal-header {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        padding: 0 5px;
    }

    .bestdeal-header h2 {
        font-size: 18px;
        font-weight: 700;
        margin: 0;
    }

    .bestdeal-header .bestdeal-view-all {
        font-size: 11px;
        gap: 3px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .bestdeal-header .bestdeal-view-all i {
        font-size: 10px;
    }

    .bestdeal-container {
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 16px;
    }

    .bestdeal-card-large {
        width: 100%;
        height: 250px;
    }

    .bestdeal-small-cards {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
        width: 100%;
        height: auto;
        justify-content: center;
        padding: 0;
    }

    .bestdeal-card {
        width: calc(50% - 8px);
        min-width: 0;
        height: 280px;
        flex-shrink: 0;
    }

    .bestdeal-card .bestdeal-image {
        height: 180px;
    }

    .bestdeal-card:hover .bestdeal-image {
        height: 180px;
    }

    .bestdeal-card .bestdeal-card-body {
        padding: 4px 8px 0px 8px;
    }

    .bestdeal-card .bestdeal-card-body h5 {
        font-size: 11px;
        margin-bottom: 2px;
        line-height: 1.2;
    }

    .bestdeal-card .bestdeal-price {
        margin-bottom: 2px;
    }

    .bestdeal-card .bestdeal-old-price {
        font-size: 9px;
    }

    .bestdeal-card .bestdeal-new-price {
        font-size: 9px;
    }

    .bestdeal-card .bestdeal-product-info {
        margin-bottom: 2px;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .bestdeal-card .bestdeal-stock-text {
        font-size: 8px;
        line-height: 1.2;
        margin-bottom: 0;
        width: 100%;
    }

    .bestdeal-card .bestdeal-rating {
        font-size: 8px;
        line-height: 1.2;
        gap: 2px;
        width: 100%;
    }

    .bestdeal-card .bestdeal-review-count {
        font-size: 8px;
    }

    .bestdeal-card .bestdeal-card-hover-actions {
        opacity: 1;
        pointer-events: auto;
        bottom: 2px;
        width: 90%;
        gap: 5px;
    }

    .bestdeal-card .bestdeal-view-detail-btn {
        padding: 3px 6px;
        font-size: 8px;
        height: 24px;
    }

    .bestdeal-card .bestdeal-cart-icon-btn {
        width: 30px;
        height: 24px;
    }

    .bestdeal-card .bestdeal-cart-icon-btn img {
        width: 16px;
        height: 16px;
    }
}

/* Tablets (576px - 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    

    .bestdeal-header {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .bestdeal-header h2 {
        font-size: 24px;
    }

    .bestdeal-header .bestdeal-view-all {
        font-size: 13px;
    }

    .bestdeal-container {
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 16px;
    }

    .bestdeal-card-large {
        width: 100%;
        height: 280px;
    }

    .bestdeal-small-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        width: 100%;
        height: auto;
    }

    .bestdeal-card {
        width: 100%;
        min-width: 0;
        height: 290px;
        flex-shrink: 0;
    }

    .bestdeal-card .bestdeal-image {
        height: 190px;
    }

    .bestdeal-card:hover .bestdeal-image {
        height: 190px;
    }

    .bestdeal-card .bestdeal-card-body {
        padding: 5px 8px 0px 8px;
    }

    .bestdeal-card .bestdeal-card-body h5 {
        font-size: 12px;
        margin-bottom: 3px;
        line-height: 1.2;
    }

    .bestdeal-card .bestdeal-price {
        margin-bottom: 3px;
    }

    .bestdeal-card .bestdeal-old-price {
        font-size: 10px;
    }

    .bestdeal-card .bestdeal-new-price {
        font-size: 10px;
    }

    .bestdeal-card .bestdeal-product-info {
        margin-bottom: 2px;
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
    }

    .bestdeal-card .bestdeal-stock-text {
        font-size: 9px;
        line-height: 1.2;
        margin-bottom: 0;
        width: 100%;
    }

    .bestdeal-card .bestdeal-rating {
        font-size: 9px;
        line-height: 1.2;
        gap: 2px;
        width: 100%;
    }

    .bestdeal-card .bestdeal-review-count {
        font-size: 9px;
    }

    .bestdeal-card .bestdeal-card-hover-actions {
        opacity: 1;
        pointer-events: auto;
        bottom: 2px;
        width: 92%;
        gap: 6px;
    }

    .bestdeal-card .bestdeal-view-detail-btn {
        padding: 4px 8px;
        font-size: 9px;
        height: 26px;
    }

    .bestdeal-card .bestdeal-cart-icon-btn {
        width: 34px;
        height: 26px;
    }

    .bestdeal-card .bestdeal-cart-icon-btn img {
        width: 18px;
        height: 18px;
    }

    .bestdeal-card .bestdeal-wishlist-btn {
        opacity: 1;
    }

    .bestdeal-card .bestdeal-card-hover-actions {
        opacity: 1;
        pointer-events: auto;
    }
}

/* Medium Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {

    .bestdeal-header {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .bestdeal-header h2 {
        font-size: 28px;
    }

    .bestdeal-container {
        width: 100%;
        max-width: 100%;
        height: auto;
        flex-direction: column;
        gap: 20px;
    }

    .bestdeal-card-large {
        width: 100%;
        height: 320px;
    }

    .bestdeal-small-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        width: 100%;
        height: auto;
    }

    .bestdeal-card {
        width: 100%;
        min-width: 0;
    }

    .bestdeal-card .bestdeal-wishlist-btn {
        opacity: 1;
    }

    .bestdeal-card .bestdeal-card-hover-actions {
        opacity: 1;
        pointer-events: auto;
        width: 90%;
    }

    .bestdeal-card .bestdeal-image {
        height: 205px;
    }

    .bestdeal-card:hover .bestdeal-image {
        height: 205px;
    }
}

/* iPad Pro and Large Tablets (1024px - 1199px) */
@media (min-width: 1024px) and (max-width: 1199.98px) {

    .bestdeal-header {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .bestdeal-header h2 {
        font-size: 30px;
    }

    .bestdeal-container {
        display: flex;
        gap: 20px;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .bestdeal-card-large {
        width: 380px;
        min-width: 380px;
        height: 694px;
        flex-shrink: 0;
    }

    .bestdeal-small-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, auto);
        gap: 20px;
        width: 100%;
        height: auto;
    }

    .bestdeal-card {
        width: 100%;
        height: 337px;
        min-width: 0;
    }

    .bestdeal-card .bestdeal-wishlist-btn {
        opacity: 1;
    }

    .bestdeal-card .bestdeal-card-hover-actions {
        opacity: 1;
        pointer-events: auto;
        width: 90%;
    }

    .bestdeal-card .bestdeal-image {
        height: 220px;
    }

    .bestdeal-card:hover .bestdeal-image {
        height: 190px;
    }
}

/* Medium Tablets / Small Desktops (992px - 1023px) */
@media (min-width: 992px) and (max-width: 1023.98px) {

    .bestdeal-header {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .bestdeal-header h2 {
        font-size: 30px;
    }

    .bestdeal-container {
        display: flex;
        gap: 20px;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .bestdeal-card-large {
        width: 305px;
        min-width: 305px;
        height: 694px;
        flex-shrink: 0;
    }

    .bestdeal-small-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, auto);
        gap: 20px;
        width: 100%;
        height: auto;
        flex-wrap: unset;
        overflow: visible;
    }

    .bestdeal-card {
        width: 100%;
        height: 337px;
        min-width: 0;
    }

    .bestdeal-card .bestdeal-wishlist-btn {
        opacity: 1;
    }

    .bestdeal-card .bestdeal-card-hover-actions {
        opacity: 1;
        pointer-events: auto;
    }

    .bestdeal-card .bestdeal-image {
        height: 200px;
    }

    .bestdeal-card:hover .bestdeal-image {
        height: 170px;
    }

    .bestdeal-card .bestdeal-card-hover-actions {
        width: 90%;
    }
}

/* Best Deal Products Styles END================================== */


/* Sticky Header & Menu START */
.header-sticky-new {
    background-color: #95C43F;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;

}

.menu-sticky-new {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 997;
}

@media (max-width: 575.98px) {
    .menu-sticky-new {
        position: fixed;
        top: 28px;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 997;
    }
}

.z-index {
    z-index: 9999 !important;
}

/* Sticky Header & Menu END= */

/* Professional Product Page START */
.professional-product-page {
    padding-top: 130px;
    background-color: #f8f9fa;
    min-height: 100vh;
}

.professional-product-page .container {
    max-width: 1200px;
    padding: 0 15px;
}

.wsus__pro_page_bammer {
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.wsus__pro_page_bammer img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.wsus__pro_page_bammer:hover img {
    transform: scale(1.02);
}

.wsus__sidebar_filter {
    background: white;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wsus__sidebar_filter p {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.5px;
}

.wsus__filter_icon i {
    font-size: 18px;
    color: #95C43F;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wsus__filter_icon i:hover {
    color: #7ba832;
    transform: scale(1.1);
}

.wsus__product_sidebar {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.wsus__product_sidebar .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.wsus__product_sidebar .accordion-button {
    background-color: #f8f9fa;
    color: #2c3e50;
    font-weight: 600;
    font-size: 15px;
    padding: 15px 20px;
    border: none;
    border-radius: 8px !important;
    transition: all 0.3s ease;
}

.wsus__product_sidebar .accordion-button:not(.collapsed) {
    background-color: #95C43F;
    color: white;
    box-shadow: none;
}

.wsus__product_sidebar .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.wsus__product_sidebar .accordion-button::after {
    filter: brightness(0) invert(1);
}

.wsus__product_sidebar .accordion-body {
    padding: 20px;
    background: white;
}

.wsus__product_sidebar .accordion-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wsus__product_sidebar .accordion-body ul li {
    margin-bottom: 12px;
}

.wsus__product_sidebar .accordion-body ul li a {
    color: #555;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 30px;
}

.wsus__product_sidebar .accordion-body ul li a:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 12px;
    color: #95C43F;
    font-weight: 600;
    transition: all 0.3s ease;
}

.wsus__product_sidebar .accordion-body ul li a:hover {
    background-color: #f0f9ee;
    color: #95C43F;
    padding-left: 35px;
}

.wsus__product_sidebar .accordion-body ul li a:hover:before {
    left: 15px;
}

.price_ranger {
    padding: 15px 0;
}

.price_ranger .common_btn {
    width: 100%;
    margin-top: 20px;
    padding: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.price_ranger .common_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(149, 196, 63, 0.3);
}

.wsus__product_topbar {
    background: white;
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
}

.wsus__product_topbar_left .nav-pills .nav-link {
    padding: 10px 15px;
    margin-right: 10px;
    border-radius: 8px;
    background: #f8f9fa;
    color: #555;
    border: none;
    transition: all 0.3s ease;
}

.wsus__product_topbar_left .nav-pills .nav-link:hover {
    background: #e9ecef;
    color: #95C43F;
}

.wsus__product_topbar_left .nav-pills .nav-link.active {
    background: #95C43F;
    color: white;
}

.wsus__product_item {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.wsus__product_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.wsus__product_item .wsus__new,
.wsus__product_item .wsus__minus {
    font-size: 11px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 6px;
    letter-spacing: 0.5px;
}

.wsus__product_details {
    padding: 20px;
}

.wsus__product_details .wsus__category {
    font-size: 12px;
    font-weight: 600;
    color: #95C43F;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.wsus__product_details .wsus__pro_name {
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.4;
    margin-bottom: 10px;
}

.wsus__product_details .wsus__price {
    font-size: 18px;
    font-weight: 700;
    color: #95C43F;
    margin-bottom: 15px;
}

.wsus__product_details .wsus__price del {
    font-size: 14px;
    color: #999;
    margin-left: 8px;
}

.wsus__product_details .add_cart {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.wsus__product_details .add_cart:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(149, 196, 63, 0.3);
}

.wsus__product_item.wsus__list_view {
    display: flex;
    padding: 20px;
    margin-bottom: 25px;
}

.wsus__product_item.wsus__list_view .wsus__pro_link {
    flex: 0 0 250px;
    margin-right: 25px;
}

.wsus__product_item.wsus__list_view .wsus__product_details {
    flex: 1;
    padding: 0;
}

.list_description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .professional-product-page {
        padding-top: 100px;
    }

    .wsus__product_sidebar {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .professional-product-page {
        padding-top: 80px;
    }

    .wsus__product_item.wsus__list_view {
        flex-direction: column;
    }

    .wsus__product_item.wsus__list_view .wsus__pro_link {
        flex: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/* Professional Product Page END */


/*  Cart-detail Page START */
.btn-success {
    color: #fff;
    background-color: #95C43F;
    border-color: #95C43F;
}

.btn-success:hover {
    color: #fff;
    background-color: #84ad37;
    border-color: #84ad37;
}

element.style {
    text-align: center;
    color: #95C43F;
    border-color: #95C43F;
}

.product_qty_wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.product_qty_wrapper button {
    border: 1px solid;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 50%;
}

.product_qty_wrapper .product-decrement {
   border-color: #cc0000;
   color: #cc0000;
}
.product_qty_wrapper .product-increment {
    border-color: #95C43F;
}

.product_qty_wrapper .product-qty {
    border: 1px solid #95C43F;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 5px;
    width: 60px;
}

.product_qty_wrapper .product-qty:focus {
    outline: none;
    background: #fff;
}

/*  Cart-detail Page END */


/*  checkout Page START */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #bfbfbf !important;
    color: white;
}

/*  checkout Page END */


/*  flash-sale Page END */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #F6FFF8;
    overflow-x: hidden;
}

/* Flash Sale Header */
.flashsale-header {
    width: 100%;
    max-width: 1200px;
    padding: 30px 0 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    opacity: 1;
    margin: 0 auto;
}

.flashsale-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}

.flashsale-header h2 {
    font-size: 32px;
    font-weight: bold;
    color: #2B2D32;
    margin: 0;
    text-transform: uppercase;
}

.flashsale-countdown {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #95C43F 0%, #84ad37 100%);
    padding: 12px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px #84ad37;
}

.flashsale-countdown .end_text {
    color: white;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.simply-countdown-one {
    display: flex;
    gap: 8px;
}

/* Flash Sale Container - Grid Layout */
.flashsale-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    opacity: 1;
    margin: 0 auto;
    padding: 20px 0;
    justify-items: center;
}

/* Flash Sale Card */
.flashsale-card {
    width: 100%;
    max-width: 224px;
    height: 337px;
    padding-bottom: 10px;
    gap: 10px;
    opacity: 1;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background: white;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    justify-self: center;
}

.flashsale-card .flashsale-badge {
    position: absolute;
    top: 10px;
    left: 0px;
    background: linear-gradient(135deg, #95C43F 0%, #84ad37 100%);
    ;
    color: white;
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
    text-transform: uppercase;
    box-shadow: 0 2px 8px #84ad37;
}

.simply-countdown-one .simply-amount {
    color: #f54734;
    font-weight: bold;
    font-size: 2rem;
}

.simply-countdown-one .simply-word {
    color: #f54734;
    text-transform: uppercase;
}

.flashsale-card .flashsale-wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: #6173AC;
    font-size: 18px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.flashsale-card:hover .flashsale-wishlist-btn {
    opacity: 1;
}

.flashsale-card .flashsale-image {
    width: 100%;
    height: 256px;
    opacity: 1;
    object-fit: cover;
    display: block;
    transition: height 0.3s ease;
}

.flashsale-card:hover .flashsale-image {
    height: 220px;
}

.flashsale-card .flashsale-card-body {
    width: 100%;
    padding: 8px 10px 2px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.flashsale-card .flashsale-card-hover-actions {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    width: calc(100% - 20px);
    max-width: 210px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
    pointer-events: none;
}

.flashsale-card:hover .flashsale-card-hover-actions {
    opacity: 1;
    pointer-events: auto;
}

.flashsale-card .flashsale-view-detail-btn {
    flex: 1;
    padding: 8px 15px;
    background: white;
    border: 1px solid #95C43F;
    border-radius: 8px;
    color: #95C43F;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-align: center;
}

.flashsale-card .flashsale-view-detail-btn:hover {
    background: #95C43F;
    color: white;
}

.flashsale-card .flashsale-cart-icon-btn {
    width: 45px;
    height: 35px;
    background: #95C43F;
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.flashsale-card .flashsale-cart-icon-btn:hover {
    background: #84ad37;
}

.flashsale-card h5 {
    font-size: 14px;
    font-weight: 600;
    color: #2B2D32;
    margin-bottom: 5px;
    line-height: 1;
}

.flashsale-card .flashsale-price {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.flashsale-card .flashsale-old-price {
    text-decoration: line-through;
    color: #A3A9BA;
    font-weight: 400;
    font-size: 12px;
}

.flashsale-card .flashsale-new-price {
    color: #95C43F;
    font-weight: 700;
    font-size: 14px;
}

.flashsale-card .flashsale-product-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.flashsale-card .flashsale-stock-text {
    font-size: 10px;
    color: #109D58;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1;
}

.flashsale-card .flashsale-stock-text span {
    color: #A3A9BA;
    font-weight: 600;
}

.flashsale-card .flashsale-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 10px;
    line-height: 1;
}

.flashsale-card .flashsale-rating i.bi-star-fill {
    color: #E5B341;
}

.flashsale-card .flashsale-rating i.bi-star {
    color: #A3A9BA;
}

.flashsale-card .flashsale-review-count {
    color: #A3A9BA;
    font-size: 10px;
}

/* Responsive adjustments */
@media (max-width: 575.98px) {

    .flashsale-header {
        padding: 15px 0;
    }

    .flashsale-header h2 {
        font-size: 20px;
    }

    .flashsale-countdown {
        padding: 8px 12px;
    }

    .flashsale-countdown .end_text {
        font-size: 11px;
    }

    .flashsale-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .flashsale-card {
        max-width: 100%;
        height: 280px;
    }

    .flashsale-card .flashsale-image {
        height: 180px;
    }

    .flashsale-card:hover .flashsale-image {
        height: 180px;
    }

    .flashsale-card .flashsale-card-hover-actions {
        opacity: 1;
        pointer-events: auto;
    }

    .bestsell-card {
        width: 100%;
        max-width: 100%;
        height: 280px;
    }
}

/* Specific styling for 320px screens */
@media (max-width: 425px) {
    .flashsale-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .bestsell-card {
        width: 260px !important;
        min-width: 260px !important;
        max-width: 260px !important;
        height: 305px !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .flashsale-header h2 {
        font-size: 24px;
    }

    .flashsale-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .bestsell-card {
        max-width: 100%;
        height: 305px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .flashsale-header h2 {
        font-size: 28px;
    }

    .flashsale-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }

    .bestsell-card {
        width: 224px !important;
        max-width: 224px !important;
        height: 337px !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .flashsale-container {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }

    .bestsell-card {
        width: 224px !important;
        max-width: 224px !important;
        height: 290px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199.98px) {
    .flashsale-container {
        grid-template-columns: repeat(5, 1fr);
        gap: 18px;
    }

    .bestsell-card {
        width: 224px !important;
        max-width: 224px !important;
        height: 290px !important;
    }
}

@media (min-width: 1200px) {-fluid 
    .flashsale-container {
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
    }
}

/*  flash-sale Page END */


/*  payment Page START */
/* .footer-area {
        margin-top: 160px;
    } */
/*  payment Page END */


/*  product-detail Page END */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #F6FFF8;
    overflow-x: hidden;
}

.container-fluid {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 166px !important;
}

/* Main Product Details Card */
.productdetails-main-card {
    width: 1200px;
    min-height: 873px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 16px;
    gap: 20px;
    display: flex;
    opacity: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Left Side - Images Section */
.productdetails-images-section {
    width: 712px;
    height: 841px;
    gap: 11px;
    opacity: 1;
    display: flex;
    flex-direction: column;
}

/* Main Image Container */
.productdetails-main-image-container {
    width: 712px;
    height: 712px;
    opacity: 1;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    background: #f8f8f8;
    border-radius: 10px;
}

.productdetails-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.productdetails-discount-badge {
    position: absolute;
    top: 10px;
    left: 0;
    background: #95C43F;
    color: white;
    padding: 4px 12px;
    border-radius: 0 4px 4px 0;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
}

/* Thumbnail Container */
.productdetails-thumbnail-container {
    width: 712px;
    height: 118px;
    opacity: 1;
    gap: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.productdetails-thumbnail-container::-webkit-scrollbar {
    display: none;
}

.productdetails-thumbnail-item {
    width: 118px;
    height: 118px;
    opacity: 1;
    border-radius: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    background: #f8f8f8;
    flex-shrink: 0;
    border-radius: 5px;
}

.productdetails-thumbnail-item:hover {
    border-color: #95C43F;
    border: 1px solid #95C43F;
}

.productdetails-thumbnail-item.active {
    border-color: #95C43F;
    border-width: 3px;
    border-radius: 5px;
}

.productdetails-thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

/* Right Side - Product Info Section */
.productdetails-info-section {
    width: 436px;
    min-height: 517px;
    opacity: 1;
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.productdetails-header-container {
    width: 436px;
    height: 144px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.productdetails-title {
    font-size: 24px;
    font-weight: 500;
    color: #2B2D32;
    margin: 0;
}

/* Rating Row */
.productdetails-rating-row {
    display: flex;
    align-items: center;
    margin: 0;
}

.productdetails-stars {
    display: flex;
    gap: 2px;
}

.productdetails-stars i {
    font-size: 15px;
    color: #E5B341;
}

.productdetails-stars i.bi-star {
    color: #A3A9BA;
}

.productdetails-review-count {
    font-size: 12px;
    color: #A3A9BA;
    margin-left: 4px;
}

.productdetails-icon-buttons {
    display: flex;
    gap: 12px;
    margin-left: auto;
}

.productdetails-share-btn,
.productdetails-wishlist-btn {
    width: 18px;
    height: 18px;
    border: none;
    background: transparent;
    color: #616A88;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: color 0.3s ease;
}

.productdetails-wishlist-btn i {
    color: #616A88;
    transition: color 0.3s ease;
}

.productdetails-wishlist-btn.active i,
.productdetails-wishlist-btn.active {
    color: #95C43F !important;
}

.productdetails-wishlist-btn:hover i,
.productdetails-wishlist-btn:hover {
    color: #95C43F;
}



/* Stock and Brand */
.productdetails-stock-brand {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
}

.productdetails-stock-text {
    font-size: 16px;
    color: #109D58;
    font-weight: 400;
    margin: 0;
}

.productdetails-brand-text {
    font-size: 12px;
    color: #2B2D32;
    margin: 0;
}

.productdetails-stock-number {
    color: #A3A9BA;
    font-size: 16px;
    font-weight: 400;
}

.productdetails-brand-name {
    color: #2B2D32;
    font-weight: 600;
}

/* Options Container */
.productdetails-options-container {
    width: 436px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
}

/* Color Family Section */
.productdetails-color-section {
    margin: 0;
}

.productdetails-color-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.productdetails-color-section h4 {
    font-size: 16px;
    font-weight: 400;
    color: #2B2D32;
    margin: 0;
    white-space: nowrap;
}

.productdetails-color-labels {
    display: flex;
    gap: 52px;
    margin-left: 40px;
}

.productdetails-color-label {
    font-size: 12px;
    color: #2B2D32;
    text-align: center;
    font-weight: 400;
}

.productdetails-color-options {
    display: flex;
    gap: 20px;
    margin-left: 133px;
}

.productdetails-color-box {
    width: 60px;
    height: 60px;
    /* border-radius: 6px; */
    border: 1px solid #E0E0E0;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.productdetails-color-box:hover {
    border-color: #95C43F;
}

.productdetails-color-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Size Section */
.productdetails-size-section {
    margin: 0;
}

.productdetails-size-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.productdetails-size-section h4 {
    font-size: 16px;
    font-weight: 400;
    color: #2B2D32;
    margin: 0;
    white-space: nowrap;
}

.productdetails-size-label {
    font-size: 12px;
    color: #2B2D32;
    margin: 0;
    font-weight: 400;
    margin-left: 100px;
}

.productdetails-size-options {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 133px;
}

.productdetails-size-btn {
    width: 56px;
    height: 40px;
    border: 1px solid #95C43F;
    background: white;
    border-radius: 8px;
    font-size: 14px;
    color: #95C43F;
    cursor: pointer;
    transition: all 0.3s ease;
}

.productdetails-size-btn:hover {
    /* border-color: #95C43F; */
    background: #95C43F;
    color: white;
}

.productdetails-size-btn.productdetails-size-active {
    background: #95C43F;
    color: white;
    border-color: #95C43F;
}

/* Quantity Section */
.productdetails-quantity-section {

    margin: 0;
}

.productdetails-quantity-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.productdetails-quantity-section h4 {
    font-size: 16px;
    font-weight: 400;
    color: #2B2D32;
    margin: 0;
    white-space: nowrap;
}

.productdetails-quantity-label {
    font-size: 12px;
    color: #2B2D32;
    margin: 0;
    font-weight: 400;
    margin-left: 70px;
}

.productdetails-quantity-controls {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 133px;
}

.productdetails-quantity-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #D1D5DB;
    background: white;
    border-radius: 50%;
    font-size: 18px;
    color: #2B2D32;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.productdetails-quantity-btn:hover {
    color: #FFFFFF;
    background: #95C43F;
}

.productdetails-quantity-input {
    width: 80px;
    height: 40px;
    border: 1px solid #95C43F;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    color: #2B2D32;
    outline: none;
}

.productdetails-quantity-input:focus {
    border-color: #95C43F;
}

/* Price Section */
.productdetails-price-section {
    width: 436px;
    height: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding-top: 20px;
}

.short-description {
    padding: 20px 0;
    font-size: 16px;
}

.productdetails-price-current {
    font-size: 25px;
    font-weight: 700;
    color: #2B2D32;
}

.productdetails-price-old {
    font-size: 18px;
    color: #9CA3AF;
    text-decoration: line-through;
}

/* Action Buttons */
.productdetails-action-buttons {
    width: 350px;
    height: 38px;
    display: flex;
    gap: 24px;
    margin: 0;
}

.productdetails-btn-buy {
    flex: 1;
    height: 38px;
    background: #95C43F;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.productdetails-btn-buy:hover {
    background: #7fb030;
}

.productdetails-btn-cart {
    flex: 1;
    height: 38px;
    background: white;
    color: #95C43F;
    border: 2px solid #95C43F;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.productdetails-btn-cart:hover {
    background: #95C43F;
    color: white;
}

/* Modal Centering */
.modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
    .modal-dialog {
        min-height: calc(100% - 3.5rem);
    }
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
}

/* Responsive Design */

/* Extra Small devices (phones, less than 576px) */
@media (max-width: 575.98px) {

    .productdetails-main-card {
        width: 100%;
        height: auto;
        flex-direction: column;
        padding: 12px;
        gap: 16px;
    }

    .productdetails-images-section {
        width: 100%;
        height: auto;
        gap: 10px;
    }

    .productdetails-main-image-container {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }

    .productdetails-thumbnail-container {
        width: 100%;
        height: auto;
        gap: 8px;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .productdetails-thumbnail-container::-webkit-scrollbar {
        display: none;
    }

    .productdetails-thumbnail-item {
        width: 70px;
        height: 70px;
        min-width: 70px;
    }

    .productdetails-info-section,
    .productdetails-header-container,
    .productdetails-options-container,
    .productdetails-price-section {
        width: 100%;
        height: auto;
    }

    .productdetails-info-section {
        gap: 12px;
        padding: 5px;
    }

    .productdetails-title {
        font-size: 18px;
    }

    .productdetails-price-current {
        font-size: 24px;
        font-weight: 700;
        color: #2B2D32;

    }

    .productdetails-price-old {
        font-size: 12px;
        color: #A3A9BA;
        font-weight: 400;
    }

    .productdetails-color-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .productdetails-color-labels {
        gap: 15px;
        margin-left: 0;
    }

    .productdetails-color-options {
        margin-left: 0;
        gap: 10px;
    }

    .productdetails-color-box {
        width: 50px;
        height: 50px;
    }

    .productdetails-size-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .productdetails-size-label {
        margin-left: 0;
    }

    .productdetails-size-options {
        margin-left: 0;
        gap: 8px;
        flex-wrap: wrap;
    }

    .productdetails-size-btn {
        width: 48px;
        height: 36px;
        font-size: 12px;
    }

    .productdetails-quantity-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .productdetails-quantity-label {
        margin-left: 0;
    }

    .productdetails-quantity-controls {
        margin-left: 0;
        gap: 8px;
    }

    .productdetails-quantity-btn {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .productdetails-quantity-input {
        width: 50px;
        height: 32px;
        font-size: 14px;
    }

    .productdetails-action-buttons {
        width: 100%;
        flex-direction: row;
        gap: 8px;
        height: auto;
    }

    .productdetails-btn-buy,
    .productdetails-btn-cart {
        flex: 1;
        height: 40px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

    .productdetails-main-card {
        width: 100%;
        height: auto;
        flex-direction: column;
        padding: 14px;
        gap: 18px;
    }

    .productdetails-images-section {
        width: 100%;
        height: auto;
        gap: 10px;
    }

    .productdetails-main-image-container {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }

    .productdetails-thumbnail-container {
        width: 100%;
        height: auto;
        gap: 10px;
        overflow-x: auto;
    }

    .productdetails-thumbnail-item {
        width: 80px;
        height: 80px;
        min-width: 80px;
    }

    .productdetails-info-section,
    .productdetails-header-container,
    .productdetails-options-container,
    .productdetails-price-section {
        width: 100%;
        height: auto;
    }

    .productdetails-info-section {
        gap: 14px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .productdetails-main-card {
        width: 100%;
        max-width: 736px;
        height: auto;
        padding: 16px;
        gap: 20px;
        margin: 0 auto;
        margin-top: 60px;
    }

    .productdetails-images-section {
        width: 60%;
        height: auto;
    }

    .productdetails-main-image-container {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }

    .productdetails-thumbnail-container {
        width: 100%;
        height: auto;
        gap: 12px;
    }

    .productdetails-thumbnail-item {
        width: 90px;
        height: 90px;
    }

    .productdetails-info-section {
        width: 40%;
        height: auto;
    }

    .productdetails-header-container,
    .productdetails-options-container,
    .productdetails-price-section {
        width: 100%;
    }

    .productdetails-title {
        font-size: 18px;
        line-height: 1.3;
    }

    .productdetails-rating-row {
        gap: 6px;
    }

    .productdetails-stars i {
        font-size: 13px;
    }

    .productdetails-review-count {
        font-size: 11px;
    }

    .productdetails-stock-brand {
        gap: 6px;
    }

    .productdetails-stock-text {
        font-size: 14px;
    }

    .productdetails-brand-text {
        font-size: 11px;
    }

    .productdetails-color-labels {
        gap: 20px;
        margin-left: 10px;
    }

    .productdetails-color-options {
        margin-left: 100px;
        gap: 15px;
    }

    .productdetails-size-label {
        margin-left: 70px;
    }

    .productdetails-size-options {
        margin-left: 100px;
        gap: 8px;
    }

    .productdetails-size-btn {
        width: 38px;
        height: 30px;
    }

    .productdetails-quantity-label {
        margin-left: 40px;
    }

    .productdetails-quantity-controls {
        margin-left: 95px;
        gap: 8px;
    }

    .productdetails-quantity-btn {
        width: 36px;
        height: 36px;
    }

    .productdetails-quantity-input {
        width: 40px;
        height: 30px;
    }

    .productdetails-action-buttons {
        width: 100%;
        max-width: 250px;
        gap: 12px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

    .productdetails-main-card {
        width: 100%;
        max-width: 1000px;
        height: auto;
    }

    .productdetails-images-section {
        width: 60%;
        height: auto;
    }

    .productdetails-main-image-container {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }

    .productdetails-thumbnail-container {
        width: 100%;
        height: auto;
        gap: 14px;
    }

    .productdetails-thumbnail-item {
        width: 100px;
        height: 100px;
    }

    .productdetails-info-section {
        width: 40%;
        height: auto;
    }

    .productdetails-header-container,
    .productdetails-options-container,
    .productdetails-price-section {
        width: 100%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .productdetails-main-card {
        width: 1200px;
        min-height: 873px;
    }

    .productdetails-images-section {
        width: 712px;
        height: 841px;
    }

    .productdetails-main-image-container {
        width: 712px;
        height: 712px;
    }

    .productdetails-thumbnail-container {
        width: 712px;
        height: 118px;
        gap: 16px;
    }

    .productdetails-thumbnail-item {
        width: 118px;
        height: 118px;
    }

    .productdetails-info-section {
        width: 436px;
        min-height: 517px;
    }

    .productdetails-header-container {
        width: 436px;
        height: 144px;
    }

    .productdetails-options-container {
        width: 436px;
    }

    .productdetails-price-section {
        width: 436px;
    }
}

.naas-buy-now-btn {
    width: 140px;
    height: 38px;
    background: #95C43F;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    transition: all 0.3s ease;
}

.naas-buy-now-btn:hover {
    background: #7fb030;
    color: white;
}

.naas-add-cart-btn {
    width: 140px;
    height: 38px;
    background: #FFFFFF;
    color: #95C43F;
    border: 1px solid #95C43F;
    border-radius: 6px;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    transition: all 0.3s ease;
}

.naas-add-cart-btn:hover {
    background: #95C43F;
    color: white;
}

.message-btn {
    width: 50px !important;
}


/*  product-detail Page END */


/*  product Page START */

/* 1. Default (Mobile / 320px) */
.product-page-header-card {
    margin-top: 20px !important;
    /* Small margin for small screens */
}

/* 2. Tablets (768px and up) */
@media (min-width: 768px) {
    .product-page-header-card {
        margin-top: 120px !important;
        /* Medium spacing */
    }
}

/* 3. Laptops/Desktops (1024px and up) */
@media (min-width: 1024px) {
    .product-page-header-card {
        margin-top: 40px !important;
        /* Your original spacing */
    }
}

/* 3. Laptops/Desktops (1024px and up) */
@media (min-width: 1200px) {
    .product-page-header-card {
        margin-top: 0px !important;
        /* Your original spacing */
    }
}

@media (min-width: 1200px) {
    .beforelogin-header-card {
        width: 1200px;
        margin-top: 125px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* html {
        overflow-x: hidden;
    }

    body {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        background-color: #F6FFF8;
        overflow-x: hidden;
    } */

.container-fluid {
    padding: 0 !important;
}

/* Header Card */
.beforelogin-header-card {
    padding: 10px 20px;
    gap: 10px;
    border-radius: 10px;
    background: white;
    margin: 166px auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    opacity: 1;
}

.beforelogin-header-content {    gap: 15px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
}

.beforelogin-header-content h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2B2D32;
    margin: 0;
}

.beforelogin-breadcrumb-text {
    font-size: 14px;
    color: #A3A9BA;
    margin: 0;
    font-weight: 400;
}

.beforelogin-breadcrumb-text span:first-child {
    color: #2B2D32;
    text-decoration: underline;
}

.beforelogin-breadcrumb-text .beforelogin-separator {
    margin: 0 8px;
    color: #A3A9BA;
}

.beforelogin-breadcrumb-text .beforelogin-active {
    color: #2B2D32;
    font-weight: 400;
    transition: text-decoration 0.3s ease;
}

.beforelogin-breadcrumb-text .beforelogin-active:hover {
    color: #84ad37;
}

.beforelogin-header-info {
    width: 107px;
    height: 71px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    opacity: 1;
}

.beforelogin-header-info p {
    width: 82px;
    height: 17px;
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    color: #2B2D32;
    opacity: 1;
    text-align: right;
}

.beforelogin-sort-dropdown {
    width: 107px;
    height: 20px;
    gap: 16px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: transparent;
    border: none;
    padding: 0;
}

.beforelogin-sort-dropdown i {
    color: #2B2D32;
}

.beforelogin-sort-dropdown span {
    font-size: 14px;
    color: #2B2D32;
}

/* Main Content Section */
.beforelogin-main-content {
    width: 1200px;
    margin: 0 auto;
    gap: 30px;
    display: flex;
    align-items: flex-start;
    opacity: 1;
}

/* Filter Sidebar */
.beforelogin-filter-sidebar {
    width: 224px;
    height: auto;
    padding: 20px 15px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    opacity: 1;
    flex-shrink: 0;
    overflow-y: auto;
}

.beforelogin-filter-sidebar h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2B2D32;
    margin-bottom: 20px;
}

.beforelogin-filter-section {
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.beforelogin-filter-section h4 {
    font-size: 15px;
    font-weight: 700;
    color: #2B2D32;
    margin-bottom: 12px;
}

.beforelogin-filter-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 188px;
    height: 18px;
    opacity: 1;
}

.beforelogin-filter-option input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    cursor: pointer;
    flex-shrink: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #6F727C;
    border-radius: 3px;
    position: relative;
    background: white;
    opacity: 1;
    transition: border-color 0.3s ease;
}

.beforelogin-filter-option input[type="checkbox"]:hover {
    border-color: #95C43F;
    border-width: 2px;
}

.beforelogin-filter-option input[type="checkbox"]:checked {
    background: #FFFFFF;
    border-color: #95C43F;
    border-width: 2px;
}

.beforelogin-filter-option input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #95C43F;
    font-size: 12px;
    font-weight: bold;
}

.beforelogin-filter-option label {
    font-size: 14px;
    color: #2B2D32;
    cursor: pointer;
    font-weight: 400;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.beforelogin-filter-option .beforelogin-stars {
    margin-right: 2px;
    font-size: 10px;
    line-height: 1;
    flex-shrink: 0;
    width: auto;
    height: 10px;
    opacity: 1;
    display: inline-block;
}

.beforelogin-filter-option .beforelogin-stars i {
    font-size: 10px;
    color: #E5B341;
    margin-right: 1px;
}

.beforelogin-filter-option .beforelogin-stars i.bi-star {
    color: #A3A9BA;
}

/* Product Card Stars */
.beforelogin-stars-product {
    font-size: 10px;
    line-height: 1;
    display: inline-block;
}

.beforelogin-stars-product i {
    font-size: 10px;
    color: #E5B341;
    margin-right: 1px;
}

.beforelogin-stars-product i.bi-star {
    color: #A3A9BA;
}

.beforelogin-filter-option .beforelogin-and-up {
    color: #A3A9BA;
    font-size: 12px;
    font-weight: 400;
    margin-right: auto;
}

.beforelogin-filter-option .beforelogin-count {
    color: #6F727C;
    margin-left: auto;
    font-size: 14px;
    font-weight: 400;
}

/* Rating Section Specific Styles */
.beforelogin-rating-section {
    width: 188px;
    height: 225px;
    gap: 20px;
    opacity: 1;
}

/* Price Filter Styles */
.beforelogin-price-highest {
    margin-bottom: 10px;
}

.beforelogin-price-highest span {
    font-size: 10px;
    color: #2B2D32;
    font-weight: 400;
    line-height: 1;
}

.beforelogin-price-input-container {
    width: 188px;
    height: 28px;
    display: flex;
    align-items: center;
    gap: 5px;
    opacity: 1;
    margin-bottom: 2px;
}

.beforelogin-price-input-box {
    width: 75px;
    height: 28px;
    padding: 10px;
    border: 1px solid #D1D5DB;
    border-radius: 5px;
    font-size: 10px;
    outline: none;
    background: white;
    opacity: 1;
    gap: 10px;
}

.beforelogin-price-input-box::placeholder {
    color: #9CA3AF;
    font-size: 10px;
}

.beforelogin-price-input-box {
    border-color: #95C43F;
}

.beforelogin-price-btn-submit {
    width: 40px;
    height: 28px;
    background: #95C43F;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
}

.beforelogin-price-btn-submit img {
    width: 16.21px;
    height: 16.21px;
    opacity: 1;
    display: block;
}

.beforelogin-price-btn-submit:hover img {
    opacity: 0.9;
}

/* Price Range Slider */
.beforelogin-price-slider-wrapper {
    position: relative;
    width: 188px;
    margin: 20px 0;
}

.beforelogin-slider-track {
    position: relative;
    width: 100%;
    height: 4px;
    background: #95C43F;
    border-radius: 5px;
}

.beforelogin-price-range-slider {
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    pointer-events: none;
    top: 0;
}

.beforelogin-price-range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    border: 3px solid #95C43F;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    pointer-events: all;
    position: relative;
    z-index: 2;
}

.beforelogin-price-range-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    border: 3px solid #95C43F;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    pointer-events: all;
}

.beforelogin-price-range-slider::-webkit-slider-runnable-track {
    background: transparent;
}

.beforelogin-price-range-slider::-moz-range-track {
    background: transparent;
}

.beforelogin-price-result span {
    font-size: 14px;
    color: #2B2D32;
    font-weight: 400;
}

/* Products Container */
.beforelogin-products-container {
    width: 956px;
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, 220px);
    gap: 20px;
    justify-content: flex-start;
    opacity: 1;
}

/* Product Card */
.beforelogin-product-card {
    width: 220px;
    height: 337px;
    background: white;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.beforelogin-product-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.beforelogin-discount-badge {
    position: absolute;
    top: 10px;
    left: 0;
    background: #95C43F;
    color: white;
    padding: 4px 10px;
    border-radius: 0 4px 4px 0;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

.beforelogin-wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: #6173AC;
    font-size: 16px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.beforelogin-product-card:hover .beforelogin-wishlist-btn {
    opacity: 1;
}



.beforelogin-product-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: height 0.3s ease;
}

.beforelogin-product-card:hover .beforelogin-product-image {
    height: 190px;
}

.beforelogin-product-card .beforelogin-card-body {
    padding: 10px 12px;
}

.beforelogin-product-card h5 {
    font-size: 14px;
    font-weight: 500;
    color: #2B2D32;
    margin-bottom: 8px;
    line-height: 1.3;
}

.beforelogin-product-card .beforelogin-price {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.beforelogin-old-price {
    text-decoration: line-through;
    color: #A3A9BA;
    font-size: 12px;
}

.beforelogin-new-price {
    color: #2B2D32;
    font-size: 13px;
    font-weight: 600;
}

.beforelogin-product-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.beforelogin-stock-text {
    font-size: 10px;
    color: #109D58;
    margin: 0;
}

.beforelogin-stock-text span {
    color: #A3A9BA;
    font-weight: 600;
}

.beforelogin-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 10px;
}

.beforelogin-review-count {
    color: #A3A9BA;
    font-size: 10px;
}

/* Card Hover Actions */
.beforelogin-card-hover-actions {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    width: calc(100% - 20px);
    max-width: 200px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
    pointer-events: none;
}

.beforelogin-product-card:hover .beforelogin-card-hover-actions {
    opacity: 1;
    pointer-events: auto;
}

.beforelogin-view-detail-btn {
    flex: 1;
    padding: 8px 12px;
    background: white;
    border: 1px solid #95C43F;
    border-radius: 6px;
    color: #95C43F;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-align: center;
}

.beforelogin-view-detail-btn:hover {
    background: #95C43F;
    color: white;
    text-decoration: none;
}

.beforelogin-cart-icon-btn {
    width: 38px;
    height: 32px;
    background: #95C43F;
    border: none;
    border-radius: 6px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.beforelogin-cart-icon-btn:hover {
    background: #7fb030;
}

/* Pagination */
.beforelogin-pagination-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
    width: 1200px;
    height: 40px;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.beforelogin-pagination-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 20px;
    background: #E6ECFF;
    color: #2B2D32;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    opacity: 1;
}

.beforelogin-pagination-btn:hover {
    background: #D0DEFF;
}

.beforelogin-pagination-btn.active {
    background: #95C43F;
    color: white;
}

.beforelogin-pagination-btn i {
    font-size: 14px;
}

/* Responsive Design */

/* Extra Small devices (phones, less than 576px) */
@media (max-width: 575.98px) {

    .product-page-header-card {
        margin-top: 87px !important;
    }

    .beforelogin-header-card {
        width: 100%;
        margin-top: 20px;
        height: auto;
        padding: 15px;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .beforelogin-header-content {
        width: 100%;
        height: auto;
    }

    .beforelogin-header-content h1 {
        font-size: 20px;
    }

    .beforelogin-breadcrumb-text {
        font-size: 12px;
    }

    .beforelogin-header-info {
        width: 100%;
        height: auto;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .beforelogin-header-info p {
        width: auto;
        height: auto;
        text-align: left;
    }

    .beforelogin-main-content {
        width: 100%;
        flex-direction: column;
        gap: 20px;
        padding: 0 15px;
    }

    .beforelogin-filter-sidebar {
        width: 100%;
        min-height: auto;
        margin-bottom: 0;
    }

    .beforelogin-filter-sidebar h3 {
        font-size: 24px;
    }

    .beforelogin-filter-option,
    .beforelogin-price-input-container,
    .beforelogin-price-slider-wrapper,
    .beforelogin-rating-section {
        width: 100%;
    }

    .beforelogin-products-container {
        width: 100%;
        max-width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        justify-content: center;
    }

    .beforelogin-product-card {
        width: 100%;
        min-width: 0;
        height: 280px;
    }

    .beforelogin-product-image {
        height: 180px;
    }

    .beforelogin-product-card:hover .beforelogin-product-image {
        height: 180px;
    }

    .beforelogin-product-card .beforelogin-card-body {
        padding: 6px 8px;
    }

    .beforelogin-product-card h5 {
        font-size: 11px;
        margin-bottom: 4px;
    }

    .beforelogin-product-card .beforelogin-price {
        margin-bottom: 4px;
    }

    .beforelogin-old-price {
        font-size: 9px;
    }

    .beforelogin-new-price {
        font-size: 10px;
    }

    .beforelogin-product-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        margin-bottom: 2px;
    }

    .beforelogin-stock-text {
        font-size: 8px;
        width: 100%;
    }

    .beforelogin-rating {
        font-size: 8px;
        width: 100%;
    }

    .beforelogin-review-count {
        font-size: 8px;
    }

    .beforelogin-card-hover-actions {
        opacity: 1;
        pointer-events: auto;
        bottom: 3px;
        width: 90%;
        gap: 5px;
    }

    .beforelogin-view-detail-btn {
        padding: 4px 6px;
        font-size: 8px;
        height: 24px;
    }

    .beforelogin-cart-icon-btn {
        width: 30px;
        height: 24px;
    }

    .beforelogin-cart-icon-btn img {
        width: 14px;
        height: 14px;
    }

    .beforelogin-wishlist-btn {
        opacity: 1;
        width: 28px;
        height: 28px;
        font-size: 14px;
    }

    .beforelogin-discount-badge {
        font-size: 10px;
        padding: 3px 8px;
    }

    .beforelogin-pagination-container {
        width: 100%;
        justify-content: center;
        padding: 0 15px;
        margin-top: 30px;
        gap: 8px;
    }

    .beforelogin-pagination-btn {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    
    .beforelogin-header-card {
        width: 100%;
        margin-top: 30px;
        height: auto;
        padding: 18px;
    }

    .beforelogin-header-content {
        width: 100%;
    }

    .beforelogin-header-content h1 {
        font-size: 24px;
    }

    .beforelogin-breadcrumb-text {
        font-size: 13px;
    }

    .beforelogin-main-content {
        width: 100%;
        flex-direction: column;
        gap: 20px;
        padding: 0 30px;
    }

    .beforelogin-filter-sidebar {
        width: 100%;
        margin-bottom: 0;
    }

    .beforelogin-filter-sidebar h3 {
        font-size: 28px;
    }

    .beforelogin-filter-option,
    .beforelogin-price-input-container,
    .beforelogin-price-slider-wrapper,
    .beforelogin-rating-section {
        width: 100%;
    }

    .beforelogin-products-container {
        width: 100%;
        max-width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        justify-content: center;
    }

    .beforelogin-product-card {
        width: 100%;
        min-width: 0;
        height: 300px;
    }

    .beforelogin-product-image {
        height: 190px;
    }

    .beforelogin-product-card:hover .beforelogin-product-image {
        height: 190px;
    }

    .beforelogin-product-card .beforelogin-card-body {
        padding: 8px 10px;
    }

    .beforelogin-product-card h5 {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .beforelogin-old-price {
        font-size: 10px;
    }

    .beforelogin-new-price {
        font-size: 11px;
    }

    .beforelogin-product-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
    }

    .beforelogin-stock-text {
        font-size: 9px;
    }

    .beforelogin-rating {
        font-size: 9px;
    }

    .beforelogin-review-count {
        font-size: 9px;
    }

    .beforelogin-card-hover-actions {
        opacity: 1;
        pointer-events: auto;
        width: 92%;
        gap: 6px;
    }

    .beforelogin-view-detail-btn {
        padding: 5px 8px;
        font-size: 9px;
        height: 26px;
    }

    .beforelogin-cart-icon-btn {
        width: 34px;
        height: 26px;
    }

    .beforelogin-cart-icon-btn img {
        width: 16px;
        height: 16px;
    }

    .beforelogin-wishlist-btn {
        opacity: 1;
    }

    .beforelogin-pagination-container {
        width: 100%;
        justify-content: center;
        padding: 0 30px;
        margin-top: 30px;
        gap: 10px;
    }

    .beforelogin-pagination-btn {
        width: 38px;
        height: 38px;
        font-size: 13px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .beforelogin-header-card {
        width: 100%;
        max-width: 100%;
        margin-top: 50px;
        padding: 20px;
    }

    .beforelogin-header-content {
        width: auto;
        flex: 1;
    }

    .beforelogin-header-content h1 {
        font-size: 28px;
    }

    .beforelogin-main-content {
        width: 100%;
        max-width: 100%;
        gap: 25px;
        padding: 0 50px;
    }

    .beforelogin-filter-sidebar {
        width: 200px;
        min-width: 200px;
    }

    .beforelogin-filter-option,
    .beforelogin-price-input-container,
    .beforelogin-price-slider-wrapper {
        width: 100%;
    }

    .beforelogin-rating-section {
        width: 100%;
    }

    .beforelogin-products-container {
        width: 100%;
        flex: 1;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        justify-content: center;
    }

    .beforelogin-product-card {
        width: 100%;
        min-width: 0;
        height: 280px;
    }

    .beforelogin-product-image {
        height: 170px;
    }

    .beforelogin-product-card:hover .beforelogin-product-image {
        height: 170px;
    }

    .beforelogin-product-card .beforelogin-card-body {
        padding: 6px 10px;
    }

    .beforelogin-product-card h5 {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .beforelogin-product-card .beforelogin-price {
        margin-bottom: 4px;
    }

    .beforelogin-old-price {
        font-size: 10px;
    }

    .beforelogin-new-price {
        font-size: 11px;
    }

    .beforelogin-product-info {
        margin-bottom: 3px;
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
    }

    .beforelogin-stock-text {
        font-size: 9px;
        width: 100%;
    }

    .beforelogin-rating {
        font-size: 9px;
        width: 100%;
    }

    .beforelogin-review-count {
        font-size: 9px;
    }

    .beforelogin-wishlist-btn {
        opacity: 1;
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .beforelogin-discount-badge {
        font-size: 11px;
        padding: 3px 8px;
    }

    .beforelogin-card-hover-actions {
        opacity: 1;
        pointer-events: auto;
        width: 92%;
        bottom: 4px;
        gap: 6px;
    }

    .beforelogin-view-detail-btn {
        padding: 5px 8px;
        font-size: 10px;
        height: 28px;
    }

    .beforelogin-cart-icon-btn {
        width: 36px;
        height: 28px;
    }

    .beforelogin-cart-icon-btn img {
        width: 16px;
        height: 16px;
    }

    .beforelogin-pagination-container {
        width: 100%;
        padding: 0 50px;
        margin-top: 35px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

    .beforelogin-header-card {
        width: 100%;
        max-width: 100%;
        margin-top: 80px;
    }

    .beforelogin-header-content {
        width: auto;
        flex: 1;
    }

    .beforelogin-header-content h1 {
        font-size: 30px;
    }

    .beforelogin-main-content {
        width: 100%;
        max-width: 100%;
        gap: 28px;
        padding: 0 50px;
    }

    .beforelogin-filter-sidebar {
        width: 220px;
        min-width: 220px;
    }

    .beforelogin-products-container {
        width: 100%;
        flex: 1;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        justify-content: center;
    }

    .beforelogin-product-card {
        width: 100%;
        min-width: 0;
        height: 310px;
    }

    .beforelogin-product-image {
        height: 190px;
    }

    .beforelogin-product-card:hover .beforelogin-product-image {
        height: 190px;
    }

    .beforelogin-product-card .beforelogin-card-body {
        padding: 6px 10px;
    }

    .beforelogin-product-card h5 {
        font-size: 13px;
        margin-bottom: 4px;
        line-height: 1.2;
    }

    .beforelogin-product-card .beforelogin-price {
        margin-bottom: 4px;
    }

    .beforelogin-old-price {
        font-size: 11px;
    }

    .beforelogin-new-price {
        font-size: 12px;
    }

    .beforelogin-product-info {
        margin-bottom: 3px;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .beforelogin-stock-text {
        font-size: 9px;
        width: 100%;
    }

    .beforelogin-rating {
        font-size: 9px;
        width: 100%;
    }

    .beforelogin-review-count {
        font-size: 9px;
    }

    .beforelogin-wishlist-btn {
        opacity: 1;
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .beforelogin-discount-badge {
        font-size: 11px;
        padding: 3px 8px;
    }

    .beforelogin-card-hover-actions {
        opacity: 1;
        pointer-events: auto;
        width: 92%;
        bottom: 4px;
        gap: 6px;
    }

    .beforelogin-view-detail-btn {
        padding: 5px 8px;
        font-size: 10px;
        height: 28px;
    }

    .beforelogin-cart-icon-btn {
        width: 36px;
        height: 28px;
    }

    .beforelogin-cart-icon-btn img {
        width: 16px;
        height: 16px;
    }

    .beforelogin-pagination-container {
        width: 100%;
        padding: 0 50px;
        margin-top: 40px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .beforelogin-header-card {
        width: 1200px;
        margin-top: 200px;
    }


    .beforelogin-main-content {
        width: 1200px;
        padding: 0;
    }

    .beforelogin-filter-sidebar {
        width: 224px;
    }

    .beforelogin-products-container {
        width: 956px;
        grid-template-columns: repeat(4, 220px);
        gap: 20px;
    }

    .beforelogin-pagination-container {
        width: 1200px;
        padding: 0;
    }
}

/* Mobile screen adjustments for bestsell-card */
@media (max-width: 575.98px) {
    .bestsell-card {
        width: 180px;
        min-width: 180px;
        height: 280px;
    }
}

@media (max-width: 425px) {
    .bestsell-card {
        width: 260px !important;
        min-width: 260px !important;
        max-width: 260px !important;
    }
}

@media (max-width: 1024px) {
    .bestsell-card {
        width: 260px !important;
        min-width: 260px !important;
        max-width: 260px !important;
    }
}

/*  product Page END */


/*  wishlist Page END */
@media (max-width: 991.98px) {
    #wsus__cart_view .wsus__cart_list.wishlist table {
        display: block;
    }

    #wsus__cart_view .wsus__cart_list.wishlist table tbody {
        display: block;
    }

    #wsus__cart_view .wsus__cart_list.wishlist table tr {
        display: block !important;
        margin-bottom: 1rem;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        padding: 1rem;
        background: #fff;
    }

    #wsus__cart_view .wsus__cart_list.wishlist table thead {
        display: none;
    }

    #wsus__cart_view .wsus__cart_list.wishlist table tr.d-flex {
        flex-direction: column !important;
    }

    #wsus__cart_view .wsus__cart_list.wishlist table td,
    #wsus__cart_view .wsus__cart_list.wishlist table th {
        width: 100% !important;
        display: block;
        text-align: left;
        padding: 0.5rem 0;
    }

    #wsus__cart_view .wsus__cart_list.wishlist table td.wsus__pro_img {
        position: relative;
        text-align: center;
        margin-bottom: 1rem;
    }

    #wsus__cart_view .wsus__cart_list.wishlist table td.wsus__pro_img img {
        max-width: 150px;
        height: auto;
        margin: 0 auto;
    }

    #wsus__cart_view .wsus__cart_list.wishlist table td.wsus__pro_img a {
        position: absolute;
        top: 0;
        right: 0;
    }

    #wsus__cart_view .wsus__cart_list.wishlist table td.wsus__pro_name p {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    #wsus__cart_view .wsus__cart_list.wishlist table td.wsus__pro_status::before {
        content: "Quantity: ";
        font-weight: 600;
        color: #333;
    }

    #wsus__cart_view .wsus__cart_list.wishlist table td.wsus__pro_tk::before {
        content: "Price: ";
        font-weight: 600;
        color: #333;
        margin-right: 0.5rem;
    }

    #wsus__cart_view .wsus__cart_list.wishlist table td.wsus__pro_tk h6 {
        display: inline;
    }

    #wsus__cart_view .wsus__cart_list.wishlist table td a.common_btn {
        width: 100%;
        text-align: center;
        margin-top: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    #wsus__breadcrumb h4 {
        font-size: 1.5rem;
    }

    #wsus__cart_view .wsus__cart_list.wishlist table tr {
        padding: 0.75rem;
    }

    #wsus__cart_view .wsus__cart_list.wishlist table td.wsus__pro_img img {
        max-width: 120px;
    }
}

/* Desktop styles */
@media (min-width: 992px) {
    #wsus__cart_view .wsus__cart_list.wishlist table tr.d-flex {
        align-items: center;
    }
}

/*  wishlist Page END */


/*  all-product Page START */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #F6FFF8;
    overflow-x: hidden;
}
/* Just For You Section Header */
.justfor-header {
    width: 100%;
    max-width: 1200px;
    height: 119px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    opacity: 1;
    margin: 0 auto;
}

.justfor-header h2 {
    font-size: 32px;
    font-weight: bold;
    color: #2B2D32;
    margin: 0;
}

/* Category Pills Wrapper */
.justfor-category-pills-wrapper {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 auto 20px;
    position: relative;
}

/* Category Pills */
.justfor-category-pills {
    flex: 1;
    height: auto;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0;
}

.justfor-category-pills::-webkit-scrollbar {
    display: none;
}

.justfor-pill-btn {
    padding: 8px 20px;
    border-radius: 20px;
    border: 1px solid #DDDDDD;
    background-color: #F6FFF8;
    color: #2B2D32;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.justfor-pill-btn:hover {
    background: #95C43F;
    color: white;
    border-color: #95C43F;
}

.justfor-pill-btn.active {
    background: #95C43F;
    color: white;
    border-color: #95C43F;
}

/* Navigation Buttons (Left and Right Arrows) */
.justfor-pill-prev-btn,
.justfor-pill-next-btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E6ECFF;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-top: 0;
}

.justfor-pill-prev-btn i,
.justfor-pill-next-btn i {
    color: #616A88;
    font-size: 16px;
    font-weight: 600;
}

.justfor-pill-prev-btn:hover,
.justfor-pill-next-btn:hover {
    background: linear-gradient(180deg, #D4D4F0 0%, #C0C0E0 100%);
}

.justfor-pill-prev-btn:hover i,
.justfor-pill-next-btn:hover i {
    color: #2B2D32;
}

.justfor-pill-prev-btn:disabled,
.justfor-pill-next-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Just For You Container - Grid Layout */
.justfor-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    opacity: 1;
    margin: 0 auto;
}

/* Just For You Card */
.justfor-card {
    width: 100%;
    max-width: 224px;
    height: 337px;
    padding-bottom: 10px;
    gap: 10px;
    opacity: 1;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background: white;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    justify-self: center;
}

.justfor-card .justfor-badge {
    position: absolute;
    top: 10px;
    left: 0px;
    background: #95C43F;
    color: white;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
}

.justfor-card .justfor-wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: #6173AC;
    font-size: 18px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.justfor-card:hover .justfor-wishlist-btn {
    opacity: 1;
}

.justfor-card .justfor-image {
    width: 100%;
    height: 256px;
    opacity: 1;
    object-fit: cover;
    display: block;
    transition: height 0.3s ease;
}

.justfor-card:hover .justfor-image {
    height: 220px;
}

.justfor-card .justfor-card-body {
    width: 100%;
    padding: 8px 10px 2px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.justfor-card .justfor-card-hover-actions {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    width: calc(100% - 20px);
    max-width: 210px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
    pointer-events: none;
}

.justfor-card:hover .justfor-card-hover-actions {
    opacity: 1;
    pointer-events: auto;
}

.justfor-card .justfor-view-detail-btn {
    flex: 1;
    padding: 8px 15px;
    background: white;
    border: 1px solid #95C43F;
    border-radius: 8px;
    color: #95C43F;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-align: center;
}

.justfor-card .justfor-view-detail-btn:hover {
    background: #95C43F;
    color: white;
}

.justfor-card .justfor-cart-icon-btn {
    width: 45px;
    height: 35px;
    background: #95C43F;
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.justfor-card .justfor-cart-icon-btn:hover {
    background: #7fb030;
}

.justfor-card h5 {
    font-size: 14px;
    font-weight: 600;
    color: #2B2D32;
    margin-bottom: 5px;
    line-height: 1;
}

.justfor-card .justfor-price {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.justfor-card .justfor-old-price {
    text-decoration: line-through;
    color: #A3A9BA;
    font-weight: 400;
    font-size: 12px;
}

.justfor-card .justfor-new-price {
    color: #2B2D32;
    font-weight: 400;
    font-size: 12px;
}

.justfor-card .justfor-product-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.justfor-card .justfor-stock-text {
    font-size: 10px;
    color: #109D58;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1;
}

.justfor-card .justfor-stock-text span {
    color: #A3A9BA;
    font-weight: 600;
}

.justfor-card .justfor-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 10px;
    line-height: 1;
}

.justfor-card .justfor-rating i.bi-star-fill {
    color: #E5B341;
}

.justfor-card .justfor-rating i.bi-star {
    color: #A3A9BA;
}

.justfor-card .justfor-review-count {
    color: #A3A9BA;
    font-size: 10px;
}

/* Load More Button */
.justfor-load-more-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: 30px auto 0;
}

.justfor-load-more-btn {
    padding: 12px 40px;
    background-color: #F6FFF8;
    border: 1px solid #95C43F;
    border-radius: 8px;
    color: #95C43F;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.justfor-load-more-btn:hover {
    background: #95C43F;
    color: white;
}

/* Responsive adjustments */

/* Extra Small devices (phones, less than 576px) */
@media (max-width: 575.98px) {

    .justfor-header {
        height: auto;
        padding: 10px 0;
    }

    .justfor-header h2 {
        font-size: 18px;
    }

    .justfor-category-pills {
        gap: 8px;
        padding: 8px 0;
    }

    .justfor-pill-btn {
        padding: 6px 15px;
        font-size: 12px;
    }

    .justfor-pill-btn.next-btn {
        width: 35px;
        height: 35px;
    }

    .justfor-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
        width: 100%;
        max-width: 100%;
        justify-items: center;
    }

    .justfor-card {
        max-width: 100%;
        width: 100%;
        height: 280px;
        justify-self: center;
    }

    .justfor-card .justfor-image {
        height: 180px;
    }

    .justfor-card:hover .justfor-image {
        height: 180px;
    }

    .justfor-card .justfor-card-body {
        padding: 4px 8px 0px 8px;
    }

    .justfor-card .justfor-card-body h5 {
        font-size: 11px;
        margin-bottom: 2px;
        line-height: 1.2;
    }

    .justfor-card .justfor-price {
        margin-bottom: 2px;
    }

    .justfor-card .justfor-old-price {
        font-size: 9px;
    }

    .justfor-card .justfor-new-price {
        font-size: 9px;
    }

    .justfor-card .justfor-product-info {
        margin-bottom: 2px;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .justfor-card .justfor-stock-text {
        font-size: 8px;
        line-height: 1.2;
        margin-bottom: 0;
        width: 100%;
    }

    .justfor-card .justfor-rating {
        font-size: 8px;
        line-height: 1.2;
        gap: 2px;
        width: 100%;
    }

    .justfor-card .justfor-review-count {
        font-size: 8px;
    }

    .justfor-card .justfor-card-hover-actions {
        opacity: 1;
        pointer-events: auto;
        bottom: 2px;
        width: calc(100% - 10px);
        gap: 5px;
    }

    .justfor-card .justfor-view-detail-btn {
        padding: 3px 6px;
        font-size: 8px;
        height: 24px;
    }

    .justfor-card .justfor-cart-icon-btn {
        width: 30px;
        height: 24px;
    }

    .justfor-card .justfor-cart-icon-btn img {
        width: 16px;
        height: 16px;
    }

    .justfor-load-more-btn {
        padding: 10px 30px;
        font-size: 14px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    

    .justfor-header {
        height: auto;
        padding: 10px 0;
    }

    .justfor-header h2 {
        font-size: 22px;
    }

    .justfor-category-pills {
        gap: 8px;
    }

    .justfor-pill-btn {
        padding: 7px 18px;
        font-size: 13px;
    }

    .justfor-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .justfor-card {
        max-width: 100%;
        height: 290px;
    }

    .justfor-card .justfor-image {
        height: 145px;
    }

    .justfor-card:hover .justfor-image {
        height: 145px;
    }

    .justfor-card .justfor-card-body {
        padding: 5px 8px 0px 8px;
    }

    .justfor-card .justfor-card-body h5 {
        font-size: 12px;
        margin-bottom: 3px;
        line-height: 1.2;
    }

    .justfor-card .justfor-price {
        margin-bottom: 3px;
    }

    .justfor-card .justfor-old-price {
        font-size: 10px;
    }

    .justfor-card .justfor-new-price {
        font-size: 10px;
    }

    .justfor-card .justfor-product-info {
        margin-bottom: 2px;
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
    }

    .justfor-card .justfor-stock-text {
        font-size: 9px;
        line-height: 1.2;
        margin-bottom: 0;
        width: 100%;
    }

    .justfor-card .justfor-rating {
        font-size: 9px;
        line-height: 1.2;
        gap: 2px;
        width: 100%;
    }

    .justfor-card .justfor-review-count {
        font-size: 9px;
    }

    .justfor-card .justfor-card-hover-actions {
        opacity: 1;
        pointer-events: auto;
        bottom: 2px;
        width: calc(100% - 10px);
        gap: 6px;
    }

    .justfor-card .justfor-view-detail-btn {
        padding: 4px 8px;
        font-size: 9px;
        height: 26px;
    }

    .justfor-card .justfor-cart-icon-btn {
        width: 34px;
        height: 26px;
    }

    .justfor-card .justfor-cart-icon-btn img {
        width: 18px;
        height: 18px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

    .justfor-header h2 {
        font-size: 28px;
    }

    .justfor-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }

    .justfor-card {
        width: 100% !important;
        max-width: none !important;
        height: 320px;
        justify-self: auto;
    }

    .justfor-card .justfor-image {
        height: 240px;
    }

    .justfor-card:hover .justfor-image {
        height: 205px;
    }

    .justfor-card .justfor-product-info {
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
    }

    .justfor-card .justfor-card-hover-actions {
        width: calc(100% - 16px);
        gap: 6px;
    }

    .justfor-card .justfor-view-detail-btn {
        padding: 6px 10px;
        font-size: 10px;
        height: 30px;
    }

    .justfor-card .justfor-cart-icon-btn {
        width: 38px;
        height: 30px;
    }

    .justfor-card .justfor-cart-icon-btn img {
        width: 20px;
        height: 20px;
    }
}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .justfor-header h2 {
        font-size: 32px;
    }

    .justfor-container {
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

    .justfor-header h2 {
        font-size: 30px;
    }

    .justfor-container {
        grid-template-columns: repeat(5, 1fr);
        gap: 18px;
    }

    .justfor-card {
        max-width: 100%;
        height: 337px;
    }

    .justfor-card .justfor-image {
        height: 256px;
    }

    .justfor-card:hover .justfor-image {
        height: 220px;
    }

    .justfor-card .justfor-product-info {
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
    }

    .justfor-card .justfor-card-hover-actions {
        width: calc(100% - 18px);
        gap: 7px;
    }

    .justfor-card .justfor-view-detail-btn {
        padding: 7px 12px;
        font-size: 11px;
        height: 32px;
    }

    .justfor-card .justfor-cart-icon-btn {
        width: 40px;
        height: 32px;
    }

    .justfor-card .justfor-cart-icon-btn img {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 1024px) {
    .bestsell-card {
        width: 280px !important;
        min-width: 280px !important;
        max-width: 280px !important;
    }
}



/* tablet screen card are working  */
@media (min-width: 768px) and (max-width: 991.98px) {
    .bestsell-card {
        width: calc(50% - 8px);
        min-width: calc(50% - 8px);
        width: 224px !important;
    }
}

/* Mobile screen adjustments for bestsell-card */
@media (max-width: 575.98px) {
    .bestsell-card {
        width: 180px;
        min-width: 180px;
        height: 280px;
    }
}

@media (max-width: 425px) {
    .bestsell-card {
        width: 220px !important;
        min-width: 220px !important;
        max-width: 220px !important;
    }
}

/*  all-product Page END */