:root {
    --site-brand-primary: #367b9c;
    --site-brand-primary-rgb: 54, 123, 156;
    --site-brand-strong: #1f5f7a;
    --site-brand-soft: #eef7fb;
    --site-brand-soft-strong: #dcecf5;
    --site-brand-contrast: #ffffff;
    --site-sticky-header-bg: rgba(255, 255, 255, 0.97);
    --site-sticky-buybar-bg: rgba(238, 247, 251, 0.98);
    --site-sticky-shadow: 0 12px 30px rgba(15, 23, 42, 0.10);
    --site-header-nav-bg: var(--site-brand-primary);
    --site-header-category-trigger-bg: #111111;
    --site-header-category-trigger-hover-bg: #1d1d1d;
    --site-header-promo-pill-bg: #d91400;
    --site-header-promo-pill-hover-bg: #bf1200;
    --site-header-promo-pill-shadow: none;
    --site-product-sticky-offset: 0px;
    --site-product-sticky-height: 0px;
    --site-home-heading-title-color: #235f7b;
    --site-home-heading-title-rgb: 35, 95, 123;
    --site-home-heading-accent-color: #367b9c;
    --site-home-heading-accent-rgb: 54, 123, 156;
}

body.site-scf {
    --site-home-heading-title-color: #235f7b;
    --site-home-heading-title-rgb: 35, 95, 123;
    --site-home-heading-accent-color: #367b9c;
    --site-home-heading-accent-rgb: 54, 123, 156;
}

body.theme-schoolfriendly {
    --site-brand-primary: #367b9c;
    --site-brand-primary-rgb: 54, 123, 156;
    --site-brand-strong: #1f5f7a;
    --site-brand-soft: #eef7fb;
    --site-brand-soft-strong: #dcecf5;
    --site-brand-contrast: #ffffff;
    --site-sticky-header-bg: #367b9c;
    --site-sticky-buybar-bg: rgba(255, 255, 255, 0.98);
    --site-sticky-shadow: 0 12px 30px rgba(15, 23, 42, 0.10);
    --sh-accent: #367b9c;
    --sh-accent-lt: #eef7fb;
}

body.theme-workingup {
    --site-brand-primary: #b42318;
    --site-brand-primary-rgb: 180, 35, 24;
    --site-brand-strong: #8f1b13;
    --site-brand-soft: #fff4f2;
    --site-brand-soft-strong: #fde2dd;
    --site-brand-contrast: #ffffff;
    --site-sticky-header-bg: #000000;
    --site-sticky-buybar-bg: rgba(255, 255, 255, 0.98);
    --site-sticky-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
    --sh-accent: #b42318;
    --sh-accent-lt: #fff4f2;
}

body.theme-cssales {
    --site-brand-primary: #0f6b8f;
    --site-brand-primary-rgb: 15, 107, 143;
    --site-brand-strong: #0b4f6b;
    --site-brand-soft: #eef6fb;
    --site-brand-soft-strong: #d8eaf5;
    --site-brand-contrast: #ffffff;
    --site-sticky-header-bg: #0f6b8f;
    --site-sticky-buybar-bg: rgba(255, 255, 255, 0.98);
    --site-sticky-shadow: 0 12px 30px rgba(15, 23, 42, 0.10);
    --sh-accent: #0f6b8f;
    --sh-accent-lt: #eef6fb;
}

body.site-silvis {
    --site-brand-primary: #1f8c46;
    --site-brand-primary-rgb: 31, 140, 70;
    --site-brand-strong: #166534;
    --site-brand-soft: #eef8f1;
    --site-brand-soft-strong: #dcefe3;
    --site-brand-contrast: #ffffff;
    --site-sticky-header-bg: #000000;
    --site-sticky-buybar-bg: rgba(255, 255, 255, 0.98);
    --site-sticky-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
    --site-header-nav-bg: linear-gradient(90deg, #155f33 0%, #176636 52%, #1b7240 100%);
    --sh-accent: var(--site-brand-primary);
    --sh-accent-lt: var(--site-brand-soft);
    --site-home-heading-title-color: #000000;
    --site-home-heading-title-rgb: 0, 0, 0;
    --site-home-heading-accent-color: var(--site-brand-primary);
    --site-home-heading-accent-rgb: var(--site-brand-primary-rgb);
}

body.site-wup {
    --site-brand-primary: #b42318;
    --site-brand-primary-rgb: 180, 35, 24;
    --site-brand-strong: #8f1b13;
    --site-brand-soft: #fff4f2;
    --site-brand-soft-strong: #fde2dd;
    --site-brand-contrast: #ffffff;
    --site-sticky-header-bg: #000000;
    --site-sticky-buybar-bg: rgba(255, 255, 255, 0.98);
    --site-sticky-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
    --sh-accent: var(--site-brand-primary);
    --sh-accent-lt: var(--site-brand-soft);
    --site-home-heading-title-color: #000000;
    --site-home-heading-title-rgb: 0, 0, 0;
    --site-home-heading-accent-color: var(--site-brand-primary);
    --site-home-heading-accent-rgb: var(--site-brand-primary-rgb);
}

body.theme-pigna {
    --site-brand-primary: #b42318;
    --site-brand-primary-rgb: 180, 35, 24;
    --site-brand-strong: #8f1b13;
    --site-brand-soft: #fff4f2;
    --site-brand-soft-strong: #fde2dd;
    --site-brand-contrast: #ffffff;
    --site-sticky-header-bg: #b42318;
    --site-sticky-buybar-bg: rgba(255, 255, 255, 0.98);
    --site-sticky-shadow: 0 12px 30px rgba(15, 23, 42, 0.10);
    --sh-accent: #b42318;
    --sh-accent-lt: #fff4f2;
}

.hdr-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.site-brand__logo {
    display: block;
    height: auto;
    max-width: 100%;
}

.site-brand__logo--desktop,
.site-brand__logo--footer {
    max-height: 90px;
    width: auto;
}

.site-brand__logo--mobile,
.site-brand__logo--sticky {
    max-height: 56px;
    width: auto;
}

.hero-slider__link {
    display: block;
}

.hero-slider__image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#carouselExampleControls {
    margin-bottom: 20px;
}

.promo-section-heading {
    background: none;
    text-align: left;
    color: var(--site-brand-strong);
    margin-bottom: 16px;
    padding: 0;
}

.promo-section-heading h2 {
    color: var(--site-brand-strong);
    margin-bottom: 0;
}

.section-heading-emphasis {
    margin-bottom: 20px;
    padding: 0 0 16px;
    border-bottom: 1px solid #dbe4f0;
}

