:root {
    --input-placeholder-color: #222;
}

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

.morzaar-header-stage1 .header-location-section {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
}

/* Admin-managed category homepages in the storefront header. */
.morzaar-header-stage1 .header-homepage-categories-bar {
    background: #fff;
    border: 0;
}

.morzaar-header-stage1 .header-homepage-categories-bar::before,
.morzaar-header-stage1 .header-homepage-categories-bar::after,
.morzaar-header-stage1 .header-homepage-categories-bar > .container::before,
.morzaar-header-stage1 .header-homepage-categories-bar > .container::after {
    display: none;
}

.morzaar-header-stage1 .header-homepage-categories-nav {
    min-width: 0;
    padding-top: 9px;
    padding-bottom: 4px;
    border-top: 0;
    border-bottom: 0;
}

/* The divider belongs to the existing content container, never the full-width bar. */
.morzaar-header-stage1 .header-homepage-category-divider {
    height: 1px;
    margin-top: 5px;
    background-color: #e6eaf0;
}

.morzaar-header-stage1 .header-homepage-category-menu {
    display: flex;
    flex-wrap: nowrap;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    scrollbar-width: none;
}

.morzaar-header-stage1 .header-homepage-category-menu::-webkit-scrollbar { display: none; }
.morzaar-header-stage1 .header-homepage-category-menu > li { flex: 0 0 auto; }
.morzaar-header-stage1 .header-homepage-category-menu > li > a {
    position: relative;
    display: flex !important;
    min-width: 72px;
    min-height: 56px;
    padding: 4px 9px;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    color: #344054;
    text-align: center;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    border-radius: 9px 9px 0 0;
    transition: all .3s ease;
}

.morzaar-header-stage1 .header-homepage-category-menu__icon,
.morzaar-header-stage1 .header-homepage-category-menu__placeholder {
    display: grid;
    width: 26px;
    height: 26px;
    max-height: 26px;
    margin-bottom: 3px;
    place-items: center;
    object-fit: contain;
    border-radius: 8px;
    opacity: 1;
    transform: translateY(0);
    transition: all .3s ease;
}

.morzaar-header-stage1 .header-homepage-category-menu__placeholder { background: #f1f5f9; color: var(--web-primary); }
.morzaar-header-stage1 .header-homepage-category-menu__title { max-width: 92px; overflow: hidden; font-size: 12px; font-weight: 650; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.morzaar-header-stage1 .header-homepage-category-menu > li.is-active > a,
.morzaar-header-stage1 .header-homepage-category-menu > li > a:hover { color: var(--web-primary); background: #f2f8ff; }
.morzaar-header-stage1 .header-homepage-category-menu > li.is-active > a { border-bottom-color: var(--web-primary); box-shadow: none; }

.morzaar-header-stage1 .header-homepage-category-menu,
.morzaar-header-stage1 .header-homepage-category-menu > li,
.morzaar-header-stage1 .header-homepage-category-menu > li > a,
.morzaar-header-stage1 .header-homepage-category-menu__icon,
.morzaar-header-stage1 .header-homepage-category-menu__placeholder,
.morzaar-home-2026 .morzaar-hero-category-layout .category-menu,
.morzaar-home-2026 .morzaar-hero-category-layout .category-menu > li > a,
.morzaar-home-2026 .morzaar-hero-category-layout .category-menu > li > a img,
.morzaar-home-2026 .__cate-item > a,
.morzaar-home-2026 .__cate-item .__img {
    box-shadow: none !important;
    filter: none !important;
}

.morzaar-mobile-cart-link { position: relative; }
.morzaar-mobile-cart-count {
    position: absolute;
    top: -4px;
    right: calc(50% - 18px);
    display: grid;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 999px;
    background: var(--web-primary);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

@media (min-width: 768px) {
    .morzaar-header-stage1 .header-homepage-categories-bar.is-icons-collapsed .header-homepage-category-menu__icon,
    .morzaar-header-stage1 .header-homepage-categories-bar.is-icons-collapsed .header-homepage-category-menu__placeholder {
        height: 0;
        max-height: 0;
        margin-bottom: 0;
        opacity: 0;
        transform: translateY(-10px);
        overflow: hidden;
    }

    .morzaar-header-stage1 .header-homepage-categories-bar.is-icons-collapsed .header-homepage-category-menu > li > a {
        min-height: 36px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
.header-category-home__heading { padding: 4px 0 12px; }
.header-category-home__heading h1 { margin: 0; color: #1e293b; font-size: clamp(22px, 2vw, 30px); font-weight: 700; }
.header-category-banner-slider { overflow: hidden; border-radius: 14px; box-shadow: none; }
.header-category-banner-slider img { display: block; max-height: 360px; object-fit: cover; }
@media (max-width: 767.98px) { .morzaar-header-stage1 .header-homepage-category-divider { display: none; } .morzaar-header-stage1 .header-homepage-category-menu > li > a { min-width: 68px; min-height: 58px; padding: 6px !important; } .morzaar-header-stage1 .header-homepage-category-menu__title { max-width: 68px; font-size: 11px; } .header-category-banner-slider { border-radius: 9px; } }

.morzaar-header-stage1 .header-location-section .location-icon {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    color: var(--web-primary);
    font-size: 18px;
}

.morzaar-header-stage1 .header-location-section .location-text {
    display: block;
    min-width: 0;
    line-height: 1.2;
}

.morzaar-header-stage1 .header-location-section .location-label {
    color: #667085;
    font-size: 11px;
    font-weight: 600;
}

.morzaar-header-stage1 .header-location-section .header-location-trigger {
    display: block;
    max-width: 180px;
    overflow: hidden;
    color: var(--web-primary);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.morzaar-header-stage1 .header-location-section .header-location-trigger:hover,
.morzaar-header-stage1 .header-location-section .header-location-trigger:focus {
    color: var(--web-primary);
    text-decoration: underline;
}

.header-location-address {
    cursor: pointer;
}

#headerLocationModal .header-current-location {
    border-style: dashed;
    padding: .875rem 1rem;
}

#headerLocationModal .header-current-location small {
    font-size: .75rem;
}

@media (max-width: 767.98px) {
    .morzaar-header-stage1 .header-location-section .location-label {
        display: none;
    }

    .morzaar-header-stage1 .header-location-section .header-location-trigger {
        max-width: 8rem;
        font-size: 12px;
    }
}

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

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

.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: 16px;
}

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

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

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

.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: #fff;
    width: 80vw;
    display: flex;
    max-width: 330px;
    align-items: center;
    gap: 12px;
    padding: 16px;
    font-size: 12px;
    transition: all ease 0.5s;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075);
}

.alert--message-2 h6 {
    font-size: 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;
    background-color: #fff;
}

.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%;
    gap: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 12px 15px 12px 15px;
}

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

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

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

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

.grecaptcha-badge {
    display: none !important;
}
.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: #f8f8fa;
}
[theme="dark"].bg--light {
    background-color: #18181a;
}

.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: #fff;
    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: none !important;
}

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

.product-with-bg .product-single-hover{
    background-color: #ffffff;
    padding: 0.5rem;
    border-radius: 5px;
    box-shadow: none;
}

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

/* =========================================================
   MORZAAR HEADER — STAGE 1
   ========================================================= */
.morzaar-header-stage1 {
    position: relative;
    z-index: 1030;
    background: #fff;
    box-shadow: none;
}

.morzaar-header-stage1 .topbar {
    min-height: 32px;
    background: #f8fafc;
    border-bottom: 1px solid #e6eaf0;
    color: #667085;
    font-size: 12px;
}

.morzaar-header-stage1 .navbar-sticky {
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: none;
}

.morzaar-header-stage1 .navbar:not(.navbar-stuck-menu) {
    min-height: 70px;
}

.morzaar-header-stage1 .navbar-brand img {
    max-height: 40px;
    width: auto;
    object-fit: contain;
}

.morzaar-header-stage1 .input-group-overlay {
    flex: 1 1 500px;
    max-width: 680px;
}

.morzaar-header-stage1 .search_form .form-control {
    height: 44px;
    border: 1px solid #dbe2ea;
    border-radius: 10px;
    background: #f7f9fc;
    box-shadow: none;
    font-size: 14px;
}

.morzaar-header-stage1 .search_form .form-control:focus {
    background: #fff;
    border-color: var(--web-primary);
    box-shadow: 0 0 0 3px rgba(27, 127, 237, .14);
}

.morzaar-header-stage1 .search_button .input-group-text {
    height: 44px;
    min-width: 48px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 0 10px 10px 0;
}

.morzaar-header-stage1 .navbar-toolbar {
    gap: 4px;
}

.morzaar-header-stage1 .navbar-tool-icon-box {
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent !important;
    transition: background-color .18s ease, border-color .18s ease;
}

.morzaar-header-stage1 .navbar-tool:hover .navbar-tool-icon-box,
.morzaar-header-stage1 .navbar-tool:focus .navbar-tool-icon-box {
    border-color: #e6eaf0;
    background: #f3f6fa !important;
}

.morzaar-header-stage1 .navbar-stuck-menu {
    min-height: 46px;
    background: #fff !important;
    border: 0;
}

