@font-face {
    font-family: 'YekanBakh';
    src: url('/Fonts/site/fonts/woff2/YekanBakh-Regular.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

* {
    font-family: 'YekanBakh', sans-serif !important;
    direction: rtl;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

.site-header {
    position: sticky;
    width: 100%;
    z-index: 9999;
    background: #fff;
    direction: rtl;
    font-family: 'YekanBakh', sans-serif !important;
    border-bottom: 1px solid #F0F0F0;
}

    .site-header.is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 9999;
    }

.header-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 80px 0;
    margin: 0;

}

.header-main {
    float: none !important;
    width: 83.33333333%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
}

.header-main-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 35px;
}


.header-top>[class^="col-"] {
    float: right;
}

.logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 55px;
}

.logo img {
    display: block;
    width: 133.23px;
    height: auto;
    margin: 0;
}


.search-box {
    position: relative;
    width: 690px;
    height: 50px;
    margin: 0;
    background: #f1f5fb;
    display: flex;
    align-items: center;
    border-radius: 10px;
}



.menu-category {
    border: 1px solid #F0F0F0;
    padding: 11px 11px 11px 34px;
    border-radius: 10px;
    margin-left: 24px;
}

.search-box input {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    color: #000;
    outline: none;
}


.search-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.search-icon img {
    width: 20px;
    height: 20px;
}


.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    direction: ltr;
}



.auth-box .register-btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 31px;
    background: #edf0f5;
}

.cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border: 1px solid #F0F5FA;
    border-radius: 3px;
    text-decoration: none;
}

.cart-btn img {
    width: 22px;
    height: 22px;
}


.cart-btn {
    margin-right: 10px;
    font-size: 25px;
    width: 70px;
}


.main-menu {
    width: 100%;
    margin-top: 15px;
}

    .main-menu ul {
        height: 70px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 86px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

.main-menu li {
    white-space: nowrap;
}

    .main-menu a {
        display: flex;
        align-items: center;
        color: #000000;
        text-decoration: none;
        font-size: 13px;
        font-weight: 400;
        position: relative;
        transition: color 0.3s ease;
    }

        .main-menu a::after {
            content: "";
            position: absolute;
            right: 0;
            bottom: -6px;
            width: 0;
            height: 2px;
            background-color: #FF025A;
            transition: width 0.4s ease;
        }

    .main-menu li#cmmTrigger a::after {
        display: none;
    }

        .main-menu a:hover {
            color: #FF025A;
            text-decoration-thickness: 2px;
        }



    .main-menu li#cmmTrigger:hover a {
        text-decoration: none !important;
    }

            .main-menu a:hover::after {
                width: 100%;
            }


.hamburger {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.hamburger svg {
    display: block;
}

.header-actions-wrapper {
    float: none !important;
    width: 16.66666667%;
    padding: 0;
    height: auto;
    justify-content: end;
}

.header-actions {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    direction: ltr;
}


.header-top>.col-md-2:first-child {
    display: flex;
    align-items: center;
    height: 55px;
}

.header-top>.col-md-2:last-child {
    display: flex;
    align-items: flex-start;
    height: 142px;
}


.auth-box {
    display: flex;
    align-items: center;
    height: 51px;
    border: 1px solid #F0F5FA;
    border-radius: 4px;
}

    .auth-box a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 0 17px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        white-space: nowrap;
        color: #000000;
    }

.auth-box .register-btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 31px;
    background: #edf0f5;
}


.cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61px;
    height: 51px;
    margin-right: 10px;
    border: 1px solid #F0F5FA;
    border-radius: 3px;
    text-decoration: none;
}

.cart-btn img {
    width: 22px;
    height: 22px;
}

/** FOOTER **/

.feature-banner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #0E86DB 5.11%, #E70165 89.35%, #E70165 96.18%);
    color: #fff;
}

.feature-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    opacity: 0.68;
    z-index: 1;
}

.feature-banner>* {
    position: relative;
    z-index: 2;
}

.feature-item {
    padding: 24px 12px;
}

.footer-links-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.feature-icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 24px;
    display: block;
    background: transparent;
}

.feature-text {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: 1.8;
    color: #000;
    font-family: 'YekanBakh';
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;

}

.InstallmentPayment {
    width: 93px;
    opacity: 1;

}

.footer-section {
    direction: rtl;
}


