.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 */

/* Homepage first viewport || Start */
.home-first-viewport {
    --home-surface: var(--bs-white);
    --home-muted: var(--bs-body-color);
    --home-line: var(--bs-border-color);
}

.home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 16px;
    align-items: stretch;
    animation: homeHeroIn .42s ease both;
}

.home-hero-primary,
.home-hero-side,
.home-promo-row {
    min-width: 0;
}

.home-hero-slider,
.home-hero-slider .swiper,
.home-hero-slider .swiper-wrapper,
.home-hero-slider .swiper-slide,
.home-hero-slide picture,
.home-hero-slide {
    height: 100%;
}

.home-hero-slider {
    min-height: 430px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--bs-light);
    box-shadow: 0 16px 34px rgba(16, 24, 40, .08);
}

.home-hero-slide {
    display: block;
    position: relative;
    overflow: hidden;
}

.home-hero-slide picture {
    display: block;
}

.home-hero-slide img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    transition: transform .35s ease;
}

.home-hero-slide:hover img {
    transform: scale(1.025);
}

.home-hero-side {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 12px;
}

.home-quick-categories,
.home-offers-panel,
.home-side-banner {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border: 1px solid var(--home-line);
    border-radius: 10px;
    background: var(--home-surface);
    overflow: hidden;
}

.home-quick-categories,
.home-offers-panel {
    padding: 14px;
}

.home-quick-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
    min-width: 0;
}

.home-quick-head span {
    min-width: 0;
    color: var(--title-color);
    font-size: 14px;
    font-weight: 800;
    text-transform: capitalize;
}

.home-quick-head a,
.home-quick-head small {
    flex: 0 1 auto;
    min-width: 0;
    text-align: end;
    color: var(--bs-primary);
    font-size: 12px;
    font-weight: 800;
    text-transform: capitalize;
}

.home-category-rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    min-width: 0;
}

.home-category-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 56px;
    padding: 8px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--title-color);
    background: var(--bs-light);
    transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
}

.home-category-item:hover {
    transform: translateY(-2px);
    border-color: rgba(var(--bs-primary-rgb), .35);
    color: var(--bs-primary);
}

.home-category-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: var(--home-surface);
}

.home-category-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.home-category-icon i {
    color: var(--bs-primary);
    font-size: 16px;
    line-height: 1;
}

.home-category-item > span:last-child {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.25;
    font-size: 12px;
    font-weight: 700;
}

.home-coupon-list {
    display: grid;
    gap: 8px;
    width: 100%;
    min-width: 0;
}

.home-coupon-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 54px;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px dashed rgba(var(--bs-primary-rgb), .35);
    border-radius: 8px;
    background: rgba(var(--bs-primary-rgb), .06);
    cursor: pointer;
    transition: transform .18s ease, background-color .18s ease;
}

.home-coupon-item:hover {
    transform: translateY(-2px);
    background: rgba(var(--bs-primary-rgb), .1);
}

.home-coupon-item strong,
.home-coupon-item span {
    min-width: 0;
    max-width: 100%;
    display: block;
}

.home-coupon-item strong {
    color: var(--title-color);
    font-size: 13px;
}

.home-coupon-item span {
    color: var(--home-muted);
    font-size: 11px;
}

.home-coupon-item code {
    flex: 0 1 auto;
    max-width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 7px;
    border-radius: 6px;
    color: var(--bs-primary);
    background: var(--home-surface);
    font-size: 11px;
    font-weight: 800;
}

.home-side-banner {
    display: block;
    overflow: hidden;
}

.home-side-banner img {
    width: 100%;
    height: 100%;
    min-height: 170px;
    object-fit: cover;
}

.home-promo-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.home-promo-tile {
    display: block;
    min-height: 132px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--bs-light);
}

.home-promo-tile img {
    width: 100%;
    height: 100%;
    min-height: 132px;
    object-fit: cover;
}

[theme="dark"] .home-first-viewport {
    --home-surface: #20242a;
    --home-line: #3d4652;
}

[theme="dark"] .home-hero-slider,
[theme="dark"] .home-category-item,
[theme="dark"] .home-promo-tile {
    background: #1b1f25;
}

[theme="dark"] .home-coupon-item {
    background: rgba(var(--bs-primary-rgb), .12);
}

[theme="dark"] .home-coupon-item code,
[theme="dark"] .home-category-icon {
    background: #1b1f25;
}