.section-heading-emphasis__title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-left: 18px;
    color: #0f172a;
    font-size: clamp(28px, 2.4vw, 34px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.section-heading-emphasis__title::before {
    content: '';
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 6px;
    background: var(--site-brand-primary, #367b9c);
}

.catalog-page__header.section-heading-emphasis {
    margin: 0;
    gap: 14px;
    margin-bottom: 24px;
}

.catalog-page__header.section-heading-emphasis .catalog-page__intro {
    max-width: 1000px;
}

.promo-section-heading.section-heading-emphasis > a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

.promo-section-heading.section-heading-emphasis p {
    margin: 10px 0 0;
    max-width: 980px;
    color: rgba(var(--site-home-heading-title-rgb, 35, 95, 123), 0.72);
}

.promo-section-heading--stacked {
    align-items: flex-start;
    gap: 12px;
}

.section-heading-emphasis__row,
.home-recommendation-heading-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.section-heading-emphasis__row--split {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.section-heading-emphasis__row--home {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.section-heading-emphasis__title-group {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1 1 auto;
}

.home-section-heading.section-heading-emphasis {
    margin-bottom: 14px;
    padding-bottom: 12px;
}

.home-section-heading.section-heading-emphasis .section-heading-emphasis__title {
    font-size: clamp(24px, 2vw, 31px);
}

.home-section-heading--history.section-heading-emphasis {
    margin-bottom: 8px;
    padding-bottom: 0;
    border-bottom: 0;
}

.home-section-heading--history.section-heading-emphasis .section-heading-emphasis__title {
    font-size: clamp(18px, 1.55vw, 24px);
    padding-left: 12px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--site-home-heading-title-color, #235f7b);
}

.home-section-heading--history.section-heading-emphasis .section-heading-emphasis__title::before {
    width: 4px;
    top: 3px;
    bottom: 3px;
    background: var(--site-home-heading-accent-color, #367b9c);
}

.home-section-heading--new.section-heading-emphasis {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.home-section-heading--new.section-heading-emphasis .section-heading-emphasis__title {
    font-size: clamp(20px, 1.7vw, 26px);
    padding-left: 12px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--site-home-heading-title-color, #235f7b);
}

.home-section-heading--new.section-heading-emphasis .section-heading-emphasis__title::before {
    width: 4px;
    top: 3px;
    bottom: 3px;
    background: var(--site-home-heading-accent-color, #367b9c);
}

.home-section-heading--new.section-heading-emphasis .section-heading-emphasis__link {
    min-height: 38px;
    padding: 8px 14px;
    font-size: 13px;
}

.home-section-heading--personalized.section-heading-emphasis {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.home-section-heading--personalized.section-heading-emphasis .section-heading-emphasis__title {
    font-size: clamp(20px, 1.7vw, 26px);
    padding-left: 12px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--site-home-heading-title-color, #235f7b);
}

.home-section-heading--personalized.section-heading-emphasis .section-heading-emphasis__title::before {
    width: 4px;
    top: 3px;
    bottom: 3px;
    background: var(--site-home-heading-accent-color, #367b9c);
}

.home-section-heading--personalized.section-heading-emphasis .section-heading-emphasis__link {
    min-height: 38px;
    padding: 8px 14px;
    font-size: 13px;
}

.home-section-heading--personalized .home-recommendation-info summary {
    width: 22px;
    height: 22px;
}

.home-recommendation-heading-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: auto;
}

.section-heading-emphasis__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border: 1px solid rgba(var(--site-home-heading-accent-rgb, 54, 123, 156), 0.24);
    background: #fff;
    color: var(--site-home-heading-title-color, #235f7b);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.section-heading-emphasis__link:hover,
.section-heading-emphasis__link:focus {
    border-color: rgba(var(--site-home-heading-accent-rgb, 54, 123, 156), 0.42);
    background: rgba(var(--site-home-heading-accent-rgb, 54, 123, 156), 0.06);
    color: var(--site-home-heading-title-color, #235f7b);
    text-decoration: none;
    transform: translateY(-1px);
}

.section-heading-emphasis a.titlenice,
.section-heading-emphasis a.titlenice:hover,
.section-heading-emphasis a.titlenice:focus {
    display: inline-flex;
    color: inherit;
    text-decoration: none;
}

.section-heading-emphasis a.titlenice .section-heading-emphasis__title,
a.titlenice .section-heading-emphasis__title {
    padding: 0 0 0 18px !important;
    background: none !important;
    color: #0f172a !important;
    text-align: left !important;
}

.home-discount-section {
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    overflow: visible;
}

.home-discount-layout {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    gap: 30px;
    align-items: stretch;
}

.home-discount-layout--wide {
    grid-template-columns: minmax(0, 1fr);
}

.home-discount-featured {
    min-height: 100%;
    border-right: 0;
    background: none;
}

.home-discount-featured__panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
}

.home-discount-featured__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 6px;
    background: var(--site-brand-strong, #1f5f7a);
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-discount-featured__title {
    margin: 0;
    color: var(--site-home-heading-title-color, #235f7b);
    font-size: clamp(1.9rem, 2.8vw, 2.5rem);
    line-height: 1.02;
    font-weight: 800;
}

.home-discount-featured__copy {
    margin: 12px 0 0;
    color: rgba(var(--site-home-heading-title-rgb, 35, 95, 123), 0.74);
    font-size: 15px;
    line-height: 1.65;
}

.home-discount-featured__card {
    margin-top: 18px;
    flex: 1 1 auto;
}

.home-discount-featured__card .product-card--listing {
    height: 100%;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    overflow: visible;
    background: transparent;
}

.home-discount-featured__card .product-grid-content,
.home-discount-featured__card .product-card--listing .product-card--body {
    background: transparent;
}

.home-discount-featured__extras {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.home-discount-featured__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(var(--site-home-heading-accent-rgb, 54, 123, 156), 0.18);
    text-decoration: none;
}

.home-discount-featured__thumb:hover,
.home-discount-featured__thumb:focus {
    border-color: rgba(var(--site-home-heading-accent-rgb, 54, 123, 156), 0.34);
    text-decoration: none;
}

.home-discount-featured__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-discount-featured__card .product-card--listing .product-card--body {
    padding: 18px 18px 20px;
}

.home-discount-featured__card .product-card--listing .card-image {
    height: 304px;
}

.home-discount-featured__card .product-card--listing .card-image img.img-fluid,
.home-discount-featured__card .product-card--listing .card-image iframe {
    max-height: 280px;
}

.home-discount-featured__card .product-card--listing .product-title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.28;
    min-height: auto;
    -webkit-line-clamp: 2;
}

.home-discount-featured__card .product-card--listing .product-price-box {
    margin-top: 12px;
}

.home-discount-featured__card .product-card--listing .price-main {
    font-size: 46px;
    line-height: 0.92;
}

.home-discount-featured__card .product-card--listing .price-main sup {
    font-size: 0.52em;
}

.home-discount-featured__card .product-card--listing .price-vat {
    font-size: 13px;
}

.home-discount-featured__card .product-card--listing .btn-altex {
    min-height: 48px;
    font-size: 15px;
}

.home-discount-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 0;
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(var(--site-home-heading-accent-rgb, 54, 123, 156), 0.16);
}

.home-discount-heading h2 {
    color: var(--site-home-heading-title-color, #235f7b);
    margin-bottom: 6px;
}

.home-discount-heading p {
    margin: 0;
    color: rgba(var(--site-home-heading-title-rgb, 35, 95, 123), 0.72);
    font-size: 14px;
    line-height: 1.55;
    max-width: 640px;
}

.home-discount-heading__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(var(--site-home-heading-accent-rgb, 54, 123, 156), 0.22);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--site-home-heading-title-color, #235f7b);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.home-discount-heading__link:hover,
.home-discount-heading__link:focus {
    color: var(--site-home-heading-title-color, #235f7b);
    text-decoration: none;
    border-color: rgba(var(--site-home-heading-accent-rgb, 54, 123, 156), 0.36);
    background: rgba(var(--site-home-heading-accent-rgb, 54, 123, 156), 0.06);
}

.home-discount-grid-block {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.home-discount-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding: 18px 0 0;
    margin: 0;
}

.home-discount-grid--wide {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.home-discount-grid__item {
    min-width: 0;
}

.home-discount-grid__item .product-card--listing {
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid rgba(18, 62, 99, 0.12);
    background: rgba(255, 255, 255, 0.92);
}

.home-discount-empty {
    margin: 18px 22px 22px;
    padding: 30px 24px;
    border: 1px dashed rgba(29, 79, 124, 0.24);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.72);
    color: #46657f;
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 1199.98px) {
    .home-discount-layout {
        grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    }

    .home-discount-featured__card .product-card--listing .card-image {
        height: 280px;
    }

    .home-discount-featured__card .product-card--listing .card-image img.img-fluid,
    .home-discount-featured__card .product-card--listing .card-image iframe {
        max-height: 252px;
    }

    .home-discount-featured__card .product-card--listing .price-main {
        font-size: 40px;
    }

    .home-discount-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-discount-grid--wide {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .home-discount-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-discount-featured {
        border-right: 0;
        border-bottom: 0;
    }

    .home-discount-heading {
        flex-direction: column;
        gap: 12px;
    }

    .home-discount-heading__link {
        min-height: 42px;
    }

    .home-discount-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-discount-grid--wide {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .home-discount-section {
        border-radius: 0;
    }

    .home-discount-featured__panel {
        padding: 0;
    }

    .home-discount-featured__title {
        font-size: 1.8rem;
    }

    .home-discount-featured__card .product-card--listing {
        border-radius: 0;
    }

    .home-discount-featured__card .product-card--listing .card-image {
        height: 240px;
    }

    .home-discount-featured__card .product-card--listing .card-image img.img-fluid,
    .home-discount-featured__card .product-card--listing .card-image iframe {
        max-height: 220px;
    }

    .home-discount-featured__card .product-card--listing .product-title {
        font-size: 16px;
    }

    .home-discount-featured__card .product-card--listing .price-main {
        font-size: 34px;
    }

    .home-discount-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 16px 0 0;
    }

    .home-discount-grid__item {
        padding: 0;
    }

    .home-discount-heading {
        padding: 0 0 14px;
    }

    .home-discount-empty {
        margin: 16px 0 0;
    }
}

.home-recommendation-info {
    position: relative;
    margin: 0;
}

.home-recommendation-info summary {
    list-style: none;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(var(--site-home-heading-accent-rgb, 54, 123, 156), 0.24);
    border-radius: 999px;
    background: #fff;
    color: rgba(var(--site-home-heading-title-rgb, 35, 95, 123), 0.72);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    user-select: none;
}

.home-recommendation-info summary::-webkit-details-marker {
    display: none;
}

.home-recommendation-info[open] summary {
    color: var(--site-home-heading-title-color, #235f7b);
    border-color: rgba(var(--site-home-heading-accent-rgb, 54, 123, 156), 0.42);
}

.home-recommendation-info__panel {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 20;
    width: min(420px, calc(100vw - 48px));
    padding: 12px 14px;
    border: 1px solid rgba(var(--site-home-heading-accent-rgb, 54, 123, 156), 0.18);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
    color: rgba(var(--site-home-heading-title-rgb, 35, 95, 123), 0.72);
    font-size: 14px;
    line-height: 1.55;
}

.home-recommendation-heading-row--compact {
    display: inline-flex;
    width: auto;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: nowrap;
}

.home-recommendation-heading-row--compact .home-recommendation-info {
    margin-left: 2px;
}

.feature-box__icon-svg {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
}

.deferred-render-section {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
}

.deferred-render-section--product-contacts {
    contain-intrinsic-size: 560px;
}

.deferred-render-section--product-recommendations {
    contain-intrinsic-size: 760px;
}

.btn-inline-icon,
.mobile-search-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-inline-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    vertical-align: text-bottom;
}

.mobile-search-icon {
    width: 18px;
    height: 18px;
    color: #666;
    flex: 0 0 auto;
}

.btn-inline-icon svg,
.mobile-search-icon svg,
.whatsapp-floating-icon {
    width: 100%;
    height: 100%;
    display: block;
}

.header-search-block {
    position: relative;
}

.header-search-form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.header-search-field {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 52px;
    margin: 0;
    padding: 0 18px;
    border: 1px solid #d4d8dd;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: none;
}

.header-search-field:focus-within {
    border-color: #8c9198;
    box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.08);
}

.header-search-field__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #4b5563;
    flex: 0 0 auto;
}

.header-search-field__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.header-search-block .header-search-form .form-control {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0 0 0 14px;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #111827;
    line-height: 1.35;
    box-shadow: none !important;
    appearance: none;
}

.header-search-block .header-search-form .form-control::placeholder {
    color: #8f949b;
}

.header-search-block .header-search-form .form-control:focus {
    border: 0;
    box-shadow: none;
}

.header-search-block .header-search-form .form-control:-webkit-autofill,
.header-search-block .header-search-form .form-control:-webkit-autofill:hover,
.header-search-block .header-search-form .form-control:-webkit-autofill:focus {
    -webkit-text-fill-color: #111827;
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
    transition: background-color 9999s ease-out 0s;
}

.header-search-block .header-search-submit {
    min-width: 176px;
    min-height: 52px;
    margin: 0;
    padding: 0 26px;
    border: 0;
    border-radius: 16px;
    background: #2f3032;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: none;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.header-search-block .header-search-submit:hover,
.header-search-block .header-search-submit:focus {
    transform: translateY(-1px);
    background: #1f2022;
    border: 0;
    box-shadow: none;
    filter: none;
}

.header-search-block__hint {
    margin-top: 8px;
    padding-left: 4px;
    font-size: 12px;
    line-height: 1.4;
    color: #6b7280;
}

.free_delivery,
.minim_order {
    color: #4b5563;
}

.free_delivery {
    text-align: left;
}

.minim_order {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 14px;
}

.header-review-trust {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4b5563;
    text-decoration: none;
    line-height: 1.2;
}

.header-review-trust::before {
    content: '';
    width: 1px;
    height: 18px;
    background: #d6d9de;
}

.header-review-trust__stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    flex: 0 0 auto;
}

.header-review-trust__star {
    font-size: 12px;
    line-height: 1;
    color: #d4dbe3;
}

.header-review-trust__star--active {
    color: #f5b336;
}

.header-review-trust__text {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    flex-wrap: wrap;
    font-size: 12px;
}

.header-review-trust__text strong {
    color: #111827;
    font-size: 13px;
    font-weight: 800;
}

.header-review-trust:hover,
.header-review-trust:focus {
    color: #111827;
    text-decoration: none;
}

.mobile-search {
    padding: 12px 0 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
    border-bottom: 1px solid #e5e7eb;
}

.mobile-search-panel {
    padding: 10px 12px 12px;
    border: 1px solid #e0e9f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.mobile-search-panel__hint {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    color: #5f7183;
}

.mobile-search-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    margin: 0;
    padding: 0 16px;
    border: 1px solid #d6e3ec;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.mobile-search-wrapper:focus-within {
    border-color: #4d9fc3;
    box-shadow: 0 0 0 4px rgba(63, 166, 211, 0.14);
}

.mobile-search-icon {
    color: #0f5f84;
}

.mobile-search-wrapper input {
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #0f172a;
    font-size: 16px;
    line-height: 1.4;
    outline: none;
    box-shadow: none;
}

.mobile-search-wrapper input::placeholder {
    color: #7a8797;
}

.ui-autocomplete {
    max-height: min(70vh, 560px);
    overflow-y: auto;
    padding: 8px;
    border: 1px solid #dce6ed;
    border-radius: 18px;
    background: rgba(255,255,255,0.98);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(10px);
    z-index: 9999 !important;
}

.ui-autocomplete::before {
    content: 'Sugestii produse';
    display: block;
    padding: 8px 12px 10px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6b7a8c;
}

.autocomplete-item {
    list-style: none;
}

.autocomplete-row {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 12px 14px;
    border-radius: 14px;
    transition: background .15s ease, transform .15s ease;
}

.autocomplete-row:hover,
.ui-menu-item-wrapper.ui-state-active .autocomplete-row,
.ui-state-active .autocomplete-row,
.ui-menu-item .ui-state-active .autocomplete-row {
    background: #eef6fb;
    transform: translateY(-1px);
}

.autocomplete-thumb {
    width: 68px;
    height: 68px;
    border-radius: 12px;
    border: 1px solid #e7edf3;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.autocomplete-title {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    color: #0f172a;
}

.category-menu .has-children > a {
    position: relative;
    padding-right: 44px !important;
}

.category-menu .has-children > a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    width: 8px;
    height: 8px;
    margin: 0;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-62%) rotate(45deg);
    font-family: inherit !important;
    font-size: 0 !important;
    font-weight: 400 !important;
    line-height: 1;
    opacity: 0.7;
}

.category-menu .has-children:hover > a::before,
.category-menu .has-children:focus-within > a::before {
    opacity: 1;
}

@media (max-width: 991.98px) {
    .ui-autocomplete {
        max-width: min(92vw, 420px);
    }
}

.off-canvas-close-icon {
    display: inline-block;
    font-size: 36px;
    line-height: 1;
    color: inherit;
}

.product-rating-star {
    font-size: 0.92rem;
    line-height: 1;
    color: #d8dde4;
}

.product-rating-star--active {
    color: #f6b93b;
}

.product-rating-count {
    margin-left: 4px;
    font-size: 11px;
    line-height: 1;
    color: #6b7280;
    font-weight: 600;
}

.product-card--listing .product-card--body {
    display: flex;
    flex-direction: column;
    padding: 12px;
    background: #fff;
    position: relative;
    text-align: left;
    height: 100%;
}

.product-card--listing .product-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 10;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 8px;
    pointer-events: none;
}

.product-card--listing .product-badges__column {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.product-card--listing .product-badges__column--left {
    align-items: flex-start;
}

.product-card--listing .product-badges__column--right {
    align-items: flex-end;
}

.product-card--listing .product-badges .product-badge {
    pointer-events: auto;
    max-width: 112px;
    min-width: 82px;
    text-align: center;
    line-height: 1.2;
    white-space: normal;
    text-transform: uppercase;
}

.product-card--listing .product-badges .product-badge--volume {
    background: #1d9a62;
    color: #fff;
}

.product-card--listing .product-badges .product-badge--volume .volume-price {
    display: block;
    margin-top: 2px;
}

.product-card--listing .product-badges .product-badge--volume sup {
    font-size: 0.72em;
    line-height: 1;
}

.product-card--listing .product-badges .product-badge--service,
.product-card--listing .product-badges .product-badge--campaign {
    background: #333;
    color: #fff;
}

.product-card--listing .product-badges .product-badge--campaign {
    background: var(--campaign-badge-static-bg, #333);
}

.product-card--listing .product-badges .product-badge--volume .volume-price-meta {
    display: block;
    margin-top: 2px;
    font-size: 10px;
    line-height: 1.15;
    opacity: 0.9;
}

.product-card--listing .product-badges .product-card-wishlist {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #111827;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
    pointer-events: auto;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.product-card--listing .product-badges .product-card-wishlist:hover,
.product-card--listing .product-badges .product-card-wishlist:focus {
    color: #1d9a62;
    border-color: rgba(29, 154, 98, 0.28);
    outline: none;
    transform: translateY(-1px);
}

.product-card--listing .product-badges .product-card-wishlist svg {
    display: block;
}

.product-card--listing .product-badges .product-card-wishlist.in-wishlist {
    color: #1d9a62;
    border-color: rgba(29, 154, 98, 0.28);
    background: rgba(240, 253, 246, 0.98);
}

.product-card--listing .product-badges .product-card-wishlist.wishlist-loading {
    opacity: 0.65;
    transform: scale(0.97);
}

.product-card--listing[data-recommendation-placement] {
    position: relative;
}

.product-card--listing .card-image {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.product-card--listing .card-image > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.product-card--listing .card-image img.img-fluid,
.product-card--listing .card-image iframe {
    max-height: 180px;
    width: auto;
    max-width: 100%;
    border: 0;
    display: block;
}

.product-card--listing .product-headerz {
    padding-top: 0;
}

.product-card--listing .product-stock {
    font-size: 12px;
    font-weight: 500;
}

.product-card--listing .product-stock--in {
    color: #198754;
}

.product-card--listing .product-stock--low {
    color: #f5a623;
}

.product-card--listing .product-stock--out {
    color: #d91400;
}

.product-card--listing .product-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #111;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3.9em;
}

.product-card--listing .product-title:hover,
.product-card--listing .product-title:focus {
    color: #111;
}

.product-card--listing .product-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    margin-top: 4px;
}

.product-card--listing .product-rating {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    min-height: 18px;
    white-space: nowrap;
}

.product-card--listing .product-rating .fa-star {
    font-size: 12px;
    color: #ddd;
}

.product-card--listing .product-rating .star_on {
    color: #f5a623;
}

.product-card--listing .product-price-box {
    margin-top: 6px;
}

.product-card--listing .price-old-row {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 18px;
    margin-bottom: 2px;
}

.product-card--listing .price-old-row--placeholder {
    visibility: hidden;
}

.product-card--listing .price-old {
    font-size: 13px;
    color: #777;
    text-decoration: line-through;
}

.product-card--listing .price-discount {
    background: #d91400;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 3px 6px;
    border-radius: 4px;
    line-height: 1;
}

.product-card--listing .price-main {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.product-card--listing .price-main sup {
    font-size: 0.6em;
}

.product-card--listing .price-vat {
    font-size: 11px;
    color: #777;
}

.product-card--listing .product-cta {
    margin-top: auto;
    padding-top: 8px;
}

.product-card--listing .btnajaxaddtocart,
.product-card--listing .btn-altex {
    width: 100%;
    padding: 7px 0;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.product-card--listing .btnajaxaddtocart:hover,
.product-card--listing .btn-altex:hover {
    background: #333;
    color: #fff;
    border: none;
}

.product-headerz {
    padding-top: 5px;
}

.btnajaxaddtocart {
    background: var(--site-brand-primary, #367b9c);
    padding: 10px 12px;
    color: #fff;
    border-radius: 4px;
    border: 2px solid #3333;
}

.btnajaxaddtocart:hover {
    background: #fff;
    color: var(--site-brand-primary, #367b9c);
    border-radius: 4px;
    border: 2px solid #3333;
    cursor: pointer;
}

.whatsapp-floating-icon {
    width: 26px;
    height: 26px;
}

.hdr-icon-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px 14px;
    border-radius: 14px;
    text-decoration: none !important;
    color: #222 !important;
    transition: background .18s, color .18s, transform .15s;
    cursor: pointer;
    position: relative;
    min-width: 64px;
}

.hdr-icon-btn:hover {
    background: #f4f4f6;
    color: #111 !important;
    transform: translateY(-2px);
    text-decoration: none !important;
}

.hdr-icon-btn.is-current {
    color: #0f5f84 !important;
}

.hdr-icon-btn.is-current .hdr-icon-label {
    color: #0f5f84;
}

.hdr-icon-btn.is-current:not(.hdr-icon-cart) {
    background: rgba(15, 95, 132, 0.08);
}

.hdr-icon-btn.is-current:not(.hdr-icon-cart) svg {
    stroke: #0f5f84;
}

.hdr-icon-btn.hdr-icon-cart {
    background: #111;
    color: #fff !important;
}

.hdr-icon-btn.hdr-icon-cart:hover {
    background: #333;
    color: #fff !important;
}

.hdr-icon-btn.hdr-icon-cart .hdr-icon-label {
    color: #fff;
}

.hdr-icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}

.hdr-icon-wrap svg {
    width: 26px;
    height: 26px;
    display: block;
}

.hdr-icon-label {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #555;
    white-space: nowrap;
}

.hdr-badge {
    position: absolute;
    top: -2px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    background: #e53935;
    color: #fff;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    line-height: 1;
    border: 2px solid #fff;
    z-index: 2;
}

.hdr-badge:empty {
    display: none;
}

.hdr-icon-btn:hover svg path {
    transition: fill .2s, stroke .2s;
}

.hdr-icon-btn:not(.hdr-icon-cart):hover svg {
    stroke: var(--site-brand-primary);
}

.common-sticky .site-brand__logo--sticky {
    display: block;
    max-height: 40px;
    width: auto;
    max-width: 124px;
}

.common-sticky .hdr-icons--sticky {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.common-sticky .hdr-icons--sticky .hdr-icon-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 0;
    min-height: 44px;
    width: auto;
    height: auto;
    padding: 0 8px;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    white-space: nowrap;
    color: var(--site-brand-contrast) !important;
}

.common-sticky .hdr-icons--sticky .hdr-icon-btn:hover,
.common-sticky .hdr-icons--sticky .hdr-icon-btn:focus {
    background: transparent !important;
    transform: none;
    color: var(--site-brand-contrast) !important;
}

.common-sticky .hdr-icons--sticky .hdr-icon-btn.is-current:not(.hdr-icon-cart) {
    background: rgba(255, 255, 255, 0.14) !important;
    color: var(--site-brand-contrast) !important;
}

.common-sticky .hdr-icons--sticky .hdr-icon-btn.is-current:not(.hdr-icon-cart) .hdr-icon-label {
    color: var(--site-brand-contrast) !important;
}

.common-sticky .hdr-icons--sticky .hdr-icon-btn.is-current:not(.hdr-icon-cart) svg {
    stroke: currentColor;
}

.common-sticky .hdr-icons--sticky .hdr-icon-wrap {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
}

.common-sticky .hdr-icons--sticky .hdr-icon-wrap svg {
    width: 20px;
    height: 20px;
}

.common-sticky .hdr-icons--sticky .hdr-icon-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1;
    color: var(--site-brand-contrast);
}

.common-sticky .hdr-icons--sticky .hdr-badge {
    top: -4px;
    right: -6px;
}

.sticky-init.fixed-header.common-sticky {
    top: var(--site-product-sticky-offset, 0px);
    background: var(--site-sticky-header-bg);
    border-bottom-color: rgba(255, 255, 255, 0.14);
    box-shadow: var(--site-sticky-shadow);
    transition: top 0.18s ease;
}

.sticky-init.fixed-header.common-sticky::before {
    display: none;
}

.common-sticky .container {
    position: relative;
    display: block !important;
    height: auto;
}

.site-sticky-bar {
    display: grid;
    grid-template-columns: auto minmax(96px, 128px) minmax(320px, 1fr) auto;
    align-items: center;
    gap: 18px;
    width: 100%;
    min-height: 72px;
    padding: 8px 0;
}

.site-sticky-bar__logo {
    min-width: 88px;
}

.site-sticky-bar__search {
    min-width: 0;
}

.site-sticky-bar__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    min-width: 0;
}

.header-search-block--sticky {
    width: 100%;
}

.header-search-block--sticky .header-search-form--sticky {
    position: relative;
    display: block;
    gap: 0;
}

.header-search-block--sticky .header-search-field--sticky {
    min-height: 44px;
    padding: 0 48px 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 4px;
    background: #fff;
}

.header-search-block--sticky .header-search-field--sticky:focus-within {
    border-color: rgba(var(--site-brand-primary-rgb), 0.55);
    box-shadow: 0 0 0 2px rgba(var(--site-brand-primary-rgb), 0.12);
}

.header-search-block--sticky .header-search-submit--sticky {
    position: absolute;
    top: 50%;
    right: 6px;
    min-width: 36px;
    width: 36px;
    min-height: 36px;
    padding: 0;
    border: 0;
    border-radius: 0;
    flex: 0 0 36px;
    background: transparent !important;
    box-shadow: none !important;
    color: #27323f;
    transform: translateY(-50%);
}

.header-search-block--sticky .header-search-submit--sticky .btn-inline-icon {
    margin-right: 0;
}

.header-search-block--sticky .header-search-submit--sticky:hover,
.header-search-block--sticky .header-search-submit--sticky:focus {
    background: transparent;
    color: #111827;
    transform: translateY(-50%);
}

.site-sticky-category-nav {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 220;
    align-self: center;
    flex: 0 0 auto;
    width: auto;
    max-width: max-content;
}

.site-sticky-menu-trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 6px 0 0;
    position: relative;
    z-index: 2;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--site-brand-contrast);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    box-shadow: none !important;
    transition: color .18s ease;
}

.site-sticky-menu-trigger:hover,
.site-sticky-menu-trigger:focus {
    color: var(--site-brand-contrast);
}

.site-sticky-menu-trigger__icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.site-sticky-menu-trigger__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.site-sticky-menu-trigger__label {
    white-space: nowrap;
}

.site-sticky-category-panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    width: 336px;
    max-height: none;
    overflow: visible;
    padding: 10px 0;
    border: 1px solid #e5edf3;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.18);
    z-index: 1205;
}

.site-sticky-category-panel::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 20px;
    width: 16px;
    height: 16px;
    border-top: 1px solid #e5edf3;
    border-left: 1px solid #e5edf3;
    background: #fff;
    transform: rotate(45deg);
}

.site-sticky-category-nav::after {
    display: none;
}

.site-sticky-category-nav.is-open .site-sticky-category-panel {
    display: block;
}

.site-sticky-category-panel .category-menu {
    position: static;
    width: 100%;
    min-width: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: block;
    border: 0;
    background: transparent;
    box-shadow: none;
    pointer-events: auto;
}

.site-sticky-category-panel,
.site-sticky-category-panel * {
    pointer-events: auto;
}

.site-sticky-category-panel .category-menu > li {
    padding: 0 14px;
}

.site-sticky-category-panel .category-menu > li > a {
    border-radius: 0;
    pointer-events: auto;
}

.site-sticky-category-panel .category-menu .sub-menu,
.site-sticky-category-panel .category-menu .has-children > .sub-menu {
    pointer-events: auto;
    z-index: 1206;
}

.common-sticky .hdr-icons--sticky .hdr-icon-btn.hdr-icon-cart {
    border-radius: 4px;
    padding: 0 12px;
    background: transparent !important;
    color: var(--site-brand-contrast) !important;
}

.common-sticky .hdr-icons--sticky .hdr-icon-btn.hdr-icon-cart:hover,
.common-sticky .hdr-icons--sticky .hdr-icon-btn.hdr-icon-cart:focus {
    background: transparent !important;
    color: var(--site-brand-contrast) !important;
}

.common-sticky .hdr-icons--sticky .hdr-icon-btn.hdr-icon-cart .hdr-icon-label {
    color: var(--site-brand-contrast) !important;
}

@media (max-width: 1399.98px) {
    .site-sticky-bar {
        grid-template-columns: auto minmax(84px, 108px) minmax(260px, 1fr) auto;
        gap: 12px;
    }

    .common-sticky .hdr-icons--sticky .hdr-icon-btn {
        padding: 0 8px;
        gap: 6px;
    }

    .common-sticky .hdr-icons--sticky .hdr-icon-label {
        font-size: 12px;
    }

    .common-sticky .site-brand__logo--sticky {
        max-height: 36px;
        max-width: 108px;
    }
}

.hdr-dropdown {
    position: relative;
}

.hdr-dropdown::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 16px;
}

.hdr-dropdown__panel {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 340px;
    padding: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
    z-index: 120;
}

.hdr-dropdown__panel::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 28px;
    width: 16px;
    height: 16px;
    border-top: 1px solid #e5e7eb;
    border-left: 1px solid #e5e7eb;
    background: #fff;
    transform: rotate(45deg);
}

.hdr-dropdown:hover .hdr-dropdown__panel,
.hdr-dropdown:focus-within .hdr-dropdown__panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.hdr-favorites-preview__header,
.hdr-favorites-preview__footer,
.hdr-cart-preview__header,
.hdr-cart-preview__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.hdr-favorites-preview__header,
.hdr-cart-preview__header {
    margin-bottom: 14px;
}

.hdr-favorites-preview__header strong,
.hdr-favorites-preview__guest strong,
.hdr-favorites-preview__empty strong,
.hdr-cart-preview__header strong,
.hdr-cart-preview__empty strong {
    display: block;
    font-size: 15px;
    line-height: 1.3;
    color: #111827;
}

.hdr-favorites-preview__header span,
.hdr-cart-preview__header span {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.4;
    color: #6b7280;
}

.hdr-favorites-preview__header a,
.hdr-cart-preview__header a {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    text-decoration: none;
}

.hdr-favorites-preview__list,
.hdr-cart-preview__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hdr-favorites-preview__item,
.hdr-cart-preview__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 14px;
    text-decoration: none;
    color: #111827;
    transition: background .16s ease, transform .16s ease;
}

.hdr-favorites-preview__item:hover,
.hdr-favorites-preview__item:focus,
.hdr-cart-preview__item:hover,
.hdr-cart-preview__item:focus {
    background: #f8fafc;
    color: #111827;
    text-decoration: none;
    transform: translateY(-1px);
}

.hdr-favorites-preview__thumb,
.hdr-cart-preview__thumb {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border: 1px solid #edf1f5;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.hdr-favorites-preview__thumb img,
.hdr-cart-preview__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.hdr-favorites-preview__content,
.hdr-cart-preview__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.hdr-favorites-preview__name,
.hdr-cart-preview__name {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
    color: #111827;
}

.hdr-favorites-preview__meta,
.hdr-cart-preview__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 10px;
    font-size: 12px;
    line-height: 1.4;
}

.hdr-favorites-preview__price {
    font-weight: 700;
    color: #111827;
}

.hdr-favorites-preview__stock,
.hdr-cart-preview__stock {
    color: #198754;
}

.hdr-favorites-preview__guest,
.hdr-favorites-preview__empty,
.hdr-cart-preview__empty {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hdr-favorites-preview__guest p,
.hdr-favorites-preview__empty p,
.hdr-cart-preview__empty p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #4b5563;
}

.hdr-favorites-preview__footer,
.hdr-cart-preview__footer {
    margin-top: 14px;
}

.hdr-favorites-preview__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 11px 16px;
    border-radius: 12px;
    background: #111827;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

.hdr-favorites-preview__cta:hover,
.hdr-favorites-preview__cta:focus {
    background: #1f2937;
    color: #fff;
    text-decoration: none;
}

.hdr-cart-preview {
    width: 380px;
}

.hdr-cart-preview__qty,
.hdr-cart-preview__line {
    font-size: 12px;
    line-height: 1.4;
    color: #475569;
}

.hdr-cart-preview__qty {
    font-weight: 600;
}

.hdr-cart-preview__line {
    flex: 0 0 auto;
    margin-left: auto;
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
}

.hdr-cart-preview__total {
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: #475569;
    font-size: 12px;
    line-height: 1.4;
}

.hdr-cart-preview__total strong {
    color: #111827;
    font-size: 16px;
    line-height: 1.2;
}

.hdr-cart-preview__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 12px;
    background: #111827;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.hdr-cart-preview__cta:hover,
.hdr-cart-preview__cta:focus {
    background: #1f2937;
    color: #fff;
    text-decoration: none;
}

.mob-hdr-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.mob-hdr-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    color: #222;
    text-decoration: none;
    transition: background .15s;
}