.footer-bg {
    background: #151722;
    color: white;
    position: relative;
    overflow: hidden;
}

.footer-bg::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: url('/images/site/HomePage/MaskGroup.png') center/cover no-repeat;
    z-index: 0;
}


.footer-container {
    position: relative;
    padding: 40px 111px 20px;
    z-index: 1;
}

.footer-brand {
    display: flex;
    justify-content: flex-start;
    gap: 50px;
    align-items: flex-start;
}


.footer-logo {
    width: 200px;
}

.footer-brand p {
    line-height: 2;
    font-size: 12px;
    color: #ddd;
    text-align: right;
    margin-top: auto;
}

.footer-content {
    display: flex;
    margin-top: 90px;
    flex-direction: row-reverse;
}

.trust-logos {
    width: 130px;
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
}



.trust-logos img {
    width: 50px;
    height: 50px;
    background: white;
}

.footer-links {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    gap: 70px;

}


.footer-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 120px;

}

.footer-column h4,
.footer-bottom h4 {
    font-size: 16px;
    color: white;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;


}

.footer-column a {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-bottom {
    display: flex;
    justify-content: flex-end;
    gap: 300px;
    margin-top: 0;
    flex-direction: row-reverse;
}

.social-icons {
    display: flex;
    gap: 26px;
    direction: ltr;
    color: white;
}

.contact {
    text-align: right;
}

.contact p {
    color: #FFFFFF;
    font-size: 12px;
    direction: ltr;
}

.copyright {
    margin-top: 0;
    padding-top: 20px;
    text-align: right;
    color: #FFFFFF;
    font-size: 11px;
}

.footer-email {
    font-size: 14px !important;
}

/* ===== Mobile Bottom Nav ===== */
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    background: #fff;
    border-top: 1px solid #F0F0F0;
    z-index: 1000;
    height: 83px;
    padding: 0 35px;
}

.mbn-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #0F0A95;
    justify-content: center;
    text-decoration: none;
}

.mbn-item.active {
    border-top: 2px solid #0F0A95;
    background: #0F0A951A;

}

.mbn-item.active svg {
    background: #fdeef4;
    border-radius: 8px;
    padding: 2px;
    box-sizing: content-box;
}

.mcm-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease;
    z-index: 998;
}

.mcm-overlay.open {
    opacity: 1;
    visibility: visible;
}

.mcm {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 83px;
    /* stops just above .mobile-bottom-nav so it never hides content behind it */
    width: 100%;
    max-width: 430px;
    background: #fff;
    transform: translateX(100%);
    transition: transform .3s ease;
    z-index: 999;
    display: flex;
    flex-direction: column;
    text-align: right;
}

.mcm.open {
    transform: translateX(0);
}

.mcm-topbar {
    display: flex;
    align-items: center;
    padding: 6px 16px;
}

.mcm-close {
    background: none;
    border: none;
    color: #333;
    padding: 4px;
    cursor: pointer;
}

.mcm-logo {
    height: 50px;
    margin: 0 auto;
}

.mcm-topbar-spacer {
    width: 32px;
}

.mcm-body {
    flex: 1;
    display: flex;
    overflow: hidden;
    min-height: 0;
}

.mcm-list {
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
}

.mcm-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 14px;
    color: #1f2937;
    text-decoration: none;
    font-size: 13.5px;
    border-bottom: 1px solid #f3f4f6;
}

.mcm-item-name {
    flex: 1;
}

.mcm-badge {
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.mcm-badge-outline {
    background: #fff;
    color: #333;
    border: 1px solid #d1d5db;
}

.mcm-showall a {
    color: #111827;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
    justify-content: flex-start;
    border-bottom: none !important;
}


.mcm-category-showall {
    padding: 4px 14px 16px;
}

.mcm-category-showall a {
    display: inline-block;
    color: #111827;
    font-size: 12.5px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.mcm-sidebar {
    width: 92px;
    min-width: 92px;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 6px 0;
    background: #f4f4f5;
    border-right: 1px solid #f0f0f0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}

.mcm-sidebar li {
    list-style: none;
}

.mcm-sidebar li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 16px 6px;
    color: #374151;
    text-decoration: none;
    font-size: 10.5px;
    line-height: 1.4;
    text-align: center;
    transition: background .15s ease;
}

.mcm-sidebar li.active a {
    background: #ffffff;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.07);
}

.icon-24 {
    width: 24px;
    height: 24px;
    display: inline-block;
    object-fit: contain;
}

.product-category {
    list-style: none;
}

.product-category__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    text-decoration: none;
    color: #000;
}

.product-category__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 4px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #F8F8F8;
    border-radius: 50%;
    box-sizing: border-box;
}

