/* UX Pro Max layer: accessibility, touch targets, forms, cart and checkout. */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Montserrat/Montserrat-400.ttf') format('truetype');
}

/* Codex Product Design 2026-06-19: homepage rebuild, lighter header, non-overlapping hero controls. */
header.container {
    overflow: visible !important;
    background: #fff !important;
    border-bottom: 1px solid #d8dde4 !important;
    box-shadow: 0 12px 34px rgba(17, 24, 39, .08) !important;
}

header .header--top {
    min-height: 56px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid rgba(142, 21, 14, .42) !important;
    background:
        linear-gradient(90deg, rgba(142, 21, 14, .16), transparent 26%, transparent 74%, rgba(142, 21, 14, .1)),
        #050505 !important;
}

header .header--center-box {
    min-height: 116px !important;
    align-items: center !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    background: #fff !important;
}

header .header--logo {
    align-self: center !important;
    padding-top: 0 !important;
}

header .header--logo .logo--link {
    display: inline-flex !important;
    align-items: center !important;
}

header .header--logo img {
    display: block !important;
    max-height: 46px !important;
    object-fit: contain !important;
}

header .header--logo-desc {
    margin-top: 12px !important;
    max-width: 310px !important;
    color: #737985 !important;
    line-height: 1.35 !important;
}

.hopert-hero .swiper--controls {
    left: auto !important;
    right: clamp(24px, 4.5vw, 88px) !important;
    bottom: clamp(18px, 2.6vw, 34px) !important;
    width: 260px !important;
    z-index: 8 !important;
}

.hopert-hero .swiper-button-main-prev {
    left: auto !important;
    right: 52px !important;
}

.hopert-hero .swiper-button-main-next {
    left: auto !important;
    right: 0 !important;
}

.hopert-hero .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: auto !important;
    right: 116px !important;
    width: 124px !important;
}

.hopert-manufacturer-section,
.hopert-engineering-section {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.hopert-manufacturer-section.about-block {
    margin-top: clamp(36px, 5vw, 72px) !important;
    margin-bottom: clamp(38px, 6vw, 84px) !important;
    padding: clamp(56px, 7vw, 104px) max(24px, calc((100vw - 1460px) / 2)) !important;
    border-top: 1px solid #d8dde4 !important;
    border-bottom: 1px solid #d8dde4 !important;
    background:
        linear-gradient(90deg, rgba(17, 24, 39, .04) 1px, transparent 1px) 0 0 / 96px 100%,
        #f7f8f9 !important;
}

.hopert-section-kicker {
    margin-bottom: 18px;
    color: #8e150e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.hopert-manufacturer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
    gap: clamp(34px, 6vw, 96px);
    align-items: start;
}

.hopert-manufacturer-copy h1,
.hopert-engineering-head h2 {
    max-width: 820px;
    margin: 0 !important;
    color: #111827 !important;
    font-size: clamp(38px, 4.6vw, 76px) !important;
    line-height: .98 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    text-transform: none !important;
}

.hopert-manufacturer-copy h1::after,
.hopert-engineering-head h2::after {
    display: block;
    width: 86px;
    height: 3px;
    margin-top: 26px;
    background: #8e150e;
    content: "";
}

.hopert-manufacturer-copy p,
.hopert-engineering-head p {
    max-width: 780px !important;
    margin: 26px 0 0 !important;
    color: #4b5563 !important;
    font-size: clamp(17px, 1.35vw, 22px) !important;
    line-height: 1.65 !important;
    text-align: left !important;
}

.hopert-manufacturer-facts {
    display: grid;
    border-top: 1px solid #cfd5dd;
    background: rgba(255, 255, 255, .72);
}

.hopert-fact {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    padding: 26px 0;
    border-bottom: 1px solid #cfd5dd;
}

.hopert-fact span {
    color: #8e150e;
    font-size: 13px;
    font-weight: 800;
}

.hopert-fact strong {
    display: block;
    color: #111827;
    font-size: 18px;
    line-height: 1.25;
}

.hopert-fact p {
    grid-column: 2;
    margin: 7px 0 0 !important;
    color: #6b7280 !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    text-align: left !important;
}

.main--bottom-text {
    width: 100vw !important;
    margin-top: clamp(42px, 7vw, 96px) !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

.hopert-engineering-section.hopert-block {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: clamp(44px, 7vw, 96px) !important;
    padding: clamp(52px, 7vw, 96px) max(24px, calc((100vw - 1460px) / 2)) !important;
    border-top: 1px solid rgba(255, 255, 255, .1) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px) 0 0 / 112px 100%,
        linear-gradient(135deg, #050505 0%, #111316 54%, #1a0d0b 100%) !important;
}

.hopert-engineering-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .84fr);
    gap: clamp(36px, 7vw, 112px);
    align-items: start;
}

.hopert-engineering-section .hopert-section-kicker,
.hopert-engineering-head h2,
.hopert-engineering-head p {
    color: #fff !important;
}

.hopert-engineering-head p {
    color: rgba(255, 255, 255, .72) !important;
}

.hopert-engineering-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, .18);
    border-left: 1px solid rgba(255, 255, 255, .18);
}

.hopert-engineering-point {
    min-height: 178px;
    padding: clamp(22px, 3vw, 34px);
    border-right: 1px solid rgba(255, 255, 255, .18);
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.hopert-engineering-point strong {
    display: block;
    margin-bottom: 16px;
    color: #fff;
    font-size: clamp(18px, 1.4vw, 22px);
    line-height: 1.25;
}

.hopert-engineering-point span {
    display: block;
    color: rgba(255, 255, 255, .68);
    font-size: 15px;
    line-height: 1.55;
}

.hopert-buy-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 24px;
    align-items: center;
    margin-top: clamp(34px, 5vw, 70px);
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.hopert-buy-strip strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
}

.hopert-buy-strip p {
    margin: 0 !important;
    color: rgba(255, 255, 255, .64) !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
}

.hopert-buy-strip .market-links {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    margin: 0 !important;
}

.hopert-buy-strip .market-links a {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .08);
}

.hopert-buy-strip .market-links img {
    max-width: 38px !important;
    max-height: 38px !important;
}

.hopert-buy-link {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border: 1px solid #8e150e;
    background: #8e150e;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    text-transform: uppercase;
}

@media (max-width: 1180px) {
    .hopert-manufacturer-grid,
    .hopert-engineering-layout {
        grid-template-columns: 1fr;
    }

    .hopert-buy-strip {
        grid-template-columns: 1fr;
        justify-items: start;
    }
}

@media (max-width: 767px) {
    header.container {
        background: #050505 !important;
    }

    header .header--top {
        min-height: auto !important;
        padding: 12px 14px !important;
        border-bottom-color: rgba(255, 255, 255, .12) !important;
    }

    header .header--center-box {
        min-height: auto !important;
        padding: 16px 14px !important;
        background: #fff !important;
    }

    header .header--logo img {
        max-height: 34px !important;
    }

    header .header--logo-desc {
        display: none !important;
    }

    .hopert-hero .swiper--controls {
        right: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 44px !important;
    }

    .hopert-hero .swiper-button-main-prev {
        left: 14px !important;
        right: auto !important;
    }

    .hopert-hero .swiper-button-main-next {
        left: 58px !important;
        right: auto !important;
    }

    .hopert-hero .swiper-pagination-bullets.swiper-pagination-horizontal {
        left: 116px !important;
        right: 16px !important;
        width: auto !important;
    }

    .hopert-manufacturer-section.about-block,
    .hopert-engineering-section.hopert-block {
        padding: 42px 18px !important;
    }

    .hopert-manufacturer-copy h1,
    .hopert-engineering-head h2 {
        font-size: clamp(30px, 9vw, 44px) !important;
        line-height: 1.06 !important;
    }

    .hopert-manufacturer-facts,
    .hopert-engineering-points {
        grid-template-columns: 1fr;
    }

    .hopert-fact {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 22px 0;
    }

    .hopert-engineering-point {
        min-height: 0;
    }
}


