.z-9999 {
    z-index: 9999;
}
.z-999 {
    z-index: 999;
}
.z-99 {
    z-index: 99;
}
.__opacity-half {
    --opacity: 0.5;
}
.opacity-half {
    opacity: 0.5;
}
.cursor-auto {
    cursor: auto;
}
.page-paragraph p {
    margin: 1rem 0 30px 0 !important;
}
.__h-14rem {
    height: 14rem;
}
.__h-30rem {
    height: 30rem;
}
.d--none {
    display: none;
}

.toggle-shipping-saved-addresses.arrow-up span {
    transform: rotate(180deg);
    display: inline-block;
}

/* Product Details Page CSS || Start */
.option-select-btn.custom_01_option label input:checked ~ * {
    border: 2px solid #fff;
    outline: 1px solid var(--bs-primary);
}
.wishlist_icon_active {
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}
.compare_list_icon_active {
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}
.color_variants {
    width: 20px;
    height: 20px;
}
.color_variant_active {
    border: 3px solid #fff;
    outline: 2px solid var(--bs-primary);
}
/* Product Details Page CSS || End */

/* Product  */
.temporary-closed {
    min-width: 100%;
    min-height: 100%;
    block-size: var(--size);
    inline-size: var(--size);
    display: grid;
    place-items: center;
    top: 0;
    background: #000000bf;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

/* Seller Search Box || Start */
.custom_search {
    width: -webkit-fill-available;
}
.custom_search .select-wrap {
    width: -webkit-fill-available;
    border-start-start-radius: 0.25rem;
    border-end-start-radius: 0.25rem;
}

.custom_search input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.custom_search button {
    border-radius: 0.25rem;
    border-start-start-radius: 0rem;
    border-end-start-radius: 0rem;
}

.--mt-15 {
    margin-top: 15px;
}
/* Seller Search Box || End */

/* Product View Page || Start */

.products_aside_brands:-webkit-scrollbar,
.products_aside_categories::-webkit-scrollbar {
    inline-size: var(--size);
    background-color: var(--bs-light);
    border-radius: var(--size);
    visibility: hidden;
}

.products_aside_brands::-webkit-scrollbar-thumb,
.products_aside_categories::-webkit-scrollbar-thumb {
    border-radius: var(--size);
    -webkit-box-shadow: inset 0 0 var(--size) rgba(0, 0, 0, 0.3);
    background-color: var(--bg-badge);
    visibility: hidden;
}

.products_aside_brands:hover::-webkit-scrollbar-thumb,
.products_aside_categories:hover::-webkit-scrollbar,
.products_aside_categories:hover::-webkit-scrollbar-thumb,
.products_aside_brands:hover::-webkit-scrollbar {
    visibility: visible;
}

.products_aside_categories,
.products_aside_brands {
    max-height: 22.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
    overscroll-behavior-y: contain;
    scroll-behavior: smooth;
}

.custom_common_nav ul {
    padding-inline-start: 1rem;
    padding-inline-end: 0;
}

.custom_common_nav li.has-sub-item:after {
    content: "";
}

.custom_common_nav li.has-sub-item span {
    transition: all 300ms ease-in-out;
    padding: 0;
    cursor: pointer;
}

.common-nav .custom-checkbox label {
    margin: 0;
}

@media screen and (min-width: 992px) {
    .filter-toggle-aside {
        overflow-y: auto;
        max-height: calc(100vh - 120px);
        -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
        overscroll-behavior-y: contain;
        scroll-behavior: smooth;
    }
    .filter-toggle-aside::-webkit-scrollbar {
        --size: 0.25rem;
        inline-size: var(--size);
        background-color: var(--bs-light);
        border-radius: var(--size);
        visibility: hidden;
    }

    .filter-toggle-aside::-webkit-scrollbar-thumb {
        border-radius: var(--size);
        -webkit-box-shadow: inset 0 0 var(--size) rgba(0, 0, 0, 0.3);
        background-color: var(--bg-badge);
        /* visibility: hidden; */
    }

    .filter-toggle-aside:hover::-webkit-scrollbar-thumb,
    .filter-toggle-aside:hover::-webkit-scrollbar {
        visibility: visible;
    }
}
/* Product View Page || End */

.__vertical-middle {
    vertical-align: middle;
}

/* whatsapp chat css start */
.social-chat-icons {
    position: fixed;
    inset-inline-end: 2%;
    inset-block-end: 80px;
    z-index: 9;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.social-chat-icons.active {
    inset-block-end: 9.375rem;
}

.chat-image-shadow {
    filter: drop-shadow(0 0 0.35rem rgba(var(--bs-primary-rgb), 0.3));
}

.lightbox-image {
    max-height: 80vh;
    vertical-align: middle;
}

.img-w-h-100 {
    max-height: 6.25rem;
    width: 6.25rem;
    height: 100%;
    max-width: 100%;
}
/* whatsapp chat css end */

.shop-bg-card {
    --bg-color: 255, 255, 255;
}
[theme="dark"] .shop-bg-card {
    --bg-color: 20, 20, 20;
}

/* Product List Page Mobile CSS */
@media (max-width: 767px) {
    .mobile_two_items {
        --minWidth: 9rem !important;
        --maxWidth: 1fr !important;
    }
}
/* Product List Page Mobile CSS */

@media (max-width: 479px) {
    h1,
    .h1 {
        --h1_fs: 1.5rem;
    }
    h2,
    .h2 {
        font-size: 1.2rem;
    }
    h3,
    .h3 {
        font-size: 1rem;
    }
    h4,
    .h4 {
        font-size: 0.9rem;
    }
}

.product-details-content .option-select-btn.weight-style--two label > span {
    padding: 0.25rem 0.5rem;
    line-height: 1;
    border-radius: 0.25rem;
}

.products-comments-img a {
    display: block;
    width: 50px;
}

.products-comments-img a img {
    width: 100%;
    border-radius: 4px;
}

/* refer and earn section css Start */

.refer_and_earn_section .primary-heading {
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.refer_and_earn_section .secondary-heading {
    color: #262d34;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
}

.refer_and_earn_section .text-secondary-color {
    color: #9b9b9b;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}

.refer_and_earn_section .refer_code_box {
    border: 1px dashed #a1ceff;
    border-radius: 12px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}

.refer_and_earn_section .refer_code_box .refer_code {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
}

.refer_and_earn_section .refer_code_box .refer_code_copy {
    cursor: pointer;
}

.refer_and_earn_section .share-icons-heading {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}

.refer_and_earn_section .share-on-social {
    flex-wrap: wrap;
}

.refer_and_earn_section .share-on-social a {
    margin: 10px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
    border-radius: 100%;
    overflow: hidden;
}

.refer_and_earn_section .share-on-social img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    cursor: pointer;
}

.refer_and_earn_section .information-section {
    border-radius: 20px;
    padding: 25px;
    margin: 25px 0;
}

.refer_and_earn_section .information-section h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    margin-bottom: 15px;
}

.refer_and_earn_section .information-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.refer_and_earn_section .information-section li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    display: flex;
    margin-bottom: 10px;
}

.refer_and_earn_section .information-section li .item-custom-index {
    box-shadow: 0px 3px 6px 0px rgba(27, 127, 237, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-right: 10px;
}

.refer_and_earn_section .information-section .custom-info-icon {
    font-size: 12px;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(75, 86, 107, 1);
    color: rgba(75, 86, 107, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

/* refer and earn section css end */

/* Coupons Page CSS - Start */
.ticket-box {
    background-color: #f7f7f7;
    display: flex;
    border-radius: 0.25rem;
}

[theme="dark"] .ticket-box {
    background-color: #323232;
}

.ticket-box p {
    color: #999;
    font-size: 0.75rem;
}

.ticket-border {
    -webkit-border-start: 2px dashed #fff;
    border-inline-start: 2px dashed #fff;
    position: relative;
}

[theme="dark"] .ticket-border {
    -webkit-border-start: 2px dashed var(--bs-white);
    border-inline-start: 2px dashed var(--bs-white);
}

.ticket-border::after,
.ticket-border::before {
    --size: 1rem;
    inline-size: var(--size);
    block-size: var(--size);
    inset-inline-start: -1px;
    inset-block-start: calc(var(--size) / -2);
    transform: translateX(-50%);
    background-color: #fff;
    content: "";
    position: absolute;
    border-radius: var(--size);
}

[theme="dark"] .ticket-border::after,
[theme="dark"] .ticket-border::before {
    background-color: var(--bs-white);
}

.ticket-border::before {
    inset-block-start: auto;
    inset-block-end: calc(var(--size) / -2);
}

.ticket-amount {
    font-weight: 700;
    font-size: 1.3rem;
    white-space: nowrap;
    -webkit-margin-after: 0.3rem;
    margin-block-end: 0.3rem;
}

.ticket-start {
    padding: 1.5rem;
    text-align: center;
}

.ticket-start img {
    margin-bottom: 0.5rem;
}

.ticket-end {
    padding: 2rem 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    gap: 0.5rem;
}

.ticket-end button {
    outline: 1px dashed var(--bs-primary);
    color: var(--bs-primary);
    border: none;
    font-weight: 700;
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    -webkit-margin-after: 0.5rem;
    margin-block-end: 0.5rem;
}

.ticket-end button:focus {
    outline: 1px dashed var(--bs-primary) !important;
}

.ticket-end h6 {
    font-size: 0.85rem;
}

@media screen and (max-width: 767px) {
    .ticket-box .ticket-start {
        width: 180px;
    }
}
@media screen and (min-width: 1200px) {
    .ticket-box .ticket-start {
        width: 180px;
    }
}
@media screen and (max-width: 500px) {
    .ticket-box {
        flex-wrap: wrap;
    }
    .ticket-border,
    .ticket-end,
    .ticket-box .ticket-start {
        width: 100%;
    }
    .ticket-border {
        border-inline-start: none;
        border-bottom: 2px dashed var(--bs-white);
    }
    .ticket-border::before {
        inset-inline-start: auto;
        inset-inline-end: calc(var(--size) / -1);
    }
}

/* Coupons Page CSS - End */

/**
 * EasyZoom core styles
 */
.easyzoom {
    position: relative;
    display: block;
    direction: ltr !important;
}

.easyzoom * {
    direction: ltr !important;
}

.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom.is-error img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position: absolute;
    z-index: 1000;
    overflow: hidden;
    background: #fff;
}

.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--overlay .easyzoom-flyout img {
    width: unset !important;
    max-width: unset !important;
    inline-size: unset !important;
    max-inline-size: unset !important;
    max-block-size: unset !important;
    block-size: unset !important;
    min-width: 120% !important;
    min-inline-size: 120% !important;
}

.newsletter-form {
    width: 100%;
    max-width: 32.6428571429rem;
}

.newsletter-form .envelop-icon {
    position: absolute;
    inset-inline-start: 0.8571428571rem;
    top: 1rem;
}

.newsletter-form .form-control {
    height: 3.4285714286rem;
    padding-inline-start: 2.5rem;
    border: none;
    background: var(--bs-white) !important;
    color: var(--bs-dark);
}

.newsletter-form .btn {
    position: absolute;
    height: 2.5714285714rem;
    inset-inline-end: 0.4285714286rem;
    top: 0.4285714286rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    padding-inline-start: 1.5rem;
    padding-inline-end: 1.5rem;
}

.blur-section {
    filter: blur(1px);
}

/*
*  Add fund to wallet modal start
*/
.form--check {
    position: relative;
    padding: 0;
    margin: 0;
}
.form--check .check-icon {
    border: 1px solid rgba(75, 86, 107, 1);
    display: inline-flex;
    position: absolute;
    inset-inline-start: 14px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 16px;
    aspect-ratio: 1;
    display: inline-flex;
}

.form--check .check-icon svg {
    display: none;
}
.form--check .form-check-input:checked {
    opacity: 0;
}
.form--check .form-check-input:checked ~ .check-icon {
    border: none;
}
.form--check .form-check-input:checked ~ .check-icon svg {
    display: flex;
}
.form--check input:checked ~ .form-check-label {
    background: var(--bs-light);
}

.form--check .form-check-label {
    border-radius: 8px;
    padding: 16px 16px 16px 48px;
    transition: all ease 0.3s;
    font-size: 16px;
}

[dir="rtl"] .form--check .form-check-label {
    padding: 16px 48px 16px 16px;
}
.text-24 {
    font-size: 24px;
    font-weight: 500;
}
.h-70 {
    height: 70px;
}

.gatways_list {
    max-height: 45vh;
    overflow-y: auto;
}

.gatways_list::-webkit-scrollbar {
    width: 5px;
}
.gatways_list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.gatways_list::-webkit-scrollbar-thumb {
    background: #b3b3b3;
}

.gatways_list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.add-fund-swiper .slider-card-bg-img {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: -1;
    opacity: 0.5;
    inline-size: 80px;
    block-size: auto;
}

.z-1 {
    z-index: 1;
}

.add-fund-swiper-card {
    background-color: rgba(var(--bs-primary-rgb), 0.03);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
/*
*  Add fund to wallet modal end
 */

.free-delivery-area {
    max-width: 400px;
}

.free-delivery-progress {
    height: 4px;
    background: #dfedff;
    border-radius: 5px;
    overflow: hidden;
}
.free-delivery-progress .progress-bar {
    border-radius: 5px;
    background: #1455ac;
}

.fs-16 {
    font-size: 16px;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}

.pulse-button {
    display: block;
    font-size: 1.2rem;
    cursor: pointer;
    -webkit-animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

.digital-payment-card {
    height: 50px;
    min-width: 186px;
}

.payment-list-area {
    margin-top: 20px;
    max-height: 45vh;
    overflow: auto;
    padding: 20px;
}

.payment-list-area::-webkit-scrollbar {
    width: 5px;
}
.payment-list-area::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.payment-list-area::-webkit-scrollbar-thumb {
    background: #b3b3b3;
}

.payment-list-area::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.background-custom-fit {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.product-table-wrap {
    max-height: 500px;
    overflow-y: auto;
}
.min-w-300 {
    min-width: 300px;
}
[dir="rtl"] .modal-header .btn-close {
    margin: calc(var(--bs-modal-header-padding-y) * -0.5) auto
        calc(var(--bs-modal-header-padding-y) * -0.5)
        calc(var(--bs-modal-header-padding-x) * -0.5);
}
.sticky-top-80 {
    position: sticky;
    top: 80px;
}

.height-100 {
    height: 100px;
}

.min-h-30px {
    min-height: 30px;
}

.aspect-1 {
    aspect-ratio: 1 !important;
}

.toast-bottom-left {
    top: 12px;
    right: 12px;
    left: auto;
}

.dropdown-left-auto {
    left: auto !important;
    right: 0 !important;
}

[dir="rtl"] .dropdown-left-auto {
    right: auto !important;
    left: 0 !important;
}

.mobile-logo-cs {
    height: 40px !important;
    width: auto !important;
}
.select2-container--default {
    width: 100% !important;
    border-radius: 0.375rem;
}
.width--5rem {
    --width: 5rem;
}
.width--7rem {
    --width: 7rem;
}

.width--18-75rem {
    --width: 18.75rem;
}
.width--27-5rem {
    --width: 27.5rem;
}
.width--20ch {
    --width: 20ch;
}
.width--10ch {
    --width: 10ch;
}
.width--60ch {
    --width: 60ch;
}
.max-width-500 {
    max-width: 500px;
}
.bs-dropdown-min-width--auto {
    --bs-dropdown-min-width: auto;
}
.bs-dropdown-min-width--8rem {
    --bs-dropdown-min-width: 8rem;
}
.bs-dropdown-min-width--10rem {
    --bs-dropdown-min-width: 10rem;
}
.bs-dropdown-min-width--22-5rem {
    --bs-dropdown-min-width: 22.5rem;
}
.bs-dropdown-min-width--max-content {
    --bs-dropdown-min-width: max-content;
}
.bs-dropdown-min-width--100 {
    --bs-dropdown-min-width: 100%;
}
.size-1-125rem {
    --size: 1.125rem;
}
.size-1-25rem {
    --size: 1.25rem;
}
.size-1-5rem {
    --size: 1.5rem;
}
.size-2-5rem {
    --size: 2.5rem;
}
.size-3-437rem {
    --size: 3.437rem;
}
.size-4-375rem {
    --size: 4.375rem;
}
.size-3-75rem {
    --size: 3.75rem;
}
.height-26-5-rem {
    --height: 26.5rem;
}
.height-12-5-rem {
    --height: 12.5rem;
}
.h--5rem {
    --h: 5rem;
}
.width--4rem {
    --width: 4rem;
}
.width--16ch {
    --width: 16ch;
}
.width--16rem {
    --width: 16rem;
}
.width--9rem {
    --width: 9rem;
}
.width--24rem {
    --width: 24rem;
}
.width--15-625 {
    --width: 15.625rem;
}
.width--15 {
    --width: 15rem;
}
.width--100 {
    --width: 100%;
}
.width--80 {
    --width: 80%;
}
.width-1fr {
    --width: 1fr;
}
.max-width--600 {
    max-width: 600px;
}
.height-45vh {
    --height: 45vh;
}
.height-480px {
    height: 480px;
}
.color-spanish-gray {
    color: #9b9b9b;
}
.minWidth-3-75rem {
    --minWidth: 3.75rem;
}
.minWidth-12rem {
    --minWidth: 12rem;
}
.max-width-5rem {
    --maxWidth: 5rem;
}
.height--5rem {
    height: 5rem;
}
.--bg-light-sky-blue {
    background: rgba(243, 250, 253, 1);
}
.border--gray {
    --bs-border-color: #d6d6d6;
}
.font-weight--600 {
    font-weight: 600;
}
.visibility-hidden {
    visibility: hidden;
}

/*[dir=rtl] .swiper-wrapper.swiper-wrapper-rtl {*/
/*    justify-content: flex-end;*/
/*}*/

@media (min-width: 992px) {
    [dir="rtl"] .text-lg-start {
        text-align: right !important;
    }
}
.fs-1-5rem {
    font-size: 1.5rem !important;
}

[dir="rtl"] .float-end {
    float: left !important;
}

.bg--light {
    background-color: var(--bs-body-bg);
}
.bg-custom-soft-danger {
    background-color: rgba(var(--bs-danger-rgb), 10%);
}

.temporarily-closed-sticky-alert {
    position: absolute;
    top: 50px;
    width: 100%;
    padding: 15px;
}

.temporarily-closed-sticky-alert div.alert-box {
    background-color: rgba(254, 247, 209, 1);
    font-size: 12px;
    font-weight: 400;
    padding: 20px;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.temporarily-closed-sticky-alert div button {
    background-color: transparent;
    border: 0;
    font-size: 20px;
    font-weight: 800;
}

.rich-editor-html-content > * {
    color: var(--title-color) !important;
}

.rich-editor-html-content table {
    color: var(--title-color);
    max-width: 100% !important;
}

.rich-editor-html-content table > :not(caption) > * {
    border-width: var(--bs-border-width) 0;
}

.rich-editor-html-content table > :not(caption) > * > * {
    border-width: 0 var(--bs-border-width);
}

.rich-editor-html-content table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

.rich-editor-html-content table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.rich-editor-html-content table > tbody {
    vertical-align: inherit;
}

.rich-editor-html-content table > thead {
    vertical-align: bottom;
}

.rich-editor-html-content table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.rich-editor-html-content li[data-list="bullet"] {
    list-style-type: disc !important;
}

.rich-editor-html-content li[data-list="unchecked"] {
    list-style-type: square !important;
}

.rich-editor-html-content iframe.ql-video {
    aspect-ratio: 16/9;
    width: 100%;
    max-width: 800px;
}

@media (max-width: 575px) {
    .rich-editor-html-content table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767px) {
    .rich-editor-html-content table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 991px) {
    .rich-editor-html-content table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1199px) {
    .rich-editor-html-content table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1399px) {
    .rich-editor-html-content table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.badge-soft-danger {
    color: var(--bs-danger) !important;
    background: rgba(var(--bs-danger), 0.06) !important;
    border-radius: 8px;
}
.min-height-100px {
    min-height: 100px !important;
}
.max-height-200px {
    max-height: 200px;
    overflow: hidden;
}

.max-height-80px {
    max-height: 80px;
    overflow: hidden;
}

.max-height-60px {
    max-height: 60px;
    overflow: hidden;
}

.max-height-45px {
    max-height: 45px;
    overflow: hidden;
}

.custom-cart-opacity-50 {
    opacity: 50%;
}

.inbox-image-element {
    width: 80px;
    height: 80px;
    object-fit: contain;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f3f3f3;
}

.inbox-image-element img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.alert--message-2 {
    border-left: 3px solid var(--bs-primary);
    border-radius: 6px;
    position: fixed;
    right: 20px;
    top: 80px;
    z-index: 9999;
    background: #fff;
    width: 80vw;
    display: flex;
    max-width: 330px;
    align-items: center;
    gap: 12px;
    padding: 16px;
    font-size: 12px;
    transition: all ease 0.5s;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075);
}

.alert--message-2 h6 {
    font-size: 16px;
}

.alert--message-2:not(.active) {
    transform: translateX(calc(100% + 40px));
}
.alert--container {
    position: fixed;
    right: 20px;
    top: 80px;
    z-index: 9999;
    width: 80vw;
    max-width: 330px;
}
.alert--container:not(.active) {
    opacity: 0;
    visibility: hidden;
}
.alert--container .alert {
    position: unset !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    margin-bottom: 10px;
    width: 100% !important;
}

.alert--container .alert:not(.active) {
    display: none;
}
.w--0 {
    width: 0;
    flex-grow: 1;
}

.direction-ltr {
    direction: ltr !important;
}

.shop-head-check[type="checkbox"],
.shop-item-check[type="checkbox"] {
    cursor: pointer;
}

.--size-8-75rem {
    --size: 8.75rem;
    block-size: var(--size);
    inline-size: var(--size);
    min-inline-size: var(--size);
    max-inline-size: 100%;
}

.color-bs-primary-force,
.color-bs-primary-force:focus {
    color: var(--bs-primary);
}
.resize-none {
    resize: none;
}

.bg-F1F7FF {
    background: #f1f7ff;
}
.rounded-r {
    border-radius: 0 0.25rem 0.25rem 0;
}
.overflow-x-auto {
    overflow-x: auto;
}

.picmo__popupContainer {
    z-index: 999;
}
.h-70px {
    height: 70px !important;
}
.overflow-x-auto {
    overflow-x: auto;
}
body *::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

body *::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.14);
}

body *::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}

.uploaded-file-item {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 12px;
    color: #262d34;
    background: #f3f5f9;
    border-radius: 6px;
    padding: 5px 10px;
    white-space: nowrap;
    position: relative;
}
.upload-file-item-content {
    padding-inline-end: 20px;
}
.file-array .upload-file-item-content {
    padding-inline-end: 32px;
}

.uploaded-file-item small {
    font-size: 10px;
    color: #9eadc1;
}
.uploaded-file-item .remove-file {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    margin-bottom: auto;
    color: #9eadc1;
    position: absolute;
    inset-inline-end: 0;
    inset-block-start: 0;
}
.uploaded-file-item .remove-file i {
    min-width: 22px;
    display: inline-block;
}
.lb-nav a {
    opacity: 1 !important;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    width: 40px !important;
    height: 40px !important;
    background-position: center center !important;
    background-size: 20px !important;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #ffffff;
}
.lb-nav a.lb-prev {
    left: 0 !important;
}
.lb-nav a.lb-next {
    right: 0 !important;
}
@media screen and (min-width: 768px) {
    .lb-nav a.lb-prev {
        left: -50px !important;
    }
    .lb-nav a.lb-next {
        right: -50px !important;
    }
}
@media screen and (min-width: 1200px) {
    .lb-nav a.lb-prev {
        left: -160px !important;
    }
    .lb-nav a.lb-next {
        right: -160px !important;
    }
}

.extra-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    z-index: 9;
}
[data-lightbox].rounded {
    border-radius: 16px !important;
}

.bg-F1F7FF {
    background: #f1f7ff;
}
.radius-right-button {
    border-radius: 0 10px 10px 0;
}
.radius-left-button {
    border-radius: 10px 0 0 10px;
}

.send-btn {
    border-radius: inherit;
    transition: all ease 0.3s;
}
.send-btn:hover {
    background: var(--bs-primary) !important;
}
.send-btn:hover img {
    filter: brightness(32);
}

#svg circle {
    transition: stroke-dashoffset 1s linear;
    stroke: #666;
    stroke-width: 3px;
}
#svg #bar {
    stroke: var(--bs-primary);
}
.circle-progress {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.circle-progress .inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    height: 100%;
    gap: 8px;
    padding-right: 115px;
}
.text-BFBFBF {
    color: #bfbfbf;
}
.max-w-200px {
    max-width: 200px;
}
.rounded-16px {
    border-radius: 16px;
}

.h-70px {
    height: 70px !important;
}
.img_remove_icon {
    border-radius: 100%;
    font-size: 8px;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: -8px;
    top: -8px;
    background-color: #d2d2d2;
    text-align: center;
    text-decoration: none;
    position: absolute;
}

.img_remove_icon:hover {
    background-color: var(--danger);
}

.filearray:not(:empty) {
    padding-block: 0.5rem;
}

.upload_img_box {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    /* border: 1px solid #ddd;
    border: 1px solid #f5f5f5; */
    border: none;
    margin-inline-start: 0.5rem;
    margin-block-start: 0.5rem;
}

.upload_img_box .img-clear {
    position: absolute;
    width: 16px;
    height: 16px;
    color: #fff;
    background-color: #ff3c3c;
    border-radius: 100%;
    inset-inline-end: -6px;
    inset-block-start: -6px;
    display: grid;
    place-items: center;
    line-height: 1;
    cursor: pointer;
    z-index: 9;
}

.upload_img_box .tio-clear {
    font-size: 14px;
}

.upload_img_box img {
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
    object-fit: cover;
    border-radius: 4px;
}
.filearray:empty {
    display: none !important;
}
.outgoing_msg {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.outgoing_msg .message_text {
    margin: 0;
}
.w-0 {
    width: 0;
}

.review-reply {
    border: 1px solid #1455ac0d;
    color: #262d34cc;
}
.before-content-border {
    position: relative;
}
.before-content-border::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 20px;
    border-radius: 0 0 0 6px;
    border-left: 2px dashed #d0dbe9;
    border-bottom: 2px dashed #d0dbe9;
    left: 29px;
    top: 75px;
}
.bg-E9F3FF80 {
    background: #e9f3ff80;
}

.btn-star {
    background: transparent;
    color: #ff5c00;
    border: 1px solid #ff5c00;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    border-radius: 6px;
    transition: all ease 0.3s;
    font-size: 12px;
}

.btn-star:hover {
    background: #ff5c00;
    color: #fff;
}

.text-transform-none {
    text-transform: none !important;
}
.chatting-count-badge {
    width: 20px;
    height: 20px;
    background: var(--bs-primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
}

.review-exist-images {
    position: relative;
    width: 265px;
    min-width: 265px;
    height: 150px;
    overflow: hidden;
    border: 2px dashed #ddd;
    padding: 5px;
}

.review-exist-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-exist-images .img-remove-icon-2 {
    font-size: 20px;
    color: rgb(255, 7, 0);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 10px;
    top: 10px;
    background-color: #d2d2d2;
    text-align: center;
    text-decoration: none;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

[dir="rtl"] input[type="tel" i] {
    direction: rtl;
}

.absolute-ltr {
    direction: ltr !important;
}
@media screen and (min-width: 1200px) {
    .profile-dropdown:hover .dropdown-menu {
        display: block;
    }
}
.p-2px {
    padding: 2px;
}
.product-details-tab-content .see-more-details-review,
.product-details-tab-content .see-more-details {
    display: none;
}
.object-contain {
    object-fit: contain;
}

.object-contain {
    object-fit: cover;
}

.aside::after {
    display: none;
}

.profile-menu-aside + .aside-overlay,
.aside + .aside-overlay {
    position: fixed;
    inline-size: 100vw;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    -o-transition: transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    block-size: 100vh;
    z-index: 9999;
    background-color: var(--title-color);
    opacity: 0;
    visibility: hidden;
    inset-inline-start: var(--aside-width);
    inset-block-start: 0;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}

.profile-menu-aside.active + .aside-overlay,
.aside.active + .aside-overlay {
    opacity: 0.5;
    visibility: visible;
    animation: fadeIn 0.3s;
    -webkit-animation: fadeIn 0.3s;
    -moz-animation: fadeIn 0.3s;
}
#pac-input {
    position: absolute;
    outline: none;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    height: 35px;
    width: 192px;
    padding-inline: 16px;
}
@media screen and (max-width: 767px) {
    #pac-input {
        top: 60px !important;
        left: 10px !important;
    }
}

.line-limit-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.max-w-280px {
    max-width: 280px;
}

.text-break-word {
    word-break: break-word;
}
.embed-responsive {
    overflow: hidden;
}
.embed-responsive-16by9 {
    aspect-ratio: 16/9;
}

.embed-responsive-item {
    width: 100%;
}

.product-preview-modal-text {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 99;
    height: 76px;
    cursor: pointer;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 38%,
        rgba(255, 255, 255, 0.8) 69%,
        rgba(255, 255, 255, 0.9) 100%
    );
}