.product-category__icon img {
    width: 22.5px;
    height: 22.5px;
    object-fit: contain;
    display: block;
}

.product-category__title {
    display: block;
    text-align: center;
    line-height: 1.7;
    font-size: 11px;
}

.product-category.active .product-category__icon {
    border: 1.25px solid #F0F0F0;
}




.mcm-category-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;

    padding: 14px 18px;

    font-size: 14px;
    font-weight: 700;
    color: #111;

    border-bottom: 1px solid #f0f0f0;
}

.mcm-category-title i {
    font-size: 13px;
    color: #111;
}


.mcm-category-options {
    list-style: none;
    padding: 12px 14px;
    margin: 0;
}

.mcm-category-options li {
    margin-bottom: 8px;
}

.mcm-category-option {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    min-height: 42px;

    padding: 0 14px;

    background: #f8f8f8;
    border-radius: 6px;

    color: #222;
    text-decoration: none;

    font-size: 12px;

    box-sizing: border-box;

    transition: all 0.2s ease;
}

.mcm-category-option:hover {
    background: #f3f3f3;
}

.mcm-category-option i {
    font-size: 11px;
    color: #0F0A95;
}

.mcm-content {
    flex: 1;
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}

.mcm-category-view,
.mcm-products-view {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mcm-category-view {
    display: block !important;
}

.mcm-products-view {
    display: none !important;
}

.mcm-content.show-products .mcm-category-view {
    display: none !important;
}

.mcm-content.show-products .mcm-products-view {
    display: block !important;
}


/* Breadcrumb */

.mcm-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* text sits at the start (right in RTL), arrow right after it */
    gap: 8px;

    padding: 14px 18px;

    font-size: 15px;
    font-weight: 700;
    color: #111;

    border-bottom: 1px solid #f0f0f0;
}

.mcm-back {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 24px;
    height: 24px;

    padding: 0;

    border: 0;
    background: transparent;

    cursor: pointer;

    color: #333;
}

.mcm-back i {
    font-size: 14px;
    color: #111;
}

/* ================= Desktop Category Menu ================= */

.cmm-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 9998;
}

.cmm-overlay.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


.cmm {
    position: fixed !important;
    top: 170px;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: calc(100vh - 170px);
    margin: 0 !important;
    padding: 0 !important;

    border-radius: 0 !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-12px);

    transition:
        opacity 0.25s ease,
        visibility 0.25s ease,
        transform 0.25s ease;

    z-index: 9999 !important;
}

.cmm.open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0);
}

.cmm-close {
    position: absolute;
    top: 18px;
    left: auto;
    right: var(--cmm-close-offset, 321px);
    z-index: 20;

    width: 38px;
    height: 38px;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;
    background: transparent;
    cursor: pointer;
    transition: right 0.2s ease;
}

.cmm-close img {
    width: 26px;
    height: 26px;
    filter: brightness(0) invert(1);
}

.cmm-body {
    direction: rtl;
    display: flex;
    flex-direction: row;

    width: 100%;
    height: 100%;
}

.cmm-sidebar {
    width: 305px;
    min-width: 305px;
    height: 100%;

    margin: 0;
    padding: 14px 0;

    list-style: none;
    overflow-y: auto;
    background: #ffffff;
    border-left: 1px solid #eeeeee;
}

.cmm-sidebar::-webkit-scrollbar,
.cmm-subcategory-list::-webkit-scrollbar,
.cmm-price-list::-webkit-scrollbar {
    width: 5px;
}

.cmm-sidebar::-webkit-scrollbar-thumb,
.cmm-subcategory-list::-webkit-scrollbar-thumb,
.cmm-price-list::-webkit-scrollbar-thumb {
    background: #cfcfcf;
    border-radius: 10px;
}

.cmm-sidebar li {
    margin: 0;
    padding: 0;
}

.cmm-sidebar__link {
    position: relative;

    display: flex;
    align-items: center;
    gap: 14px;

    min-height: 70px;
    padding: 12px 30px;

    color: #292929;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;

    border-bottom: 1px solid #eeeeee;
    transition: all 0.2s ease;
}