@keyframes homeHeroIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1199.98px) {
    .home-hero-grid {
        grid-template-columns: 1fr;
    }

    .home-hero-side {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 36%);
        grid-template-rows: auto;
    }

    .home-hero-slider,
    .home-hero-slide img {
        min-height: 360px;
    }
}

@media (max-width: 767.98px) {
    .home-first-viewport {
        overflow: hidden;
    }

    .home-hero-grid,
    .home-hero-side,
    .home-promo-row {
        gap: 10px;
    }

    .home-hero-side,
    .home-promo-row {
        grid-template-columns: 1fr;
    }

    .home-hero-slider,
    .home-hero-slide img {
        min-height: 0;
    }

    .home-hero-slider {
        aspect-ratio: 4 / 5;
        border-radius: 8px;
        box-shadow: none;
    }

    .home-hero-slide img {
        height: 100%;
        object-fit: cover;
    }

    .home-category-rail {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        overflow: visible;
        padding-bottom: 0;
    }

    .home-category-rail::-webkit-scrollbar {
        display: none;
    }

    .home-category-item {
        grid-template-columns: 30px minmax(0, 1fr);
        align-items: center;
        min-width: 0;
        min-height: 58px;
        padding: 8px 7px;
        gap: 7px;
    }

    .home-category-icon {
        width: 30px;
        height: 30px;
        border-radius: 7px;
    }

    .home-category-icon img {
        width: 20px;
        height: 20px;
    }

    .home-category-item > span:last-child {
        font-size: 11px;
        line-height: 1.22;
        -webkit-line-clamp: 2;
        word-break: normal;
        overflow-wrap: anywhere;
    }

    .home-quick-categories,
    .home-offers-panel {
        padding: 12px;
        border-radius: 8px;
    }

    .home-coupon-list {
        display: flex;
        gap: 8px;
        justify-content: center;
        overflow-x: auto;
        padding-bottom: 4px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .home-coupon-list::-webkit-scrollbar {
        display: none;
    }

    .home-coupon-item {
        flex: 0 0 min(210px, 76vw);
        min-width: 0;
        scroll-snap-align: start;
    }

    .home-coupon-item > div {
        min-width: 0;
    }

    .home-coupon-item strong,
    .home-coupon-item span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .home-promo-tile,
    .home-promo-tile img {
        min-height: 110px;
    }
}

@media (max-width: 390px) {
    .home-hero-slider {
        aspect-ratio: 3 / 4;
    }

    .home-category-item {
        grid-template-columns: 28px minmax(0, 1fr);
        min-height: 56px;
        padding-inline: 6px;
    }

    .home-category-icon {
        width: 28px;
        height: 28px;
    }

    .home-category-item > span:last-child {
        font-size: 10.5px;
    }

    .home-coupon-item {
        flex-basis: min(198px, 74vw);
    }
}
/* Homepage first viewport || End */

/* Mobile language switcher */
.mobile-language-panel {
    border-top: 1px solid var(--bs-border-color);
}

.mobile-language-title {
    margin-bottom: 10px;
    color: var(--title-color);
    font-size: 13px;
    font-weight: 800;
    text-transform: capitalize;
}

.mobile-language-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.mobile-language-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 10px;
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
    background: var(--bs-white);
    color: var(--title-color);
    font-size: 13px;
    font-weight: 800;
}

.mobile-language-option.active {
    border-color: rgba(var(--bs-primary-rgb), .45);
    background: rgba(var(--bs-primary-rgb), .08);
    color: var(--bs-primary);
}

.mobile-language-option.is-loading {
    pointer-events: none;
    opacity: .65;
}

[theme="dark"] .mobile-language-option {
    background: #20242a;
    color: var(--bs-body-color);
}

@media (max-width: 575.98px) {
    .header-top {
        position: relative;
        z-index: 1031;
    }

    .header-top .container > .d-flex {
        flex-wrap: nowrap !important;
        justify-content: flex-end !important;
    }

    .header-top a[href^="tel:"] {
        display: none !important;
    }

    .header-top .nav {
        flex-wrap: nowrap;
        gap: 12px !important;
    }

    .header-top .dropdown-menu {
        z-index: 1060;
    }
}

/* 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;
    }
}

/* Tradix product page commerce layer */
.tradix-premium-product-page {
    --tradix-ink: #101828;
    --tradix-muted: #667085;
    --tradix-line: #e4e7ec;
    --tradix-soft: #f7f8fa;
    --tradix-hot: #fb5a1c;
    --tradix-hot-dark: #d83b0d;
    --tradix-green: #12805c;
    --tradix-blue: #1b7fed;
    --tradix-gold: #b7791f;
    background: #f5f6f8;
    padding-bottom: 20px;
}