/* Codex mobile UX pass: keep the buyer journey inside the viewport. */
@media (max-width: 767px) {
    html,
    body {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    body {
        padding-bottom: calc(82px + env(safe-area-inset-bottom, 0px)) !important;
    }

    .wrapper,
    .container,
    main,
    .main,
    .content,
    .section,
    .about-block,
    .hopert-block,
    .swiper,
    .swiper-wrapper,
    .swiper-slide {
        max-width: 100vw !important;
        box-sizing: border-box !important;
    }

    .hopert-hero,
    .swiper--preim.hopert-hero,
    .hopert-hero .swiper,
    .hopert-hero .swiper-wrapper,
    .hopert-hero .hopert-hero__slide,
    .hopert-hero .hopert-hero__picture,
    .hopert-hero .hopert-hero__picture img {
        width: 100vw !important;
        max-width: 100vw !important;
    }

    .hopert-hero {
        margin-right: calc(50% - 50vw) !important;
        margin-left: calc(50% - 50vw) !important;
        overflow: hidden !important;
    }

    .hopert-hero .swiper--controls {
        right: 0 !important;
        bottom: 8px !important;
        left: 0 !important;
        display: grid !important;
        width: 100% !important;
        height: 52px !important;
        grid-template-columns: 48px 48px minmax(0, 1fr) !important;
        gap: 6px !important;
        align-items: center !important;
        padding: 0 14px !important;
        pointer-events: none !important;
    }

    .hopert-hero .swiper--btn {
        position: static !important;
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        min-height: 48px !important;
        pointer-events: auto !important;
    }

    .hopert-hero .swiper-pagination-bullets.swiper-pagination-horizontal {
        position: static !important;
        width: 100% !important;
        transform: none !important;
        pointer-events: auto !important;
    }

    .hopert-hero .swiper-pagination-bullet {
        min-height: 16px !important;
        padding: 6px 0 !important;
    }

    .hopert-manufacturer-section,
    .hopert-engineering-section,
    .hopert-manufacturer-section.about-block,
    .hopert-engineering-section.hopert-block,
    .main--bottom-text {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        transform: none !important;
    }

    .hopert-manufacturer-section.about-block,
    .hopert-engineering-section.hopert-block {
        padding-right: 18px !important;
        padding-left: 18px !important;
        overflow: hidden !important;
    }

    .hopert-manufacturer-grid,
    .hopert-engineering-layout,
    .hopert-manufacturer-facts,
    .hopert-engineering-points,
    .hopert-buy-strip {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .hopert-manufacturer-copy,
    .hopert-engineering-head,
    .hopert-fact,
    .hopert-engineering-point,
    .hopert-buy-strip > * {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .hopert-manufacturer-copy h1,
    .hopert-engineering-head h2 {
        overflow-wrap: anywhere !important;
        word-break: normal !important;
    }

    .hopert-fact {
        grid-template-columns: 38px minmax(0, 1fr) !important;
        gap: 14px !important;
    }
}

/* Codex header logo balance: compact white row and vertical logo centering. */
header .header--center-box {
    min-height: 84px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    align-items: center !important;
}

header .header--logo {
    align-self: center !important;
    justify-content: center !important;
    width: min(330px, 100%) !important;
    gap: 9px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

header .header--logo .logo--link {
    display: inline-flex !important;
    align-items: center !important;
    max-width: 220px !important;
    min-width: 178px !important;
}

header .header--logo .logo--link img,
header .header--logo img {
    display: block !important;
    max-height: 54px !important;
    object-fit: contain !important;
}

header .header--logo-desc {
    margin-top: 0 !important;
    max-width: 330px !important;
    color: #767e8a !important;
    font-size: 13px !important;
    line-height: 1.32 !important;
    white-space: nowrap !important;
}

@media (min-width: 1181px) {
    header .header--center-box {
        grid-template-columns: minmax(330px, .72fr) minmax(560px, 1.62fr) minmax(72px, auto) !important;
        gap: clamp(22px, 2.8vw, 46px) !important;
    }
}

@media (max-width: 767px) {
    header .header--center-box {
        min-height: 72px !important;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    header .header--logo .logo--link,
    header .header--logo .logo--link img,
    header .header--logo img {
        max-height: 36px !important;
    }

    header .header--logo {
        width: auto !important;
    }

    header .header--logo-desc {
        white-space: normal !important;
    }
}

/* Codex UX tools: quick actions, mobile utility bar, focus states. */
.hopert-quick-actions {
    position: fixed;
    right: 18px;
    top: 42%;
    z-index: 850;
    display: grid;
    gap: 8px;
    opacity: 0;
    pointer-events: none;
    transform: translate(16px, -50%);
    transition: opacity .18s ease, transform .18s ease;
}

body.ux-scrolled .hopert-quick-actions {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, -50%);
}

.hopert-quick-action {
    display: inline-flex;
    min-width: 142px;
    min-height: 46px;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 0;
    background: rgba(5, 5, 5, .9);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .2);
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.hopert-quick-action:hover,
.hopert-quick-action:focus-visible {
    border-color: rgba(142, 21, 14, .72);
    background: #111316;
    transform: translateX(-4px);
}

.hopert-quick-action--form {
    border-color: #8e150e;
    background: #8e150e;
    cursor: pointer;
}

.hopert-mobile-tools {
    display: none;
}

.hopert-mobile-tool {
    position: relative;
    display: inline-flex;
    min-width: 0;
    min-height: 58px;
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, .72) !important;
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    cursor: pointer;
    touch-action: manipulation;
}

.hopert-mobile-tool svg {
    display: block;
    color: currentColor;
}

.hopert-mobile-tool:hover,
.hopert-mobile-tool:focus-visible {
    color: #fff !important;
    background: rgba(255, 255, 255, .06);
}

.hopert-mobile-tool:first-child,
.hopert-mobile-tool:nth-child(2) {
    color: #fff !important;
}

.hopert-mobile-tool__icon {
    position: relative;
    display: inline-flex;
}

.hopert-mobile-tool__count {
    position: absolute;
    top: -8px;
    right: -10px;
    display: none;
    min-width: 17px;
    height: 17px;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border: 2px solid #050505;
    border-radius: 999px;
    background: #8e150e;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.hopert-mobile-tool__count:not(:empty) {
    display: inline-flex;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.btn--fill:focus-visible,
.d--show:focus-visible {
    outline: 2px solid #8e150e !important;
    outline-offset: 3px !important;
}

.ux-cookie-sheet {
    z-index: 880 !important;
}

.ux-action-pressed {
    transform: translateY(1px) scale(.985) !important;
    filter: brightness(.96) !important;
}

@media (max-width: 1180px) {
    .hopert-quick-actions {
        display: none;
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: calc(76px + env(safe-area-inset-bottom)) !important;
    }

    .hopert-mobile-tools {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 900;
        display: flex;
        min-height: calc(64px + env(safe-area-inset-bottom));
        padding: 4px 8px calc(4px + env(safe-area-inset-bottom));
        border-top: 1px solid rgba(255, 255, 255, .12);
        background: linear-gradient(180deg, #111316 0%, #050505 100%);
        box-shadow: 0 -18px 36px rgba(0, 0, 0, .22);
    }

    .ux-cookie-sheet {
        bottom: calc(74px + env(safe-area-inset-bottom)) !important;
        max-height: calc(100dvh - 110px) !important;
    }

    .scroll--top,
    .to-top,
    [class*="scroll-top"] {
        bottom: calc(84px + env(safe-area-inset-bottom)) !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hopert-quick-action,
    .hopert-mobile-tool {
        transition: none !important;
    }
}

/* Codex Product Design 2026-06-19: QA fixes for header search, fact numbers and card photo dots. */
header .header--top {
    position: relative !important;
    z-index: 3;
}

header .header--top::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(142, 21, 14, .18), transparent 28%, transparent 72%, rgba(142, 21, 14, .12)), #050505;
    z-index: -1;
}

header .header--search {
    min-width: min(520px, 34vw);
}

header .header--search .search--box form {
    position: relative;
}

header .header--search .search--box input.input-search {
    height: 48px !important;
    padding-left: 22px !important;
    padding-right: 66px !important;
    border: 1px solid rgba(255, 255, 255, .72) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #111827 !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .22) !important;
}

header .header--search .search--box input.input-search::placeholder {
    color: #7b8290 !important;
    opacity: 1;
}

header .header--search .search--box input.input-search:focus {
    border-color: #fff !important;
    box-shadow: 0 0 0 3px rgba(142, 21, 14, .22), 0 10px 28px rgba(0, 0, 0, .26) !important;
}

header .header--search .js--search-button {
    top: 4px !important;
    right: 4px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 6px !important;
    background: #8e150e !important;
}

header .header--search .js--search-button:hover {
    background: #a91d14 !important;
}

header .header--search .js--search-result {
    top: calc(100% + 10px) !important;
    bottom: auto !important;
    transform: none !important;
    overflow: visible !important;
    z-index: 1200 !important;
}

header .header--search .search--results {
    padding: 8px !important;
    border: 1px solid #d8dde4 !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 22px 48px rgba(17, 24, 39, .18) !important;
}

header .header--search .search--item {
    gap: 14px !important;
    padding: 12px !important;
    border-bottom: 1px solid #eef1f4 !important;
    border-radius: 6px !important;
    transition: background .18s ease;
}

header .header--search .search--item:hover {
    background: #f6f7f8 !important;
}

header .header--search .search--img {
    width: 56px !important;
    min-width: 56px !important;
    height: 56px !important;
    border: 1px solid #eef1f4;
    background: #fff;
}

.hopert-manufacturer-facts {
    gap: 0;
}

.hopert-fact {
    position: relative;
    display: block !important;
    min-height: 136px;
    padding: 28px 28px 28px 88px !important;
}

.hopert-fact span {
    position: absolute;
    top: 28px;
    left: 28px;
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(142, 21, 14, .28);
    background: #fff;
    color: #8e150e;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.hopert-fact p {
    grid-column: auto;
}

[data-type=block] .item--img .splide__pagination {
    left: 0 !important;
    right: 0 !important;
    bottom: 16px !important;
    display: flex !important;
    width: auto !important;
    justify-content: center;
    gap: 7px;
    padding: 0 !important;
    z-index: 5 !important;
    pointer-events: none;
}

[data-type=block] .item--img .splide__pagination li {
    display: flex;
    margin: 0 !important;
}

[data-type=block] .item--img .splide__pagination__page {
    width: 8px !important;
    height: 8px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #d6dbe2 !important;
    opacity: 1 !important;
    transform: none !important;
    font-size: 0 !important;
    line-height: 8px !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .9);
}

[data-type=block] .item--img .splide__pagination__page.is-active {
    width: 18px !important;
    background: #8e150e !important;
}

[data-type=block] .item--img .js--slider-blocks {
    z-index: 4 !important;
}

[data-type=block] .item--img .js--slide-eq {
    background: transparent !important;
    border: 0 !important;
    opacity: 1 !important;
}

@media (max-width: 767px) {
    header .header--top::before {
        left: 50%;
        width: 100vw;
    }

    header .header--search {
        min-width: 0;
        width: 100%;
        padding: 0 !important;
    }

    header .header--search .search--box input.input-search {
        height: 42px !important;
        padding-left: 16px !important;
        padding-right: 54px !important;
    }

    header .header--search .js--search-button {
        width: 34px !important;
        height: 34px !important;
    }

    header .header--search .js--search-result {
        top: calc(100% + 8px) !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-height: calc(100vh - 180px) !important;
        overflow-y: auto !important;
    }

    .hopert-fact {
        min-height: 0;
        padding: 22px 0 22px 56px !important;
    }

    .hopert-fact span {
        top: 22px;
        left: 0;
        width: 34px;
        height: 34px;
    }
}

/* Codex Product Design 2026-06-19: advanced catalog search experience. */
header .header--search {
    min-width: min(680px, 42vw) !important;
}

header .header--top {
    z-index: 100 !important;
}

header .header--center-box {
    position: relative;
    z-index: 20;
}

.hopert-search-box {
    position: relative;
}

.hopert-search-form {
    position: relative;
}

.hopert-search-clear {
    position: absolute;
    top: 50%;
    right: 52px;
    z-index: 6;
    display: none;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #eef1f4;
    cursor: pointer;
    transform: translateY(-50%);
}

.hopert-search-clear::before,
.hopert-search-clear::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: #6b7280;
}

.hopert-search-clear::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.hopert-search-clear::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.hopert-search-clear.--visible {
    display: block;
}

header .header--search .hopert-search-panel {
    left: 50% !important;
    top: calc(100% + 12px) !important;
    bottom: auto !important;
    display: none;
    width: min(760px, calc(100vw - 48px)) !important;
    max-height: min(620px, calc(100vh - 120px)) !important;
    padding: 0 !important;
    border: 1px solid #d8dde4;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(17, 24, 39, .22);
    transform: translateX(-50%) !important;
    overflow: auto !important;
    z-index: 10000 !important;
}

header .header--search .hopert-search-panel.--open {
    display: block;
}

.hopert-search-panel::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    width: 14px;
    height: 14px;
    border-top: 1px solid #d8dde4;
    border-left: 1px solid #d8dde4;
    background: #fff;
    transform: translateX(-50%) rotate(45deg);
}

.hopert-search-start,
.hopert-search-state,
.hopert-search-result-head {
    padding: 18px 20px;
}

.hopert-search-title,
.hopert-search-result-head span,
.hopert-search-state strong {
    display: block;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
}

.hopert-search-result-head {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eef1f4;
}

.hopert-search-result-head strong {
    color: #8e150e;
    font-size: 13px;
    font-weight: 800;
}

.hopert-search-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.hopert-search-tags a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    padding: 0 13px;
    border: 1px solid #d8dde4;
    border-radius: 999px;
    background: #f7f8f9;
    color: #111827;
    font-size: 13px;
    font-weight: 700;
}

.hopert-search-tags a:hover {
    border-color: #8e150e;
    background: #fff;
    color: #8e150e;
}

.hopert-search-state {
    display: grid;
    gap: 6px;
    min-height: 100px;
    align-content: center;
}

.hopert-search-state span {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.45;
}

.hopert-search-panel.--loading .hopert-search-state::before {
    content: "";
    width: 22px;
    height: 22px;
    margin-bottom: 6px;
    border: 2px solid #d8dde4;
    border-top-color: #8e150e;
    border-radius: 50%;
    animation: hopert-search-spin .75s linear infinite;
}

@keyframes hopert-search-spin {
    to {
        transform: rotate(360deg);
    }
}

