:root {
    --color-primary: #ed1c24;
    --color-primary-hover: #ff2e36;
    --color-black: #0f1115;
    --color-dark: #1a1d22;
    --color-text: #222222;
    --color-gray: #f5f5f7;
    --color-border: #e5e7eb;
    --color-white: #ffffff;
    --hx-mega-top: var(--hx-catalog-popup-top, 136px);
    --hx-mega-primary: var(--color-primary);
    --hx-mega-primary-dark: #b8141b;
    --hx-mega-primary-hover: var(--color-primary-hover);
    --hx-mega-ink: var(--color-black);
    --hx-mega-text: var(--color-text);
    --hx-mega-muted: #686f7a;
    --hx-mega-line: var(--color-border);
    --hx-mega-soft: var(--color-gray);
    --hx-mega-soft-red: #fff1f2;
    --hx-mega-radius: 12px;
    --hx-mega-shadow: 0 30px 90px rgba(15, 17, 21, 0.24);
}

html.hx-catalog-scroll-lock,
body.hx-catalog-scroll-lock {
    overflow: hidden !important;
    overscroll-behavior: none;
}

body.modern-hoxwell .site-header-catalog {
    position: relative !important;
    z-index: 4300 !important;
}

body.modern-hoxwell .site-header-catalog.is-catalog-open::before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2990;
    background: rgba(15, 17, 21, 0.42);
    backdrop-filter: blur(7px);
    animation: hxMegaBackdropIn 180ms ease both;
}

body.modern-hoxwell .site-header-catalog .header__p-barmenu > .page__p-barmenu.hx-mega-menu,
body.modern-hoxwell .top-info-line.site-header-grid .site-header-catalog .header__p-barmenu > .page__p-barmenu.hx-mega-menu {
    width: min(calc(100vw - clamp(24px, 5vw, 96px)), 1560px) !important;
    min-width: 0 !important;
    max-width: min(calc(100vw - clamp(24px, 5vw, 96px)), 1560px) !important;
    min-height: clamp(500px, 64vh, 760px) !important;
    max-height: calc(100vh - var(--hx-mega-top) - 32px) !important;
    height: auto !important;
    position: fixed !important;
    top: calc(var(--hx-mega-top) + 12px) !important;
    left: 50% !important;
    right: auto !important;
    z-index: 3000 !important;
    display: block !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: clamp(22px, 2.2vw, 34px) !important;
    overflow: hidden !important;
    border: 1px solid rgba(229, 231, 235, 0.98) !important;
    border-radius: var(--hx-mega-radius) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.97)),
        var(--hx-mega-soft) !important;
    box-shadow: var(--hx-mega-shadow) !important;
    color: var(--hx-mega-text) !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    transform: translate3d(-50%, -10px, 0) scale(0.985) !important;
    transform-origin: 50% 0;
    will-change: opacity, transform;
    transition:
        opacity 210ms ease,
        visibility 210ms ease,
        transform 260ms cubic-bezier(0.2, 0.85, 0.2, 1) !important;
    contain: layout paint;
}

body.modern-hoxwell .site-header-catalog.is-catalog-open .page__p-barmenu.hx-mega-menu,
body.modern-hoxwell .site-header-catalog .header__p-barmenu.catalog-open > .page__p-barmenu.hx-mega-menu,
body.modern-hoxwell .top-info-line.site-header-grid .site-header-catalog.is-catalog-open .page__p-barmenu.hx-mega-menu,
body.modern-hoxwell .top-info-line.site-header-grid .site-header-catalog .header__p-barmenu.catalog-open > .page__p-barmenu.hx-mega-menu {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translate3d(-50%, 0, 0) scale(1) !important;
}

.hx-mega-menu *,
.hx-mega-menu *::before,
.hx-mega-menu *::after {
    box-sizing: border-box;
}

.hx-mega-menu a {
    color: inherit;
    text-decoration: none;
}

.hx-mega-menu button {
    font: inherit;
}

.hx-mega-menu__topbar {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 0 18px;
    border-bottom: 1px solid var(--hx-mega-line);
}

.hx-mega-menu__topbar strong {
    display: block;
    color: var(--hx-mega-ink);
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
}

.hx-mega-menu__topbar span {
    display: block;
    margin-top: 4px;
    color: var(--hx-mega-muted);
    font-size: 13px;
    line-height: 1.35;
}

.hx-mega-menu__close {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    position: relative;
    border: 0;
    border-radius: 8px;
    background: var(--hx-mega-soft);
    color: var(--hx-mega-ink);
    cursor: pointer;
    transition: background 160ms ease, color 160ms ease;
}

