@font-face { font-family: "IRANYekanX"; src: url("../fonts/IRANYekanX-Thin.woff") format("woff"); font-style: normal; font-weight: 100; font-display: swap; }
@font-face { font-family: "IRANYekanX"; src: url("../fonts/IRANYekanX-UltraLight.woff") format("woff"); font-style: normal; font-weight: 200; font-display: swap; }
@font-face { font-family: "IRANYekanX"; src: url("../fonts/IRANYekanX-Light.woff") format("woff"); font-style: normal; font-weight: 300; font-display: swap; }
@font-face { font-family: "IRANYekanX"; src: url("../fonts/IRANYekanX-Regular.woff") format("woff"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "IRANYekanX"; src: url("../fonts/IRANYekanX-Medium.woff") format("woff"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "IRANYekanX"; src: url("../fonts/IRANYekanX-DemiBold.woff") format("woff"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "IRANYekanX"; src: url("../fonts/IRANYekanX-Bold.woff") format("woff"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "IRANYekanX"; src: url("../fonts/IRANYekanX-ExtraBold.woff") format("woff"); font-style: normal; font-weight: 800; font-display: swap; }
@font-face { font-family: "IRANYekanX"; src: url("../fonts/IRANYekanX-Black.woff") format("woff"); font-style: normal; font-weight: 900; font-display: swap; }

:root {
    --eh-primary: #242f9b;
    --eh-primary-dark: #171f63;
    --eh-accent: #f0bb40;
    --eh-accent-dark: #f43904;
    --eh-red: #f43904;
    --eh-ink: #1c1c25;
    --eh-muted: #717171;
    --eh-line: #e9ebef;
    --eh-surface: #f7f8fa;
}

* {
    font-family: "IRANYekanX", Tahoma, sans-serif !important;
}

body {
    background: var(--eh-surface) !important;
    overflow-x: hidden;
}

.eh-p-card__name {
    direction: rtl;
    unicode-bidi: plaintext;
    text-align: right;
    overflow-wrap: normal;
    word-break: normal;
}

.eh-p-card__name bdi {
    unicode-bidi: isolate;
}

.eh-container { width: min(1400px, calc(100% - 54px)); margin-inline: auto; }

/* Bagisto's own brand utilities - remapped from the default demo navy to SanaBuy navy */
.bg-navyBlue { background-color: var(--eh-primary) !important; }
.text-navyBlue { color: var(--eh-primary) !important; }
.border-navyBlue { border-color: var(--eh-primary) !important; }

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

.primary-button:hover {
    background-color: var(--eh-primary-dark) !important;
    border-color: var(--eh-primary-dark) !important;
}

.secondary-button {
    border-color: var(--eh-primary) !important;
    color: var(--eh-primary) !important;
}

.secondary-button:hover {
    background-color: var(--eh-surface) !important;
}

.eh-price-unit {
    display: inline-block;
    margin-inline-start: 5px;
    color: #6d7280;
    font-size: .68em;
    font-weight: 700;
    letter-spacing: -.2px;
    vertical-align: .14em;
}

/* Shared SanaBuy header */
.eh-header { position: sticky; top: 0; z-index: 40; background: #fff; box-shadow: 0 1px 0 var(--eh-line); }
.eh-header__main { position: relative; z-index: 60; min-height: 72px; display: grid; grid-template-columns: 170px minmax(320px, 1fr) 220px; align-items: center; gap: 24px; }
.eh-logo { display: flex; align-items: center; }
.eh-logo img { width: 160px; height: 64px; object-fit: contain; }
.eh-search { width: 100%; max-width: 714px; height: 50px; display: flex; align-items: center; justify-self: end; gap: 10px; padding: 4px 5px 4px 18px; border-radius: 15px; background: #ebeef3; transition: .2s ease; }
.eh-search:focus-within { background: #fff; box-shadow: 0 0 0 2px var(--eh-primary); }
.eh-search svg { width: 21px; fill: none; stroke: var(--eh-muted); stroke-width: 1.8; stroke-linecap: round; }
.eh-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--eh-ink); font-size: 14px; }
.eh-search button { border: 0; border-radius: 11px; padding: 10px 22px; background: var(--eh-primary); color: #fff; cursor: pointer; }
.eh-search__scope { display: flex; align-items: center; gap: 6px; flex-shrink: 0; padding-inline-start: 14px; color: var(--eh-ink); font-size: 13px; font-weight: 700; white-space: nowrap; cursor: pointer; list-style: none; }
.eh-search__scope::-webkit-details-marker { display: none; }
.eh-search__scope svg { width: 15px; stroke-width: 2; }
.eh-search__divider { width: 1px; height: 22px; flex-shrink: 0; background: var(--eh-line); }
.eh-header__actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.eh-header__actions svg { width: 22px; fill: none; stroke: var(--eh-primary); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.eh-cart { position: relative; display: flex; min-height: 46px; align-items: center; gap: 10px; padding: 10px 19px; border-radius: 23px; background: linear-gradient(135deg, #2d3cb8, var(--eh-primary)); color: #fff !important; font-size: 12px; font-weight: 800; white-space: nowrap; box-shadow: 0 8px 18px rgba(36,47,155,.18); transition: transform .2s ease, box-shadow .2s ease; }
.eh-cart:hover { transform: translateY(-1px); box-shadow: 0 11px 24px rgba(36,47,155,.24); }
.eh-cart svg { width: 25px; height: 25px; stroke: #fff; stroke-width: 1.85; }
.eh-cart b { position: absolute; top: -8px; right: 8px; display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: var(--eh-accent-dark); color: #fff; font-size: 10px; }
.eh-mini-cart { position: relative; padding-bottom: 8px; margin-bottom: -8px; }
.eh-mini-cart__panel { visibility: hidden; position: absolute; z-index: 120; top: calc(100% + 8px); left: 0; width: 390px; padding: 20px; border: 1px solid var(--eh-line); border-radius: 20px; background: #fff; box-shadow: 0 24px 60px rgba(20, 31, 83, .16); opacity: 0; transform: translateY(9px); pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.eh-mini-cart__panel::before { position: absolute; top: -7px; left: 28px; width: 13px; height: 13px; border-top: 1px solid var(--eh-line); border-left: 1px solid var(--eh-line); background: #fff; transform: rotate(45deg); content: ""; }
.eh-mini-cart:hover .eh-mini-cart__panel,
.eh-mini-cart:focus-within .eh-mini-cart__panel { visibility: visible; opacity: 1; transform: translateY(0); pointer-events: auto; }
.eh-mini-cart__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid var(--eh-line); }
.eh-mini-cart__head strong { color: var(--eh-ink); font-size: 16px; font-weight: 800; }
.eh-mini-cart__head span { display: grid; min-width: 28px; height: 28px; place-items: center; border-radius: 9px; background: #f0f2ff; color: var(--eh-primary); font-size: 11px; font-weight: 800; }
.eh-mini-cart__loading { display: grid; min-height: 130px; place-items: center; color: var(--eh-primary); letter-spacing: 4px; }
.eh-mini-cart__items { display: grid; }
.eh-mini-cart__items>a { display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 12px; padding: 13px 0; border-bottom: 1px solid #f0f1f5; }
.eh-mini-cart__items img { width: 64px; height: 64px; padding: 5px; border-radius: 12px; background: #f6f7fa; object-fit: contain; }
.eh-mini-cart__items>a>span { min-width: 0; }
.eh-mini-cart__items>a>span strong { display: -webkit-box; color: var(--eh-ink); font-size: 11px; font-weight: 700; line-height: 1.8; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.eh-mini-cart__items small { display: block; margin-top: 4px; color: var(--eh-muted); font-size: 10px; direction: rtl; }
.eh-mini-cart__items>a>b { color: var(--eh-primary); font-size: 11px; font-weight: 800; white-space: nowrap; }
.eh-mini-cart__summary { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; color: var(--eh-muted); font-size: 11px; }
.eh-mini-cart__summary strong { color: var(--eh-ink); font-size: 14px; font-weight: 900; }
.eh-mini-cart__actions { display: grid; grid-template-columns: 1fr 1.3fr; gap: 9px; }
.eh-mini-cart__actions a { display: grid; min-height: 44px; place-items: center; border: 1px solid var(--eh-primary); border-radius: 12px; color: var(--eh-primary); font-size: 11px; font-weight: 800; }
.eh-mini-cart__actions a:last-child { background: var(--eh-primary); color: #fff; }
.eh-mini-cart__empty { display: flex; min-height: 200px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.eh-mini-cart__empty>span { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 50%; background: #f0f2ff; }
.eh-mini-cart__empty svg { width: 29px; fill: none; stroke: var(--eh-primary); stroke-width: 1.6; }
.eh-mini-cart__empty strong { margin-top: 13px; color: var(--eh-ink); font-size: 13px; }
.eh-mini-cart__empty a { margin-top: 8px; color: var(--eh-primary); font-size: 11px; font-weight: 800; }

.eh-service-strip { width: min(1180px, calc(100% - 40px)); margin: 28px auto; }
.eh-service-strip .eh-container { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 0; overflow: hidden; border: 1px solid #e8eaf0; border-radius: 20px; background: #fff; box-shadow: 0 10px 28px rgba(18,31,87,.045); }
.eh-service-strip .eh-container > div { display: flex; min-height: 104px; align-items: center; gap: 12px; padding: 18px; border-left: 1px solid #eceef3; }
.eh-service-strip .eh-container > div:last-child { border-left: 0; }
.eh-service-strip .eh-container > div > span { display: grid; width: 44px; min-width: 44px; height: 44px; place-items: center; border-radius: 14px; background: #f0f2ff; color: var(--eh-primary); }
.eh-service-strip svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.eh-service-strip p { display: grid; gap: 4px; margin: 0; }
.eh-service-strip strong { color: #202530; font-size: 12px; font-weight: 850; }
.eh-service-strip small { color: #888e98; font-size: 9.5px; line-height: 1.7; }
.eh-account-menu { position: relative; z-index: 180; }
.eh-account-menu summary { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--eh-line); border-radius: 50%; background: #fff; cursor: pointer; list-style: none; }
.eh-account-menu summary::-webkit-details-marker { display: none; }
.eh-account-menu[open] summary { border-color: var(--eh-primary); background: #f2f4ff; }
.eh-account-menu__panel { position: absolute; z-index: 181; top: calc(100% + 14px); left: 0; width: 390px; padding: 20px; border: 1px solid var(--eh-line); border-radius: 22px; background: #fff; box-shadow: 0 24px 60px rgba(24,35,90,.16); text-align: right; }
.eh-account-menu__panel::before { content: ""; position: absolute; top: -7px; left: 18px; width: 13px; height: 13px; border-top: 1px solid var(--eh-line); border-left: 1px solid var(--eh-line); background: #fff; transform: rotate(45deg); }
.eh-account-menu__welcome { display: grid; grid-template-columns: 52px minmax(0, 1fr); align-items: center; gap: 13px; padding: 15px; border-radius: 16px; background: linear-gradient(135deg, #f1f3ff, #fff9ea); }
.eh-account-menu__welcome > span { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 15px; background: #fff; box-shadow: 0 5px 16px rgba(36,47,155,.08); }
.eh-account-menu__welcome > span svg { width: 25px; height: 25px; }
.eh-account-menu__welcome strong { display: block; color: var(--eh-ink); font-size: 17px; font-weight: 850; line-height: 1.7; }
.eh-account-menu__welcome p { margin: 2px 0 0; color: var(--eh-muted); font-size: 11px; line-height: 1.8; }
.eh-account-menu__actions { display: grid; grid-template-columns: 1.25fr 1fr; gap: 10px; margin-top: 14px; }
.eh-account-menu__actions a { display: grid; min-height: 48px; place-items: center; border-radius: 14px; font-weight: 800; }
.eh-account-menu__primary { background: var(--eh-primary); color: #fff !important; }
.eh-account-menu__secondary { border: 2px solid var(--eh-primary); color: var(--eh-primary) !important; }
.eh-account-menu__links { display: grid; gap: 4px; margin-top: 14px; }
.eh-account-menu__links a { padding: 10px 12px; border-radius: 10px; color: var(--eh-ink); }
.eh-account-menu__links a:hover { background: var(--eh-surface); color: var(--eh-primary); }
.eh-account-menu__help { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 10px; margin-top: 12px; padding: 12px; border: 1px solid #edf0f5; border-radius: 14px; color: var(--eh-ink); transition: .2s ease; }
.eh-account-menu__help:hover { border-color: rgba(36,47,155,.25); background: #fafbff; }
.eh-account-menu__help > svg { width: 21px; height: 21px; stroke: var(--eh-primary); }
.eh-account-menu__help strong, .eh-account-menu__help small { display: block; }
.eh-account-menu__help strong { font-size: 12px; font-weight: 800; }
.eh-account-menu__help small { margin-top: 2px; color: var(--eh-muted); font-size: 10px; }
.eh-account-menu__help b { color: var(--eh-primary); font-size: 17px; }
.eh-nav { position: relative; z-index: 40; border-top: 1px solid var(--eh-line); }
.eh-nav__inner { min-height: 49px; display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; }
.eh-nav__inner > a { position: relative; display: flex; align-items: center; gap: 6px; padding: 8px 13px; color: var(--eh-muted); white-space: nowrap; }
.eh-nav__inner > a:hover, .eh-nav__inner > a.is-active { color: var(--eh-primary); }
.eh-nav__inner > a.is-active::after { content: ""; position: absolute; right: 13px; bottom: -1px; width: calc(100% - 26px); height: 3px; border-radius: 3px 3px 0 0; background: var(--eh-accent-dark); }
.eh-nav__all { display: flex; align-items: center; gap: 7px; padding: 8px 13px; color: var(--eh-ink) !important; font-weight: 800; white-space: nowrap; cursor: pointer; list-style: none; }
.eh-nav__all::-webkit-details-marker { display: none; }
.eh-nav__all svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.eh-nav__all .eh-category-menu__chevron { width: 14px; margin-inline-start: 2px; transition: transform .2s ease; }
.eh-category-menu[open] .eh-category-menu__chevron { transform: rotate(180deg); }
.eh-nav__phone { margin-right: auto; padding-inline-end: 0 !important; }
.eh-nav__phone svg { width: 18px; fill: none; stroke: var(--eh-primary); stroke-width: 1.7; }

/* Product category menus */
.eh-category-menu { position: relative; }
.eh-category-menu--search { flex: 0 0 auto; }
.eh-category-menu__panel { position: absolute; z-index: 140; top: calc(100% + 13px); right: 0; width: min(660px, calc(100vw - 36px)); padding: 18px; border: 1px solid #e6e9f1; border-radius: 20px; background: #fff; box-shadow: 0 26px 65px rgba(19,30,82,.18); }
.eh-category-menu--search .eh-category-menu__panel { top: calc(100% + 20px); }
.eh-category-menu__panel::before { position: absolute; top: -7px; right: 28px; width: 13px; height: 13px; border-top: 1px solid #e6e9f1; border-right: 1px solid #e6e9f1; background: #fff; content: ""; transform: rotate(-45deg); }
.eh-category-menu__head { display: flex; align-items: center; gap: 11px; padding: 2px 2px 14px; border-bottom: 1px solid #eef0f4; }
.eh-category-menu__head-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: #f0f2ff; color: var(--eh-primary); }
.eh-category-menu__head-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.eh-category-menu__head strong, .eh-category-menu__head small { display: block; }
.eh-category-menu__head strong { color: var(--eh-ink); font-size: 14px; font-weight: 850; }
.eh-category-menu__head small { margin-top: 2px; color: var(--eh-muted); font-size: 10px; }
.eh-category-menu__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; max-height: 330px; margin-top: 12px; overflow-y: auto; }
.eh-category-menu__grid > a { position: relative; display: block; min-height: 72px; padding: 12px 13px 10px 38px; border: 1px solid #edf0f5; border-radius: 13px; background: #fff; transition: .18s ease; }
.eh-category-menu__grid > a:hover { border-color: rgba(36,47,155,.25); background: #f8f9ff; transform: translateY(-1px); }
.eh-category-menu__grid strong, .eh-category-menu__grid small { display: block; }
.eh-category-menu__grid strong { color: var(--eh-ink); font-size: 12px; font-weight: 800; }
.eh-category-menu__grid small { margin-top: 4px; color: #858994; font-size: 9.5px; line-height: 1.7; }
.eh-category-menu__grid > a > span { position: absolute; top: 50%; left: 13px; color: var(--eh-primary); font-size: 16px; transform: translateY(-50%); }
.eh-category-menu__loading { grid-column: 1 / -1; padding: 28px; color: var(--eh-muted); font-size: 12px; text-align: center; }
.eh-category-menu__all-link { display: flex; min-height: 43px; align-items: center; justify-content: center; gap: 8px; margin-top: 11px; border-radius: 12px; background: var(--eh-primary); color: #fff !important; font-size: 11px; font-weight: 800; }

[data-mega-menu-dropdown] {
    border-radius: 16px !important;
    border-color: var(--eh-line) !important;
    box-shadow: 0 18px 40px rgba(18,39,59,.12) !important;
}

/* Drawers (mobile menu, mini cart, filters) */
[class*="translate-x"] .bg-white,
.icon-cart,
.icon-users,
.icon-hamburger,
.icon-search {
    color: inherit;
}

/* Topbar (added ahead of the default Bagisto header) */
.eh-topbar { background: #29379f !important; color: #fff; font-size: 11px; }
.eh-topbar__inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(1400px, calc(100% - 54px)); margin-inline: auto; }
.eh-topbar__links { display: flex; align-items: center; gap: 14px; color: #d8e1f5; }
.eh-topbar__links a:hover { color: #fff; }
.eh-topbar__links span { width: 1px; height: 14px; background: rgba(255,255,255,.2); }

@media (max-width: 700px) {
    html,
    body,
    #app {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .container { width: 100% !important; max-width: 100% !important; }

    header a[class*="max-h-"][class*="items-center"] img {
        width: 104px !important;
        max-width: 104px !important;
        height: auto !important;
    }

    .eh-topbar__links { display: none; }
    .eh-topbar__inner { justify-content: center; text-align: center; }
    .eh-container { width: min(100% - 28px, 1400px); }
    .eh-header__main { min-height: 122px; grid-template-columns: 100px minmax(0, 1fr) auto; gap: 10px; padding-block: 10px; }
    .eh-logo img { width: 100px; height: 48px; }
    .eh-search { grid-column: 1 / -1; grid-row: 2; height: 44px; max-width: none; padding-inline: 12px; }
    .eh-search__divider, .eh-search button { display: none; }
    .eh-search__scope { max-width: 108px; padding-inline-start: 2px; gap: 3px; font-size: 10.5px; }
    .eh-search__scope svg { width: 12px; }
    .eh-header__actions { grid-column: 3; grid-row: 1; gap: 8px; }
    .eh-cart { width: 48px; height: 48px; min-height: 48px; justify-content: center; padding: 0; border-radius: 15px; }
    .eh-cart svg { display: block; width: 25px; height: 25px; }
    .eh-cart b { top: -5px; right: auto; left: -3px; width: 19px; height: 19px; border: 2px solid #fff; font-size: 9px; line-height: 1; }
    .eh-cart span { display: none; }
    .eh-mini-cart { padding-bottom: 0; margin-bottom: 0; }
    .eh-mini-cart__panel { display: none; }
    .eh-account-menu__panel { position: fixed; top: 76px; right: 14px; left: 14px; width: auto; }
    .eh-account-menu__panel::before { left: 76px; }
    .eh-nav { display: block; padding-bottom: 9px; border-top: 0; }
    .eh-nav__inner { width: min(100% - 28px, 1400px); min-height: 42px; overflow: visible; padding: 0; }
    .eh-nav__inner > a { display: none; }
    .eh-nav__inner > .eh-category-menu--nav { display: block; width: 100%; }
    .eh-nav__all { width: 100%; min-height: 42px; justify-content: center; border: 1px solid #dde2f4; border-radius: 13px; background: #f0f2ff; color: var(--eh-primary) !important; font-size: 12px; font-weight: 800; }
    .eh-category-menu__panel { position: fixed; top: 185px; right: 14px; left: 14px; width: auto; max-height: calc(100vh - 210px); overflow-y: auto; }
    .eh-category-menu--search .eh-category-menu__panel { top: 137px; }
    .eh-category-menu__panel::before { display: none; }
    .eh-category-menu__grid { grid-template-columns: 1fr; max-height: none; }
}

/* Shared footer */
.eh-footer { border-top: 1px solid var(--eh-line); background: #fff; color: var(--eh-ink); font-size: 14px; }
.eh-footer .eh-container { width: min(1400px, calc(100% - 54px)); margin-inline: auto; }
.eh-footer a { color: inherit; text-decoration: none; }
.eh-footer__hours { padding: 18px 0; border-bottom: 1px solid var(--eh-line); }
.eh-footer__hours .eh-container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.eh-footer__hours-right { display: flex; align-items: center; gap: 18px; }
.eh-footer__hours img { width: 100px; height: auto; }
.eh-footer__hours-right span:first-of-type { width: 1px; height: 22px; background: var(--eh-line); }
.eh-footer__hours-time { color: var(--eh-muted); font-size: 13px; }
.eh-footer__hours-phone { display: flex; align-items: center; gap: 8px; color: var(--eh-muted); font-size: 15px; }
.eh-footer__hours-phone svg { width: 20px; fill: none; stroke: var(--eh-primary); stroke-width: 1.7; }
.eh-footer__row { display: grid; grid-template-columns: 2.4fr .3fr 1fr 1fr; gap: 24px; padding: 40px 0 30px; }
.eh-footer__info h3 { margin: 0 0 14px; font-size: 21px; font-weight: 700; }
.eh-footer__info p { max-width: 620px; color: var(--eh-muted); font-size: 14px; line-height: 2.1; }
.eh-footer__menu h3 { margin: 0 0 12px; font-size: 16px; font-weight: 700; }
.eh-footer__menu { display: flex; flex-direction: column; gap: 9px; }
.eh-footer__menu a { color: var(--eh-muted); font-size: 14px; }
.eh-footer__menu a:hover { color: var(--eh-accent-dark); }
.eh-footer__meta-row { padding-bottom: 30px; }
.eh-footer__meta { display: flex; flex-direction: column; gap: 12px; padding: 0; margin: 0; list-style: none; }
.eh-footer__meta li { color: var(--eh-muted); font-size: 14px; }
.eh-footer__actions-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 30px; }
.eh-footer__quicklinks { display: flex; flex-wrap: wrap; gap: 10px; }
.eh-footer__quicklinks a { padding: 10px 22px; border-radius: 20px; background: var(--eh-surface); color: var(--eh-ink); font-size: 14px; font-weight: 700; }
.eh-footer__newsletter { display: flex; }
.eh-footer__newsletter input { min-width: 0; width: 220px; border: 1px solid var(--eh-line); outline: 0; border-radius: 20px; padding: 14px 16px; background: var(--eh-surface); }
.eh-footer__newsletter button { border: 0; border-radius: 12px; margin: 5px 5px 5px -14px; padding: 9px 16px; background: var(--eh-primary); color: #fff; cursor: pointer; }
.eh-footer__bottom { border-top: 1px solid var(--eh-line); color: #919191; font-size: 12px; }
.eh-footer__bottom .eh-container { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.eh-footer__socials { display: flex; gap: 8px; margin: 0; padding: 0; list-style: none; }
.eh-footer__socials a { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--eh-surface); color: var(--eh-primary); font-size: 11px; }

@media (min-width: 701px) and (max-width: 900px) {
    .eh-header__main { grid-template-columns: 120px minmax(240px, 1fr) 170px; gap: 12px; }
    .eh-logo img { width: 120px; height: 54px; }
    .eh-search { height: 46px; padding-inline: 8px; }
    .eh-search__divider { display: none; }
    .eh-search button { padding-inline: 15px; }
    .eh-header__actions { gap: 8px; }
    .eh-cart { padding-inline: 12px; }
    .eh-mini-cart__panel { width: min(360px, calc(100vw - 32px)); }
    .eh-nav__inner { min-height: 52px; flex-wrap: nowrap; gap: 2px; overflow-x: auto; padding-block: 4px; scrollbar-width: none; }
    .eh-nav__inner::-webkit-scrollbar { display: none; }
    .eh-nav__inner > a { flex: 0 0 auto; padding: 7px 9px; font-size: 12.5px; white-space: nowrap; }
    .eh-nav__phone { display: none !important; }
}

@media (max-width: 900px) {
    .eh-service-strip .eh-container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .eh-service-strip .eh-container > div:nth-child(2) { border-left: 0; }
    .eh-service-strip .eh-container > div:nth-child(-n+2) { border-bottom: 1px solid #eceef3; }
    .eh-footer__row { grid-template-columns: 2fr 1fr 1fr; }
    .eh-footer__row > :nth-child(2) { display: none; }
}

@media (max-width: 700px) {
    .eh-service-strip { width: calc(100% - 28px); margin-block: 20px; }
    .eh-service-strip .eh-container > div { min-height: 92px; padding: 13px; }
    .eh-service-strip .eh-container > div > span { width: 38px; min-width: 38px; height: 38px; border-radius: 12px; }
    .eh-service-strip strong { font-size: 11px; }
    .eh-service-strip small { font-size: 8.5px; }
    .eh-footer__hours .eh-container { flex-direction: column; text-align: center; }
    .eh-footer__row { grid-template-columns: 1fr; text-align: center; }
    .eh-footer__info p { margin-inline: auto; }
    .eh-footer__meta-row { text-align: center; }
    .eh-footer__meta { align-items: center; }
    .eh-footer__actions-row { flex-direction: column; }
    .eh-footer__quicklinks { justify-content: center; }
    .eh-footer__newsletter { width: 100%; }
    .eh-footer__newsletter input { flex: 1; }
    .eh-footer__bottom .eh-container { flex-direction: column; padding-block: 14px; justify-content: center; }
}