[theme="dark"] .tradix-premium-product-page {
    --tradix-ink: #f2f4f7;
    --tradix-muted: #aab3c2;
    --tradix-line: #3d4652;
    --tradix-soft: #222831;
    --tradix-hot: #ff7a3d;
    --tradix-hot-dark: #ff9a66;
    --tradix-green: #4ade80;
    --tradix-blue: #60a5fa;
    --tradix-gold: #fbbf24;
    background: #15171b;
    color: var(--bs-body-color);
}

[theme="dark"] .header-top,
[theme="dark"] .bg-primary-light {
    background-color: #20242a !important;
}

[theme="dark"] .header-top,
[theme="dark"] .header-top a,
[theme="dark"] .header-top button,
[theme="dark"] .bg-primary-light {
    color: var(--bs-body-color) !important;
}

.tradix-premium-product-page > .container {
    max-width: 1280px;
}

.tradix-offer-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 9px 14px;
    border: 1px solid #fed7aa;
    border-radius: 8px;
    background: linear-gradient(90deg, #fff7ed 0%, #ffffff 48%, #eff6ff 100%);
    color: var(--tradix-ink);
    box-shadow: 0 8px 22px rgba(16, 24, 40, .05);
}

.tradix-offer-strip__main,
.tradix-offer-strip__meta,
.tradix-product-kicker,
.tradix-b2b-chip-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.tradix-offer-strip__main strong {
    font-size: 16px;
    color: var(--tradix-hot-dark);
}

.tradix-offer-strip__main span,
.tradix-offer-strip__meta span {
    font-size: 12px;
    font-weight: 700;
    color: #344054;
}

.tradix-offer-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 6px;
    color: var(--tradix-hot-dark) !important;
    background: #fff;
    border: 1px solid #fed7aa;
}