header .header--search .hopert-search-panel .search--results {
    padding: 8px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

header .header--search .hopert-search-panel .search--item {
    min-height: 82px;
    padding: 12px !important;
    border: 1px solid transparent !important;
    border-bottom-color: #eef1f4 !important;
    border-radius: 6px !important;
}

header .header--search .hopert-search-panel .search--item:hover {
    border-color: #d8dde4 !important;
    background: #f7f8f9 !important;
}

header .header--search .hopert-search-panel .search--info a,
header .header--search .hopert-search-panel .search--name,
header .header--search .hopert-search-panel .catalog__item-title {
    color: #111827 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

header .header--search .hopert-search-panel .catalog__item-price,
header .header--search .hopert-search-panel .catalog__item-price span {
    color: #8e150e !important;
    font-weight: 800 !important;
}

.hopert-search-all {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    margin: 8px;
    border: 1px solid #8e150e;
    border-radius: 6px;
    background: #8e150e;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.hopert-search-all:hover {
    background: #a91d14;
}

@media (max-width: 1024px) {
    header .header--search {
        min-width: 0 !important;
    }
}

@media (max-width: 767px) {
    header .header--search .hopert-search-panel {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-height: calc(100vh - 160px) !important;
        border-radius: 8px;
        transform: none !important;
    }

    .hopert-search-panel::before {
        left: 24px;
        transform: rotate(45deg);
    }

    .hopert-search-result-head {
        display: grid;
        gap: 4px;
        justify-content: stretch;
    }

    header .header--search .hopert-search-panel .search--item {
        align-items: flex-start !important;
    }
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Montserrat/Montserrat-500.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Montserrat/Montserrat-600.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Montserrat/Montserrat-700.ttf') format('truetype');
}

:root {
    --ux-focus: rgba(115, 24, 18, .28);
    --ux-surface: #fff;
    --ux-soft: #f8fafc;
    --ux-border: #e2e8f0;
    --ux-text: #1f2933;
    --ux-muted: #64748b;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-text-size-adjust: 100%;
}


body,
button,
input,
select,
textarea,
.bx-soa,
.basket-checkout-container,
.basket-items-list-container,
.product-item,
.catalog--item,
.cards--item,
.header,
.footer {
    font-family: 'Montserrat', Arial, sans-serif !important;
}

body {
    font-size: 16px !important;
    line-height: 1.6;
    color: #1f2933;
}

h1 {
    font-size: clamp(32px, 4.2vw, 54px) !important;
    line-height: 1.12 !important;
    letter-spacing: 0;
}

h2,
.h2 {
    font-size: clamp(26px, 3vw, 40px) !important;
    line-height: 1.18 !important;
    letter-spacing: 0;
}

h3,
.h3 {
    font-size: clamp(21px, 2.1vw, 30px) !important;
    line-height: 1.25 !important;
}

p,
li,
.footer-link,
.footer--text,
.basket-item-property,
.catalog--item,
.product-item,
.cards--item {
    font-size: 16px;
}

.main--box {
    color: #111827;
}

.main--box p,
.main--bottom-text,
.about-block p {
    max-width: 760px;
    font-size: clamp(17px, 1.4vw, 20px) !important;
    line-height: 1.55 !important;
}

.main--box .btn,
.main--box a[class*="btn"],
.btn,
.d--btn,
.d--show,
.product-item-detail-buy-button {
    border-radius: 7px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0;
}

.main--box .btn,
.main--box a[class*="btn"],
.product-item-detail-buy-button,
.basket-checkout-block-btn .btn,
.bx-soa-cart-total-button-container .btn {
    box-shadow: 0 10px 22px rgba(115, 24, 18, .18);
}

.catalog--sections,
.about-list,
.product-item,
.catalog--item,
.cards--item,
.basket-checkout-container,
.bx-soa-section {
    border-radius: 10px;
}

.about-block {
    padding-top: clamp(36px, 5vw, 72px);
    padding-bottom: clamp(36px, 5vw, 72px);
}

.about-item {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}

.footer,
footer,
.footer--top,
.footer--bottom {
    background: #050505 !important;
    color: #f8fafc !important;
}

.footer {
    border-top: 1px solid rgba(255, 255, 255, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.footer--line {
    border-color: rgba(255, 255, 255, .12) !important;
}

.footer-title,
.footer--title,
.footer__links-title,
.footer--copy,
.footer--text,
.footer-link,
.footer a {
    color: #f8fafc !important;
}

.footer-link,
.footer--text,
.footer--copy {
    opacity: .82;
}

.footer a:hover,
.footer-link:hover,
.footer-title:hover {
    color: #fff !important;
    opacity: 1;
}

.footer--social a,
.footer--icon {
    border-color: rgba(255, 255, 255, .18) !important;
    background: rgba(255, 255, 255, .06) !important;
}

.footer svg,
.footer img {
    filter: none;
}

/* Codex UX MAX PRO footer polish: stronger brand contrast and clearer actions. */
footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #070707 0%, #020202 100%) !important;
}

footer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(142, 21, 14, .75), rgba(255, 255, 255, .16), rgba(142, 21, 14, .45));
    box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
}

footer .container {
    position: relative;
    z-index: 1;
}

footer .footer--top {
    display: grid !important;
    grid-template-columns: minmax(260px, 1.25fr) repeat(2, minmax(180px, .85fr)) minmax(220px, .9fr);
    gap: clamp(26px, 3.5vw, 54px) !important;
    padding-top: clamp(42px, 5vw, 72px) !important;
    padding-bottom: clamp(34px, 4vw, 54px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

footer .footer--column {
    min-width: 0;
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
}

footer .footer--logo-link {
    width: auto !important;
    max-width: none !important;
    min-width: 0;
    min-height: 0;
    justify-content: flex-start;
    margin-bottom: 28px;
}

footer .footer--logo-img {
    display: block;
    width: min(307px, 100%) !important;
    max-width: 307px !important;
    height: auto;
    max-height: none !important;
    filter: none !important;
}

footer .footer--line {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    margin: 0 0 14px !important;
    padding: 13px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
}

footer .footer--icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, .16) !important;
    border-radius: 10px;
    color: #fff !important;
    background: rgba(255, 255, 255, .055) !important;
}

footer .footer--icon svg {
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    margin: 0 !important;
    color: currentColor;
    transform: none !important;
}

footer .footer--icon svg path:not([fill="none"]) {
    fill: currentColor !important;
}

footer .footer--title,
footer .footer-title,
footer .menu--title,
footer .footer__links-title {
    margin-bottom: 12px;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

footer .footer--text {
    opacity: 1;
}

footer .footer--text a,
footer .footer--text p,
footer .footer--copy,
footer .footer--column a {
    color: rgba(255, 255, 255, .74) !important;
}

footer .footer--text a {
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
}

footer .footer--column a {
    min-height: 34px;
    transition: color .2s ease, opacity .2s ease, transform .2s ease;
}

footer .footer--column a:hover {
    color: #fff !important;
    opacity: 1;
    transform: translateX(2px);
}

footer .footer--column .btn--fill {
    width: 100%;
    max-width: none !important;
    min-height: 52px;
    padding: 14px 18px;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    background: #8e150e !important;
    box-shadow: 0 16px 34px rgba(142, 21, 14, .28);
}

footer .footer--column .btn--fill span {
    white-space: normal;
}

footer .footer--social {
    margin-top: 18px;
}

footer .footer--rutube {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, .5) !important;
    border-radius: 10px;
    background: rgba(255, 255, 255, .055) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
}

footer .footer--rutube img,
footer .footer--rutube svg {
    width: auto !important;
    max-width: 132px;
    max-height: 28px;
    filter: brightness(0) invert(1) !important;
    opacity: .96;
}

footer .footer--rutube:hover {
    border-color: #fff !important;
    background: rgba(255, 255, 255, .1) !important;
    transform: translateY(-1px);
}

footer .footer--bottom {
    padding-top: 18px !important;
    padding-bottom: 24px !important;
}

footer .footer--copy {
    font-size: 14px;
    line-height: 1.6;
}

/* Codex Product Design header polish: calmer manufacturer-grade navigation. */
header.container {
    --header-top-band: 72px;
    position: sticky;
    top: 0;
    z-index: 120;
    max-width: none;
    padding: 0 clamp(16px, 4vw, 40px);
    background: linear-gradient(180deg, #050505 0 var(--header-top-band), rgba(255, 255, 255, .96) var(--header-top-band) 100%);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
    box-shadow: 0 16px 36px rgba(17, 24, 39, .07);
    backdrop-filter: blur(14px);
}

header .header--top {
    display: grid !important;
    grid-template-columns: minmax(230px, .75fr) minmax(360px, .95fr) minmax(520px, 1.35fr);
    gap: 18px;
    align-items: center;
    min-height: 66px;
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
}

header .header--top > .header--phone,
header .header--socials,
header .header--search {
    min-width: 0;
}

header a.header--phone,
header .header--social,
header .recall-box .btn,
header .recall-box .btn--fill,
header .header--basket,
header .menu-wrapper {
    min-height: 44px;
}

header a.header--phone,
header .header--social {
    display: inline-flex !important;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, .88) !important;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

header a.header--phone svg,
header .header--social svg {
    width: 20px;
    height: 20px;
    color: #fff;
    fill: currentColor !important;
}

header .header--search .search--box,
header .header--search form {
    width: 100%;
}

header .header--search form {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: 46px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    background: rgba(255, 255, 255, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

header .header--search input {
    width: 100%;
    min-height: 46px;
    padding: 0 62px 0 18px !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff;
    font-size: 16px !important;
    line-height: 1.2;
    outline: 0;
}

header .header--search input::placeholder {
    color: rgba(255, 255, 255, .58);
}

header .header--search .js--search-button {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 46px;
    border-radius: 8px;
    background: #8e150e;
    color: #fff;
    cursor: pointer;
}

header .header--search .js--search-button svg {
    width: 18px;
    height: 18px;
    fill: currentColor !important;
}

header .header--socials {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 10px !important;
}

header .recall-box .btn,
header .recall-box .btn--fill {
    border-radius: 10px !important;
    padding: 0 18px !important;
    font-size: 15px !important;
    font-weight: 800;
    white-space: nowrap;
}

header .recall-box .btn {
    border-color: rgba(255, 255, 255, .38) !important;
    color: #fff !important;
    background: rgba(255, 255, 255, .08) !important;
}

header .recall-box .btn--fill {
    border-color: #8e150e !important;
    background: #8e150e !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(142, 21, 14, .34);
}

header .recall-box svg {
    width: 18px;
    height: 18px;
}

header .header--center-box {
    display: grid !important;
    grid-template-columns: minmax(260px, .75fr) minmax(520px, 1.55fr) minmax(72px, auto);
    gap: clamp(20px, 3vw, 44px);
    align-items: center;
    min-height: 88px;
    padding: 14px 0 !important;
}

header .header--logo {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-width: 0;
}

header .header--logo .logo--link {
    max-width: 236px !important;
    min-width: 178px;
    min-height: auto;
    display: inline-flex !important;
    justify-content: flex-start;
}

header .header--logo .logo--link img {
    display: block;
    width: 100%;
    height: auto;
}

header .header--logo-desc {
    max-width: 260px;
    color: #737b88 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
}

header .header--center {
    min-width: 0;
}

header .hM ul,
header .hM .menu,
header .header--center ul {
    align-items: center;
    gap: clamp(8px, 1vw, 16px);
}

header .header--center a {
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 10px;
    color: #252b36 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

header .header--center a:hover,
header .header--center .selected > a,
header .header--center .active > a {
    color: #8e150e !important;
    background: rgba(142, 21, 14, .07);
}

header .header--buttons {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

header .header--basket {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border: 1px solid rgba(17, 24, 39, .12);
    border-radius: 12px;
    background: #fff;
    color: #252b36 !important;
    box-shadow: 0 10px 24px rgba(17, 24, 39, .06);
}

header .header--basket:hover {
    color: #8e150e !important;
    border-color: rgba(142, 21, 14, .35);
    transform: translateY(-1px);
}

header .header--basket svg {
    width: 22px;
    height: 22px;
    fill: currentColor !important;
}

header .header--basket span {
    display: none !important;
}

header .menu-wrapper,
header .hamburger--menu-box {
    border-radius: 12px;
}

header .hamburger--menu-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(17, 24, 39, .12);
    background: #fff;
}

header .hamburger--menu-box svg {
    width: 22px;
    height: 22px;
}


a,
button,
input,
select,
textarea,
[role="button"] {
    touch-action: manipulation;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[role="button"]:focus-visible,
.splide__pagination__page:focus-visible,
.swiper-pagination-bullet:focus-visible {
    outline: 3px solid var(--ux-focus) !important;
    outline-offset: 3px;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.btn,
.button,
.a--but,
.basket-btn-checkout,
.basket-checkout-block-btn .btn,
.bx-soa .btn,
.product-item-detail-buy-button,
[data-entity="basket-checkout-button"] {
    min-height: 44px;
    cursor: pointer;
}

input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
select,
textarea,
.form-control,
.bx-soa .form-control,
.basket-coupon-block-field .form-control,
.basket-items-search-field .form-control {
    min-height: 44px;
    font-size: 16px;
    line-height: 1.4;
}

.header--phone,
.header--social,
.header--basket,
.logo--link,
.mobile--menu-btn,
.menu--btn,
.search--btn,
.header--search button,
.header--top a,
.breadcrumbs a,
.breadcrumb a {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.breadcrumbs,
.breadcrumb {
    row-gap: 8px;
}

.breadcrumbs a,
.breadcrumb a {
    justify-content: flex-start;
}

.swiper-pagination-bullet,
.splide__pagination__page {
    position: relative;
}

.swiper-pagination-bullet::after,
.splide__pagination__page::after {
    content: "";
    position: absolute;
    inset: -14px;
}

.bx-filter-param-label,
.filter--button,
.sort--button,
.catalog--sort a,
.catalog--filter a,
.basket-items-list-header-filter-item {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}

.bx-ui-slider-handle {
    min-width: 28px !important;
    min-height: 28px !important;
    margin-top: -8px;
}

.product-item,
.catalog--item,
.cards--item,
.basket-items-list-item-container,
.bx-soa-section,
.basket-checkout-container {
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.product-item:hover,
.catalog--item:hover,
.cards--item:hover {
    box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
}

.product-item-detail-slider-controls-image img,
.cards__slide-image img,
.basket-item-image {
    background: var(--ux-soft);
}

.basket-item-amount-btn-plus,
.basket-item-amount-btn-minus,
.basket-item-actions-remove,
.basket-item-actions-delay,
.basket-item-actions-restore {
    min-width: 44px;
    min-height: 44px;
}

.basket-item-amount-field {
    min-height: 44px;
    font-size: 16px;
}

.bx-sbb-empty-cart-image,
.bx-soa-empty-cart-image {
    margin-top: 32px;
    margin-bottom: 24px;
    opacity: .72;
}

.bx-sbb-empty-cart-text,
.bx-soa-empty-cart-text {
    margin-bottom: 16px;
    color: var(--ux-text);
    font-size: clamp(28px, 6vw, 40px);
    line-height: 1.18;
}

.bx-sbb-empty-cart-desc,
.bx-soa-empty-cart-desc {
    color: var(--ux-text);
    font-size: 16px;
    line-height: 1.55;
}

.bx-sbb-empty-cart-desc a,
.bx-soa-empty-cart-desc a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 8px 4px 0;
    padding: 0 18px;
    border: 1px solid var(--main);
    border-radius: 6px;
    background: var(--main);
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
}

.bx-soa-section {
    border-radius: 8px;
    border-color: var(--ux-border);
}

.bx-soa-section-title-container {
    min-height: 48px;
}

.bx-soa .bx-soa-customer-label,
.bx-soa .bx-soa-custom-label,
.bx-soa .form-group label {
    display: inline-block;
    margin-bottom: 6px;
    color: var(--ux-text);
    font-size: 15px;
    line-height: 1.35;
}

.bx-soa .form-group {
    margin-bottom: 18px;
}

.bx-soa .form-control:focus,
.form-control:focus {
    border-color: var(--main) !important;
    box-shadow: 0 0 0 3px var(--ux-focus) !important;
}

.bx-soa .has-error .form-control,
.form-group.has-error .form-control {
    border-color: #dc2626 !important;
}

.bx-soa .help-block,
.bx-soa .text-danger,
.form-group .help-block {
    margin-top: 6px;
    color: #b91c1c;
    line-height: 1.35;
}

.bx-soa-sidebar .bx-soa-cart-total,
.bx-soa-cart-total {
    border-radius: 8px;
    border-color: var(--ux-border);
}

.bx-soa-cart-total-button-container .btn,
.bx-soa-cart-total-button-container button {
    width: 100%;
}

.ux-cookie-sheet {
    left: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    top: auto !important;
    width: auto !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    padding: 16px 18px !important;
    border-radius: 8px !important;
    background: rgba(15, 15, 15, .94) !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .28) !important;
    color: #fff !important;
    z-index: 10000 !important;
}

.ux-cookie-sheet p {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
}

.ux-cookie-sheet .a--actions {
    margin-top: 12px !important;
    text-align: right !important;
}

.ux-cookie-sheet .a--but,
.ux-cookie-sheet button {
    min-width: 144px !important;
    min-height: 44px !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: #111 !important;
    font-weight: 700 !important;
}

/* Codex Product Design homepage: HOPERT as an engineered work tool. */
body .page--box > main {
    background:
        linear-gradient(180deg, #f4f5f6 0, #fff 520px),
        #fff;
}

.swiper--preim {
    --slider-height: clamp(480px, 34vw, 620px);
    --height: 56px;
    margin-bottom: clamp(44px, 6vw, 88px) !important;
    background: #0a0a0a;
    border-bottom: 1px solid rgba(17, 24, 39, .12);
}

.swiper--preim .swiper-slide {
    background: #f4f5f6;
}

.swiper--preim .container {
    max-width: 1680px;
}

.swiper--preim .main--box {
    height: var(--slider-height);
}

.swiper--preim .main--text {
    left: clamp(16px, 4vw, 72px) !important;
    right: auto !important;
    top: 50% !important;
    width: min(620px, 44vw) !important;
    padding: clamp(28px, 4vw, 56px) !important;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 0 !important;
    background: linear-gradient(180deg, rgba(18, 18, 18, .98), rgba(5, 5, 5, .98)) !important;
    box-shadow: none !important;
    transform: translateY(-50%);
}

.swiper--preim .main--text::before {
    content: "";
    position: absolute;
    left: 0;
    top: clamp(28px, 4vw, 56px);
    width: 3px;
    height: 74px;
    background: #8e150e;
}

.swiper--preim .main--tags {
    gap: 8px;
    margin-bottom: 22px;
}

.swiper--preim .main--tag {
    border-color: rgba(255, 255, 255, .22) !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, .04);
    color: rgba(255, 255, 255, .72) !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .08em;
}

.swiper--preim .main--title {
    margin-bottom: 18px !important;
    color: #fff !important;
    font-size: clamp(34px, 4.2vw, 64px) !important;
    font-weight: 700 !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
}

.swiper--preim .main--sub {
    max-width: 560px;
    color: rgba(255, 255, 255, .76) !important;
    font-size: clamp(16px, 1.2vw, 20px) !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
}

.swiper--preim .main--btns {
    margin-top: 30px !important;
}

.swiper--preim .main--btns .btn {
    min-width: 168px;
    min-height: 50px;
    border: 1px solid #8e150e !important;
    border-radius: 0 !important;
    background: #8e150e !important;
    color: #fff !important;
    box-shadow: none !important;
}

.swiper--preim .main--image {
    left: 0;
    width: 100%;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(226, 232, 240, .72)),
        #f4f5f6;
}

.swiper--preim .main--image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(8, 8, 8, .24), transparent 26%),
        repeating-linear-gradient(90deg, rgba(15, 23, 42, .045) 0 1px, transparent 1px 96px);
}

.swiper--preim .main--image img {
    object-fit: cover !important;
    object-position: center center !important;
    width: 100% !important;
    height: 100% !important;
    left: 50%;
    top: 0;
}

.swiper--preim .main--bottom,
.swiper--preim .main--line {
    display: none !important;
}

.swiper--preim .swiper--controls {
    right: clamp(16px, 4vw, 72px) !important;
    bottom: 0 !important;
    width: 280px !important;
    height: 56px !important;
    border-radius: 0 !important;
    border: 1px solid rgba(17, 24, 39, .12);
    border-bottom: 0;
    background: rgba(255, 255, 255, .92) !important;
}

.swiper--preim .swiper--btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    color: #111;
}

.swiper--preim .swiper--btn svg {
    fill: currentColor;
}

.swiper--preim .swiper-button-main-next {
    left: 64px !important;
}

.swiper--preim .swiper-button-main-prev {
    left: 0 !important;
}

.swiper--preim .swiper-pagination-bullets.swiper-pagination-horizontal {
    right: 24px !important;
    bottom: 28px !important;
    width: 120px !important;
}

.swiper--preim .swiper-pagination-bullet {
    background: #c8ced6 !important;
}

.swiper--preim .swiper-pagination-bullet::after {
    background: #8e150e !important;
}

.about-block {
    margin: 0 auto clamp(44px, 6vw, 88px) !important;
    padding: clamp(44px, 6vw, 76px) clamp(18px, 4vw, 64px) !important;
    border: 1px solid #d8dde4;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}

.about-block h1 {
    max-width: 980px;
    margin: 0 auto 24px !important;
    padding: 0 0 18px !important;
    color: #111827 !important;
    font-size: clamp(28px, 3.2vw, 46px) !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    text-align: left !important;
}

.about-block h1::after {
    left: 0 !important;
    bottom: 0 !important;
    width: 84px !important;
    min-width: 84px !important;
    border-bottom: 3px solid #8e150e !important;
    transform: none !important;
}

.about-block > p {
    max-width: 980px !important;
    margin: 0 auto clamp(32px, 4vw, 52px) !important;
    color: #3b424c !important;
    font-size: clamp(17px, 1.25vw, 20px) !important;
    line-height: 1.72 !important;
    text-align: left !important;
}

.about-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 !important;
    max-width: 980px;
    margin: 0 auto !important;
    border-top: 1px solid #d8dde4;
    border-left: 1px solid #d8dde4;
}

.about-item {
    max-width: none !important;
    min-height: 100%;
    padding: 28px !important;
    border-right: 1px solid #d8dde4;
    border-bottom: 1px solid #d8dde4;
    border-radius: 0 !important;
    background: #fbfcfd !important;
    box-shadow: none !important;
    text-align: left !important;
}

.about-item img {
    width: 44px !important;
    height: 44px !important;
    margin: 0 0 22px !important;
    object-fit: contain;
    filter: grayscale(1) contrast(1.12);
    opacity: .72;
}

.about-item .title {
    color: #111827 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

.about-item .text {
    color: #4b5563 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

.section--box {
    margin-top: 0 !important;
    margin-bottom: clamp(44px, 6vw, 88px);
}

.section--box .block--header {
    align-items: flex-end;
    margin-bottom: 24px !important;
    padding-bottom: 18px;
    border-bottom: 1px solid #d8dde4;
}

.section--box .block--title {
    margin: 0 !important;
    color: #111827 !important;
    font-size: clamp(26px, 2.7vw, 38px) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
}

.section--box .block--button .btn {
    min-height: 46px;
    border-radius: 0 !important;
    border-color: #111827 !important;
    background: #111827 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.section--list {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0 !important;
    border-top: 1px solid #d8dde4;
    border-left: 1px solid #d8dde4;
}

.section--link {
    width: auto !important;
    min-height: 176px;
    gap: 18px !important;
    padding: 22px !important;
    border: 0 !important;
    border-right: 1px solid #d8dde4 !important;
    border-bottom: 1px solid #d8dde4 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}

.section--link:hover {
    background: #f4f5f6 !important;
    box-shadow: none !important;
    transform: none !important;
}

.section--image {
    --size: 92px;
    background: #f1f3f5;
}

.section--image img {
    width: 88% !important;
    height: 88% !important;
    object-fit: contain !important;
    mix-blend-mode: multiply;
}

.section--cnt {
    margin-bottom: 10px !important;
    color: #8e150e !important;
    font-size: 12px !important;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.section--title {
    color: #111827 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

@media (max-width: 767px) {
    body {
        font-size: 17px !important;
        line-height: 1.58;
    }

    h1 {
        font-size: clamp(31px, 8vw, 40px) !important;
        line-height: 1.12 !important;
    }

    h2,
    .h2 {
        font-size: clamp(25px, 6.8vw, 34px) !important;
    }

    p,
    li,
    .catalog--item,
    .product-item,
    .cards--item {
        font-size: 16px;
    }

    .main--box p,
    .main--bottom-text,
    .about-block p {
        font-size: 17px !important;
    }

    .swiper--preim {
        --slider-height: auto;
        margin-bottom: 42px !important;
        background: #080808;
    }

    .swiper--preim .swiper-slide {
        background: #080808 !important;
    }

    .swiper--preim .main--box {
        height: auto;
        min-height: 0;
        padding: 0;
    }

    .swiper--preim .main--text {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        padding: 28px 20px 32px !important;
        border-left: 0;
        border-right: 0;
        transform: none !important;
    }

    .swiper--preim .main--text::before {
        top: 28px;
        height: 54px;
    }

    .swiper--preim .main--title {
        font-size: clamp(31px, 9vw, 42px) !important;
    }

    .swiper--preim .main--image {
        left: auto !important;
        width: 100% !important;
        height: auto !important;
        padding-top: 78% !important;
        background: #f2f4f6;
    }

    .swiper--preim .main--image img {
        width: 96% !important;
        height: 96% !important;
        top: 2% !important;
        left: 0 !important;
        transform: none !important;
        object-fit: contain !important;
        object-position: center center !important;
    }

    .swiper--preim .swiper--controls {
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        width: 100% !important;
        height: 56px !important;
        border-left: 0;
        border-right: 0;
    }

    .swiper--preim .swiper-pagination-bullets.swiper-pagination-horizontal {
        width: calc(100% - 170px) !important;
        left: 128px !important;
        right: auto !important;
        bottom: 28px !important;
    }

    .about-block {
        padding: 34px 18px !important;
        margin-bottom: 42px !important;
    }

    .about-block h1,
    .about-block > p {
        text-align: left !important;
    }

    .about-list {
        grid-template-columns: 1fr !important;
    }

    .about-item {
        padding: 22px !important;
    }

    .section--box {
        margin-bottom: 42px;
    }

    .section--box .block--header {
        align-items: flex-start;
        gap: 14px;
    }

    .section--box .block--button,
    .section--box .block--button .btn {
        width: 100%;
    }

    .section--list {
        grid-template-columns: 1fr !important;
    }

    .section--link {
        min-height: 132px;
        flex-direction: row !important;
        align-items: center !important;
        padding: 18px !important;
    }

    .section--image {
        --size: 82px;
    }

    .section--cnt {
        position: static !important;
    }

    .header--phone,
    .header--basket,
    .mobile--menu-btn,
    .menu--btn {
        min-width: 48px;
        min-height: 48px;
    }

    .header--search,
    .search--form {
        min-height: 48px;
    }

    header.container {
        --header-top-band: 128px;
        padding-left: 16px;
        padding-right: 16px;
    }

    header .header--top {
        grid-template-columns: 1fr auto;
        gap: 10px;
        min-height: 0;
        padding: 10px 0 !important;
    }

    header .header--top > .header--phone {
        order: 1;
    }

    header .header--socials {
        order: 2;
        gap: 8px !important;
    }

    header .header--search {
        order: 3;
        grid-column: 1 / -1;
        width: 100%;
    }

    header a.header--phone {
        font-size: 15px;
    }

    header .header--social span,
    header .recall-box .btn span,
    header .recall-box .btn--fill span {
        display: none !important;
    }

    header .recall-box .btn,
    header .recall-box .btn--fill {
        width: 48px;
        min-width: 48px;
        padding: 0 !important;
    }

    header .header--search form,
    header .header--search input {
        min-height: 48px;
    }

    header .header--center-box {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
        min-height: 74px;
        padding: 12px 0 !important;
    }

    header .header--logo {
        gap: 10px;
    }

    header .header--logo .logo--link {
        min-width: 0;
        max-width: 178px !important;
    }

    header .header--logo-desc,
    header .header--center {
        display: none !important;
    }

    header .header--buttons {
        gap: 8px;
    }

    .breadcrumbs,
    .breadcrumb {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
    }

    .breadcrumbs a,
    .breadcrumb a {
        white-space: nowrap;
    }

    footer .footer--top {
        grid-template-columns: 1fr !important;
        gap: 26px !important;
        padding-top: 38px !important;
        padding-bottom: 34px !important;
    }

    footer .footer--logo-link {
        margin-bottom: 22px;
    }

    footer .footer--logo-img {
        width: min(252px, 82vw) !important;
    }

    footer .footer--line {
        grid-template-columns: 44px minmax(0, 1fr);
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    footer .footer--column .btn--fill,
    footer .footer--rutube {
        min-height: 52px;
    }

    footer .footer--column a:hover {
        transform: none;
    }

    .basket-checkout-container {
        padding: 16px;
        border-radius: 8px;
    }

    .basket-checkout-section-inner,
    .basket-item-block-common {
        gap: 12px;
    }

    .bx-soa-section {
        margin-bottom: 16px;
    }

    .bx-soa-section-content {
        padding-left: 14px;
        padding-right: 14px;
    }

    .bx-soa-sidebar {
        position: static !important;
    }

    .ux-cookie-sheet {
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        max-width: none !important;
        padding: 14px 16px calc(14px + env(safe-area-inset-bottom)) !important;
        border-radius: 10px 10px 0 0 !important;
    }

    .ux-cookie-sheet .a--actions {
        text-align: center !important;
    }

    .ux-cookie-sheet .a--but,
    .ux-cookie-sheet button {
        width: 100% !important;
    }
}

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

/* Codex Product Design 2026-06-19: fast two-banner hero and stronger mobile header contrast. */
.swiper--preim.hopert-hero {
    --slider-height: clamp(360px, 44vw, 640px);
    margin-bottom: clamp(34px, 5vw, 72px) !important;
    background: #050505 !important;
    border-bottom: 1px solid rgba(17, 24, 39, .14);
}

.hopert-hero .swiper {
    overflow: hidden;
    background: #050505;
}

.hopert-hero .swiper-wrapper {
    align-items: stretch;
}

.hopert-hero .hopert-hero__slide {
    position: relative;
    display: block !important;
    height: var(--slider-height) !important;
    overflow: hidden;
    background: #e8e8e5 !important;
}

.hopert-hero .hopert-hero__picture {
    display: block;
    width: 100%;
    height: 100%;
}

.hopert-hero .hopert-hero__picture img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
}

.hopert-hero .hopert-hero__slide[href="/products/"] .hopert-hero__picture img {
    object-position: left center !important;
}

.hopert-hero .swiper--controls {
    left: clamp(18px, 4vw, 84px) !important;
    right: auto !important;
    bottom: clamp(16px, 2.8vw, 38px) !important;
    width: 330px !important;
    height: 42px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.hopert-hero .swiper--btn {
    width: 42px !important;
    height: 42px !important;
    border: 1px solid rgba(17, 24, 39, .22);
    background: rgba(255, 255, 255, .86);
    color: #111 !important;
    transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.hopert-hero .swiper--btn:hover {
    border-color: #8e150e;
    background: #8e150e;
    color: #fff !important;
}

.hopert-hero .swiper-button-main-prev {
    left: 0 !important;
}

.hopert-hero .swiper-button-main-next {
    left: 50px !important;
}

.hopert-hero .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 118px !important;
    right: auto !important;
    bottom: 20px !important;
    width: 148px !important;
}

.hopert-hero .swiper-pagination-bullet {
    height: 3px !important;
    border-radius: 0 !important;
    background: rgba(17, 24, 39, .2) !important;
}

.hopert-hero .swiper-pagination-bullet::after {
    background: #8e150e !important;
}

.hopert-hero .swiper-pagination-main::before,
.hopert-hero .swiper-pagination-main::after {
    display: none !important;
}

/* Codex Product Design visual audit 2026-06-19: cleaner empty states and less intrusive consent. */
.ux-cookie-sheet {
    right: clamp(18px, 3vw, 36px) !important;
    left: auto !important;
    bottom: clamp(18px, 3vw, 32px) !important;
    width: min(760px, calc(100vw - 72px)) !important;
    max-width: 760px !important;
    display: flex !important;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px !important;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 0 !important;
    background: rgba(5, 5, 5, .92) !important;
    box-shadow: 0 16px 42px rgba(0, 0, 0, .24) !important;
}

.ux-cookie-sheet p {
    flex: 1 1 auto;
    color: rgba(255, 255, 255, .82) !important;
    font-size: 13px !important;
    line-height: 1.42 !important;
}

.ux-cookie-sheet .a--actions {
    flex: 0 0 auto;
    margin: 0 !important;
}

.ux-cookie-sheet .a--but,
.ux-cookie-sheet button {
    min-width: 132px !important;
    min-height: 42px !important;
    border-radius: 0 !important;
}

.product-item-detail-slider-container,
.product-item-detail-slider-block,
.product-item-detail-slider-images-container {
    border-radius: 0 !important;
}

.product-item-detail-slider-container {
    min-height: clamp(260px, 32vw, 460px);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(240, 243, 246, .7)),
        #f6f7f8;
}

.product-item-detail-slider-image img[src*="no_photo"],
.product-item-detail-slider-controls-image img[src*="no_photo"] {
    width: clamp(96px, 18vw, 150px) !important;
    height: clamp(96px, 18vw, 150px) !important;
    padding: 24px;
    border: 1px solid #d8dde4;
    background-color: #fff !important;
    background-size: 58% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: .68;
}

.product-item-detail-slider-image:has(img[src*="no_photo"]) {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.product-item-detail-slider-image:has(img[src*="no_photo"])::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px dashed #d6dbe2;
    pointer-events: none;
}

.item--img:has(img[src=""]),
.item--img:has(img:not([src])),
.item--img:has(img[src$="/"]) {
    min-height: 190px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.9), rgba(240,243,246,.82)),
        #f4f5f6;
}

.item--img img[src=""],
.item--img img:not([src]) {
    display: none !important;
}

.item--img-placeholder {
    display: block;
    width: 86px;
    height: 86px;
    margin: auto;
    border: 1px solid #d8dde4;
    background:
        linear-gradient(180deg, rgba(17, 24, 39, .1), rgba(17, 24, 39, .02)),
        #fff;
}

.item--img:has(img[src=""])::before,
.item--img:has(img:not([src]))::before,
.item--img:has(img[src$="/"])::before {
    content: "";
    display: block;
    width: 86px;
    height: 86px;
    margin: auto;
    border: 1px solid #d8dde4;
    background:
        linear-gradient(180deg, rgba(17, 24, 39, .1), rgba(17, 24, 39, .02)),
        #fff;
}

.bx-sbb-empty-cart,
.bx-soa-empty-cart,
.basket-empty,
.basket-checkout-container:has(.bx-sbb-empty-cart-image),
.basket-checkout-container:has(.bx-soa-empty-cart-image) {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    padding: clamp(28px, 5vw, 56px) clamp(18px, 4vw, 48px) !important;
    border: 1px solid #d8dde4;
    background: #fff;
}

.bx-sbb-empty-cart-image,
.bx-soa-empty-cart-image {
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    opacity: .42 !important;
    transform: scale(.82);
}

.bx-sbb-empty-cart-text,
.bx-soa-empty-cart-text {
    margin-bottom: 12px !important;
    font-size: clamp(24px, 4vw, 34px) !important;
    font-weight: 700 !important;
}

.bx-sbb-empty-cart-desc a,
.bx-soa-empty-cart-desc a {
    border-radius: 0 !important;
    background: #8e150e !important;
    border-color: #8e150e !important;
}

.catalog-section,
.catalog--list,
.items--list {
    min-width: 0;
}

@media (max-width: 767px) {
    header.container {
        --header-top-band: 0px;
        background: #050505 !important;
        border-bottom: 1px solid #8e150e !important;
        box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
    }

    header .header--top {
        border-bottom-color: rgba(255, 255, 255, .14) !important;
    }

    header .header--search form {
        border-color: rgba(255, 255, 255, .24) !important;
        background: rgba(255, 255, 255, .09) !important;
    }

    header .header--search input {
        color: #fff !important;
    }

    header .header--search input::placeholder {
        color: rgba(255, 255, 255, .66) !important;
    }

    header .header--phone svg,
    header a.header--phone svg {
        fill: #fff !important;
        color: #fff !important;
        opacity: .92;
    }

    header .header--center-box {
        margin-right: -16px;
        margin-left: -16px;
        padding: 13px 16px !important;
        background: #050505 !important;
        border-top: 1px solid rgba(255, 255, 255, .1);
        border-bottom: 1px solid rgba(142, 21, 14, .8);
    }

    header .header--logo .logo--link {
        display: inline-flex !important;
        align-items: center;
        max-width: 192px !important;
        min-height: 52px;
        padding: 9px 13px;
        border: 1px solid rgba(255, 255, 255, .18);
        background: #fff;
        box-shadow: 0 10px 22px rgba(0, 0, 0, .22);
    }

    header .header--logo .logo--link img {
        width: 100% !important;
        max-height: 34px;
        object-fit: contain;
    }

    header .header--basket,
    header .menu-wrapper,
    header .menu--btn,
    header .mobile--menu-btn {
        border: 1px solid rgba(255, 255, 255, .22) !important;
        background: #121212 !important;
        color: #fff !important;
        box-shadow: none !important;
    }

    header .header--basket svg,
    header .header--basket .link-with-icon svg,
    header .menu-wrapper svg,
    header .menu--btn svg,
    header .mobile--menu-btn svg {
        fill: currentColor !important;
        color: #fff !important;
    }

    .swiper--preim.hopert-hero {
        --slider-height: clamp(220px, 62vw, 300px);
        margin-bottom: 34px !important;
        border-top: 1px solid rgba(255, 255, 255, .08);
    }

    .hopert-hero .hopert-hero__slide {
        height: var(--slider-height) !important;
        background: #e6e6e3 !important;
    }

    .hopert-hero .hopert-hero__picture img {
        object-fit: cover !important;
        object-position: left center !important;
    }

    .hopert-hero .swiper--controls {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 44px !important;
        background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .56)) !important;
        z-index: 5;
    }

    .hopert-hero .swiper--btn {
        width: 38px !important;
        height: 38px !important;
        border-color: rgba(255, 255, 255, .42);
        background: rgba(5, 5, 5, .76);
        color: #fff !important;
    }

    .hopert-hero .swiper-button-main-prev {
        left: 14px !important;
        bottom: 3px;
    }

    .hopert-hero .swiper-button-main-next {
        left: 58px !important;
        bottom: 3px;
    }

    .hopert-hero .swiper-pagination-bullets.swiper-pagination-horizontal {
        left: 116px !important;
        right: 16px !important;
        bottom: 19px !important;
        width: auto !important;
    }

    .hopert-hero .swiper-pagination-bullet {
        background: rgba(255, 255, 255, .34) !important;
    }

    .ux-cookie-sheet {
        right: 12px !important;
        left: 12px !important;
        bottom: 12px !important;
        width: auto !important;
        max-width: none !important;
        display: flex !important;
        gap: 10px;
        align-items: center;
        padding: 12px !important;
        border-radius: 0 !important;
    }

    .ux-cookie-sheet p {
        flex: 1 1 auto;
        font-size: 11px !important;
        line-height: 1.25 !important;
    }

    .ux-cookie-sheet .a--actions {
        flex: 0 0 112px;
        margin-top: 0 !important;
        text-align: left !important;
    }

    .ux-cookie-sheet .a--but,
    .ux-cookie-sheet button {
        width: 112px !important;
        min-width: 112px !important;
        min-height: 36px !important;
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    .product-item-detail-slider-container {
        min-height: 220px;
    }

    .product-item-detail-slider-image:has(img[src*="no_photo"])::before {
        inset: 10px;
    }

    .item--img:has(img[src=""]),
    .item--img:has(img:not([src])),
    .item--img:has(img[src$="/"]) {
        min-height: 150px;
    }

    .bx-sbb-empty-cart,
    .bx-soa-empty-cart,
    .basket-empty,
    .basket-checkout-container:has(.bx-sbb-empty-cart-image),
    .basket-checkout-container:has(.bx-soa-empty-cart-image) {
        padding: 26px 16px !important;
        border-left: 0;
        border-right: 0;
    }
}

/* Codex final homepage/header overrides 2026-06-19. Keep this block last. */
header.container {
    overflow: visible !important;
    background: #fff !important;
    border-bottom: 1px solid #d8dde4 !important;
    box-shadow: 0 12px 34px rgba(17, 24, 39, .08) !important;
}

header .header--top {
    min-height: 56px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid rgba(142, 21, 14, .42) !important;
    background: linear-gradient(90deg, rgba(142, 21, 14, .16), transparent 28%, transparent 72%, rgba(142, 21, 14, .1)), #050505 !important;
}

header .header--center-box {
    min-height: 116px !important;
    align-items: center !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    background: #fff !important;
}

header .header--logo {
    align-self: center !important;
    padding-top: 0 !important;
}

header .header--logo img {
    display: block !important;
    max-height: 46px !important;
    object-fit: contain !important;
}

header .header--logo-desc {
    margin-top: 12px !important;
    max-width: 310px !important;
    color: #737985 !important;
    line-height: 1.35 !important;
}

.hopert-hero .swiper--controls {
    left: auto !important;
    right: clamp(24px, 4.5vw, 88px) !important;
    bottom: clamp(18px, 2.6vw, 34px) !important;
    width: 260px !important;
    height: 42px !important;
    background: transparent !important;
    z-index: 8 !important;
}

.hopert-hero .swiper-button-main-prev {
    left: auto !important;
    right: 52px !important;
    bottom: auto !important;
}

.hopert-hero .swiper-button-main-next {
    left: auto !important;
    right: 0 !important;
    bottom: auto !important;
}

.hopert-hero .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: auto !important;
    right: 116px !important;
    bottom: 20px !important;
    width: 124px !important;
}

.hopert-manufacturer-section,
.hopert-engineering-section {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.hopert-manufacturer-section.about-block {
    margin-top: clamp(36px, 5vw, 72px) !important;
    margin-bottom: clamp(38px, 6vw, 84px) !important;
    padding: clamp(56px, 7vw, 104px) max(24px, calc((100vw - 1460px) / 2)) !important;
    border-top: 1px solid #d8dde4 !important;
    border-bottom: 1px solid #d8dde4 !important;
    background: linear-gradient(90deg, rgba(17, 24, 39, .04) 1px, transparent 1px) 0 0 / 96px 100%, #f7f8f9 !important;
}

.hopert-section-kicker {
    margin-bottom: 18px;
    color: #8e150e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.hopert-manufacturer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
    gap: clamp(34px, 6vw, 96px);
    align-items: start;
}

.hopert-manufacturer-copy h1,
.hopert-engineering-head h2 {
    max-width: 820px;
    margin: 0 !important;
    color: #111827 !important;
    font-size: clamp(38px, 4.6vw, 76px) !important;
    line-height: .98 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    text-transform: none !important;
}

.hopert-manufacturer-copy h1::after,
.hopert-engineering-head h2::after {
    display: block;
    width: 86px;
    height: 3px;
    margin-top: 26px;
    background: #8e150e;
    content: "";
}

.hopert-manufacturer-copy p,
.hopert-engineering-head p {
    max-width: 780px !important;
    margin: 26px 0 0 !important;
    color: #4b5563 !important;
    font-size: clamp(17px, 1.35vw, 22px) !important;
    line-height: 1.65 !important;
    text-align: left !important;
}

.hopert-manufacturer-facts {
    display: grid;
    border-top: 1px solid #cfd5dd;
    background: rgba(255, 255, 255, .72);
}

.hopert-fact {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    padding: 26px 0;
    border-bottom: 1px solid #cfd5dd;
}

.hopert-fact span {
    color: #8e150e;
    font-size: 13px;
    font-weight: 800;
}

.hopert-fact strong {
    display: block;
    color: #111827;
    font-size: 18px;
    line-height: 1.25;
}

.hopert-fact p {
    grid-column: 2;
    margin: 7px 0 0 !important;
    color: #6b7280 !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    text-align: left !important;
}

.main--bottom-text {
    margin-top: clamp(42px, 7vw, 96px) !important;
}

.hopert-engineering-section.hopert-block {
    margin-top: 0 !important;
    margin-bottom: clamp(44px, 7vw, 96px) !important;
    padding: clamp(58px, 8vw, 116px) max(24px, calc((100vw - 1460px) / 2)) !important;
    border-top: 1px solid rgba(255, 255, 255, .1) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
    background: linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px) 0 0 / 112px 100%, linear-gradient(135deg, #050505 0%, #111316 54%, #1a0d0b 100%) !important;
}

.hopert-engineering-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .84fr);
    gap: clamp(36px, 7vw, 112px);
    align-items: start;
}

.hopert-engineering-section .hopert-section-kicker,
.hopert-engineering-head h2,
.hopert-engineering-head p {
    color: #fff !important;
}

.hopert-engineering-head p {
    color: rgba(255, 255, 255, .72) !important;
}

.hopert-engineering-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, .18);
    border-left: 1px solid rgba(255, 255, 255, .18);
}

.hopert-engineering-point {
    min-height: 210px;
    padding: clamp(22px, 3vw, 34px);
    border-right: 1px solid rgba(255, 255, 255, .18);
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.hopert-engineering-point strong {
    display: block;
    margin-bottom: 16px;
    color: #fff;
    font-size: clamp(18px, 1.4vw, 22px);
    line-height: 1.25;
}

.hopert-engineering-point span {
    display: block;
    color: rgba(255, 255, 255, .68);
    font-size: 15px;
    line-height: 1.55;
}

.hopert-buy-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 24px;
    align-items: center;
    margin-top: clamp(34px, 5vw, 70px);
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.hopert-buy-strip strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
}

.hopert-buy-strip p {
    margin: 0 !important;
    color: rgba(255, 255, 255, .64) !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
}

.hopert-buy-strip .market-links {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    margin: 0 !important;
}

.hopert-buy-strip .market-links a {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .08);
}