.mob-hdr-icon:hover {
    background: #f0f0f0;
}

.mob-hdr-icon.is-current {
    color: #0f5f84;
    background: rgba(15, 95, 132, 0.08);
}

.mob-hdr-icon svg {
    width: 24px;
    height: 24px;
}

.mob-hdr-icon .hdr-badge {
    top: 1px;
    right: 1px;
}

.mob-hdr-icon--cart {
    background: #111;
    color: #fff;
}

.mob-hdr-icon--cart:hover {
    background: #333;
}

.mob-hdr-icon--cart svg {
    stroke: #fff;
}

.feature-box .text h3 {
    font-size: 1rem;
    line-height: 1.35;
    margin-bottom: 0.35rem;
}

.header-bottom .main-navigation {
    height: 100%;
    display: flex;
    align-items: stretch;
}

.header-bottom .main-menu.menu-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 52px;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.header-bottom .main-menu > li {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.header-bottom .main-menu > li > a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 15px;
    font-size: 0.87rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-decoration: none !important;
    color: rgba(255,255,255,0.88) !important;
    position: relative;
    transition: color .18s;
    white-space: nowrap;
}

.header-bottom .main-menu > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 2px;
    background: rgba(255,255,255,0.9);
    border-radius: 2px 2px 0 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .22s cubic-bezier(.4,0,.2,1);
}