.product-preview-modal-text:hover span {
    transition: 0.5s ease-in-out all;
}

.product-preview-modal-text:hover span {
    scale: 1.05;
    font-weight: 700;
}

.filter-on-product-filter-change,
.product-list-filter-on-sort-by {
    cursor: pointer;
    padding: 0 !important;
}

.filter-on-product-filter-change input,
.product-list-filter-on-sort-by input {
    display: none;
}

.filter-on-product-filter-change label,
.product-list-filter-on-sort-by label {
    cursor: pointer;
    margin: 0;
    padding: 0.625rem 1.25rem;
    width: 100%;
}

.filter-on-product-filter-change:hover label,
.product-list-filter-on-sort-by:hover label {
    color: var(--bs-primary);
}

.digital-product-authors {
    display: flex;
    flex-wrap: wrap;
}

.digital-product-authors .digital-product-author-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #828697;
    padding-inline-end: 10px;
}

.digital-product-authors .item-list a {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    color: #1e1e1e !important;
    position: relative;
    padding-inline-end: 10px;
    margin-inline-end: 5px;
}

.digital-product-authors .item-list a:after {
    content: "";
    width: 0;
    display: flex;
    height: 14px;
    border: 1px solid #b0c7e5;
    font-weight: 400 !important;
    position: absolute;
    bottom: 0;
    right: 0;
}