.hx-mega-menu__close::before,
.hx-mega-menu__close::after {
    content: "";
    width: 18px;
    height: 2px;
    position: absolute;
    top: 19px;
    left: 11px;
    border-radius: 2px;
    background: currentColor;
}

.hx-mega-menu__close::before {
    transform: rotate(45deg);
}

.hx-mega-menu__close::after {
    transform: rotate(-45deg);
}

.hx-mega-menu__close:hover,
.hx-mega-menu__close:focus-visible {
    background: var(--color-primary);
    color: var(--color-white);
    box-shadow: 0 10px 24px rgba(237, 28, 36, 0.2);
}

.hx-mega-menu__layout {
    height: calc(100% - 62px);
    min-height: 440px;
    display: grid;
    grid-template-columns: clamp(286px, 24vw, 360px) minmax(0, 1fr);
    gap: clamp(26px, 2.7vw, 44px);
    padding-top: 24px;
}

.hx-mega-menu__rail-wrap {
    min-height: 0;
    overflow: hidden;
    border-right: 1px solid var(--hx-mega-line);
    padding-right: clamp(12px, 1.6vw, 20px);
}

.hx-mega-menu__rail {
    height: 100%;
    max-height: calc(100vh - var(--hx-mega-top) - 160px);
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0 4px 0 0;
    list-style: none;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #c9ced6 transparent;
}

.hx-mega-menu__item {
    display: block;
}

.hx-mega-menu__category {
    width: 100%;
    min-height: 46px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto 18px;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 8px;
    padding: 8px 10px;
    background: transparent;
    color: var(--hx-mega-text);
    cursor: pointer;
    text-align: left;
    transition: background 170ms ease, color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.hx-mega-menu__category:hover,
.hx-mega-menu__category:focus-visible,
.hx-mega-menu__item.is-active > .hx-mega-menu__category {
    background: var(--hx-mega-soft-red);
    color: var(--color-primary);
    outline: 0;
    box-shadow: inset 3px 0 0 var(--color-primary), 0 8px 22px rgba(237, 28, 36, 0.08);
}

.hx-mega-menu__item.is-active > .hx-mega-menu__category {
    font-weight: 700;
}

.hx-mega-menu__cat-icon {
    width: 34px;
    height: 34px;
    position: relative;
    display: block;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(237, 28, 36, 0.13), rgba(15, 17, 21, 0.06)),
        var(--color-white);
    border: 1px solid rgba(237, 28, 36, 0.18);
    color: var(--color-primary);
}

.hx-mega-menu__cat-icon::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 8px;
    left: 8px;
    border: 2px solid currentColor;
    border-radius: 6px;
}

.hx-mega-menu__cat-icon::after {
    content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    right: 7px;
    bottom: 8px;
    border-radius: 2px;
    background: var(--color-black);
    transform: rotate(-12deg);
}

.hx-mega-menu__cat-text {
    min-width: 0;
    overflow: hidden;
    color: inherit;
    font-size: 15px;
    line-height: 1.22;
    text-overflow: ellipsis;
}