.header-bottom .main-menu > li > a:hover {
    color: #fff !important;
}

.header-bottom .main-menu > li > a:hover::after {
    transform: scaleX(1);
}

.header-bottom .main-menu > li[class*="danger"] > a,
.header-bottom .main-menu > li[class*="warning"] > a {
    font-weight: 700;
}

.header-bottom .category-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 52px;
    padding: 0 18px;
    font-size: 0.87rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    background: var(--site-header-category-trigger-bg, rgba(0, 0, 0, 0.18)) !important;
    color: #fff;
    border: 0;
    transition: background .18s;
    cursor: pointer;
}

.header-bottom .category-trigger::before,
.header-bottom .category-trigger::after,
.category-trigger::before,
.category-trigger::after {
    content: none !important;
    display: none !important;
}

.category-trigger__text {
    display: inline-flex;
    align-items: center;
}

.header-bottom .category-trigger .btn-inline-icon {
    width: 18px;
    height: 18px;
    margin-right: 2px;
}

.category-trigger__chevron {
    width: 10px;
    height: 10px;
    margin-left: auto;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    opacity: 0.82;
    flex: 0 0 auto;
}

.header-bottom .category-trigger:hover {
    background: var(--site-header-category-trigger-hover-bg, rgba(0, 0, 0, 0.28)) !important;
}