.cmm-sidebar__link:hover,
.cmm-sidebar li.active .cmm-sidebar__link {
    color: #11127d;
    background: #f4f8fc;
    font-weight: 700;
}

.cmm-sidebar li.active .cmm-sidebar__link::before {
    content: "";

    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;

    width: 4px;
    background: #11127d;
}

.cmm-sidebar__icon {
    width: 42px;
    height: 42px;
    min-width: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.cmm-sidebar__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.cmm-subcategory-list,
.cmm-price-list {
    width: 265px;
    min-width: 265px;
    height: 100%;

    overflow-y: auto;
    background: #f3f9fe;
    border-left: 1px solid #e5edf3;

    display: none;
}

.cmm-subcategory-list.visible,
.cmm-price-list.visible {
    display: block;
}

.cmm-price-list {
    background: #ffffff;
    box-shadow: -4px 0 8px 0 rgba(0, 0, 0, .08);
}

.cmm-col-title {
    margin: 25px 24px 18px;
    padding: 14px 18px;

    color: #252525;
    background: #ffffff;
    border-radius: 6px;

    font-size: 15px;
    font-weight: 800;
    text-align: right;
}

.cmm-price-list .cmm-col-title {
    background: #f1f7fb;
}

.cmm-subcategory-list ul,
.cmm-price-list ul {
    margin: 0;
    padding: 0 24px;
    list-style: none;
}

.cmm-subcategory-list li,
.cmm-price-list li {
    margin-bottom: 4px;
}

.cmm-subcategory-list a,
.cmm-price-list a {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 54px;
    padding: 12px 14px;

    color: #303030;
    text-decoration: none;
    font-size: 14px;
    border-radius: 6px;

    transition: all 0.2s ease;
}

.cmm-subcategory-list a::before {
    content: "";

    position: absolute;
    left: 12px;

    width: 19px;
    height: 19px;

    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5166 4.60938L6.90904 9.21693L11.5166 13.8245' stroke='%230F0A95' stroke-width='1.53585' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    opacity: 0;
    transform: translate(5px, -50%);
    transition: opacity 0.2s ease, transform 0.2s ease;
}


.cmm-subcategory-list a:hover,
.cmm-subcategory-list li.active a {
    color: #11127d;
    background: #e9f1fa;
    font-weight: 700;
}

.cmm-subcategory-list a:hover::before,
.cmm-subcategory-list li.active a::before {
    opacity: 1;
    transform: translateX(0);
}

.cmm-price-list a {
    justify-content: flex-start;
}

.cmm-price-list a:hover {
    color: #11127d;
    background: #f2f3fc;
    font-weight: 700;
}

/* بنر سمت چپ
.cmm-banner {
    flex: 1;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    background: #eaf5fb;
}

.cmm-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

/* فقط دسکتاپ */
@media (max-width: 991.98px) {
    .cmm,
    .cmm-overlay {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1250px) {
    .cmm-sidebar {
        width: 260px;
        min-width: 260px;
    }

    .cmm-subcategory-list,
    .cmm-price-list {
        width: 220px;
        min-width: 220px;
    }

    .cmm-sidebar__link {
        padding-right: 18px;
        padding-left: 18px;
        font-size: 13px;
    }
}



@media (min-width: 992px) {

    .mobile-bottom-nav,
    .mcm-overlay,
    .mcm {
        display: none !important;
    }

   

    .mobile-only {
        display: none !important;
    }
}

@media (max-width: 992px) {

    .main-menu,
    .header-actions,
    .header-actions-wrapper {
        display: none !important;
    }

    .desktop-only {
        display: none !important;
    }

    /* .mobile-only {
        display: block !important;
    } */

    .social {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 18px;
    }

    .social h4 {
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }

    .social-icons {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 16px;
        margin: 0;
    }

    .site-header {
        position: relative;
        width: 100%;
        background: #fff;
        padding: 8px 0;
    }

    .header-top {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 12px;
        margin: 0;
        height: 49px;
    }

    .header-main {
        width: 100% !important;
        padding: 0 !important;
        float: none !important;
        display: flex;
        align-items: center;
    }

    .header-main-top {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }

    .logo {
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .logo img {
        width: 83px;
        height: auto;
        margin: 0;
        display: block;
    }

    .search-box {
        width: 35px;
        height: 45px;
        margin: 0;
        padding: 0;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .search-box input {
        display: none;
    }

    .search-icon {
        width: 35px;
        height: 45px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search-icon img {
        width: 20px;
        height: 20px;
        display: block;
    }


    .feature-text {
        white-space: normal;

    }

    /* ===== Feature Banner ===== */
    .feature-banner {
        padding: 8px 0 !important;
    }

    .feature-banner::before {
        opacity: 0.72;
    }

    .feature-banner .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .feature-banner .row {
        row-gap: 8px;
        column-gap: 0;
    }

    .feature-banner .col-6 {
        padding-left: 4px;
        padding-right: 4px;
    }

    .feature-item {
        padding: 10px 4px 8px;
    }

    .feature-icon {
        width: 34px;
        height: 34px;
        margin: 0 auto 8px;
    }

    .InstallmentPayment {
        width: 58px;
    }

    .feature-text {
        font-size: 12px;
        line-height: 1.5;
        font-weight: 500;
        margin: 0;
        text-align: center;
    }

    /* ===== Footer ===== */
    .footer-container {
        padding: 24px 16px 18px;
    }

    .footer-brand {
        flex-direction: row;
        align-items: flex-start;
        gap: 14px;
    }

    .footer-logo {
        width: 88px;
        flex: 0 0 88px;
    }

    .footer-brand p {
        font-size: 10px;
        line-height: 1.9;
        margin-top: 0;
        color: #E6E6E6;
    }

    .footer-content {
        margin-top: 22px;
        flex-direction: column;
    }


    .footer-links {
        display: block;
        width: 100%;
    }

    .footer-column {
        width: 100%;
        border-bottom: none;
    }

    .footer-column h4 {
        margin: 0;
        padding: 15px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        position: relative;
        z-index: 2;
        color: #fff;
        font-size: 17.64px;
        font-weight: 400;
    }

    .footer-column h4::after {
        content: '';
        width: 16px;
        height: 16px;
        background-image: url('/images/site/icons/chevron-down.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        flex-shrink: 0;
        transition: transform 0.3s ease;
    }

    .footer-column.active h4::after {
        transform: rotate(180deg);
    }

    .footer-links-list {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        transition:
            max-height 0.35s ease,
            opacity 0.25s ease,
            padding 0.35s ease;
    }

    .footer-column.active .footer-links-list {
        max-height: 300px;
        opacity: 1;
        padding-bottom: 12px;
        border-right: 1px solid #FFFFFF;
        padding-right: 10px;
    }

    .footer-links-list a {
        display: block;
        padding: 8px 0;
        color: #fff;
        font-size: 12px;
        opacity: 0.85;
        text-decoration: none;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 18px;
        margin-top: 18px;
        justify-content: flex-start;
    }

    .social,
    .contact {
        width: 100%;
    }

    .social h4,
    .contact h4 {
        font-size: 19px;
        font-weight: 700;
        margin: 0;
        padding: 16px 0;
    }

    .social h4 {
        font-size: 16px;
        font-weight: 700;
        margin: 0;
        padding: 16px 0;
    }

    .social-icons {
        gap: 18px;
        justify-content: flex-start;
        font-size: 18px;
        margin-top: 8px;
    }

    .contact p {
        font-size: 17.64px !important;
        margin-bottom: 6px;
        line-height: 1.7;
        font-weight: 400;
    }


    .copyright {
        font-size: 10px;
        line-height: 1.8;
        padding-top: 16px;
        text-align: center;
    }

    .trust-logos {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        margin: 18px auto 0;
        text-align: center;
    }

    .trust-logos img {
        width: 58px;
        height: 58px;
        object-fit: contain;
        background: #fff;
    }

    .footer-bg {
        height: auto;
        min-height: 0;
        padding-bottom: 70px;
    }


}

.site-mobile-search-panel {
    position: fixed;
    inset: 0;
    z-index: 1300;
    display: none;
    align-items: flex-start;
    padding: 18px 14px;
    background: rgba(20, 16, 45, .38);
    backdrop-filter: blur(3px);
}

.site-mobile-search-panel.is-open { display: flex; }

.site-mobile-search-form {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(24, 16, 85, .18);
    direction: rtl;
}

.site-mobile-search-form input {
    min-width: 0;
    flex: 1;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #e7e5f3;
    border-radius: 11px;
    outline: none;
}

.site-mobile-search-form input:focus { border-color: #251496; }
.site-mobile-search-submit {
    height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 11px;
    color: #fff;
    background: #251496;
}
.site-mobile-search-close {
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: #646464;
    font-size: 27px;
    line-height: 1;
}
.cart-btn,
.mobile-bottom-nav .mbn-item {
    position: relative;
}

.site-cart-count {
    position: absolute;
    min-width: 15px;
    height: 15px;
    padding: 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3B28CC;
    color: #fff;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
}

.cart-btn .site-cart-count {
    top: -6px;
    right: -8px;
}

.mobile-bottom-nav .site-cart-count {
    top: 2px;
    right: calc(50% - 20px);
}


.copyright .text-start{
    direction:ltr;
}

.site-toast-container {
    position: fixed;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    width: min(420px, calc(100% - 32px));
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    pointer-events: none;
}

    .site-toast-container > * {
        pointer-events: auto;
        width: 100%;
        height: auto;
        flex: 0 0 auto;
    }


.site-toast {
    position: relative;
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px 8px 14px;
    color: #171717;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .14);
    overflow: hidden;
}

.site-toast__indicator {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.site-toast__icon {
    display: none;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

.site-toast--success .site-toast__icon--success {
    display: block;
}

.site-toast--danger .site-toast__icon--danger {
    display: block;
}

.site-toast--warning .site-toast__icon--warning {
    display: block;
}

.site-toast .toast-body {
    flex: 1;
    min-width: 0;
    padding: 9px 0;
    color: var(--site-toast-color);
    font-size: 13px;
    line-height: 1.7;
    text-align: right;
}

.site-toast--success {
    --site-toast-color: #2E7D32;
    background: #EBF9EB;
    box-shadow: 0px 4px 12px 0px #17171715;
}

.site-toast--danger {
    --site-toast-color: #C2003B;
    background: #FFF0F4;
    box-shadow: 0px 4px 12px 0px #17171715;
}


.site-toast--warning {
    --site-toast-color: #E65100;
    background: #FFF8E1;
    box-shadow: 0px 4px 12px 0px #17171715;
}

.site-toast {
    position: relative;
}

.site-toast__line {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 50px;
    border-radius: 5px 0 0 5px;
    background: var(--site-toast-color);
}

.site-toast__close {
    display: block;
    background: transparent;
    border: none;

}
/*.site-toast--success { --site-toast-color: #198754; }
.site-toast--danger { --site-toast-color: #FF025A; }
.site-toast--warning { --site-toast-color: #F1C21B; }
.site-toast__indicator { width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; background: var(--site-toast-color); }
.site-toast .toast-body { flex: 1; padding: 9px 0; font-size: 13px; }
.site-toast__close { border: 0; padding: 4px; color: #646464; background: transparent; font-size: 20px; line-height: 1; cursor: pointer; }
*/
@media (max-width: 575.98px) {
    .site-toast-container { bottom: 82px; width: 100%; }
}





/* =====================================
   Feature Slider
   فقط برای موبایل و تبلت
===================================== */

@media (max-width: 991.98px) {

    .feature-banner .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }


    .feature-slider {
        display: flex;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        width: max-content;
        margin-left: 0;
        margin-right: 0;
        animation: featureSliderMove 12s linear infinite;
        will-change: transform;
    }


        /*
       هر آیتم دقیقاً 25 درصد عرض صفحه
       پس همیشه 4 آیتم دیده می‌شود
    */
        .feature-slider .feature-slide {
            flex: 0 0 25vw !important;
            width: 25vw !important;
            max-width: 25vw !important;
            padding: 0;
        }


    .feature-item {
        padding: 18px 4px;
    }


    .feature-icon {
        width: 45px;
        height: 45px;
        margin: 0 auto 14px;
    }


    .InstallmentPayment {
        width: 70px;
    }


    .feature-text {
        font-size: 12px;
        white-space: nowrap;
    }


    @keyframes featureSliderMove {

        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(100vw);
        }
    }
}


/* موبایل‌های کوچک */
@media (max-width: 576px) {

    .feature-item {
        padding: 16px 2px;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 12px;
    }

    .InstallmentPayment {
        width: 60px;
    }

    .feature-text {
        font-size: 10px;
    }
}