/* White, brand-neutral customer experience */
body { background: #f7f8fa; color: #171a20; }
nav.navbar.holding-navbar,
nav.navbar { min-height: 76px; padding: 0; background: rgba(255,255,255,.96) !important; border-bottom: 1px solid #e8eaee; box-shadow: 0 8px 28px rgba(15,23,42,.045); backdrop-filter: blur(18px); }
nav.navbar .container { max-width: 1440px; }
nav.navbar .logo-wrapper { order: -1; min-width: 205px; }
nav.navbar .logo-wrapper .logo { gap: 11px !important; }
nav.navbar .logo-wrapper .logo-img { width: 58px; height: 52px; object-fit: contain; }
.layout-brand-name { display: flex; flex-direction: column; color: #15181d; font-family: iransFaBold, sans-serif; font-size: .82rem; line-height: 1.55; white-space: nowrap; }
.layout-brand-name small { color: #9298a2; font-family: iransFa, sans-serif; font-size: .68rem; }
.customer-nav { margin-inline: auto !important; gap: 2px; }
nav.navbar .customer-nav > .nav-item > .nav-link { padding: 27px 10px !important; color: #363b44 !important; font-size: .82rem !important; font-family: iransFaBold, sans-serif; white-space: nowrap; }
nav.navbar .customer-nav > .nav-item > .nav-link::before { content: ''; position: absolute; right: 12px; left: 12px; bottom: 17px; height: 2px; background: #15181d; transform: scaleX(0); transition: .2s ease; }
nav.navbar .customer-nav > .nav-item:hover > .nav-link::before { transform: scaleX(1); }
nav.navbar .customer-nav .ti-angle-down { margin-right: 6px; font-size: .58rem; }
nav.navbar .service-dropdown { min-width: 310px; padding: 10px !important; border: 1px solid #e7e9ed !important; border-radius: 16px !important; background: #fff !important; box-shadow: 0 22px 65px rgba(15,23,42,.14) !important; }
nav.navbar .service-dropdown-wide { width: 650px; grid-template-columns: repeat(2, 1fr); gap: 3px; }
nav.navbar .nav-item:hover > .service-dropdown-wide { display: grid; }
nav.navbar .service-dropdown .dropdown-item { display: flex !important; align-items: center; gap: 12px; min-height: 62px; padding: 10px 12px !important; border-radius: 11px; color: #252a31 !important; }
nav.navbar .service-dropdown .dropdown-item:hover { background: #f4f5f7 !important; transform: none !important; }
nav.navbar .service-dropdown .dropdown-item > i { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; border: 1px solid #e4e7eb; border-radius: 10px; color: #424852; background: #fff; font-size: 1rem; }
nav.navbar .service-dropdown .dropdown-item span { display: flex; flex-direction: column; gap: 3px; }
nav.navbar .service-dropdown .dropdown-item b { color: #20242a; font-size: .79rem; font-family: iransFaBold, sans-serif; }
nav.navbar .service-dropdown .dropdown-item small { color: #8a9099; font-size: .68rem; }
nav.navbar .mll-auto { min-width: 106px; }
nav.navbar .mll-auto .nav-link { color: #15181d !important; font-size: .78rem !important; }

.brand-products-hero { margin-top: 76px; padding: 58px 0 48px; background: #fff; border-bottom: 1px solid #e9ebef; }
.brand-products-hero__inner { width: min(1320px, calc(100% - 36px)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.brand-products-hero__copy { display: flex; align-items: center; gap: 22px; }
.brand-products-hero__logo { width: 110px; height: 78px; padding: 10px; object-fit: contain; border: 1px solid #e7e9ed; border-radius: 18px; background: #fff; }
.brand-products-hero__eyebrow { color: #8b919b; font-size: .78rem; }
.brand-products-hero h1 { margin: 6px 0 8px; color: #16191e; font-family: iransFaBlack, sans-serif; font-size: clamp(1.8rem, 3vw, 3rem); }
.brand-products-hero p { margin: 0; color: #737984; line-height: 1.9; }
.brand-products-hero__meta { display: flex; gap: 10px; }
.brand-products-hero__meta span { display: flex; align-items: center; gap: 8px; padding: 11px 15px; border: 1px solid #e4e7eb; border-radius: 999px; color: #656b75; background: #fafafa; font-size: .75rem; white-space: nowrap; }
.brand-products-hero + .products-page-container { margin-top: 0 !important; padding-top: 38px; }
.products-page-container { max-width: 1440px; }
.products-page-container .filter-sidebar { border: 1px solid #e6e8ec; border-radius: 18px !important; box-shadow: 0 12px 35px rgba(15,23,42,.045) !important; }
.products-page-container .products-sort-bar { border: 1px solid #e6e8ec; border-radius: 16px !important; background: #fff !important; box-shadow: 0 9px 30px rgba(15,23,42,.035) !important; }
.products-page-container .product-card { border: 1px solid #e8eaed !important; border-radius: 19px !important; box-shadow: 0 12px 35px rgba(15,23,42,.045) !important; }
.products-page-container .product-card:hover { border-color: #ccd0d6 !important; box-shadow: 0 22px 48px rgba(15,23,42,.09) !important; }
.products-page-container .category-filter-item.active-cat,
.products-page-container .sort-btn:hover,
.products-page-container .sort-btn.active-sort,
.products-page-container .sort-btn.active { color: #fff !important; background: #1b1f25 !important; box-shadow: none !important; }
.products-page-container .mobile-filter-btn { background: #1b1f25 !important; }
.footer { background: #15181d !important; }
.mobile-menu-backdrop { display: none; }

/* Dynamic company footer */
.holding-footer {
    position: relative;
    padding: 78px 0 0;
    overflow: hidden;
    direction: rtl;
    color: #fff;
    background: radial-gradient(circle at 8% 18%, #374149 0, transparent 27%), linear-gradient(145deg, #111419 0%, #1d2228 58%, #171b20 100%);
    border-top: 1px solid #343a41;
}
.holding-footer__decor { position: absolute; border: 1px solid rgba(255,255,255,.065); border-radius: 50%; pointer-events: none; }
.holding-footer__decor--one { width: 420px; height: 420px; left: -210px; top: -180px; }
.holding-footer__decor--two { width: 250px; height: 250px; right: -145px; bottom: -90px; }
.holding-footer__main {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(280px,1.35fr) .7fr .78fr minmax(270px,1.05fr);
    gap: 52px;
    padding-bottom: 62px;
}
.holding-footer__identity { display: flex; align-items: center; gap: 14px; }
.holding-footer__logo {
    width: 78px;
    height: 68px;
    padding: 8px;
    display: grid;
    place-items: center;
    flex: 0 0 78px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.82);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(0,0,0,.2);
}
.holding-footer__logo img { width: 100%; height: 100%; display: block; object-fit: contain; }
.holding-footer__identity > span:last-child { min-width: 0; display: flex; flex-direction: column; }
.holding-footer__identity strong { color: #fff; font-family: iransFaBold,sans-serif; font-size: 1rem; line-height: 1.7; }
.holding-footer__identity small { margin-top: 2px; color: #929aa3; font-size: .65rem; line-height: 1.7; }
.holding-footer__about > p { max-width: 390px; margin: 22px 0 0; color: #aeb5bd !important; font-size: .77rem; line-height: 2.05; }
.holding-footer__social { display: flex; gap: 8px; margin-top: 24px; }
.holding-footer__social a {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    color: #dce0e4 !important;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 11px;
    background: rgba(255,255,255,.055);
    transition: .25s ease;
}
.holding-footer__social a:hover { color: #171b20 !important; border-color: #fff; background: #fff; transform: translateY(-3px); }
.holding-footer__column h2,
.holding-footer__contact h2 {
    position: relative;
    margin: 4px 0 23px;
    padding-bottom: 13px;
    color: #fff;
    font-family: iransFaBold,sans-serif;
    font-size: .88rem;
}
.holding-footer__column h2::after,
.holding-footer__contact h2::after { content: ''; position: absolute; right: 0; bottom: 0; width: 28px; height: 2px; border-radius: 2px; background: #fff; }
.holding-footer__column { display: flex; flex-direction: column; align-items: flex-start; }
.holding-footer__column > a {
    position: relative;
    margin-bottom: 13px;
    padding-right: 14px;
    color: #aeb5bd !important;
    font-size: .74rem;
    line-height: 1.7;
    transition: .2s ease;
}
.holding-footer__column > a::before { content: ''; position: absolute; right: 0; top: .65em; width: 5px; height: 5px; border: 1px solid #79828b; border-radius: 50%; transition: .2s ease; }
.holding-footer__column > a:hover { color: #fff !important; transform: translateX(-4px); }
.holding-footer__column > a:hover::before { border-color: #fff; background: #fff; }
.holding-footer__contact > a,
.holding-footer__contact > div {
    min-height: 55px;
    margin-bottom: 9px;
    padding: 8px 9px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    background: rgba(255,255,255,.045);
    transition: .22s ease;
}
.holding-footer__contact > a:hover { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.085); transform: translateX(-3px); }
.holding-footer__contact > a > i,
.holding-footer__contact > div > i {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    flex: 0 0 36px;
    color: #e4e7ea;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 9px;
    background: rgba(255,255,255,.06);
}
.holding-footer__contact span { min-width: 0; display: flex; flex-direction: column; }
.holding-footer__contact small { margin-bottom: 2px; color: #858e98; font-size: .61rem; }
.holding-footer__contact b { color: #d9dde1; font-family: iransFa,sans-serif; font-size: .68rem; font-weight: 400; line-height: 1.65; overflow-wrap: anywhere; }
.holding-footer__bottom {
    position: relative;
    z-index: 2;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    border-top: 1px solid rgba(255,255,255,.09);
}
.holding-footer__bottom p { margin: 0; color: #747d87 !important; font-size: .68rem; }
.holding-footer__copyright { display: flex; align-items: center; gap: 14px; }
.holding-footer__copyright small { color: #626b75; font-size: .58rem; white-space: nowrap; }
.holding-footer__copyright small a { color: #9aa2aa !important; font-size: inherit; }
.holding-footer__copyright small a:hover { color: #fff !important; }
.holding-footer__bottom > div { display: flex; align-items: center; gap: 12px; }
.holding-footer__bottom a { color: #8e969f !important; font-size: .66rem; transition: color .2s ease; }
.holding-footer__bottom a:hover { color: #fff !important; }
.holding-footer__bottom span { width: 3px; height: 3px; border-radius: 50%; background: #5f6872; }

@media (max-width: 1199.98px) {
    .holding-footer__main { grid-template-columns: 1.25fr .7fr .75fr; gap: 38px; }
    .holding-footer__contact { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
    .holding-footer__contact h2 { grid-column: 1 / -1; margin-bottom: 5px; }
    .holding-footer__contact > a, .holding-footer__contact > div { margin: 0; }
}

@media (max-width: 767.98px) {
    .holding-footer { padding-top: 52px; }
    .holding-footer__main { grid-template-columns: 1fr 1fr; gap: 38px 18px; padding-inline: 18px; padding-bottom: 42px; }
    .holding-footer__about { grid-column: 1 / -1; }
    .holding-footer__logo { width: 68px; height: 60px; flex-basis: 68px; border-radius: 14px; }
    .holding-footer__identity strong { font-size: .88rem; }
    .holding-footer__about > p { margin-top: 17px; font-size: .72rem; }
    .holding-footer__social { margin-top: 18px; }
    .holding-footer__column h2, .holding-footer__contact h2 { margin-bottom: 18px; font-size: .8rem; }
    .holding-footer__column > a { margin-bottom: 11px; padding-right: 11px; font-size: .68rem; }
    .holding-footer__contact { grid-column: 1 / -1; grid-template-columns: 1fr; gap: 8px; }
    .holding-footer__contact h2 { grid-column: 1; margin-bottom: 5px; }
    .holding-footer__contact > a, .holding-footer__contact > div { min-height: 54px; }
    .holding-footer__bottom { min-height: 96px; padding: 19px 18px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 10px; }
    .holding-footer__bottom p { line-height: 1.8; }
    .holding-footer__copyright { align-items: flex-start; flex-direction: column; gap: 5px !important; }
}

@media (max-width: 1199.98px) {
    nav.navbar .logo-wrapper { order: initial; min-width: 0; }
    nav.navbar .customer-nav { gap: 0; }
    nav.navbar .customer-nav > .nav-item > .nav-link { padding: 13px 15px !important; }
    nav.navbar .customer-nav > .nav-item > .nav-link::before { display: none; }
    nav.navbar .service-dropdown, nav.navbar .service-dropdown-wide { width: auto; min-width: 0; display: none !important; margin: 0 10px; box-shadow: none !important; }
    nav.navbar .nav-item .service-dropdown.show { display: block !important; }
    nav.navbar .nav-item .service-dropdown-wide.show { display: block !important; }
    .layout-brand-name { display: none; }
}
@media (max-width: 767.98px) {
    .brand-products-hero { margin-top: 68px; padding: 36px 0 30px; }
    .brand-products-hero__inner { align-items: flex-start; flex-direction: column; gap: 20px; }
    .brand-products-hero__copy { align-items: flex-start; gap: 14px; }
    .brand-products-hero__logo { width: 74px; height: 60px; border-radius: 13px; }
    .brand-products-hero h1 { font-size: 1.55rem; }
    .brand-products-hero p { font-size: .8rem; }
    .brand-products-hero__meta { width: 100%; overflow-x: auto; }
}

/* Mobile customer navigation */
@media (max-width: 991.98px) {
    nav.navbar {
        height: 70px !important;
        min-height: 70px;
        padding: 0 12px !important;
        background: rgba(255,255,255,.98) !important;
        border-bottom: 1px solid #e1e4e8;
        box-shadow: 0 8px 25px rgba(15,23,42,.08);
    }
    nav.navbar > .container {
        width: 100%;
        height: 70px;
        max-width: none;
        padding: 0 !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    nav.navbar .navbar-toggler {
        position: relative;
        z-index: 100;
        width: 46px;
        height: 46px;
        margin: 0 !important;
        padding: 0 !important;
        display: grid;
        place-items: center;
        flex: 0 0 46px;
        color: #fff !important;
        border: 1px solid #15181d !important;
        border-radius: 13px;
        background: #15181d !important;
        box-shadow: 0 8px 18px rgba(15,23,42,.18);
    }
    nav.navbar .navbar-toggler:hover,
    nav.navbar .navbar-toggler:active,
    nav.navbar .navbar-toggler:focus {
        color: #fff !important;
        border-color: #15181d !important;
        background: #15181d !important;
        box-shadow: 0 0 0 4px rgba(21,24,29,.1) !important;
    }
    nav.navbar .navbar-toggler-icon {
        width: 22px;
        height: 22px;
        display: grid;
        place-items: center;
        color: #fff !important;
        background: none !important;
        font-size: 1.15rem;
        line-height: 1;
    }
    nav.navbar .navbar-toggler-icon i { color: #fff !important; }
    nav.navbar .logo-wrapper {
        min-width: 0;
        margin: 0;
        padding: 4px 0 !important;
        gap: 0;
        overflow: visible;
    }
    nav.navbar .logo-wrapper .logo-img {
        width: 64px !important;
        height: 48px !important;
        max-width: 64px !important;
        object-fit: contain;
    }
    nav.navbar #mobileCalla,
    nav.navbar #layoutUser { display: none !important; }

    nav.navbar #navbar,
    nav.navbar #navbar.collapse {
        position: fixed !important;
        inset: 0 0 0 auto !important;
        right: 0 !important;
        left: auto !important;
        width: min(88vw, 390px) !important;
        height: 100dvh !important;
        max-height: 100dvh !important;
        margin: 0 !important;
        padding: 0 0 22px !important;
        display: block !important;
        overflow-x: hidden;
        overflow-y: auto;
        direction: rtl;
        color: #20242a;
        background: #f5f6f7 !important;
        border-left: 1px solid #dfe3e7;
        box-shadow: -18px 0 55px rgba(15,23,42,.22);
        transform: translateX(105%);
        transition: transform .32s cubic-bezier(.22,.75,.25,1) !important;
        visibility: hidden;
        z-index: 100002;
    }
    nav.navbar #navbar.show {
        transform: translateX(0);
        visibility: visible;
    }
    nav.navbar #navbar.collapsing {
        height: 100dvh !important;
        transition: none !important;
    }
    .mobile-menu-head {
        position: sticky;
        top: 0;
        z-index: 8;
        min-height: 88px;
        padding: 15px 16px;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        border-bottom: 1px solid #e0e3e7;
        background: rgba(255,255,255,.96);
        backdrop-filter: blur(14px);
    }
    .mobile-menu-identity {
        min-width: 0;
        display: flex;
        align-items: center;
        gap: 11px;
    }
    .mobile-menu-identity img {
        width: 56px;
        height: 52px;
        padding: 5px;
        flex: 0 0 56px;
        object-fit: contain;
        border: 1px solid #e0e3e7;
        border-radius: 12px;
        background: #fff;
    }
    .mobile-menu-identity span { min-width: 0; display: flex; flex-direction: column; }
    .mobile-menu-identity strong {
        overflow: hidden;
        color: #171a1f;
        font-family: iransFaBold, sans-serif;
        font-size: .82rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .mobile-menu-identity small { margin-top: 3px; color: #8b919a; font-size: .66rem; }
    nav.navbar .mobile-close-btn {
        width: 40px;
        height: 40px;
        margin: 0 !important;
        padding: 0 !important;
        display: grid;
        place-items: center;
        flex: 0 0 40px;
        color: #20242a !important;
        border: 1px solid #dfe2e6 !important;
        border-radius: 12px;
        background: #f1f3f4 !important;
        box-shadow: none !important;
    }
    nav.navbar .mobile-close-btn span { color: #20242a; font-size: 1.65rem; font-weight: 300; line-height: 1; }

    nav.navbar .customer-nav {
        width: auto;
        margin: 14px 12px 0 !important;
        padding: 0 !important;
        gap: 8px;
    }
    nav.navbar .customer-nav > .nav-item {
        overflow: hidden;
        border: 1px solid #e0e3e7;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 5px 15px rgba(15,23,42,.035);
    }
    nav.navbar .customer-nav > .nav-item > .nav-link {
        min-height: 52px;
        margin: 0 !important;
        padding: 0 16px !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #252a31 !important;
        font-family: iransFaBold, sans-serif;
        font-size: .82rem !important;
        background: #fff;
    }
    nav.navbar .customer-nav > .nav-item > .nav-link.show {
        color: #fff !important;
        background: #1b1f25;
    }
    nav.navbar .customer-nav > .nav-item > .nav-link .ti-angle-down {
        margin: 0 auto 0 0;
        color: #8a9099 !important;
        transition: transform .25s ease;
    }
    nav.navbar .customer-nav > .nav-item > .nav-link.show .ti-angle-down {
        color: #fff !important;
        transform: rotate(180deg);
    }
    nav.navbar .service-dropdown,
    nav.navbar .service-dropdown-wide {
        position: static !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 7px !important;
        display: none !important;
        border: 0 !important;
        border-top: 1px solid #e3e6e9 !important;
        border-radius: 0 !important;
        background: #f6f7f8 !important;
        box-shadow: inset 0 5px 14px rgba(15,23,42,.025) !important;
        transform: none !important;
    }
    nav.navbar .service-dropdown.show,
    nav.navbar .service-dropdown-wide.show { display: block !important; }
    nav.navbar .service-dropdown li { margin: 0 0 5px !important; border: 0 !important; }
    nav.navbar .service-dropdown li:last-child { margin-bottom: 0 !important; }
    nav.navbar .service-dropdown .dropdown-item {
        min-height: 58px;
        margin: 0 !important;
        padding: 9px !important;
        display: flex !important;
        align-items: center;
        gap: 10px;
        line-height: normal !important;
        border: 1px solid #e3e6e9;
        border-radius: 10px;
        color: #252a31 !important;
        background: #fff !important;
    }
    nav.navbar .service-dropdown .dropdown-item > i {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        color: #31363e !important;
        background: #f0f2f3;
    }
    nav.navbar .service-dropdown .dropdown-item b { font-size: .75rem; }
    nav.navbar .service-dropdown .dropdown-item small { display: block; margin-top: 3px; font-size: .64rem; line-height: 1.55; }
    nav.navbar .mll-auto { display: none !important; }

    .mobile-menu-footer {
        margin: 18px 12px 0;
        padding-top: 14px;
        display: grid !important;
        gap: 8px;
        border-top: 1px solid #dfe3e7;
    }
    .mobile-menu-footer a {
        min-height: 50px;
        padding: 0 13px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #343941;
        border: 1px solid #dfe3e7;
        border-radius: 12px;
        background: #fff;
        font-size: .75rem;
    }
    .mobile-menu-footer a i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; background: #edf0f2; }
    .mobile-menu-footer a b { margin-right: auto; direction: ltr; font-family: Arial, sans-serif; }

    nav.navbar .mobile-menu-backdrop {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100%;
        margin: 0 !important;
        padding: 0 !important;
        display: block;
        pointer-events: none;
        opacity: 0;
        border: 0;
        border-radius: 0;
        background: rgba(10,14,20,.48) !important;
        backdrop-filter: blur(3px);
        transition: opacity .28s ease;
        z-index: 100001;
    }
    nav.navbar #navbar.show + .mobile-menu-backdrop {
        pointer-events: auto;
        opacity: 1;
    }
}
