:root {
    --input-placeholder-color: #222;
    --white-clr: #fff;
}

.rtl {
    direction: var(--web-direction);
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--web-primary);
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--web-secondary);
}

.navbar-light .navbar-tool-icon-box {
    color: var(--web-primary);
}

.search_button {
    background-color: var(--web-primary);
}

.navbar-stuck-menu {
    background-color: var(--web-primary);
}

.mega-nav .nav-item .nav-link {
    color: var(--web-primary) !important;
}

.owl-theme .owl-nav [class*="owl-"],
.checkbox-alphanumeric label:hover {
    border-color: var(--web-primary);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--web-secondary) !important;
}

[type="radio"]:not(.show) {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

[type="radio"]:not(.show) + span:after {
    box-shadow: 0 0 0 0.1em var(--web-secondary);
}

[type="radio"]:not(.show):checked + span:after {
    background: var(--web-secondary);
    box-shadow: 0 0 0 0.1em var(--web-secondary);
}

.navbar-tool .navbar-tool-label {
    background-color: var(--web-secondary) !important;
}

.btn--primary {
    color: #fff;
    background-color: var(--web-primary) !important;
    border-color: var(--web-primary) !important;
}

.d--none {
    display: none;
}

.web-text-primary,
.text-primary {
    color: var(--web-primary) !important;
}

.btn--primary:hover {
    color: #fff;
    background-color: var(--web-primary) !important;
    border-color: var(--web-primary) !important;
}

.btn-secondary {
    background-color: var(--web-secondary) !important;
    border-color: var(--web-secondary) !important;
}

.btn-outline-accent:hover {
    color: #fff;
    background-color: var(--web-primary);
    border-color: var(--web-primary);
}

.btn-outline-accent {
    color: var(--web-primary);
    border-color: var(--web-primary);
}

.text-accent {
    color: var(--web-primary);
}

.text-base-2 {
    color: var(--web-secondary);
}
a:hover {
    color: var(--web-primary);
}

.text-primary,
.text-base,
.active-menu {
    color: var(--web-primary) !important;
}

.page-item.active > .page-link {
    box-shadow: 0 0.5rem 1.125rem -0.425rem var(--web-primary);
}

.page-item.active .page-link {
    background-color: var(--web-primary);
}

.btn-outline-accent:not(:disabled):not(.disabled):active,
.btn-outline-accent:not(:disabled):not(.disabled).active,
.show > .btn-outline-accent.dropdown-toggle {
    background-color: var(--web-secondary);
    border-color: var(--web-secondary);
}

.btn-outline-primary {
    color: var(--web-primary);
    border-color: var(--web-primary);
}

.btn-outline-primary:hover {
    background-color: var(--web-primary);
    border-color: var(--web-primary);
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0 var(--web-primary);
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    background-color: var(--web-primary);
    border-color: var(--web-primary);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 var(--web-primary);
}

.for-discount-value {
    background: var(--web-primary);
}

span.badge-accent {
    color: var(--base);
    background-color: var(--web-primary-40);
}

span.badge-accent:hover {
    color: var(--base) !important;
}

.custom-light-primary-color {
    background-color: var(--web-primary-10);
}

.custom-light-primary-color-20 {
    background-color: var(--web-primary-20);
}

.password-toggle-btn
    .custom-control-input:checked
    ~ .password-toggle-indicator {
    color: var(--web-primary);
}

.for-count-value {
    color: var(--web-primary);
}

.web--bg-primary {
    background-color: var(--web-primary);
}

.web--bg-secondary {
    background-color: var(--web-secondary);
}

.count-value {
    color: var(--web-primary);
}

@media (min-width: 768px) {
    .navbar-stuck-menu {
        background-color: var(--web-primary);
    }
}

@media (max-width: 767px) {
    .search_button .input-group-text i {
        color: var(--web-primary) !important;
    }
    .search_button .input-group-text i.text-absolute-white{
        color: #ffffff !important;
    }

    .mega-nav1 {
        color: var(--web-primary) !important;
    }

    .mega-nav1 .nav-link {
        color: var(--web-primary) !important;
    }
}

@media (max-width: 471px) {
    .mega-nav1 {
        color: var(--web-primary) !important;
    }

    .mega-nav1 .nav-link {
        color: var(--web-primary) !important;
    }
}

.text-align-direction {
    text-align: var(--text-align-direction) !important;
}

.web-direction {
    direction: var(--web-direction) !important;
}

/* Header account dropdown (RTL/LTR) */
.__auth-dropdown {
    text-align: var(--text-align-direction) !important;
    direction: var(--web-direction) !important;
    /* Override theme/style limits (style.css sets max-width:150px and min-width:0!important) */
    min-width: 320px !important;
    max-width: 420px !important;
}

.__auth-dropdown .dropdown-item {
    text-align: var(--text-align-direction) !important;
    white-space: normal;
    overflow-wrap: anywhere;
}

@media (max-width: 575.98px) {
    .__auth-dropdown-wrap {
        position: static;
    }

    .__auth-dropdown {
        min-width: 200px !important;
        max-width: none !important;
        width: calc(100vw - 24px);
        left: 12px !important;
        right: 12px !important;
        transform: none !important;
    }

    .__auth-dropdown .dropdown-item {
        white-space: normal;
    }
}

.social-media:hover {
    color: var(--web-secondary) !important;
}

.bg-white-overlay-50 {
    background: rgba(255, 255, 255, 0.05);
}

.min-width-160px {
    min-width: 160px !important;
}

.tracking-page .closet {
    float: var(--text-align-direction-alt);
}

.checkout-details-page .nav-tabs {
    border: none;
}

.checkout-details-page .nav-tabs .nav-item {
    width: 49%;
    text-align: center;
}

.checkout-details-page .nav-tabs .nav-link::before {
    height: 0;
}

.checkout-details-page .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background: var(--web-primary);
    border-color: var(--web-primary);
}

.checkout-details-page .nav-tabs .nav-link {
    background: var(--web-secondary);
    border: 1px solid var(--web-secondary);
}

.bootstrap-select.dropdown.form-control button {
    border: 1px solid #e3e9ef !important;
}

.bootstrap-select.dropdown.form-control button:focus {
    outline: none !important;
    box-shadow: none;
}

@media (max-width: 600px) {
    .contact-us-page.sidebar_heading {
        background: var(--web-primary);
    }
}

.delete-account-dropdown-menu {
    width: 200px;
    min-width: 0 !important;
}

.checkout-steps.steps-light .step-item.active .step-count,
.checkout-steps.steps-light .step-item.active .step-progress {
    color: #ffffff;
    background-color: var(--web-primary);
}

.checkout-steps.steps-light .step-count,
.checkout-steps.steps-light .step-progress {
    color: #4f4f4f;
    background-color: rgba(225, 225, 225, 0.67);
}

.checkout-steps.steps-light .step-item.active.current {
    color: var(--web-primary) !important;
    pointer-events: none;
}

.checkout-steps.steps-light .step-item {
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 400;
}
.customize-step{
    margin: 0 auto 20px;
    max-width: 600px;
}
.customize-step .step-item{
    width: 190px;
    text-align: center;    
}
.customize-step .step-item .step-count{
    width: 30px;
    height: 30px;
    border: 2px solid var(--border1);
    background-color: var(--color-white);
}
.customize-step .step-item:not(:last-child)::before{
    position: absolute;
    content: "";
    top: 4px;
    inset-inline-start: 110px;
    width: 168px;
    height: 1px;
    border-top: 2px dashed var(--border1);

}
.customize-step .step-item.active::before{
    border-top: 2px solid var(--web-primary);
}
.customize-step .step-item .step-count i{
    opacity: 0;
}
.customize-step .step-item.active .step-count i{
    opacity: 1 !important;
}
.customize-step .step-item.active .step-count{
    background-color: var(--web-primary) !important;
}
.fw-medium{
    font-weight: 500 !important;
}
@media screen and (max-width: 767px) {
    .customize-step{
        max-width: 100%;
        display: flex;
        align-items: flex-start;
    }
    .customize-step .step-item{
        width: 100%;
        text-align: center;    
    }
    .customize-step .step-item .step-count{
        width: 30px;
        height: 30px;
        border: 2px solid var(--border1);
        background-color: var(--color-white);
    }
    .customize-step .step-item:not(:last-child)::before{
        position: absolute;
        content: "";
        top: 4px;
        inset-inline-start: 110px;
        width: 100%;
        height: 1px;
        border-top: 2px dashed var(--border1);

    }
}
@media screen and (max-width: 575px) {   
    .customize-step .step-item:not(:last-child)::before{
        position: absolute;
        content: "";
        top: 4px;
        inset-inline-start: 80px;
        width: 100%;
        height: 1px;
        border-top: 2px dashed var(--border1);
    }
}
@media screen and (max-width: 575px) {    
    .customize-step .step-item:not(:last-child)::before{
        inset-inline-start: 60px;
        border-top: 2px dashed var(--border1);
    }
}

.list-group-flush .list-group-item li,
.list-group-flush .list-group-item li a {
    color: var(--web-primary);
}

.list-group-flush .list-group-item li,
.list-group-flush .list-group-item li a:hover {
    color: var(--web-secondary);
}

.order-summery-aside .cart_title {
    font-weight: 400 !important;
    font-size: 14px;
}

.order-summery-aside .cart_value {
    font-weight: 600 !important;
    font-size: 14px;
}

@media (max-width: 575px) {
    .order-summery-aside .cart_title,
    .order-summery-aside .cart_value {
        font-size: 14px;
    }
}

html[dir="rtl"] .floating-btn-grp {
    left: 16px;
    right: auto;
}

html[dir="rtl"] .__floating-btn {
    left: 16px;
    right: auto;
}

.floating-btn-grp {
    align-items: flex-end;
}

html[dir="rtl"] .floating-btn-grp {
    align-items: flex-start;
}

.floating-btn-grp .prestigeo-bot {
    position: static !important;
    inset: auto !important;
    align-self: auto;
}

.order-summery-aside .__cart-total_sticky {
    position: sticky;
    top: 80px;
}

.order-details-nav.nav-menu > * {
    border: none;
    border-bottom: 2px solid transparent;
    background-color: transparent;
    padding: 0.5rem 0;
    color: #9b9b9b;
}

.order-details-nav.nav-menu > *.active {
    border-color: #1455ac;
    color: #1455ac;
    font-weight: 700;
}

.max-width-150px {
    max-width: 150px;
}

.max-width-200px {
    max-width: 200px;
}

.max-width-350px {
    max-width: 350px;
}
.max-width-500px {
    max-width: 500px;
}

.width-300px {
    width: 300px;
}

.height-100px {
    height: 100px;
}

.max-height-500px {
    max-height: 500px !important;
}

[dir="ltr"] .heading_search {
    padding: 10px 29px 10px 20px;
}

[dir="rtl"] .heading_search {
    padding: 10px 20px 10px 29px;
}

[dir="ltr"] .chat_ib {
    padding: 0 0 6px 15px;
}

[dir="rtl"] .chat_ib {
    padding: 0 15px 6px 0;
}

[dir="ltr"] .received_msg {
    padding: 0 0 0 10px;
}

[dir="rtl"] .received_msg {
    padding: 0 10px 0 0;
}

[dir="ltr"] .received_withdraw_msg p {
    padding: 4px 8px 3px 10px;
}

[dir="rtl"] .received_withdraw_msg p {
    padding: 4px 10px 3px 8px;
}

.msg_history {
    padding: 0 15px;
}

[dir="ltr"] .send_msg p {
    padding: 5px 10px 5px 12px;
}

[dir="rtl"] .send_msg p {
    padding: 5px 12px 5px 10px;
}

.p-12px {
    padding: 12px;
}

[dir="ltr"] .ps-12px {
    padding-left: 12px;
}

[dir="rtl"] .ps-12px {
    padding-right: 12px;
}

[dir="ltr"] .float-start {
    float: left;
}

[dir="rtl"] .float-start {
    float: right;
}

[dir="ltr"] .float-end {
    float: right;
}

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

[dir="ltr"] .ms-auto {
    margin-left: auto;
}

[dir="rtl"] .ms-auto {
    margin-right: auto;
}

[dir="ltr"] .ms-2 {
    margin-left: 0.5rem !important;
}

[dir="rtl"] .ms-2 {
    margin-right: 0.5rem !important;
}

[dir="ltr"] .me-2 {
    margin-right: 0.5rem !important;
}

[dir="rtl"] .me-2 {
    margin-left: 0.5rem !important;
}

[dir="ltr"] .me-3 {
    margin-right: 1rem !important;
}

[dir="rtl"] .me-3 {
    margin-left: 1rem !important;
}

[dir="ltr"] .me-4 {
    margin-right: 1.5rem !important;
}

[dir="rtl"] .me-4 {
    margin-left: 1.5rem !important;
}

[dir="ltr"] .ps-0 {
    padding-left: 0 !important;
}

[dir="ltr"] .ps-1 {
    padding-left: 0.25rem !important;
}

[dir="ltr"] .ps-2 {
    padding-left: 0.5rem !important;
}

[dir="ltr"] .ps-3 {
    padding-left: 1rem !important;
}

[dir="ltr"] .ps-4 {
    padding-left: 1.5rem !important;
}

[dir="ltr"] .ps-5 {
    padding-left: 3rem !important;
}

[dir="rtl"] .ps-0 {
    padding-right: 0 !important;
}

[dir="rtl"] .ps-1 {
    padding-right: 0.25rem !important;
}

[dir="rtl"] .ps-2 {
    padding-right: 0.5rem !important;
}

[dir="rtl"] .ps-3 {
    padding-right: 1rem !important;
}

[dir="rtl"] .ps-4 {
    padding-right: 1.5rem !important;
}

[dir="rtl"] .ps-5 {
    padding-right: 3rem !important;
}

[dir="ltr"] .pe-0 {
    padding-right: 0 !important;
}