.header-bottom .main-menu > li.menu-item.reduceri {
    background: transparent;
}

.header-bottom .main-menu > li.menu-item.reduceri > a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    margin: 8px 0;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--site-header-promo-pill-bg, #d91400);
    color: #fff;
    font-weight: 700;
    box-shadow: var(--site-header-promo-pill-shadow, none);
    transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.header-bottom .main-menu > li.menu-item.reduceri > a:hover,
.header-bottom .main-menu > li.menu-item.reduceri > a:focus {
    background: var(--site-header-promo-pill-hover-bg, #b70f00);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.header-bottom.bg-primary {
    background: var(--site-header-nav-bg, var(--site-brand-primary));
    color: var(--site-brand-contrast);
}

.header-bottom {
    min-height: 52px;
}

.catalog-page {
    padding-bottom: 32px;
}

.catalog-page__header {
    margin-bottom: 20px;
}

.catalog-page__title {
    margin-bottom: 10px;
    color: #111;
}

.catalog-page__intro {
    color: #444;
}

.catalog-page__intro > :last-child {
    margin-bottom: 0;
}

.catalog-results-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 16px;
    font-size: 14px;
    color: #666;
}

.catalog-results-meta__count {
    font-weight: 600;
    color: #111;
}

.catalog-filter-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.catalog-filter-chip {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f3f5f7;
    color: #333;
    font-size: 12px;
    line-height: 1.3;
}