.hopert-buy-strip .market-links img {
    max-width: 38px !important;
    max-height: 38px !important;
}

.hopert-buy-link {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border: 1px solid #8e150e;
    background: #8e150e;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    text-transform: uppercase;
}

@media (max-width: 1180px) {
    .hopert-manufacturer-grid,
    .hopert-engineering-layout {
        grid-template-columns: 1fr;
    }

    .hopert-buy-strip {
        grid-template-columns: 1fr;
        justify-items: start;
    }
}

@media (max-width: 767px) {
    header.container {
        background: #050505 !important;
    }

    header .header--top {
        min-height: auto !important;
        padding: 12px 14px !important;
        border-bottom-color: rgba(255, 255, 255, .12) !important;
    }

    header .header--center-box {
        min-height: auto !important;
        padding: 16px 14px !important;
        background: #fff !important;
    }

    header .header--logo img {
        max-height: 34px !important;
    }

    header .header--logo-desc {
        display: none !important;
    }

    .hopert-hero .swiper--controls {
        right: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 44px !important;
        background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .56)) !important;
    }

    .hopert-hero .swiper-button-main-prev {
        left: 14px !important;
        right: auto !important;
        bottom: 3px !important;
    }

    .hopert-hero .swiper-button-main-next {
        left: 58px !important;
        right: auto !important;
        bottom: 3px !important;
    }

    .hopert-hero .swiper-pagination-bullets.swiper-pagination-horizontal {
        left: 116px !important;
        right: 16px !important;
        bottom: 19px !important;
        width: auto !important;
    }

    .hopert-manufacturer-section.about-block,
    .hopert-engineering-section.hopert-block {
        padding: 42px 18px !important;
    }

    .hopert-manufacturer-copy h1,
    .hopert-engineering-head h2 {
        font-size: clamp(30px, 9vw, 44px) !important;
        line-height: 1.06 !important;
    }

    .hopert-manufacturer-facts,
    .hopert-engineering-points {
        grid-template-columns: 1fr;
    }

    .hopert-fact {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 22px 0;
    }

    .hopert-engineering-point {
        min-height: 0;
    }
}