[dir="ltr"] .pe-1 {
    padding-right: 0.25rem !important;
}

[dir="ltr"] .pe-2 {
    padding-right: 0.5rem !important;
}

[dir="ltr"] .pe-3 {
    padding-right: 1rem !important;
}

[dir="ltr"] .pe-4 {
    padding-right: 1.5rem !important;
}

[dir="ltr"] .pe-5 {
    padding-right: 3rem !important;
}

[dir="rtl"] .pe-0 {
    padding-left: 0 !important;
}

[dir="rtl"] .pe-1 {
    padding-left: 0.25rem !important;
}

[dir="rtl"] .pe-2 {
    padding-left: 0.5rem !important;
}

[dir="rtl"] .pe-3 {
    padding-left: 1rem !important;
}

[dir="rtl"] .pe-4 {
    padding-left: 1.5rem !important;
}

[dir="rtl"] .pe-5 {
    padding-left: 3rem !important;
}

.category-list-in-header {
    padding: 10px;
    border: 1px solid #0000001f;
    width: 100%;
    cursor: pointer;
    background: white;
}

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

.loading-parent {
    position: fixed;
    z-index: 9999;
    height: 100vh;
    top: 0;
    display: block;
    justify-content: center;
    align-items: center;
}

.loading-parent.d--none {
    display: none;
}

.loading-parent-first-div {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.payment-loading-parent {
    position: fixed;
    z-index: 9999;
    left: 40%;
    top: 37%;
    width: 100%;
}

[dir="ltr"] .navbar form .search_button {
    border-radius: 0 7px 7px 0;
    left: unset;
    right: 0;
    top: 0;
}

[dir="rtl"] .navbar form .search_button {
    border-radius: 7px 0 0 7px;
    right: unset;
    left: 0;
    top: 0;
}

.header-subcategories-links {
    font-family: sans-serif !important;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    margin-left: 50px;
}

.mt-minus-11px {
    margin-top: -11px;
}

[dir="ltr"] .dir-end-minus-7px {
    right: -7px;
}

[dir="rtl"] .dir-end-minus-7px {
    left: -7px;
}

.category-single-product-price {
    font-size: 12px !important;
    color: #9b9b9b !important;
}
.category-single-product-price.fs-14{
    font-size: 14px !important;
}

.modal-quick-view .modal-dialog {
    max-width: 850px !important;
}

.modal-quick-view .product-title2 {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
    font-size: 22px !important;
    color: #000000 !important;
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 1.2em;
    line-height: 1.2em;
}

.modal-quick-view .cz-product-gallery {
    display: block;
    max-height: 530px;
    overflow: hidden;
}

.modal-quick-view .cz-product-gallery .table-responsive {
    overflow: hidden;
    max-height: 80px;
}

.modal-quick-view .cz-preview {
    width: 100%;
    margin-top: 0;
    max-height: 100% !important;
}

.modal-quick-view .cz-preview-item > img {
    width: 100%;
}

.modal-quick-view .details {
    border: 1px solid #e2f0ff;
    border-radius: 3px;
    padding: 16px;
}

@media (max-width: 991px) {
    .modal-quick-view .details {
        border: none;
        border-radius: 0;
        padding: 0;
    }
}

img,
figure {
    max-width: 100%;
    vertical-align: middle;
}

.modal-quick-view .cz-thumblist-item {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0.625rem;
    transition: border-color 0.2s ease-in-out;
    border: 1px solid #e2f0ff;
    border-radius: 0.3125rem;
    text-decoration: none !important;
    overflow: hidden;
}

.modal-quick-view .for-hover-bg {
    font-size: 18px;
    height: 45px;
}

.modal-quick-view .cz-thumblist-item > img {
    display: block;
    width: 80%;
    transition: opacity 0.2s ease-in-out;
    max-height: 58px;
    opacity: 0.6;
}

@media (max-width: 767px) and (min-width: 576px) {
    .modal-quick-view .cz-preview-item > img {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .modal-quick-view .cz-thumblist {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 1rem;
        padding-right: 22px;
        padding-bottom: 10px;
    }

    .modal-quick-view .cz-thumblist-item {
        margin: 0;
    }

    .modal-quick-view .cz-thumblist {
        padding-top: 8px !important;
    }

    .modal-quick-view .cz-preview-item > img {
        width: 100%;
    }
}

.product-details-seller-info {
    position: absolute;
    inset-inline-end: 24px;
    inset-block-start: -4px;
}

.image-default-bg-color {
    background-color: #1455ac10;
}

@media (min-width: 768px) {
    [dir="ltr"] .text-md-start {
        text-align: left !important;
    }
    [dir="rtl"] .text-md-start {
        text-align: right !important;
    }
}
.owl-theme .owl-nav *,
.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: var(--web-primary) !important;
}

.rating {
    cursor: pointer;
    --dir: right;
    --fill: #1455ac;
    --fillbg: rgba(100, 100, 100, 0.15);
    --star: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.25l-6.188 3.75 1.641-7.031-5.438-4.734 7.172-0.609 2.813-6.609 2.813 6.609 7.172 0.609-5.438 4.734 1.641 7.031z"/></svg>');
    --stars: 5;
    --starsize: 2.5rem;
    --symbol: var(--star);
    --value: 1;
    --w: calc(var(--stars) * var(--starsize));
    --x: calc(100% * (var(--value) / var(--stars)));
    block-size: var(--starsize);
    inline-size: var(--w);
    position: relative;
    touch-action: manipulation;
    -webkit-appearance: none;
}

[dir="rtl"] .rating {
    --dir: left;
}

.rating::-moz-range-track {
    background: linear-gradient(
        to var(--dir),
        var(--fill) 0 var(--x),
        var(--fillbg) 0 var(--x)
    );
    block-size: 100%;
    mask: repeat left center/var(--starsize) var(--symbol);
}

.rating::-webkit-slider-runnable-track {
    background: linear-gradient(
        to var(--dir),
        var(--fill) 0 var(--x),
        var(--fillbg) 0 var(--x)
    );
    block-size: 100%;
    mask: repeat left center/var(--starsize) var(--symbol);
    -webkit-mask: repeat left center/var(--starsize) var(--symbol);
}

.rating::-moz-range-thumb {
    height: var(--starsize);
    opacity: 0;
    width: var(--starsize);
}

.rating::-webkit-slider-thumb {
    height: var(--starsize);
    opacity: 0;
    width: var(--starsize);
    -webkit-appearance: none;
}

.rating,
.rating-label {
    display: block;
    font-family: ui-sans-serif, system-ui, sans-serif;
}

.rating-label {
    margin-block-end: 1rem;
}

.rating--nojs::-moz-range-track {
    background: var(--fillbg);
}

.rating--nojs::-moz-range-progress {
    background: var(--fill);
    block-size: 100%;
    mask: repeat left center/var(--starsize) var(--star);
}

.rating--nojs::-webkit-slider-runnable-track {
    background: var(--fillbg);
}

.rating--nojs::-webkit-slider-thumb {
    background-color: var(--fill);
    box-shadow: calc(0rem - var(--w)) 0 0 var(--w) var(--fill);
    opacity: 1;
    width: 1px;
}

[dir="rtl"] .rating--nojs::-webkit-slider-thumb {
    box-shadow: var(--w) 0 0 var(--w) var(--fill);
}

.top-1 {
    top: 0.5rem;
}

.left-1 {
    left: 0.5rem;
}

#dataTable_wrapper > .row:nth-child(1) {
    display: flex;
}
#dataTable_wrapper > .row:nth-child(1) #dataTable_length {
    display: none;
}
[dir="rtl"] div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
    padding-inline-end: 0 !important;
}
[dir="rtl"]
    div.table-responsive
    > div.dataTables_wrapper
    > div.row
    > div[class^="col-"]:last-child {
    padding-left: 0;
}

[dir="rtl"] .cz-image-zoom {
    direction: rtl;
}

[dir="rtl"] .cz-image-zoom-pane {
    direction: ltr;
}

.social-share-popup {
    padding: 25px;
    width: 100%;
}

.social-share-popup :is(header, .icons, .field) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social-share-popup header {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebedf9;
}
.social-share-popup header span {
    font-size: 21px;
    font-weight: 600;
}
.social-share-popup header .close,
.icons a {
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.social-share-popup header .close {
    color: #878787;
    font-size: 17px;
    background: #f2f3fb;
    height: 33px;
    width: 33px;
    cursor: pointer;
}
.social-share-popup header .close:hover {
    background: #ebedf9;
}
.social-share-popup .content {
    margin: 20px 0;
}
.social-share-popup .icons {
    display: flex;
    justify-content: center;
    margin: 15px 0 20px 0;
    gap: 1.5rem;
    list-style: none;
}
.social-share-popup .content p {
    font-size: 16px;
}
.social-share-popup .content .icons li a {
    height: 50px;
    width: 50px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid transparent;
}
.social-share-popup .icons li a i {
    transition: transform 0.3s ease-in-out;
}
.social-share-popup .icons li:nth-child(1) a {
    color: #1877f2;
    border-color: #b7d4fb;
}
.social-share-popup .icons li:nth-child(1):hover a {
    background: #1877f2;
}
.social-share-popup .icons li:nth-child(2) a {
    color: #46c1f6;
    border-color: #b6e7fc;
}
.social-share-popup .icons li:nth-child(2):hover a {
    background: #46c1f6;
}
.social-share-popup .icons li:nth-child(3) a {
    color: #e1306c;
    border-color: #f5bccf;
}
.social-share-popup .icons li:nth-child(3):hover a {
    background: #e1306c;
}
.social-share-popup .icons li:nth-child(4) a {
    color: #25d366;
    border-color: #bef4d2;
}
.social-share-popup .icons li:nth-child(4):hover a {
    background: #25d366;
}
.social-share-popup .icons li:nth-child(5) a {
    color: #0088cc;
    border-color: #b3e6ff;
}
.social-share-popup .icons li:nth-child(5):hover a {
    background: #0088cc;
}
.social-share-popup .icons li:hover a {
    color: #fff;
    border-color: transparent;
}
.social-share-popup .icons li:hover a i {
    transform: scale(1.2);
}
.social-share-popup .content .field {
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
}
.social-share-popup .field.active {
    border-color: #7d2ae8;
}
.social-share-popup .field i {
    width: 50px;
    font-size: 18px;
    text-align: center;
}
.social-share-popup .field.active i {
    color: #7d2ae8;
}
.social-share-popup .field input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
}
.social-share-popup .field button {
    color: #fff;
    padding: 5px 18px;
    background: var(--base);
    border: 0;
    border-radius: 5px;
}

.user-profile-container {
    background: rgba(252, 252, 252, 1);
    direction: var(--web-direction);
}

.line-height-16 {
    line-height: 16px;
}

.customer-profile-wishlist .price-range,
.customer-profile-wishlist .price-range .fs-16 {
    font-size: 13px;
}

.customer-profile-wishlist .price-range del {
    font-size: 14px;
}
.customer-profile-wishlist .price-range .discounted-unit-price {
    font-size: 15px;
}

.customer-profile-orders .status-badge {
    height: 25px;
    padding: 3px 15px 3px 15px;
    border-radius: 5px;
}

.text-secondary-50 {
    color: rgba(155, 155, 155, 1);
}

.border-lighter {
    border: 1px solid rgba(20, 85, 172, 0.05);
}

.user-profile-aside .aside-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.user-profile-aside .active-menu .aside-link {
    font-weight: 600;
}

.shadow-border {
    border: 2px solid rgba(155, 155, 155, 0.05) !important;
}

.details-text-justify h1,
.details-text-justify h2,
.details-text-justify h3,
.details-text-justify h4,
.details-text-justify h5,
.details-text-justify h6 {
    text-align: start;
}

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

.min-height-auto {
    min-height: auto !important;
}
.min-height-100px {
    min-height: 100px;
}
.max-height-200px {
    max-height: 200px;
    overflow: hidden;
}
.tio-star.text-star,
.tio-star.text-warning {
    color: rgba(255, 125, 30, 1) !important;
}

.map-area-alert-border {
    border: 2px solid transparent;
}

.map-area-alert-danger {
    border: 2px solid red;
    border-radius: 5px;
    overflow: hidden;
}

.location-search-input-field {
    top: 10px !important;
    outline: none;
    border: 1px solid #b1b1b1;
    padding: 5px 10px;
    left: 250px !important;
    height: 40px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .gmnoprint.gm-style-mtc-bbw {
        display: none;
    }
    .location-search-input-field {
        left: 10px !important;
    }
}
.text-force-underline {
    text-decoration: underline !important;
}

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

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

.temporarily-closed-sticky-alert div.alert-box img {
    width: 25px;
}

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

.light-placeholder::-webkit-input-placeholder {
    color: var(--input-placeholder-color) !important;
    opacity: 0.3 !important;
}

.light-placeholder::-moz-placeholder {
    color: var(--input-placeholder-color) !important;
    opacity: 0.3 !important;
}

.light-placeholder:-ms-input-placeholder {
    color: var(--input-placeholder-color) !important;
    opacity: 0.3 !important;
}

.light-placeholder::-ms-input-placeholder {
    color: var(--input-placeholder-color) !important;
    opacity: 0.3 !important;
}

.light-placeholder::placeholder {
    color: var(--input-placeholder-color) !important;
    opacity: 0.3 !important;
}

@media (max-width: 575px) {
    .mobile-fs-12 {
        font-size: 12px !important;
    }
}

.search-result-product-button {
    width: 100%;
    display: grid;
    grid-template-columns: 1rem 1fr 2rem;
    gap: 0.5rem;
}

.search-bar-input {
    padding-right: 5rem !important;
}

@media (max-width: 767px) {
    .search-bar-input {
        padding-right: 1rem !important;
    }
}

#lightbox {
    display: flex;
    flex-direction: column-reverse;
}

.direction-ltr {
    direction: ltr !important;
    unicode-bidi: isolate;
}

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

[dir="rtl"] .__chat-seller .aSend {
    transform: rotate(180deg);
}