.digital-product-authors .item-list a:last-child:after {
    content: unset;
}

.min-width-120 {
    min-width: 120px;
}

.social-media-login-btn {
    background-color: #0000000a;
    width: 100%;
    gap: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 12px 15px 12px 15px;
}

.social-media-login-btn img {
    height: 30px;
    width: auto;
}

.social-media-login-btn .text {
    font-weight: 600;
    color: #334257;
}

.social-media-user-modal .image-box {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.social-media-user-modal .image-box img {
    --size: 80px;
    width: var(--size);
    height: var(--size);
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 100%;
    box-shadow: 0 2px 15px 0.1em #00000029;
}

.grecaptcha-badge {
    display: none !important;
}
.quickviewSliderThumb2 .swiper-slide img {
    aspect-ratio: 1;
    object-fit: cover;
}

.link-hover-base:hover {
    color: var(--bs-primary);
}

.inset-inline-end-10px {
    inset-inline-end: 10px;
}

.header-dropdown li {
    padding: 0;
}

.header-dropdown li a {
    padding: 0.625rem 1.25rem;
    display: flex;
}

.d--flex {
    display: flex;
}

.custom-disabled {
    opacity: 0.65;
    box-shadow: none;
}

.theme-popup-banner {
    max-width: 480px;
    max-height: 480px;
}

@media (max-width: 370px) {
    .clearance-save-more {
        font-size: 0.85rem;
    }
}

.min-w-60px {
    display: inline-block;
    min-width: 60px;
}

.option-select-btn.d-grid {
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 575px) {
    .option-select-btn.d-grid {
        grid-template-columns: 1fr;
    }
}

.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.min-height-100vh-325px {
    min-height: calc(100vh - 325px);
}

.max-height-100vh-225px {
    max-height: calc(100vh - 225px);
}

.chatting-scrollbar {
    --size: 0.4rem;
    --height: 50dvh;
    max-block-size: var(--height);
    overflow-x: hidden;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    overscroll-behavior-y: contain;
    scroll-behavior: smooth;
}

/* Product page price range */
#price_range_slider {
    width: calc(100% - 16px);
    height: 3px;
    background: rgba(var(--bs-primary-rgb), 0.38);
    position: relative;
}

[dir="rtl"] #price_range_slider {
    right: 16px;
}

#price_range_slider .slider-thumb {
    width: 1rem;
    height: 1rem;
    background: var(--bs-primary);
    border-radius: 50%;
    position: absolute;
    top: -5px;
    cursor: pointer;
}

#price_range_slider .slider-range {
    height: 3px;
    background: var(--bs-primary);
    position: absolute;
    top: 0;
}

.bg-black-09 {
    background-color: rgba(0, 0, 0, 0.09);
}

.pagination .page-item,
.pagination .page-item label {
    cursor: pointer;
}

.pagination .page-item input {
    display: none;
}

.w-fit-content {
    width: fit-content !important;
}

.line-clamp-1 {
    --clamp: 1;
    display: -webkit-box;
    -webkit-line-clamp: var(--clamp);
    line-clamp: var(--clamp);
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
}

.line-clamp-2 {
    --clamp: 2;
    display: -webkit-box;
    -webkit-line-clamp: var(--clamp);
    line-clamp: var(--clamp);
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
}

.gap-12 {
    gap: 0.75rem !important;
}

.mb-12px {
    margin-bottom: 0.75rem !important;
}