.hx-mega-menu__counter {
    min-width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 3px 7px;
    background: #f0f1f3;
    color: #59606b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.hx-mega-menu__item.is-active > .hx-mega-menu__category .hx-mega-menu__counter,
.hx-mega-menu__category:hover .hx-mega-menu__counter {
    background: #ffffff;
    color: var(--color-primary);
    transform: translateZ(0) scale(1.04);
}

.hx-mega-menu__chevron {
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    opacity: 0.55;
    transform: rotate(45deg);
}

.hx-mega-menu__panels {
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.hx-mega-menu__panel {
    height: 100%;
    max-height: calc(100vh - var(--hx-mega-top) - 160px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 4px;
    animation: hxMegaPanelIn 170ms ease both;
    scrollbar-width: thin;
    scrollbar-color: #c9ced6 transparent;
}

.hx-mega-menu__panel[hidden],
.hx-mega-menu__mobile-panel[hidden] {
    display: none !important;
}

.hx-mega-menu__panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.hx-mega-menu__panel-title {
    color: var(--hx-mega-ink);
    font-size: clamp(22px, 2.1vw, 30px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
}

.hx-mega-menu__panel-title:hover,
.hx-mega-menu__panel-title:focus-visible {
    color: var(--hx-mega-primary-dark);
}

.hx-mega-menu__panel-note {
    max-width: 520px;
    margin: 7px 0 0;
    color: var(--hx-mega-muted);
    font-size: 13px;
    line-height: 1.4;
}

.hx-mega-menu__all-link {
    min-height: 34px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 14px;
    background: var(--hx-mega-primary);
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    transition: background 160ms ease;
}

.hx-mega-menu .hx-mega-menu__all-link,
.hx-mega-menu .hx-mega-menu__all-link:link,
.hx-mega-menu .hx-mega-menu__all-link:visited,
.hx-mega-menu .hx-mega-menu__all-link:hover,
.hx-mega-menu .hx-mega-menu__all-link:focus,
.hx-mega-menu .hx-mega-menu__all-link:focus-visible,
.hx-mega-menu .hx-mega-menu__all-link:active {
    color: #ffffff !important;
}

.hx-mega-menu__all-link:hover,
.hx-mega-menu__all-link:focus-visible {
    background: var(--color-primary-hover);
    box-shadow: 0 12px 28px rgba(237, 28, 36, 0.22);
}

.hx-mega-menu__panel-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(230px, 18vw, 300px);
    gap: clamp(28px, 2.4vw, 40px);
    align-items: start;
}

.hx-mega-menu__groups {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(190px, 1fr));
    gap: 28px clamp(22px, 2.2vw, 34px);
}

.hx-mega-menu__group {
    min-width: 0;
    padding-top: 2px;
}

.hx-mega-menu__group-title {
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
    color: var(--hx-mega-ink);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.hx-mega-menu__group-title:hover,
.hx-mega-menu__group-title:focus-visible {
    color: var(--hx-mega-primary-dark);
}

.hx-mega-menu__links,
.hx-mega-menu__popular-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hx-mega-menu__links {
    display: grid;
    gap: 2px;
}

.hx-mega-menu__link,
.hx-mega-menu__popular-list a,
.hx-mega-menu__popular-empty {
    min-height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-radius: 7px;
    padding: 5px 7px;
    color: #4d5561;
    font-size: 14px;
    line-height: 1.25;
    transition: background 140ms ease, color 140ms ease;
}

.hx-mega-menu__link span,
.hx-mega-menu__popular-list a span {
    min-width: 0;
}

.hx-mega-menu__link:hover,
.hx-mega-menu__link:focus-visible,
.hx-mega-menu__popular-list a:hover,
.hx-mega-menu__popular-list a:focus-visible,
.hx-mega-menu__popular-empty:hover,
.hx-mega-menu__popular-empty:focus-visible {
    background: var(--hx-mega-soft-red);
    color: var(--color-primary);
    outline: 0;
}

.hx-mega-menu__link--single {
    justify-content: flex-start;
    background: var(--hx-mega-soft);
}

.hx-mega-menu__popular {
    position: sticky;
    top: 0;
    border: 1px solid var(--hx-mega-line);
    border-radius: 8px;
    padding: 16px;
    background:
        linear-gradient(180deg, #ffffff 0%, #fff6f7 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hx-mega-menu__popular-title {
    margin-bottom: 10px;
    color: var(--hx-mega-ink);
    font-size: 14px;
    font-weight: 800;
}

.hx-mega-menu__popular-list {
    display: grid;
    gap: 3px;
}

.hx-mega-menu__mobile-panel {
    display: none;
}

@keyframes hxMegaPanelIn {
    from {
        opacity: 0;
        transform: translate3d(8px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes hxMegaBackdropIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.hx-mega-menu__rail::-webkit-scrollbar,
.hx-mega-menu__panel::-webkit-scrollbar,
.hx-mega-menu::-webkit-scrollbar {
    width: 10px;
}

.hx-mega-menu__rail::-webkit-scrollbar-track,
.hx-mega-menu__panel::-webkit-scrollbar-track,
.hx-mega-menu::-webkit-scrollbar-track {
    background: transparent;
}

.hx-mega-menu__rail::-webkit-scrollbar-thumb,
.hx-mega-menu__panel::-webkit-scrollbar-thumb,
.hx-mega-menu::-webkit-scrollbar-thumb {
    min-height: 46px;
    border: 3px solid transparent;
    border-radius: 999px;
    background: #c9ced6;
    background-clip: padding-box;
}

.hx-mega-menu__rail::-webkit-scrollbar-thumb:hover,
.hx-mega-menu__panel::-webkit-scrollbar-thumb:hover,
.hx-mega-menu::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
    background-clip: padding-box;
}

@media (max-width: 1180px) {
    body.modern-hoxwell .site-header-catalog .header__p-barmenu > .page__p-barmenu.hx-mega-menu,
    body.modern-hoxwell .top-info-line.site-header-grid .site-header-catalog .header__p-barmenu > .page__p-barmenu.hx-mega-menu {
        width: calc(100vw - 32px) !important;
        max-width: calc(100vw - 32px) !important;
        padding: 22px !important;
    }

    .hx-mega-menu__layout {
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 22px;
    }

    .hx-mega-menu__panel-body {
        grid-template-columns: 1fr;
    }

    .hx-mega-menu__popular {
        display: none;
    }

    .hx-mega-menu__groups {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }
}

@media (max-width: 760px) {
    body.modern-hoxwell .site-header-catalog.is-catalog-open::before {
        display: none;
    }

    body.modern-hoxwell .site-header-catalog .header__p-barmenu > .page__p-barmenu.hx-mega-menu,
    body.modern-hoxwell .top-info-line.site-header-grid .site-header-catalog .header__p-barmenu > .page__p-barmenu.hx-mega-menu {
        width: 100vw !important;
        min-width: 100vw !important;
        max-width: 100vw !important;
        height: calc(100vh - var(--hx-mega-top)) !important;
        height: calc(100dvh - var(--hx-mega-top)) !important;
        min-height: 0 !important;
        max-height: calc(100vh - var(--hx-mega-top)) !important;
        max-height: calc(100dvh - var(--hx-mega-top)) !important;
        top: var(--hx-mega-top) !important;
        left: 0 !important;
        right: 0 !important;
        padding: 14px !important;
        border-right: 0 !important;
        border-left: 0 !important;
        border-bottom: 0 !important;
        border-radius: 0 !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        transform: translate3d(-100%, 0, 0) !important;
    }

    body.modern-hoxwell .site-header-catalog.is-catalog-open .page__p-barmenu.hx-mega-menu,
    body.modern-hoxwell .site-header-catalog .header__p-barmenu.catalog-open > .page__p-barmenu.hx-mega-menu,
    body.modern-hoxwell .top-info-line.site-header-grid .site-header-catalog.is-catalog-open .page__p-barmenu.hx-mega-menu,
    body.modern-hoxwell .top-info-line.site-header-grid .site-header-catalog .header__p-barmenu.catalog-open > .page__p-barmenu.hx-mega-menu {
        transform: translate3d(0, 0, 0) !important;
    }

    .hx-mega-menu__topbar {
        position: sticky;
        top: 0;
        z-index: 2;
        margin: -14px -14px 0;
        padding: 14px;
        background: rgba(255, 255, 255, 0.98);
    }

    .hx-mega-menu__layout {
        min-height: 0;
        display: block;
        padding-top: 14px;
    }

    .hx-mega-menu__rail-wrap {
        overflow: visible;
        border-right: 0;
        padding-right: 0;
    }

    .hx-mega-menu__rail {
        height: auto;
        max-height: none;
        gap: 8px;
        padding: 0 0 20px;
        overflow: visible;
    }

    .hx-mega-menu__category {
        min-height: 54px;
        grid-template-columns: 38px minmax(0, 1fr) auto 18px;
        padding: 9px 10px;
        background: #ffffff;
        border: 1px solid var(--hx-mega-line);
    }

    .hx-mega-menu__cat-icon {
        width: 38px;
        height: 38px;
    }

    .hx-mega-menu__cat-icon::before {
        top: 10px;
        left: 10px;
    }

    .hx-mega-menu__cat-icon::after {
        right: 8px;
        bottom: 9px;
    }

    .hx-mega-menu__item.is-active > .hx-mega-menu__category .hx-mega-menu__chevron {
        transform: rotate(135deg);
    }

    .hx-mega-menu__panels {
        display: none;
    }

    .hx-mega-menu__mobile-panel {
        margin: 8px 0 12px;
        display: block;
        border: 1px solid var(--hx-mega-line);
        border-radius: 8px;
        padding: 14px;
        background: #ffffff;
    }

    .hx-mega-menu__panel-head {
        display: block;
        margin-bottom: 16px;
    }

    .hx-mega-menu__panel-title {
        font-size: 20px;
    }

    .hx-mega-menu__panel-note {
        display: none;
    }

    .hx-mega-menu__all-link {
        width: 100%;
        margin-top: 12px;
    }

    .hx-mega-menu__panel-body {
        display: block;
    }

    .hx-mega-menu__groups {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .hx-mega-menu__group {
        padding-top: 0;
    }

    .hx-mega-menu__popular {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.modern-hoxwell .site-header-catalog .header__p-barmenu > .page__p-barmenu.hx-mega-menu,
    .hx-mega-menu__category,
    .hx-mega-menu__link,
    .hx-mega-menu__all-link,
    .hx-mega-menu__close {
        transition: none !important;
    }

    .hx-mega-menu__panel {
        animation: none !important;
    }
}

/* Hoxwell header layout: centered, stable marketplace row. */
body.modern-hoxwell .wrapper.main-menu {
    background: var(--color-white) !important;
    border-bottom: 1px solid var(--color-border) !important;
}

body.modern-hoxwell .top-info-line.site-header-grid {
    --hx-header-container: 1200px;
    --hx-header-control-height: 46px;
    width: min(calc(100% - 48px), var(--hx-header-container)) !important;
    max-width: var(--hx-header-container) !important;
    min-height: 86px !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 14px 0 !important;
    display: grid !important;
    grid-template-columns: 236px 132px minmax(280px, 1fr) auto !important;
    grid-template-areas: "logo catalog search actions" !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    box-sizing: border-box !important;
}

body.modern-hoxwell .top-info-line.site-header-grid > * {
    min-width: 0 !important;
    align-self: center !important;
}

body.modern-hoxwell .top-info-line .before,
body.modern-hoxwell .top-info-line .top_time_work {
    display: none !important;
}

body.modern-hoxwell .top-info-line .site-header-logo {
    grid-area: logo !important;
    position: static !important;
    width: 236px !important;
    min-width: 0 !important;
    max-width: 236px !important;
    height: 58px !important;
    min-height: 58px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    overflow: visible !important;
    background: transparent !important;
    border-radius: 0 !important;
}

body.modern-hoxwell .top-info-line .site-header-logo img {
    flex: 0 0 62px !important;
    width: 62px !important;
    max-width: 62px !important;
    height: auto !important;
    max-height: 52px !important;
    margin: 0 !important;
    object-fit: contain !important;
}

body.modern-hoxwell .site-header-logo__copy {
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    line-height: 1 !important;
}

body.modern-hoxwell .site-header-logo__brand {
    color: var(--color-primary) !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 0.95 !important;
    letter-spacing: 0 !important;
}

body.modern-hoxwell .site-header-logo__tagline {
    max-width: 145px !important;
    color: var(--color-black) !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
}

body.modern-hoxwell .site-header-catalog {
    grid-area: catalog !important;
    position: relative !important;
    z-index: 120 !important;
    width: 132px !important;
    min-width: 0 !important;
}

body.modern-hoxwell .site-header-catalog .header__p-barmenu {
    width: 132px !important;
    min-width: 0 !important;
    float: none !important;
    position: relative !important;
}

body.modern-hoxwell .site-header-catalog .p-barmenu__btn,
body.modern-hoxwell .header__p-barmenu .p-barmenu__btn,
body.modern-hoxwell a.p-barmenu__btn {
    width: 132px !important;
    min-width: 132px !important;
    max-width: 132px !important;
    min-height: var(--hx-header-control-height) !important;
    height: var(--hx-header-control-height) !important;
    padding: 0 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: var(--color-primary) !important;
    color: var(--color-white) !important;
    box-shadow: 0 10px 22px rgba(237, 28, 36, 0.18) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transform: none !important;
    transition: background-color 170ms ease, box-shadow 170ms ease !important;
}

body.modern-hoxwell .site-header-catalog .p-barmenu__btn:hover,
body.modern-hoxwell .site-header-catalog .p-barmenu__btn:focus,
body.modern-hoxwell .site-header-catalog .p-barmenu__btn.active,
body.modern-hoxwell .header__p-barmenu .p-barmenu__btn:hover {
    background: var(--color-primary-hover) !important;
    color: var(--color-white) !important;
    box-shadow: 0 12px 26px rgba(237, 28, 36, 0.24) !important;
    transform: none !important;
}

body.modern-hoxwell .site-header-catalog__icon,
body.modern-hoxwell .site-header-catalog__icon::before,
body.modern-hoxwell .site-header-catalog__icon::after {
    background: var(--color-white) !important;
}

body.modern-hoxwell .top-info-line .site-header-search {
    grid-area: search !important;
    width: 100% !important;
    min-width: 220px !important;
    max-width: none !important;
    position: relative !important;
    display: block !important;
}

body.modern-hoxwell .top-info-line #title-search,
body.modern-hoxwell .top-info-line #title-search.form-search,
body.modern-hoxwell .top-info-line #title-search form,
body.modern-hoxwell .top-info-line #title-search .search-title {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: var(--hx-header-control-height) !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    display: block !important;
    overflow: visible !important;
}

body.modern-hoxwell .top-info-line #title-search-input,
body.modern-hoxwell .top-info-line .form-search input {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: var(--hx-header-control-height) !important;
    border: 1px solid var(--color-border) !important;
    border-radius: 8px !important;
    background: var(--color-gray) !important;
    color: var(--color-text) !important;
    box-shadow: none !important;
    padding: 0 50px 0 16px !important;
    display: block !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    line-height: var(--hx-header-control-height) !important;
}

body.modern-hoxwell .top-info-line .form-search > span,
body.modern-hoxwell .top-info-line .form-search form > span,
body.modern-hoxwell .top-info-line #title-search > span,
body.modern-hoxwell .top-info-line #title-search form > span,
body.modern-hoxwell .top-info-line #title-search .search-title > span,
body.modern-hoxwell .top-info-line #title-search .search-title button,
body.modern-hoxwell .top-info-line #title-search .search-title .fa-search {
    width: 18px !important;
    height: 18px !important;
    position: absolute !important;
    top: 50% !important;
    right: 16px !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 2 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    border: 0 !important;
    background-color: transparent !important;
    background-position: left -96px !important;
    background-repeat: no-repeat !important;
    color: var(--color-primary) !important;
    line-height: 18px !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
}

body.modern-hoxwell .top-info-line #title-search .search-title button {
    cursor: pointer !important;
    pointer-events: auto !important;
}

body.modern-hoxwell .top-info-line #title-search-input:focus,
body.modern-hoxwell .top-info-line .form-search input:focus {
    border-color: rgba(237, 28, 36, 0.55) !important;
    background: var(--color-white) !important;
    box-shadow: 0 0 0 4px rgba(237, 28, 36, 0.08) !important;
    outline: 0 !important;
}

body.modern-hoxwell .site-header-action--compare {
    order: 2 !important;
}

body.modern-hoxwell .site-header-action--favorite {
    order: 3 !important;
}

body.modern-hoxwell .site-header-actions {
    grid-area: actions !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 18px !important;
    white-space: nowrap !important;
}

body.modern-hoxwell .site-header-actions,
body.modern-hoxwell .site-header-actions * {
    box-sizing: border-box !important;
    float: none !important;
    clear: none !important;
}

body.modern-hoxwell .site-header-actions .site-header-action {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 58px !important;
    max-width: none !important;
}

body.modern-hoxwell .site-header-actions .site-header-basket {
    flex: 0 0 74px !important;
}

body.modern-hoxwell .top-info-line .vcard {
    order: 1 !important;
    width: 138px !important;
    min-width: 0 !important;
    max-width: 138px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border-radius: 0 !important;
    text-align: center !important;
}

body.modern-hoxwell .site-header-basket {
    order: 4 !important;
    width: 74px !important;
    min-width: 0 !important;
    max-width: 74px !important;
}

body.modern-hoxwell .site-header-action {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    float: none !important;
    clear: none !important;
    transform: none !important;
    z-index: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    color: var(--color-black) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

body.modern-hoxwell .site-header-action__icon::before {
    display: block !important;
    color: var(--color-black) !important;
    font-size: 21px !important;
    line-height: 1 !important;
}

body.modern-hoxwell .site-header-action--compare .site-header-action__icon::before {
    content: "\f080" !important;
    font-family: FontAwesome, Arial, sans-serif !important;
}

body.modern-hoxwell .site-header-action--favorite .site-header-action__icon::before {
    content: "\f08a" !important;
    font-family: FontAwesome, Arial, sans-serif !important;
}

body.modern-hoxwell .site-header-action--cart .site-header-action__icon::before {
    content: "\f07a" !important;
    font-family: FontAwesome, Arial, sans-serif !important;
}

body.modern-hoxwell .site-header__action-text {
    display: block !important;
    color: var(--color-black) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

body.modern-hoxwell .site-header__action-count,
body.modern-hoxwell .site-header-action .hx-header-count {
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 5px !important;
    position: absolute !important;
    top: 2px !important;
    right: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: var(--color-primary) !important;
    color: var(--color-white) !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 18px !important;
    box-sizing: border-box !important;
}

body.modern-hoxwell .site-header__action-count[hidden],
body.modern-hoxwell .site-header-action .hx-header-count[style*="display: none"] {
    display: none !important;
}

body.modern-hoxwell .top-info-line .phone-block {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    background: none !important;
    color: var(--color-text) !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
}

body.modern-hoxwell .top-info-line .phone-block > div:first-child {
    display: none !important;
}

body.modern-hoxwell .top-info-line .phone-block::before {
    display: block !important;
    margin: 0 0 2px !important;
    color: var(--color-black) !important;
    font-size: 20px !important;
    line-height: 1 !important;
}

body.modern-hoxwell .top-info-line .phone-block span,
body.modern-hoxwell .top-info-line .phone-block .tel,
body.modern-hoxwell .top-info-line .phone-block a {
    display: block !important;
    color: var(--color-text) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

body.modern-hoxwell .top-info-line .block_call_mail {
    display: none !important;
}

body.modern-hoxwell .top-info-line .site-header-basket,
body.modern-hoxwell .top-info-line .cart-block {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    float: none !important;
    transform: none !important;
    z-index: auto !important;
    width: 74px !important;
    min-width: 0 !important;
    max-width: 74px !important;
    min-height: 56px !important;
    height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--color-black) !important;
}

body.modern-hoxwell .top-info-line .cart-block::before {
    content: "\f07a" !important;
    display: block !important;
    font-family: FontAwesome, Arial, sans-serif !important;
    margin: 0 !important;
    color: var(--color-black) !important;
    font-size: 21px !important;
    line-height: 1 !important;
}

body.modern-hoxwell .top-info-line .cart-block a,
body.modern-hoxwell .top-info-line .cart-block .cart_top_inline_link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--color-black) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
}

body.modern-hoxwell .top-info-line .cart-block > span,
body.modern-hoxwell .top-info-line .cart-block b,
body.modern-hoxwell .top-info-line .cart-block .basket-items-count,
body.modern-hoxwell .top-info-line .cart-block .basket-line-count,
body.modern-hoxwell .top-info-line .cart-block .basket-line-text,
body.modern-hoxwell .top-info-line .cart-block .basket-line-price {
    display: none !important;
}

body.modern-hoxwell .top-info-line .cart-block a {
    font-size: 0 !important;
}

body.modern-hoxwell .top-info-line .cart-block a::after {
    content: "\041A\043E\0440\0437\0438\043D\0430";
    display: inline-flex !important;
    color: var(--color-black) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
}

body.modern-hoxwell .top-blue-line .site-header-action,
body.modern-hoxwell .top-blue-line .site-header-actions,
body.modern-hoxwell .top-blue-line .site-header-basket,
body.modern-hoxwell .top-blue-line .cart-block,
body.modern-hoxwell .top-blue-line .top-basket,
body.modern-hoxwell .top-blue-line .basket-line,
body.modern-hoxwell .top-blue-line .bascet-line,
body.modern-hoxwell .top-blue-line .bx-basket,
body.modern-hoxwell .top-blue-line .vcard,
body.modern-hoxwell .top-blue-line .phone-block {
    display: none !important;
}

body.modern-hoxwell .site-header-action:hover,
body.modern-hoxwell .site-header-action:hover span,
body.modern-hoxwell .site-header-action:hover .site-header-action__icon::before,
body.modern-hoxwell .top-info-line .vcard:hover,
body.modern-hoxwell .top-info-line .vcard:hover a,
body.modern-hoxwell .top-info-line .vcard:hover span,
body.modern-hoxwell .top-info-line .vcard:hover .phone-block::before,
body.modern-hoxwell .site-header-basket:hover,
body.modern-hoxwell .site-header-basket:hover a,
body.modern-hoxwell .site-header-basket:hover span,
body.modern-hoxwell .site-header-basket:hover .cart-block::before {
    color: var(--color-primary) !important;
}

body.modern-hoxwell .site-header-action__icon::before,
body.modern-hoxwell .top-info-line .phone-block::before,
body.modern-hoxwell .cart-block::before {
    color: var(--color-black) !important;
}

@media (max-width: 1240px) {
    body.modern-hoxwell .top-info-line.site-header-grid {
        width: min(calc(100% - 32px), 1180px) !important;
        grid-template-columns: 214px 124px minmax(220px, 1fr) auto !important;
        gap: 10px !important;
    }

    body.modern-hoxwell .top-info-line .site-header-logo {
        width: 214px !important;
        max-width: 214px !important;
    }

    body.modern-hoxwell .site-header-logo__brand {
        font-size: 26px !important;
    }

    body.modern-hoxwell .site-header-logo__tagline {
        max-width: 130px !important;
    }

    body.modern-hoxwell .site-header-catalog,
    body.modern-hoxwell .site-header-catalog .header__p-barmenu,
    body.modern-hoxwell .site-header-catalog .p-barmenu__btn,
    body.modern-hoxwell .header__p-barmenu .p-barmenu__btn {
        width: 124px !important;
        min-width: 124px !important;
        max-width: 124px !important;
    }

    body.modern-hoxwell .site-header-action,
    body.modern-hoxwell .top-info-line .cart-block a,
    body.modern-hoxwell .top-info-line .cart-block span {
        font-size: 12px !important;
    }

    body.modern-hoxwell .top-info-line .vcard {
        width: 124px !important;
        max-width: 124px !important;
    }

    body.modern-hoxwell .site-header-actions {
        gap: 12px !important;
    }

    body.modern-hoxwell .site-header-basket,
    body.modern-hoxwell .top-info-line .cart-block {
        width: 64px !important;
        max-width: 64px !important;
    }

    body.modern-hoxwell .site-header-actions .site-header-basket {
        flex-basis: 64px !important;
    }
}

@media (max-width: 980px) {
    body.modern-hoxwell .top-info-line.site-header-grid {
        min-height: 0 !important;
        width: calc(100% - 32px) !important;
        padding: 12px 0 !important;
        grid-template-columns: minmax(170px, 1fr) 132px !important;
        grid-template-areas:
            "logo catalog"
            "search search"
            "actions actions" !important;
        gap: 10px 12px !important;
    }

    body.modern-hoxwell .site-header-actions {
        width: 100% !important;
        justify-content: space-between !important;
        gap: 12px !important;
    }

    body.modern-hoxwell .top-info-line .site-header-logo {
        width: 100% !important;
        max-width: none !important;
    }

    body.modern-hoxwell .site-header-catalog {
        width: 132px !important;
    }

    body.modern-hoxwell .site-header-catalog .header__p-barmenu,
    body.modern-hoxwell .site-header-catalog .p-barmenu__btn,
    body.modern-hoxwell .header__p-barmenu .p-barmenu__btn {
        width: 132px !important;
        min-width: 132px !important;
        max-width: 132px !important;
    }

    body.modern-hoxwell .top-info-line .site-header-search {
        min-width: 0 !important;
    }

    body.modern-hoxwell .top-info-line .vcard,
    body.modern-hoxwell .site-header-action,
    body.modern-hoxwell .site-header-basket,
    body.modern-hoxwell .top-info-line .cart-block {
        width: auto !important;
        max-width: none !important;
    }
}

@media (max-width: 640px) {
    body.modern-hoxwell .top-info-line.site-header-grid {
        --hx-header-control-height: 44px;
        gap: 10px !important;
        width: calc(100% - 24px) !important;
        grid-template-columns: 1fr 1fr !important;
        grid-template-areas:
            "logo logo"
            "catalog catalog"
            "search search"
            "actions actions" !important;
    }

    body.modern-hoxwell .top-info-line .site-header-logo {
        height: 54px !important;
        min-height: 54px !important;
    }

    body.modern-hoxwell .top-info-line .site-header-logo img {
        flex-basis: 54px !important;
        width: 54px !important;
        max-width: 54px !important;
    }

    body.modern-hoxwell .site-header-logo__brand {
        font-size: 24px !important;
    }

    body.modern-hoxwell .site-header-logo__tagline {
        display: none !important;
    }

    body.modern-hoxwell .site-header-basket {
        justify-self: end !important;
    }

    body.modern-hoxwell .site-header-basket,
    body.modern-hoxwell .top-info-line .cart-block {
        width: 66px !important;
        max-width: 66px !important;
    }

    body.modern-hoxwell .site-header-catalog,
    body.modern-hoxwell .site-header-catalog .header__p-barmenu {
        width: 100% !important;
    }

    body.modern-hoxwell .site-header-catalog .p-barmenu__btn,
    body.modern-hoxwell .header__p-barmenu .p-barmenu__btn {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
    }

    body.modern-hoxwell .top-info-line #title-search,
    body.modern-hoxwell .top-info-line #title-search.form-search,
    body.modern-hoxwell .top-info-line #title-search form,
    body.modern-hoxwell .top-info-line #title-search .search-title,
    body.modern-hoxwell .top-info-line #title-search-input,
    body.modern-hoxwell .top-info-line .form-search input {
        height: var(--hx-header-control-height) !important;
    }
}