.search-card.mobile-search-card {
    top: calc(100% - 1px);
    left: 0;
    position: absolute;
    background: white;
    z-index: 999;
    width: 100%;
    display: none;
}

[dir="rtl"] .category-wise-product-slider .owl-nav,
[dir="rtl"] .new-arrivals-product .owl-nav {
    display: flex !important;
}

/* ==========================================================
   Prestige Luxury Store: Equal-height product cards (Owl)
   - Make slides stretch to the tallest card without clipping
   ========================================================== */

.category-wise-product-slider .owl-stage,
.latest-products-slider .owl-stage {
    display: flex;
    align-items: stretch;
}

.category-wise-product-slider .owl-item,
.latest-products-slider .owl-item {
    display: flex;
    flex: 0 0 auto;
}

.category-wise-product-slider .owl-item > *,
.latest-products-slider .owl-item > * {
    width: 100%;
}

.img-avatar-parent-element {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 77px;
}

.img-avatar-parent-element img {
    object-fit: cover;
    height: 100%;
    width: auto;
}
.owl-nav.disabled {
    display: none !important;
}

.alert--message-2 {
    border-left: 3px solid var(--base);
    border-radius: 6px;
    position: fixed;
    right: 20px;
    top: 80px;
    z-index: 9999;
    background: var(--bg-surface);
    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: 14px;
}

.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;
}

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

[dir="rtl"] .checkbox-color input {
    right: -9999px;
    left: auto;
    position: absolute;
}
[dir="rtl"] .checkbox-alphanumeric input {
    right: -9999px;
    left: auto;
    position: absolute;
}

.color-bs-primary-force,
.color-bs-primary-force:focus {
    color: var(--web-primary) !important;
}

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

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

body {
    word-break: break-word;
}

.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 p:has(img) {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
}
.rich-editor-html-content img,
.rich-editor-html-content iframe.ql-video {
    width: 100%;
    max-width: 350px;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid var(--bs-border-color, #EFF1F4);;
    margin-inline-end: 1rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 575px) {
    .rich-editor-html-content table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .rich-editor-html-content img,
    .rich-editor-html-content iframe.ql-video{
        max-width: 100%;
    }
}

@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;
    }
}

.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;
}

.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;
}

.product-categories-list {
    overflow: hidden scroll;
    max-height: 18rem;
}

.social-media-login-btn {
    background-color: #0000000a;
    width: 100%;
    min-height: 48px;
    gap: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 12px 15px;
    border: 1px solid transparent;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}

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

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

.social-media-login-btn:hover {
    background-color: #00000012;
    border-color: #00000014;
}

.social-media-login-btn:focus-visible {
    outline: 2px solid var(--web-primary);
    outline-offset: 2px;
}

.social-media-login-btn.is-loading,
.social-media-login-btn[aria-busy="true"] {
    pointer-events: none;
    opacity: 0.75;
}

.login-card .form-control {
    font-size: 16px;
}

.auth-social-icon {
    height: 30px;
    width: 30px;
}

.btn.is-loading {
    pointer-events: none;
    opacity: 0.75;
}

.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;
}

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

.request-restock-btn {
    position: relative;
    filter: brightness(1) !important;
    -webkit-filter: brightness(1) !important;
}
.request-restock-btn::before {
    position: absolute;
    content: "";
    inset: 0;
    background: var(--web-primary);
    opacity: 0.07;
    border-radius: inherit;
}

.input-required-icon {
    color: #d80000;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.d--flex {
    display: flex;
}

@media (min-width: 576px) {
    .d--sm-flex {
        display: -ms-flexbox;
        display: flex;
    }

    .d--sm-block {
        display: block;
    }
}

.product-restock-request-section {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

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

.clearance-sale-title-bg {
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 80px;
    width: 220px;
    position: relative;
}

.clearance-sale-title-bg .title {
    position: absolute;
    bottom: 0.5rem;
    color: #fff;
    left: 20px;
    font-size: 18px;
    font-weight: 800;
    line-height: 21px;
}

.clearance-sale-title-bg .sub-title {
    position: absolute;
    bottom: 2.3rem;
    color: #1455ac;
    font-size: 12px;
    font-weight: 800;
    line-height: 19px;
    left: 1.25rem;
    text-align: center;
    width: 100px;
}

[dir="rtl"] .clearance-sale-title-bg {
    transform: scaleX(-1);
}

[dir="rtl"] .clearance-sale-title-bg .title,
[dir="rtl"] .clearance-sale-title-bg .sub-title {
    transform: scaleX(-1);
}

.fs-12 .discounted-unit-price,
.fs-12 .product-total-unit-price {
    font-size: 0.75rem !important;
}

.bg--light {
    background-color: var(--bg-surface);
}
[theme="dark"].bg--light {
    background-color: var(--bg-surface);
}

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

.quantity-box-120 {
    width: 120px;
    min-width: 110px;
}

.clearance-sale-slider.owl-carousel .owl-stage {
    display: flex;
    height: 100%;
}
.clearance-sale-slider.owl-carousel.owl-drag .owl-item {
    display: grid;
    align-items: stretch;
}

.bg-count-light {
    background: rgba(236, 241, 246, 0.5);
}

.bg-count-light:focus,
.bg-count-light:hover {
    filter: none !important;
}

.max-height-420px {
    max-height: 420px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}
.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.download-user-app {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.download-user-app .download-user-main {
    position: relative;
    z-index: 2;
}
.download-user-app::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--primary-clr-rgb), 80%);
    z-index: 1;
}

.pe-5rem {
    padding-inline-end: 5rem;
}

@media (min-width: 992px) {
    .sticky-top-wrapper {
        position: sticky;
        top: 130px;
    }

    .sticky-top-wrapper.sticky-top-blog-details {
        top: 130px;
        margin-top: 150px;
    }
}

.aspect-2 {
    aspect-ratio: 2/1;
    object-fit: cover;
}

.border-top-before-after {
    position: relative;
}
.border-top-before-after::before,
.border-top-before-after::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    border-top: 1px solid #d9d9d9;
    width: calc(50% - 140px);
    z-index: -1;
}
.border-top-before-after::after {
    inset-inline-start: unset;
    inset-inline-end: 0;
}

.blog-card {
    box-shadow: 0px 0px 6px 0px rgba(51, 66, 87, 0.07);
    border-radius: 15px;
}

.blog-card_image img {
    border-radius: 15px 15px 0 0;
}

.blog-card_footer {
    position: absolute;
    width: 100%;
    inset-inline-start: 0;
    padding-inline: 1rem;
    inset-block-end: 1rem;
}

.rounded-30 {
    border-radius: 30px;
}

.border-inline-end {
    border-inline-end: 1px solid rgba(38, 45, 52, 0.7);
}

@media (max-width: 575px) {
    .border-inline-end.pe-3 {
        border-inline-end: 0;
        padding-inline-end: 0;
    }
}

.ml-5 {
    margin-inline-start: 3rem !important;
}
@media (min-width: 991px) {
    .ml-lg-0 {
        margin-inline-start: 0 !important;
    }
}
.h-80px {
    height: 80px !important;
}

.article-nav-wrapper {
}
.article-nav-wrapper ul li {
    list-style: none;
}

.article-nav-wrapper ul li:not(:last-child) {
    margin-bottom: 20px;
}

.article-nav-wrapper ul li.active a {
    font-weight: 600;
    color: var(--base);
    border-bottom: 1px solid var(--base);
    padding: 0 0.5rem;
    margin-inline-start: 1rem;
    transition: all 0.3s ease-in-out;
}

.article-nav-wrapper_collapse {
    background-color: var(--bg-surface);
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
    width: 36px;
    height: 36px;
    transition: background 0.3s ease-in-out;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
    position: fixed;
    inset-block-start: 190px;
    inset-inline-start: 1rem;
    z-index: 99;
}
.article-nav-wrapper_collapse:hover {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #f6f6f6;
}
.article-nav-wrapper_collapse i {
    font-size: 1rem;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .article-nav-wrapper_collapse {
        display: flex;
    }
    .article-nav-wrapper {
        position: fixed;
        width: 100%;
        inset-inline-start: 0;
        inset-block-start: 170px;
        z-index: 9;
    }
    .article-nav-wrapper ul {
        overflow-y: auto;
        max-height: 260px;
    }
}

.recent-post:not(:last-child) {
    margin-bottom: 20px;
}

.blog-top-nav {
    overflow-x: auto;
    white-space: nowrap;
    padding-inline-start: 0;
    padding-inline-end: 60px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.blog-top-nav::-webkit-scrollbar {
    display: none;
}

.blog-top-nav li {
    list-style: none;
}
.blog-top-nav li.active a {
    color: #fff;
    background-color: var(--base);
}
.blog-top-nav li.active a span {
    opacity: 1 !important;
}

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

.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(--base);
    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 {
    color: #fff !important;
    background-color: #f7f8fa !important;
    border: none !important;
}

.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(--base) !important;
    border: none !important;
}

.h-45px {
    height: 45px !important;
}

.blog-banner-search {
    margin-top: -40px;
    width: 70%;
}
@media (max-width: 575px) {
    .blog-banner-search {
        width: 90%;
        margin-top: 0;
    }
}

.text--primary {
    color: var(--base) !important;
}

.blog-banner-container {
    position: relative;
    overflow: hidden;
}
.blog-banner-svg {
    max-width: unset !important;
}

@media (min-width: 1400px) {
    .blog-banner-svg {
        width: 100%;
        height: auto;
    }
}

.blog-banner-content {
    position: absolute;
    inset-inline-start: 50%;
    inset-block-start: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* Transaction filter */
.transaction-filter_dropdown {
    min-width: 360px !important;
    transform: translate(0px, 45px) !important;
    right: 0 !important;
    left: auto !important;
}

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

@media (max-width: 575px) {
    .transaction-filter_dropdown {
        min-width: 100% !important;
    }
}

.max-h-290px {
    max-height: 290px;
}

.daterangepicker.show-calendar .drp-buttons {
    display: flex !important;
    align-items: center !important;
    justify-content: end !important;
}

.icon-absolute-on-right {
    position: absolute;
    font-size: 20px;
    opacity: 0.6;
    inset-inline-end: 15px;
    inset-block-start: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.fs-20 {
    font-size: 20px !important;
}

#transactionFilterBtn .count {
    position: absolute;
    inset-inline-end: -4px;
    inset-block-start: -4px;
    width: 1rem;
    height: 1rem;
    font-size: 0.675rem;
    line-height: 1rem;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.earn-checkbox {
    accent-color: var(--web-primary);
    width: auto;
}

#filterCloseBtn {
    width: 24px;
    height: 24px;
    background-color: #d9d9d9;
}

.gap-10 {
    gap: 10px !important;
}
.gap-30 {
    gap: 30px !important;
}


.letter-spacing-0 {
    letter-spacing: 0;
}

@media (max-width: 575px) {
    .fs-20-mobile {
        font-size: 1.25rem !important;
    }
    .fs-16-mobile {
        font-size: 1rem !important;
    }
    .fs-14-mobile {
        font-size: 0.875rem !important;
    }
    .fs-12-mobile {
        font-size: 0.75rem !important;
    }
}

/* Product page price range */
#price_range_slider {
    width: calc(100% - 16px);
    height: 3px;
    /* background: rgba(var(--primary-clr-rgb), 0.38); */
    position: relative;
}
[dir="rtl"] #price_range_slider {
    right: 16px;
}

#price_range_slider::after {
    content: "";
    inset-inline-start: 0;
    width: calc(100% + 15px);
    height: 100%;
    background: rgba(var(--primary-clr-rgb), 0.38);
    position: absolute;
}
[dir="rtl"] #price_range_slider::after {
    right: -15px;
}

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

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

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

.form-control--sm {
    block-size: 1.875rem;
    font-size: 0.75rem;
}

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

.gap-12px {
    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(--web-primary);
}

.cursor-default {
    cursor: default !important;
}

.chatting-search-border {
    border: 2px solid #d3e8ff4d;
    border-radius: 5px;
}

.__color-9B9B9B {
    color: #9b9b9b;
}

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

.business-pages-banner-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    --opacity: 0.5;
    --bg-color: 0, 0, 0;
    position: relative;
    z-index: 1;
    padding: 3rem;
    overflow: hidden;
    border-radius: 10px;
}

.business-pages-banner-section h1 {
    color: #ffffff;
    font-size: 1.75rem;
}

.business-pages-banner-section:after {
    inline-size: 100%;
    block-size: 100%;
    inset-inline-start: 0;
    inset-block-start: 0;
    position: absolute;
    z-index: -1;
    content: "";
    background-color: rgba(var(--bg-color), var(--opacity));
}

@media (max-width: 479px) {
    .business-pages-banner-section h1 {
        font-size: 1.5rem;
    }
}

.column-gap-5 {
    column-gap: 2rem !important;
}

.cz-countdown-value.fs-8{
    font-size: 0.5rem !important;
}

.h-40px{
    height: 40px !important;
}

.fs-15{
    font-size: 15px !important;
}
.product-card-shadow{
    box-shadow: 0 0 1.636px 0 rgba(145, 158, 171, 0.20), 0 8.179px 16.359px -2.454px rgba(145, 158, 171, 0.05) !important;
}

.border-black-50{
    border-color: rgba(0, 0, 0, 0.05) !important;
}

.product-with-bg .product-single-hover{
    background-color: var(--bg-surface);
    padding: 0.5rem;
    border-radius: 5px;
    box-shadow: 0 0 1.636px 0 rgba(145, 158, 171, 0.20), 0 8.179px 16.359px -2.454px rgba(145, 158, 171, 0.05);
}

.product-with-bg img.border.border-black-50{
    border: none !important;
}

.search-rounded-10{
    --radius: 10px;
    border-radius: var(--radius);
}

.search-rounded-10 .search-page-button-input{
    border-radius: var(--radius);
}