.catalog-page .messageajax {
    margin-bottom: 16px;
}

.catalog-empty-state {
    padding: 24px;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fafafa;
    color: #444;
}

.breadcrumb-contents .breadcrumb-item a,
.breadcrumb-nav__item a {
    color: #374151;
}

.breadcrumb-contents .breadcrumb-item a:hover,
.breadcrumb-nav__item a:hover {
    color: #111827;
}

.breadcrumb-contents .breadcrumb-item span,
.breadcrumb-nav__item {
    color: #4b5563;
}

.breadcrumb-contents .breadcrumb-item.active span,
.breadcrumb-nav__item.is-active {
    color: #111827;
    font-weight: 600;
}

.breadcrumb-contents .breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-nav__item::after {
    color: #6b7280;
}

.breadcrumb-section {
    padding: 12px 0 6px;
}

.breadcrumb-contents .breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb-contents .breadcrumb-item {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.35;
}

.breadcrumb-contents .breadcrumb-item + .breadcrumb-item {
    padding-left: 16px;
    position: relative;
}

.breadcrumb-contents .breadcrumb-item + .breadcrumb-item::before {
    content: '' !important;
    position: absolute;
    left: 2px;
    top: 50%;
    width: 7px;
    height: 7px;
    padding: 0;
    border-right: 2px solid #94a3b8;
    border-bottom: 2px solid #94a3b8;
    transform: translateY(-58%) rotate(-45deg);
    font-family: inherit !important;
    color: transparent !important;
}