/* Codex final mobile overlay order: cookie sheet must not cover bottom tools. */
@media (max-width: 767px) {
    .ux-cookie-sheet {
        display: block !important;
        gap: 10px !important;
        align-items: center !important;
        right: 12px !important;
        bottom: calc(76px + env(safe-area-inset-bottom, 0px)) !important;
        left: 12px !important;
        z-index: 999 !important;
        width: auto !important;
        max-width: none !important;
        min-height: 0 !important;
        padding: 10px 12px !important;
        border-radius: 0 !important;
    }

    .ux-cookie-sheet .a--shell,
    .ux-cookie-sheet form {
        width: 100% !important;
        max-width: 100% !important;
    }

    .ux-cookie-sheet form {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .ux-cookie-sheet p {
        flex: 1 1 auto !important;
        display: block !important;
        min-width: 0 !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        font-size: 12px !important;
        line-height: 1.35 !important;
    }

    .ux-cookie-sheet .a--actions {
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: 0 !important;
        margin: 0 !important;
        text-align: right !important;
    }

    .ux-cookie-sheet .a--but,
    .ux-cookie-sheet button {
        width: auto !important;
        min-width: 104px !important;
        min-height: 44px !important;
        padding: 0 14px !important;
        font-size: 14px !important;
        line-height: 1 !important;
    }

    .hopert-mobile-tools {
        z-index: 1100 !important;
    }
}

/* Codex 2026-06-19: desktop hero must fit without global page scaling. */
@media (min-width: 1024px) {
    .swiper--preim.hopert-hero,
    .hopert-hero .swiper,
    .hopert-hero .swiper-wrapper,
    .hopert-hero .hopert-hero__slide,
    .hopert-hero .hopert-hero__picture {
        height: min(640px, calc(100vh - 190px)) !important;
        min-height: 500px !important;
        max-height: 640px !important;
    }

    .hopert-hero .hopert-hero__slide {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
        background:
            linear-gradient(90deg, rgba(243, 244, 244, .94), rgba(243, 244, 244, .52) 18%, rgba(30, 31, 31, .5) 82%, rgba(30, 31, 31, .92)),
            #f3f4f4 !important;
    }

    .hopert-hero .hopert-hero__picture {
        display: block !important;
        width: min(100%, 1744px) !important;
        max-width: 1744px !important;
    }

    .hopert-hero .hopert-hero__picture img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        object-position: center center !important;
    }

    .hopert-hero .swiper--controls {
        right: clamp(32px, 5vw, 92px) !important;
        bottom: 28px !important;
        width: 220px !important;
        height: 48px !important;
        z-index: 12 !important;
    }

    .hopert-hero .swiper-button-main-prev,
    .hopert-hero .swiper-button-main-next {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        min-height: 48px !important;
    }

    .hopert-hero .swiper-pagination-bullets.swiper-pagination-horizontal {
        right: 112px !important;
        bottom: 22px !important;
        width: 96px !important;
    }
}