.search-rounded-10 .search-page-button{
    border-radius: 0 var(--radius) var(--radius) 0;
}

[dir="rtl"] .search-rounded-10 .search-page-button {
    border-radius: var(--radius) 0 0 var(--radius);
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next{
    --size: 40px;
    width: var(--size);
    height: var(--size);
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-theme .owl-nav .owl-prev i,
.owl-theme .owl-nav .owl-next i{
    font-size: 0.875rem !important;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 767px) {
    .owl-theme .owl-nav .owl-prev,
    .owl-theme .owl-nav .owl-next{
        --size: 30px;
    }

    .owl-theme .owl-nav .owl-prev i,
    .owl-theme .owl-nav .owl-next i{
        font-size: 0.75rem !important;
    }
}
@media (max-width: 539px) {
    
    #featured_products_list.owl-theme .owl-nav .owl-prev{
        transform: translateX(-30px);
    }
    #featured_products_list.owl-theme .owl-nav .owl-next {
        transform: translateX(30px);
    }
}

@media (max-width: 360px) {
        #featured_products_list {
        max-width: 200px;
    }
}

/* ===========================
   Home/Footer Mobile fixes
   - Prevent horizontal overflow (esp. RTL + Dark on mobile)
   - Keep newsletter form usable
   =========================== */
@media (max-width: 575.98px) {
    /* Owl carousel nav: avoid negative offsets/extra width causing page overflow */
    .owl-carousel .owl-nav {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        transform: none !important;
    }

    /* Hide cloned items bleeding outside on small screens */
    #featured_products_list .owl-stage-outer {
        overflow: hidden !important;
    }

    /* Footer newsletter: allow wrapping + avoid overlap */
    .page-footer .text-nowrap {
        white-space: normal !important;
    }

    .page-footer .subscribe-button {
        position: static !important;
        top: auto !important;
        inset-inline-end: auto !important;
        width: 100%;
        margin-top: 8px;
    }
}

.__cart-total .order-summery-footer-image{
    width: 20px;
    height: 20px;
    margin: 0;
}

.shop-feature-faster{
    background-color: var(--light-box);
    padding: 12px 20px !important;
    gap: 10px;
}

.shop-feature-faster .inners{
    gap: 10px;
    font-size: 13px !important;
}

.select-wrap select{
    font-size: 14px;
}
.light-box{
    background-color: var(--light-box) !important;
}
.p-20{
    padding: 20px;
}
.min-height-74{
    min-height: 74px;
}
.w-24{
    width: 24px;
    min-width: 24px;
}
.offline_payment_button:hover,
.offline_payment_button.active{
    background-color: var(--web-primary) !important;
    color: var(--white-clr) !important;
    filter: brightness(1) !important;
}

.theme-switcher .topbar-link {
    cursor: pointer;
}

.theme-switcher .topbar-link:focus {
    outline: none;
}