.form-loading-button {
    transition: 1s ease-in-out all;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-loading-button .spinner-grow-sm,
.form-loading-button .loading {
    display: none;
}

.form-loading-button.active-loading .default {
    display: none;
}

.form-loading-button.active-loading .spinner-grow-sm,
.form-loading-button.active-loading .loading {
    display: block;
}

.form-loading-button.bg-primary {
    color: var(--primary-light);
}

.form-loading-button.bg-primary .spinner-grow {
    background-color: var(--primary-light);
}
.blog-top-nav_next-btn,
.blog-top-nav_prev-btn {
    --justify-content: start;
    --background-color: #f7f8fa;
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
    width: 50px;
    height: 45px;
    padding: 0;
    display: none;
    justify-content: var(--justify-content);
    align-items: center;
    color: #fff;
    background-color: var(--background-color);
    z-index: 100;
}

[theme="dark"] .blog-top-nav_next-btn,
[theme="dark"] .blog-top-nav_prev-btn {
    --background-color: var(--body-bg, #0b0f19);
}

.blog-top-nav_next-btn {
    --justify-content: end;
    padding-inline-start: 0.75rem;
}

.blog-top-nav_prev-btn {
    --justify-content: start;
}

.blog-top-nav_next-btn button,
.blog-top-nav_prev-btn button {
    width: 39px;
    height: 39px;
    aspect-ratio: 1;
    background-color: var(--bs-primary);
    max-width: 39px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-top-nav_prev-btn {
    inset-inline-end: unset;
    inset-inline-start: 0;
}

.blog-top-nav_next-btn:hover,
.blog-top-nav_prev-btn:hover,
.blog-top-nav_next-btn:focus,
.blog-top-nav_prev-btn:focus,
.blog-top-nav_next-btn:active,
.blog-top-nav_prev-btn:active {
    --background-color: #f7f8fa;
    color: #fff !important;
    background-color: var(--background-color) !important;
    border: none !important;
}

[theme="dark"] .blog-top-nav_next-btn:hover,
[theme="dark"] .blog-top-nav_prev-btn:hover,
[theme="dark"] .blog-top-nav_next-btn:focus,
[theme="dark"] .blog-top-nav_prev-btn:focus,
[theme="dark"] .blog-top-nav_next-btn:active,
[theme="dark"] .blog-top-nav_prev-btn:active {
    --background-color: var(--body-bg, #0b0f19);
}

.blog-top-nav_next-btn button:hover,
.blog-top-nav_prev-btn button:hover,
.blog-top-nav_next-btn button:focus,
.blog-top-nav_prev-btn button:focus,
.blog-top-nav_next-btn button:active,
.blog-top-nav_prev-btn button:active {
    color: #fff !important;
    background-color: var(--bs-primary) !important;
    border: none !important;
}

.blog-single-card-item {
    cursor: pointer;
}

.pe-3 {
    padding-inline-end: 1rem !important;
}

.pe-1 {
    padding-inline-end: 0.25rem !important;
}

/* .swiper[dir="rtl"] .swiper-wrapper {
    flex-direction: row-reverse;
} */

@media (max-width: 991px) {
    .top-0-lg{
        top: 0 !important;
    }
}

/* ========== PRODUCT CARD IMAGE FIX - PROFESSIONAL LOOK ========== */
/* Product Card Container */
.product {
    background: #fff;
    border-radius: 12px !important;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    overflow: hidden;
}

.product:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}

/* Product Image Container - Bigger Size */
.product__top {
    width: 100% !important;
    height: 180px !important;
    max-height: 180px !important;
    padding: 15px;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__top.height-12-5-rem {
    height: 180px !important;
}

/* Product Image - Full Coverage */
.product__thumbnail {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.product__thumbnail img,
.product__top img {
    width: 100% !important;
    height: 150px !important;
    object-fit: contain !important;
    transition: transform 0.3s ease;
}

.product:hover .product__thumbnail img {
    transform: scale(1.08);
}

/* Discount Badge */
.product__discount-badge {
    border-radius: 8px !important;
    font-size: 0.85rem !important;
    padding: 6px 10px !important;
}

/* Product Title & Price */
.product__title {
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: #333 !important;
}

.product__new-price {
    color: var(--bs-primary) !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
}

.product__old-price {
    font-size: 0.9rem !important;
    color: #999 !important;
}

/* Just For You Section Cards */
.swiper-slide .product__top {
    height: 180px !important;
}

.swiper-slide .product__thumbnail img {
    height: 150px !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
}



/* =====================================================
   NEWJAISA-INSPIRED THEME
   Primary: #0D77B6 | Background: #FFFFFF | Text: #000000
   ===================================================== */

/* ============================================================
   CSS VARIABLES — LIGHT MODE (applies everywhere)
   ============================================================ */
:root,
body[theme="light"] {
    --bs-primary:           #0D77B6;
    --bs-primary-rgb:       13, 119, 182;
    --primary-dark:         #0D77B6;
    --primary-light:        #e6f4fb;
    --bs-secondary:         #374151;
    --bs-secondary-rgb:     55, 65, 81;
    --title-color:          #111827;
    --title-color-rgb:      17, 24, 39;
    --bs-body-color:        #111827;
    --bs-light:             #ffffff;
    --bs-light-rgb:         255, 255, 255;
    --bs-body-bg:           #ffffff;
    --bs-body-bg-rgb:       255, 255, 255;
    --bs-border-color:      #e5e7eb;
    --bs-border-rgb:        229, 231, 235;
    --bg-badge:             #e5e7eb;
    --box-shadow:           0 2px 10px rgba(0,0,0,0.06);
    --absolute-dark:        #111827;
    --absolute-dark-rgb:    17, 24, 39;
    --absolute-white:       #ffffff;
    --bs-white:             #ffffff;
    --bs-white-rgb:         255, 255, 255;
    --nj-blue:              #0D77B6;
    --nj-blue-dark:         #0D77B6;
}

/* ============================================================
   BODY & GLOBAL — LIGHT MODE
   ============================================================ */
body[theme="light"] {
    background-color: #ffffff !important;
    color: #111827 !important;
}
body[theme="light"] main,
body[theme="light"] .main-content,
body[theme="light"] section,
body[theme="light"] .bg-light,
body[theme="light"] .bg-body,
body[theme="light"] [class*="-section"],
body[theme="light"] .shop-bg-card,
body[theme="light"] .container-fluid,
body[theme="light"] .container,
body[theme="light"] .row {
    background-color: #ffffff !important;
}
body[theme="light"] section.stats-section {
    background:
        radial-gradient(ellipse 90% 60% at 50% 100%, #0D77B6 0%, transparent 70%),
        linear-gradient(180deg, #0a5182 0%, #0D77B6 40%, #0a5182 100%) !important;
}
body[theme="light"] .stats-section .container,
body[theme="light"] .stats-section .container-fluid,
body[theme="light"] .stats-section .row {
    background-color: transparent !important;
}
body[theme="light"] footer .container,
body[theme="light"] footer .container-fluid,
body[theme="light"] footer .row,
body[theme="light"] .footer-nj .container,
body[theme="light"] .footer-nj .row,
body[theme="light"] .footer-nj .nj-footer-main,
body[theme="light"] .footer-nj .nj-footer-bottom {
    background-color: transparent !important;
}
body[theme="light"] section.hero-section,
body[theme="light"] .hero-section,
body[theme="light"] .hero-carousel-wrapper,
body[theme="light"] .hero-carousel-wrapper .swiper {
    background: transparent !important;
    background-color: transparent !important;
}
body[theme="light"] .hero-carousel-wrapper .swiper-slide,
body[theme="light"] .hero-carousel-wrapper .swiper-wrapper,
body[theme="light"] .hero-slide .row,
body[theme="light"] .hero-slide .position-relative,
body[theme="light"] .hero-slide [class*="col-"],
body[theme="light"] .hero-content,
body[theme="light"] .hero-product-area,
body[theme="light"] .hero-quality-card {
    background-color: transparent !important;
    background: transparent !important;
}
body[theme="light"] .hero-slide .hero-title,
body[theme="light"] .hero-slide .hero-desc,
body[theme="light"] .hero-slide .hero-badge,
body[theme="light"] .hero-slide .hero-feat span,
body[theme="light"] .hero-slide p,
body[theme="light"] .hero-slide span,
body[theme="light"] .hero-slide h1 {
    color: #ffffff !important;
}
body[theme="light"] p,
body[theme="light"] span:not(.budget-deals-highlight),
body[theme="light"] li,
body[theme="light"] td,
body[theme="light"] th,
body[theme="light"] label { color: #111827 !important; }
body[theme="light"] h1, body[theme="light"] h2,
body[theme="light"] h3, body[theme="light"] h4,
body[theme="light"] h5, body[theme="light"] h6 { color: #111827 !important; font-weight: 700; }
body[theme="light"] a { color: #0D77B6; }
body[theme="light"] a:hover { color: #0D77B6; }
body[theme="light"] .text-muted { color: #6b7280 !important; }
body[theme="light"] .text-dark { color: #111827 !important; }

/* ============================================================
   HEADER TOP (announcement bar) — LIGHT MODE
   ============================================================ */
/* ============================================================
   HEADER — DIRECT STYLES (no theme dependency, loads instantly)
   ============================================================ */
.header,
header.header {
    background: #0D77B6 !important;
    background-color: #0D77B6 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.header-top {
    background: #0D77B6 !important;
    border-bottom: 1px solid rgba(255,255,255,0.12) !important;
    font-size: 12.5px;
}
.header-top,
.header-top a,
.header-top span,
.header-top button,
.header-top * { color: #e6f4fb !important; }
.header-top a:hover { color: #ffffff !important; }

/* NUCLEAR: Force EVERYTHING in header-middle to blue */
.header-middle,
.header-middle > *,
.header-middle .container,
.header-middle .container > *,
.header-middle .search-box,
.header-middle .d-flex,
.header-middle .nj-bulk-enquires,
.header-middle .nj-header-icon-btn {
    background: #0D77B6 !important;
    background-color: #0D77B6 !important;
    border-bottom: none !important;
    box-shadow: none !important;
}
.header-middle .logo {
    background: transparent !important;
    background-color: transparent !important;
    border-radius: 0;
    padding: 0;
    box-shadow: none !important;
    border: none;
}
/* Whitelist: ONLY search bar stays white */
.header-middle .search-box form .d-flex,
.header-middle .search-box .select-wrap,
.header-middle .search-box .form-control,
.header-middle .search-box input {
    background: #ffffff !important;
    background-color: #ffffff !important;
}
.header-middle .search-box .btn-primary {
    background: #0D77B6 !important;
    background-color: #0D77B6 !important;
}
.header-middle .search-box .dropdown-menu {
    background: #ffffff !important;
    background-color: #ffffff !important;
}
.header-middle .search-result-box {
    display: none;
}
.header-middle .search-result-box.active {
    display: block;
}
.header-middle,
.header-middle * { color: #ffffff !important; }
.header-middle a { color: #ffffff !important; text-decoration: none; }
.header-middle a:hover { color: #e6f4fb !important; }
.header-middle .search-box .form-control,
.header-middle .search-box input {
    background: #ffffff !important;
    color: #111827 !important;
    border: none !important;
}
.header-middle .search-box .form-control::placeholder { color: #9ca3af !important; }
.header-middle .search-box .select-wrap { background: #ffffff !important; }
.header-middle .search-box .dropdown-toggle {
    color: #374151 !important;
    background: #f3f4f6 !important;
}
.header-middle .search-box .dropdown-menu li a { color: #374151 !important; }
.header-middle .btn-primary {
    background: #0D77B6 !important;
    border-color: #0D77B6 !important;
    color: #ffffff !important;
}
.header-middle .btn-primary:hover {
    background: #0D77B6 !important;
    border-color: #0D77B6 !important;
}
.header-middle .search-clear-btn,
.header-middle .mic-btn { color: #6b7280 !important; background: transparent !important; }

/* ============================================================
   HEADER TOP — LIGHT MODE (kept for reinforcement)
   ============================================================ */
body[theme="light"] .header-top {
    background: #0D77B6 !important;
    border-bottom: 1px solid rgba(255,255,255,0.12) !important;
    font-size: 12.5px;
}
body[theme="light"] .header-top,
body[theme="light"] .header-top a,
body[theme="light"] .header-top span,
body[theme="light"] .header-top button,
body[theme="light"] .header-top * { color: #e6f4fb !important; }
body[theme="light"] .header-top a:hover { color: #ffffff !important; }

/* Tagline in header-top */
.nj-top-tagline {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,0.9) !important;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

/* Announcement bar */
body[theme="light"] .announcement-color,
body[theme="light"] .offer-bar { background: #0D77B6 !important; }
body[theme="light"] .announcement-color *,
body[theme="light"] .offer-bar * { color: #ffffff !important; }

/* ============================================================
   HEADER MIDDLE (blue bar: logo + search + contact) — LIGHT MODE
   ============================================================ */
body[theme="light"] header.header {
    background: #0D77B6 !important;
    background-color: #0D77B6 !important;
}
body[theme="light"] .header-middle {
    background: #0D77B6 !important;
    background-color: #0D77B6 !important;
    border-bottom: none !important;
    box-shadow: none !important;
}
body[theme="light"] .header-middle .container,
body[theme="light"] .header-middle .container > .d-flex,
body[theme="light"] .header-middle .container > div {
    background: transparent !important;
    background-color: transparent !important;
}
body[theme="light"] .header-middle .logo {
    background: transparent !important;
}
body[theme="light"] .header-middle * { color: #ffffff !important; }
body[theme="light"] .header-middle a { color: #ffffff !important; text-decoration: none; }
body[theme="light"] .header-middle a:hover { color: #e6f4fb !important; }
/* Search box — white background */
body[theme="light"] .header-middle .search-box .form-control,
body[theme="light"] .header-middle .search-box input {
    background: #ffffff !important;
    color: #111827 !important;
    border: none !important;
}
body[theme="light"] .header-middle .search-box .form-control::placeholder { color: #9ca3af !important; }
body[theme="light"] .header-middle .search-box .select-wrap { background: #ffffff !important; }
body[theme="light"] .header-middle .search-box .dropdown-toggle {
    color: #374151 !important;
    background: #f3f4f6 !important;
}
body[theme="light"] .header-middle .search-box .dropdown-menu li a { color: #374151 !important; }
body[theme="light"] .header-middle .btn-primary {
    background: #0D77B6 !important;
    border-color: #0D77B6 !important;
    color: #ffffff !important;
}
body[theme="light"] .header-middle .btn-primary:hover {
    background: #0D77B6 !important;
    border-color: #0D77B6 !important;
}
body[theme="light"] .header-middle .search-clear-btn,
body[theme="light"] .header-middle .mic-btn { color: #6b7280 !important; background: transparent !important; }

/* ============================================================
   HEADER MAIN (white navbar) — LIGHT MODE
   ============================================================ */
body[theme="light"] .header-main {
    background: #ffffff !important;
    color: #111827 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    border-bottom: 1px solid #e5e7eb !important;
}
/* Nav links — dark black bold */
body[theme="light"] .header-main .main-menu > li > a,
body[theme="light"] .header-main .main-menu > li > span,
body[theme="light"] .header-main .nav-link {
    color: #1a1a1a !important;
    font-weight: 800;
    font-size: 17px;
}
body[theme="light"] .header-main .main-menu > li > a:hover,
body[theme="light"] .header-main .main-menu > li > span:hover,
body[theme="light"] .header-main .nav-link:hover,
body[theme="light"] .header-main .main-menu > li.active > a { color: #000000 !important; }
/* Sub-menus */
body[theme="light"] .header-main .sub-menu li a { color: #374151 !important; }
body[theme="light"] .header-main .sub-menu li a:hover { color: #0D77B6 !important; background: #e6f4fb !important; }
body[theme="light"] .header-main .sub-menu li a i.bi,
body[theme="light"] .header-main .sub_menu li a i.bi {
    color: #000000 !important;
    font-size: 1.1em;
    -webkit-text-stroke: 0.5px #000000;
}
/* All Categories white button */
body[theme="light"] .header-main .select-category-button,
body[theme="light"] .header-main .btn-primary.select-category-button {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #0D77B6 !important;
    font-weight: 700;
}
body[theme="light"] .header-main .select-category-button:hover {
    background: #f0f7ff !important;
    border-color: #f0f7ff !important;
    color: #0D77B6 !important;
}
/* Icons */
body[theme="light"] .header-main .nj-header-icons a,
body[theme="light"] .header-main .nj-header-icons i,
body[theme="light"] .header-main .nj-header-icons button { color: #374151 !important; }
body[theme="light"] .header-main .nj-header-icons a:hover { color: #0D77B6 !important; }
body[theme="light"] .header-main .count,
body[theme="light"] .header-main .badge { background: #0D77B6 !important; color: #fff !important; font-weight: 700; }
/* Login text */
body[theme="light"] .header-main .login-register button,
body[theme="light"] .header-main .login-register .media-body { color: #374151 !important; }
/* Dropdowns */
body[theme="light"] .header .dropdown-menu,
body[theme="light"] .header-main .dropdown-menu,
body[theme="light"] .header-main .sub-menu {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
}
body[theme="light"] .header .dropdown-menu li a,
body[theme="light"] .header .dropdown-menu .dropdown-item { color: #374151 !important; }
body[theme="light"] .header .dropdown-menu li a:hover,
body[theme="light"] .header .dropdown-menu .dropdown-item:hover {
    background: #e6f4fb !important;
    color: #0D77B6 !important;
}
/* Mobile hamburger */
body[theme="light"] .header-main .menu-btn i { color: #374151 !important; }

/* ============================================================
   BUTTONS — LIGHT MODE
   ============================================================ */
body[theme="light"] .btn-primary,
body[theme="light"] .btn-primary:focus,
body[theme="light"] .btn-primary:active {
    background-color: #0D77B6 !important;
    border-color: #0D77B6 !important;
    color: #ffffff !important;
    font-weight: 600;
}
body[theme="light"] .btn-primary:hover {
    background-color: #0D77B6 !important;
    border-color: #0D77B6 !important;
}
body[theme="light"] .btn-outline-primary {
    border-color: #0D77B6 !important;
    color: #0D77B6 !important;
    background: transparent !important;
    font-weight: 600;
}
body[theme="light"] .btn-outline-primary:hover {
    background-color: #0D77B6 !important;
    color: #ffffff !important;
}
body[theme="light"] .btn-link { color: #0D77B6 !important; }
body[theme="light"] .btn-link:hover { color: #0D77B6 !important; }

/* ============================================================
   CARDS & PRODUCT TILES — LIGHT MODE
   ============================================================ */
body[theme="light"] .card {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 1px 6px rgba(0,0,0,0.07) !important;
    border-radius: 10px !important;
    color: #111827 !important;
}
body[theme="light"] .card:hover {
    box-shadow: 0 6px 20px rgba(13,119,182,0.14) !important;
    transform: translateY(-2px);
}
body[theme="light"] .card .card-title,
body[theme="light"] .card .card-body,
body[theme="light"] .card p,
body[theme="light"] .card span { color: #111827 !important; }
body[theme="light"] .product {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 1px 6px rgba(0,0,0,0.07) !important;
    border-radius: 10px !important;
}
body[theme="light"] .product:hover {
    box-shadow: 0 6px 20px rgba(13,119,182,0.14) !important;
    transform: translateY(-2px);
}
body[theme="light"] .product__top { background: #f8f9fa !important; }
body[theme="light"] .product__title { color: #111827 !important; font-weight: 600; }
body[theme="light"] .product__new-price { color: #0D77B6 !important; font-weight: 700; }
body[theme="light"] .product__old-price { color: #9ca3af !important; text-decoration: line-through; }

/* ============================================================
   SECTION TITLES & HEADINGS — LIGHT MODE
   ============================================================ */
body[theme="light"] .section-header,
body[theme="light"] .section-title,
body[theme="light"] .section__title { color: #111827 !important; }
/* Blue left-border accent on section titles */
body[theme="light"] .section-title::before,
body[theme="light"] .section__title::before { border-color: #0D77B6 !important; background: #0D77B6 !important; }

/* ============================================================
   FLASH DEALS / FEATURED DEALS / CLEARANCE — LIGHT MODE
   ============================================================ */
body[theme="light"] .flash-deal-banner,
body[theme="light"] .__deals-banner,
body[theme="light"] .deal-section,
body[theme="light"] .clearance-section { background: #ffffff !important; }
/* Deal countdown timer */
body[theme="light"] .count-down__time,
body[theme="light"] .deal-countdown,
body[theme="light"] .flash-count-down { background: #0D77B6 !important; color: #ffffff !important; border-radius: 4px; }
/* Deal/flash badges */
body[theme="light"] .badge-deal,
body[theme="light"] .flash-badge { background: #0D77B6 !important; color: #fff !important; }

/* ============================================================
   CATEGORY CARDS & CHIPS — LIGHT MODE
   ============================================================ */
body[theme="light"] .category-btn,
body[theme="light"] .categories-item,
body[theme="light"] .home-category-card {
    border: 1px solid #e5e7eb !important;
    color: #111827 !important;
    background: #f9fafb !important;
    border-radius: 8px;
    transition: all 0.2s ease;
}
body[theme="light"] .category-btn:hover,
body[theme="light"] .categories-item:hover,
body[theme="light"] .home-category-card:hover {
    background: #0D77B6 !important;
    color: #ffffff !important;
    border-color: #0D77B6 !important;
}
body[theme="light"] .home-category-card:hover h5,
body[theme="light"] .home-category-card:hover p,
body[theme="light"] .home-category-card:hover span { color: #ffffff !important; }

/* ============================================================
   BREADCRUMB — LIGHT MODE
   ============================================================ */
body[theme="light"] .breadcrumb { background: transparent !important; }
body[theme="light"] .breadcrumb-item a { color: #0D77B6 !important; }
body[theme="light"] .breadcrumb-item.active { color: #6b7280 !important; }
body[theme="light"] .breadcrumb-item + .breadcrumb-item::before { color: #6b7280 !important; }

/* ============================================================
   PAGINATION — LIGHT MODE
   ============================================================ */
body[theme="light"] .page-item.active .page-link {
    background-color: #0D77B6 !important;
    border-color: #0D77B6 !important;
    color: #ffffff !important;
}
body[theme="light"] .page-link {
    color: #0D77B6 !important;
    background: #ffffff !important;
    border-color: #e5e7eb !important;
}
body[theme="light"] .page-link:hover {
    background: #e6f4fb !important;
    border-color: #0D77B6 !important;
    color: #0D77B6 !important;
}

/* ============================================================
   TABS — LIGHT MODE
   ============================================================ */
body[theme="light"] .nav-tabs .nav-link.active {
    background: #0D77B6 !important;
    color: #ffffff !important;
    border-color: #0D77B6 !important;
}
body[theme="light"] .nav-tabs .nav-link {
    color: #374151 !important;
    border-radius: 6px 6px 0 0;
}
body[theme="light"] .nav-tabs .nav-link:hover { color: #0D77B6 !important; }
body[theme="light"] .nav-pills .nav-link.active {
    background: #0D77B6 !important;
    color: #ffffff !important;
}
body[theme="light"] .nav-pills .nav-link { color: #374151 !important; }
body[theme="light"] .nav-pills .nav-link:hover { color: #0D77B6 !important; }

/* ============================================================
   BADGES — LIGHT MODE
   ============================================================ */
body[theme="light"] .badge.bg-primary,
body[theme="light"] .badge-primary { background-color: #0D77B6 !important; color: #ffffff !important; }
body[theme="light"] .badge.bg-warning,
body[theme="light"] .badge-warning { background-color: #f59e0b !important; color: #ffffff !important; }
body[theme="light"] .badge.bg-danger,
body[theme="light"] .badge-danger { background-color: #ef4444 !important; color: #ffffff !important; }
body[theme="light"] .badge.bg-success,
body[theme="light"] .badge-success { background-color: #22c55e !important; color: #ffffff !important; }
/* Discount % badge on product */
body[theme="light"] .product__discount-badge { background: #ef4444 !important; color: #fff !important; }

/* ============================================================
   FORMS & INPUTS — LIGHT MODE
   ============================================================ */
body[theme="light"] .form-control,
body[theme="light"] .form-select {
    background-color: #ffffff !important;
    border-color: #d1d5db !important;
    color: #111827 !important;
}
body[theme="light"] .form-control:focus,
body[theme="light"] .form-select:focus {
    border-color: #0D77B6 !important;
    box-shadow: 0 0 0 3px rgba(13,119,182,0.15) !important;
}
body[theme="light"] .form-control::placeholder { color: #9ca3af !important; }
body[theme="light"] .form-label,
body[theme="light"] .form-check-label { color: #111827 !important; }
body[theme="light"] .form-check-input:checked {
    background-color: #0D77B6 !important;
    border-color: #0D77B6 !important;
}
body[theme="light"] .input-group-text {
    background: #f3f4f6 !important;
    border-color: #d1d5db !important;
    color: #374151 !important;
}

/* ============================================================
   TABLES — LIGHT MODE
   ============================================================ */
body[theme="light"] .table { color: #111827 !important; }
body[theme="light"] .table thead th { background: #0D77B6 !important; color: #ffffff !important; border-color: #0D77B6 !important; }
body[theme="light"] .table tbody tr:hover td { background: #e6f4fb !important; }
body[theme="light"] .table-striped tbody tr:nth-of-type(odd) td { background: #f9fafb !important; }

/* ============================================================
   ALERTS — LIGHT MODE
   ============================================================ */
body[theme="light"] .alert-primary { background: #e6f4fb !important; border-color: #0D77B6 !important; color: #0D77B6 !important; }
body[theme="light"] .alert-info { background: #e0f2fe !important; border-color: #0ea5e9 !important; color: #0369a1 !important; }

/* ============================================================
   SIDEBAR / ASIDE — LIGHT MODE
   ============================================================ */
body[theme="light"] .aside,
body[theme="light"] .sidebar { background: #ffffff !important; border-right: 1px solid #e5e7eb; }
body[theme="light"] .aside *,
body[theme="light"] .sidebar * { color: #111827; }
body[theme="light"] .aside .main-nav li a { color: #374151 !important; }
body[theme="light"] .aside .main-nav li a:hover { color: #0D77B6 !important; }

/* ============================================================
   NEWSLETTER / CTA SECTIONS — LIGHT MODE
   ============================================================ */
body[theme="light"] .newsletter-section,
body[theme="light"] .cta-section,
body[theme="light"] .subscribe-section { background: #e6f4fb !important; }
body[theme="light"] .newsletter-section *,
body[theme="light"] .cta-section * { color: #111827 !important; }
body[theme="light"] .newsletter-form .btn,
body[theme="light"] .subscribe-form .btn { background: #0D77B6 !important; border-color: #0D77B6 !important; color: #fff !important; }

/* ============================================================
   RATING STARS — LIGHT MODE
   ============================================================ */
body[theme="light"] .btn-star i,
body[theme="light"] .ratings i,
body[theme="light"] .star-rating i { color: #f59e0b !important; }

/* ============================================================
   PRICE RANGE SLIDER — LIGHT MODE
   ============================================================ */
body[theme="light"] .noUi-connect,
body[theme="light"] .range-slider .noUi-connect { background: #0D77B6 !important; }
body[theme="light"] .noUi-handle { border-color: #0D77B6 !important; }

/* ============================================================
   SWIPER NAVIGATION — LIGHT MODE
   ============================================================ */
body[theme="light"] .swiper-button-next,
body[theme="light"] .swiper-button-prev { color: #0D77B6 !important; }
body[theme="light"] .swiper-button-next::after,
body[theme="light"] .swiper-button-prev::after { color: #0D77B6 !important; }
body[theme="light"] .swiper-pagination-bullet-active { background: #0D77B6 !important; }
body[theme="light"] .swiper-pagination-bullet { background: #d1d5db !important; }

/* Hero carousel — keep white nav/pagination on colored backgrounds */
body[theme="light"] .hero-carousel-wrapper .swiper-button-next,
body[theme="light"] .hero-carousel-wrapper .swiper-button-prev { color: #fff !important; }
body[theme="light"] .hero-carousel-wrapper .swiper-button-next::after,
body[theme="light"] .hero-carousel-wrapper .swiper-button-prev::after { color: #fff !important; font-size: 18px !important; }
body[theme="light"] .hero-carousel-wrapper .swiper-pagination-bullet { background: rgba(255,255,255,0.35) !important; border: 2px solid rgba(255,255,255,0.4); }
body[theme="light"] .hero-carousel-wrapper .swiper-pagination-bullet-active { background: #ffd700 !important; border-color: #ffd700 !important; width: 40px; border-radius: 6px; }

/* ============================================================
   PROGRESS BARS — LIGHT MODE
   ============================================================ */
body[theme="light"] .progress-bar { background-color: #0D77B6 !important; }

/* ============================================================
   MODALS — LIGHT MODE
   ============================================================ */
body[theme="light"] .modal-content {
    background: #ffffff !important;
    color: #111827 !important;
    border-radius: 12px;
}
body[theme="light"] .modal-header {
    background: #0D77B6 !important;
    color: #ffffff !important;
    border-radius: 12px 12px 0 0;
}
body[theme="light"] .modal-header * { color: #ffffff !important; }
body[theme="light"] .modal-header .btn-close { filter: invert(1); }

/* ============================================================
   FOOTER — LIGHT MODE (#0D77B6 bg, white text)
   ============================================================ */
body[theme="light"] .footer,
body[theme="light"] footer {
    background: #0D77B6 !important;
    color: #ffffff !important;
    border-top: none !important;
}
body[theme="light"] .footer a,
body[theme="light"] footer a { color: rgba(255,255,255,0.85) !important; text-decoration: none !important; transition: none !important; }
body[theme="light"] .footer a:hover,
body[theme="light"] .footer a:focus,
body[theme="light"] .footer a:active,
body[theme="light"] footer a:hover,
body[theme="light"] footer a:focus,
body[theme="light"] footer a:active { color: rgba(255,255,255,0.85) !important; text-decoration: none !important; background: none !important; border: none !important; outline: none !important; box-shadow: none !important; transform: none !important; }
body[theme="light"] footer .nj-footer-links a,
body[theme="light"] footer .nj-footer-links button { color: rgba(255,255,255,0.85) !important; visibility: visible !important; opacity: 1 !important; transition: none !important; }
body[theme="light"] footer .nj-footer-links a:hover,
body[theme="light"] footer .nj-footer-links a:focus,
body[theme="light"] footer .nj-footer-links a:active,
body[theme="light"] footer .nj-footer-links button:hover { color: rgba(255,255,255,0.85) !important; visibility: visible !important; opacity: 1 !important; background: none !important; border: none !important; outline: none !important; box-shadow: none !important; transform: none !important; }
body[theme="light"] .footer h4,
body[theme="light"] .footer h5,
body[theme="light"] .footer h6,
body[theme="light"] footer h4,
body[theme="light"] footer h5,
body[theme="light"] footer h6 { color: #ffffff !important; }
body[theme="light"] .footer p,
body[theme="light"] footer p,
body[theme="light"] .footer span,
body[theme="light"] footer span { color: rgba(255,255,255,0.9) !important; }
body[theme="light"] .footer li,
body[theme="light"] footer li { color: rgba(255,255,255,0.85) !important; }
/* Footer bottom bar */
body[theme="light"] .footer-bottom,
body[theme="light"] .nj-footer-bottom,
body[theme="light"] .copy-right-txt { background: rgba(0,0,0,0.15) !important; color: rgba(255,255,255,0.9) !important; }

/* ============================================================
   TEXT & COLOR UTILITIES — LIGHT MODE
   ============================================================ */
body[theme="light"] .text-primary { color: #0D77B6 !important; }
body[theme="light"] .text-secondary { color: #374151 !important; }
body[theme="light"] .border-primary { border-color: #0D77B6 !important; }
body[theme="light"] .bg-primary { background-color: #0D77B6 !important; color: #ffffff !important; }
body[theme="light"] .bg-primary * { color: #ffffff !important; }
body[theme="light"] .bg-primary-soft,
body[theme="light"] .bg-soft-primary { background-color: #e6f4fb !important; color: #0D77B6 !important; }
body[theme="light"] .hover-primary:hover { color: #0D77B6 !important; }

/* ============================================================
   SCROLLBAR — LIGHT MODE
   ============================================================ */
body[theme="light"] *::-webkit-scrollbar { width: 6px; height: 6px; }
body[theme="light"] *::-webkit-scrollbar-track { background: #f1f5f9; }
body[theme="light"] *::-webkit-scrollbar-thumb { background-color: #0D77B6 !important; border-radius: 3px; }

/* ============================================================
   NEWJAISA HEADER COMPONENTS
   ============================================================ */
.nj-bulk-enquires {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
}
.nj-bulk-enquires .nj-phone-icon-wrap {
    width: 42px; height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
    color: #ffffff;
    flex-shrink: 0;
}
.nj-bulk-enquires .nj-phone-label { font-size: 11px; color: rgba(255,255,255,0.85); font-weight: 500; }
.nj-bulk-enquires .nj-phone-number { font-size: 14px; color: #ffffff; font-weight: 700; }
.nj-header-icon-btn {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 22px;
    padding: 4px 6px;
    cursor: pointer;
    position: relative;
    line-height: 1;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    transition: opacity 0.2s ease;
    opacity: 0.9;
}
.nj-header-icon-btn:hover {
    background: none !important;
    color: #ffffff !important;
    opacity: 1;
}
.nj-header-icon-btn i {
    font-size: 22px;
    color: #ffffff !important;
}
/* Only Store icon shows label — others hide it */
.nj-icon-label {
    display: none;
}
.nj-header-icon-btn.nj-has-label {
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
.nj-header-icon-btn.nj-has-label .nj-icon-label {
    display: block;
    font-size: 9px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.3px;
    line-height: 1;
    white-space: nowrap;
}
.nj-header-icon-btn .count {
    position: absolute; top: -4px; right: -4px;
    background: #f97316;
    color: #fff; border-radius: 50%;
    font-size: 8px; width: 16px; height: 16px;
    display: flex; align-items: center; justify-content: center;
    font-weight: 700;
    border: 1.5px solid #0D77B6;
}
.search-clear-btn {
    font-size: 12px !important; font-weight: 500 !important;
    color: #6b7280 !important; border: none; background: none;
    padding: 0 8px; cursor: pointer; white-space: nowrap;
}
.search-clear-btn:hover { color: #374151 !important; }
.mic-btn { color: #6b7280; background: none; border: none; padding: 0 6px; cursor: pointer; font-size: 16px; }
.mic-btn:hover { color: #0D77B6; }

/* ============================================================
   STICKY HEADER
   ============================================================ */
.header.sticky,
.header .love-sticky.is-sticky { box-shadow: 0 3px 20px rgba(0,0,0,0.2) !important; }

/* ============================================================
   CSS VARIABLES — DARK MODE
   ============================================================ */
body[theme="dark"] {
    --bs-primary:           #38bdf8;
    --bs-primary-rgb:       56, 189, 248;
    --primary-dark:         #0284c7;
    --primary-light:        #0c4a6e;
    --title-color:          #f1f5f9;
    --title-color-rgb:      241, 245, 249;
    --bs-body-color:        #cbd5e1;
    --bs-light:             #1e293b;
    --bs-light-rgb:         30, 41, 59;
    --absolute-dark:        #f1f5f9;
    --absolute-dark-rgb:    241, 245, 249;
    --absolute-white:       #1e293b;
    --bs-white:             #1e293b;
    --bs-white-rgb:         30, 41, 59;
    --bs-body-bg:           #0b1120;
    --bs-body-bg-rgb:       11, 17, 32;
    --bs-border-color:      #1e293b;
    --bs-border-rgb:        30, 41, 59;
    --bg-badge:             #1e293b;
    --input-bg:             #1e293b;
    --box-shadow:           0 2px 10px rgba(0,0,0,0.4);
    background-color: #0b1120 !important;
    color: #cbd5e1 !important;
}

/* ============================================================
   BODY/SECTIONS — DARK MODE
   ============================================================ */
body[theme="dark"] main,
body[theme="dark"] .main-content,
body[theme="dark"] section,
body[theme="dark"] .bg-light,
body[theme="dark"] .bg-body,
body[theme="dark"] [class*="-section"],
body[theme="dark"] .shop-bg-card,
body[theme="dark"] .container-fluid { background-color: #0b1120 !important; }

/* ============================================================
   HEADER — DARK MODE
   ============================================================ */
body[theme="dark"] .header-top { background: #060d1a !important; border-bottom: 1px solid #1e293b !important; }
body[theme="dark"] .header-top * { color: #94a3b8 !important; }
body[theme="dark"] .header-middle { background: #0a3d5f !important; border-bottom: 1px solid #0D77B6 !important; }
body[theme="dark"] .header-middle * { color: #e2e8f0 !important; }
body[theme="dark"] .header-middle .search-box .form-control,
body[theme="dark"] .header-middle .search-box input { background: #1e293b !important; color: #e2e8f0 !important; border: none !important; }
body[theme="dark"] .header-main { background: #0f172a !important; box-shadow: 0 2px 12px rgba(0,0,0,0.5) !important; border-bottom: 1px solid #1e293b !important; }
body[theme="dark"] .header-main .main-menu > li > a,
body[theme="dark"] .header-main .main-menu > li > span,
body[theme="dark"] .header-main .nav-link { color: #e2e8f0 !important; font-weight: 600; }
body[theme="dark"] .header-main .main-menu > li > a:hover,
body[theme="dark"] .header-main .main-menu > li > span:hover,
body[theme="dark"] .header-main .nav-link:hover { color: #38bdf8 !important; }
body[theme="dark"] .header-main .badge { background: #0D77B6 !important; color: #fff !important; }
body[theme="dark"] .header .dropdown-menu { background: #0f172a !important; border: 1px solid #1e293b !important; box-shadow: 0 8px 32px rgba(0,0,0,0.5) !important; }
body[theme="dark"] .header .dropdown-menu li a,
body[theme="dark"] .header .dropdown-menu .dropdown-item { color: #cbd5e1 !important; }
body[theme="dark"] .header .dropdown-menu li a:hover,
body[theme="dark"] .header .dropdown-menu .dropdown-item:hover { background: #0D77B6 !important; color: #ffffff !important; }

/* ============================================================
   CARDS & PRODUCTS — DARK MODE
   ============================================================ */
body[theme="dark"] .card,
body[theme="dark"] .product { background: #0f172a !important; border: 1px solid #1e293b !important; box-shadow: 0 1px 8px rgba(0,0,0,0.3) !important; }
body[theme="dark"] .card:hover,
body[theme="dark"] .product:hover { box-shadow: 0 6px 20px rgba(13,119,182,0.15) !important; }
body[theme="dark"] .product__top { background: #060d1a !important; }
body[theme="dark"] .product__title { color: #f1f5f9 !important; }
body[theme="dark"] .product__new-price { color: #38bdf8 !important; }
body[theme="dark"] .product__old-price { color: #475569 !important; }

/* ============================================================
   BUTTONS — DARK MODE
   ============================================================ */
body[theme="dark"] .btn-primary { background-color: #0D77B6 !important; border-color: #0D77B6 !important; color: #fff !important; }
body[theme="dark"] .btn-primary:hover { background-color: #0D77B6 !important; }
body[theme="dark"] .btn-outline-primary { color: #38bdf8 !important; border-color: #38bdf8 !important; }
body[theme="dark"] .btn-outline-primary:hover { background-color: #0D77B6 !important; color: #fff !important; }

/* ============================================================
   FORMS — DARK MODE
   ============================================================ */
body[theme="dark"] .form-control,
body[theme="dark"] .form-select { background-color: #0f172a !important; border-color: #1e293b !important; color: #e2e8f0 !important; }
body[theme="dark"] .form-control:focus,
body[theme="dark"] .form-select:focus { border-color: #0D77B6 !important; box-shadow: 0 0 0 3px rgba(13,119,182,0.2) !important; }

/* ============================================================
   TEXT & MISC — DARK MODE
   ============================================================ */
body[theme="dark"] .text-primary { color: #38bdf8 !important; }
body[theme="dark"] .bg-primary { background-color: #0D77B6 !important; color: #fff !important; }
body[theme="dark"] .badge.bg-primary,
body[theme="dark"] .badge-primary { background-color: #0D77B6 !important; color: #ffffff !important; }
body[theme="dark"] h1, body[theme="dark"] h2,
body[theme="dark"] h3, body[theme="dark"] h4,
body[theme="dark"] h5, body[theme="dark"] h6 { color: #f1f5f9 !important; }
body[theme="dark"] .btn-link { color: #38bdf8 !important; }

/* ============================================================
   PAGINATION — DARK MODE
   ============================================================ */
body[theme="dark"] .page-item.active .page-link { background-color: #0D77B6 !important; border-color: #0D77B6 !important; color: #fff !important; }
body[theme="dark"] .page-link { color: #38bdf8 !important; background: #0f172a !important; border-color: #1e293b !important; }
body[theme="dark"] .page-link:hover { background: #0D77B6 !important; color: #fff !important; }

/* ============================================================
   TABS — DARK MODE
   ============================================================ */
body[theme="dark"] .nav-tabs .nav-link.active { background: #0D77B6 !important; color: #fff !important; border-color: #0D77B6 !important; }
body[theme="dark"] .nav-tabs .nav-link { color: #94a3b8 !important; }
body[theme="dark"] .nav-pills .nav-link.active { background: #0D77B6 !important; color: #fff !important; }

/* ============================================================
   FOOTER — DARK MODE
   ============================================================ */
body[theme="dark"] .footer,
body[theme="dark"] footer { background: #060d1a !important; color: #64748b !important; border-top: 1px solid #1e293b !important; }
body[theme="dark"] .footer a,
body[theme="dark"] footer a { color: #64748b !important; }
body[theme="dark"] .footer a:hover,
body[theme="dark"] footer a:hover { color: #38bdf8 !important; }
body[theme="dark"] .footer h4, body[theme="dark"] .footer h5, body[theme="dark"] .footer h6,
body[theme="dark"] footer h4, body[theme="dark"] footer h5, body[theme="dark"] footer h6 { color: #e2e8f0 !important; }

/* ============================================================
   SWIPER — DARK MODE
   ============================================================ */
body[theme="dark"] .swiper-button-next,
body[theme="dark"] .swiper-button-prev { color: #38bdf8 !important; }
body[theme="dark"] .swiper-pagination-bullet-active { background: #0D77B6 !important; }
body[theme="dark"] *::-webkit-scrollbar-thumb { background-color: #1e293b !important; }


/* ============================================================
   PRODUCT CARD — QUICK VIEW HOVER BUTTON
   ============================================================ */
body[theme="light"] .product__top::after {
    background-color: transparent !important;
    display: none !important;
}

.product__quick-view-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.28s ease, opacity 0.22s ease;
    background: #0D77B6;
    color: #ffffff;
    border: none;
    padding: 9px 12px;
    font-weight: 700;
    font-size: 0.82rem;
    z-index: 5;
    cursor: pointer;
    letter-spacing: 0.3px;
    border-radius: 0 0 6px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.product:hover .product__quick-view-btn {
    transform: translateY(0);
    opacity: 1;
}
.product__quick-view-btn:hover {
    background: #0D77B6;
}

/* ============================================================
   GLOBAL WHITE + BLUE SCHEME — gocomputers.in
   ============================================================ */

/* Body + main content — always white bg, dark text */
body[theme="light"],
body[theme="light"] .main-content,
body[theme="light"] main {
    background-color: #ffffff !important;
    color: #111827 !important;
}

/* All sections default to white unless overridden */
body[theme="light"] section:not(.stats-section):not(.hero-section) {
    background-color: #ffffff !important;
    color: #111827 !important;
}

/* Headings always dark */
body[theme="light"] h1,
body[theme="light"] h2,
body[theme="light"] h3,
body[theme="light"] h4,
body[theme="light"] h5,
body[theme="light"] h6 {
    color: #111827 !important;
}

/* Paragraphs and regular text */
body[theme="light"] p,
body[theme="light"] span:not(.badge):not(.trust-badge-title):not(.trust-badge-pill):not(.budget-deals-highlight),
body[theme="light"] li,
body[theme="light"] label {
    color: #374151;
}

/* Trust badge text must stay white */
body[theme="light"] .trust-badge-title,
body[theme="light"] .trust-badge-sub span,
body[theme="light"] .trust-badge-pill {
    color: #ffffff !important;
}

/* Section titles with blue accent underline */
body[theme="light"] .section-title,
body[theme="light"] .section-header h2,
body[theme="light"] .section__title {
    color: #111827 !important;
}

/* Blue accent for links and primary classes */
body[theme="light"] a:not(.btn):not(.nav-link):not(.hero-badge):hover {
    color: #0D77B6 !important;
}

/* Cards — clean white with subtle border */
body[theme="light"] .card {
    background: #ffffff !important;
    border-color: #e5e7eb !important;
    color: #111827 !important;
}

/* Hero section — dark base bg (prevents white flash on fade transitions) */
body[theme="light"] .hero-section,
body[theme="light"] section.hero-section {
    background: #0A1628 !important;
    background-color: #0A1628 !important;
}
/* The animate-on-scroll wrapper around hero — transparent */
body[theme="light"] .main-content > .animate-on-scroll:first-child {
    background-color: transparent !important;
}

/* =============================================================
   PRODUCT CARD — NewJaisa Style (nj-card)
   ============================================================= */
.nj-card {
    background: #ffffff;
    border: 1.5px solid #b8d8eb !important;
    border-radius: 14px !important;
    overflow: hidden;
    box-shadow:
        0 1px 2px rgba(0,0,0,0.04),
        0 4px 12px rgba(13,119,182,0.06);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 0 !important;
}
.nj-card:hover {
    transform: translateY(-8px);
    border-color: #0D77B6 !important;
    box-shadow:
        0 4px 6px rgba(13,119,182,0.08),
        0 12px 24px rgba(13,119,182,0.12),
        0 24px 48px rgba(13,119,182,0.06);
}

/* Image area */
.nj-card .product__top {
    height: 180px !important;
    max-height: 180px !important;
    padding: 14px !important;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%) !important;
    position: relative;
    overflow: hidden;
    perspective: 600px;
}
.nj-card .product__top::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}
.nj-card .product__thumbnail img,
.nj-card .product__top > img {
    height: 148px !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.06));
    transform-style: preserve-3d;
}
.nj-card:hover .product__thumbnail img,
.nj-card:hover .product__top > img {
    transform: rotateY(-12deg) rotateX(5deg) scale(1.08);
    filter: drop-shadow(8px 8px 16px rgba(0,0,0,0.18));
}

/* Badge stack */
.nj-badge-stack {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.nj-discount-badge {
    display: block;
    background: #ef4444;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 20px;
    letter-spacing: 0.3px;
    white-space: nowrap;
}
.nj-new-badge {
    display: block;
    background: #22c55e;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

/* Wishlist circle button */
.nj-wishlist-btn {
    position: absolute !important;
    top: 8px;
    right: 8px;
    z-index: 4;
    width: 32px;
    height: 32px;
    border-radius: 50% !important;
    background: #fff !important;
    border: 1px solid #dde7f0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #374151 !important;
    font-size: 0.9rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.10);
    transition: all 0.2s ease;
    text-decoration: none !important;
}
.nj-wishlist-btn:hover,
.nj-wishlist-btn.wishlist_icon_active {
    background: #ff4d4f !important;
    color: #fff !important;
    border-color: #ff4d4f !important;
}

/* Warranty badge row */
.nj-card-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px 0;
}
.nj-warranty-badge {
    background: rgba(5,182,122,0.10);
    color: #059669;
    border: 1px solid rgba(5,182,122,0.25);
    font-size: 0.70rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
}
.nj-warranty-badge i { font-size: 0.68rem; }

/* Refurbished label */
.nj-refurbished-label {
    font-size: 0.65rem;
    font-weight: 800;
    color: #059669;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    padding: 3px 0 0;
}

/* Reference mobile image overlay on product cards */
.nj-ref-mobile {
    position: absolute;
    bottom: 8px;
    left: 10px;
    z-index: 3;
    pointer-events: none;
}
.nj-ref-mobile-img {
    width: 32px !important;
    height: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.15)) !important;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.nj-card:hover .nj-ref-mobile-img {
    opacity: 0.9;
}

/* Summary block */
.nj-summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 8px 12px 14px;
}
.nj-product-title {
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: #111827 !important;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}
.nj-product-title a {
    color: #111827 !important;
    text-decoration: none !important;
}
.nj-product-title a:hover { color: #0D77B6 !important; }

.nj-rating {
    display: flex;
    align-items: center;
    gap: 4px;
}
.nj-rating .star-rating { font-size: 0.72rem; }
.nj-review-count { font-size: 0.72rem; color: #9ca3af; }

.nj-price-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}
.nj-new-price {
    font-size: 1rem;
    font-weight: 800;
    color: #111827;
}
.nj-old-price {
    font-size: 0.78rem;
    color: #9ca3af;
    text-decoration: line-through;
}
.nj-save-badge {
    font-size: 0.68rem;
    font-weight: 700;
    color: #059669;
    background: rgba(5,182,122,0.09);
    border-radius: 20px;
    padding: 2px 10px;
    white-space: nowrap;
}

/* Dropdown z-index fix — header & product filter dropdowns above page content */
.header {
    position: relative;
    z-index: 999;
}
.product-list-filter > .card.mb-3 {
    position: relative;
    z-index: 100;
}
.product-list-filter .dropdown-menu {
    z-index: 1060 !important;
}

/* =============================================================
   LIST VIEW — nj-card overrides
   ============================================================= */
.product-list-view .nj-card {
    display: grid !important;
    grid-template-columns: 200px 1fr;
    grid-template-rows: auto auto 1fr;
    flex-direction: unset !important;
    gap: 0 !important;
    border-radius: 12px !important;
    min-height: 170px;
    padding: 0 !important;
    text-align: left;
}
/* Image: spans all rows in column 1 */
.product-list-view .nj-card .product__top {
    grid-column: 1;
    grid-row: 1 / -1;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    inline-size: 100% !important;
    block-size: 100% !important;
    min-inline-size: unset !important;
    border-radius: 12px 0 0 12px !important;
    min-height: 170px;
}
.product-list-view .nj-card .product__thumbnail img,
.product-list-view .nj-card .product__top > img {
    height: 140px !important;
}
.product-list-view .nj-card:hover .product__thumbnail img,
.product-list-view .nj-card:hover .product__top > img {
    transform: scale(1.05);
}
.product-list-view .nj-card:hover {
    transform: translateY(-2px);
}
/* Warranty badge row — column 2, row 1 */
.product-list-view .nj-card .nj-card-meta {
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-start;
    padding: 14px 16px 0;
}
/* Refurbished label — column 2, row 2 */
.product-list-view .nj-card .nj-refurbished-label {
    grid-column: 2;
    grid-row: 2;
    text-align: left;
    padding: 2px 16px 0;
}
/* Summary (title, rating, price) — column 2, row 3 */
.product-list-view .nj-card .nj-summary {
    grid-column: 2;
    grid-row: 3;
    padding: 4px 16px 14px;
    align-items: flex-start;
    text-align: left;
}
.product-list-view .nj-card .nj-product-title {
    text-align: left;
    -webkit-line-clamp: 2;
    font-size: 0.95rem !important;
}
.product-list-view .nj-card .nj-price-block {
    justify-content: flex-start;
}
.product-list-view .nj-card .nj-new-price {
    font-size: 1.2rem;
}
.product-list-view .nj-card .nj-rating {
    justify-content: flex-start;
}
/* Quick view button hidden in list mode */
.product-list-view .nj-card .product__quick-view-btn {
    display: none;
}

@media (max-width: 575px) {
    .product-list-view .nj-card {
        grid-template-columns: 130px 1fr;
        min-height: 140px;
    }
    .product-list-view .nj-card .product__top {
        min-height: 140px;
    }
    .product-list-view .nj-card .product__thumbnail img,
    .product-list-view .nj-card .product__top > img {
        height: 100px !important;
    }
    .product-list-view .nj-card .nj-card-meta {
        padding: 10px 10px 0;
    }
    .product-list-view .nj-card .nj-refurbished-label {
        padding: 1px 10px 0;
        font-size: 0.58rem;
    }
    .product-list-view .nj-card .nj-summary {
        padding: 2px 10px 10px;
    }
    .product-list-view .nj-card .nj-product-title {
        font-size: 0.82rem !important;
    }
}

/* =============================================================
   SHOP BY BRAND SECTION
   ============================================================= */
.shop-by-brand-section {
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
}
.sbbs-heading {
    font-size: 1.5rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 2px;
}
.sbbs-sub {
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 0;
}
.brand-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}
.brand-card {
    background: #ffffff;
    border: 1px solid #e8f0f7;
    border-radius: 12px;
    padding: 16px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    transition: all 0.25s ease;
    text-decoration: none !important;
}
.brand-card:hover {
    border-color: #0D77B6;
    box-shadow: 0 6px 20px rgba(13,119,182,0.14);
    transform: translateY(-3px);
}
.brand-card__logo {
    width: 80px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.brand-card__logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(15%);
    transition: filter 0.25s ease;
}
.brand-card:hover .brand-card__logo img { filter: grayscale(0%); }
.brand-card__name {
    font-size: 0.75rem;
    font-weight: 700;
    color: #374151;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
@media (max-width: 991px) { .brand-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 575px) { .brand-grid { grid-template-columns: repeat(3, 1fr); } }

/* ============================================================
   FOOTER FIX — #0D77B6 background, dark text for footer-nj
   ============================================================ */
footer.footer,
footer.footer.footer-nj,
.footer-nj {
    background: #0D77B6 !important;
    background-color: #0D77B6 !important;
}
footer.footer *,
.footer-nj *,
.footer-nj .container,
.footer-nj .row,
.footer-nj .col-lg-4,
.footer-nj .col-lg-2,
.footer-nj .col-md-6,
.footer-nj .col-md-3,
.footer-nj .col-6 {
    background-color: transparent !important;
    background: transparent !important;
}
.footer-nj .nj-footer-bottom {
    background: rgba(0,0,0,0.15) !important;
}

/* ============================================================
   HERO CAROUSEL — NUCLEAR OVERRIDES (must be last in file)
   ============================================================ */
/* Slide gradients — these MUST override body[theme=light] section bg */
body[theme="light"] .hero-slide.hero-slide-blue,
.hero-slide.hero-slide-blue {
    background: linear-gradient(135deg, #0d47a1 0%, #1565c0 30%, #1976d2 60%, #42a5f5 100%) !important;
    background-color: transparent !important;
}
body[theme="light"] .hero-slide.hero-slide-teal,
.hero-slide.hero-slide-teal {
    background: linear-gradient(135deg, #004d40 0%, #00695c 30%, #00897b 60%, #26a69a 100%) !important;
    background-color: transparent !important;
}
body[theme="light"] .hero-slide.hero-slide-indigo,
.hero-slide.hero-slide-indigo {
    background: linear-gradient(135deg, #1a237e 0%, #283593 30%, #3949ab 60%, #5c6bc0 100%) !important;
    background-color: transparent !important;
}
body[theme="light"] .hero-slide.hero-slide-red,
.hero-slide.hero-slide-red {
    background: linear-gradient(135deg, #b71c1c 0%, #c62828 30%, #e53935 60%, #ef5350 100%) !important;
    background-color: transparent !important;
}
/* Hero section + swiper wrappers = dark base (prevents white bleed on fade) */
body[theme="light"] .hero-section,
body[theme="light"] section.hero-section {
    background: #0A1628 !important;
    background-color: #0A1628 !important;
}
body[theme="light"] .heroSwiper,
body[theme="light"] .hero-carousel-wrapper {
    background: transparent !important;
    background-color: transparent !important;
}
/* Swiper internals — transparent so slide gradient shows */
body[theme="light"] .heroSwiper .swiper-wrapper,
body[theme="light"] .heroSwiper .swiper-slide,
body[theme="light"] .heroSwiper .swiper-slide-duplicate,
body[theme="light"] .hero-slide .row,
body[theme="light"] .hero-slide .position-relative,
body[theme="light"] .hero-slide [class*="col-"],
body[theme="light"] .hero-content,
body[theme="light"] .hero-product-area,
body[theme="light"] .hero-quality-card,
body[theme="light"] .hero-particles,
body[theme="light"] .hero-geo {
    background-color: transparent !important;
    background: transparent !important;
}
/* Hero text white */
body[theme="light"] .hero-slide h1,
body[theme="light"] .hero-slide p,
body[theme="light"] .hero-slide span,
body[theme="light"] .hero-slide .hero-title,
body[theme="light"] .hero-slide .hero-desc,
body[theme="light"] .hero-slide .hero-feat span {
    color: #ffffff !important;
}
/* Navigation arrows visible */
body[theme="light"] .hero-carousel-wrapper .swiper-button-next,
body[theme="light"] .hero-carousel-wrapper .swiper-button-prev {
    color: #fff !important;
    background: rgba(0,0,0,0.3) !important;
    border: 2px solid rgba(255,255,255,0.5) !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    z-index: 20 !important;
}
body[theme="light"] .hero-carousel-wrapper .swiper-button-next::after,
body[theme="light"] .hero-carousel-wrapper .swiper-button-prev::after {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}
/* Pagination visible */
body[theme="light"] .hero-carousel-wrapper .swiper-pagination-bullet {
    background: rgba(255,255,255,0.5) !important;
    border: 2px solid rgba(255,255,255,0.6) !important;
    opacity: 1 !important;
    width: 14px !important;
    height: 14px !important;
}
body[theme="light"] .hero-carousel-wrapper .swiper-pagination-bullet-active {
    background: #ffd700 !important;
    border-color: #ffd700 !important;
    width: 45px !important;
    border-radius: 7px !important;
}

/* =============================================================
   BEST DEALS ON A BUDGET — Hanging Cards Design
   ============================================================= */
.budget-deals-section {
    background: linear-gradient(180deg, #e8f4fd 0%, #d1ecf9 30%, #b8e0f5 60%, #e2f1fb 100%);
    padding: 50px 0 60px;
    position: relative;
    overflow: hidden;
}
.budget-deals-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(13,119,182,0.08) 0%, transparent 50%),
        radial-gradient(circle at 85% 80%, rgba(13,119,182,0.06) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(255,255,255,0.4) 0%, transparent 70%);
    pointer-events: none;
}
.budget-deals-heading {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1e293b;
    letter-spacing: -0.3px;
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
}
.budget-deals-highlight {
    color: #0D77B6 !important;
}
.budget-deals-subtext {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

/* Ensure budget card inner text stays white in light mode */
body[theme="light"] .budget-card__inner span,
body[theme="light"] .budget-card__inner div {
    color: #fff !important;
}
body[theme="light"] .budget-card__label {
    color: #fff !important;
}
body[theme="light"] .budget-deals-subtext {
    color: #64748b !important;
}

/* ── Clothesline ── */
.budget-clothesline {
    position: relative;
    padding-top: 40px;
}
.budget-clothesline__rope {
    position: absolute;
    top: 12px;
    left: 2%;
    right: 2%;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #8B7355 5%, #6B5B45 50%, #8B7355 95%, transparent 100%);
    border-radius: 2px;
    z-index: 2;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.budget-clothesline__rope::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5) 20%, rgba(255,255,255,0.5) 80%, transparent);
}

/* ── Cards container ── */
.budget-clothesline__cards {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

/* ── Individual hanging item ── */
.budget-hang {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(25% - 18px);
    max-width: 220px;
    animation: budget-swing 4s ease-in-out infinite;
    animation-delay: var(--hang-delay, 0s);
    transform-origin: top center;
    transform: rotate(var(--hang-angle, 0deg));
}

/* ── Pin (clip on the rope) ── */
.budget-hang__pin {
    width: 16px;
    height: 16px;
    background: radial-gradient(circle at 40% 40%, #d4a853, #b8860b, #8B6914);
    border-radius: 50%;
    position: relative;
    z-index: 3;
    box-shadow:
        0 1px 3px rgba(0,0,0,0.3),
        inset 0 1px 2px rgba(255,255,255,0.4);
    flex-shrink: 0;
}
.budget-hang__pin::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 5px;
    height: 5px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
}

/* ── String connecting pin to card ── */
.budget-hang__string {
    width: 2px;
    height: 22px;
    background: linear-gradient(180deg, #8B7355, #a08060);
    flex-shrink: 0;
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
}

/* ── Swing animation ── */
@keyframes budget-swing {
    0%, 100% { transform: rotate(var(--hang-angle, 0deg)); }
    25% { transform: rotate(calc(var(--hang-angle, 0deg) + 1.5deg)); }
    75% { transform: rotate(calc(var(--hang-angle, 0deg) - 1.5deg)); }
}

/* ── Card wrapper ── */
.budget-card {
    display: block;
    text-decoration: none !important;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
    width: 100%;
}
.budget-card:hover {
    filter: brightness(1.08);
}
.budget-hang:hover {
    animation-play-state: paused;
    transform: rotate(0deg) scale(1.04);
    transition: transform 0.3s ease;
}

/* ── Board (the blue card) ── */
.budget-card__board {
    position: relative;
    width: 100%;
    border-radius: 14px;
    background: linear-gradient(135deg, #1a3a6e 0%, #1e4d8a 30%, #2563a8 55%, #3b82c8 80%, #60a5e8 100%);
    padding: 10px;
    overflow: hidden;
    box-shadow:
        0 8px 25px rgba(26,58,110,0.35),
        0 3px 10px rgba(0,0,0,0.15);
}

/* ── Inner dashed area ── */
.budget-card__inner {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 0.95;
    border: 2px dashed rgba(255,255,255,0.35);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 10px;
    overflow: hidden;
}

/* ── Sparkle decorations (✦) ── */
.budget-card__sparkle {
    position: absolute;
    color: rgba(255,255,255,0.45);
    font-size: 0.55rem;
    pointer-events: none;
    line-height: 1;
}
.budget-card__sparkle--1 {
    top: 8%;
    left: 8%;
    font-size: 0.65rem;
    color: rgba(255,255,255,0.5);
}
.budget-card__sparkle--2 {
    top: 10%;
    right: 8%;
    font-size: 0.5rem;
    color: rgba(255,255,255,0.4);
}
.budget-card__sparkle--3 {
    bottom: 10%;
    left: 10%;
    font-size: 0.5rem;
    color: rgba(255,255,255,0.4);
}
.budget-card__sparkle--4 {
    bottom: 8%;
    right: 10%;
    font-size: 0.55rem;
    color: rgba(255,255,255,0.45);
}

/* ── Label pill (UNDER / ABOVE) ── */
.budget-card__label {
    display: inline-block;
    background: rgba(56, 189, 248, 0.6);
    color: #fff;
    font-size: 0.5rem;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 2px 14px;
    border-radius: 20px;
    margin-bottom: 6px;
    backdrop-filter: blur(4px);
}

/* ── Price ── */
.budget-card__price {
    font-size: 2.2rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-family: 'Inter', Arial, sans-serif;
}
.budget-card__rupee {
    font-size: 1.2rem;
    font-weight: 800;
    vertical-align: top;
    margin-right: 1px;
    position: relative;
    top: 5px;
}

/* ── Title + description ── */
.budget-card__title {
    font-size: 0.7rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1.5px;
    margin-top: 6px;
}
.budget-card__desc {
    font-size: 0.48rem;
    font-weight: 600;
    color: rgba(255,255,255,0.75);
    letter-spacing: 0.8px;
    text-align: center;
    line-height: 1.45;
    margin-top: 3px;
    text-transform: uppercase;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .budget-hang { width: calc(25% - 14px); }
    .budget-clothesline__cards { gap: 16px; }
    .budget-card__price { font-size: 1.8rem; }
    .budget-card__rupee { font-size: 1rem; top: 3px; }
}
@media (max-width: 767px) {
    .budget-deals-heading { font-size: 1.4rem; }
    .budget-deals-subtext { font-size: 0.8rem; margin-bottom: 20px; }
    .budget-clothesline__rope { top: 8px; }
    .budget-clothesline { padding-top: 30px; }
    .budget-hang { width: calc(50% - 10px); max-width: 180px; }
    .budget-hang__string { height: 16px; }
    .budget-hang__pin { width: 12px; height: 12px; }
    .budget-clothesline__cards { gap: 12px; }
    .budget-card__price { font-size: 1.5rem; }
    .budget-card__rupee { font-size: 0.9rem; top: 3px; }
    .budget-card__title { font-size: 0.58rem; letter-spacing: 1px; }
    .budget-card__desc { font-size: 0.44rem; }
    .budget-card__inner { padding: 10px 6px; }
}
@media (max-width: 400px) {
    .budget-card__price { font-size: 1.3rem; }
    .budget-card__rupee { font-size: 0.85rem; top: 2px; }
    .budget-card__label { font-size: 0.45rem; padding: 1px 10px; }
    .budget-card__inner { aspect-ratio: 1 / 0.85; padding: 8px 4px; }
    .budget-hang { width: calc(50% - 8px); }
}

/* =============================================================
   FAQ SECTION — "4 questions people always ask"
   ============================================================= */
.nj-faq-section {
    background: #1a1a2e;
    padding: 60px 0;
}
.nj-faq-title {
    text-align: center;
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 36px;
}
.nj-faq-list {
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.nj-faq-item {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}
.nj-faq-item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.nj-faq-item.open {
    box-shadow: 0 4px 24px rgba(13, 119, 182, 0.15);
}
.nj-faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1a1a2e;
    text-align: left;
    gap: 16px;
    transition: color 0.2s ease;
}
.nj-faq-item.open .nj-faq-question {
    color: #0D77B6;
}
.nj-faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: #e5e7eb;
    font-size: 1.2rem;
    font-weight: 600;
    color: #374151;
    transition: all 0.3s ease;
}
.nj-faq-item.open .nj-faq-icon {
    background: #10b981;
    color: #fff;
    transform: rotate(0deg);
}
.nj-faq-item.open .nj-faq-icon::after {
    content: '' !important;
}
.nj-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.nj-faq-answer p {
    padding: 0 24px 20px;
    margin: 0;
    color: #4b5563;
    font-size: 0.9rem;
    line-height: 1.7;
}

@media (max-width: 575px) {
    .nj-faq-section { padding: 40px 0; }
    .nj-faq-title { font-size: 1.35rem; margin-bottom: 24px; }
    .nj-faq-question { padding: 14px 16px; font-size: 0.85rem; }
    .nj-faq-answer p { padding: 0 16px 16px; font-size: 0.82rem; }
    .nj-faq-icon { width: 28px; height: 28px; min-width: 28px; font-size: 1rem; }
}

/* =============================================================
   IMPACT COMPARISON — Before / After Slider
   ============================================================= */
.nj-impact-section {
    background: #0f172a !important;
    padding: 60px 0;
    overflow: hidden;
}

.nj-impact-title {
    font-size: 1.7rem;
    font-weight: 800;
    color: #000000 !important;
    margin-bottom: 40px;
    letter-spacing: -0.3px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    overflow-x: auto;
    text-align: center;
}
.nj-impact-highlight {
    background: linear-gradient(135deg, #0D77B6, #00bcd4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.nj-impact-leaf { font-size: 1.6rem; }

/* ── Slider container ── */
.nj-impact-slider {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    cursor: ew-resize;
    user-select: none;
    -webkit-user-select: none;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

/* ── After layer (bottom, full width) ── */
.nj-impact-slider__after {
    position: relative;
    width: 100%;
    display: block;
}
.nj-impact-slider__after img {
    width: 100%;
    height: auto;
    display: block;
}

/* ── Before layer (top, clipped) ── */
.nj-impact-slider__before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0 50% 0 0);
    z-index: 2;
}
.nj-impact-slider__before img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── Labels ── */
.nj-impact-label {
    position: absolute;
    bottom: 20px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 20px;
    backdrop-filter: blur(6px);
    z-index: 3;
    pointer-events: none;
}
.nj-impact-label--before { left: 20px; }
.nj-impact-label--after { right: 20px; }

/* ── Handle (vertical drag bar) ── */
.nj-impact-slider__handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    pointer-events: none;
}
.nj-impact-slider__handle-line {
    flex: 1;
    width: 3px;
    background: rgba(255,255,255,0.8);
    border-radius: 2px;
}
.nj-impact-slider__handle-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(15,23,42,0.7);
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-shrink: 0;
    pointer-events: auto;
    cursor: ew-resize;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    transition: transform 0.2s ease, background 0.2s ease;
}
.nj-impact-slider__handle-circle:hover {
    transform: scale(1.1);
    background: rgba(13,119,182,0.8);
}

/* ── Impact slider light mode text fixes ── */
body[theme="light"] .nj-impact-title {
    color: #000000 !important;
}
body[theme="light"] .nj-impact-label {
    color: #ffffff !important;
}

/* ── Responsive ── */
@media (max-width: 767px) {
    .nj-impact-section { padding: 40px 0; }
    .nj-impact-title {
        font-size: 1.1rem;
        margin-bottom: 24px;
        white-space: normal;
        max-width: 100%;
    }
    .nj-impact-slider { border-radius: 12px; }
    .nj-impact-slider__handle-circle { width: 38px; height: 38px; }
    .nj-impact-slider__handle-circle svg { width: 16px; height: 16px; }
    .nj-impact-label { font-size: 0.65rem; padding: 4px 12px; bottom: 12px; }
}