.tradix-product-hero-card {
    border: 1px solid var(--tradix-line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 34px rgba(16, 24, 40, .07);
}

.tradix-product-hero-card .card-body {
    padding: 18px;
}

.tradix-product-hero-card .quickview-content > .row {
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    align-items: start;
}

.tradix-product-hero-card .quickview-content > .row > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.tradix-gallery-shell {
    min-height: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.tradix-gallery-main {
    border: 0 !important;
    border-radius: 8px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    min-height: 0;
    box-shadow: inset 0 0 0 1px var(--tradix-line);
    overflow: hidden;
}

.tradix-gallery-main.quickviewSlider2,
.tradix-gallery-main.swiper-container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

.tradix-gallery-main .swiper-slide,
.tradix-gallery-main .easyzoom,
.tradix-gallery-main .easyzoom > a {
    height: 100%;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.tradix-gallery-main .swiper-wrapper {
    height: 100%;
    min-height: 0;
}

.tradix-gallery-main .easyzoom,
.tradix-gallery-main .easyzoom > a {
    width: 100%;
    display: block;
}

.tradix-gallery-main .swiper-slide {
    display: flex;
    align-items: stretch;
}

.tradix-gallery-main > .swiper-wrapper {
    width: auto;
}

.tradix-gallery-main img {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    object-fit: contain;
    padding: 22px;
    transition: transform .22s ease;
}

.tradix-gallery-main:hover img {
    transform: scale(1.025);
}

.tradix-gallery-main:hover .product__actions img,
.tradix-gallery-main:hover .product-share-icons img {
    transform: none;
}

.tradix-gallery-main .product__actions {
    top: 14px;
    inset-inline-end: 14px;
    z-index: 3;
}

.tradix-gallery-main .product__actions > a,
.tradix-gallery-main .product-share-icons > a {
    inline-size: 38px !important;
    block-size: 38px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    max-width: 38px !important;
    max-height: 38px !important;
    flex: 0 0 38px !important;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(16, 24, 40, .1);
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: var(--tradix-ink);
    box-shadow: 0 8px 18px rgba(16, 24, 40, .08);
    backdrop-filter: blur(8px);
}

.tradix-gallery-main .product__actions i,
.tradix-gallery-main .product-share-icons i,
.tradix-gallery-main .product-share-icons svg {
    inline-size: 16px !important;
    block-size: 16px !important;
    width: 16px !important;
    height: 16px !important;
    line-height: 1;
    flex: 0 0 16px !important;
}

.tradix-gallery-main .product-share-icons ul a {
    min-height: 0;
    height: auto;
}

.tradix-thumb-shell .swiper-slide {
    width: 70px !important;
    height: 70px;
    flex: 0 0 70px;
    border: 1px solid var(--tradix-line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.tradix-thumb-shell .swiper-slide-thumb-active,
.tradix-thumb-shell .swiper-slide:hover {
    border-color: var(--tradix-hot);
    box-shadow: inset 0 0 0 1px var(--tradix-hot);
}

.tradix-product-info .product_title {
    font-size: clamp(24px, 2.5vw, 34px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: 0;
    color: var(--tradix-ink);
    margin-bottom: 0;
}

.tradix-product-info {
    min-width: 0;
    position: relative;
    z-index: 2;
    background: #fff;
}

.tradix-product-kicker {
    color: var(--tradix-blue);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.tradix-product-kicker span + span::before {
    content: "/";
    color: #b7c2ce;
    margin-inline-end: 10px;
}

.tradix-rating-row {
    padding-bottom: 8px;
    border-bottom: 1px dashed var(--tradix-line);
}

.tradix-b2b-chip-row span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
    color: #344054;
    background: #f9fafb;
    border: 1px solid var(--tradix-line);
}

.tradix-price-block {
    padding: 14px 16px;
    border-radius: 8px;
    background: linear-gradient(90deg, #fff1e7 0%, #fff8f3 100%);
    border: 1px solid #fed7aa;
}

.tradix-price-block .text-primary,
.tradix-price-block .discounted-unit-price {
    color: var(--tradix-hot-dark) !important;
    font-size: 32px !important;
    font-weight: 900 !important;
}

.tradix-from-price {
    display: grid;
    gap: 1px;
    padding: 9px 12px;
    min-width: 120px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #fed7aa;
}

.tradix-from-price span,
.tradix-from-price small {
    color: var(--tradix-muted);
    font-size: 11px;
    font-weight: 700;
}

.tradix-from-price strong {
    color: var(--tradix-green);
    font-size: 16px;
}

.tradix-tier-mini {
    border: 1px solid var(--tradix-line);
    border-radius: 8px;
    overflow: hidden;
}

.tradix-tier-mini__head,
.tradix-tier-mini__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 9px 12px;
}

.tradix-tier-mini__head {
    background: var(--tradix-soft);
    color: var(--tradix-muted);
    font-size: 12px;
    font-weight: 800;
}

.tradix-tier-mini__row {
    background: #fff;
    border-top: 1px solid var(--tradix-line);
    font-size: 13px;
}

.tradix-tier-mini__row.active {
    background: #fff7ed;
    color: var(--tradix-hot-dark);
    font-weight: 800;
}

.tradix-option-card {
    padding: 12px;
    border: 1px solid var(--tradix-line);
    border-radius: 8px;
    background: #fff;
}

.tradix-option-card__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.tradix-option-card__head h6 {
    margin: 0;
    color: var(--tradix-ink);
}

.tradix-option-card__head span {
    color: var(--tradix-muted);
    font-size: 12px;
    font-weight: 700;
}

.tradix-option-card .custom_01_option span:not(.color_variants) {
    border-radius: 6px !important;
    min-height: 38px;
    padding-inline: 14px !important;
    font-weight: 700;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.tradix-option-card .custom_01_option input:checked + span:not(.color_variants) {
    border-color: var(--tradix-hot) !important;
    background: #fff7ed !important;
    color: var(--tradix-hot-dark) !important;
}

.tradix-qty-card .quantity {
    width: fit-content;
    border: 1px solid var(--tradix-line);
    border-radius: 8px;
    overflow: hidden;
}

.tradix-tier-message {
    color: var(--tradix-green);
    font-size: 12px;
    font-weight: 800;
}

.tradix-total-box .bg-light {
    background: #f8fafc !important;
    border: 1px solid var(--tradix-line);
}

.tradix-cta-panel.product-add-and-buy-section-parent {
    width: 100%;
    max-inline-size: 100% !important;
    padding: 12px;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid var(--tradix-line);
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.tradix-cta-panel .btn {
    min-height: 46px;
    border-radius: 6px;
    font-weight: 800;
    padding-inline: 22px;
}

.tradix-cta-panel .product-add-and-buy-section {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 190px));
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 12px !important;
}

.tradix-cta-panel .product-add-and-buy-section .btn {
    width: 100%;
    max-width: none;
    flex: 0 1 auto !important;
}

.tradix-cta-panel .btn-primary {
    background: var(--tradix-hot) !important;
    border-color: var(--tradix-hot) !important;
    box-shadow: 0 12px 22px rgba(251, 90, 28, .24);
}

.tradix-cta-panel .btn-primary:hover {
    background: var(--tradix-hot-dark) !important;
    border-color: var(--tradix-hot-dark) !important;
}

.tradix-trust-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.tradix-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 10px;
    border: 1px solid var(--tradix-line);
    border-radius: 8px;
    background: #fff;
}

.tradix-trust-item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 50%;
    color: #fff;
    background: var(--tradix-green);
}

.tradix-trust-item strong,
.tradix-trust-item span {
    display: block;
}

.tradix-trust-item strong {
    color: var(--tradix-ink);
    font-size: 12px;
}

.tradix-trust-item span {
    color: var(--tradix-muted);
    font-size: 11px;
    line-height: 1.35;
}

.tradix-sticky-buy-panel.active {
    border-top: 1px solid var(--tradix-line);
    box-shadow: 0 -16px 38px rgba(16, 24, 40, .14);
    z-index: 1020;
}

.tradix-sticky-product img {
    border: 1px solid var(--tradix-line);
}

.tradix-sticky-b2b-line {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tradix-sticky-b2b-line span {
    padding: 3px 8px;
    border-radius: 6px;
    color: var(--tradix-green);
    background: #ecfdf3;
    font-size: 11px;
    font-weight: 800;
}

.tradix-sticky-actions .btn {
    min-height: 42px;
    border-radius: 6px;
    font-weight: 800;
}

.tradix-sticky-actions .btn-primary {
    background: var(--tradix-hot) !important;
    border-color: var(--tradix-hot) !important;
}

.tradix-premium-product-page .card:not(.tradix-product-hero-card) {
    border: 1px solid var(--tradix-line);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(16, 24, 40, .05);
}

.tradix-premium-product-page .product-details-tab-content {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.tradix-premium-product-page .details-content-wrap {
    max-width: 100%;
    overflow: hidden;
}

.tradix-premium-product-page .rich-editor-html-content {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.tradix-premium-product-page .rich-editor-html-content img,
.tradix-premium-product-page .rich-editor-html-content video,
.tradix-premium-product-page .rich-editor-html-content iframe {
    display: block;
    max-width: 100%;
}

.tradix-premium-product-page .rich-editor-html-content img,
.tradix-premium-product-page .rich-editor-html-content video {
    height: auto;
}

.tradix-premium-product-page .rich-editor-html-content table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    white-space: normal;
}

.tradix-premium-product-page .table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
}

[theme="dark"] .tradix-offer-strip {
    background: linear-gradient(90deg, #251b14 0%, #1e2228 52%, #182232 100%);
    border-color: rgba(255, 122, 61, .35);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .22);
}

[theme="dark"] .tradix-offer-strip__main span,
[theme="dark"] .tradix-offer-strip__meta span,
[theme="dark"] .tradix-b2b-chip-row span {
    color: var(--tradix-ink);
}

[theme="dark"] .tradix-product-kicker span + span::before {
    color: var(--tradix-muted);
}

[theme="dark"] .tradix-offer-pill,
[theme="dark"] .tradix-product-hero-card,
[theme="dark"] .tradix-product-info,
[theme="dark"] .tradix-thumb-shell .swiper-slide,
[theme="dark"] .tradix-from-price,
[theme="dark"] .tradix-tier-mini__row,
[theme="dark"] .tradix-option-card,
[theme="dark"] .tradix-trust-item,
[theme="dark"] .tradix-premium-product-page .card:not(.tradix-product-hero-card) {
    background: #20242a;
}

[theme="dark"] .tradix-gallery-main {
    background: linear-gradient(180deg, #20242a 0%, #181c22 100%);
}

[theme="dark"] .tradix-gallery-main .product__actions > a,
[theme="dark"] .tradix-gallery-main .product-share-icons > a {
    border-color: var(--tradix-line);
    background: rgba(32, 36, 42, .94);
    color: var(--tradix-ink);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .24);
}

[theme="dark"] .tradix-b2b-chip-row span,
[theme="dark"] .tradix-cta-panel.product-add-and-buy-section-parent,
[theme="dark"] .tradix-total-box .bg-light {
    background: #1b1f25 !important;
    color: var(--tradix-ink);
}

[theme="dark"] .tradix-price-block {
    background: linear-gradient(90deg, rgba(255, 122, 61, .13) 0%, rgba(255, 122, 61, .07) 100%);
    border-color: rgba(255, 122, 61, .35);
}

[theme="dark"] .tradix-tier-mini__head {
    background: var(--tradix-soft);
}

[theme="dark"] .tradix-tier-mini__row.active,
[theme="dark"] .tradix-option-card .custom_01_option input:checked + span:not(.color_variants) {
    background: rgba(255, 122, 61, .13) !important;
    color: var(--tradix-hot-dark) !important;
}

[theme="dark"] .tradix-premium-product-page .table,
[theme="dark"] .tradix-premium-product-page .table-light,
[theme="dark"] .tradix-premium-product-page .table > :not(caption) > * > * {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: #20242a;
    --bs-table-border-color: var(--tradix-line);
    color: var(--bs-body-color);
    background-color: #20242a;
    border-color: var(--tradix-line);
}

[theme="dark"] .tradix-premium-product-page .rich-editor-html-content,
[theme="dark"] .tradix-premium-product-page .rich-editor-html-content * {
    color: var(--bs-body-color) !important;
}

[theme="dark"] .tradix-premium-product-page .rich-editor-html-content a {
    color: var(--tradix-blue) !important;
}

[theme="dark"] .tradix-premium-product-page .review-reply {
    background: rgba(96, 165, 250, .12) !important;
    color: var(--bs-body-color);
}

[theme="dark"] .tradix-sticky-buy-panel,
[theme="dark"] .tradix-sticky-buy-panel.active {
    background: #20242a;
    color: var(--bs-body-color);
}

[theme="dark"] .tradix-sticky-buy-panel .border-bottom {
    border-color: var(--tradix-line) !important;
}

[theme="dark"] .tradix-sticky-b2b-line span {
    background: rgba(74, 222, 128, .12);
    color: var(--tradix-green);
}

[theme="dark"] .tradix-sticky-buy-panel .quantity,
[theme="dark"] .tradix-sticky-buy-panel .form-control {
    border-color: var(--tradix-line);
    background-color: #1b1f25;
    color: var(--bs-body-color);
}

@media (max-width: 991.98px) {
    .tradix-product-hero-card .quickview-content > .row {
        grid-template-columns: 1fr;
    }

    .tradix-gallery-main {
        min-height: 0;
    }

    .tradix-gallery-main img {
        min-height: 0;
    }

    .tradix-offer-strip,
    .tradix-offer-strip__main,
    .tradix-offer-strip__meta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .tradix-premium-product-page {
        padding-top: 0 !important;
    }

    .tradix-product-hero-card .card-body {
        padding: 12px;
    }

    .tradix-gallery-main {
        min-height: 0;
    }

    .tradix-gallery-main img {
        min-height: 0;
        padding: 10px;
    }

    .tradix-gallery-main .product__actions {
        top: 10px;
        inset-inline-end: 10px;
    }

    .tradix-gallery-main .product__actions > a,
    .tradix-gallery-main .product-share-icons > a {
        inline-size: 34px !important;
        block-size: 34px !important;
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        min-height: 34px !important;
        max-width: 34px !important;
        max-height: 34px !important;
        flex-basis: 34px !important;
    }

    .tradix-product-info .product_title {
        font-size: 24px;
    }

    .tradix-price-block {
        display: grid !important;
    }

    .tradix-trust-grid {
        grid-template-columns: 1fr;
    }

    .tradix-cta-panel,
    .tradix-cta-panel .product-add-and-buy-section,
    .tradix-cta-panel .btn {
        width: 100%;
    }

    .tradix-sticky-buy-panel.active .product-details-sticky-bottom,
    .tradix-sticky-actions,
    .tradix-sticky-actions .mx-w,
    .tradix-sticky-actions .product-add-and-buy-section,
    .tradix-sticky-actions .btn {
        width: 100%;
    }

    .tradix-sticky-actions {
        align-items: stretch !important;
        flex-wrap: wrap;
    }

    .tradix-sticky-total {
        width: 100%;
        justify-content: center;
        order: -1;
    }

    .tradix-sticky-total .product-details-chosen-price-amount {
        font-size: 18px !important;
        line-height: 1.2;
    }
}