/* Codex 2026-06-19: make product-card preorder status read as a status, not as an icon button. */
[data-type=block] .item--footer {
    align-items: flex-end !important;
    gap: 8px !important;
}

[data-type=block] .item--footer .basket--box {
    flex: 0 0 auto !important;
    align-self: flex-end !important;
}

[data-type=block] .item--footer .basket--btn.js--show-podzakaz {
    width: auto !important;
    min-width: 88px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 10px !important;
    border-radius: 8px !important;
    border-color: rgba(142, 21, 14, .38) !important;
    background: #fff7f6 !important;
    box-shadow: none !important;
}

[data-type=block] .item--footer .basket--btn.js--show-podzakaz span {
    display: block !important;
    color: #8e150e !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    white-space: normal !important;
}

[data-type=list] .item--footer .basket--btn.js--show-podzakaz {
    min-width: 150px !important;
    height: 46px !important;
    padding: 0 18px !important;
}

/* Codex 2026-06-19: reusable B2B CTA block above the footer. */
.hopert-b2b-cta {
    position: relative;
    margin: 0 0 -40px;
    overflow: hidden;
    background:
        radial-gradient(circle at 100% 30%, rgba(142, 21, 14, .34), transparent 28%),
        linear-gradient(110deg, #090b0e 0%, #111418 58%, #1a0907 100%);
    color: #fff;
}

.hopert-b2b-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(to right, rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 96px 96px;
    pointer-events: none;
}

.hopert-b2b-cta__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 48px;
    max-width: 1440px;
    min-height: 430px;
    margin: 0 auto;
    padding: clamp(56px, 6vw, 96px) 40px;
    align-items: center;
}