.breadcrumb-contents .breadcrumb-item a,
.breadcrumb-contents .breadcrumb-item span {
    display: inline-block;
    max-width: 100%;
}

.catalog-filter-scroll {
    overflow-y: auto;
    max-height: 300px;
}

.breadcrumb-nav {
    margin: 16px 0 20px;
    font-size: 14px;
}

.breadcrumb-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-nav__item {
    color: #666;
}

.breadcrumb-nav__item::after {
    content: '/';
    margin-left: 10px;
    color: #b5b5b5;
}

.breadcrumb-nav__item:last-child::after {
    display: none;
}

.breadcrumb-nav__item.is-active {
    color: #111;
    font-weight: 600;
}

.catalog-layout__sidebar .inner-page-sidebar {
    position: sticky;
    top: 16px;
}

.catalog-layout__sidebar .inner-page-sidebar {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-right: 0;
}

.catalog-layout__sidebar .single-block {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
    box-shadow: none;
}

.catalog-layout__sidebar .sidebar-title {
    margin: 0;
    padding: 0 0 10px;
    text-align: left;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    color: #111827;
    border-bottom: 0;
}

.catalog-layout__sidebar .sidebar-menu--shop {
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent;
}

.catalog-layout__sidebar .sidebar-menu--shop > li + li {
    margin-top: 2px;
}

.catalog-layout__sidebar .sidebar-menu--shop > li > a,
.catalog-layout__sidebar .inner-cat-items > li > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 20px 7px 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 1.35;
    color: #0f172a;
    text-decoration: none;
    transition: color .15s ease, opacity .15s ease;
}

.catalog-layout__sidebar .sidebar-menu--shop > li > a.notactive {
    font-weight: 500;
}

.catalog-layout__sidebar .sidebar-menu--shop > li.has-children > a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4px;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #9ca3af;
    border-bottom: 1.5px solid #9ca3af;
    transform: translateY(-58%) rotate(-45deg);
    transition: border-color .15s ease;
}

.catalog-layout__sidebar .sidebar-menu--shop > li > a:hover,
.catalog-layout__sidebar .inner-cat-items > li > a:hover {
    background: transparent;
    color: #111827;
}

.catalog-layout__sidebar .sidebar-menu--shop > li.has-children > a:hover::after,
.catalog-layout__sidebar .sidebar-menu--shop > li.has-children > a.active::after {
    border-color: #111827;
}

.catalog-layout__sidebar .sidebar-menu--shop a.active {
    color: #111827;
    font-weight: 700;
    background: transparent;
}

.catalog-layout__sidebar .inner-cat-items {
    margin: 4px 0 0;
    padding: 0 0 0 14px;
    list-style: none;
}

.catalog-layout__sidebar .inner-cat-items > li + li {
    margin-top: 1px;
}

.catalog-layout__sidebar .inner-cat-items > li > a {
    padding: 5px 0;
    font-size: 13px;
    color: #475569;
}

.catalog-layout__sidebar .catalog-filter-scroll {
    max-height: 280px;
    position: relative;
    overflow-y: auto;
    padding-right: 12px;
    scrollbar-gutter: stable;
}

.catalog-layout__sidebar .catalog-filter-scroll::-webkit-scrollbar {
    width: 10px;
}

.catalog-layout__sidebar .catalog-filter-scroll::-webkit-scrollbar-track {
    background: #eef2f7;
    border-radius: 999px;
}

.catalog-layout__sidebar .catalog-filter-scroll::-webkit-scrollbar-thumb {
    background: #b8c3d1;
    border: 2px solid #eef2f7;
    border-radius: 999px;
}

.catalog-layout__sidebar .catalog-filter-scroll::-webkit-scrollbar-thumb:hover {
    background: #98a8bb;
}

.catalog-layout__sidebar .catalog-filter-scroll {
    scrollbar-width: thin;
    scrollbar-color: #b8c3d1 #eef2f7;
}

@media (min-width: 992px) {
    .catalog-layout__sidebar .catalog-filter-scroll::after {
        content: '';
        position: absolute;
        top: 8px;
        right: 3px;
        bottom: 8px;
        width: 4px;
        border-radius: 999px;
        background: #eef2f7;
        pointer-events: none;
    }

    .catalog-layout__sidebar .catalog-filter-scroll::before {
        content: '';
        position: absolute;
        top: 18px;
        right: 3px;
        width: 4px;
        height: 44px;
        border-radius: 999px;
        background: #b8c3d1;
        pointer-events: none;
    }
}

.catalog-layout__sidebar .form-group {
    margin-bottom: 0;
    padding-bottom: 0;
}

.catalog-layout__sidebar .form-check {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 6px 0;
    border-radius: 0;
    transition: none;
}

.catalog-layout__sidebar .form-check:hover {
    background: transparent;
}

.catalog-layout__sidebar .form-check-input {
    position: static;
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    flex: 0 0 18px;
}

.catalog-layout__sidebar .form-check-label {
    display: block;
    flex: 1 1 auto;
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
    color: #1f2937;
    font-weight: 500;
}