.morzaar-header-stage1 .navbar-stuck-menu .nav-link {
    min-height: 45px;
    display: flex;
    align-items: center;
    color: #344054 !important;
    font-size: 13px;
    font-weight: 600;
}

.morzaar-header-stage1 .navbar-stuck-menu .nav-link:hover {
    color: var(--web-primary) !important;
}

@media (max-width: 767.98px) {
    .morzaar-header-stage1 .topbar {
        display: none;
    }

    .morzaar-header-stage1 .navbar:not(.navbar-stuck-menu) {
        min-height: 58px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .morzaar-header-stage1 .navbar-brand img {
        max-height: 32px;
    }

    .morzaar-header-stage1 .navbar-tool-icon-box {
        width: 38px;
        height: 38px;
    }

    .morzaar-header-stage1 .input-group-overlay {
        max-width: none;
    }
}

/* =========================================================
   MORZAAR HOMEPAGE — 2026 MARKETPLACE REDESIGN
   Scoped to the homepage root; existing Blade hooks remain intact.
   ========================================================= */
.morzaar-home-2026 {
    --morzaar-surface: #FFFFFF;
    --morzaar-page: #FFFFFF;
    --morzaar-ink: #172033;
    --morzaar-line: #e7ecf3;
    --morzaar-accent: var(--web-primary);
    gap: 18px !important;
    padding: 12px 0 24px;
    background-color: #FFFFFF;
}

.morzaar-home-2026 .section-card-margin,
.morzaar-home-2026 .__inline-62 > .card,
.morzaar-home-2026 .__deal-of,
.morzaar-home-2026 .shipping-policy-web {
    border: 1px solid var(--morzaar-line);
    border-radius: 18px;
    background-color: #FFFFFF;
    box-shadow: none;
}

.morzaar-home-2026 .section-card-margin,
.morzaar-home-2026 .new-arrival-section,
.morzaar-home-2026 .featured_deal,
.morzaar-home-2026 .__deal-of {
    overflow: hidden;
}

/* Premium grouping for the existing homepage product sections; product cards remain white. */
.morzaar-home-2026 {
    --morzaar-product-section: #FFFFFF;
}

.morzaar-home-2026 .section-card-margin,
.morzaar-home-2026 .new-arrival-section,
.morzaar-home-2026 .featured_deal,
.morzaar-home-2026 .__deal-of,
.morzaar-home-2026 .__shadow-2 > .__p-20px,
.morzaar-home-2026 .__inline-62 .card,
.morzaar-home-2026 .seller-card .card,
.morzaar-home-2026 .latest-product-margin {
    background-color: #FFFFFF !important;
}

.morzaar-home-2026 .__shadow-2 > .__p-20px,
.morzaar-home-2026 .__inline-62 .card,
.morzaar-home-2026 .seller-card .card,
.morzaar-home-2026 .latest-product-margin {
    border: 1px solid var(--morzaar-line);
    border-radius: 18px;
    box-shadow: none;
}

/* Shared homepage product-section shells use the theme's __shadow utility. */
.morzaar-home-2026 .__shadow {
    box-shadow: none !important;
    border: 1px solid var(--morzaar-line);
}

.morzaar-home-2026 .latest-product-margin {
    padding: 18px;
}

@media (max-width: 767.98px) {
    .morzaar-home-2026 .__shadow-2 > .__p-20px,
    .morzaar-home-2026 .__inline-62 .card,
    .morzaar-home-2026 .seller-card .card,
    .morzaar-home-2026 .latest-product-margin {
        border-radius: 12px;
    }

    .morzaar-home-2026 .latest-product-margin {
        padding: 14px;
    }
}

.morzaar-home-2026 .feature-product-title,
.morzaar-home-2026 .new-arrival-section h2,
.morzaar-home-2026 .categories-title,
.morzaar-home-2026 .category-product-view-title,
.morzaar-home-2026 .seller-list-title {
    color: var(--morzaar-ink) !important;
    font-size: clamp(1.05rem, 2vw, 1.38rem) !important;
    font-weight: 800 !important;
    letter-spacing: -.025em !important;
}

.morzaar-home-2026 .view-all-text {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 7px 10px;
    border-radius: 8px;
    background: rgba(27, 127, 237, .08);
    color: var(--morzaar-accent) !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    transition: background-color .18s ease, transform .18s ease;
}

.morzaar-home-2026 .view-all-text:hover {
    background: rgba(27, 127, 237, .15);
    transform: translateY(-1px);
}

/* Hero and category discovery */
.morzaar-home-2026 .hero-slider,
.morzaar-home-2026 .hero-slider .owl-stage-outer,
.morzaar-home-2026 .hero-slider .owl-item,
.morzaar-home-2026 .hero-slider .__slide-img {
    border-radius: 18px;
}

.morzaar-home-2026 .hero-slider {
    overflow: hidden;
    box-shadow: none;
}

.morzaar-home-2026 .hero-slider .__slide-img {
    display: block;
    transition: transform .45s ease;
}

.morzaar-home-2026 .hero-slider:hover .__slide-img {
    transform: scale(1.015);
}

.morzaar-home-2026 .__top-slider-cate .category-menu {
    overflow: hidden;
    border: 1px solid var(--morzaar-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: none;
}

.morzaar-home-2026 .__top-slider-cate .category-menu a {
    font-weight: 600;
}

.morzaar-home-2026 .__inline-62 > .card {
    overflow: hidden;
}

.morzaar-home-2026 .__inline-62 > .card .card-body {
    padding: 20px 22px;
}

.morzaar-home-2026 .__cate-item > a {
    min-height: 126px;
    padding: 13px 7px 8px;
    border: 1px solid transparent;
    border-radius: 14px;
    color: var(--morzaar-ink);
    background: linear-gradient(145deg, #f8faff, #fff);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.morzaar-home-2026 .__cate-item > a:hover {
    border-color: rgba(27, 127, 237, .28);
    box-shadow: none;
    transform: translateY(-3px);
}

.morzaar-home-2026 .__cate-item .__img {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    background: #eef5ff;
}

.morzaar-home-2026 .__cate-item .__img img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

/* Flash deals, banners and primary marketplace sections */
.morzaar-home-2026 .flash-deals-wrapper {
    padding: 20px;
    border: 1px solid rgba(27, 127, 237, .18);
    border-radius: 18px !important;
    background-color: #FFFFFF;
    box-shadow: none;
}

.morzaar-home-2026 .flash-deal-text h1 {
    color: var(--morzaar-ink) !important;
    font-weight: 850;
    letter-spacing: -.025em;
}

.morzaar-home-2026 .countdown-card,
.morzaar-home-2026 .countdown-background {
    border-radius: 14px;
}

.morzaar-home-2026 .countdown-background {
    box-shadow: none;
}

.morzaar-home-2026 .footer_banner_img,
.morzaar-home-2026 .main_banner_img {
    display: block;
    overflow: hidden;
    border: 1px solid var(--morzaar-line);
    border-radius: 16px;
    box-shadow: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.morzaar-home-2026 a:hover .footer_banner_img,
.morzaar-home-2026 a:hover .main_banner_img {
    box-shadow: none;
    transform: translateY(-2px);
}

.morzaar-home-2026 .featured_deal_left,
.morzaar-home-2026 .deal_of_the_day {
    background-color: #FFFFFF !important;
}

.morzaar-home-2026 .new-arrival-section {
    padding: 20px 18px 16px;
}

/* Product-card styling only; routes, data attributes and hooks are unchanged. */
.morzaar-home-2026 .product-single-hover,
.morzaar-home-2026 .flash_deal_product,
.morzaar-home-2026 .featured_deal_product,
.morzaar-home-2026 .recommended-product-card,
.morzaar-home-2026 .product-card,
.morzaar-home-2026 .product-card-shadow {
    overflow: hidden;
    border: 1px solid var(--morzaar-line) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: none !important;
    transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}

@media (hover: hover) and (min-width: 768px) {
    .morzaar-home-2026 .product-single-hover:hover,
    .morzaar-home-2026 .flash_deal_product:hover,
    .morzaar-home-2026 .featured_deal_product:hover,
    .morzaar-home-2026 .recommended-product-card:hover,
    .morzaar-home-2026 .product-card:hover,
    .morzaar-home-2026 .product-card-shadow:hover {
        z-index: 2;
        border-color: rgba(27, 127, 237, .32) !important;
        box-shadow: none !important;
        transform: translateY(-4px);
    }
}

.morzaar-home-2026 .inline_product,
.morzaar-home-2026 .flash_deal_product_pic,
.morzaar-home-2026 .featured_product_pic,
.morzaar-home-2026 .product-card .card-header {
    background: #fff !important;
}

.morzaar-home-2026 .inline_product img,
.morzaar-home-2026 .flash_deal_product_pic img,
.morzaar-home-2026 .featured_product_pic img,
.morzaar-home-2026 .product-card .card-header img {
    mix-blend-mode: multiply;
    transition: transform .28s ease;
}

@media (hover: hover) and (min-width: 768px) {
    .morzaar-home-2026 .product-single-hover:hover .inline_product img,
    .morzaar-home-2026 .flash_deal_product:hover .flash_deal_product_pic img,
    .morzaar-home-2026 .featured_deal_product:hover .featured_product_pic img {
        transform: scale(1.045);
    }
}

.morzaar-home-2026 .single-product-details,
.morzaar-home-2026 .flash_deal_product_details,
.morzaar-home-2026 .featured_product_details {
    padding: 12px !important;
    background-color: #fff !important;
}

.morzaar-home-2026 .recommended-product-card .card-body,
.morzaar-home-2026 .product-card .card-body {
    background-color: #fff !important;
}

.morzaar-home-2026 .product-price .text-accent,
.morzaar-home-2026 .flash-product-price,
.morzaar-home-2026 .featured_product-price .ptp {
    color: var(--morzaar-ink) !important;
    font-weight: 850 !important;
}

.morzaar-home-2026 .for-discount-value,
.morzaar-home-2026 .discount-badge {
    border-radius: 6px 0 8px 0;
    background: #e9f7ee !important;
    color: #13783a !important;
    font-weight: 800;
}

.morzaar-home-2026 .quick-view .btn-circle {
    border: 1px solid var(--morzaar-line);
    box-shadow: none;
}

.morzaar-home-2026 .__best-selling {
    margin-bottom: 8px;
    padding: 9px;
    border: 1px solid transparent;
    border-radius: 12px;
    transition: background-color .18s ease, border-color .18s ease;
}

.morzaar-home-2026 .__best-selling:hover {
    border-color: var(--morzaar-line);
    background: #f8faff;
}

/* Carousel controls, brands and reliability */
.morzaar-home-2026 .owl-theme .owl-nav [class*="owl-"] {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin: 0 3px;
    border: 1px solid var(--morzaar-line) !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: var(--morzaar-ink) !important;
    box-shadow: 0 4px 12px rgba(31, 50, 81, .12);
    transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.morzaar-home-2026 .owl-theme .owl-nav [class*="owl-"]:hover {
    background: var(--morzaar-accent) !important;
    color: #fff !important;
    transform: scale(1.05);
}

.morzaar-home-2026 .brand-slider .owl-item > div,
.morzaar-home-2026 .brands-slider .owl-item > div {
    display: grid;
    place-items: center;
    min-height: 74px;
    margin: 3px;
    border: 1px solid var(--morzaar-line);
    border-radius: 12px;
    background: #fff;
}

.morzaar-home-2026 .shipping-policy-web {
    padding: 8px 18px;
}

.morzaar-home-2026 .shipping-policy-web .owl-item > div {
    padding: 10px 6px;
}

@media (max-width: 767.98px) {
    .morzaar-home-2026 {
        gap: 18px !important;
        padding: 10px 0 24px;
    }

    .morzaar-home-2026 .section-card-margin,
    .morzaar-home-2026 .__inline-62 > .card,
    .morzaar-home-2026 .new-arrival-section,
    .morzaar-home-2026 .featured_deal,
    .morzaar-home-2026 .__deal-of,
    .morzaar-home-2026 .shipping-policy-web,
    .morzaar-home-2026 .flash-deals-wrapper {
        border-radius: 12px !important;
    }

    .morzaar-home-2026 .flash-deals-wrapper,
    .morzaar-home-2026 .new-arrival-section {
        padding: 14px;
    }

    .morzaar-home-2026 .__inline-62 > .card .card-body {
        padding: 16px 12px;
    }

    .morzaar-home-2026 .__cate-item > a {
        min-height: 112px;
        padding-top: 9px;
    }

    .morzaar-home-2026 .__cate-item .__img {
        width: 58px;
        height: 58px;
    }

    .morzaar-home-2026 .__cate-item .__img img {
        width: 48px;
        height: 48px;
    }

    .morzaar-home-2026 .product-single-hover,
    .morzaar-home-2026 .flash_deal_product,
    .morzaar-home-2026 .featured_deal_product,
    .morzaar-home-2026 .recommended-product-card {
        border-radius: 10px !important;
    }

    .morzaar-home-2026 .owl-theme .owl-nav [class*="owl-"] {
        width: 30px;
        height: 30px;
    }
}

/* =========================================================
   MORZAAR HERO CATEGORY ROW
   Horizontal category navigation above the existing hero carousel.
   ========================================================= */
.morzaar-home-2026 .morzaar-hero-category-layout {
    padding-top: 0 !important;
}

.morzaar-home-2026 .morzaar-hero-category-layout .category-menu-wrap {
    position: relative;
    z-index: 4;
    margin-bottom: 14px;
}

.morzaar-home-2026 .morzaar-hero-category-layout .category-menu {
    display: flex !important;
    align-items: stretch;
    gap: 6px;
    width: 100%;
    min-height: 96px;
    margin: 0 !important;
    padding: 9px !important;
    border: 1px solid var(--morzaar-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: none;
    list-style: none;
}

.morzaar-home-2026 .morzaar-hero-category-layout .category-menu > li {
    position: relative;
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.morzaar-home-2026 .morzaar-hero-category-layout .category-menu > li > a {
    display: flex !important;
    flex: 1;
    align-items: center;
    justify-content: center;
    min-height: 76px;
    padding: 8px 6px !important;
    border: 1px solid transparent;
    border-radius: 12px;
    color: var(--morzaar-ink) !important;
    background: linear-gradient(145deg, #f9fbff, #fff);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.morzaar-home-2026 .morzaar-hero-category-layout .category-menu > li > a > span {
    flex-direction: column;
    gap: 5px !important;
    justify-content: center !important;
    width: 100%;
}

.morzaar-home-2026 .morzaar-hero-category-layout .category-menu > li > a img {
    width: 38px !important;
    height: 38px;
    padding: 4px;
    border: 1px solid #e3edf9;
    background: #eef5ff;
    object-fit: contain;
}

.morzaar-home-2026 .morzaar-hero-category-layout .category-menu > li > a:hover,
.morzaar-home-2026 .morzaar-hero-category-layout .category-menu > li > a:focus {
    border-color: rgba(27, 127, 237, .25);
    background: #f0f7ff;
    box-shadow: none;
    color: var(--morzaar-accent) !important;
    text-decoration: none;
    transform: none;
}

.morzaar-home-2026 .morzaar-hero-category-layout .category-menu > li:last-child {
    flex: 0 0 86px;
}

.morzaar-home-2026 .morzaar-hero-category-layout .category-menu > li:last-child > a {
    background: rgba(27, 127, 237, .08);
    color: var(--morzaar-accent) !important;
}

.morzaar-home-2026 .morzaar-hero-category-layout .category-menu .mega_menu {
    top: calc(100% + 8px) !important;
    border: 1px solid var(--morzaar-line);
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(31, 50, 81, .15);
}

.morzaar-home-2026 .morzaar-hero-category-layout .__top-slider-images > div {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.morzaar-home-2026 .morzaar-hero-category-layout .hero-slider {
    width: 100%;
}

.morzaar-home-2026 .morzaar-hero-category-layout .hero-slider .__slide-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 1199.98px) {
    .morzaar-home-2026 .morzaar-hero-category-layout .category-menu {
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .morzaar-home-2026 .morzaar-hero-category-layout .category-menu::-webkit-scrollbar {
        display: none;
    }

    .morzaar-home-2026 .morzaar-hero-category-layout .category-menu > li {
        flex: 0 0 104px;
    }

    .morzaar-home-2026 .morzaar-hero-category-layout .category-menu .mega_menu {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .morzaar-home-2026 .morzaar-hero-category-layout .category-menu-wrap {
        margin-bottom: 10px;
    }

    .morzaar-home-2026 .morzaar-hero-category-layout .category-menu {
        gap: 5px;
        min-height: 82px;
        padding: 6px !important;
        border-radius: 12px;
    }

    .morzaar-home-2026 .morzaar-hero-category-layout .category-menu > li {
        flex-basis: 82px;
    }

    .morzaar-home-2026 .morzaar-hero-category-layout .category-menu > li > a {
        min-height: 68px;
        padding: 5px 4px !important;
        border-radius: 9px;
        font-size: 10px;
    }

    .morzaar-home-2026 .morzaar-hero-category-layout .category-menu > li > a img {
        width: 31px !important;
        height: 31px;
        padding: 3px;
    }

    .morzaar-home-2026 .morzaar-hero-category-layout .category-menu > li:last-child {
        flex-basis: 72px;
    }

    .morzaar-home-2026 .morzaar-hero-category-layout .hero-slider,
    .morzaar-home-2026 .morzaar-hero-category-layout .hero-slider .owl-stage-outer,
    .morzaar-home-2026 .morzaar-hero-category-layout .hero-slider .__slide-img {
        border-radius: 12px;
    }
}

/* MORZAAR HERO FULL-WIDTH CORRECTION: overrides the former sidebar dimensions. */
.morzaar-home-2026 .morzaar-hero-category-layout .category-menu {
    max-height: none !important;
    overflow: visible;
}

@media (min-width: 1280px) {
    .morzaar-home-2026 .morzaar-hero-category-layout .__top-slider-cate,
    .morzaar-home-2026 .morzaar-hero-category-layout .__top-slider-images {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

@media (max-width: 1199.98px) {
    .morzaar-home-2026 .morzaar-hero-category-layout .category-menu {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

/* MORZAAR CATEGORY ROW-DIRECTION CORRECTION: overrides the legacy vertical sidebar list. */
.morzaar-home-2026 .morzaar-hero-category-layout .category-menu {
    flex-direction: row !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* =========================================================
   MORZAAR HEADER — STAGE 1 REFINEMENT
   Scoped overrides retain all existing header and menu hooks.
   ========================================================= */
.morzaar-header-stage1 .topbar {
    display: none !important;
}

.morzaar-header-stage1 .morzaar-header-search .search_form {
    position: relative;
}

.morzaar-header-stage1 .morzaar-header-search .search-bar-input {
    height: 46px;
    padding-right: 16px;
    padding-left: 48px;
    border-radius: 999px;
    background: #f4f7fb;
}

.morzaar-header-stage1 .morzaar-header-search .search_button {
    position: absolute;
    z-index: 2;
    top: 1px;
    right: auto !important;
    bottom: 1px;
    left: 1px;
    width: 46px;
    padding: 0;
    border: 0;
    background: transparent;
}

.morzaar-header-stage1 .morzaar-header-search .search_button .input-group-text {
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #667085;
}

.morzaar-header-stage1 .morzaar-header-search .search_button i {
    color: #667085 !important;
}

.morzaar-header-stage1 .morzaar-account-menu > .navbar-tool,
.morzaar-header-stage1 .morzaar-more-menu > .navbar-tool {
    gap: 7px;
    text-decoration: none;
}

.morzaar-header-stage1 .header-actions-section > .morzaar-account-menu,
.morzaar-header-stage1 .header-actions-section > .morzaar-more-menu,
.morzaar-header-stage1 .header-actions-section > .morzaar-cart-action {
    display: flex;
    align-items: center;
    min-height: 0;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.morzaar-header-stage1 .morzaar-account-menu .navbar-tool-text,
.morzaar-header-stage1 .morzaar-more-menu .navbar-tool-text {
    color: #344054;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.15;
    white-space: nowrap;
}

.morzaar-header-stage1 .morzaar-account-menu .navbar-tool-text small {
    display: block;
    color: #667085;
    font-size: 11px;
    font-weight: 500;
}

.morzaar-header-stage1 .morzaar-account-menu .dropdown-menu,
.morzaar-header-stage1 .morzaar-more-menu .dropdown-menu {
    min-width: 180px;
    margin-top: 10px;
    padding: 7px;
    border: 1px solid #e7ecf3;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(16, 24, 40, .14);
}

.morzaar-header-stage1 .morzaar-account-menu .dropdown-item,
.morzaar-header-stage1 .morzaar-more-menu .dropdown-item {
    padding: 9px 10px;
    border-radius: 8px;
    color: #344054;
    font-size: 13px;
}

.morzaar-header-stage1 .morzaar-account-menu .dropdown-item:hover,
.morzaar-header-stage1 .morzaar-more-menu .dropdown-item:hover {
    background: #f1f6fd;
    color: var(--web-primary);
}

.morzaar-header-stage1 .morzaar-account-menu .navbar-tool-text {
    display: block;
}

.morzaar-header-stage1 .morzaar-account-menu .morzaar-account-avatar {
    width: 34px;
    height: 34px;
    object-fit: cover;
    flex-shrink: 0;
}

.morzaar-header-stage1 .morzaar-account-menu .navbar-tool-icon-box {
    width: 34px;
    height: 34px;
    line-height: 34px;
}

.morzaar-header-stage1 .morzaar-account-menu .navbar-tool-icon {
    font-size: 1.1rem;
    line-height: 34px;
}

/* Keep the three desktop actions as one lightweight, transparent group. */
.morzaar-header-stage1 .morzaar-account-menu > .navbar-tool,
.morzaar-header-stage1 .morzaar-more-menu > .navbar-tool,
.morzaar-header-stage1 .morzaar-cart-action .morzaar-header-action-link {
    display: inline-flex;
    min-height: 0;
    align-items: center;
    gap: 4px;
    padding: 1px 3px;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: #344054;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}

.morzaar-header-stage1 .morzaar-account-menu > .navbar-tool { margin-left: 0 !important; }
.morzaar-header-stage1 .morzaar-account-menu .navbar-tool-icon,
.morzaar-header-stage1 .morzaar-cart-action .navbar-tool-icon { color: #344054; line-height: 1; }
.morzaar-header-stage1 .morzaar-account-menu .navbar-tool-icon { font-size: 17px; }
.morzaar-header-stage1 .morzaar-account-menu .morzaar-account-avatar { width: 18px; height: 18px; }
.morzaar-header-stage1 .morzaar-cart-action .navbar-tool-icon { font-size: 19px; }
.morzaar-header-stage1 .morzaar-more-menu .morzaar-menu-dots { color: #344054; font-size: 15px; line-height: 1; }
.morzaar-header-stage1 .morzaar-header-action-text {
    display: inline;
    flex: 0 0 auto;
    padding: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: none;
    white-space: nowrap;
}
.morzaar-header-stage1 .morzaar-header-chevron {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 1px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform .2s ease;
}
.morzaar-header-stage1 .morzaar-account-menu.show .morzaar-header-chevron,
.morzaar-header-stage1 .morzaar-more-menu.show .morzaar-header-chevron,
.morzaar-header-stage1 .morzaar-account-menu > .navbar-tool[aria-expanded="true"] .morzaar-header-chevron,
.morzaar-header-stage1 .morzaar-more-menu > .navbar-tool[aria-expanded="true"] .morzaar-header-chevron { transform: translateY(2px) rotate(225deg); }
.morzaar-header-stage1 .morzaar-cart-action .morzaar-cart-icon-wrap { position: relative; display: inline-flex; align-items: center; line-height: 1; }
.morzaar-header-stage1 .morzaar-cart-action .navbar-tool-label { top: -7px; right: -8px; left: auto; z-index: 1; width: 16px; height: 16px; padding: 0; border: 1px solid #fff; font-size: 10px; font-weight: 700; line-height: 14px; }
.morzaar-header-stage1 .morzaar-account-menu > .navbar-tool:hover,
.morzaar-header-stage1 .morzaar-more-menu > .navbar-tool:hover,
.morzaar-header-stage1 .morzaar-cart-action .morzaar-header-action-link:hover,
.morzaar-header-stage1 .morzaar-account-menu > .navbar-tool:focus,
.morzaar-header-stage1 .morzaar-more-menu > .navbar-tool:focus,
.morzaar-header-stage1 .morzaar-cart-action .morzaar-header-action-link:focus,
.morzaar-header-stage1 .morzaar-account-menu > .navbar-tool:active,
.morzaar-header-stage1 .morzaar-more-menu > .navbar-tool:active,
.morzaar-header-stage1 .morzaar-cart-action .morzaar-header-action-link:active {
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--web-primary);
}

@media (min-width: 768px) {
    .morzaar-header-stage1 .morzaar-account-menu .dropdown-menu {
        margin-top: 6px;
        animation: morzaarAccountDropdownIn 0.15s ease-out;
    }

    .morzaar-header-stage1 .morzaar-account-menu:hover > .navbar-tool {
        color: var(--web-primary);
    }
}

.morzaar-account-menu .dropdown-menu.show {
    animation: morzaarAccountDropdownIn 0.15s ease-out;
}

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

.morzaar-header-stage1 .morzaar-account-menu .account-dropdown-menu {
    width: 326px;
    min-width: 326px;
    margin-top: 8px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e7ecf3;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(16, 24, 40, .14);
}

.morzaar-header-stage1 .morzaar-account-dropdown-heading {
    display: flex;
    min-height: 58px;
    padding: 14px 16px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #edf0f4;
    color: #344054;
    font-size: 14px;
    font-weight: 500;
}

.morzaar-header-stage1 .morzaar-account-dropdown-heading strong,
.morzaar-header-stage1 .morzaar-account-dropdown-heading span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.morzaar-header-stage1 .morzaar-account-dropdown-heading:not(.morzaar-account-guest-header) {
    display: block;
    min-height: 0;
}

.morzaar-header-stage1 .morzaar-account-dropdown-heading:not(.morzaar-account-guest-header) strong {
    display: block;
    margin-bottom: 2px;
    color: #172033;
    font-size: 14px;
    font-weight: 700;
}

.morzaar-header-stage1 .morzaar-account-dropdown-heading:not(.morzaar-account-guest-header) span {
    display: block;
    color: #667085;
    font-size: 12px;
}

.morzaar-header-stage1 .morzaar-account-guest-header a {
    color: var(--web-primary);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.morzaar-header-stage1 .morzaar-account-menu .morzaar-account-dropdown-item {
    display: flex;
    min-height: 48px;
    padding: 0 16px;
    align-items: center;
    gap: 14px;
    border-radius: 0;
    background: #fff;
    color: #344054;
    font-size: 14px;
    font-weight: 500;
}

.morzaar-header-stage1 .morzaar-account-menu .morzaar-account-menu-icon {
    display: inline-grid;
    width: 22px;
    flex: 0 0 22px;
    place-items: center;
}

.morzaar-header-stage1 .morzaar-account-menu .morzaar-account-menu-icon i {
    color: #344054;
    font-size: 17px;
    text-align: center;
}

.morzaar-header-stage1 .morzaar-account-menu .morzaar-account-menu-label {
    min-width: 0;
    line-height: 1.3;
}

.morzaar-header-stage1 .morzaar-account-menu .morzaar-account-dropdown-item:hover,
.morzaar-header-stage1 .morzaar-account-menu .morzaar-account-dropdown-item:focus {
    background: #f5f8fd;
    color: var(--web-primary);
}

.morzaar-header-stage1 .morzaar-account-menu .morzaar-account-dropdown-item:hover .morzaar-account-menu-icon i,
.morzaar-header-stage1 .morzaar-account-menu .morzaar-account-dropdown-item:focus .morzaar-account-menu-icon i {
    color: var(--web-primary);
}

.morzaar-header-stage1 .morzaar-account-dropdown-divider {
    height: 1px;
    margin: 0;
    background: #e7ecf3;
}

.morzaar-header-stage1 .morzaar-account-menu .morzaar-account-dropdown-item--logout {
    color: #c0392b;
}

.morzaar-header-stage1 .morzaar-account-menu .morzaar-account-dropdown-item--logout .morzaar-account-menu-icon i {
    color: currentColor;
}

@media (max-width: 767.98px) {
    .morzaar-header-stage1 .morzaar-account-menu .account-dropdown-menu {
        width: calc(100vw - 32px);
        min-width: 0;
    }
}

@media (min-width: 768px) {
    .morzaar-header-stage1 .navbar-stuck-menu {
        display: none !important;
    }

    .morzaar-header-stage1 .navbar-stuck-toggler {
        display: none !important;
    }

    .morzaar-header-stage1 .category-menu-wrap,
    .morzaar-header-stage1 .category-menu,
    .morzaar-header-stage1 .category-menu > li {
        overflow: visible !important;
    }

    .morzaar-header-stage1 .category-menu > li {
        position: relative;
    }

    .morzaar-header-stage1 .category-menu .mega_menu {
        top: 100% !important;
        z-index: 1050 !important;
        padding: 18px !important;
        border: 1px solid #e7ecf3;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 14px 34px rgba(16, 24, 40, .16);
    }
}

@media (max-width: 767.98px) {
    .morzaar-header-stage1 {
        overflow-x: clip;
    }

    .morzaar-header-stage1 .navbar-stuck-menu {
        min-height: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }

    .morzaar-header-stage1 .navbar-stuck-menu > .container {
        padding: 0 !important;
    }

    .morzaar-header-stage1 .morzaar-header-search .search-bar-input {
        height: 44px;
    }
}

/* The homepage menu uses the original submenu markup and routes. */
@media (min-width: 768px) {
    .morzaar-home-2026 .morzaar-hero-category-layout .category-menu {
        overflow: visible;
    }

    .morzaar-home-2026 .morzaar-hero-category-layout .category-menu > li {
        position: static;
        flex: 1 1 0;
    }

    .morzaar-home-2026 .morzaar-hero-category-layout .category-menu > li:last-child {
        flex: 0 0 86px;
    }

    .morzaar-home-2026 .morzaar-hero-category-layout .category-menu .mega_menu {
        display: grid !important;
        top: calc(100% + 8px) !important;
        inset-inline-start: 0 !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: 380px;
        padding: 20px !important;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        transform: translateY(6px);
        z-index: 1050;
    }

    .morzaar-home-2026 .morzaar-hero-category-layout .category-menu > li:hover > .mega_menu,
    .morzaar-home-2026 .morzaar-hero-category-layout .category-menu > li:focus-within > .mega_menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

/* =========================================================
   MORZAAR CATEGORY MEGA OVERLAY CORRECTION
   Keeps the homepage subcategory menu above the hero without a hover gap.
   ========================================================= */
@media (min-width: 768px) {
    .morzaar-home-2026 .morzaar-hero-category-layout {
        position: relative;
        z-index: 10;
        overflow: visible;
    }

    .morzaar-home-2026 .morzaar-hero-category-layout .category-menu-wrap {
        position: relative;
        z-index: 30;
        overflow: visible;
    }

    .morzaar-home-2026 .morzaar-hero-category-layout .category-menu {
        position: relative;
        z-index: 31;
        overflow: visible;
    }

    .morzaar-home-2026 .morzaar-hero-category-layout .category-menu .mega_menu {
        top: 100% !important;
        z-index: 32;
    }

    .morzaar-home-2026 .morzaar-hero-category-layout .__top-slider-images,
    .morzaar-home-2026 .morzaar-hero-category-layout .hero-slider {
        position: relative;
        z-index: 1;
    }
}
/* Product-section appearance settings: homepage-only and layered behind existing content. */
.morzaar-home-2026 [data-product-section-appearance] { position:relative; isolation:isolate; overflow:hidden; background-color:#FFFFFF !important; background-image:none !important; border:0; border-radius:var(--ps-radius); box-shadow:none; padding:var(--ps-pt) var(--ps-px) var(--ps-pb); }
.morzaar-home-2026 [data-product-section-appearance]::before { content:""; position:absolute; inset:0; z-index:0; pointer-events:none; background:transparent; }
.morzaar-home-2026 [data-product-section-appearance] > * { position:relative; z-index:1; }
.morzaar-home-2026 [data-product-section-appearance][data-ps-animation="pan"] { animation:morzaar-section-pan 18s ease-in-out infinite alternate; }
.morzaar-home-2026 [data-product-section-appearance][data-ps-animation="zoom"] { animation:morzaar-section-zoom 18s ease-in-out infinite alternate; }
@keyframes morzaar-section-pan { from { background-position:45% 50%; } to { background-position:55% 50%; } }
@keyframes morzaar-section-zoom { from { background-size:100%; } to { background-size:108%; } }
@media (min-width: 992px) { .morzaar-home-2026 [data-ps-desktop="0"] { display:none !important; } }
@media (min-width: 576px) and (max-width: 991.98px) { .morzaar-home-2026 [data-ps-tablet="0"] { display:none !important; } }
@media (max-width: 575.98px) { .morzaar-home-2026 [data-ps-mobile="0"] { display:none !important; } }

/* Two-row storefront header: marketplace/location above search and account actions. */
.morzaar-header-stage1 .morzaar-header-shell > .container { display:block !important; }
.morzaar-header-stage1 .header-top-row,.morzaar-header-stage1 .header-main-row { display:flex; align-items:center; width:100%; flex-wrap:nowrap; }
.morzaar-header-stage1 .header-top-row { min-height:50px; gap:10px; border-bottom:0; }
.morzaar-header-stage1 .header-brand-section { display:flex; align-items:center; flex:0 1 auto; min-width:0; gap:8px; }
.morzaar-header-stage1 .header-location-section { display:flex; align-items:center; flex:0 0 auto; margin-left:auto; }
.morzaar-header-stage1 .header-main-row { min-height:56px; gap:12px; border-bottom:1px solid #e6eaf0; }
.morzaar-header-stage1 .header-search-section { width:auto !important; flex:1 1 auto; min-width:0; max-width:none !important; }
.morzaar-header-stage1 .header-actions-section { display:flex; align-items:center; flex:0 0 auto; flex-wrap:nowrap; gap:14px; min-width:max-content; white-space:nowrap; }
.morzaar-header-layout-debug > .header-brand-section { outline:2px solid #e11d48; outline-offset:2px; }
.morzaar-header-layout-debug > .header-location-section { outline:2px solid #7c3aed; outline-offset:2px; }
.header-main-row.morzaar-header-layout-debug > .header-search-section { outline:2px solid #0ea5e9; outline-offset:2px; }
.header-main-row.morzaar-header-layout-debug > .header-actions-section { outline:2px solid #16a34a; outline-offset:2px; }
.morzaar-header-stage1 .morzaar-main-logo { display:flex; flex:0 0 112px; width:112px; height:42px; align-items:center; justify-content:center; margin:0 !important; padding:4px 8px; border:1px solid #e1e7ef; border-radius:12px; background:#fff; box-shadow:0 1px 2px rgba(15,23,42,.04); }
.morzaar-header-stage1 .morzaar-main-logo img { display:block; width:100%; height:100%; max-width:100%; max-height:32px; object-fit:contain; }
.morzaar-marketplace-switch { display:flex; align-items:center; gap:8px; flex:0 1 auto; max-width:260px; min-width:0; margin-right:2px; overflow-x:auto; scrollbar-width:none; }
.morzaar-marketplace-switch::-webkit-scrollbar { display:none; }
.morzaar-marketplace-switch__button { display:inline-flex; align-items:center; gap:7px; flex:0 0 auto; min-width:90px; min-height:40px; padding:5px 10px; border:1px solid rgba(31,41,55,.10); border-radius:var(--marketplace-radius,12px); background:var(--marketplace-bg,#f7f8fa); color:var(--marketplace-text,#1f2937); font-size:13px; font-weight:700; line-height:1; text-decoration:none !important; box-shadow:0 1px 2px rgba(15,23,42,.04); transition:transform .18s ease, box-shadow .18s ease; }
.morzaar-marketplace-switch__button:hover,.morzaar-marketplace-switch__button.is-active { color:var(--marketplace-text,#1f2937); transform:translateY(-1px); box-shadow:0 5px 14px rgba(15,23,42,.10); }
.morzaar-marketplace-switch__button img { width:28px; height:28px; flex:0 0 28px; object-fit:contain; }
.morzaar-marketplace-switch__placeholder { display:grid; width:28px; height:28px; flex:0 0 28px; place-items:center; border:1px solid currentColor; border-radius:8px; font-size:12px; opacity:.72; }
.marketplace-logo-preview { width:34px; height:34px; object-fit:contain; border:1px solid #e7ecf3; border-radius:8px; }
/* Keep each header row horizontal on desktop and tablet. */
@media (min-width:768px) {
    .morzaar-header-stage1 .header-top-row,.morzaar-header-stage1 .header-main-row { flex-wrap:nowrap !important; }
    .morzaar-header-stage1 .header-brand-section { flex:0 1 auto; }
    .morzaar-header-stage1 .morzaar-main-logo { flex:0 0 118px; }
    .morzaar-header-stage1 .morzaar-marketplace-switch { flex:0 0 170px; width:170px; max-width:170px; margin:0; }
    .morzaar-header-stage1 .header-search-section { width:auto !important; flex:1 1 0; min-width:0; margin:0 !important; }
    .morzaar-header-stage1 .morzaar-header-search .search_form { min-width:0; }
    .morzaar-header-stage1 .header-actions-section { flex:0 0 auto; margin-left:0 !important; }
}
@media (min-width:1200px) { .morzaar-header-stage1 .header-search-section { min-width:300px; } }
@media (min-width:768px) and (max-width:1199.98px) { .morzaar-header-stage1 .header-top-row { gap:7px; } .morzaar-header-stage1 .header-main-row { gap:7px; } .morzaar-header-stage1 .morzaar-main-logo { flex-basis:106px; width:106px; height:42px; } .morzaar-header-stage1 .morzaar-marketplace-switch { flex-basis:138px; width:138px; max-width:138px; } .morzaar-header-stage1 .morzaar-marketplace-switch__button { min-width:84px; padding-left:8px; padding-right:8px; } }
@media (max-width:767.98px) { .morzaar-header-stage1 .header-top-row { flex-wrap:wrap; } .morzaar-header-stage1 .header-brand-section { flex:1 1 auto; } .morzaar-header-stage1 .header-location-section { margin-left:auto; } .morzaar-header-stage1 .header-main-row { flex-wrap:wrap; } .morzaar-header-stage1 .header-search-section { flex:0 0 100%; min-width:0; } .morzaar-header-stage1 .header-actions-section { flex:0 0 auto; } .morzaar-header-stage1 .morzaar-main-logo { flex-basis:100px; width:100px; height:40px; padding:4px 7px; } .morzaar-marketplace-switch { width:100%; max-width:none; margin:0; padding:0 4px 3px; } .morzaar-marketplace-switch__button { min-width:84px; min-height:36px; padding:5px 9px; font-size:12px; } .morzaar-marketplace-switch__button img,.morzaar-marketplace-switch__placeholder { width:22px; height:22px; flex-basis:22px; } }

/* =========================================================
   MOBILE MARKETPLACE HOME
   This layer is intentionally isolated to phones. Desktop and tablet header
   geometry remains governed by the rules above.
   ========================================================= */
@media (max-width: 767.98px) {
    body { padding-bottom: calc(80px + env(safe-area-inset-bottom)); }

    .morzaar-header-stage1 { box-shadow: 0 1px 8px rgba(15, 23, 42, .06); }
    .morzaar-header-stage1 .navbar-sticky { position: static; }
    .morzaar-header-stage1 .morzaar-header-shell > .container,
    .morzaar-header-stage1 .header-homepage-categories-bar > .container { max-width: none; padding-right: 16px; padding-left: 16px; }
    .morzaar-header-stage1 .header-top-row { display: block; min-height: 0; padding: 8px 0 6px; border: 0; }
    .morzaar-header-stage1 .header-brand-section { display: block; }
    .morzaar-header-stage1 .morzaar-main-logo { display: none !important; }
    .morzaar-header-stage1 .marketplace-section { width: 100%; }
    .morzaar-header-stage1 .morzaar-marketplace-switch { width: 100%; gap: 10px; padding: 0; overflow: visible; }
    .morzaar-header-stage1 .morzaar-marketplace-switch__button { min-width: 0; min-height: 48px; flex: 1 1 0; justify-content: center; padding: 7px 9px; border-radius: 14px !important; font-size: 13px; }
    .morzaar-header-stage1 .morzaar-marketplace-switch__button.is-active { background: #ffd84d !important; color: #172033 !important; border-color: #ffd84d; box-shadow: 0 5px 12px rgba(217, 164, 0, .20); }
    .morzaar-header-stage1 .morzaar-marketplace-switch__button img,
    .morzaar-header-stage1 .morzaar-marketplace-switch__placeholder { width: 25px; height: 25px; flex-basis: 25px; }
    .morzaar-header-stage1 .header-location-section { display: flex; width: 100%; margin: 0; padding: 7px 0; border-top: 1px solid #edf0f4; border-bottom: 1px solid #edf0f4; }
    .morzaar-header-stage1 .header-location-section .location-icon { width: 28px; height: 31px; flex-basis: 28px; font-size: 17px; }
    .morzaar-header-stage1 .header-location-section .location-label { display: block; color: #44516a; font-size: 11px; }
    .morzaar-header-stage1 .header-location-section .header-location-trigger { max-width: none; color: var(--web-primary); font-size: 12px; }
    .morzaar-header-stage1 .header-location-section .location-text::after { content: '\203a'; position: absolute; right: 18px; color: var(--web-primary); font-size: 24px; line-height: 1; }
    .morzaar-header-stage1 .header-location-section .location-text { position: relative; width: 100%; padding-right: 24px; }
    .morzaar-header-stage1 .header-main-row { display: block; min-height: 0; padding: 8px 0 5px; border-bottom: 0; }
    .morzaar-header-stage1 .header-actions-section,
    .morzaar-header-stage1 .navbar-stuck-menu { display: none !important; }
    .morzaar-header-stage1 .header-search-section { width: 100% !important; }
    .morzaar-header-stage1 .morzaar-header-search .d-flex { gap: 0 !important; }
    .morzaar-header-stage1 .search_form .form-control { height: 50px; padding-left: 45px; border-radius: 14px 0 0 14px; background: #f4f6f9; font-size: 14px; }
    .morzaar-header-stage1 .morzaar-header-search form { position: relative; }
    .morzaar-header-stage1 .morzaar-header-search form::before { content: '\f002'; position: absolute; z-index: 2; top: 15px; left: 16px; color: #61708a; font-family: 'FontAwesome'; font-size: 17px; }
    .morzaar-header-stage1 .search_button { display: block !important; height: 50px; }
    .morzaar-header-stage1 .search_button .input-group-text { height: 50px; min-width: 50px; border-radius: 0 14px 14px 0; }
    .morzaar-header-stage1 .close-search-form-mobile { display: none !important; }

    .morzaar-header-stage1 .header-homepage-categories-bar { border: 0; }
    .morzaar-header-stage1 .header-homepage-categories-nav { padding: 6px 0 3px; border: 0; }
    .morzaar-header-stage1 .header-homepage-category-menu { gap: 7px; padding-bottom: 1px; }
    .morzaar-header-stage1 .header-homepage-category-menu > li > a { min-width: 66px; min-height: 84px; padding: 5px 4px 7px !important; border-bottom-width: 3px; border-radius: 11px 11px 0 0; }
    .morzaar-header-stage1 .header-homepage-category-menu__icon,
    .morzaar-header-stage1 .header-homepage-category-menu__placeholder { width: 41px; height: 41px; max-height: 41px; margin-bottom: 4px; border-radius: 13px; background: #f3f6fa; }
    .morzaar-header-stage1 .header-homepage-category-menu__title { max-width: 66px; font-size: 10px; font-weight: 700; }
    .morzaar-header-stage1 .header-homepage-category-menu > li.is-active > a { background: #f4f9ff; box-shadow: none; }

    .morzaar-home-2026 { gap: 16px !important; padding: 0 0 8px; background: #fff; }
    .morzaar-home-2026 .bg-transparent.pt-3 { padding-top: 14px !important; }
    .morzaar-home-2026 .bg-transparent.pt-3 > .container { padding-right: 16px; padding-left: 16px; }
    .morzaar-home-2026 .hero-slider { aspect-ratio: 16 / 7; border-radius: 18px; }
    .morzaar-home-2026 .hero-slider .owl-stage-outer,
    .morzaar-home-2026 .hero-slider .owl-stage,
    .morzaar-home-2026 .hero-slider .owl-item,
    .morzaar-home-2026 .hero-slider .owl-item > a { height: 100%; }
    .morzaar-home-2026 .hero-slider .__slide-img { height: 100% !important; object-fit: cover; }
    .morzaar-home-2026 .hero-slider .owl-dots { margin-top: 7px; }
    .morzaar-home-2026 .hero-slider .owl-dot span { width: 7px; height: 7px; margin: 3px; background: #c3cad6; }
    .morzaar-home-2026 .hero-slider .owl-dot.active span { background: var(--web-primary); }

    .merchandising-section { padding-right: 16px !important; padding-left: 16px !important; }
    .merchandising-section .__shadow-2 > .__p-20px { padding: 14px !important; border-radius: 16px !important; }
    .merchandising-section .row { flex-wrap: nowrap; margin-right: -4px; margin-left: -4px; overflow-x: auto; scrollbar-width: none; }
    .merchandising-section .row::-webkit-scrollbar { display: none; }
    .merchandising-section .row > [class*='col-'] { flex: 0 0 47%; max-width: 47%; padding-right: 4px; padding-left: 4px; }
    .merchandising-section .category-product-view-title { font-size: 18px; font-weight: 750; }

    .header-category-home { padding-top: 14px !important; padding-bottom: 8px !important; }
    .header-category-home > .container,
    .header-category-home > section.container { padding-right: 16px; padding-left: 16px; }
    .header-category-banner-slider { aspect-ratio: 16 / 7; border-radius: 18px; }
    .header-category-banner-slider .owl-stage-outer,
    .header-category-banner-slider .owl-stage,
    .header-category-banner-slider .owl-item,
    .header-category-banner-slider .owl-item > div { height: 100%; }
    .header-category-banner-slider img { width: 100%; height: 100%; object-fit: cover; }
    .header-category-banner-slider .owl-dots { margin-top: 7px; }

    .morzaar-mobile-bottom-nav { position: fixed; z-index: 1050; right: 0; bottom: 0; left: 0; display: flex; min-height: calc(68px + env(safe-area-inset-bottom)); padding: 7px 8px calc(7px + env(safe-area-inset-bottom)); align-items: center; justify-content: space-around; background: #fff; box-shadow: 0 -4px 18px rgba(15, 23, 42, .12); }
    .morzaar-mobile-bottom-nav a { display: flex; min-width: 58px; flex: 1 1 0; flex-direction: column; align-items: center; gap: 3px; color: #667085; font-size: 11px; font-weight: 650; line-height: 1.1; text-decoration: none; transition: all .3s ease; }
    .morzaar-mobile-bottom-nav i { height: 23px; font-size: 22px; line-height: 23px; }
    .morzaar-mobile-bottom-nav a.is-active,
    .morzaar-mobile-bottom-nav a:active { color: var(--web-primary); transform: translateY(-1px); }
}

/* Fixed phone header and the category-home side rail. */
@media (max-width: 767.98px) {
    .morzaar-header-stage1 { position: sticky; top: 0; z-index: 1040; }
    .morzaar-header-stage1 .header-top-row { display: flex; max-height: 58px; gap: 5px; align-items: center; padding: 5px 0; overflow: hidden; opacity: 1; transform: translateY(0); transition: all .3s ease; }
    .morzaar-header-stage1 .header-brand-section { display: flex; flex: 0 0 auto; gap: 5px; align-items: center; }
    .morzaar-header-stage1 .morzaar-main-logo { display: none !important; }
    .morzaar-header-stage1 a.morzaar-main-logo.d-sm-none { display: flex !important; width: 61px; height: 36px; flex: 0 0 61px; padding: 3px; border: 0; border-radius: 0; box-shadow: none; }
    .morzaar-header-stage1 .morzaar-marketplace-switch { width: 96px; max-width: 96px; gap: 0; overflow-x: auto; scrollbar-width: none; }
    .morzaar-header-stage1 .morzaar-marketplace-switch__button { min-width: 94px; min-height: 36px; padding: 5px 7px; border-radius: 10px !important; font-size: 10px; }
    .morzaar-header-stage1 .morzaar-marketplace-switch__button img,
    .morzaar-header-stage1 .morzaar-marketplace-switch__placeholder { width: 20px; height: 20px; flex-basis: 20px; }
    .morzaar-header-stage1 .header-location-section { width: auto; min-width: 0; flex: 1 1 auto; margin: 0; padding: 2px 0 2px 3px; border: 0; }
    .morzaar-header-stage1 .header-location-section .location-icon { width: 20px; height: 30px; flex-basis: 20px; font-size: 15px; }
    .morzaar-header-stage1 .header-location-section .location-label { display: block; font-size: 9px; line-height: 1.1; }
    .morzaar-header-stage1 .header-location-section .header-location-trigger { display: block; max-width: 88px; font-size: 10px; line-height: 1.15; }
    .morzaar-header-stage1 .header-location-section .location-text { padding-right: 12px; }
    .morzaar-header-stage1 .header-location-section .location-text::after { right: 0; font-size: 17px; }
    .morzaar-header-stage1.is-mobile-condensed .header-top-row { max-height: 0; padding-top: 0; padding-bottom: 0; opacity: 0; transform: translateY(-14px); pointer-events: none; }

    .morzaar-header-stage1 .header-main-row { padding: 7px 0 5px; }
    .morzaar-header-stage1 .search_form .form-control { height: 48px; border-radius: 12px 0 0 12px; }
    .morzaar-header-stage1 .morzaar-header-search form::before { top: 14px; }
    .morzaar-header-stage1 .search_button { height: 48px; }
    .morzaar-header-stage1 .search_button .input-group-text { height: 48px; min-width: 48px; border-radius: 0 12px 12px 0; }

    .morzaar-header-stage1 .header-homepage-categories-bar { border: 0; }
    .morzaar-header-stage1 .header-homepage-categories-nav { padding: 5px 0 2px; border-bottom: 0; transition: all .3s ease; }
    .morzaar-header-stage1 .header-homepage-category-menu { gap: 5px; }
    .morzaar-header-stage1 .header-homepage-category-menu > li > a { min-width: 64px; min-height: 78px; padding: 4px 3px 6px !important; transition: all .3s ease; }
    .morzaar-header-stage1 .header-homepage-category-menu__icon,
    .morzaar-header-stage1 .header-homepage-category-menu__placeholder { width: 38px; height: 38px; max-height: 38px; margin-bottom: 3px; transition: all .3s ease; }
    .morzaar-header-stage1 .header-homepage-category-menu > li.is-active > a,
    .morzaar-header-stage1 .header-homepage-category-menu > li.is-active > a .header-homepage-category-menu__title { color: var(--web-primary); }
    .morzaar-header-stage1.is-mobile-condensed .header-homepage-category-menu > li > a { min-height: 29px; padding-top: 3px !important; padding-bottom: 4px !important; }
    .morzaar-header-stage1.is-mobile-condensed .header-homepage-category-menu__icon,
    .morzaar-header-stage1.is-mobile-condensed .header-homepage-category-menu__placeholder { width: 0; height: 0; max-height: 0; margin: 0; opacity: 0; transform: translateY(-8px); }

    .header-category-mobile-layout { display: flex; min-width: 0; align-items: stretch; }
    .header-category-mobile-menu { position: sticky; top: 90px; display: flex; width: 78px; max-height: calc(100vh - 150px); flex: 0 0 78px; flex-direction: column; overflow-y: auto; border-right: 1px solid #e5eaf1; background: #fff; scrollbar-width: none; }
    .header-category-mobile-menu::-webkit-scrollbar { display: none; }
    .header-category-mobile-menu a { display: flex; min-height: 70px; padding: 7px 4px; flex-direction: column; align-items: center; justify-content: center; gap: 4px; color: #536176; font-size: 10px; font-weight: 650; line-height: 1.1; text-align: center; text-decoration: none; transition: all .3s ease; }
    .header-category-mobile-menu a.is-active { color: var(--web-primary); background: #eff7ff; box-shadow: inset 3px 0 0 var(--web-primary); }
    .header-category-mobile-menu img,
    .header-category-mobile-menu i { width: 28px; height: 28px; object-fit: contain; font-size: 22px; line-height: 28px; }
    .header-category-mobile-content { width: calc(100% - 78px); min-width: 0; padding-top: 0; }
    .header-category-mobile-content .container { width: 100%; padding-right: 10px; padding-left: 10px; }
    .header-category-mobile-content .merchandising-section { padding-right: 10px !important; padding-left: 10px !important; }
    .header-category-mobile-content .header-category-home__heading { padding-bottom: 7px; }
    .header-category-mobile-content .header-category-home__heading h1 { font-size: 19px; }
}

/* Final mobile header order: switcher, location, search, then managed tabs. */
@media (max-width: 767.98px) {
    body.morzaar-category-explorer-open { overflow: hidden; }
    .morzaar-header-stage1 .header-top-row { display: flex; max-height: 106px; flex-wrap: wrap; gap: 0; padding: 6px 0 4px; }
    .morzaar-header-stage1 .header-brand-section { display: flex; width: 100%; flex: 0 0 100%; min-height: 39px; align-items: center; gap: 8px; }
    .morzaar-header-stage1 a.morzaar-main-logo.d-sm-none { width: 68px; height: 35px; flex-basis: 68px; }
    .morzaar-header-stage1 .marketplace-section { width: auto; min-width: 0; flex: 1 1 auto; }
    .morzaar-header-stage1 .morzaar-marketplace-switch { width: 100%; max-width: none; gap: 7px; overflow-x: auto; }
    .morzaar-header-stage1 .morzaar-marketplace-switch__button { min-width: 104px; min-height: 35px; flex: 0 0 auto; font-size: 11px; }
    .morzaar-header-stage1 .header-location-section { display: flex; width: 100%; flex: 0 0 100%; min-height: 39px; padding: 5px 0 1px; }
    .morzaar-header-stage1 .header-location-section .location-icon { width: 26px; height: 31px; flex-basis: 26px; font-size: 17px; }
    .morzaar-header-stage1 .header-location-section .location-label { font-size: 11px; }
    .morzaar-header-stage1 .header-location-section .header-location-trigger { max-width: none; font-size: 12px; }
    .morzaar-header-stage1 .header-location-section .location-text { padding-right: 24px; }
    .morzaar-header-stage1 .header-location-section .location-text::after { right: 5px; font-size: 19px; }
    .morzaar-header-stage1.is-mobile-condensed .header-top-row { max-height: 0; padding-top: 0; padding-bottom: 0; }

    .morzaar-mobile-bottom-nav button { display: flex; min-width: 58px; padding: 0; flex: 1 1 0; flex-direction: column; align-items: center; gap: 3px; border: 0; background: transparent; color: #667085; font-size: 11px; font-weight: 650; line-height: 1.1; transition: all .3s ease; }
    .morzaar-mobile-bottom-nav button i { height: 23px; font-size: 22px; line-height: 23px; }
    .morzaar-mobile-bottom-nav button:active { color: var(--web-primary); transform: translateY(-1px); }

    .morzaar-mobile-category-explorer { position: fixed; z-index: 1060; inset: 0; display: flex; visibility: hidden; flex-direction: column; background: #f5f7fb; opacity: 0; pointer-events: none; transform: translateY(12px); transition: all .3s ease; }
    .morzaar-mobile-category-explorer.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
    .morzaar-mobile-category-explorer__bar { display: flex; height: calc(54px + env(safe-area-inset-top)); padding: env(safe-area-inset-top) 16px 0; align-items: center; justify-content: space-between; border-bottom: 1px solid #e5eaf1; background: #fff; color: #172033; }
    .morzaar-mobile-category-explorer__bar strong { font-size: 17px; }
    .morzaar-mobile-category-explorer__close { display: grid; width: 36px; height: 36px; place-items: center; border: 0; border-radius: 50%; background: #f3f5f8; color: #334155; font-size: 18px; }
    .morzaar-mobile-category-explorer__body { display: flex; min-height: 0; flex: 1 1 auto; }
    .morzaar-mobile-category-explorer__menu { width: 92px; flex: 0 0 92px; overflow-y: auto; border-right: 1px solid #e5eaf1; background: #fff; scrollbar-width: none; }
    .morzaar-mobile-category-explorer__menu::-webkit-scrollbar { display: none; }
    .morzaar-mobile-category-explorer__menu a { display: flex; min-height: 76px; padding: 8px 4px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; color: #536176; font-size: 10px; font-weight: 650; line-height: 1.1; text-align: center; text-decoration: none; transition: all .3s ease; }
    .morzaar-mobile-category-explorer__menu a.is-active { color: var(--web-primary); background: #eff7ff; box-shadow: inset 3px 0 0 var(--web-primary); }
    .morzaar-mobile-category-explorer__menu img,
    .morzaar-mobile-category-explorer__menu i { width: 31px; height: 31px; object-fit: contain; font-size: 23px; line-height: 31px; }
    .morzaar-mobile-category-explorer__content { min-width: 0; flex: 1 1 auto; overflow: auto; padding: 12px; }
    .morzaar-mobile-category-explorer__content .morzaar-home-2026 { padding: 0; background: transparent; }
    .morzaar-mobile-category-explorer__content .header-category-mobile-layout { display: block; }
    .morzaar-mobile-category-explorer__content .header-category-mobile-menu { display: none !important; }
    .morzaar-mobile-category-explorer__content .header-category-mobile-content { width: 100%; }
    .morzaar-mobile-category-explorer__content .container,
    .morzaar-mobile-category-explorer__content .merchandising-section { padding-right: 0 !important; padding-left: 0 !important; }
    .morzaar-mobile-category-explorer__content .header-category-banner-slider { margin-bottom: 12px; }
    .morzaar-mobile-category-explorer__content .morzaar-mobile-bottom-nav { display: none !important; }
}

/* Mobile header stability and product-category explorer. */
@media (max-width: 767.98px) {
    .morzaar-header-stage1 .header-main-row { max-height: 62px; overflow: hidden; opacity: 1; transform: translateY(0); transition: max-height .3s ease, padding .3s ease, opacity .3s ease, transform .3s ease; }
    .morzaar-header-stage1.is-mobile-condensed .header-main-row { max-height: 0; padding-top: 0; padding-bottom: 0; opacity: 0; transform: translateY(-10px); pointer-events: none; }
    .morzaar-header-stage1 .header-homepage-categories-bar,
    .morzaar-header-stage1 .header-homepage-categories-nav,
    .morzaar-header-stage1 .header-homepage-category-menu { overflow: hidden; }
    .morzaar-header-stage1 .header-homepage-category-menu { overflow-x: auto; }
    .morzaar-header-stage1.is-mobile-condensed .header-homepage-categories-nav { padding-top: 3px; padding-bottom: 2px; }

    .morzaar-mobile-category-explorer__menu button { display: flex; width: 100%; min-height: 76px; padding: 8px 4px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 0; background: #fff; color: #536176; font-size: 10px; font-weight: 650; line-height: 1.1; text-align: center; transition: all .3s ease; }
    .morzaar-mobile-category-explorer__menu button.is-active { color: var(--web-primary); background: #eff7ff; box-shadow: inset 3px 0 0 var(--web-primary); }
    .morzaar-mobile-category-explorer__menu a { display: none; }
    .morzaar-mobile-category-explorer__panel { display: none; }
    .morzaar-mobile-category-explorer__panel.is-active { display: block; }
    .morzaar-mobile-category-explorer__panel h2 { margin: 0 0 16px; color: #172033; font-size: 20px; font-weight: 750; }
    .morzaar-mobile-category-explorer__panel h3 { margin: 18px 0 9px; color: #536176; font-size: 13px; font-weight: 700; text-transform: uppercase; }
    .morzaar-mobile-category-explorer__links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    .morzaar-mobile-category-explorer__links a { display: flex; min-height: 58px; padding: 9px; align-items: center; border: 1px solid #e3eaf2; border-radius: 11px; background: #fff; color: #26354c; font-size: 12px; font-weight: 650; line-height: 1.2; text-decoration: none; }
}

/* Single mobile homepage header presentation. */
@media (max-width: 767.98px) {
    .morzaar-header-stage1 .header-search-section,
    .morzaar-header-stage1 .morzaar-header-search,
    .morzaar-header-stage1 .morzaar-header-search .search_form { display: block !important; width: 100% !important; }
    .morzaar-header-stage1 .morzaar-header-search .d-flex { display: flex !important; width: 100%; }
    .morzaar-header-stage1 .search_form .form-control { display: block !important; width: 100%; height: 52px; flex: 1 1 auto; border: 2px solid #68ade2; border-radius: 15px; background: #fff; color: #26354c; }
    .morzaar-header-stage1 .search_button { display: none !important; }
    .morzaar-header-stage1 .morzaar-header-search form::before { top: 16px; color: #176bc2; font-size: 20px; }
    .morzaar-header-stage1 .header-homepage-category-menu > li > a { min-width: 70px; min-height: 76px; }
    .morzaar-header-stage1 .header-homepage-category-menu > li.is-active > a { border-bottom-color: #176bc2; box-shadow: none; }
    .morzaar-header-stage1.is-mobile-condensed .header-homepage-category-menu > li > a { min-height: 31px; }
}

/* Mobile reliability fixes: keep the search row visible until a real scroll
   collapse, and keep product-category browsing compact. */
@media (max-width: 767.98px) {
    .morzaar-header-stage1:not(.is-mobile-condensed) .header-main-row { display: block !important; max-height: 70px !important; min-height: 62px; opacity: 1 !important; visibility: visible !important; transform: none !important; }
    .morzaar-header-stage1:not(.is-mobile-condensed) .header-search-section { display: block !important; visibility: visible !important; }
    .morzaar-header-stage1 .header-main-row .mobile-search-card { z-index: 1070; }

    .header-category-mobile-menu { width: 88px; flex-basis: 88px; }
    .header-category-mobile-menu a { min-height: 66px; font-size: 11px; }
    .header-category-mobile-menu img { width: 40px; height: 40px; object-fit: contain; }
    .header-category-mobile-content { width: calc(100% - 88px); }

    .morzaar-mobile-category-explorer__menu { width: 88px; flex-basis: 88px; }
    .morzaar-mobile-category-explorer__menu button { min-height: 68px; padding: 6px 3px; font-size: 12px; }
    .morzaar-mobile-category-explorer__menu img { width: 40px; height: 40px; }
    .morzaar-mobile-category-explorer__content { padding: 10px; }
    .morzaar-mobile-category-explorer__panel h2 { margin-bottom: 10px; font-size: 18px; }
    .morzaar-mobile-category-explorer__panel h3 { margin: 13px 0 7px; font-size: 12px; }
    .morzaar-mobile-category-explorer__links { gap: 7px; }
    .morzaar-mobile-category-explorer__links a { min-height: 112px; padding: 8px 5px; flex-direction: column; justify-content: center; gap: 7px; text-align: center; font-size: 12px; }
    .morzaar-mobile-category-explorer__links a img { display: block; width: 60px; height: 60px; object-fit: contain; }
}