html[data-theme="light"] {
    --bg-page: #ffffff;
    --bg-surface: #fbfbfc;
    --text-primary: #212629;
    --text-secondary: #4b566b;
    --text-muted: #7d879c;
    --text-disabled: #b5b5b5;
    --icon-primary: var(--text-primary);
    --icon-secondary: var(--text-secondary);
    --icon-muted: var(--text-muted);
    --icon-active: #d19a3a;
    --border-subtle: rgba(0, 0, 0, 0.08);
    --bg-main: var(--bg-page);
    --light-box: var(--bg-surface);
    --bg-section1: var(--bg-surface);
    --bg-section2: var(--bg-surface);
    --title-color: var(--text-primary);
    --title-clr: var(--text-primary);

    /* Footer (light mode) */
    --footer-bg: #f3efe7;
    --footer-top-bg: rgba(209, 154, 58, 0.06);
    --footer-bottom-bg: rgba(0, 0, 0, 0.04);
    --footer-text: #3f434a;
    --footer-border: rgba(0, 0, 0, 0.1);
    --footer-heading: #1f2125;
    --footer-link: #3f434a;
    --footer-muted: #6c727c;
    --footer-hover: var(--web-primary, #d19a3a);
    --footer-input-bg: #ffffff;
    --footer-input-border: rgba(0, 0, 0, 0.12);
    --footer-input-text: var(--text-primary, #212629);
    --footer-input-placeholder: var(--text-muted, #7d879c);
    --footer-btn-bg: var(--web-primary, #d19a3a);
    --footer-btn-text: #ffffff;
}

html[data-theme="light"] .bg-white {
    background-color: var(--bg-surface) !important;
}

html[data-theme="light"] .bg-sm-white,
html[data-theme="light"] .bg-lg-white {
    background-color: var(--bg-surface) !important;
}

html[data-theme="dark"] {
    --bg-page: #161616;
    --bg-surface: #1f1f1f;
    --text-primary: #ededed;
    --text-secondary: #b5b5b5;
    --text-muted: #8a8a8a;
    --text-disabled: #666666;
    --icon-primary: #ededed;
    --icon-secondary: #b5b5b5;
    --icon-muted: #8a8a8a;
    --icon-active: #d19a3a;
    --border-subtle: rgba(255, 255, 255, 0.06);
    --bg-main: var(--bg-page);
    --title-color: var(--text-primary);
    --title-clr: var(--text-primary);
    --border1: var(--border-subtle);
    --light-box: var(--bg-surface);
    --bg-section1: var(--bg-surface);
    --bg-section2: var(--bg-surface);
    --bs-border-color: var(--border-subtle);
    --input-placeholder-color: var(--text-muted);
    --white-clr: #ffffff;
    --dark-body: var(--bg-page);
    --dark-surface: var(--bg-surface);
    --dark-card: var(--bg-surface);
    --dark-border: var(--border-subtle);
    --dark-text: var(--text-primary);
    --dark-muted: var(--text-muted);
    --dark-link: var(--icon-active);

    /* Footer (dark mode) */
    --footer-bg: var(--bg-surface, #1f1f1f);
    --footer-top-bg: rgba(255, 255, 255, 0.03);
    --footer-bottom-bg: rgba(255, 255, 255, 0.03);
    --footer-text: var(--text-secondary, #b5b5b5);
    --footer-border: var(--border-subtle, rgba(255, 255, 255, 0.06));
    --footer-heading: var(--text-primary, #ededed);
    --footer-link: var(--text-primary, #ededed);
    --footer-muted: var(--text-muted, #8a8a8a);
    --footer-hover: var(--icon-active, #d19a3a);
    --footer-input-bg: rgba(255, 255, 255, 0.05);
    --footer-input-border: rgba(255, 255, 255, 0.10);
    --footer-input-text: var(--text-primary, #ededed);
    --footer-input-placeholder: var(--text-muted, #8a8a8a);
    --footer-btn-bg: var(--web-primary, #d19a3a);
    --footer-btn-text: #ffffff;
}

html[data-theme="dark"] {
    background-color: var(--bg-page);
    color: var(--text-secondary, #b5b5b5);
}

html[data-theme="dark"] body {
    background-color: var(--bg-page);
    color: var(--text-secondary, #b5b5b5) !important;
}

/* ===========================
   Prestige Breadcrumbs
   =========================== */

.prestige-breadcrumbs {
    --pb-accent: var(--web-secondary, var(--bs-secondary, #d19a3a));
    --pb-text: var(--text-secondary, #4b566b);
    --pb-muted: var(--text-muted, #7d879c);
    --pb-divider: var(--border-subtle, rgba(0, 0, 0, 0.08));
    --pb-hover-bg: rgba(0, 0, 0, 0.04);
    --pb-active-bg: rgba(0, 0, 0, 0.06);

    padding-block: 10px;
    margin-block: 0 12px;
    border-bottom: 1px solid var(--pb-divider);
}

html[data-theme="dark"] .prestige-breadcrumbs {
    --pb-text: var(--text-secondary, #b5b5b5);
    --pb-muted: var(--text-muted, #8a8a8a);
    --pb-divider: var(--border-subtle, rgba(255, 255, 255, 0.06));
    --pb-hover-bg: rgba(255, 255, 255, 0.06);
    --pb-active-bg: rgba(255, 255, 255, 0.10);
}

.prestige-breadcrumbs__scroll {
    overflow: hidden;
}

.prestige-breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 2px 6px;
}

.prestige-breadcrumbs__item {
    display: inline-flex;
    align-items: center;
    min-inline-size: 0;
}

.prestige-breadcrumbs__item:not(:last-child)::after {
    content: ">";
    display: inline-block;
    color: var(--pb-muted);
    opacity: 0.8;
    font-size: 0.95em;
    padding-inline: 6px;
    user-select: none;
    flex: 0 0 auto;
    unicode-bidi: isolate;
    direction: ltr;
}

html[dir="rtl"] .prestige-breadcrumbs__item:not(:last-child)::after,
.prestige-breadcrumbs[dir="rtl"] .prestige-breadcrumbs__item:not(:last-child)::after,
[dir="rtl"] .prestige-breadcrumbs__item:not(:last-child)::after {
    transform: scaleX(-1);
    transform-origin: center;
}

.prestige-breadcrumbs__link,
.prestige-breadcrumbs__current {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-inline-size: 100%;
    min-block-size: 36px;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.2;
}

.prestige-breadcrumbs__link {
    color: var(--pb-text);
    text-decoration: none;
    transition: background-color 120ms ease, color 120ms ease, transform 120ms ease;
}

.prestige-breadcrumbs__link:hover {
    color: var(--pb-accent);
    background-color: var(--pb-hover-bg);
}

.prestige-breadcrumbs__link:focus-visible {
    outline: 2px solid var(--pb-accent);
    outline-offset: 2px;
    background-color: var(--pb-hover-bg);
}

.prestige-breadcrumbs__link:active {
    background-color: var(--pb-active-bg);
    transform: translateY(0.5px);
}

.prestige-breadcrumbs__current {
    color: var(--pb-accent);
    font-weight: 600;
    cursor: default;
}

.prestige-breadcrumbs__text {
    white-space: nowrap;
}

.prestige-breadcrumbs__current .prestige-breadcrumbs__text {
    max-inline-size: 60ch;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prestige-breadcrumbs__home-icon {
    inline-size: 16px;
    block-size: 16px;
    flex: 0 0 auto;
    opacity: 0.9;
}

@media (max-width: 767.98px) {
    .prestige-breadcrumbs__scroll {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 2px;
        scrollbar-width: none;
        -webkit-mask-image: linear-gradient(to right, transparent, #000 14px, #000 calc(100% - 14px), transparent);
                mask-image: linear-gradient(to right, transparent, #000 14px, #000 calc(100% - 14px), transparent);
    }

    .prestige-breadcrumbs__scroll::-webkit-scrollbar {
        display: none;
    }

    .prestige-breadcrumbs__list {
        display: inline-flex;
        flex-wrap: nowrap;
        width: max-content;
        gap: 2px 4px;
        padding-inline: 2px;
    }

    .prestige-breadcrumbs__item {
        flex: 0 0 auto;
        min-width: max-content;
        min-inline-size: max-content;
    }

    .prestige-breadcrumbs__link,
    .prestige-breadcrumbs__current {
        max-inline-size: none;
    }

    .prestige-breadcrumbs__current .prestige-breadcrumbs__text {
        max-inline-size: none;
        overflow: visible;
        text-overflow: clip;
    }
}

/* ===========================
   Mobile Menu Rebuild (V4)
   =========================== */

@media (max-width: 767px) {
    [dir="rtl"] #navbarCollapse {
        left: 0 !important;
        right: auto !important;
    }
    [dir="ltr"] #navbarCollapse {
        right: 0 !important;
        left: auto !important;
    }
}

.mmr-mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.mmr-section {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.mmr-separator {
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        var(--border-subtle),
        transparent
    );
    margin-block: 14px;
}

.mmr-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 44px;
    padding-block: 10px;
    padding-inline: 0;
    color: var(--text-primary);
    background: transparent;
    border: 0;
    text-align: start;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.2;
}

.mmr-link:hover,
.mmr-link:focus {
    text-decoration: none;
    color: var(--text-primary);
}

.mmr-link.is-active,
.mmr-link--dropdown.is-active {
    color: var(--icon-active);
}

.mmr-link.is-active::before {
    content: "";
    position: absolute;
    inset-block: 10px;
    inset-inline-start: 0;
    width: 2px;
    border-radius: 999px;
    background: var(--icon-active);
    opacity: 0.9;
}

.mmr-link-text {
    flex: 1 1 auto;
    min-width: 0;
}

.mmr-link-media {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.mmr-cat-icon {
    display: block;
    border-radius: 999px;
}

.mmr-link--toggle,
.mmr-link--dropdown {
    cursor: pointer;
}

.mmr-row {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 8px;
}

.mmr-row::before {
    content: "";
    position: absolute;
    inset: 4px 0;
    border-radius: 12px;
    background: var(--border-subtle);
    opacity: 0;
    pointer-events: none;
}

.mmr-row[data-mmr-depth="2"] {
    padding-inline-start: 14px;
}
.mmr-row[data-mmr-depth="2"]::before {
    opacity: 0.18;
}

.mmr-row[data-mmr-depth="3"] {
    padding-inline-start: 28px;
}
.mmr-row[data-mmr-depth="3"]::before {
    opacity: 0.26;
}

.mmr-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--text-muted);
    transition: transform 180ms ease, color 180ms ease;
}

.mmr-link--toggle .mmr-chevron {
    margin-inline-start: auto;
}

.mmr-chevron {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    transition: transform 180ms ease;
}

[dir="rtl"] .mmr-chevron {
    transform: rotate(135deg);
}

[aria-expanded="true"] > .mmr-chevron,
.mmr-toggle[aria-expanded="true"] .mmr-chevron,
.mmr-link--toggle[aria-expanded="true"] .mmr-chevron {
    transform: rotate(45deg);
}

.mmr-panel {
    display: grid;
    grid-template-rows: 0fr;
    visibility: hidden;
    transition: grid-template-rows 180ms ease, visibility 0s linear 180ms;
}

.mmr-panel > .mmr-panel-inner {
    overflow: hidden;
}

.mmr-accordion.is-open > .mmr-panel,
.mmr-cat-item.is-open > .mmr-panel {
    grid-template-rows: 1fr;
    visibility: visible;
    transition: grid-template-rows 180ms ease, visibility 0s;
}

.mmr-dropdown-menu {
    background: var(--bg-surface) !important;
    border: 1px solid var(--border-subtle) !important;
    border-radius: 12px !important;
    padding: 8px 0 !important;
}

.mmr-dropdown-menu .dropdown-item {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-primary) !important;
}

.mmr-dropdown-menu .dropdown-item:hover,
.mmr-dropdown-menu .dropdown-item:focus {
    background: transparent !important;
    opacity: 0.85;
}

@keyframes mmrEntryPulse {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    22% {
        opacity: 0.5;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.mmr-link::after {
    content: "";
    position: absolute;
    inset: 6px 0;
    border-radius: 12px;
    background: var(--border-subtle);
    opacity: 0;
    pointer-events: none;
}

.mmr-link.mmr-entry-highlight::after {
    animation: mmrEntryPulse 900ms ease-out 1;
}

html[data-theme="dark"] a {
    color: var(--text-secondary, #b5b5b5);
}

html[data-theme="dark"] a:hover {
    color: var(--icon-active, #d19a3a);
}

html[data-theme="dark"] .topbar,
html[data-theme="dark"] .navbar.navbar-light,
html[data-theme="dark"] .navbar-sticky,
html[data-theme="dark"] .mobile-head,
html[data-theme="dark"] .megamenu-wrap {
    background-color: var(--bg-page) !important;
    color: var(--text-primary, #ededed);
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06));
}

html[data-theme="dark"] .topbar .topbar-text,
html[data-theme="dark"] .topbar .topbar-link {
    color: var(--text-primary, #ededed);
}

html[data-theme="dark"] .topbar .topbar-text > i,
html[data-theme="dark"] .topbar .topbar-link > i {
    color: var(--web-primary);
}

html[data-theme="dark"] .navbar-light .navbar-nav .nav-link,
html[data-theme="dark"] .navbar-light .navbar-brand,
html[data-theme="dark"] .navbar-tool .navbar-tool-text,
html[data-theme="dark"] .navbar-tool .navbar-tool-icon {
    color: var(--text-primary, #ededed) !important;
}

html[data-theme="dark"] .navbar-light .navbar-toggler {
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06));
}

html[data-theme="dark"] .navbar-light .navbar-toggler-icon {
    filter: invert(1) grayscale(1);
}

html[data-theme="dark"] .navbar i,
html[data-theme="dark"] .navbar [class^="czi-"],
html[data-theme="dark"] .navbar [class*=" czi-"],
html[data-theme="dark"] .navbar [class^="tio-"],
html[data-theme="dark"] .navbar [class*=" tio-"],
html[data-theme="dark"] .navbar [class^="fi-"],
html[data-theme="dark"] .navbar [class*=" fi-"],
html[data-theme="dark"] .dropdown-item i {
    color: var(--icon-secondary, #b5b5b5);
}

html[data-theme="dark"] .navbar-light .navbar-tool-icon-box.bg-secondary,
html[data-theme="dark"] .navbar-light .navbar-tool:hover .navbar-tool-icon-box.bg-secondary,
html[data-theme="dark"] .navbar-light.bg-secondary .navbar-tool-icon-box.bg-secondary,
html[data-theme="dark"] .navbar-light[class^="bg-faded"] .navbar-tool-icon-box.bg-secondary,
html[data-theme="dark"] .navbar-light[class*=" bg-faded"] .navbar-tool-icon-box.bg-secondary,
html[data-theme="dark"] .navbar-light[style^="background-color"] .navbar-tool-icon-box.bg-secondary,
html[data-theme="dark"] .navbar-light[style*=" background-color"] .navbar-tool-icon-box.bg-secondary {
    background-color: var(--bg-surface) !important;
    border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
}

html[data-theme="dark"] .navbar-light .navbar-tool-icon-box svg path {
    fill: var(--icon-primary, #ededed) !important;
}

html[data-theme="dark"] .nav-link.active i,
html[data-theme="dark"] .dropdown-item.active i,
html[data-theme="dark"] .dropdown-item:active i {
    color: var(--icon-active, #d19a3a);
}

@media screen and (max-width: 991px) {
    #navbarCollapse {
        background-color: var(--bg-surface) !important;
        border-color: var(--border-subtle, var(--border1, rgba(0, 0, 0, 0.08))) !important;
    }

    #navbarCollapse .dropdown-menu {
        background: var(--bg-surface) !important;
        border-color: var(--border-subtle, var(--border1, rgba(0, 0, 0, 0.08))) !important;
    }

    #navbarCollapse .nav-link,
    #navbarCollapse .nav-item a,
    #navbarCollapse .dropdown-item {
        color: var(--text-primary, var(--dark-text, #212629)) !important;
    }

    #navbarCollapse .dropdown-divider {
        border-top-color: var(--border-subtle, var(--border1, rgba(0, 0, 0, 0.08))) !important;
    }
}

html[data-theme="dark"] .bg-light,
html[data-theme="dark"] .bg-white,
html[data-theme="dark"] .bg-sm-white,
html[data-theme="dark"] .bg-lg-white,
html[data-theme="dark"] .bg-secondary,
html[data-theme="dark"] .custom-light-primary-color-20,
html[data-theme="dark"] .custom-light-primary-color,
html[data-theme="dark"] .light-box,
html[data-theme="dark"] .shop-feature-faster,
html[data-theme="dark"] .bg--light,
html[data-theme="dark"] .search-card {
    background-color: var(--bg-surface) !important;
    color: var(--text-secondary, #b5b5b5);
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06));
}

html[data-theme="dark"] .card,
html[data-theme="dark"] .modal-content,
html[data-theme="dark"] .dropdown-menu,
html[data-theme="dark"] .list-group-item,
html[data-theme="dark"] .table,
html[data-theme="dark"] .table th,
html[data-theme="dark"] .table td,
html[data-theme="dark"] .mega_menu,
html[data-theme="dark"] .category-menu,
html[data-theme="dark"] .product-single-hover .inline_product,
html[data-theme="dark"] .search-card.mobile-search-card {
    background-color: var(--bg-surface) !important;
    color: var(--text-secondary, #b5b5b5);
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
}

html[data-theme="dark"] .category-menu a,
html[data-theme="dark"] .mega_menu a {
    color: var(--text-primary, #ededed);
}

html[data-theme="dark"] .category-menu a:hover,
html[data-theme="dark"] .mega_menu a:hover {
    color: var(--icon-active, #d19a3a);
}

html[data-theme="dark"] .dropdown-menu {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

html[data-theme="dark"] .dropdown-divider {
    border-top-color: var(--border-subtle, rgba(255, 255, 255, 0.06));
}

html[data-theme="dark"] .dropdown-item {
    color: var(--text-secondary, #b5b5b5);
}

html[data-theme="dark"] .dropdown-item:hover,
html[data-theme="dark"] .dropdown-item:focus {
    color: var(--text-primary, #ededed);
    background-color: var(--bg-page);
}

html[data-theme="dark"] .page-link {
    background-color: var(--bg-surface);
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06));
    color: var(--text-secondary, #b5b5b5);
}

html[data-theme="dark"] .page-item.disabled .page-link {
    background-color: var(--bg-page);
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06));
    color: var(--text-disabled, #666666);
}

html[data-theme="dark"] .__inline-62,
html[data-theme="dark"] .__inline-31,
html[data-theme="dark"] .__inline-61 .media,
html[data-theme="dark"] .__inline-61 .recommended-product-card,
html[data-theme="dark"] .__inline-61 .shipping-policy-web,
html[data-theme="dark"] .product-details-shipping-details,
html[data-theme="dark"] .cz-sidebar,
html[data-theme="dark"] .cz-sidebar-static,
html[data-theme="dark"] .cz-sidebar-header,
html[data-theme="dark"] .banner_card,
html[data-theme="dark"] .category_div,
html[data-theme="dark"] .category-list-in-header,
html[data-theme="dark"] .article-nav-wrapper_collapse,
html[data-theme="dark"] .product-with-bg .product-single-hover {
    background-color: var(--bg-surface) !important;
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
}

html[data-theme="dark"] .__inline-62 {
    box-shadow: none;
}

html[data-theme="dark"] .__inline-30 {
    background-color: var(--bg-page) !important;
}

html[data-theme="dark"] .__inline-31 {
    color: var(--text-primary, #ededed) !important;
}

html[data-theme="dark"] .product-details-shipping-details {
    box-shadow: none !important;
    color: var(--text-muted, #8a8a8a) !important;
}

html[data-theme="dark"] .shipping-details-bottom-border {
    border-bottom-color: var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
}

html[data-theme="dark"] .__chat-seller-btn {
    background: var(--bg-page) !important;
}

html[data-theme="dark"] .__table .thead-light {
    background: var(--bg-page) !important;
}

html[data-theme="dark"] .__table * {
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
}

html[data-theme="dark"] .cart_information,
html[data-theme="dark"] .cart_total,
html[data-theme="dark"] .cart_information .cart_item {
    background-color: var(--bg-surface) !important;
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
}

html[data-theme="dark"] .cart_information .cart_item {
    box-shadow: none;
}

html[data-theme="dark"] .view_border {
    border-top-color: var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
}

html[data-theme="dark"] .checkout-details-page .nav-tabs .nav-link {
    background: var(--bg-page);
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06));
    color: var(--text-secondary, #b5b5b5);
}

html[data-theme="dark"] .checkout-details-page .nav-tabs .nav-link.active,
html[data-theme="dark"] .checkout-details-page .nav-tabs .nav-item.show .nav-link {
    background: var(--web-primary);
    border-color: var(--web-primary);
    color: #ffffff;
}

html[data-theme="dark"] .checkout-steps.steps-light .step-count,
html[data-theme="dark"] .checkout-steps.steps-light .step-progress {
    color: var(--text-muted, #8a8a8a);
    background-color: var(--bg-page);
}

html[data-theme="dark"] .__inline-61 .badge-style2 {
    color: var(--text-muted, #8a8a8a) !important;
}

html[data-theme="dark"] .shipping-policy-web img {
    filter: brightness(0.9);
}

html[data-theme="dark"] .bg-count-light {
    background: var(--bg-page) !important;
}

html[data-theme="dark"] .cz-carousel [data-nav] {
    background-color: var(--bg-page) !important;
}

html[data-theme="dark"] .cz-carousel [data-nav].tns-nav-active {
    background-color: var(--web-primary) !important;
}

html[data-theme="dark"] .form-control,
html[data-theme="dark"] .custom-select,
html[data-theme="dark"] .input-group-text,
html[data-theme="dark"] textarea,
html[data-theme="dark"] select,
html[data-theme="dark"] input,
html[data-theme="dark"] .bootstrap-select .dropdown-toggle,
html[data-theme="dark"] .bootstrap-select .dropdown-menu {
    background-color: var(--bg-page);
    color: var(--text-primary, #ededed);
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06));
}

html[data-theme="dark"] .search_form .search-bar-input,
html[data-theme="dark"] .search-form-mobile .search-bar-input {
    background-color: var(--bg-surface);
    color: var(--text-primary, #ededed);
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06));
}

html[data-theme="dark"] .search-form-mobile {
    background: var(--bg-surface) !important;
    box-shadow: 0px 9px 18px -3px rgba(0, 0, 0, 0.35),
        0px 0px 2px 0px rgba(0, 0, 0, 0.4);
}

html[data-theme="dark"] .search_button .input-group-text {
    background-color: transparent;
    border-color: transparent;
}

html[data-theme="dark"] option {
    background-color: var(--bg-page);
    color: var(--text-primary, #ededed);
}

html[data-theme="dark"] .form-control:focus,
html[data-theme="dark"] .custom-select:focus,
html[data-theme="dark"] textarea:focus,
html[data-theme="dark"] select:focus,
html[data-theme="dark"] input:focus {
    border-color: var(--web-primary);
    box-shadow: 0 0 0 0.05rem rgba(14, 165, 233, 0.2);
}

html[data-theme="dark"] .form-control::placeholder,
html[data-theme="dark"] .custom-select::placeholder,
html[data-theme="dark"] textarea::placeholder,
html[data-theme="dark"] input::placeholder {
    color: var(--text-muted, #8a8a8a);
}

html[data-theme="dark"] .text-dark,
html[data-theme="dark"] .text-body,
html[data-theme="dark"] .text-black,
html[data-theme="dark"] .title-color,
html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] h4,
html[data-theme="dark"] h5,
html[data-theme="dark"] h6 {
    color: var(--text-primary, #ededed) !important;
}

html[data-theme="dark"] .text-accent {
    color: var(--web-primary) !important;
}

html[data-theme="dark"] .text-muted,
html[data-theme="dark"] .text-secondary-50,
html[data-theme="dark"] .text-secondary-50 * {
    color: var(--text-muted, #8a8a8a) !important;
}

html[data-theme="dark"] .text-secondary {
    color: var(--text-secondary, #b5b5b5) !important;
}

html[data-theme="dark"] .text-black-50,
html[data-theme="dark"] .text-white-50 {
    color: var(--text-muted, #8a8a8a) !important;
}

html[data-theme="dark"] .topbar a {
    color: var(--text-primary, #ededed) !important;
}

html[data-theme="dark"] .navbar-tool-text > small {
    color: var(--text-muted, #8a8a8a) !important;
}

html[data-theme="dark"] .modal-header .nav-tabs .nav-item .nav-link {
    color: var(--text-primary, #ededed) !important;
}

html[data-theme="dark"] .login-card,
html[data-theme="dark"] .seller_details,
html[data-theme="dark"] .product_overview,
html[data-theme="dark"] .mega-nav {
    background-color: var(--bg-surface) !important;
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
}

html[data-theme="dark"] .login-card {
    box-shadow: none !important;
}

html[data-theme="dark"] .login-card .form-label {
    color: var(--text-secondary, #b5b5b5) !important;
}

html[data-theme="dark"] .or-sign-in-with,
html[data-theme="dark"] .__inline-60 .product-qty span {
    color: var(--text-muted, #8a8a8a) !important;
}

html[data-theme="dark"] .btn-link,
html[data-theme="dark"] .__inline-60 .btnF,
html[data-theme="dark"] .__closet {
    color: var(--text-secondary, #b5b5b5) !important;
}

html[data-theme="dark"] .btn-link:hover,
html[data-theme="dark"] .btn-link:focus {
    color: var(--icon-active, #d19a3a) !important;
}

html[data-theme="dark"] .filter-option {
    background-color: transparent !important;
    color: var(--text-primary, #ededed) !important;
}

html[data-theme="dark"] .product-card .card-header {
    background: var(--bg-surface) !important;
    border-bottom: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
}

html[data-theme="dark"] .category_title,
html[data-theme="dark"] .flash_deal_title,
html[data-theme="dark"] .flash-product-title,
html[data-theme="dark"] .product-title,
html[data-theme="dark"] .product-title1,
html[data-theme="dark"] .deal_latest_product .product-title,
html[data-theme="dark"] .featured_product-title .ptr,
html[data-theme="dark"] .widget-product-title .ptr,
html[data-theme="dark"] .flash_deal_product_details .flash-product-title a,
html[data-theme="dark"] .shop_name a,
html[data-theme="dark"] .list-unstyled li,
html[data-theme="dark"] .feature_header span,
html[data-theme="dark"] .__inline-27 {
    color: var(--text-primary, #ededed) !important;
}

html[data-theme="dark"] .badge-style {
    color: var(--text-muted, #8a8a8a) !important;
}

html[data-theme="dark"] .__inline-34 .openbtn,
html[data-theme="dark"] .__inline-67 .openbtn {
    background-color: var(--bg-surface) !important;
    color: var(--text-primary, #ededed) !important;
}

html[data-theme="dark"] span.badge-dark {
    color: var(--text-primary, #ededed) !important;
    background-color: rgba(255, 255, 255, 0.12) !important;
}

html[data-theme="dark"] span.badge-dark:hover {
    color: var(--text-primary, #ededed) !important;
}

html[data-theme="dark"] .accordion__custom .card-header {
    background-color: var(--bg-surface) !important;
}

html[data-theme="dark"] .faq-title {
    color: var(--text-primary, #ededed) !important;
}

html[data-theme="dark"] hr,
html[data-theme="dark"] .border,
html[data-theme="dark"] .border-top,
html[data-theme="dark"] .border-bottom,
html[data-theme="dark"] .border-left,
html[data-theme="dark"] .border-right,
html[data-theme="dark"] .shadow-border {
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
}

/* Footer (Light/Dark): uses per-theme variables above */
html[data-theme] .page-footer,
html[data-theme] footer.page-footer {
    background-color: var(--footer-bg, #f7f4ee);
    color: var(--footer-text, #4b566b);
}

html[data-theme] .page-footer .custom-light-primary-color-20 {
    background-color: var(--footer-top-bg, rgba(0, 0, 0, 0.02)) !important;
}

html[data-theme] .page-footer .custom-light-primary-color {
    background-color: transparent !important;
}

html[data-theme] .page-footer .bg-white-overlay-50 {
    background: var(--footer-bottom-bg, rgba(0, 0, 0, 0.03));
    border-top: 1px solid var(--footer-border, rgba(0, 0, 0, 0.08));
}

html[data-theme] .page-footer hr {
    background: var(--footer-border, rgba(0, 0, 0, 0.08)) !important;
}

html[data-theme] .page-footer .footer-header {
    color: var(--footer-heading, #212629) !important;
}

html[data-theme] .page-footer .widget-list-link {
    color: var(--footer-link, #4b566b) !important;
}

html[data-theme] .page-footer .widget-list-link:hover {
    color: var(--footer-hover, #d19a3a) !important;
}

html[data-theme] .page-footer .footer-header {
    letter-spacing: 0.3px;
}

html[data-theme] .page-footer .widget-list {
    margin-bottom: 6px;
}

html[data-theme] .page-footer .widget-list-item {
    margin-bottom: 4px;
}

html[data-theme] .page-footer .footer-web-logo img {
    max-height: 48px;
}

html[data-theme] .page-footer .store-contents img {
    width: 96px;
    height: auto;
}

@media (max-width: 575px) {
    html[data-theme] .page-footer .footer-web-logo img {
        max-height: 40px;
    }

    html[data-theme] .page-footer .store-contents img {
        width: 88px;
    }

    .footer-payments-list {
        justify-content: center;
    }
}

html[data-theme] .page-footer .text-muted {
    color: var(--footer-muted, #7d879c) !important;
}

html[data-theme] .page-footer .form-control {
    background: var(--footer-input-bg, #ffffff) !important;
    border-color: var(--footer-input-border, rgba(0, 0, 0, 0.12)) !important;
    color: var(--footer-input-text, #212629) !important;
}

html[data-theme] .page-footer .form-control::placeholder {
    color: var(--footer-input-placeholder, #7d879c) !important;
}

html[data-theme] .page-footer .subscribe-button {
    background: var(--footer-btn-bg, #d19a3a) !important;
    color: var(--footer-btn-text, #ffffff) !important;
    border-radius: 6px !important;
}

/* Dark mode: keep footer top cards readable without overriding footer palette */
html[data-theme="dark"] .footer-slide-item {
    background-color: var(--bg-surface);
    color: var(--text-secondary, #b5b5b5);
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06));
}

html[data-theme="dark"] .widget-list-link,
html[data-theme="dark"] .footer-header,
html[data-theme="dark"] .footer-slide-item h2 {
    color: var(--text-primary, #ededed);
}

html[data-theme="dark"] .footer-slide-item p,
html[data-theme="dark"] .footer-slide-item .heading {
    color: var(--text-primary, #ededed) !important;
}

html[data-theme="dark"] .footer-slide-item small,
html[data-theme="dark"] .footer-slide-item .des {
    color: var(--text-muted, #8a8a8a) !important;
}

html[data-theme="dark"] .widget-list-link:hover {
    color: var(--icon-active, #d19a3a);
}

html[data-theme="dark"] .alert--message-2 {
    background: var(--bg-surface);
    border-left-color: var(--web-primary);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

html[data-theme="dark"] .modal-quick-view .details,
html[data-theme="dark"] .modal-quick-view .cz-thumblist-item {
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
}

html[data-theme="dark"] .modal-quick-view .product-title2 {
    color: var(--text-primary, #ededed) !important;
}

html[data-theme="dark"] .social-media-login-btn {
    background-color: var(--bg-page);
}

html[data-theme="dark"] .social-media-login-btn .text {
    color: var(--text-primary, #ededed);
}

html[data-theme="dark"] .social-media-login-btn:hover {
    background-color: var(--bg-surface);
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.08));
}

html[data-theme="dark"] .auth-social-icon--apple {
    filter: invert(1);
}

html[data-theme="dark"] .user-profile-container {
    background: var(--bg-surface);
}

html[data-theme="dark"] .digital-product-authors .item-list a {
    color: var(--icon-active, #d19a3a) !important;
}

html[data-theme="dark"] .product-preview-modal-text {
    background: linear-gradient(
        180deg,
        rgba(22, 22, 22, 0) 0%,
        rgba(22, 22, 22, 0.5) 38%,
        rgba(22, 22, 22, 0.8) 69%,
        rgba(22, 22, 22, 0.95) 100%
    );
}

html[data-theme="dark"] .border-inline-end {
    border-inline-end-color: var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
}

/* Cookie consent banner (dark/light) */
html[data-theme="light"] .cookie-section,
html[data-theme="dark"] .cookie-section {
    color: var(--text-secondary, #4b566b);
    border-top: 1px solid var(--border-subtle, rgba(0, 0, 0, 0.08));
    box-shadow: 0 -16px 48px rgba(0, 0, 0, 0.12);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

html[data-theme="light"] .cookie-section {
    background: rgba(255, 255, 255, 0.96);
}

html[data-theme="dark"] .cookie-section {
    background: rgba(22, 22, 22, 0.96);
    box-shadow: 0 -16px 48px rgba(0, 0, 0, 0.35);
}

html[data-theme="light"] .cookie-section .text-wrapper .title,
html[data-theme="dark"] .cookie-section .text-wrapper .title {
    color: var(--text-primary, #212629);
    margin-bottom: 4px;
}

html[data-theme="light"] .cookie-section .btn-wrapper .btn,
html[data-theme="dark"] .cookie-section .btn-wrapper .btn {
    border-radius: 0.5rem;
    padding: 0.65rem 1rem;
    font-weight: 600;
}

html[data-theme="light"] .cookie-section #cookie-reject,
html[data-theme="dark"] .cookie-section #cookie-reject {
    background: transparent !important;
    color: var(--text-primary, #212629) !important;
    border: 1px solid var(--border-subtle, rgba(0, 0, 0, 0.08)) !important;
}

html[data-theme="dark"] .cookie-section #cookie-reject {
    color: var(--text-primary, #ededed) !important;
}

html[data-theme="light"] .cookie-section #cookie-reject:hover {
    background: rgba(0, 0, 0, 0.04) !important;
}

html[data-theme="dark"] .cookie-section #cookie-reject:hover {
    background: rgba(255, 255, 255, 0.06) !important;
}

html[data-theme="light"] .cookie-section #cookie-accept,
html[data-theme="dark"] .cookie-section #cookie-accept {
    background: #4ad295 !important;
    border: 1px solid #4ad295 !important;
    color: #fff !important;
}

html[data-theme="light"] .cookie-section #cookie-accept:hover,
html[data-theme="dark"] .cookie-section #cookie-accept:hover {
    filter: brightness(0.95);
}

html[data-theme="light"] .cookie-section a,
html[data-theme="dark"] .cookie-section a {
    color: var(--icon-active, #d19a3a);
    text-decoration: underline;
}

html[data-theme="light"] .cookie-section a:hover,
html[data-theme="dark"] .cookie-section a:hover {
    text-decoration: none;
}

/* Language fonts (Arabic/English) */
@font-face {
    font-family: "Tajawal";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Tajawal/Tajawal-400-arabic.woff2") format("woff2");
    unicode-range: U+0600-065F, U+066A-06EF, U+06FA-06FF, U+0750-077F, U+0870-088E,
        U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41,
        U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4,
        U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27,
        U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B,
        U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F,
        U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C,
        U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB,
        U+1EEF0-1EEF1;
}

@font-face {
    font-family: "Tajawal";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Tajawal/Tajawal-400-latin.woff2") format("woff2");
    unicode-range: U+0000-002F, U+003A-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
        U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Tajawal";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/Tajawal/Tajawal-500-arabic.woff2") format("woff2");
    unicode-range: U+0600-065F, U+066A-06EF, U+06FA-06FF, U+0750-077F, U+0870-088E,
        U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41,
        U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4,
        U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27,
        U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B,
        U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F,
        U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C,
        U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB,
        U+1EEF0-1EEF1;
}

@font-face {
    font-family: "Tajawal";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/Tajawal/Tajawal-500-latin.woff2") format("woff2");
    unicode-range: U+0000-002F, U+003A-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
        U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Tajawal";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Tajawal/Tajawal-700-arabic.woff2") format("woff2");
    unicode-range: U+0600-065F, U+066A-06EF, U+06FA-06FF, U+0750-077F, U+0870-088E,
        U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41,
        U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4,
        U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27,
        U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B,
        U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F,
        U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C,
        U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB,
        U+1EEF0-1EEF1;
}

@font-face {
    font-family: "Tajawal";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Tajawal/Tajawal-700-latin.woff2") format("woff2");
    unicode-range: U+0000-002F, U+003A-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
        U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Tenor Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/TenorSans/TenorSans-400-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
        U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
        U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Tenor Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/TenorSans/TenorSans-400-latin.woff2") format("woff2");
    unicode-range: U+0000-002F, U+003A-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0301, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2116, U+2122, U+2191,
        U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --lang-font-ar: "Tajawal", var(--font-family-sans-serif), ui-sans-serif, system-ui, -apple-system, "Segoe UI",
        Arial, sans-serif;
    --lang-font-en: "Tenor Sans", var(--font-family-sans-serif), ui-sans-serif, system-ui, -apple-system, "Segoe UI",
        Arial, sans-serif;
}

:lang(ar):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.bi):not(.czi):not([class^="czi-"]):not([class*=" czi-"]):not([class^="fa-"]):not([class*=" fa-"]):not([class^="tio-"]):not([class*=" tio-"]):not([class^="fi-"]):not([class*=" fi-"]):not([class^="ion-"]):not([class*=" ion-"]) {
    font-family: var(--lang-font-ar);
}

:lang(en):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.bi):not(.czi):not([class^="czi-"]):not([class*=" czi-"]):not([class^="fa-"]):not([class*=" fa-"]):not([class^="tio-"]):not([class*=" tio-"]):not([class^="fi-"]):not([class*=" fi-"]):not([class^="ion-"]):not([class*=" ion-"]) {
    font-family: var(--lang-font-en);
}

/* RTL phone input (intl-tel-input) */
html[dir="rtl"] .iti__flag-container {
    left: auto !important;
    right: 0 !important;
}

html[dir="rtl"] .iti input[type="tel"],
html[dir="rtl"] .iti input[type="text"] {
    direction: ltr;
    text-align: left;
}

html[dir="rtl"] .iti--allow-dropdown input[type="tel"],
html[dir="rtl"] .iti--allow-dropdown input[type="text"],
html[dir="rtl"] .iti--show-selected-dial-code input[type="tel"],
html[dir="rtl"] .iti--show-selected-dial-code input[type="text"] {
    padding-left: 0.75rem !important;
    padding-right: 3.25rem !important;
}

/* ===========================
   Dark Mode Audit Fixes (Prestige)
   =========================== */

/* A) Home: New Arrivals cards */
html[data-theme="dark"] .flash_deal_product {
    border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
}

html[data-theme="dark"] .flash_deal_product_details .flash-product-review .badge-style2 {
    color: var(--text-secondary, #b5b5b5) !important;
}

/* B) Mini cart dropdown */
html[data-theme="dark"] .widget-cart-top {
    background: var(--bg-surface) !important;
    border-bottom: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
}

html[data-theme="dark"] #cart_dropdown_close {
    color: var(--text-secondary, #b5b5b5) !important;
}

html[data-theme="dark"] #cart_dropdown_close:hover,
html[data-theme="dark"] #cart_dropdown_close:focus {
    color: var(--text-primary, #ededed) !important;
}

html[data-theme="dark"] #cart_dropdown_close:focus-visible {
    box-shadow: 0 0 0 2px rgba(var(--bs-base-rgb, 209, 154, 58), 0.35);
    border-radius: 6px;
}

html[data-theme="dark"] .cart-dropdown .widget-cart-item:not(:last-child) {
    border-bottom-color: var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
}

html[data-theme="dark"] .cart-dropdown .widget-cart-item .media a img {
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
}

html[data-theme="dark"] .cart-dropdown .btn-outline-secondary {
    color: var(--text-primary, #ededed) !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
}

html[data-theme="dark"] .cart-dropdown .btn-outline-secondary:hover,
html[data-theme="dark"] .cart-dropdown .btn-outline-secondary:focus {
    background-color: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(255, 255, 255, 0.28) !important;
    color: var(--text-primary, #ededed) !important;
}

/* C) Wishlist: sidebar surface + price wrapping */
html[data-theme="dark"] .__customer-sidebar {
    background: var(--bg-surface) !important;
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
    box-shadow: none !important;
}

html[data-theme="dark"] .__customer-sidebar .widget-title:not(:last-child) a {
    border-bottom-color: var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
}

html[data-theme="dark"] .__customer-sidebar .widget-title .active-menu {
    background: rgba(255, 255, 255, 0.06) !important;
}

html[data-theme="dark"] .__customer-sidebar .widget-title a:hover {
    background: rgba(255, 255, 255, 0.04) !important;
}

.customer-profile-wishlist .wishlist-price {
    flex-wrap: nowrap;
    white-space: nowrap;
}

.customer-profile-wishlist .wishlist-price > * {
    white-space: nowrap;
}

/* D/E) Categories + Brands: banner/cards */
html[data-theme="dark"] .bg-primary-light {
    background-color: var(--bg-surface) !important;
}

html[data-theme="dark"] .bg-primary-light.bg-img {
    position: relative;
}

html[data-theme="dark"] .bg-primary-light.bg-img::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(0, 0, 0, 0.55);
    pointer-events: none;
}

html[data-theme="dark"] .bg-primary-light.bg-img > * {
    position: relative;
}

html[data-theme="dark"] .brand_div {
    background: var(--bg-surface) !important;
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
}

html[data-theme="dark"] .brand_div img {
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
}

html[data-theme="dark"] .brand_div div {
    color: var(--text-primary, #ededed) !important;
}

/* F) Product listing toolbar + filter badges */
@media (min-width: 992px) {
    html[data-theme="dark"] .search-page-header {
        background: var(--bg-surface) !important;
        border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
        box-shadow: none !important;
    }
}

html[data-theme="dark"] .sorting-item {
    background: var(--bg-page) !important;
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
    box-shadow: none !important;
}

html[data-theme="dark"] .sorting-item label {
    color: var(--text-secondary, #b5b5b5) !important;
}

html[data-theme="dark"] .sorting-item select {
    color: var(--text-primary, #ededed) !important;
}

html[data-theme="dark"] .__brands-cate-wrap {
    color: var(--text-secondary, #b5b5b5) !important;
}

html[data-theme="dark"] .__brands-cate-badge {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
    color: var(--text-secondary, #b5b5b5) !important;
}

/* G) Static pages (privacy policy, data deletion): enforce readable typography */
html[data-theme="dark"] .for-container .for-padding p,
html[data-theme="dark"] .for-container .for-padding li,
html[data-theme="dark"] .for-container .for-padding span,
html[data-theme="dark"] .for-container .for-padding div,
html[data-theme="dark"] .for-container .for-padding td,
html[data-theme="dark"] .for-container .for-padding th {
    color: var(--text-secondary, #b5b5b5) !important;
}

html[data-theme="dark"] .for-container .for-padding h1,
html[data-theme="dark"] .for-container .for-padding h2,
html[data-theme="dark"] .for-container .for-padding h3,
html[data-theme="dark"] .for-container .for-padding h4,
html[data-theme="dark"] .for-container .for-padding h5,
html[data-theme="dark"] .for-container .for-padding h6,
html[data-theme="dark"] .for-container .for-padding strong,
html[data-theme="dark"] .for-container .for-padding b {
    color: var(--text-primary, #ededed) !important;
}

html[data-theme="dark"] .for-container .for-padding a {
    color: var(--icon-active, #d19a3a) !important;
}

html[data-theme="dark"] .for-container .for-padding a:hover,
html[data-theme="dark"] .for-container .for-padding a:focus {
    color: var(--text-primary, #ededed) !important;
}

html[data-theme="dark"] .for-container .for-padding hr {
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
}

/* H) Contact Us labels */
html[data-theme="dark"] .for-send-message label {
    color: var(--text-secondary, #b5b5b5) !important;
}

/* I) Feature strip dividers */
html[data-theme="dark"] .owl-item:not(:last-child) .footer-top-slide-item::after {
    background: var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
}

/* J) Cart page: summary card + table head contrast */
html[data-theme="dark"] .__cart-total {
    background: var(--bg-surface) !important;
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
    box-shadow: none !important;
}

html[data-theme="dark"] .__cart-table thead.thead-light {
    background: var(--bg-page) !important;
}

html[data-theme="dark"] .__cart-table thead.thead-light th {
    color: var(--text-secondary, #b5b5b5) !important;
}

/* K) Delivery chat page: dark surfaces + readable text */
html[data-theme="dark"] .chatting-search-border {
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06));
}

html[data-theme="dark"] .chat--sidebar-card {
    background: var(--bg-surface) !important;
    border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
}

html[data-theme="dark"] .chat--sidebar-card .nav--tabs .nav-link {
    color: var(--text-secondary, #b5b5b5) !important;
}

html[data-theme="dark"] .chat--sidebar-card .nav--tabs .nav-link.active {
    color: var(--text-primary, #ededed) !important;
}

html[data-theme="dark"] .__chat-seller .inbox_people {
    background: var(--bg-surface) !important;
}

html[data-theme="dark"] .__chat-seller .active_chat {
    background: rgba(255, 255, 255, 0.06) !important;
}

html[data-theme="dark"] .__chat-seller .chat_ib h5 {
    color: var(--text-primary, #ededed) !important;
}

html[data-theme="dark"] .__chat-seller .chat_ib p,
html[data-theme="dark"] .__chat-seller .time_date {
    color: var(--text-muted, #8a8a8a) !important;
}

html[data-theme="dark"] .__chat-seller .received_withdraw_msg p {
    background-color: rgba(255, 255, 255, 0.06) !important;
    color: var(--text-primary, #ededed) !important;
}

html[data-theme="dark"] .__chat-seller .input_msg_write input {
    color: var(--text-primary, #ededed) !important;
}

html[data-theme="dark"] .__chat-seller .type_msg {
    border-top-color: var(--border-subtle, rgba(255, 255, 255, 0.06)) !important;
}

/* ===========================
   Site Benefits / Trust Badges
   =========================== */

html[data-theme="light"] {
    --benefits-bg: var(--bg-surface, #fbfbfc);
    --benefits-text: var(--text-primary, #212629);
    --benefits-muted: var(--text-secondary, #4b566b);
    --benefits-divider: var(--border-subtle, rgba(0, 0, 0, 0.08));
    --benefits-icon-bg: #ffffff;
    --benefits-icon-border: var(--border-subtle, rgba(0, 0, 0, 0.08));
}

html[data-theme="dark"] {
    --benefits-bg: var(--bg-surface, #1f1f1f);
    --benefits-text: var(--text-primary, #ededed);
    --benefits-muted: var(--text-secondary, #b5b5b5);
    --benefits-divider: rgba(255, 255, 255, 0.12);
    --benefits-icon-bg: rgba(255, 255, 255, 0.06);
    --benefits-icon-border: rgba(255, 255, 255, 0.12);
}

.benefits-strip {
    background: var(--benefits-bg);
    border: 1px solid var(--benefits-divider);
    border-radius: 10px;
}

.shipping-policy-web.benefits-strip {
    background: var(--benefits-bg) !important;
    border: 1px solid var(--benefits-divider) !important;
}

.benefits-strip--cart {
    padding: 14px 12px;
}

.benefits-strip__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 0;
    padding: 10px 12px;
    text-align: center;
}

.benefits-strip__title {
    color: var(--benefits-text);
    font-weight: 600;
    font-size: 12px;
    line-height: 1.35;
}

.benefits-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--benefits-icon-bg);
    border: 1px solid var(--benefits-icon-border);
    border-radius: 12px;
}

.benefits-icon--lg {
    width: 72px;
    height: 72px;
    padding: 14px;
}

/* Home reliability strip: make icon fill the frame more */
.benefits-strip--home .benefits-icon--lg {
    width: 88px;
    height: 88px;
    padding: 0;
    overflow: hidden;
}
.benefits-strip--home .benefits-icon--lg img {
    object-fit: cover !important;
    transform: scale(1.35);
    transform-origin: center;
}

.benefits-icon--sm {
    width: 48px;
    height: 48px;
    padding: 10px;
}

.benefits-icon img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    margin: 0 !important;
    border-radius: inherit !important;
    display: block;
}

/* Cart/checkout benefits grid */
.benefits-strip__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

@media (min-width: 992px) {
    .benefits-strip__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
    }

    .benefits-strip--cart .benefits-strip__item:not(:first-child) {
        border-inline-start: 1px solid var(--benefits-divider);
    }
}

/* Home benefits slider dividers: RTL-safe logical positioning */
.footer-top-slider .owl-item .footer-top-slide-item::after {
    content: none !important;
    display: none !important;
}

.footer-top-slider.owl-loaded .owl-item:not(:first-child) .footer-top-slide-item::before {
    content: "";
    position: absolute;
    inset-block: 0;
    inset-inline-start: -10px;
    width: 1px;
    background: var(--benefits-divider);
}

/* Social profile pages (dark/light + RTL safe) */
.social-profile-page .sp-cover {
    min-height: 180px;
    background-size: cover;
    background-position: center;
}

.social-profile-page .sp-cover__overlay {
    min-height: 180px;
    padding: 16px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.social-profile-page .sp-avatar {
    width: 84px;
    height: 84px;
}

.social-profile-page .sp-cover .badge.badge-light {
    background-color: rgba(255, 255, 255, 0.88);
    color: #111827;
}

.social-profile-page .sp-stats {
    margin-top: 10px;
}

.social-profile-page .sp-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 8px 12px;
    border-radius: 12px;
    min-width: 92px;
    color: rgba(255, 255, 255, 0.95);
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.16);
    transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.social-profile-page a.sp-stat:hover {
    color: rgba(255, 255, 255, 0.98);
    background: rgba(0, 0, 0, 0.28);
    border-color: rgba(255, 255, 255, 0.22);
    transform: translateY(-1px);
    text-decoration: none;
}

.social-profile-page .sp-stat--disabled {
    opacity: 0.85;
}

.social-profile-page .sp-stat__value {
    font-weight: 700;
    line-height: 1.1;
}

.social-profile-page .sp-stat__label {
    font-size: 12px;
    line-height: 1.2;
    opacity: 0.85;
}

.social-profile-page .sp-bio {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

html[data-theme="dark"] .social-profile-page .sp-bio {
    border-top-color: var(--border-subtle, rgba(255, 255, 255, 0.06));
}

.social-profile-page .sp-product-tile {
    color: inherit;
}

.social-profile-page .sp-product-tile:hover {
    color: inherit;
}

.social-profile-page .sp-tile {
    padding: 10px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease, background-color 150ms ease;
}

.social-profile-page .sp-product-tile:hover .sp-tile {
    transform: translateY(-1px);
    border-color: rgba(0, 0, 0, 0.14);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.social-profile-page .sp-tile__title {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.social-profile-page .sp-tile__title.text-truncate {
    white-space: normal !important;
}

html[data-theme="dark"] .social-profile-page .sp-tile {
    background: rgba(255, 255, 255, 0.03);
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.08));
}

html[data-theme="dark"] .social-profile-page .sp-product-tile:hover .sp-tile {
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

@media (max-width: 575px) {
    .social-profile-page .sp-cover,
    .social-profile-page .sp-cover__overlay {
        min-height: 150px;
    }

    .social-profile-page .sp-cover__overlay {
        padding: 12px;
    }

    .social-profile-page .sp-avatar {
        width: 68px;
        height: 68px;
    }
}

html[data-theme="dark"] .social-profile-page .nav--tabs .nav-link:not(.active),
html[data-theme="dark"] .social-profile-page .nav--tabs .tab_link:not(.active) {
    color: var(--text-secondary, #b5b5b5) !important;
}

.social-profile-page .nav--tabs .nav-link.active,
.social-profile-page .nav--tabs .tab_link.active {
    color: #111827 !important;
    font-weight: 600;
}

/* Make `.text-end` direction-aware inside social profile pages */
.social-profile-page .text-end {
    text-align: var(--text-align-direction-alt) !important;
}

/* Social profile: consistent checkbox layout (RTL/LTR) */
.social-profile-page .form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 0;
    padding-right: 0;
}

.social-profile-page .form-check-input {
    float: none;
    margin-left: 0;
    margin-right: 0;
}

/* Dark mode readability */
html[data-theme="dark"] .social-profile-page,
html[data-theme="dark"] .social-profile-page .card,
html[data-theme="dark"] .social-profile-page .card-body,
html[data-theme="dark"] .social-profile-page .table {
    color: var(--text-primary, #ededed);
}

html[data-theme="dark"] .social-profile-page .text-muted {
    color: var(--text-secondary, #b5b5b5) !important;
}

html[data-theme="dark"] .social-profile-page .list-group-item,
html[data-theme="dark"] .social-profile-page .list-group-item-action {
    background-color: var(--bg-page);
    color: var(--text-primary, #ededed);
    border-color: var(--border-subtle, rgba(255, 255, 255, 0.06));
}

html[data-theme="dark"] .social-profile-page .list-group-item-action:hover,
html[data-theme="dark"] .social-profile-page .list-group-item-action:focus {
    background-color: rgba(255, 255, 255, 0.06);
    color: var(--text-primary, #ededed);
}

.social-profile-page .form-check-label {
    white-space: normal;
}

/* ==========================================================
   Prestige Luxury Store: Product cards (grid/list partials)
   ========================================================== */

.pl-product-card {
    border: 1px solid var(--web-primary, #d4af37) !important;
    border-radius: 10px;
    overflow: hidden;
}

html[data-theme="dark"] .pl-product-card {
    border-color: rgba(212, 175, 55, 0.6) !important;
    box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.25) inset;
}

.pl-product-card .inline_product a.w-100 {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.pl-product-card .inline_product a.w-100 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pl-product-card .single-product-details.pl-details,
.pl-product-card .single-product-details {
    padding: 12px 12px 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pl-product-card .pl-title-wrap {
    margin: 0;
}

.pl-product-card .pl-title-link {
    display: flex !important;
    flex-direction: column;
    gap: 2px;
    text-decoration: none;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.pl-product-card .pl-title-line {
    display: block !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: break-word;
    line-height: 1.25;
    unicode-bidi: plaintext;
    height: auto !important;
    max-height: none !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    -webkit-box-orient: unset !important;
}

.pl-product-card .pl-locale-en {
    direction: ltr;
    text-align: left;
}

.pl-product-card .pl-locale-ps,
.pl-product-card .pl-locale-ar {
    direction: rtl;
    text-align: right;
}

.pl-product-card .pl-title-primary {
    font-size: 14px;
    font-weight: 700;
    color: inherit;
}

.pl-product-card .pl-title-secondary {
    font-size: 14px;
    font-weight: 700;
    opacity: 0.92;
}

.pl-product-card .pl-savings {
    font-size: 12px;
    line-height: 1.2;
    color: var(--web-primary, #d4af37) !important;
    width: 100%;
}

.pl-product-card .pl-low-stock {
    font-size: 12px;
    line-height: 1.2;
}

html[dir="rtl"] .pl-product-card .pl-savings {
    text-align: right !important;
}

html[dir="ltr"] .pl-product-card .pl-savings {
    text-align: left !important;
}

.pl-product-card .pl-price {
    color: var(--web-primary, #d4af37) !important;
}

.pl-product-card .rating-show {
    order: 50;
}

.pl-product-card .pl-sku-row {
    order: 99;
    margin-top: auto;
    padding-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

html[data-theme="dark"] .pl-product-card .pl-sku-row {
    border-top-color: rgba(255, 255, 255, 0.08);
}

.pl-product-card .pl-sku {
    font-size: 11px;
    font-weight: 500;
    opacity: 0.75;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    direction: ltr;
}

.pl-product-card .pl-sku:hover {
    opacity: 1;
}

.pl-product-card .pl-copy-icon {
    font-size: 14px;
    opacity: 0.75;
}

.pl-product-card .pl-oos {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(80% 80% at 50% 50%, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 60%, rgba(0, 0, 0, 0.2) 100%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.pl-product-card .pl-oos-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(212, 175, 55, 0.45);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.pl-product-card .pl-oos-badge i {
    font-size: 18px;
    opacity: 0.9;
}

/* ==========================================================
   Prestige Luxury Store: Home cards (New Arrivals + Best/Top)
   ========================================================== */

.flash_deal_product,
.__best-selling {
    border: 1px solid var(--web-primary, #d4af37) !important;
    border-radius: 10px;
    overflow: hidden;
    background: var(--bg-surface);
}

html[data-theme="dark"] .flash_deal_product,
html[data-theme="dark"] .__best-selling {
    border-color: rgba(212, 175, 55, 0.6) !important;
    box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.25) inset;
}

.flash_deal_product_pic,
.best-selling-image,
.top-rated-image {
    background: transparent !important;
    border-radius: 6px;
}

.flash_deal_product_pic {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
}

.flash_deal_product_pic img,
.__best-selling img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: transparent !important;
}

.flash_deal_product_details,
.best-selling-details,
.top-rated-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px;
}

.flash_deal_product_details .flash-product-title {
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow: visible;
    -webkit-line-clamp: unset;
}

.flash_deal_product_details .pl-title-line,
.best-selling-details .pl-title-line,
.top-rated-details .pl-title-line {
    display: block !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: break-word;
    line-height: 1.25;
    unicode-bidi: plaintext;
    height: auto !important;
    max-height: none !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    -webkit-box-orient: unset !important;
}

.flash_deal_product_details .pl-title-primary,
.best-selling-details .pl-title-primary,
.top-rated-details .pl-title-primary {
    font-size: 14px;
    font-weight: 700;
    color: inherit;
}

.flash_deal_product_details .pl-title-secondary,
.best-selling-details .pl-title-secondary,
.top-rated-details .pl-title-secondary {
    font-size: 14px;
    font-weight: 700;
    opacity: 0.92;
}

.flash_deal_product_details .flash-product-title a,
.__best-selling .ptr,
.__best-selling .flash-product-price {
    font-weight: 700;
    color: inherit;
}

.flash_deal_product_details .flash-product-price,
.__best-selling .pl-price,
.flash_deal_product_details .pl-price,
.__best-selling .ptr,
.top-rated-details .ptr,
.best-selling-details .ptr {
    color: var(--web-primary, #d4af37) !important;
}

.flash_deal_product_details del,
.__best-selling del {
    color: rgba(255, 255, 255, 0.55);
}

.flash_deal_product_details .pl-savings,
.best-selling-details .pl-savings,
.top-rated-details .pl-savings,
.flash_deal_product_details .pl-low-stock,
.best-selling-details .pl-low-stock,
.top-rated-details .pl-low-stock {
    font-size: 12px;
    line-height: 1.2;
}

.flash_deal_product_details .pl-sku-row,
.best-selling-details .pl-sku-row,
.top-rated-details .pl-sku-row {
    margin-top: auto;
    padding-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

html[data-theme="dark"] .flash_deal_product_details .pl-sku-row,
html[data-theme="dark"] .best-selling-details .pl-sku-row,
html[data-theme="dark"] .top-rated-details .pl-sku-row {
    border-top-color: rgba(255, 255, 255, 0.08);
}

.flash_deal_product_details .pl-sku,
.best-selling-details .pl-sku,
.top-rated-details .pl-sku {
    font-size: 11px;
    font-weight: 500;
    opacity: 0.75;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    direction: ltr;
}

.flash_deal_product_details .pl-sku:hover,
.best-selling-details .pl-sku:hover,
.top-rated-details .pl-sku:hover {
    opacity: 1;
}

.flash_deal_product_details .pl-copy-icon,
.best-selling-details .pl-copy-icon,
.top-rated-details .pl-copy-icon {
    font-size: 14px;
    opacity: 0.75;
}

.flash_deal_product_details .flash-product-title [lang="ar"],
.best-selling-details [lang="ar"],
.top-rated-details [lang="ar"] {
    direction: rtl;
    text-align: right;
}

.flash_deal_product_details .flash-product-title [lang="en"],
.best-selling-details [lang="en"],
.top-rated-details [lang="en"] {
    direction: ltr;
    text-align: left;
}

.flash_deal_product_details .pl-locale-en,
.best-selling-details .pl-locale-en,
.top-rated-details .pl-locale-en {
    direction: ltr;
    text-align: left;
}

.flash_deal_product_details .pl-locale-ps,
.flash_deal_product_details .pl-locale-ar,
.best-selling-details .pl-locale-ps,
.best-selling-details .pl-locale-ar,
.top-rated-details .pl-locale-ps,
.top-rated-details .pl-locale-ar {
    direction: rtl;
    text-align: right;
}
.brands-slider:not(.owl-loaded) {
  display: flex !important;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  padding: 8px 0;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge legacy */
}
.brands-slider:not(.owl-loaded)::-webkit-scrollbar { display: none; }
.brands-slider:not(.owl-loaded) > * {
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.brands-slider.owl-loaded { display: block !important; }

.brand-slider {
  --brand-nav-size: 40px;
  --brand-nav-gap: 12px;
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
}
.brand-slider .brands-slider { width: 100% !important; }
.brand-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
}
.brand-slider .owl-nav .owl-prev,
.brand-slider .owl-nav .owl-next {
  pointer-events: auto;
}
.brand-slider .owl-nav [class*="owl-"] {
  margin: 0;
}
.brand-slider .owl-stage-outer {
  padding-inline: calc(var(--brand-nav-size) + var(--brand-nav-gap));
}

@media (max-width: 767px) {
  .brand-slider {
    --brand-nav-size: 30px;
    --brand-nav-gap: 10px;
  }
}

/* Home sections: keep spacing consistent with category sliders */
.pl-home-section {
    margin-top: 20px;
}

@media (max-width: 575px) {
    .pl-home-section {
        margin-top: 16px;
    }
}

@media (max-width: 480px) {
    .pl-product-card .inline_product a.w-100 {
        aspect-ratio: 1 / 1;
    }

    .pl-product-card .single-product-details.pl-details,
    .pl-product-card .single-product-details {
        padding: 5px;
        gap: 2px;
    }

    .pl-product-card .pl-title-primary,
    .pl-product-card .pl-title-secondary {
        font-size: 10px;
        line-height: 1.2;
    }

    .pl-product-card .pl-price,
    .pl-product-card .category-single-product-price {
        font-size: 10px;
    }

    .pl-product-card .pl-savings,
    .pl-product-card .pl-low-stock {
        font-size: 8px;
    }

    .pl-product-card .pl-sku {
        font-size: 7px;
        gap: 2px;
    }

    .pl-product-card .pl-copy-icon {
        font-size: 10px;
    }

    .pl-product-card .rating-show {
        font-size: 8px;
    }

    .pl-product-card .rating-show i {
        font-size: 10px;
    }
}

@media (max-width: 575px) {
    .carousel-wrap-2 .owl-stage-outer {
        overflow: hidden;
    }
}

@media (max-width: 575px) {
    html,
    body {
        overflow-x: hidden;
    }

    .owl-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .owl-carousel .owl-stage {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* Desktop-only helpers for fallback (CSS row when Owl isn't loaded) */
@media (hover: hover) and (pointer: fine) {
  .brands-slider:not(.owl-loaded) { cursor: grab; user-select: none; }
  .brands-slider:not(.owl-loaded).is-dragging { cursor: grabbing; }

  .brand-slider { position: relative; }
  .brand-slider .brands-fallback-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 0;
    background: rgba(0,0,0,.55);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s ease;
    z-index: 2;
  }
  .brand-slider:hover .brands-fallback-nav {
    opacity: 1;
    pointer-events: auto;
  }
  .brand-slider .brands-fallback-nav.prev { left: 6px; }
  .brand-slider .brands-fallback-nav.next { right: 6px; }
}
.auth-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.auth-tabs .nav-link {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 8px 14px;
    font-weight: 600;
    color: #5c636a;
    background: #f7f7f7;
    transition: all 0.2s ease;
}

.auth-tabs .nav-link.active {
    border-color: var(--web-primary);
    color: #ffffff;
    background: var(--web-primary);
    box-shadow: none;
}

.auth-tabs .nav-link:hover {
    color: #3f454b;
    background: #eef1f4;
}

html[dir="rtl"] .customer-centralize-login-form .intl-phone,
html[dir="rtl"] .customer-centralize-login-form .intl-phone .iti {
    direction: ltr;
}

html[dir="rtl"] .customer-centralize-login-form .auth-phone-input {
    direction: ltr;
    text-align: left;
}

html[dir="rtl"] .customer-centralize-login-form .iti__flag-container {
    left: 0;
    right: auto;
}

html[dir="rtl"] .customer-centralize-login-form .iti--allow-dropdown input.iti__tel-input,
html[dir="rtl"] .customer-centralize-login-form .iti--allow-dropdown input.iti__tel-input[type=tel],
html[dir="rtl"] .customer-centralize-login-form .iti--allow-dropdown input.iti__tel-input[type=text],
html[dir="rtl"] .customer-centralize-login-form .iti--separate-dial-code input.iti__tel-input,
html[dir="rtl"] .customer-centralize-login-form .iti--separate-dial-code input.iti__tel-input[type=tel],
html[dir="rtl"] .customer-centralize-login-form .iti--separate-dial-code input.iti__tel-input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-right: 0;
}

html[dir="rtl"] .customer-centralize-login-form .iti__selected-dial-code {
    direction: ltr;
}

.theme-dark .auth-tabs .nav-link,
[data-theme="dark"] .auth-tabs .nav-link {
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.06);
}

.theme-dark .auth-tabs .nav-link.active,
[data-theme="dark"] .auth-tabs .nav-link.active {
    border-color: var(--web-primary);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.auth-tabs .nav-link:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
}

.theme-dark .auth-tabs .nav-link:focus,
[data-theme="dark"] .auth-tabs .nav-link:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.18);
}

@media (max-width: 576px) {
    .auth-tabs .nav-link {
        flex: 1 1 auto;
        text-align: center;
        padding: 8px 12px;
        font-size: 14px;
    }
}