.catalog-layout__sidebar .form-check-input:checked + .form-check-label {
    color: #111827;
    font-weight: 700;
}

.product-rating {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    min-height: 18px;
    white-space: nowrap;
}

.product-rating .fa-star {
    font-size: 12px;
    color: #ddd;
}

.product-rating .star_on {
    color: #f5a623;
}

.site-footer {
    margin-top: 28px;
    background: linear-gradient(180deg, #f6f7f8 0%, #eceff2 100%);
    border-top: 1px solid #d8dde2;
}

.site-footer__grid {
    row-gap: 14px;
    padding-top: 22px;
    padding-bottom: 14px;
}

.site-footer__column {
    margin-bottom: 8px;
}

.site-footer__card {
    height: 100%;
    padding: 0;
}

.site-footer__section-title {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #4b5563;
}

.site-footer__tagline,
.site-footer__social-copy {
    margin: 6px 0 0;
    font-size: 13px;
    line-height: 1.55;
    color: #5b6168;
}

.site-footer__links {
    display: grid;
    gap: 0;
}

.site-footer__links li {
    margin: 0;
}

.site-footer__links a {
    display: flex;
    align-items: center;
    min-height: 26px;
    padding: 1px 0;
    color: #2f3944;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
}

.site-footer__links a:hover,
.site-footer__links a:focus {
    color: #111827;
}

.site-footer__social-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}

.site-footer__social-list .single-social {
    width: auto;
    height: auto;
    line-height: 1;
    background: transparent;
}

.site-footer__social-list .single-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #525861;
    border-radius: 14px;
    background: linear-gradient(180deg, #737981 0%, #5b6168 100%);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.14);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.site-footer__social-list .single-social a:hover,
.site-footer__social-list .single-social a:focus {
    transform: translateY(-1px);
    color: #ffffff;
    box-shadow: 0 12px 22px rgba(17, 24, 39, 0.2);
    filter: brightness(1.02);
}

.site-footer__social-list .single-social a svg {
    width: 20px;
    height: 20px;
    display: block;
}

.site-footer__social-list .single-social i {
    font-size: 20px;
    line-height: 1;
}

.site-footer__social-fallback {
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.site-footer__trust {
    margin-top: 4px;
    padding-top: 14px;
    border-top: 1px solid rgba(75, 85, 99, 0.14);
}

.site-footer__trust-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.site-footer__trust-row + .site-footer__trust-row {
    margin-top: 10px;
}

.site-footer__trust a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.site-footer__trust-row img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .site-footer__trust-row {
        gap: 16px;
    }

    .site-footer__trust-row--badges a {
        flex: 0 1 250px;
        max-width: 250px;
    }

    .site-footer__trust-row--payments a:first-child {
        flex: 0 1 250px;
        max-width: 250px;
    }

    .site-footer__trust-row--payments a:last-child {
        flex: 0 1 150px;
        max-width: 150px;
    }
}

.site-footer__bottom {
    padding: 12px 0;
    background: #111111;
}

.footer-bottom .copyright-text,
.footer-bottom .copyright-text a,
.footer-bottom .copyright-text .author {
    color: #f3f4f6;
    font-size: 13px;
    line-height: 1.55;
}

.footer-bottom .copyright-text a:hover,
.footer-bottom .copyright-text .author:hover {
    color: #ffffff;
}

.footer-bottom .copyright-text {
    margin: 0;
    text-align: center;
}

@media (max-width: 767.98px) {
    .site-footer__grid {
        row-gap: 12px;
        padding-top: 18px;
        padding-bottom: 12px;
    }

    .site-footer__column--brand,
    .site-footer__column--social,
    .site-footer__trust {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .site-footer__column--links {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .site-footer__card {
        padding: 0 2px;
    }

    .site-footer__section-title {
        margin-bottom: 6px;
        font-size: 12px;
    }

    .site-footer__links {
        gap: 0;
    }

    .site-footer__links a {
        min-height: 24px;
        padding: 0;
        font-size: 13px;
        line-height: 1.16;
    }

    .site-footer__social-list {
        gap: 10px;
    }

    .site-footer__social-list .single-social a {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .site-footer__trust-row {
        gap: 8px;
    }

    .site-footer__trust-row--badges a {
        flex: 0 1 160px;
        max-width: 160px;
    }

    .site-footer__trust-row--payments a {
        flex: 0 1 150px;
        max-width: 150px;
    }

    .site-footer__trust-row img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 399.98px) {
    .site-footer__column--links {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.catalog-toolbar__controls {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.product-history-strip-section {
    margin-top: 28px;
}

.product-history-strip {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 4px 2px 8px;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.product-history-strip::-webkit-scrollbar {
    height: 8px;
}

.product-history-strip::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

.product-history-strip__item {
    flex: 0 0 auto;
    width: 108px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.product-history-strip__item:hover,
.product-history-strip__item:focus {
    border-color: #cbd5e1;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
    text-decoration: none;
}

.product-history-strip__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-page__header {
    max-width: 840px;
}

.home-page__title {
    margin-bottom: 0;
}

.home-page__intro {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .section-heading-emphasis {
        margin-bottom: 16px;
        padding-bottom: 12px;
    }

    .section-heading-emphasis__title {
        padding-left: 14px;
        font-size: 24px;
        line-height: 1.12;
    }

    .section-heading-emphasis__title::before {
        top: 3px;
        bottom: 3px;
        width: 5px;
    }

    .catalog-page__header.section-heading-emphasis {
        gap: 12px;
        margin-bottom: 18px;
    }

    .promo-section-heading--stacked {
        gap: 10px;
    }

    .section-heading-emphasis__row,
    .home-recommendation-heading-row {
        gap: 8px;
    }

    .section-heading-emphasis__row--split {
        gap: 10px;
    }

    .section-heading-emphasis__row--home {
        gap: 10px;
    }

    .home-section-heading.section-heading-emphasis {
        margin-bottom: 12px;
        padding-bottom: 10px;
    }

    .home-section-heading.section-heading-emphasis .section-heading-emphasis__title {
        font-size: 22px;
    }

    .home-section-heading--history.section-heading-emphasis {
        margin-bottom: 10px;
        padding-bottom: 8px;
    }

    .home-section-heading--history.section-heading-emphasis .section-heading-emphasis__title {
        font-size: 20px;
    }

    .home-section-heading--new.section-heading-emphasis {
        margin-bottom: 10px;
        padding-bottom: 8px;
    }

    .home-section-heading--new.section-heading-emphasis .section-heading-emphasis__title {
        font-size: 20px;
    }

    .home-section-heading--personalized.section-heading-emphasis {
        margin-bottom: 10px;
        padding-bottom: 8px;
    }

    .home-section-heading--personalized.section-heading-emphasis .section-heading-emphasis__title {
        font-size: 20px;
    }

    .section-heading-emphasis__link {
        min-height: 38px;
        padding: 9px 14px;
        font-size: 13px;
    }

    .home-recommendation-info summary {
        width: 22px;
        height: 22px;
        font-size: 12px;
    }

    .home-recommendation-info__panel {
        width: min(320px, calc(100vw - 40px));
        padding: 11px 12px;
        font-size: 13px;
    }

    .catalog-layout__sidebar .inner-page-sidebar {
        position: static;
    }

    .catalog-toolbar__controls {
        justify-content: stretch;
    }

    .product-history-strip {
        gap: 10px;
        padding-bottom: 4px;
    }

    .product-history-strip__item {
        width: 88px;
        height: 88px;
        padding: 8px;
        border-radius: 8px;
    }
}