.hopert-b2b-cta h2 {
    max-width: 860px;
    margin: 0 0 26px !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: clamp(42px, 5vw, 76px) !important;
    font-weight: 300 !important;
    line-height: .95 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
}

.hopert-b2b-cta h2::after {
    display: none !important;
}

.hopert-b2b-cta h2 span {
    color: #e51c35;
}

.hopert-b2b-cta h2 b {
    display: block;
    font-weight: 900;
}

.hopert-b2b-cta p {
    max-width: 820px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: clamp(18px, 1.6vw, 25px);
    line-height: 1.72;
}

.hopert-b2b-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 44px;
}

.hopert-b2b-cta__btn,
.hopert-b2b-cta__ghost {
    display: inline-flex;
    min-height: 68px;
    min-width: 240px;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 0 36px;
    border: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .18em;
    text-decoration: none;
    text-transform: uppercase;
}

.hopert-b2b-cta__btn {
    border-color: #e51c35;
    background: #e51c35;
    color: #08090b;
    cursor: pointer;
}

.hopert-b2b-cta__btn span {
    font-size: 28px;
    line-height: 1;
}

.hopert-b2b-cta__ghost {
    background: rgba(255, 255, 255, .02);
}

.hopert-b2b-cta__side {
    display: grid;
    gap: 12px;
    align-self: stretch;
    min-height: 250px;
    align-content: end;
    justify-items: end;
    border-left: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .18);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.hopert-b2b-cta__side div {
    color: rgba(229, 28, 53, .72);
}

.hopert-b2b-cta__side span {
    writing-mode: vertical-rl;
    color: rgba(255, 255, 255, .1);
    font-size: 72px;
    font-weight: 900;
    line-height: .8;
}

@media (max-width: 640px) {
    [data-type=block] .item--footer {
        gap: 8px !important;
    }

    [data-type=block] .item--footer .basket--box {
        max-width: 94px !important;
    }

    [data-type=block] .item--footer .basket--btn.js--show-podzakaz {
        min-width: 82px !important;
        height: 40px !important;
        min-height: 40px !important;
        padding: 0 8px !important;
    }

    [data-type=block] .item--footer .basket--btn.js--show-podzakaz span {
        font-size: 12px !important;
    }
}

@media (max-width: 1100px) {
    .hopert-b2b-cta__grid {
        grid-template-columns: 1fr;
    }

    .hopert-b2b-cta__side {
        display: none;
    }
}

@media (max-width: 760px) {
    .hopert-b2b-cta__grid {
        min-height: 0;
        padding: 52px 18px;
    }

    .hopert-b2b-cta__actions {
        margin-top: 32px;
    }

    .hopert-b2b-cta__btn,
    .hopert-b2b-cta__ghost {
        width: 100%;
        min-width: 0;
    }
}

/* Codex 2026-06-19: basket implementation from Product Design TZ. */
body.ux-basket-page .site--h1 {
    margin-bottom: clamp(20px, 2.4vw, 34px) !important;
}

body.ux-basket-page .basket--box {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
    gap: clamp(24px, 3vw, 40px);
    align-items: start;
}

body.ux-basket-page .basket--table,
body.ux-basket-page .basket-items-list-wrapper,
body.ux-basket-page .basket-items-list-wrapper-height-fixed,
body.ux-basket-page .basket-items-list-container,
body.ux-basket-page .basket-items-list {
    height: auto !important;
    min-height: 0 !important;
}

body.ux-basket-page .basket--table {
    border: 1px solid #e4e8ee;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .04);
}

body.ux-basket-page .basket--header {
    display: flex;
    justify-content: flex-end;
    padding: 0 18px 12px;
}

