/* New Zipteh header. Keep selectors scoped to .zt-header to avoid conflicts. */
:root {
    --zt-header-accent: #ffb800;
    --zt-header-accent-soft: #fff8e7;
    --zt-header-text: #111318;
    --zt-header-muted: #6d717a;
    --zt-header-line: #e5e7eb;
    --zt-header-shadow: 0 10px 32px rgba(16, 24, 40, .12);
}

.zt-header,
.zt-header * {
    box-sizing: border-box;
}

.zt-header {
    position: sticky !important;
    z-index: 1000;
    top: 0;
    width: 100%;
    color: var(--zt-header-text);
    background: #fff;
    font-family: "Montserrat", "Arial", sans-serif;
}

#top-header-empty {
    display: none !important;
}

.zt-svg-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.zt-header button,
.zt-header input {
    font: inherit;
}

.zt-header button,
.zt-header a {
    -webkit-tap-highlight-color: transparent;
}

.zt-header a {
    color: inherit;
    text-decoration: none;
}

.zt-shell {
    width: 100%;
    max-width: 2048px;
    margin: 0 auto;
    padding-right: 28px;
    padding-left: 28px;
}

.zt-header__top {
    border-bottom: 1px solid #eef0f3;
    background: #fff;
}

.zt-header__top-inner {
    display: grid;
    grid-template-columns: 274px 262px minmax(360px, 1fr) 290px 180px 58px;
    gap: 34px;
    align-items: center;
    min-height: 126px;
}

.zt-header__logo {
    display: inline-flex;
    align-items: center;
    width: 100%;
    max-width: 264px;
}