body.ux-basket-page .basket--clean {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 2px;
    color: #64748b !important;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

body.ux-basket-page .basket--clean:hover {
    color: #8e150e !important;
}

body.ux-basket-page .basket-items-list-header {
    display: none !important;
}

body.ux-basket-page .basket-items-list-item-container {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.ux-basket-page .basket--item {
    padding: clamp(18px, 2.4vw, 28px) !important;
}

body.ux-basket-page .basket-items-list-item-descriptions-inner {
    display: grid !important;
    grid-template-columns: 156px minmax(0, 1fr);
    gap: clamp(18px, 2.4vw, 28px);
    align-items: center;
    min-height: 0 !important;
}

body.ux-basket-page .basket-item-block-image {
    width: 156px !important;
    min-width: 156px !important;
}

body.ux-basket-page .basket-item-image-link {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 156px;
    height: 156px;
    padding: 10px;
    border: 1px solid #eef2f6;
    background: #fff;
}

body.ux-basket-page .basket-item-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

body.ux-basket-page .basket-item-block-info {
    min-width: 0;
}

body.ux-basket-page .basket--articul {
    margin-bottom: 8px;
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 600;
}

body.ux-basket-page .basket--articul span:last-child {
    color: #475569;
}

body.ux-basket-page .ux-basket-stock {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin-bottom: 10px;
    padding: 0 9px;
    border: 1px solid rgba(68, 146, 76, .24);
    border-radius: 999px;
    background: rgba(68, 146, 76, .08);
    color: #3f8a45;
    font-size: 12px;
    font-weight: 700;
}

body.ux-basket-page .basket-item-info-name {
    position: relative;
    padding-right: 46px;
}

body.ux-basket-page .basket-item-info-name-link,
body.ux-basket-page .basket-item-info-name span[data-entity="basket-item-name"] {
    color: #1f2933 !important;
    font-size: clamp(16px, 1.25vw, 19px) !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
}

body.ux-basket-page .basket--btns {
    position: absolute;
    top: -2px;
    right: 0;
}

body.ux-basket-page .basket-item-actions-remove {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #64748b;
    cursor: pointer;
}

body.ux-basket-page .basket-item-actions-remove:hover {
    border-color: rgba(142, 21, 14, .36);
    color: #8e150e;
}

body.ux-basket-page .basket--prices {
    display: grid !important;
    grid-template-columns: minmax(132px, .7fr) minmax(152px, auto) minmax(132px, .7fr);
    gap: clamp(14px, 2vw, 28px);
    align-items: end;
    margin-top: clamp(18px, 2.2vw, 26px);
}

body.ux-basket-page .basket-item-price-title {
    margin-bottom: 3px;
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 600;
    text-transform: none;
}

body.ux-basket-page .basket-item-price-current-text {
    color: #475569 !important;
    font-size: 14px !important;
    font-weight: 700;
}

body.ux-basket-page .basket-item-block-amount {
    display: grid !important;
    grid-template-columns: 44px 52px 44px;
    grid-template-areas:
        "minus input plus"
        ". unit .";
    gap: 6px 8px;
    justify-content: center;
    align-items: center;
}

body.ux-basket-page .basket-item-amount-btn-minus,
body.ux-basket-page .basket-item-amount-btn-plus {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #334155;
    font-size: 0;
    cursor: pointer;
}

body.ux-basket-page .basket-item-amount-btn-minus {
    grid-area: minus;
}

body.ux-basket-page .basket-item-amount-btn-plus {
    grid-area: plus;
}

body.ux-basket-page .basket-item-amount-btn-minus::before,
body.ux-basket-page .basket-item-amount-btn-plus::before {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

body.ux-basket-page .basket-item-amount-btn-minus::before {
    content: "-";
}

body.ux-basket-page .basket-item-amount-btn-plus::before {
    content: "+";
}

body.ux-basket-page .basket-item-amount-btn-minus:hover,
body.ux-basket-page .basket-item-amount-btn-plus:hover {
    border-color: rgba(142, 21, 14, .34);
    color: #8e150e;
}

body.ux-basket-page .basket-item-amount-filed-block {
    grid-area: input;
}

body.ux-basket-page .basket-item-amount-filed,
body.ux-basket-page .basket-item-amount-field {
    width: 52px !important;
    height: 44px !important;
    min-height: 44px;
    border: 0 !important;
    background: transparent !important;
    color: #1f2933 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    text-align: center !important;
}

body.ux-basket-page .basket-item-amount-field-description {
    grid-area: unit;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

body.ux-basket-page .basket-items-list-item-price:not(.basket-items-list-item-price-for-one)::before {
    content: "Итого по позиции";
    display: block;
    margin-bottom: 4px;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
}

body.ux-basket-page .basket-items-list-item-price:not(.basket-items-list-item-price-for-one) {
    text-align: right;
}

body.ux-basket-page .basket-items-list-item-price:not(.basket-items-list-item-price-for-one) .item--price-bottom,
body.ux-basket-page .basket-items-list-item-price:not(.basket-items-list-item-price-for-one) .basket-item-price-current-text {
    color: #1f2933 !important;
    font-size: clamp(20px, 1.5vw, 25px) !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
}

body.ux-basket-page .basket--sidebar {
    min-width: 0;
}

body.ux-basket-page .basket-checkout-container,
body.ux-basket-page .ux-basket-summary {
    width: 100% !important;
    margin: 0 !important;
    padding: clamp(20px, 2.3vw, 26px) !important;
    border: 1px solid #e4e8ee !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .05) !important;
}

body.ux-basket-page .total--header {
    margin-bottom: 18px;
    color: #1f2933;
    font-size: 20px;
    font-weight: 700;
}

body.ux-basket-page .total--row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.45;
}

body.ux-basket-page .total--row .value {
    color: #94a3b8;
    font-weight: 600;
    text-align: right;
}

body.ux-basket-page .ux-basket-delivery-note,
body.ux-basket-page .ux-basket-next-step {
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
}

body.ux-basket-page .ux-basket-delivery-note {
    margin: 12px 0 2px;
    padding-top: 12px;
    border-top: 1px solid #eef2f6;
}

body.ux-basket-page .basket-coupon-section {
    margin-top: 14px !important;
    padding-top: 12px;
    border-top: 1px solid #eef2f6;
}

body.ux-basket-page .ux-basket-coupon-label {
    margin-bottom: 7px;
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}

body.ux-basket-page .basket-coupon-block-field .form-control {
    min-height: 42px;
    border-color: #e5eaf0 !important;
    color: #334155;
    font-size: 14px;
}

body.ux-basket-page .basket-coupon-block-field .form-control::placeholder {
    color: #a3acba;
}

body.ux-basket-page .basket-checkout-section {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #eef2f6;
}

body.ux-basket-page .basket-checkout-section-inner {
    display: grid;
    gap: 14px;
}

body.ux-basket-page .basket-checkout-block-total-price-inner {
    display: grid;
    gap: 3px;
}

body.ux-basket-page .total--text {
    color: #475569;
    font-size: 14px;
    font-weight: 700;
}

body.ux-basket-page .basket-coupon-block-total-price-current {
    color: #1f2933 !important;
    font-size: clamp(28px, 2.4vw, 34px) !important;
    font-weight: 700 !important;
    line-height: 1.12 !important;
}

body.ux-basket-page .basket-btn-checkout {
    width: 100%;
    min-height: 52px;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

body.ux-basket-page .ux-basket-next-step {
    margin-top: -2px;
    text-align: center;
}

body.ux-basket-page .ajax--load[data-block="viewed"],
body.ux-basket-page .element--viewed {
    margin-top: clamp(34px, 4.2vw, 58px) !important;
}

body.ux-basket-page .element--viewed .h2,
body.ux-basket-page .element--viewed h2 {
    font-size: clamp(24px, 2.4vw, 34px) !important;
}

@media (min-width: 1024px) {
    body.ux-basket-page .basket--sidebar {
        position: sticky;
        top: 168px;
    }
}

@media (max-width: 1180px) {
    body.ux-basket-page .basket--box {
        grid-template-columns: minmax(0, 1fr);
    }

    body.ux-basket-page .basket--sidebar {
        position: static;
    }
}

@media (max-width: 767px) {
    body.ux-basket-page .site--h1 {
        margin-bottom: 18px !important;
    }

    body.ux-basket-page .basket--table,
    body.ux-basket-page .basket-checkout-container {
        margin-right: -16px !important;
        margin-left: -16px !important;
        border-right: 0 !important;
        border-left: 0 !important;
        border-radius: 0 !important;
    }

    body.ux-basket-page .basket--header {
        padding-right: 16px;
        padding-left: 16px;
    }

    body.ux-basket-page .basket--item {
        padding: 18px 16px !important;
    }

    body.ux-basket-page .basket-items-list-item-descriptions-inner {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 14px;
        align-items: start;
    }

    body.ux-basket-page .basket-item-block-image,
    body.ux-basket-page .basket-item-image-link {
        width: 92px !important;
        min-width: 92px !important;
    }

    body.ux-basket-page .basket-item-image-link {
        height: 112px;
        padding: 6px;
    }

    body.ux-basket-page .basket-item-info-name {
        padding-right: 0;
    }

    body.ux-basket-page .basket--btns {
        position: static;
        margin-top: 10px;
    }

    body.ux-basket-page .basket--prices {
        grid-column: 1 / -1;
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 16px;
        padding-top: 14px;
        border-top: 1px solid #eef2f6;
    }

    body.ux-basket-page .basket-item-block-amount {
        justify-content: start;
    }

    body.ux-basket-page .basket-items-list-item-price:not(.basket-items-list-item-price-for-one) {
        text-align: left;
    }

    body.ux-basket-page .basket-checkout-container,
    body.ux-basket-page .ux-basket-summary {
        padding: 20px 16px !important;
    }
}

/* Codex 2026-06-19: checkout implementation from Product Design TZ. */
body.ux-checkout-page .page--box > main,
body.ux-checkout-page main {
    padding-top: clamp(24px, 3vw, 48px);
}

body.ux-checkout-page h1 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.ux-checkout-page .back--btn {
    margin-top: 12px;
    margin-bottom: clamp(22px, 3vw, 36px);
}

body.ux-checkout-page .bx-soa-section {
    scroll-margin-top: 170px;
}

body.ux-checkout-page .bx-soa .form-control,
body.ux-checkout-page .bx-soa input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
body.ux-checkout-page .bx-soa textarea,
body.ux-checkout-page .bx-soa select {
    border-color: #d8dde4 !important;
    background: #fff;
}

body.ux-checkout-page.ux-checkout-pristine .bx-soa .form-group.has-error:not(.ux-field-touched) .form-control,
body.ux-checkout-page.ux-checkout-pristine .bx-soa .form-group.bx-soa-customer-field-error:not(.ux-field-touched) .form-control {
    border-color: #d8dde4 !important;
    box-shadow: none !important;
}

body.ux-checkout-page.ux-checkout-pristine .bx-soa .form-group.has-error:not(.ux-field-touched) .help-block,
body.ux-checkout-page.ux-checkout-pristine .bx-soa .form-group.has-error:not(.ux-field-touched) .text-danger,
body.ux-checkout-page.ux-checkout-pristine .bx-soa .form-group.has-error:not(.ux-field-touched) .ux-checkout-error,
body.ux-checkout-page.ux-checkout-pristine .bx-soa .form-group.bx-soa-customer-field-error:not(.ux-field-touched) .help-block,
body.ux-checkout-page.ux-checkout-pristine .bx-soa .form-group.bx-soa-customer-field-error:not(.ux-field-touched) .text-danger,
body.ux-checkout-page.ux-checkout-pristine .bx-soa .form-group.bx-soa-customer-field-error:not(.ux-field-touched) .ux-checkout-error {
    display: none !important;
}

body.ux-checkout-page.ux-checkout-submitted .bx-soa .form-group.has-error .form-control,
body.ux-checkout-page.ux-checkout-submitted .bx-soa .form-group.bx-soa-customer-field-error .form-control,
body.ux-checkout-page .bx-soa .form-group.ux-field-touched.has-error .form-control,
body.ux-checkout-page .bx-soa .form-group.ux-field-touched.bx-soa-customer-field-error .form-control {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, .1) !important;
}

body.ux-checkout-page .ux-checkout-required-note {
    margin: 0 0 18px;
    color: #5f6875;
    font-size: 14px;
    line-height: 1.45;
}

body.ux-checkout-page .ux-checkout-error {
    display: block;
    max-width: 560px;
    color: #b91c1c;
    font-size: 13px;
    line-height: 1.4;
}

body.ux-checkout-page .bx-soa .form-group.ux-checkout-optional-field:not(.has-error):not(.bx-soa-customer-field-error) .ux-checkout-error,
body.ux-checkout-page .bx-soa .form-group.ux-checkout-optional-field:not(.has-error):not(.bx-soa-customer-field-error) .help-block,
body.ux-checkout-page .bx-soa .form-group.ux-checkout-optional-field:not(.has-error):not(.bx-soa-customer-field-error) .text-danger {
    display: none !important;
}

body.ux-checkout-page .order--person-type {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-bottom: 22px;
}

body.ux-checkout-page .order--person-type .radio-inline {
    margin: 0 !important;
}

body.ux-checkout-page .ux-legal-hint,
body.ux-checkout-page .ux-delivery-hint {
    display: block;
    margin-top: 5px;
    color: #64748b;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
}

body.ux-checkout-page .ux-legal-hint {
    max-width: 360px;
}

body.ux-checkout-page .bx-soa .radio-inline {
    vertical-align: top;
}

body.ux-checkout-page .bx-soa-cart-total,
body.ux-checkout-page .ux-checkout-summary {
    border-radius: 10px !important;
    border-color: #e2e8f0 !important;
}

body.ux-checkout-page .ux-checkout-sidebar {
    align-self: flex-start;
}

@media (min-width: 1024px) {
    body.ux-checkout-page .ux-checkout-sidebar {
        position: sticky !important;
        top: 176px;
    }
}

body.ux-checkout-page .ux-checkout-login-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    margin-bottom: 14px;
    padding: 0 14px !important;
    border: 1px solid rgba(142, 21, 14, .36) !important;
    border-radius: 7px !important;
    background: #fff !important;
    color: #8e150e !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

body.ux-checkout-page .ux-checkout-login-link:hover {
    border-color: #8e150e !important;
    background: rgba(142, 21, 14, .04) !important;
}

body.ux-checkout-page .ux-checkout-next-step {
    margin-top: 10px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
}

body.ux-checkout-page .bx-soa-cart-total-button-container .btn,
body.ux-checkout-page .bx-soa-cart-total-button-container button {
    min-height: 52px;
    border-radius: 8px !important;
}

body.ux-checkout-page input[type="radio"]:focus-visible + label,
body.ux-checkout-page input[type="checkbox"]:focus-visible + label {
    outline: 3px solid var(--ux-focus);
    outline-offset: 4px;
    border-radius: 6px;
}

@media (max-width: 767px) {
    body.ux-checkout-page .page--box > main,
    body.ux-checkout-page main {
        padding-top: 18px;
    }

    body.ux-checkout-page .order--person-type {
        display: grid;
        gap: 10px;
    }

    body.ux-checkout-page .ux-delivery-hint,
    body.ux-checkout-page .ux-legal-hint {
        font-size: 12px;
    }

    body.ux-checkout-page .ux-checkout-login-link {
        margin-top: 8px;
    }
}