.zt-header__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.zt-catalog-button,
.zt-callback-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.zt-catalog-button {
    gap: 20px;
    width: 100%;
    min-height: 70px;
    padding: 0 28px;
    border: 1px solid var(--zt-header-accent);
    color: #111;
    background: linear-gradient(180deg, #ffc61a 0%, #ffb800 100%);
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 6px 15px rgba(255, 184, 0, .16);
}

.zt-catalog-button:hover,
.zt-catalog-button[aria-expanded="true"] {
    background: #ffbf00;
    box-shadow: 0 8px 20px rgba(255, 184, 0, .25);
    transform: translateY(-1px);
}

.zt-catalog-button svg {
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
}

.zt-search {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
}

.zt-search__icon {
    position: absolute;
    z-index: 1;
    left: 28px;
    width: 29px;
    height: 29px;
    color: #737983;
    pointer-events: none;
}

.zt-search input {
    width: 100%;
    min-width: 0;
    height: 70px;
    padding: 0 24px 0 86px;
    border: 1px solid #dfe3e8;
    border-radius: 8px;
    outline: none;
    color: #1b1d21;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.zt-search input::placeholder {
    color: #9b9da3;
    opacity: 1;
}

.zt-search input:focus {
    border-color: var(--zt-header-accent);
    box-shadow: 0 0 0 4px rgba(255, 184, 0, .13);
}

.zt-phone {
    display: grid;
    grid-template-columns: 38px 1fr;
    column-gap: 16px;
    align-items: center;
}

.zt-phone__icon {
    width: 34px;
    height: 34px;
    color: #050505;
}

.zt-phone__content {
    min-width: 0;
}

.zt-phone__number {
    display: block;
    font-size: 22px;
    font-weight: 750;
    line-height: 1.25;
    white-space: nowrap;
}

.zt-phone__number:hover {
    color: #c88b00;
}

.zt-phone__schedule {
    margin-top: 9px;
    color: var(--zt-header-muted);
    font-size: 17px;
    line-height: 1.25;
    white-space: nowrap;
}

.zt-callback-button {
    min-height: 64px;
    padding: 0 20px;
    border: 2px solid var(--zt-header-accent);
    color: #e89e00;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.zt-callback-button:hover {
    color: #111;
    background: var(--zt-header-accent);
}

.zt-header-cart {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 50px;
}

.zt-header-cart .cart-area,
.zt-header-cart .cart-button,
.zt-header-cart > a {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.zt-header-cart img,
.zt-header-cart svg {
    width: 34px !important;
    height: 34px !important;
    object-fit: contain;
}

.zt-header-cart .items-count,
.zt-header-cart .basket-count {
    position: absolute !important;
    top: -2px !important;
    right: -3px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 25px !important;
    height: 25px !important;
    padding: 0 6px !important;
    border: 2px solid #fff !important;
    border-radius: 999px !important;
    color: #111 !important;
    background: var(--zt-header-accent) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

.zt-header-cart .personal-link,
.zt-header-cart .bx-basket-item-list,
.zt-header-cart .basket-item-list,
.zt-header-cart .bx-basket-item-list-container {
    display: none !important;
}

.zt-mobile-trigger {
    display: none;
}

.zt-mobile-menu-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #e6e8eb;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
}

.zt-mobile-menu-button span,
.zt-mobile-menu-button::before,
.zt-mobile-menu-button::after {
    position: absolute;
    left: 11px;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: #111;
    content: "";
}

.zt-mobile-menu-button::before { top: 13px; }
.zt-mobile-menu-button span { top: 20px; }
.zt-mobile-menu-button::after { top: 27px; }

.zt-nav {
    position: relative;
    border-bottom: 1px solid #e7e9ed;
    background: #fff;
}

.zt-nav__inner {
    display: flex;
    align-items: stretch;
    gap: 34px;
}

.zt-nav__list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: stretch;
    min-width: 0;
    min-height: 76px;
    flex: 1 1 auto;
    margin: 0 0 0 260px;
    padding: 0;
    list-style: none;
}

.zt-nav > .zt-shell > .zt-header-cart {
    position: static;
    display: flex;
    align-self: stretch;
    justify-content: center;
    width: 58px;
    min-width: 58px;
    min-height: 76px;
    flex: 0 0 58px;
    margin: 0;
}


.zt-nav__item {
    position: relative;
    display: flex;
    min-width: 0;
}

.zt-nav__link,
.zt-nav__trigger {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    padding: 0 18px;
    border: 0;
    color: #111;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.zt-nav__link:hover,
.zt-nav__trigger:hover,
.zt-nav__trigger[aria-expanded="true"] {
    color: #c88b00;
}

.zt-nav__icon {
    width: 29px;
    height: 29px;
    flex: 0 0 auto;
    color: #13161a;
}

.zt-nav__item--parts .zt-nav__icon,
.zt-nav__item--parts .zt-nav__trigger[aria-expanded="true"] .zt-nav__icon {
    color: var(--zt-header-accent);
}

.zt-nav__item--parts::after {
    position: absolute;
    right: 13%;
    bottom: -1px;
    left: 13%;
    height: 2px;
    border-radius: 2px 2px 0 0;
    background: var(--zt-header-accent);
    content: "";
}

.zt-nav__chevron {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    transition: transform .2s ease;
}

.zt-nav__trigger[aria-expanded="true"] .zt-nav__chevron {
    transform: rotate(180deg);
}

.zt-mega {
    position: absolute;
    z-index: 1010;
    top: calc(100% + 0px);
    right: 28px;
    left: 28px;
    max-width: 1992px;
    margin: 0 auto;
    border: 1px solid #e2e5e9;
    border-radius: 9px;
    background: #fff;
    box-shadow: var(--zt-header-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
    pointer-events: none;
}

.zt-mega.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.zt-mega__body {
    display: grid !important;
    grid-template-columns: minmax(170px, 1fr) minmax(190px, 1.05fr) minmax(190px, 1.08fr) minmax(210px, 1.15fr) minmax(310px, 1.45fr);
    gap: 44px;
    padding: 32px 64px 28px;
}

.zt-mega__column {
    width: auto !important;
    max-width: none !important;
    min-width: 0;
    grid-row: 1 !important;
}

.zt-mega__column:nth-child(1) { grid-column: 1 !important; }
.zt-mega__column:nth-child(2) { grid-column: 2 !important; }
.zt-mega__column:nth-child(3) { grid-column: 3 !important; }
.zt-mega__column:nth-child(4) { grid-column: 4 !important; }

.zt-mega__heading {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 0 0 22px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
}

.zt-mega__heading-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    flex: 0 0 49px;
    border-radius: 50%;
    color: #15171a;
    background: var(--zt-header-accent-soft);
}

.zt-mega__heading-icon svg {
    width: 27px;
    height: 27px;
}

.zt-mega__links {
    display: grid;
    gap: 17px;
    margin: 0 0 28px 69px;
    padding: 0;
    list-style: none;
}

.zt-mega__links a {
    color: #585d67;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    transition: color .18s ease;
}

.zt-mega__links a:hover {
    color: #d79400;
}

.zt-mega__all {
    display: inline-flex;
    gap: 14px;
    align-items: center;
    margin-left: 69px;
    color: #e9a400 !important;
    font-size: 15px;
    font-weight: 800;
}

.zt-mega__all svg {
    width: 18px;
    height: 18px;
    transition: transform .18s ease;
}

.zt-mega__all:hover svg {
    transform: translateX(4px);
}

.zt-mega__benefits {
    display: grid;
    width: auto !important;
    max-width: none !important;
    gap: 32px;
    align-content: start;
    min-width: 0;
    padding-left: 44px;
    border-left: 1px solid #dfe2e6;
    grid-column: 5 !important;
    grid-row: 1 !important;
}

.zt-benefit {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 20px;
    align-items: center;
}

.zt-benefit__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border: 1px solid #ffe1a2;
    border-radius: 50%;
    color: var(--zt-header-accent);
}

.zt-benefit__icon svg {
    width: 37px;
    height: 37px;
}

.zt-benefit__title {
    margin: 0 0 7px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
}

.zt-benefit__text {
    margin: 0;
    color: #5d626c;
    font-size: 15px;
    line-height: 1.35;
}

.zt-header :focus-visible {
    outline: 3px solid rgba(255, 184, 0, .38);
    outline-offset: 3px;
}

@media (max-width: 1780px) {
    .zt-header__top-inner {
        grid-template-columns: 235px 230px minmax(300px, 1fr) 255px 166px 50px;
        gap: 22px;
    }

    .zt-catalog-button {
        gap: 14px;
        padding: 0 20px;
        font-size: 16px;
    }

    .zt-phone__number { font-size: 19px; }
    .zt-phone__schedule { font-size: 15px; }
    .zt-nav__inner { gap: 22px; }
    .zt-nav__list { margin-left: 210px; padding-left: 0; }
    .zt-nav > .zt-shell > .zt-header-cart { width: 50px; min-width: 50px; flex-basis: 50px; }
    .zt-nav__link,
    .zt-nav__trigger { gap: 14px; font-size: 16px; }
    .zt-mega__body { gap: 30px; padding-right: 42px; padding-left: 42px; }
    .zt-mega__benefits { padding-left: 30px; }
}

@media (max-width: 1480px) {
    .zt-shell { padding-right: 20px; padding-left: 20px; }

    .zt-header__top-inner {
        grid-template-columns: 210px 210px minmax(250px, 1fr) 230px 148px 46px;
        gap: 16px;
        min-height: 108px;
    }

    .zt-search input { height: 62px; padding-left: 68px; font-size: 16px; }
    .zt-search__icon { left: 22px; width: 26px; height: 26px; }
    .zt-catalog-button { min-height: 62px; padding: 0 15px; }
    .zt-callback-button { min-height: 58px; padding: 0 13px; font-size: 14px; }
    .zt-phone { grid-template-columns: 30px 1fr; gap: 10px; }
    .zt-phone__icon { width: 28px; height: 28px; }
    .zt-phone__number { font-size: 17px; }
    .zt-phone__schedule { margin-top: 6px; font-size: 14px; }
    .zt-nav__inner { gap: 16px; }
    .zt-nav__list { margin-left: 160px; padding-left: 0; }
    .zt-nav > .zt-shell > .zt-header-cart {
        width: 46px;
        min-width: 46px;
        min-height: 68px;
        flex-basis: 46px;
    }
    .zt-nav__list { min-height: 68px; }
    .zt-nav__link,
    .zt-nav__trigger { gap: 10px; padding: 0 10px; font-size: 15px; }
    .zt-nav__icon { width: 25px; height: 25px; }

    .zt-mega { right: 20px; left: 20px; }
    .zt-mega__body {
        grid-template-columns: repeat(4, minmax(155px, 1fr)) minmax(260px, 1.35fr);
        gap: 24px;
        padding: 28px 30px 24px;
    }
    .zt-mega__heading { gap: 12px; font-size: 17px; }
    .zt-mega__heading-icon { width: 43px; height: 43px; flex-basis: 43px; }
    .zt-mega__links { margin-left: 55px; gap: 14px; }
    .zt-mega__links a { font-size: 14px; }
    .zt-mega__all { margin-left: 55px; }
    .zt-mega__benefits { gap: 24px; padding-left: 24px; }
    .zt-benefit { grid-template-columns: 52px 1fr; gap: 14px; }
    .zt-benefit__icon { width: 52px; height: 52px; }
    .zt-benefit__icon svg { width: 31px; height: 31px; }
    .zt-benefit__title { font-size: 14px; }
    .zt-benefit__text { font-size: 13px; }
}

@media (max-width: 1220px) {
    .zt-header__top-inner {
        grid-template-columns: 190px 190px minmax(240px, 1fr) 210px 46px;
    }

    .zt-callback-button { display: none; }

    .zt-mega__body {
        grid-template-columns: repeat(4, minmax(145px, 1fr));
    }

    .zt-mega__benefits { display: none; }
}

@media (max-width: 1080px) {
    .zt-header { position: sticky !important; }

    .zt-header__top-inner {
        grid-template-columns: 48px 190px minmax(220px, 1fr) 48px;
        gap: 16px;
        min-height: 78px;
    }

    .zt-mobile-trigger { display: flex; }
    .zt-catalog-button,
    .zt-phone,
    .zt-callback-button,
    .zt-mega { display: none !important; }
    .zt-header__logo { max-width: 182px; }
    .zt-search input { height: 52px; padding-left: 54px; font-size: 14px; }
    .zt-search__icon { left: 17px; width: 22px; height: 22px; }

    .zt-nav {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        border: 0;
        background: transparent;
        pointer-events: none;
    }

    .zt-nav__inner {
        position: relative;
        display: block;
        min-height: 78px;
    }

    .zt-nav__list { display: none; }

    .zt-nav > .zt-shell > .zt-header-cart {
        position: absolute;
        top: 14px;
        right: 20px;
        display: flex;
        width: 50px;
        min-width: 50px;
        min-height: 50px;
        height: 50px;
        pointer-events: auto;
    }

    .zt-header-cart img,
    .zt-header-cart svg { width: 30px !important; height: 30px !important; }
}

@media (max-width: 680px) {
    .zt-shell { padding-right: 14px; padding-left: 14px; }

    .zt-header__top-inner {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: 12px;
        min-height: 128px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .zt-header__logo {
        justify-self: center;
        max-width: 175px;
    }

    .zt-search {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .zt-search input {
        height: 48px;
        padding-right: 14px;
        padding-left: 50px;
    }

    .zt-mobile-menu-button { width: 42px; height: 42px; }
    .zt-nav > .zt-shell > .zt-header-cart { top: 12px; right: 14px; }
    .zt-header-cart .cart-area,
    .zt-header-cart .cart-button,
    .zt-header-cart > a { width: 42px; height: 42px; }
}

@media (prefers-reduced-motion: reduce) {
    .zt-header *,
    .zt-header *::before,
    .zt-header *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Keep the desktop mega-menu modules in one horizontal row. */
@media (min-width: 1081px) {
    .zt-header .zt-mega__body {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
    }

    .zt-header .zt-mega__body > .zt-mega__column {
        display: block !important;
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        flex: 1 1 0 !important;
    }

    .zt-header .zt-mega__body > .zt-mega__benefits {
        width: auto !important;
        max-width: none !important;
        min-width: 260px !important;
        flex: 0 1 340px !important;
    }
}

@media (min-width: 1081px) and (max-width: 1220px) {
    .zt-header .zt-mega__body > .zt-mega__column {
        flex-basis: 25% !important;
    }
}
