* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body.shop-body {
    font-family: var(--font-body, 'Manrope', sans-serif);
    font-size: var(--text-size, 16px);
    color: var(--text-main, #111827);
    background: #f5f5f7;
    padding-top: 188px;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }

.shop-shell { width: min(var(--shell-width, 1360px), calc(100% - 32px)); margin: 0 auto; }
.hidden { display: none !important; }
.shop-section { padding: 20px 0; }
.shop-section--tight { padding-top: 32px; padding-bottom: 48px; }
.shop-section--soft { background: #f1f2f6; }

.topline {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
}
.topline__row,
.topline__left,
.topline__right {
    display: flex;
    align-items: center;
    gap: 18px;
}
.topline__row {
    justify-content: space-between;
    min-height: 46px;
    color: #475467;
}
.topline__left span,
.topline__right a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    background: #fff;
    box-shadow: 0 2px 16px rgba(15, 23, 42, 0.06);
}
.header-main {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 18px 0 14px;
}
.shop-logo {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}
.shop-logo__image { max-height: 58px; width: auto; }
.shop-logo__mark {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--brand), var(--brand-dark));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: .04em;
}
.shop-logo__text strong {
    display: block;
    font-family: var(--font-heading, 'Montserrat', sans-serif);
    font-size: 30px;
    line-height: 1;
    letter-spacing: -.03em;
    color: #1846b4;
}
.shop-logo__text small {
    display: block;
    margin-top: 2px;
    color: #1f2a44;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
}

.header-search form {
    display: grid;
    grid-template-columns: 1fr 56px;
    align-items: center;
    border: 1px solid #cfd4dc;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}
.header-search input {
    min-width: 0;
    border: 0;
    padding: 16px 20px;
    background: transparent;
}
.header-search input:focus { outline: none; }
.header-search button {
    height: 100%;
    border: 0;
    background: transparent;
    color: #9aa4b2;
    cursor: pointer;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}
.header-actions__item {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1f2a44;
    font-size: 15px;
}
.header-actions__item b {
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--brand);
    color: #fff;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    background: var(--brand);
    border-radius: 4px;
    padding: 0 20px;
    margin-bottom: 16px;
    min-height: 50px;
    overflow: visible;
}

.site-header .shop-shell {
    position: relative;
    overflow: visible !important;
}

.main-nav__links {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    width: auto;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.main-nav__links a {
    color: #fff;
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    min-height: 50px;
    padding: 0 8px;
    text-align: center;
}

.main-nav__catalog {
    flex: 0 0 auto;
    z-index: 40;
}

.main-nav__catalog-toggle {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    left: 0;
    top: 0;
    pointer-events: none;
}

.main-nav__catalog-trigger {
    position: relative;
    user-select: none;
    height: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 18px;
    border: 0;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    cursor: pointer;
    border-radius: 4px 0 0 4px;
}

.main-nav__catalog-trigger:hover,
.main-nav__catalog-trigger:focus-visible,
.main-nav__catalog-toggle:checked + .main-nav__catalog-trigger {
    background: rgba(255, 255, 255, 0.18);
}

.main-nav__catalog-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: currentColor;
    opacity: .96;
}

.main-nav__catalog-arrow {
    width: 16px;
    height: 16px;
    opacity: .92;
    transition: transform .2s ease;
}

.main-nav__catalog-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 12px);
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
    border: 1px solid #e9edf3;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
    z-index: 1300;
    box-sizing: border-box;
}

.main-nav__catalog-toggle:checked ~ .main-nav__catalog-panel {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.main-nav__catalog-toggle:checked + .main-nav__catalog-trigger .main-nav__catalog-arrow {
    transform: rotate(180deg);
}

.main-nav__catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    max-height: 460px;
    overflow: auto;
    padding-right: 2px;
}

.main-nav__catalog-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #edf1f6;
    color: #101828;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.main-nav__catalog-item:hover {
    transform: translateY(-2px);
    border-color: rgba(63, 67, 182, 0.18);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.10);
}

.main-nav__catalog-media {
    display: block;
    aspect-ratio: 4 / 3;
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(63, 67, 182, 0.12), rgba(35, 58, 168, 0.16));
}

.main-nav__catalog-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-nav__catalog-media-fallback {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--brand);
}

.main-nav__catalog-name {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.35;
    color: #101828;
}

.main-nav__catalog-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    width: 100%;
    min-height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--brand), var(--brand-dark));
    color: #fff;
    font-weight: 800;
}

/* ================================================================
   МОБИЛЬНОЕ МЕНЮ (выезжает справа)
   ================================================================ */
.mobile-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 340px;
    height: 100vh;
    background: #ffffff;
    z-index: 40;
    padding: 80px 0 24px;
    overflow-y: auto;
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.1);
}

.mobile-nav.is-open {
    right: 0;
}

.mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 35;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.mobile-overlay.is-active {
    opacity: 1;
    pointer-events: all;
}

.mobile-nav__list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav__section {
    padding: 0 24px;
}

.mobile-nav__section + .mobile-nav__section {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #edf1f7;
}

.mobile-nav__quick-list {
    display: grid;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav__quick-link {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 56px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #eef1f5;
    color: #1f2a44;
    font-weight: 700;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02);
}

.mobile-nav__quick-link--phone {
    color: var(--brand);
}

.mobile-nav__quick-icon {
    width: 18px;
    height: 18px;
    color: #9aa4b2;
    flex: 0 0 auto;
}

.mobile-nav__quick-link--phone .mobile-nav__quick-icon {
    color: var(--brand);
}

.mobile-nav__count {
    margin-left: auto;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #183aaf;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav__info-card {
    margin-top: 14px;
    padding: 18px 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #edf1f5;
}

.mobile-nav__info-title {
    font-size: 15px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 12px;
}

.mobile-nav__info-list {
    display: grid;
    gap: 10px;
}

.mobile-nav__info-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #334155;
    line-height: 1.45;
    font-size: 14px;
}

.mobile-nav__info-row a {
    color: #1846b4;
}

.mobile-nav__info-icon {
    width: 16px;
    height: 16px;
    color: #9aa4b2;
    flex: 0 0 auto;
    margin-top: 2px;
}

.mobile-nav__socials {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.mobile-nav__social {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e6ebf2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--brand);
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.04);
}

.mobile-nav__social svg {
    width: 18px;
    height: 18px;
}

.mobile-nav__list a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    border-radius: 10px;
    font-weight: 600;
    color: #1f2a44;
    border-bottom: 1px solid #f0f2f6;
    transition: background 0.2s;
    gap: 8px;
}

.mobile-nav__list a:active {
    background: #f0f4ff;
}

.mobile-nav__list .shop-badge {
    margin-left: auto;
}

.mobile-nav__catalog-item {
    list-style: none;
}

.mobile-nav__catalog {
    border-bottom: 1px solid #f0f2f6;
}

.mobile-nav__catalog[open] .mobile-nav__catalog-arrow {
    transform: rotate(180deg);
}

.mobile-nav__catalog-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 10px;
    font-weight: 700;
    color: #1f2a44;
    cursor: pointer;
    list-style: none;
}

.mobile-nav__catalog-summary::-webkit-details-marker {
    display: none;
}

.mobile-nav__catalog-arrow {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    transition: transform .2s ease;
}

.mobile-nav__catalog-body {
    padding: 0 10px 12px 16px;
}

.mobile-nav__catalog-all-link {
    display: flex;
    align-items: center;
    padding: 10px 0 10px 8px;
    font-weight: 600;
    color: #1846b4;
}

.mobile-nav__submenu {
    list-style: none;
    margin: 0;
    padding: 0 0 0 12px;
    display: grid;
    gap: 4px;
}

.mobile-nav__submenu a {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 10px;
    border-radius: 8px;
    color: #334155;
    background: #f8fafc;
}

.mobile-nav__submenu a:active {
    background: #eef1ff;
    color: var(--brand);
}

/* ================================================================
   НОВАЯ МОБИЛЬНАЯ ШАПКА (логотип слева, поиск центр, меню справа)
   ================================================================ */

/* Скрываем десктопную шапку на мобильных */
@media (max-width: 840px) {
    .desktop-only {
        display: none !important;
    }
}

/* Показываем мобильную шапку только на мобильных */
.mobile-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1300;
    background: #ffffff;
    border-bottom: 1px solid #eaeef3;
    padding: 10px 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

@media (max-width: 840px) {
    .mobile-header {
        display: block;
    }
}

.mobile-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

/* Левая часть - логотип */
.mobile-header__left {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.mobile-header__logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.mobile-header__logo-img {
    max-height: 32px;
    width: auto;
}

.mobile-header__logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.mobile-header__logo-main {
    font-weight: 800;
    font-size: 14px;
    color: #0b1a2e;
    letter-spacing: 0.02em;
}

.mobile-header__logo-sub {
    font-weight: 700;
    font-size: 16px;
    color: #e31e24;
    letter-spacing: 0.04em;
}

/* Центр - поиск */
.mobile-header__center {
    flex: 1;
    min-width: 0;
    max-width: 400px;
    margin: 0 auto;
}

.mobile-header__search-wrap {
    display: flex;
    align-items: center;
    background: #f0f4fa;
    border-radius: 20px;
    padding: 6px 12px 6px 14px;
    gap: 8px;
    border: 1px solid #dce3ec;
    transition: border 0.2s, background 0.2s;
}

.mobile-header__search-wrap:focus-within {
    border-color: #e31e24;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.08);
}

.mobile-header__search-wrap input {
    border: none;
    background: transparent;
    padding: 6px 0;
    font-size: 13px;
    width: 100%;
    outline: none;
    color: #0b1a2e;
}

.mobile-header__search-wrap input::placeholder {
    color: #7b899b;
    font-weight: 400;
    font-size: 12px;
}

.mobile-header__search-wrap svg {
    flex-shrink: 0;
}

/* Правая часть - бургер-меню */
.mobile-header__right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.mobile-header__burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.mobile-header__burger span {
    display: block;
    width: 100%;
    height: 2.5px;
    background: #0b1a2e;
    border-radius: 4px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.mobile-header__burger.is-active span:nth-child(1) {
    transform: translateY(7.75px) rotate(45deg);
}
.mobile-header__burger.is-active span:nth-child(2) {
    opacity: 0;
}
.mobile-header__burger.is-active span:nth-child(3) {
    transform: translateY(-7.75px) rotate(-45deg);
}

/* ================================================================
   ОСТАЛЬНЫЕ СТИЛИ (hero, catalog, account, etc.)
   ================================================================ */

.home-hero {
    padding: 18px 0 34px;
    overflow: hidden;
}
.home-hero .shop-shell {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}
.home-hero__slider {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    isolation: isolate;
}
.home-hero__viewport {
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
    background: #0f172a;
}
.home-hero__track {
    display: flex;
    width: 100%;
    transition: transform .55s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
}
.home-hero__slide {
    position: relative;
    flex: 0 0 100%;
    min-height: 520px;
    color: #fff;
    background:
        radial-gradient(circle at 16% 18%, rgba(255,255,255,.18) 0 2px, transparent 3px) 0 0/120px 120px,
        radial-gradient(circle at 88% 14%, rgba(255,255,255,.12) 0 2px, transparent 3px) 0 0/140px 140px,
        linear-gradient(135deg, #0f172a 0%, #1d4ed8 50%, #08111f 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.home-hero__slide--hero {
    background:
        radial-gradient(circle at 24% 25%, rgba(255,255,255,.13) 0 2px, transparent 3px) 0 0/150px 150px,
        radial-gradient(circle at 82% 20%, rgba(255,255,255,.10) 0 2px, transparent 3px) 0 0/160px 160px,
        linear-gradient(135deg, #0d1b4d 0%, #1d4ed8 58%, #08111f 100%);
}
.home-hero__slide--autoparts-hero1 {
    background:
        linear-gradient(115deg, rgba(17,24,39,.78), rgba(37,99,235,.44)),
        radial-gradient(circle at 16% 30%, rgba(255,255,255,.12) 0 2px, transparent 3px) 0 0/120px 120px,
        linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
}
.home-hero__slide--cargine-hero2 {
    background:
        linear-gradient(120deg, rgba(7,89,133,.86), rgba(14,165,233,.52)),
        radial-gradient(circle at 20% 24%, rgba(255,255,255,.14) 0 2px, transparent 3px) 0 0/130px 130px,
        linear-gradient(135deg, #082f49 0%, #0369a1 100%);
}
.home-hero__slide--workshop-hero3 {
    background:
        linear-gradient(120deg, rgba(127,29,29,.86), rgba(220,38,38,.42)),
        radial-gradient(circle at 22% 26%, rgba(255,255,255,.14) 0 2px, transparent 3px) 0 0/130px 130px,
        linear-gradient(135deg, #3f0f0f 0%, #b91c1c 100%);
}
.home-hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7,10,18,.82) 0%, rgba(7,10,18,.42) 36%, rgba(7,10,18,.18) 100%),
        linear-gradient(180deg, rgba(7,10,18,.1), rgba(7,10,18,.22));
}
.home-hero__slide-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 520px;
    padding: 56px clamp(18px, 4vw, 72px);
}
.home-hero__copy {
    width: min(760px, calc(100% - 120px));
    margin-left: auto;
    text-align: right;
}
.home-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    backdrop-filter: blur(8px);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.home-hero__copy h1,
.home-hero__copy p {
    margin-left: auto;
}
.home-hero__copy h1,
.section-head h2,
.account-head h1,
.account-login h1,
.contact-card h2,
.app-promo h2,
.payments-panel__head h2,
.product-info-card h2,
.inner-hero h1 {
    font-family: var(--font-heading, 'Montserrat', sans-serif);
    letter-spacing: -.03em;
}
.home-hero__copy h1 {
    font-size: clamp(34px, 4.6vw, 58px);
    line-height: .98;
    margin: 16px 0 14px auto;
    color: #fff;
}
.home-hero__copy p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,.88);
    max-width: 32rem;
    margin: 0 0 0 auto;
}
.home-hero__actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 26px;
}
.home-hero__actions .shop-btn {
    min-width: 208px;
    box-shadow: 0 16px 32px rgba(7, 10, 18, .18);
}
.hero-cta {
    background: #fff;
    color: #0f172a;
}
.hero-cta:hover { background: #f8fafc; }
.hero-cta--ghost {
    background: rgba(255,255,255,.16);
    color: #fff;
    border: 1px solid rgba(255,255,255,.3);
}
.hero-cta--ghost:hover {
    background: rgba(255,255,255,.24);
}
.home-hero__controls {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    pointer-events: none;
}
.home-hero__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.14);
    color: #fff;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 14px 34px rgba(7, 10, 18, .22);
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.home-hero__arrow:hover {
    background: rgba(255,255,255,.22);
    box-shadow: 0 18px 36px rgba(7, 10, 18, .28);
}
.home-hero__arrow--prev {
    left: 22px;
}
.home-hero__arrow--next {
    right: 22px;
}
.home-hero__dots {
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(15, 23, 42, .28);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .18);
    pointer-events: auto;
}
.home-hero__dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    border: 0;
    background: rgba(255,255,255,.38);
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, width .2s ease;
}
.home-hero__dot.is-active {
    width: 26px;
    background: #fff;
}
.shop-btn {
    border: 0;
    border-radius: 8px;
    padding: 14px 24px;
    font-weight: 800;
    cursor: pointer;
    color: #fff;
    background: var(--brand);
    transition: .2s ease;
}
.shop-btn:hover { background: var(--brand-dark); }
.shop-btn.secondary {
    background: #fff;
    color: var(--brand);
    border: 1px solid rgba(63, 67, 182, .18);
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 18px;
    margin-bottom: 24px;
}
.section-head__eyebrow,
.footer-cta__eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--brand);
    font-weight: 800;
    margin-bottom: 10px;
}
.section-head h2,
.inner-hero h1,
.payments-panel__head h2 {
    font-size: clamp(30px, 3vw, 42px);
    color: #161b24;
}
.section-head__lead,
.account-head p,
.contact-card li,
.app-promo p,
.payments-panel__head p {
    color: #667085;
    line-height: 1.7;
}
.section-head__link {
    color: #202a44;
    font-weight: 700;
    white-space: nowrap;
}

.home-catalog {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}
.home-sidebar-card,
.product-card,
.brand-wall__item,
.support-card,
.payment-card,
.account-card,
.account-login,
.account-register,
.contact-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}
.home-sidebar-card { overflow: hidden; }
.home-sidebar-card__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 18px 16px;
    border-bottom: 1px solid #eef0f4;
}
.home-sidebar-card__item:last-child { border-bottom: 0; }
.home-sidebar-card__item span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.product-grid,
.discount-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.product-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.discount-strip { margin-top: 28px; }
.product-card {
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
}
.product-media {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #edf1f6;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    cursor: pointer;
}
.product-mini-gallery {
    position: relative;
    width: 100%;
    height: 100%;
}
.product-mini-gallery__stage {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.product-mini-gallery__slides {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.product-mini-gallery__slide {
    position: absolute;
    inset: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease;
}
.product-mini-gallery__slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.product-mini-gallery__slide .product-mini-gallery__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.product-mini-gallery__thumbs {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 3;
    display: flex;
    gap: 8px;
    align-items: center;
}
.product-mini-gallery__thumb {
    flex: 1 1 0;
    min-width: 0;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.product-mini-gallery__thumb-bar {
    width: 100%;
    height: 4px;
    border-radius: 999px;
    background: rgba(255,255,255,.5);
    transition: background-color .2s ease, transform .2s ease;
}
.product-mini-gallery__thumb.is-active .product-mini-gallery__thumb-bar,
.product-mini-gallery__thumb:hover .product-mini-gallery__thumb-bar {
    background: #fff;
    transform: scaleY(1.25);
}
.product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-badges {
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    z-index: 4;
}
.shop-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}
.shop-badge.success { background: #e7f7ee; color: #148544; }
.shop-badge.warn { background: #fff4db; color: #b26d00; }
.shop-badge.discount {
    background: var(--brand);
    color: #fff;
    margin-left: auto;
}
.product-fav,
.icon-square {
    border: 1px solid #d9deea;
    background: rgba(255,255,255,.95);
    color: #5f6980;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.product-fav { position: absolute; right: 14px; bottom: 14px; z-index: 4; }
.product-fav.is-active,
.icon-square.is-active {
    background: #eef1ff;
    color: var(--brand);
}
.product-body { padding: 16px 16px 18px; }
.product-meta,
.product-ref {
    color: #7c8496;
    font-size: 12px;
}
.product-title {
    margin-top: 10px;
    min-height: 56px;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
    color: #162033;
    cursor: pointer;
}
.product-ref { margin-top: 8px; }
.product-bottom {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 14px;
}
.product-price strong {
    display: block;
    font-size: 28px;
    line-height: 1;
    color: #111827;
}
.product-price span {
    display: block;
    margin-top: 4px;
    color: #98a2b3;
    text-decoration: line-through;
}
.shop-btn.small {
    padding: 10px 14px;
    font-size: 13px;
}

.brand-wall {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    border: 1px solid #e5e7eb;
    background: #fff;
}
.brand-wall__item {
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: 0;
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    font-size: 28px;
    font-weight: 800;
    color: #50596c;
    text-align: center;
    padding: 20px;
}

.popular-categories {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid #e6e8ee;
    border-left: 1px solid #e6e8ee;
    background: #fff;
}
.popular-categories__card {
    min-height: 88px;
    padding: 16px 20px;
    border-radius: 0;
    background: #fff;
    border-right: 1px solid #e6e8ee;
    border-bottom: 1px solid #e6e8ee;
    box-shadow: none;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    transition: background .2s ease;
}
.popular-categories__card:hover {
    background: #fcfdff;
}
.popular-categories__media {
    width: 34px;
    height: 34px;
    min-height: 34px;
    border-radius: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--brand);
    justify-self: start;
}
.popular-categories__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0;
}
.popular-categories__title {
    min-height: 0;
    display: block;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    color: #455066;
}

.support-grid,
.payments-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.home-promo-showcase {
    display: grid;
    grid-template-columns: minmax(0, 2.2fr) minmax(280px, 0.78fr);
    gap: 18px;
}
.home-promo-showcase__card {
    --promo-bg: linear-gradient(135deg, #f43f5e, #ef4444);
    --promo-text: #fff;
    --promo-font: inherit;
    position: relative;
    min-height: 170px;
    display: block;
    border-radius: 24px;
    overflow: hidden;
    background: var(--promo-bg);
    background-size: cover;
    background-position: center;
    box-shadow: 0 20px 44px rgba(15, 23, 42, .08);
    border: 1px solid rgba(15, 23, 42, .06);
    color: var(--promo-text);
    font-family: var(--promo-font);
}
.home-promo-showcase__card.is-large {
    min-height: 356px;
    grid-row: span 2;
}
.home-promo-showcase__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(15, 23, 42, .12), rgba(15, 23, 42, .04));
}
.home-promo-showcase__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    height: 100%;
    padding: 26px 28px;
    color: inherit;
}
.home-promo-showcase__eyebrow {
    display: inline-flex;
    align-self: flex-start;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
    backdrop-filter: blur(10px);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: inherit;
    opacity: .9;
}
.home-promo-showcase__body strong {
    max-width: 14ch;
    font-size: clamp(26px, 3vw, 56px);
    line-height: 1;
    color: inherit;
}
.home-promo-showcase__card:not(.is-large) .home-promo-showcase__body strong {
    max-width: none;
    font-size: clamp(24px, 2vw, 34px);
}
.home-promo-showcase__body span:last-child {
    max-width: 34rem;
    font-size: 15px;
    line-height: 1.6;
    color: inherit;
    opacity: .92;
}
.home-promo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.home-promo-card {
    --promo-card-bg: linear-gradient(135deg, #1f3a8a, #0f172a);
    --promo-card-text: #fff;
    --promo-card-font: inherit;
    position: relative;
    min-height: 320px;
    border-radius: 20px;
    overflow: hidden;
    background: var(--promo-card-bg);
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(255,255,255,.08);
    color: var(--promo-card-text);
    font-family: var(--promo-card-font);
}
.home-promo-card.is-wide { grid-column: span 2; }
.home-promo-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, .82), rgba(15, 23, 42, .28));
}
.home-promo-card__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    padding: 28px;
    color: inherit;
}
.home-promo-card__eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: inherit;
    opacity: .72;
}
.home-promo-card h3 {
    margin: 0;
    font-size: clamp(26px, 2.4vw, 38px);
    line-height: 1.1;
    color: inherit;
}
.home-promo-card p {
    margin-top: 12px;
    max-width: 36rem;
    color: inherit;
    opacity: .86;
}
.home-promo-card .shop-btn.secondary {
    margin-top: 18px;
    align-self: flex-start;
    background: rgba(255,255,255,.96);
    color: #0f172a;
}

.home-tabs { display: grid; gap: 20px; }
.home-tabs__layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}
.home-tabs__sidebar {
    padding: 18px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #e5ebf3;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .06);
    position: sticky;
    top: 96px;
}
.home-tabs__sidebar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}
.home-tabs__sidebar-head h3 {
    margin: 0;
    font-size: 13px;
    color: #7b8798;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 800;
}
.home-tabs__sidebar-badge {
    min-width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(15, 98, 254, 0.10);
    color: #0f62fe;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
}
.home-tabs__search {
    margin-bottom: 12px;
}
.home-tabs__search input {
    width: 100%;
    padding: 11px 14px;
    border-radius: 14px;
    border: 1px solid #dbe3ef;
    background: #f7f9fc;
    color: #344054;
    font-size: 14px;
    outline: none;
}
.home-tabs__search input:focus {
    border-color: rgba(15, 98, 254, 0.35);
    background: #fff;
}
.home-tabs__nav {
    display: grid;
    gap: 6px;
}
.home-tabs__button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 12px;
    border-radius: 14px;
    border: 1px solid transparent;
    background: #fff;
    color: #3d4c63;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.home-tabs__button-main {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.home-tabs__button-main span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-tabs__button-dot {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    background: #3375f6;
    flex: 0 0 auto;
}
.home-tabs__button strong {
    color: #63748c;
    font-size: 14px;
    font-weight: 700;
}
.home-tabs__button.is-active {
    background: rgba(15, 98, 254, 0.08);
    color: #0f3ea8;
    border-color: rgba(15, 98, 254, 0.06);
}
.home-tabs__button.is-active strong {
    color: #0f3ea8;
}
.home-tabs__panel { display: none; }

/* Product tabs */
.product-tabs { width: 100%; }
.product-tabs--full { width: 100%; }
.product-tabs__panel { display: none; }
.product-tabs__panel.is-active { display: block; }

.product-tabs__panel--full { width: 100%; max-width: none; padding-left: 0; padding-right: 0; }
.product-description--full { width: 100%; }
.product-tabs__panel--full {
    width: 100%;
    max-width: none;
}
.product-description--full {
    width: 100%;
}
.product-tabs__button { padding: 12px 18px; border-radius: 999px; border: 1px solid #dbe1ec; background: #fff; color: #344054; font-weight: 700; cursor: pointer; }
.product-tabs__button.is-active { background: var(--brand); color: #fff; border-color: var(--brand); }
.home-tabs__panel.is-active { display: block; }
.home-tabs__content {
    min-width: 0;
}
.home-tabs__grid {
    align-items: stretch;
}
.home-tabs__item {
    width: 100%;
    min-width: 0;
}
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.feature-card {
    --feature-bg: #fff;
    --feature-text: #161b24;
    --feature-font: inherit;
    padding: 28px;
    border-radius: 18px;
    background: var(--feature-bg);
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
    color: var(--feature-text);
    font-family: var(--feature-font);
}
.feature-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #eef2ff;
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.feature-card__eyebrow {
    margin-top: 16px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: inherit;
    opacity: .66;
}
.feature-card h3 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 1.15;
    color: inherit;
}
.feature-card p {
    margin-top: 12px;
    color: inherit;
    opacity: .7;
    line-height: 1.7;
}
.feature-card__link {
    display: inline-flex;
    margin-top: 18px;
    font-weight: 700;
    color: var(--brand);
}
.service-map-block {
    margin-top: 8px;
}
.service-map-block__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr);
    gap: 20px;
    align-items: stretch;
}
.service-map-block__map-card,
.service-map-block__info-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
}
.service-map-block__map-card {
    min-height: 560px;
}
.service-map-block__map {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 560px;
    border: 0;
    background: #eef2f7;
}
.service-map-block__info-card {
    padding: 24px;
    display: grid;
    gap: 16px;
    align-content: start;
}
.service-map-block__info-card h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.15;
    color: #0f172a;
}
.service-map-block__info-card p {
    margin: 0;
    color: #667085;
    line-height: 1.6;
}
.service-map-block__meta {
    display: grid;
    gap: 12px;
}
.service-map-block__meta-item {
    padding: 14px 16px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}
.service-map-block__meta-label {
    display: block;
    margin-bottom: 4px;
    color: #667085;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.service-map-block__meta-value {
    color: #0f172a;
    font-size: 16px;
    line-height: 1.5;
    word-break: break-word;
}
.service-map-block__custom-block {
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px dashed #c7d2fe;
    background: #f8fafc;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.6;
}
.support-card {
    padding: 28px;
}
.support-card i,
.payment-card span,
.site-footer__socials a,
.order-status.is-info {
    color: var(--brand);
}
.support-card h3,
.payment-card h3,
.account-card__head h2 {
    margin-top: 18px;
    font-size: 26px;
    color: #161b24;
}
.support-card p,
.payment-card p,
.account-note p,
.account-empty p {
    margin-top: 12px;
    color: #667085;
    line-height: 1.7;
}
.support-card a,
.support-card button {
    margin-top: 18px;
    display: inline-flex;
    background: transparent;
    border: 0;
    padding: 0;
    color: #182957;
    font-weight: 700;
    cursor: pointer;
}

.payments-panel {
    margin-top: 28px;
    background: #efeff2;
    border-radius: 14px;
    padding: 22px;
}
.payments-panel__head { margin-bottom: 18px; }
.payment-card {
    overflow: hidden;
    padding: 0 0 18px;
}
.payment-card__media {
    height: 220px;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid #edf1f5;
}
.payment-card__media--paypal {
    background: linear-gradient(135deg, #dbeafe, #ffffff 55%, #c7d2fe);
}
.payment-card__media--invoice {
    background: linear-gradient(135deg, #fff7ed, #ffffff 55%, #fde68a);
}
.payment-card__media--cash {
    background: linear-gradient(135deg, #dcfce7, #ffffff 55%, #bbf7d0);
}
.payment-card h3,
.payment-card p,
.payment-card span {
    padding: 0 18px;
}
.payment-card h3 { margin-top: 18px; font-size: 24px; }
.payment-card span {
    display: block;
    margin-top: 16px;
    font-weight: 700;
}

.contact-promo {
    display: grid;
    grid-template-columns: 380px minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
}
.contact-card,
.app-promo {
    padding: 28px;
}
.contact-card ul {
    display: grid;
    gap: 16px;
    margin-top: 20px;
}
.app-promo {
    background: #203eb7;
    color: #fff;
    border-radius: 18px;
}
.app-promo p { color: rgba(255,255,255,.82); margin-top: 14px; }
.app-promo__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.inner-hero {
    padding: 28px 0 10px;
}
.inner-hero--compact { padding-bottom: 0; }
.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    color: #667085;
}

.catalog-layout,
.product-layout {
    display: grid;
    grid-template-columns: minmax(300px, 320px) minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}
.product-layout {
    grid-template-columns: minmax(0, 640px) minmax(340px, 420px) 300px;
    justify-content: space-between;
    align-items: start;
}
.panel-card,
.product-gallery-card,
.product-info-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 22px;
}
.product-buy-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 14px;
    align-self: start;
    position: sticky;
    top: 96px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}
.product-info-card {
    border-radius: 18px;
    padding: 20px;
    align-self: start;
}
.catalog-filter-list { display: grid; gap: 8px; }
.catalog-filter-list__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid transparent;
    color: #475467;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.catalog-filter-list__checkbox {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border: 1.5px solid #c7cfdd;
    border-radius: 5px;
    background: #fff;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.catalog-filter-list__item.is-active,
.catalog-filter-list__item:hover {
    background: #eef1ff;
    border-color: #d9e0ff;
    color: var(--brand);
}
.catalog-filter-list__item.is-active .catalog-filter-list__checkbox,
.catalog-filter-list__item:hover .catalog-filter-list__checkbox {
    border-color: var(--brand);
    background: linear-gradient(180deg, #f6f8ff 0%, #e8edff 100%);
    box-shadow: inset 0 0 0 4px #fff;
}
.stepfilter-panel {
    display: grid;
    gap: 16px;
    margin-bottom: 18px;
    padding: 18px 16px 16px;
    border: 1px solid #e7ebf3;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}
.stepfilter-panel__head h3 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.2;
}
.stepfilter-panel__head p {
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.5;
}
.stepfilter-panel__field {
    display: grid;
    gap: 7px;
}
.stepfilter-panel__field span {
    font-size: 13px;
    font-weight: 500;
    color: #101828;
}
.stepfilter-panel__field input,
.stepfilter-panel__field select {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    background: #f3f3f3;
    outline: none;
    color: #101828;
}
.stepfilter-panel__field input:focus,
.stepfilter-panel__field select:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(63, 67, 182, 0.12);
}
.stepfilter-panel__section {
    display: grid;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid #eaecf0;
}
.stepfilter-panel__section.is-open {
    padding-top: 0;
    border-top: 0;
}
.stepfilter-panel__section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.stepfilter-panel__section-head h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #101828;
}
.stepfilter-panel__chevron {
    border: 0;
    background: transparent;
    color: #98a2b3;
    font-size: 24px;
    line-height: 1;
    padding: 0;
}
.stepfilter-panel__price {
    display: grid;
    gap: 12px;
}
.stepfilter-panel__price-values {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.stepfilter-panel__bubble {
    min-width: 44px;
    padding: 6px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2d4ee8 0%, #4f46e5 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 8px 18px rgba(63, 67, 182, 0.2);
}
.stepfilter-panel__slider {
    position: relative;
    height: 30px;
    padding: 9px 0;
}
.stepfilter-panel__slider-track,
.stepfilter-panel__slider-progress {
    position: absolute;
    top: 50%;
    height: 6px;
    border-radius: 999px;
    transform: translateY(-50%);
}
.stepfilter-panel__slider-track {
    left: 0;
    right: 0;
    background: #d9def3;
}
.stepfilter-panel__slider-progress {
    background: linear-gradient(90deg, #2d4ee8 0%, #4f46e5 100%);
    box-shadow: 0 4px 12px rgba(63, 67, 182, 0.28);
}
.stepfilter-panel__slider input[type="range"] {
    position: absolute;
    inset: 0;
    width: 100%;
    margin: 0;
    pointer-events: none;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
}
.stepfilter-panel__slider input[type="range"]::-webkit-slider-runnable-track {
    height: 6px;
    background: transparent;
    border-radius: 999px;
}
.stepfilter-panel__slider input[type="range"]::-moz-range-track {
    height: 6px;
    background: transparent;
    border-radius: 999px;
}
.stepfilter-panel__slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #3f43b6;
    pointer-events: auto;
    margin-top: -6px;
    box-shadow: 0 6px 14px rgba(63, 67, 182, 0.22);
}
.stepfilter-panel__slider input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #3f43b6;
    pointer-events: auto;
    box-shadow: 0 6px 14px rgba(63, 67, 182, 0.22);
}
.stepfilter-panel__range {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.stepfilter-panel__range input {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    padding: 10px 12px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    background: #fff;
    outline: none;
}
.stepfilter-panel__range input:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(63, 67, 182, 0.12);
}
.stepfilter-panel__search {
    position: relative;
    display: flex;
    align-items: center;
}
.stepfilter-panel__search input {
    width: 100%;
    min-height: 42px;
    padding: 10px 40px 10px 12px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    background: #f3f3f3;
    outline: none;
}
.stepfilter-panel__search i {
    position: absolute;
    right: 12px;
    color: #98a2b3;
}
.stepfilter-panel__checks {
    display: grid;
    gap: 10px;
    max-height: 220px;
    overflow: auto;
    padding-right: 4px;
}
.stepfilter-panel__check {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #101828;
    font-weight: 400;
    min-height: 24px;
}
.stepfilter-panel__check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #2d4ee8;
}
.stepfilter-panel__check span {
    line-height: 1.35;
}
.stepfilter-panel__check.is-hidden-brand {
    display: none;
}
.stepfilter-panel__more {
    border: 0;
    background: transparent;
    color: #3f43b6;
    font-weight: 700;
    padding: 0;
    text-align: left;
}
.stepfilter-panel__actions {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    padding-top: 4px;
}
.stepfilter-panel__actions .shop-btn {
    flex: 1 1 0;
    justify-content: center;
}
.stepfilter-panel__actions .shop-btn.secondary {
    background: #fff;
    border: 1px solid #d0d5dd;
    color: #344054;
}
.catalog-sidebar,
.catalog-main {
    min-width: 0;
}
.page-layout {
    display: block;
}
.page-layout--with-sidebar {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}
.page-layout--sidebar-right .page-sidebar {
    order: 2;
}
.page-layout--sidebar-right .page-content {
    order: 1;
}
.page-sidebar {
    display: grid;
    gap: 14px;
    position: sticky;
    top: 96px;
}
.page-sidebar-card {
    --sidebar-bg: #fff;
    --sidebar-text: #0f172a;
    --sidebar-font: inherit;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: var(--sidebar-bg);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
    color: var(--sidebar-text);
    font-family: var(--sidebar-font);
}
.page-sidebar-card--image {
    padding: 0;
    overflow: hidden;
}
.page-sidebar-card--image img,
.page-sidebar-card__media img {
    width: 100%;
    display: block;
    object-fit: cover;
}
.page-sidebar-card h3 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    color: inherit;
}
.page-sidebar-card__lead {
    margin: 0 0 10px;
    color: inherit;
    opacity: .78;
    font-size: 14px;
    line-height: 1.5;
}
.page-sidebar-card__text {
    color: inherit;
    opacity: .66;
    font-size: 13px;
    line-height: 1.6;
}
.page-sidebar-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    margin-top: 14px;
    border-radius: 10px;
    background: #2d4ee8;
    color: #fff;
    font-weight: 700;
}
.page-sidebar-social,
.page-sidebar-faq {
    display: grid;
    gap: 8px;
}
.page-sidebar-menu {
    display: grid;
    gap: 8px;
}
.page-sidebar-menu a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    color: #0f172a;
    font-size: 13px;
    font-weight: 600;
    transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.page-sidebar-menu a.is-active,
.page-sidebar-menu a:hover {
    border-color: #cdd8ff;
    background: #eef2ff;
    color: #1d4ed8;
}
.page-sidebar-social a,
.page-sidebar-faq__item,
.page-sidebar-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    color: #0f172a;
    font-size: 13px;
}
.page-sidebar-faq__item b {
    color: #2d4ee8;
    font-size: 18px;
    line-height: 1;
}
.page-content {
    min-width: 0;
}
.page-content__article {
    overflow-wrap: anywhere;
}
.catalog-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}
.catalog-toolbar__summary,
.catalog-toolbar__controls {
    display: flex;
    align-items: center;
    gap: 12px;
}
.catalog-toolbar__summary {
    color: #101828;
    font-size: 18px;
}
.catalog-toolbar__summary span {
    color: #475467;
    font-size: 15px;
}
.catalog-shell-loading {
    position: relative;
    pointer-events: none;
}
.catalog-shell-loading::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.58);
    backdrop-filter: blur(2px);
}
.catalog-shell-loading [data-catalog-page] {
    opacity: .58;
    transition: opacity .2s ease;
}
.catalog-view-switch {
    display: inline-flex;
    gap: 8px;
}
.catalog-view-switch__button {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8ddea;
    border-radius: 10px;
    background: #fff;
    color: #98a2b3;
    transition: .2s ease;
}
.catalog-view-switch__button:hover,
.catalog-view-switch__button.is-active {
    border-color: #3f43b6;
    color: #3f43b6;
    box-shadow: 0 8px 18px rgba(63, 67, 182, 0.12);
}
.catalog-sort__select {
    min-width: 220px;
    min-height: 42px;
    padding: 0 42px 0 14px;
    border: 1px solid #d8ddea;
    border-radius: 10px;
    background: #fff;
    color: #101828;
    font-weight: 500;
}
.product-grid--catalog {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.product-grid--list {
    grid-template-columns: 1fr;
}
.product-grid--list .product-card {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    align-items: stretch;
}
.product-grid--list .product-media {
    aspect-ratio: auto;
    min-height: 280px;
    border-right: 1px solid #edf1f6;
    border-bottom: 0;
}
.product-grid--list .product-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}
.product-grid--list .product-title {
    min-height: auto;
    max-width: 680px;
}
.product-grid--list .product-bottom {
    margin-top: 20px;
}
.panel-card--empty {
    text-align: center;
    color: #667085;
}
.product-gallery-card__main {
    border-radius: 12px;
    overflow: hidden;
    background: #f4f6fb;
}
.product-gallery-card__main img {
    width: 100%;
    /* вертикальный прямоугольник (карточка товара) */
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.product-gallery-card__thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 12px;
}
.pg-thumb {
    border: 1px solid #dfe4ee;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    background: #fff;
}
.pg-thumb.active { border-color: var(--brand); }
.pg-thumb img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

/* Swiper-based product gallery (product-gallery-one) */
.product-gallery-one--wrap {
    width: 100%;
    max-width: 720px;
}
.product-gallery-one.is-single .product-gallery-one__thumbs-container,
.product-gallery-one.is-single .product-gallery-one__button {
    display: none;
}
.product-gallery-one.is-single .product-gallery-one__grid {
    grid-template-columns: 1fr;
}
.product-gallery-one__grid {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}
.product-gallery-one__thumbs-container {
    width: 100%;
    position: relative;
}
.product-gallery-one__thumbs-wrapper {
    width: 100%;
    display: grid;
    gap: 10px;
    max-height: 620px;
    overflow-y: auto;
    padding-right: 4px;
}
.product-gallery-one__thumb {
    border: 1px solid #dfe4ee;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    width: 100%;
    height: auto;
    padding: 0;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.product-gallery-one__thumb-image img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}
.product-gallery-one__thumb.is-active,
.product-gallery-one__thumbs-wrapper .swiper-slide-thumb-active {
    border-color: var(--brand);
    box-shadow: 0 10px 24px rgba(24, 70, 180, .16);
    transform: translateX(2px);
}

.product-gallery-one__gallery-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e7eb;
    aspect-ratio: 1 / 1.08;
    min-height: 520px;
    max-height: 620px;
}

.product-gallery-one__swiper-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform .35s ease;
    will-change: transform;
}
.product-gallery-one__slide {
    min-width: 100%;
    flex: 0 0 100%;
    height: 100%;
}
.product-gallery-one__image {
    width: 100%;
    height: 100%;
    background: #fff;
}
.product-gallery-one__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-gallery-one__left-bar,
.product-gallery-one__right-bar,
.product-gallery-one__bottom-bar {
    position: absolute;
    z-index: 3;
}
.product-gallery-one__left-bar {
    top: 14px;
    left: 14px;
}
.product-gallery-one__right-bar {
    top: 14px;
    right: 14px;
}
.product-gallery-one__bottom-bar {
    left: 14px;
    right: 14px;
    bottom: 14px;
    display: flex;
    justify-content: center;
}

.control-button {
    border: 1px solid #d9deea;
    background: rgba(255,255,255,.95);
    color: #5f6980;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.control-button.is-active {
    background: #eef1ff;
    color: var(--brand);
}

.product-gallery-one__button {
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(0,0,0,.06);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #111827;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .12);
}
.product-gallery-one__button svg {
    width: 22px;
    height: 22px;
}
.product-gallery-one__button.is-next { right: 14px; }
.product-gallery-one__button.is-prev { left: 14px; }
.product-gallery-one__button.is-disabled {
    opacity: .45;
}

@media (max-width: 840px) {
    .product-gallery-one__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .product-gallery-one__thumbs-container {
        order: 2;
    }
    .product-gallery-one__thumbs-wrapper {
        display: flex;
        gap: 10px;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        padding-right: 0;
        padding-bottom: 4px;
    }
    .product-gallery-one__thumb {
        flex: 0 0 84px;
        max-width: 84px;
    }
    .product-gallery-one__thumb.is-active,
    .product-gallery-one__thumbs-wrapper .swiper-slide-thumb-active {
        transform: none;
    }
    .product-gallery-one__gallery-wrapper {
        aspect-ratio: 1 / 1.1;
        min-height: 420px;
    }
    .product-gallery-one__button {
        width: 44px;
        height: 44px;
    }
    .product-buy-card {
        position: static;
    }
}

.product-info-card h1 {
    font-family: var(--font-heading, 'Montserrat', sans-serif);
    font-size: clamp(18px, 1.9vw, 24px);
    line-height: 1.22;
    margin-top: 10px;
    margin-bottom: 0;
    color: #161b24;
}
.product-meta--stack {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 10px;
    font-size: 14px;
}
.product-brief {
    display: grid;
    gap: 12px;
    margin-top: 16px;
    padding: 16px 18px;
    border: 1px solid #eaecf3;
    border-radius: 16px;
    background: #f8faff;
}
.product-brief p {
    margin: 0;
    color: #475467;
    line-height: 1.6;
}
.product-brief__specs {
    display: grid;
    gap: 8px;
}
.product-brief__spec {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: end;
    padding-top: 8px;
    border-top: 1px solid #e8ecf5;
}
.product-brief__spec span {
    color: #667085;
    font-size: 14px;
}
.product-brief__spec strong {
    color: #161b24;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}
.product-brief__button {
    width: fit-content;
    min-height: 38px;
    padding: 8px 14px;
    margin: 14px auto 18px;
    border: 1px solid #d9deea;
    border-radius: 12px;
    background: #fff;
    color: #2f1fb0;
    font-weight: 700;
    cursor: pointer;
    display: block;
}
.product-description {
    margin-top: 16px;
    color: #667085;
    line-height: 1.8;
}
.product-purchase-box {
    margin-top: 20px;
    padding: 14px;
    border-radius: 16px;
    background: linear-gradient(180deg, #f6f8fd 0%, #eef2fb 100%);
}
.product-purchase-box small {
    display: block;
    margin-top: 8px;
    color: #667085;
}
.product-purchase-actions,
.product-contact-actions,
.product-feature-grid {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}
.product-purchase-actions {
    grid-template-columns: auto 1fr auto;
    align-items: stretch;
}
.product-buy-card .product-purchase-box {
    margin-top: 0;
}
.product-buy-card__stock {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #2b2b2f;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.product-buy-card .product-purchase-actions {
    margin-top: 14px;
}
.product-buy-card .product-contact-actions {
    margin-top: 14px;
    grid-template-columns: 1fr;
}
.product-buy-card__cta,
.product-buy-card__ghost,
.product-buy-card__secondary {
    min-height: 40px;
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.product-buy-card__cta {
    background: linear-gradient(135deg, #a43cff, #8d34ff);
    box-shadow: 0 10px 22px rgba(141, 52, 255, .22);
}
.product-buy-card__ghost {
    border-color: #d9deea;
    background: #fff;
    color: #2f1fb0;
}
.product-buy-card__secondary {
    background: #efd8fb;
    color: #8d34ff;
}
.product-buy-card__fav {
    width: 40px;
    height: 40px;
    border-radius: 12px;
}
.product-buy-card__fav i,
.product-buy-card__cta i,
.product-buy-card__ghost i,
.product-buy-card__secondary i {
    width: 16px;
    height: 16px;
}
.product-buy-card__meta {
    display: grid;
    gap: 10px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #eaecf3;
    color: #667085;
}
.product-buy-card__meta div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
.product-buy-card__meta strong {
    color: #161b24;
}
.product-buy-card__delivery {
    display: grid;
    gap: 8px;
    margin-top: 14px;
    color: #667085;
    font-size: 14px;
}
.product-buy-card__delivery div {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.product-buy-card__delivery i {
    width: 16px;
    height: 16px;
    color: #98a2b3;
}
.product-contact-actions,
.product-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.qty-wrap {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 6px;
    border-radius: 12px;
    border: 1px solid #dfe4ee;
    background: #fff;
}
.qty-btn {
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: #344054;
    font-size: 16px;
}
.product-feature-grid div,
.product-detail-list__item {
    padding: 10px 12px;
    border-radius: 12px;
    background: #f7f8fc;
    border: 1px solid #eaecf3;
}
.product-feature-grid div {
    display: grid;
    grid-template-columns: 18px 1fr;
    align-items: start;
    gap: 8px;
    min-height: 58px;
}
.product-feature-grid i {
    color: var(--brand);
    width: 18px;
    height: 18px;
    margin-top: 2px;
}
.product-feature-grid span {
    font-size: 12px;
    line-height: 1.35;
    color: #1f2937;
}
.product-info-card .product-feature-grid {
    gap: 8px;
    margin-top: 12px;
}
.product-info-card .product-feature-grid:last-of-type div {
    min-height: 52px;
}
.product-purchase-box .product-price strong {
    font-size: 22px;
    color: #8d34ff;
}
.product-purchase-box .product-price span {
    font-size: 14px;
}
.product-detail-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}
.product-detail-list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}

.account-shell,
.account-login-shell {
    display: grid;
    gap: 20px;
}
.account-head h1,
.account-login h1 {
    font-size: clamp(34px, 4vw, 48px);
    color: #161b24;
}
.account-head p,
.account-login p { margin-top: 10px; }
.account-tabs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.account-tabs a {
    padding: 12px 18px;
    border-radius: 8px;
    border: 1px solid #dbe1ec;
    background: #fff;
    font-weight: 600;
}
.account-tabs .is-active {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}
.account-card {
    padding: 24px;
}
.account-card__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}
.account-card__head a {
    color: var(--brand);
    font-weight: 700;
}
.account-profile {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}
.account-profile__avatar {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    background: #eef1ff;
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.account-profile strong,
.order-card strong { display: block; font-size: 22px; color: #161b24; }
.account-profile span,
.order-card span { color: #667085; }
.account-details {
    display: grid;
    gap: 14px;
}
.account-details div {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 16px;
    padding-top: 14px;
    border-top: 1px solid #edf0f5;
}
.account-details dt { color: #667085; }
.account-details dd { color: #162033; }

.account-cabinet {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}
.account-sidebar {
    position: sticky;
    top: 16px;
}
.account-sidebar__menu {
    display: grid;
    gap: 8px;
    padding: 10px;
    border: 1px solid #eaecf3;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .05);
}
.account-sidebar__link {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 16px;
    color: #344054;
    font-weight: 600;
}
.account-sidebar__link.is-active {
    background: #f3f6ff;
    color: #161b24;
}
.account-sidebar__link i {
    color: #667085;
}
.account-sidebar__link.is-active i {
    color: var(--brand);
}
.account-cabinet__content {
    display: grid;
    gap: 20px;
}
.account-dashboard {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    gap: 20px;
    align-items: start;
}
.account-panel {
    padding: 22px;
    border: 1px solid #eaecf3;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .05);
}
.account-panel--wide {
    grid-column: 1 / -1;
}
.account-panel--tall {
    grid-row: span 2;
}
.account-panel__head {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 16px;
    margin-bottom: 18px;
}
.account-panel__head h1,
.account-panel__head h2 {
    margin: 0;
    font-size: clamp(24px, 2vw, 34px);
    color: #161b24;
    font-family: var(--font-heading, 'Montserrat', sans-serif);
    letter-spacing: -.03em;
}
.account-panel__head p {
    margin-top: 8px;
    color: #667085;
    line-height: 1.6;
}
.account-panel__action {
    color: var(--brand);
    font-weight: 700;
}
.account-user-card {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: start;
}
.account-user-card__avatar {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f2a4d6, #d778c1);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 800;
}
.account-user-card__main h1 {
    margin: 0;
    font-size: clamp(24px, 2vw, 32px);
    line-height: 1.15;
    color: #161b24;
    font-family: var(--font-heading, 'Montserrat', sans-serif);
}
.account-user-card__main span {
    display: block;
    margin-top: 8px;
    color: #667085;
}
.account-user-card__edit {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid #e3e7ef;
    background: #fff;
    color: #667085;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.account-quick-actions {
    display: grid;
    gap: 0;
    margin-top: 18px;
}
.account-quick-actions__item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 0 2px;
    border-top: 1px solid #edf0f5;
    color: #161b24;
    font-weight: 600;
}
.account-delivery-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 6px;
    border-radius: 16px;
    background: #f4f6fb;
}
.account-delivery-tabs button {
    min-height: 42px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #344054;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}
.account-delivery-tabs .is-active {
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .08);
}
.account-delivery-list {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}
.account-delivery-card {
    padding: 16px 18px;
    border: 1px solid #edf0f5;
    border-radius: 18px;
    background: #fbfcff;
}
.account-delivery-card strong,
.account-setting-switch strong,
.account-setting-link strong,
.account-service-card strong {
    display: block;
    color: #161b24;
    font-size: 18px;
}
.account-delivery-card span,
.account-setting-switch span,
.account-setting-link span,
.account-service-card span {
    display: block;
    margin-top: 6px;
    color: #667085;
    line-height: 1.55;
}
.account-settings-list {
    display: grid;
    gap: 12px;
}
.account-settings-list div {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 16px;
    padding-top: 12px;
    border-top: 1px solid #edf0f5;
}
.account-settings-list dt {
    color: #667085;
}
.account-settings-list dd {
    color: #161b24;
    font-weight: 600;
}
.account-setting-switch,
.account-setting-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 18px 0;
    border-top: 1px solid #edf0f5;
}
.account-setting-switch:first-of-type,
.account-setting-link:first-of-type {
    border-top: 0;
    padding-top: 0;
}
.account-switch {
    width: 46px;
    height: 28px;
    padding: 3px;
    border: 0;
    border-radius: 999px;
    background: #d9deea;
    cursor: pointer;
    transition: .2s ease;
}
.account-switch span {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0;
    border-radius: 999px;
    background: #fff;
    transition: transform .2s ease;
}
.account-switch.is-on {
    background: #cda9ff;
}
.account-switch.is-on span {
    transform: translateX(18px);
}
.account-setting-link {
    padding-bottom: 0;
}
.account-setting-link i {
    color: #98a2b3;
}
.account-services {
    display: grid;
    gap: 14px;
}
.account-service-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    border: 1px solid #edf0f5;
    border-radius: 20px;
    background: #fff;
}
.account-service-card__icon {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
}
.account-service-card__icon.is-red { background: #ef4444; }
.account-service-card__icon.is-blue { background: #2563eb; }
.account-service-card__icon.is-violet { background: #7c3aed; }
.account-service-card a {
    color: var(--brand);
    font-weight: 700;
}

.orders-list {
    display: grid;
    gap: 14px;
}
.order-card {
    padding: 18px 20px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
}
.order-card--cabinet {
    border-radius: 20px;
    border-color: #eaecf3;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .04);
}
.order-card__top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
}
.order-card__summary {
    display: grid;
    gap: 8px;
    justify-items: end;
}
.order-status {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}
.order-status.is-success { background: #e7f7ee; color: #148544; }
.order-status.is-warn { background: #fff4db; color: #b26d00; }
.order-status.is-danger { background: #fee4e2; color: #b42318; }
.order-status.is-muted { background: #eef2f6; color: #667085; }
.order-status.is-info { background: #eef1ff; }

.account-empty {
    text-align: center;
    padding: 32px 12px;
}
.account-empty i { color: var(--brand); margin-bottom: 12px; }
.account-empty h3 { font-size: 26px; color: #161b24; }

.account-login-shell {
    grid-template-columns: 1.1fr .9fr;
    align-items: start;
}
.account-login,
.account-register {
    padding: 26px;
}
.account-form {
    display: grid;
    gap: 14px;
}

.account-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.account-form-row label {
    display: block;
}

.account-form label span {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #344054;
}

@media (max-width: 640px) {
    .account-form-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.form-notice {
    padding: 12px 14px;
    border-radius: 8px;
    margin-top: 16px;
}

.form-notice--success {
    background: #e7f7ee;
    color: #148544;
}
.form-notice--error {
    background: #fee4e2;
    color: #b42318;
}

.footer-cta {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    background: linear-gradient(135deg, #2343c8 0%, #2e56e8 100%);
    color: #fff;
    border-radius: 28px;
    padding: 32px 36px;
    margin-bottom: 30px;
    box-shadow: 0 18px 50px rgba(35, 67, 200, .18);
}
.footer-cta__body {
    max-width: 760px;
}
.footer-cta h2 {
    font-size: clamp(26px, 3vw, 42px);
    line-height: 1.1;
    margin-top: 8px;
    letter-spacing: -.03em;
}
.footer-cta p {
    color: rgba(255,255,255,.86);
    margin-top: 12px;
    max-width: 680px;
    font-size: 16px;
    line-height: 1.7;
}
.footer-cta__eyebrow {
    color: rgba(255,255,255,.72);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-weight: 800;
}
.footer-cta__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.site-footer {
    background: var(--footer-bg-color, #fff);
    color: var(--footer-text-color, #475467);
    border-top: 1px solid rgba(148, 163, 184, .22);
    padding: 44px 0 24px;
    font-size: var(--footer-font-size, inherit);
    --footer-heading-color: var(--footer-text-color, #161b24);
}
.site-footer .shop-shell {
    position: relative;
}
.site-footer .shop-logo__text small {
    color: #667085;
    font-weight: 600;
}
.site-footer__grid {
    display: grid;
    grid-template-columns: 1.3fr .8fr .8fr 1fr;
    gap: 28px;
    padding: 8px 0 4px;
}
.site-footer__grid h3 {
    font-size: 18px;
    color: var(--footer-heading-color);
    margin-bottom: 14px;
}
.site-footer__lead {
    margin-top: 16px;
    color: #667085;
    line-height: 1.7;
}
.site-footer__seller {
    margin-top: 16px;
    display: grid;
    gap: 6px;
    color: #475467;
    line-height: 1.55;
}
.site-footer__seller p {
    margin: 0;
}
.site-footer__seller-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #667085;
}
.site-footer__seller--plain {
    margin-top: 18px;
}
.site-footer__links {
    display: grid;
    gap: 10px;
}
.site-footer__contacts {
    display: grid;
    gap: 14px;
    margin-top: 10px;
}
.site-footer__contact-row {
    display: grid;
    gap: 5px;
}
.site-footer__contact-row span {
    font-size: 12px;
    font-weight: 700;
    color: #667085;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.site-footer__contact-row strong,
.site-footer__contact-row a {
    color: #344054;
    font-weight: 600;
    line-height: 1.5;
    word-break: break-word;
}
.site-footer__socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
}
.site-footer__socials a,
.site-footer__bottom-links a {
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #2343c8;
    transition: .2s ease;
}
.site-footer__socials a:hover,
.site-footer__bottom-links a:hover {
    text-decoration: underline;
}
.site-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(148, 163, 184, .22);
    margin-top: 28px;
    padding-top: 18px;
    align-items: center;
}
.site-footer__bottom-links {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

body.promo-popup-open {
    overflow: hidden;
}

.promo-popup {
    position: fixed;
    inset: 0;
    z-index: 110;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.promo-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .58);
    backdrop-filter: blur(8px);
}
.promo-popup__dialog {
    position: relative;
    z-index: 1;
    width: min(560px, 100%);
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 40px 120px rgba(15, 23, 42, .3);
}
.promo-popup__close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 3;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.2);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(10px);
}
.promo-popup__track {
    position: relative;
}
.promo-popup__slide {
    display: none;
}
.promo-popup__slide.is-active {
    display: block;
}
.promo-popup__media {
    position: relative;
    min-height: 286px;
    background:
        radial-gradient(circle at 18% 24%, rgba(255,255,255,.14), transparent 24%),
        radial-gradient(circle at 84% 20%, rgba(255,255,255,.14), transparent 20%),
        linear-gradient(135deg, #ff2b38 0%, #d90429 100%);
    background-size: cover;
    background-position: center;
}
.promo-popup__media-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(0,0,0,.05));
}
.promo-popup__tag {
    position: absolute;
    left: 24px;
    top: 24px;
    z-index: 1;
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}
.promo-popup__content {
    padding: 30px 34px 20px;
}
.promo-popup__content h3 {
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.05;
    color: #161b24;
    font-family: var(--font-heading, 'Montserrat', sans-serif);
    letter-spacing: -.04em;
}
.promo-popup__list {
    margin: 18px 0 0;
    padding-left: 20px;
    display: grid;
    gap: 10px;
    color: #475467;
    line-height: 1.65;
}
.promo-popup__footer {
    display: grid;
    gap: 18px;
    padding: 0 34px 34px;
}
.promo-popup__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
}
.promo-popup__dot {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 999px;
    background: #c7cbd4;
    cursor: pointer;
    transition: .2s ease;
}
.promo-popup__dot.is-active {
    width: 38px;
    background: #161b24;
}
.promo-popup__action {
    width: 100%;
    min-height: 58px;
    border-radius: 999px;
    font-size: 18px;
}

.back-to-top {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1100;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 0;
    background: linear-gradient(135deg, var(--brand), var(--brand-dark));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 28px rgba(59, 66, 219, 0.28);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.back-to-top:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(59, 66, 219, 0.34);
}

.back-to-top.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
}

.call-modal {
    position: relative;
    width: min(460px, 100%);
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 30px 80px rgba(0,0,0,.24);
}
.call-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.call-modal__icon {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    background: #eef1ff;
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.call-modal h3 {
    font-size: 30px;
    font-family: var(--font-heading, 'Montserrat', sans-serif);
    color: #161b24;
}
.call-modal p { margin-top: 10px; color: #667085; line-height: 1.7; }
.call-modal form {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

/* ======================================================
   МОБИЛЬНЫЙ ДИЗАЙН
   ====================================================== */

/* Полностью скрываем топбар на мобильных */
@media (max-width: 640px) {
    .topline {
        display: none !important;
    }
}

/* Адаптация десктопной шапки на планшетах */
@media (max-width: 840px) {
    .main-nav__links {
        display: none;
    }

    .main-nav__catalog {
        flex: 1 1 auto;
    }

    .main-nav__catalog-trigger {
        width: 100%;
        justify-content: center;
        border-radius: 8px;
    }

    .main-nav {
        padding: 10px 16px;
        border-radius: 8px;
        margin-bottom: 12px;
        min-height: 48px;
        justify-content: space-between;
    }

    .header-main {
        grid-template-columns: 1fr auto auto;
        gap: 10px;
        padding: 10px 0;
    }

    .shop-logo__text strong {
        font-size: 18px;
    }
    .shop-logo__text small {
        font-size: 10px;
    }

    .shop-logo__mark {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

    .header-search form {
        grid-template-columns: 1fr 36px;
        border-radius: 6px;
    }
    .header-search input {
        padding: 8px 12px;
        font-size: 13px;
    }
    .header-search button {
        padding: 0 8px;
    }
    .header-search button i {
        width: 16px;
        height: 16px;
    }

    .header-actions__item span {
        display: none;
    }
    .header-actions {
        gap: 8px;
    }
    .header-actions__item {
        font-size: 13px;
    }
    .header-actions__item i {
        width: 18px;
        height: 18px;
    }
    .header-actions__item b {
        min-width: 16px;
        height: 16px;
        font-size: 10px;
        padding: 0 4px;
        position: absolute;
        top: -6px;
        right: -8px;
    }

    .shop-shell {
        width: calc(100% - 16px);
    }

    body.shop-body {
        padding-top: 76px;
    }
}

/* Сетка товаров: 2 в ряд на мобильных */
@media (max-width: 640px) {
    /* home-tabs grid (на главной) */
    .home-tabs__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }


    .home-tabs__item {
        width: 100% !important;
        max-width: 100% !important;
    }

    .page-layout--with-sidebar {

        grid-template-columns: 1fr;
    }

    .page-sidebar {
        position: static;
        order: 2;
    }
    .catalog-toolbar {
        flex-direction: column;
        align-items: stretch;
    }
    .catalog-toolbar__controls {
        justify-content: space-between;
    }
    .catalog-sort,
    .catalog-sort__select {
        width: 100%;
    }
    .stepfilter-panel__actions {
        flex-wrap: wrap;
    }
    .product-grid--list {
        grid-template-columns: 1fr !important;
    }
    .product-grid--list .product-card {
        grid-template-columns: 1fr;
    }
    .product-grid--list .product-media {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid #edf1f6;
    }
    .product-grid,
    .product-grid--four,
    .discount-strip,
    .home-tabs__rail .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
    }

    .product-card {
        border-radius: 8px;
        overflow: hidden;
    }

    .product-body {
        padding: 10px 10px 12px;
    }

    .product-title {
        min-height: 40px;
        font-size: 14px;
        line-height: 1.3;
        font-weight: 600;
    }

    .product-meta {
        font-size: 10px;
    }
    .product-ref {
        font-size: 10px;
        margin-top: 4px;
    }

    .product-price strong {
        font-size: 18px;
    }
    .product-price span {
        font-size: 12px;
    }

    .product-bottom {
        margin-top: 10px;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .shop-btn.small {
        padding: 8px 12px;
        font-size: 12px;
        width: 100%;
        text-align: center;
    }

    .product-media {
        aspect-ratio: 1 / 1.1;
    }

    .product-mini-gallery__thumb {
        height: 8px;
    }
    .product-mini-gallery__thumb-bar {
        height: 3px;
    }

    .product-mini-gallery__thumbs {
        bottom: 8px;
        left: 8px;
        right: 8px;
        gap: 4px;
    }

    .product-badges {
        top: 8px;
        left: 8px;
        gap: 4px;
    }
    .shop-badge {
        font-size: 9px;
        padding: 3px 7px;
    }
    .product-fav {
        width: 30px;
        height: 30px;
        right: 8px;
        bottom: 8px;
    }
    .product-fav i {
        width: 14px;
        height: 14px;
    }
}

/* Дополнительные мобильные улучшения */
@media (max-width: 640px) {
    .shop-section {
        padding: 32px 0;
    }
    .shop-section--soft {
        padding: 24px 0;
    }

    .section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 16px;
    }
    .section-head h2 {
        font-size: 22px;
    }
    .section-head__lead {
        font-size: 14px;
    }
    .section-head__link {
        font-size: 14px;
    }

    .home-hero {
        padding: 8px 0 20px;
    }
    .home-hero__viewport {
        border-radius: 0;
    }
    .home-hero__slide,
    .home-hero__slide-inner {
        min-height: 380px;
    }
    .home-hero__slide-inner {
        padding: 24px 16px 52px;
    }
    .home-hero__copy {
        width: 100%;
        text-align: left;
        margin-left: 0;
    }
    .home-hero__copy h1 {
        font-size: 28px;
        margin: 12px 0 10px 0;
    }
    .home-hero__copy p {
        font-size: 14px;
        line-height: 1.55;
        margin: 0;
    }
    .home-hero__actions {
        justify-content: flex-start;
        gap: 10px;
        margin-top: 18px;
    }
    .home-hero__actions .shop-btn {
        min-width: 0;
        width: 100%;
    }
    .home-hero__arrow {
        display: none;
    }
    .home-hero__dots {
        bottom: 12px;
        gap: 8px;
        padding: 7px 12px;
    }
    .home-hero__dot.is-active {
        width: 20px;
    }

    .home-promo-showcase {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .home-promo-showcase__card,
    .home-promo-showcase__card.is-large {
        min-height: 160px;
        grid-row: auto;
    }
    .home-promo-showcase__body {
        padding: 18px 20px;
    }
    .home-promo-showcase__body strong {
        font-size: 24px !important;
    }

    .home-promo-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .home-promo-card {
        min-height: 200px;
    }
    .home-promo-card.is-wide {
        grid-column: auto;
    }
    .home-promo-card h3 {
        font-size: 24px;
    }

    .popular-categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
    }
    .popular-categories__card {
        min-height: 72px;
        padding: 12px 14px;
    }
    .popular-categories__media {
        width: 28px;
        height: 28px;
        min-height: 28px;
    }
    .popular-categories__title {
        font-size: 13px;
        line-height: 1.25;
    }

    .site-footer__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .footer-cta {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        margin-bottom: 20px;
    }
    .footer-cta__actions {
        justify-content: center;
    }
    .site-footer__bottom {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    .site-footer__bottom-links {
        justify-content: center;
    }

    .account-cabinet {
        grid-template-columns: 1fr;
    }
    .account-sidebar {
        position: static;
    }
    .account-sidebar__menu {
        grid-template-columns: repeat(2, 1fr);
        gap: 4px;
        padding: 8px;
    }
    .account-sidebar__link {
        padding: 8px 10px;
        font-size: 13px;
        justify-content: center;
    }

    .product-layout {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .product-buy-card {
        position: static;
        margin-top: 12px;
    }
    .product-gallery-one__grid {
        grid-template-columns: 1fr;
    }
    .product-gallery-one__thumbs-container {
        order: 2;
    }
    .product-gallery-one__thumb {
        flex: 0 0 60px;
        max-width: 60px;
    }
    .product-gallery-one__gallery-wrapper {
        min-height: 280px;
        aspect-ratio: 1 / 1.1;
    }

    .call-modal {
        padding: 20px;
        margin: 12px;
    }
    .call-modal h3 {
        font-size: 24px;
    }
    .promo-popup__dialog {
        border-radius: 16px;
    }
    .promo-popup__media {
        min-height: 160px;
    }
    .promo-popup__content {
        padding: 16px 18px 12px;
    }
    .promo-popup__content h3 {
        font-size: 24px;
    }
    .promo-popup__footer {
        padding: 0 18px 18px;
    }
    .promo-popup__action {
        min-height: 48px;
        font-size: 15px;
    }
}

/* Очень маленькие экраны */
@media (max-width: 420px) {
    .shop-logo__text strong {
        font-size: 16px;
    }
    .shop-logo__mark {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    .header-search input {
        font-size: 12px;
        padding: 6px 10px;
    }
    .header-actions__item i {
        width: 16px;
        height: 16px;
    }
}

/* ================================================================
   АДАПТАЦИЯ МОБИЛЬНОЙ ШАПКИ ДЛЯ МАЛЕНЬКИХ ЭКРАНОВ
   ================================================================ */
@media (max-width: 500px) {
    .mobile-header__logo-main {
        font-size: 11px;
    }
    .mobile-header__logo-sub {
        font-size: 13px;
    }
    .mobile-header__search-wrap input {
        font-size: 11px;
    }
    .mobile-header__search-wrap input::placeholder {
        font-size: 10px;
    }
    .mobile-header__search-wrap {
        padding: 4px 10px 4px 12px;
        gap: 6px;
    }
    .mobile-header__search-wrap svg {
        width: 14px;
        height: 14px;
    }
    .mobile-header__burger {
        width: 20px;
        height: 15px;
    }
    .mobile-header__burger span {
        height: 2px;
    }
    .mobile-header__burger.is-active span:nth-child(1) {
        transform: translateY(6.5px) rotate(45deg);
    }
    .mobile-header__burger.is-active span:nth-child(3) {
        transform: translateY(-6.5px) rotate(-45deg);
    }

    body.shop-body {
        padding-top: 72px;
    }
}

@media (max-width: 380px) {
    .mobile-header__logo-main {
        font-size: 9px;
    }
    .mobile-header__logo-sub {
        font-size: 11px;
    }
    .mobile-header {
        padding: 6px 8px;
    }
    .mobile-header__search-wrap input {
        font-size: 10px;
    }
}

/* ================================================================
   Скрываем блок home-promo-showcase на мобильных устройствах
   ================================================================ */

/* Скрываем секцию с промо-баннерами на экранах до 840px */
@media (max-width: 840px) {
    .promo-triple-section {
        display: none !important;
    }
}

/* ================================================================
   ПРЕДОТВРАЩЕНИЕ ГОРИЗОНТАЛЬНОЙ ПРОКРУТКИ
   ================================================================ */

/* Глобальный сброс */
html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* Все контейнеры */
.shop-shell,
.container,
.wrapper {
    max-width: 100% !important;
    overflow: hidden !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

/* Таблицы с прокруткой */
@media (max-width: 840px) {
    .table-responsive,
    table:not(.no-scroll) {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        max-width: 100% !important;
    }
    table:not(.no-scroll) {
        display: table !important;
        min-width: 600px !important;
        width: 100% !important;
    }
    img {
        max-width: 100% !important;
        height: auto !important;
    }
    .product-grid,
    .product-grid--four {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }
    [style*="width:"] {
        max-width: 100% !important;
    }
}

@media (max-width: 480px) {
    .shop-shell {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .product-grid,
    .product-grid--four {
        gap: 6px !important;
    }
}

/* ================================================================
   ТОВАРЫ В 2 РЯДА НА МОБИЛЬНЫХ УСТРОЙСТВАХ
   ================================================================ */

/* Сетка товаров на главной - 2 в ряд на мобильных */
@media (max-width: 768px) {
    .product-grid.product-grid--list {
        grid-template-columns: 1fr !important;
    }
    .product-grid.product-grid--list .product-card {
        grid-template-columns: 1fr !important;
    }
    .product-grid,
    .product-grid--four,
    .product-grid--catalog {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }
    
    /* Товары в категориях (swiper) */
    .home-tabs__rail .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        transform: none !important;
        width: 100% !important;
    }
    
    .home-tabs__item {
        width: 100% !important;
        max-width: 100% !important;
        flex-shrink: 0 !important;
    }
    
    /* Скрываем навигацию свайпера на мобильных */
    .home-tabs__nav-button {
        display: none !important;
    }
    
    /* Карточка товара */
    .product-card {
        border-radius: 8px !important;
        overflow: hidden !important;
    }
    
    .product-body {
        padding: 10px 10px 12px !important;
    }
    
    .product-title {
        min-height: 40px !important;
        font-size: 14px !important;
        line-height: 1.3 !important;
        font-weight: 600 !important;
    }
    
    .product-meta {
        font-size: 10px !important;
    }
    
    .product-ref {
        font-size: 10px !important;
        margin-top: 4px !important;
    }
    
    .product-price strong {
        font-size: 18px !important;
    }
    
    .product-price span {
        font-size: 12px !important;
    }
    
    .product-bottom {
        margin-top: 10px !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 8px !important;
    }
    
    .shop-btn.small {
        padding: 8px 12px !important;
        font-size: 12px !important;
        width: 100% !important;
        text-align: center !important;
    }
    
    .product-media {
        aspect-ratio: 1 / 1.1 !important;
    }
    
    .product-badges {
        top: 8px !important;
        left: 8px !important;
        gap: 4px !important;
    }
    
    .shop-badge {
        font-size: 9px !important;
        padding: 3px 7px !important;
    }
    
    .product-fav {
        width: 30px !important;
        height: 30px !important;
        right: 8px !important;
        bottom: 8px !important;
    }
    
    .product-fav i {
        width: 14px !important;
        height: 14px !important;
    }
}

/* Очень маленькие экраны */
@media (max-width: 480px) {
    .product-grid,
    .product-grid--four,
    .product-grid--catalog,
    .home-tabs__rail .swiper-wrapper {
        gap: 6px !important;
    }
    
    .product-title {
        font-size: 12px !important;
        min-height: 32px !important;
    }
    
    .product-price strong {
        font-size: 15px !important;
    }
}

/* ================================================================
   ВСПЛЫВАЮЩЕЕ ОКНО КУКИСОВ (POPUP)
   ================================================================ */

/* Затемнение */
.cookie-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    animation: cookieFadeIn 0.3s ease;
}

/* Всплывающее окно */
.cookie-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 36px 28px;
    max-width: 440px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: cookiePopupIn 0.3s ease;
}

.cookie-popup__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cookie-popup__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.cookie-popup__header svg {
    color: #0b1a2e;
}

.cookie-popup__title {
    font-size: 22px;
    font-weight: 700;
    color: #0b1a2e;
    margin: 0;
}

.cookie-popup__text {
    font-size: 15px;
    line-height: 1.6;
    color: #6b7280;
    margin: 8px 0 20px 0;
}

.cookie-popup__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.cookie-popup__btn {
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
    width: 100%;
}

.cookie-popup__btn--secondary {
    background: transparent;
    color: #6b7280;
    border: 1px solid #d1d5db;
    order: 2;
}

.cookie-popup__btn--secondary:hover {
    background: #f3f4f6;
}

.cookie-popup__btn--primary {
    background: #0b1a2e;
    color: #ffffff;
    order: 1;
}

.cookie-popup__btn--primary:hover {
    background: #1a2a3e;
}

/* Анимации */
@keyframes cookieFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes cookiePopupIn {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

/* Мобильная адаптация всплывающего окна */
@media (max-width: 480px) {
    .cookie-popup {
        padding: 24px 20px 20px;
        max-width: 95%;
    }
    
    .cookie-popup__title {
        font-size: 19px;
    }
    
    .cookie-popup__text {
        font-size: 14px;
    }
    
    .cookie-popup__btn {
        padding: 10px 16px;
        font-size: 14px;
    }
}
/* ================================================================
   ВСПЛЫВАЮЩЕЕ ОКНО КУКИСОВ (POPUP) - СТАБИЛЬНАЯ ВЕРСИЯ
   ================================================================ */

/* Затемнение */
.cookie-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    animation: cookieFadeIn 0.3s ease;
}

/* Всплывающее окно */
.cookie-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 36px 28px;
    max-width: 440px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: cookiePopupIn 0.3s ease;
}

.cookie-popup__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cookie-popup__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.cookie-popup__header svg {
    color: #0b1a2e;
}

.cookie-popup__title {
    font-size: 22px;
    font-weight: 700;
    color: #0b1a2e;
    margin: 0;
}

.cookie-popup__text {
    font-size: 15px;
    line-height: 1.6;
    color: #6b7280;
    margin: 8px 0 20px 0;
}

.cookie-popup__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.cookie-popup__btn {
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
    width: 100%;
}

.cookie-popup__btn--secondary {
    background: transparent;
    color: #6b7280;
    border: 1px solid #d1d5db;
    order: 2;
}

.cookie-popup__btn--secondary:hover {
    background: #f3f4f6;
}

.cookie-popup__btn--primary {
    background: #0b1a2e;
    color: #ffffff;
    order: 1;
}

.cookie-popup__btn--primary:hover {
    background: #1a2a3e;
}

/* Анимации */
@keyframes cookieFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes cookiePopupIn {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

/* Мобильная адаптация */
@media (max-width: 480px) {
    .cookie-popup {
        padding: 24px 20px 20px;
        max-width: 95%;
    }
    
    .cookie-popup__title {
        font-size: 19px;
    }
    
    .cookie-popup__text {
        font-size: 14px;
    }
    
    .cookie-popup__btn {
        padding: 10px 16px;
        font-size: 14px;
    }
}
/* ================================================================
   АДАПТАЦИЯ ФУТЕРА ДЛЯ МОБИЛЬНЫХ
   ================================================================ */

/* Скрываем CTA блок и колонку с описанием на мобильных */
@media (max-width: 768px) {
    .footer-cta--desktop {
        display: none !important;
    }
    
    .footer-col--desktop {
        display: none !important;
    }
    
    /* Футер: 2 колонки в ряд */
    .site-footer__grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 16px !important;
        padding: 0 !important;
    }
    
    .footer-col {
        padding: 0 !important;
    }
    
    .footer-col h3 {
        font-size: 13px !important;
        font-weight: 700 !important;
        color: #0b1a2e !important;
        margin-bottom: 10px !important;
        text-transform: uppercase !important;
        letter-spacing: 0.04em !important;
    }
    
    .site-footer__links li,
    .site-footer__contacts li {
        margin-bottom: 6px !important;
    }
    
    .site-footer__links a,
    .site-footer__contacts a,
    .site-footer__contacts span {
        font-size: 12px !important;
        color: #6b7280 !important;
        line-height: 1.4 !important;
    }
    
    .site-footer__contacts li {
        display: flex !important;
        align-items: flex-start !important;
        gap: 6px !important;
    }
    
    .site-footer__contacts i {
        width: 14px !important;
        height: 14px !important;
        margin-top: 2px !important;
        flex-shrink: 0 !important;
        color: #9ca3af !important;
    }
    
    /* Нижняя часть футера */
    .site-footer__bottom {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 8px !important;
        padding-top: 12px !important;
        margin-top: 16px !important;
        border-top: 1px solid #e5e7eb !important;
    }
    
    .site-footer__bottom p {
        font-size: 11px !important;
        color: #9ca3af !important;
        margin: 0 !important;
    }
    
    .site-footer__bottom-links {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 6px 12px !important;
    }
    
    .site-footer__bottom-links a {
        font-size: 11px !important;
        color: #6b7280 !important;
        text-decoration: none !important;
    }
    
    .site-footer__bottom-links a:hover {
        color: #0b1a2e !important;
    }
    
    /* Скрываем соцсети на мобильных если их много */
    .site-footer__socials {
        display: none !important;
    }
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
    .site-footer__grid {
        gap: 12px !important;
    }
    
    .footer-col h3 {
        font-size: 12px !important;
    }
    
    .site-footer__links a,
    .site-footer__contacts a,
    .site-footer__contacts span {
        font-size: 11px !important;
    }
}

@media (max-width: 768px) {
    .home-tabs__nav {
        gap: 6px !important;
        overflow-x: auto !important;
        flex-wrap: nowrap !important;
        padding-bottom: 6px !important;
        -webkit-overflow-scrolling: touch;
    }

    .home-tabs__button {
        padding: 8px 12px !important;
        font-size: 12px !important;
        flex-shrink: 0;
        white-space: nowrap;
    }

    .home-tabs__grid,
    .home-tabs__item {
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px 12px !important;
    }

    .site-footer__brand {
        grid-column: 1 / -1 !important;
    }

    .site-footer__column {
        min-width: 0 !important;
    }
}

@media (max-width: 480px) {
    /* home-tabs: оставляем 2 в ряд */
    .home-tabs__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .home-tabs__button {
        padding: 7px 10px !important;
        font-size: 11px !important;
    }

    .site-footer__grid {
        gap: 12px 10px !important;
    }

    .site-footer__list a,
    .site-footer__contacts a,
    .site-footer__contacts span {
        font-size: 11px !important;
    }
}






@media (min-width: 1025px) {
    /* home-tabs grid: 4 в ряд на ПК */
    .home-tabs__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    /* Уменьшаем масштаб карточек в home-tabs (только ПК) */
    .home-tabs__panel .product-card,
    .home-tabs__content .product-card {
        border-radius: 8px;
        transform: scale(0.85);
        transform-origin: top left;
    }

    .home-tabs__panel .product-media,
    .home-tabs__content .product-media {
        aspect-ratio: 3 / 3.6;
    }

    .home-tabs__panel .product-body,
    .home-tabs__content .product-body {
        padding: 12px 12px 14px;
    }

    .home-tabs__panel .product-title,
    .home-tabs__content .product-title {
        min-height: 44px;
        font-size: 15px;
        line-height: 1.3;
        margin-top: 8px;
    }

    .home-tabs__panel .product-meta,
    .home-tabs__panel .product-ref,
    .home-tabs__content .product-meta,
    .home-tabs__content .product-ref {
        font-size: 11px;
    }

    .home-tabs__panel .product-price strong,
    .home-tabs__content .product-price strong {
        font-size: 22px;
    }

    .home-tabs__panel .shop-btn.small,
    .home-tabs__content .shop-btn.small {
        padding: 8px 10px;
        font-size: 12px;
    }
}


@media (max-width: 768px) {
    .feature-grid {

        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .feature-card {
        padding: 18px !important;
    }

    .feature-card__icon {
        width: 46px !important;
        height: 46px !important;
        border-radius: 14px !important;
    }

    .feature-card__eyebrow {
        margin-top: 12px !important;
        font-size: 10px !important;
    }

    .feature-card h3 {
        margin-top: 8px !important;
        font-size: 20px !important;
        line-height: 1.2 !important;
    }

    .feature-card p {
        margin-top: 10px !important;
        font-size: 14px !important;
        line-height: 1.55 !important;
    }

    .feature-card__link {
        margin-top: 14px !important;
        font-size: 14px !important;
    }

    .service-map-block__grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .service-map-block__map-card {
        min-height: 360px !important;
    }

    .service-map-block__map {
        min-height: 360px !important;
    }

    .service-map-block__info-card {
        padding: 18px !important;
    }

    .service-map-block__info-card h3 {
        font-size: 20px !important;
    }

    .site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px 10px !important;
    }

    .site-footer__brand {
        grid-column: 1 / -1 !important;
    }
}

@media (max-width: 480px) {
    .site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px 8px !important;
    }

    .site-footer__column-title {
        margin-bottom: 8px !important;
        font-size: 13px !important;
    }

    .site-footer__list a,
    .site-footer__contacts a,
    .site-footer__contacts span {
        font-size: 11px !important;
    }

    .feature-card h3 {
        font-size: 18px !important;
    }

    .feature-card p {
        font-size: 13px !important;
    }
}

/* Для планшетов (от 769px до 1024px) - 3 колонки */
@media (min-width: 769px) and (max-width: 1024px) {
    .site-footer__grid {
        grid-template-columns: 1.5fr 1fr 1fr !important;
    }
    
    .footer-col--desktop {
        display: block !important;
    }
    
    .footer-cta--desktop {
        display: flex !important;
    }
}
@media (max-width: 768px) {
    .catalog-layout,
    .home-catalog,
    .product-layout {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .home-tabs__rail .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
        transform: none !important;
        width: 100% !important;
    }

    .home-tabs__item {
        width: auto !important;
        max-width: 100% !important;
    }
}

@media (max-width: 480px) {
    .home-tabs__rail .swiper-wrapper {
        gap: 6px !important;
    }
    /* 2 колонки в секции товаров на главной (home-tabs) */
    .home-tabs__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }
    .home-tabs__item {
        width: 100% !important;
    }
}
/* ============================================================
   ETOVAR 2026 — approved green storefront refresh
   ============================================================ */
:root {
    --et-green: #16784a;
    --et-green-dark: #0d623a;
    --et-lime: #ddf36a;
    --et-ink: #20251f;
    --et-muted: #697169;
    --et-line: #e2e7e2;
    --et-soft: #f5f7f4;
}

.shop-body { background: #fff; color: var(--et-ink); }
.shop-shell { max-width: min(var(--shell-width), calc(100% - 40px)); }
.topline { background: #fafbfa; border-bottom: 1px solid var(--et-line); color: #465047; }
.site-header { background: rgba(255,255,255,.98); box-shadow: 0 1px 0 var(--et-line); }
.header-main { gap: 28px; min-height: 82px; }
.shop-logo__image { max-height: 58px; width: auto; }
.header-search form { border: 1px solid #ccd5cd; border-radius: 9px; box-shadow: none; overflow: hidden; }
.header-search input { min-height: 52px; padding-left: 18px; }
.header-search button { width: 56px; background: var(--et-green); color: #fff; }
.header-actions__item { color: #263029; border-radius: 10px; }
.header-actions__item:hover { color: var(--et-green); background: #f1f7f3; }
.header-actions__item b { background: var(--et-green); color: #fff; }
.main-nav { border-radius: 9px; background: var(--et-green); box-shadow: none; }
.main-nav__catalog-trigger { background: var(--et-green-dark); }
.main-nav__catalog-panel { border: 1px solid var(--et-line); border-radius: 0 0 18px 18px; box-shadow: 0 22px 55px rgba(20,60,38,.16); }
.main-nav__catalog-item { border: 1px solid var(--et-line); border-radius: 14px; background: #fff; }
.main-nav__catalog-item:hover { border-color: #8fc6a6; transform: translateY(-2px); }
.main-nav__catalog-all { background: var(--et-green); border-radius: 10px; }

.hero-slider, .inner-hero { border-radius: 18px; overflow: hidden; }
.shop-btn.primary, .product-card .shop-btn, .add-to-cart, .checkout-submit { background: var(--et-green); border-color: var(--et-green); color: #fff; }
.shop-btn.primary:hover, .product-card .shop-btn:hover, .add-to-cart:hover { background: var(--et-green-dark); }
.popular-categories__card { background: #fff; border: 1px solid var(--et-line); border-radius: 14px; transition: .2s ease; }
.popular-categories__card:hover { border-color: #8fc6a6; box-shadow: 0 10px 30px rgba(20,90,52,.09); transform: translateY(-2px); }
.popular-categories__media { background: #f7f9f7; border-radius: 11px; }

.product-card { border: 1px solid var(--et-line); border-radius: 14px; box-shadow: none; overflow: hidden; transition: .2s ease; }
.product-card:hover { border-color: #a8cdb7; box-shadow: 0 14px 34px rgba(20,70,40,.10); transform: translateY(-2px); }
.product-media { background: #fff; }
.product-meta { color: #707871; }
.product-price { color: #16231a; }
.product-fav { background: rgba(255,255,255,.94); border: 1px solid var(--et-line); }
.shop-badge.success { background: #e8f6ed; color: var(--et-green); }
.shop-badge.warn { background: #fff4e8; color: #b65313; }
.catalog-sidebar, .catalog-toolbar, .account-panel, .account-login, .account-register { border-color: var(--et-line); box-shadow: none; }
.catalog-sidebar { border-radius: 14px; }
.catalog-sort__select, .stepfilter-panel input, .account-form input, .account-form select { border-color: #d6ddd7; border-radius: 9px; }
.catalog-view-switch__button.is-active, .account-tabs .is-active, .account-sidebar__link.is-active { background: #eaf5ee; color: var(--et-green); }
.account-panel, .account-login, .account-register { border-radius: 16px; }
.account-user-card__avatar, .account-service-card__icon { background: var(--et-green); }
.account-quick-actions__item:hover, .account-delivery-card:hover { border-color: #94c3a7; }

@media (max-width: 767px) {
    .shop-shell { max-width: calc(100% - 24px); }
    .mobile-header { min-height: 64px; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--et-line); }
    .mobile-header__inner { min-height: 64px; padding: 8px 14px; }
    .mobile-header__logo-img { max-height: 43px; max-width: 150px; }
    .mobile-header__search-wrap { background: #f3f6f3; border: 1px solid var(--et-line); border-radius: 10px; }
    .mobile-header__burger span { background: var(--et-ink); }
    .mobile-nav { background: #fff; }
    .mobile-nav__catalog-summary, .mobile-nav__quick-link { min-height: 50px; }
    .mobile-nav__catalog-all-link { background: var(--et-green); color: #fff; border-radius: 9px; }
    .inner-hero { margin-top: 14px; border-radius: 14px; }
    .inner-hero h1 { font-size: 28px; }
    .popular-categories { grid-auto-columns: 145px; overflow-x: auto; display: grid; grid-auto-flow: column; padding-bottom: 8px; scrollbar-width: none; }
    .popular-categories::-webkit-scrollbar { display: none; }
    .popular-categories__card { min-height: 150px; }
    .product-grid, .product-grid--catalog, .product-grid--four { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
    .product-card { border-radius: 12px; }
    .product-body { padding: 11px; }
    .product-title { font-size: 14px; line-height: 1.35; min-height: 38px; }
    .product-price { font-size: 19px; }
    .product-card .shop-btn { min-height: 44px; border-radius: 9px; }
    .catalog-sidebar { border-radius: 18px 18px 0 0; }
    .product-page, .product-detail, .account-cabinet__content, .checkout-layout { border-radius: 0; }
    .product-gallery, .product-summary, .account-panel { border-radius: 14px; }
    .product-summary .shop-btn.primary { min-height: 52px; font-size: 17px; }
    .account-cabinet { display: block; }
    .account-sidebar { overflow-x: auto; border: 0; margin-bottom: 12px; }
    .account-sidebar__menu { display: flex; min-width: max-content; gap: 8px; }
    .account-sidebar__link { min-height: 44px; border-radius: 22px; background: #f3f6f3; }
    .account-dashboard { grid-template-columns: 1fr; gap: 12px; }
    .account-quick-actions { grid-template-columns: repeat(2,1fr); }
    .checkout-layout, .checkout-grid { grid-template-columns: 1fr !important; }
    .checkout-summary { position: static !important; }
    .site-footer { padding-bottom: 74px; }
}
/* Mobile dock from the approved renders */
.et-mobile-dock { display: none; }
@media (max-width: 767px) {
    .et-mobile-dock {
        position: fixed; z-index: 88; left: 0; right: 0; bottom: 0;
        display: grid; grid-template-columns: repeat(5,1fr); min-height: 64px;
        padding: 6px 8px calc(6px + env(safe-area-inset-bottom));
        background: rgba(255,255,255,.97); border-top: 1px solid var(--et-line);
        box-shadow: 0 -8px 28px rgba(28,48,35,.08); backdrop-filter: blur(12px);
    }
    .et-mobile-dock a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: #747b75; font-size: 10px; font-weight: 700; }
    .et-mobile-dock svg { width: 21px; height: 21px; stroke-width: 1.8; }
    .et-mobile-dock a.is-active { color: var(--et-green); }
    .et-mobile-dock a.is-active svg { stroke-width: 2.4; }
    .back-to-top { bottom: 82px; }
    #toast { bottom: 86px !important; }
}
/* Approved mobile product/account/checkout composition */
@media (max-width: 767px) {
    body[data-page-slug="product"] .inner-hero { background: #fff; margin: 0; padding: 8px 0; }
    body[data-page-slug="product"] .breadcrumbs { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 11px; color: #8a928c; }
    body[data-page-slug="product"] .shop-section { padding: 10px 0; }
    body[data-page-slug="product"] .product-layout { display: flex; flex-direction: column; gap: 12px; }
    body[data-page-slug="product"] .product-gallery-one { order: 1; border: 1px solid var(--et-line); border-radius: 15px; background: #fff; overflow: hidden; }
    body[data-page-slug="product"] .product-gallery-one__grid { display: block; }
    body[data-page-slug="product"] .product-gallery-one__thumbs-container { display: none; }
    body[data-page-slug="product"] .product-gallery-one__gallery-wrapper { min-height: 360px; border: 0; }
    body[data-page-slug="product"] .product-gallery-one__image { height: 360px; padding: 16px; }
    body[data-page-slug="product"] .product-gallery-one__image img { width: 100%; height: 100%; object-fit: contain; }
    body[data-page-slug="product"] .product-gallery-one__button { width: 36px; height: 44px; opacity: .75; }
    body[data-page-slug="product"] .product-gallery-one__right-bar { right: 12px; top: 12px; }
    body[data-page-slug="product"] .product-info-card { order: 2; border: 0; box-shadow: none; padding: 6px 2px; }
    body[data-page-slug="product"] .product-info-card h1 { font-size: 25px; line-height: 1.17; letter-spacing: -.03em; margin-bottom: 10px; }
    body[data-page-slug="product"] .product-brief { color: #697169; font-size: 13px; }
    body[data-page-slug="product"] .product-brief__specs, body[data-page-slug="product"] .product-brief__button { display: none; }
    body[data-page-slug="product"] .product-buy-card { order: 3; border: 0; border-radius: 0; padding: 0; box-shadow: none; background: transparent; }
    body[data-page-slug="product"] .product-buy-card__stock { justify-content: flex-start; color: var(--et-green); font-weight: 800; margin-bottom: 6px; }
    body[data-page-slug="product"] .product-purchase-box { padding: 0 0 12px; background: transparent; border: 0; }
    body[data-page-slug="product"] .product-purchase-box .product-price strong { color: var(--et-green); font-size: 30px; }
    body[data-page-slug="product"] .product-purchase-box small { display: block; margin-top: 8px; padding: 10px 12px; background: #f1f8d9; border-radius: 9px; color: #344234; }
    body[data-page-slug="product"] .product-purchase-actions { display: grid; grid-template-columns: 96px 1fr 46px 46px; gap: 8px; }
    body[data-page-slug="product"] .qty-wrap { min-height: 50px; border: 1px solid var(--et-line); border-radius: 10px; }
    body[data-page-slug="product"] .product-buy-card__cta { min-height: 50px; border-radius: 10px; font-size: 16px; font-weight: 800; }
    body[data-page-slug="product"] .product-contact-actions { display: none; }
    body[data-page-slug="product"] .product-buy-card__meta { display: none; }
    body[data-page-slug="product"] .product-buy-card__delivery { margin-top: 12px; display: grid; gap: 9px; }
    body[data-page-slug="product"] .product-buy-card__delivery div { min-height: 66px; padding: 12px 14px; border: 1px solid var(--et-line); border-radius: 12px; background: #fff; font-weight: 700; }
    body[data-page-slug="product"] .product-tabs-panel { border: 0; border-radius: 0; background: #fff; }
    body[data-page-slug="product"] .product-tabs__nav { display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--et-line); }
    body[data-page-slug="product"] .product-tabs__button { justify-content: space-between; min-height: 54px; border: 0; border-bottom: 1px solid var(--et-line); border-radius: 0; text-align: left; background: #fff; }
    body[data-page-slug="product"] .product-tabs__button::after { content: '›'; margin-left: auto; font-size: 24px; color: #8b938d; }
    body[data-page-slug="product"] .product-tabs__button.is-active { color: var(--et-green); background: #f7faf8; }
    body[data-page-slug="product"] .product-tabs__panel { padding: 16px 4px; }
    body[data-page-slug="product"] .product-detail-list__item { padding: 10px 0; }
    body[data-page-slug="product"] .shop-section--soft .product-grid { display: grid; grid-auto-flow: column; grid-auto-columns: 72%; grid-template-columns: none; overflow-x: auto; padding-bottom: 8px; }

    body[data-page-slug="account"] .shop-section { background: #f6f8f6; padding: 12px 0 80px; }
    body[data-page-slug="account"] .account-cabinet { max-width: 100%; }
    body[data-page-slug="account"] .account-sidebar { background: transparent; }
    body[data-page-slug="account"] .account-panel { padding: 18px; background: #fff; border: 1px solid var(--et-line); box-shadow: 0 8px 24px rgba(30,60,40,.06); }
    body[data-page-slug="account"] .account-user-card { padding: 4px 0 16px; }
    body[data-page-slug="account"] .account-user-card__avatar { width: 72px; height: 72px; font-size: 22px; background: #e7f5df; color: var(--et-green); }
    body[data-page-slug="account"] .account-user-card__main h1 { font-size: 25px; }
    body[data-page-slug="account"] .account-quick-actions, body[data-page-slug="account"] .account-services { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
    body[data-page-slug="account"] .account-service-card { display: flex; flex-direction: column; align-items: flex-start; min-height: 132px; padding: 14px; border: 1px solid var(--et-line); border-radius: 14px; }
    body[data-page-slug="account"] .account-service-card__icon { width: 40px; height: 40px; border-radius: 12px; }
    body[data-page-slug="account"] .account-service-card a { margin-top: auto; color: var(--et-green); }
    body[data-page-slug="account"] .account-delivery-card { border: 1px solid var(--et-line); border-radius: 12px; padding: 14px; }

    body[data-page-slug="checkout"] { background: #f7f9f7; }
    body[data-page-slug="checkout"] main > .fade-in { max-width: 100%; padding: 12px 12px 88px; }
    body[data-page-slug="checkout"] main > .fade-in > .mb-6 { text-align: center; margin-bottom: 16px; }
    body[data-page-slug="checkout"] main > .fade-in > .mb-6 p { display: none; }
    body[data-page-slug="checkout"] main > .fade-in > .mb-6 h1 { font-size: 24px; }
    body[data-page-slug="checkout"] form { gap: 12px; }
    body[data-page-slug="checkout"] form section { padding: 18px !important; border: 1px solid var(--et-line) !important; border-radius: 14px !important; box-shadow: none !important; }
    body[data-page-slug="checkout"] form section h2 { font-size: 18px; }
    body[data-page-slug="checkout"] form input, body[data-page-slug="checkout"] form select { min-height: 48px; border-radius: 10px !important; }
    body[data-page-slug="checkout"] .delivery-option__card, body[data-page-slug="checkout"] .payment-option__card { min-height: 76px; border-radius: 12px; }
    body[data-page-slug="checkout"] .delivery-option input:checked + .delivery-option__card, body[data-page-slug="checkout"] .payment-option input:checked + .payment-option__card { border-color: var(--et-green); background: #f1f8f4; box-shadow: 0 0 0 1px var(--et-green); }
    body[data-page-slug="checkout"] button[type="submit"] { min-height: 54px; background: var(--et-green) !important; border-radius: 12px !important; font-size: 17px; font-weight: 800; }
}
/* Render-accurate functional additions: checkout progress and mobile purchase bar. */
.et-checkout-steps { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); max-width:620px; margin:0 0 28px; padding:0; list-style:none; }
.et-checkout-steps li { position:relative; display:flex; align-items:center; gap:10px; color:#8a958e; font-size:13px; }
.et-checkout-steps li:not(:last-child)::after { content:""; position:absolute; left:38px; right:10px; top:15px; height:2px; background:#dfe6e1; }
.et-checkout-steps span { position:relative; z-index:1; display:grid; width:30px; height:30px; place-items:center; border:2px solid #dfe6e1; border-radius:50%; background:#fff; font-weight:800; }
.et-checkout-steps svg { width:15px; height:15px; }
.et-checkout-steps .is-done span,.et-checkout-steps .is-active span { border-color:var(--primary); background:var(--primary); color:#fff; }
.et-checkout-steps .is-active { color:var(--text); }
.et-product-mobile-buy { display:none; }
@media (max-width:767px) {
  body:has(.et-product-mobile-buy) { padding-bottom:150px; }
  .et-product-mobile-buy { position:fixed; z-index:92; right:0; bottom:64px; left:0; display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:12px; padding:12px 16px; border-top:1px solid #dfe6e1; background:rgba(255,255,255,.97); box-shadow:0 -10px 30px rgba(24,48,34,.09); backdrop-filter:blur(14px); }
  .et-product-mobile-buy__price small,.et-product-mobile-buy__price strong { display:block; }
  .et-product-mobile-buy__price small { margin-bottom:2px; color:var(--primary); font-size:11px; font-weight:800; }
  .et-product-mobile-buy__price strong { color:var(--text); font-size:18px; line-height:1.15; }
  .et-product-mobile-buy .shop-btn { min-height:48px; padding-inline:20px; border-radius:12px; }
  .et-checkout-steps { margin-bottom:20px; }
  .et-checkout-steps li { display:block; text-align:center; font-size:11px; }
  .et-checkout-steps span { margin:0 auto 6px; }
  .et-checkout-steps li:not(:last-child)::after { left:calc(50% + 18px); right:calc(-50% + 18px); }
}

/* Compact responsive order cabinet */
.account-orders-page { overflow: hidden; }
.account-orders-page > .account-panel__head { margin-bottom: 14px; }
.account-orders-page > .account-panel__head h1 { font-size: clamp(22px, 2vw, 30px); }
.account-orders-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.account-orders-list .order-card--cabinet {
    padding: 14px 16px;
    border-radius: 14px;
    box-shadow: none;
}
.account-orders-list .order-card__top { margin-bottom: 6px; }
.account-orders-list .order-card__summary { gap: 5px; }
.account-orders-list .account-setting-link { padding-top: 10px; margin-top: 8px !important; }
.account-order-detail,
.account-order-items-panel {
    margin-top: 14px;
    padding: 18px;
    border-radius: 16px;
    box-shadow: none;
}
.account-order-detail > .account-panel__head { align-items: center; margin-bottom: 12px; }
.account-order-detail > .account-panel__head h2,
.account-order-items-panel .account-panel__head h2 { font-size: 21px; }
.account-order-detail > .account-panel__head p,
.account-order-items-panel .account-panel__head p { margin-top: 3px; font-size: 13px; }
.account-order-facts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 0;
}
.account-order-fact {
    min-width: 0;
    padding: 12px 14px;
    border-radius: 12px;
}
.account-order-fact--address { grid-column: span 2; }
.account-order-fact strong { font-size: 12px; color: #667085; }
.account-order-fact span { margin-top: 4px; color: #16231a; font-size: 14px; line-height: 1.35; overflow-wrap: anywhere; }
.account-order-payment-link { display: none; }
.account-order-editor {
    margin-top: 12px;
    border: 1px solid #dce5df;
    border-radius: 14px;
    background: #f8fbf9;
}
.account-order-editor > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    cursor: pointer;
    list-style: none;
    color: var(--et-green, #087f45);
}
.account-order-editor > summary::-webkit-details-marker { display: none; }
.account-order-editor > summary span { font-weight: 800; }
.account-order-editor > summary small { color: #667085; }
.account-order-editor > summary::after { content: "+"; margin-left: auto; font-size: 22px; line-height: 1; }
.account-order-editor[open] > summary::after { content: "−"; }
.account-order-edit-form {
    padding: 0 16px 16px;
    border-top: 1px solid #e2e9e4;
}
.account-order-edit-form .account-panel__head { margin: 14px 0 10px; }
.account-order-edit-form .account-panel__head h2 { font-size: 18px; }
.account-order-fields {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 12px;
}
.account-order-edit-form input,
.account-order-edit-form select,
.account-order-edit-form textarea {
    width: 100%;
    min-height: 44px;
}
.account-order-edit-actions { display: flex; gap: 10px; margin-top: 2px; }
.account-order-cancel {
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid #d6ddd7;
    border-radius: 10px;
    background: #fff;
    color: #344054;
    font-weight: 700;
    cursor: pointer;
}
.account-order-cancel-form {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #edf0ee;
}
.account-order-cancel-form button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #b42318;
    font-weight: 800;
    cursor: pointer;
}
.account-order-cancel-form small { color: #667085; }
.account-order-items-panel .admin-order-items { display: grid; gap: 8px; }
.account-order-items-panel .admin-order-item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #edf0ee;
}
.account-order-items-panel .admin-order-item:last-child { border-bottom: 0; }
.account-order-items-panel .admin-order-item__thumb { width: 52px; height: 52px; }
.account-order-items-panel .admin-order-item__thumb img { width: 100%; height: 100%; object-fit: contain; }
.account-order-items-panel .admin-order-item__main { min-width: 0; }
.account-order-items-panel .admin-order-item__main strong,
.account-order-items-panel .admin-order-item__main span { display: block; }
.account-order-items-panel .admin-order-item__main span { margin-top: 3px; color: #667085; font-size: 12px; }
.account-order-items-panel .admin-order-item__price { white-space: nowrap; font-weight: 800; }

@media (max-width: 980px) {
    .account-order-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .account-order-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    body[data-page-slug="account"] .shop-shell.account-cabinet { padding-inline: 10px; }
    body[data-page-slug="account"] .account-sidebar__menu {
        padding: 0 0 8px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
    }
    body[data-page-slug="account"] .account-orders-page { padding: 14px; }
    .account-orders-page > .account-panel__head { align-items: center; }
    .account-orders-page > .account-panel__head p { display: none; }
    .account-orders-list { grid-template-columns: 1fr; }
    .account-orders-list .order-card--cabinet { padding: 12px; }
    .account-order-detail,
    .account-order-items-panel { margin-top: 10px; padding: 14px; }
    .account-order-detail > .account-panel__head {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }
    .account-order-detail > .account-panel__head .account-panel__action {
        width: 100%;
        min-height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: #edf7f1;
    }
    .account-order-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .account-order-fact, .account-order-fact--address { grid-column: auto; padding: 11px; }
    .account-order-fact--address { grid-column: 1 / -1; }
    .account-order-editor > summary { display: grid; grid-template-columns: minmax(0, 1fr) auto; padding: 13px; }
    .account-order-editor > summary small { grid-column: 1; font-size: 11px; }
    .account-order-editor > summary::after { grid-column: 2; grid-row: 1 / span 2; }
    .account-order-edit-form { padding: 0 12px 12px; }
    .account-order-fields { grid-template-columns: 1fr; gap: 9px; }
    .account-order-edit-actions { position: sticky; bottom: 72px; z-index: 5; padding: 10px 0 0; background: #f8fbf9; }
    .account-order-edit-actions .shop-btn { flex: 1; }
    .account-order-cancel-form {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }
    .account-order-items-panel .admin-order-item {
        grid-template-columns: 46px minmax(0, 1fr) auto;
        gap: 9px;
    }
    .account-order-items-panel .admin-order-item__thumb { width: 46px; height: 46px; }
    .account-order-items-panel .admin-order-item__qty { grid-column: 2; font-size: 12px; color: #667085; }
    .account-order-items-panel .admin-order-item__price { grid-column: 3; grid-row: 1 / span 2; }
}

/* ETOVAR render system — exact storefront shell */
.etovar-wordmark { color:#087f45; font-family:Manrope,sans-serif; font-size:30px; font-weight:800; letter-spacing:-1.5px; white-space:nowrap; }
.etovar-wordmark--desktop { font-size:34px; }
.site-header { position:relative; background:#fff; }
.site-header .topline { min-height:34px; border-bottom:1px solid #e7e9e7; background:#fff; color:#343934; }
.site-header .topline__row { min-height:34px; }
.site-header .header-main { display:grid; grid-template-columns:180px 128px minmax(320px,1fr) auto; min-height:82px; gap:20px; }
.site-header .shop-logo { grid-column:1; }
.site-header .header-search { grid-column:3; }
.site-header .header-actions { grid-column:4; }
.site-header .header-search form { height:48px; border:1px solid #d9dedb; border-radius:6px; overflow:hidden; background:#fff; }
.site-header .header-search button { width:50px; border-radius:0; background:#087f45; }
.site-header .header-actions__item { color:#171b18; }
.site-header .header-actions__item:nth-child(2) { display:none; }
.site-header > .shop-shell:last-child { position:absolute; z-index:20; top:51px; right:0; left:0; pointer-events:none; }
.site-header .main-nav { position:relative; top:auto; left:auto; width:128px; height:48px; margin-left:180px; pointer-events:auto; }
.site-header .main-nav__catalog-trigger { width:128px; min-height:48px; justify-content:center; gap:9px; border-radius:6px; background:#087f45; }
.site-header .main-nav__catalog-arrow { display:none; }
.site-header .main-nav__links { display:none; }
.site-header .main-nav__catalog-panel { top:58px; left:-180px; width:min(1120px,calc(100vw - 40px)); }
.home-hero { padding:0 0 20px; background:#fff; }
.home-hero__slider { min-height:288px; border-radius:8px; overflow:hidden; box-shadow:none; }
.home-hero__slide { min-height:288px; background-color:#eef3eb; background-position:center; background-size:cover; background-repeat:no-repeat; }
.home-hero__shade { background:linear-gradient(90deg,#f1f5ed 0%,rgba(241,245,237,.96) 34%,rgba(241,245,237,.28) 68%,rgba(241,245,237,.05) 100%); }
.home-hero__slide-inner { align-items:center; justify-content:flex-start; min-height:288px; padding:36px 52px; }
.home-hero__copy { width:520px; max-width:520px; margin:0 !important; text-align:left; }
.home-hero__copy h1 { color:#292e2a; font-size:40px; line-height:1.12; letter-spacing:-1.2px; }
.home-hero__copy p { max-width:430px; color:#3c443e; font-size:17px; }
.home-hero__eyebrow { display:none; }
.home-hero__actions { justify-content:flex-start; }
.home-hero__actions .hero-cta { min-height:48px; border-radius:5px; background:#087f45; }
.home-hero__actions .hero-cta--ghost { display:none; }
.home-hero__controls { justify-content:flex-start; left:52px; right:auto; bottom:12px; }
.home-hero__arrow { display:none; }
.home-hero__dot { width:7px; height:7px; background:#aeb5ae; }
.home-hero__dot.is-active { background:#087f45; }
body[data-page-slug="home"] .shop-section--soft { background:#fff; }
body[data-page-slug="home"] .shop-section { padding:0 0 24px; }
body[data-page-slug="home"] .section-head { margin-bottom:14px; }
body[data-page-slug="home"] .section-head__eyebrow,
body[data-page-slug="home"] .section-head__lead { display:none; }
body[data-page-slug="home"] .section-head h2 { font-size:25px; color:#111; }
body[data-page-slug="home"] .popular-categories { grid-template-columns:repeat(8,minmax(0,1fr)); gap:12px; }
body[data-page-slug="home"] .popular-categories__card { min-height:156px; padding:9px; border-radius:9px; }
body[data-page-slug="home"] .popular-categories__media { height:105px; background:#fff; }
body[data-page-slug="home"] .popular-categories__title { color:#202420; font-size:14px; font-weight:600; text-align:center; }
body[data-page-slug="home"] .product-grid--four { grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; }

@media (max-width:767px) {
  .mobile-header { border-bottom:1px solid #e8ebe8; background:#fff; }
  .mobile-header__inner { display:grid; grid-template-columns:44px minmax(0,1fr) auto; min-height:70px; gap:10px; padding:10px 16px; }
  .mobile-header__left { grid-column:2; grid-row:1; justify-self:start; }
  .mobile-header__center { grid-column:3; grid-row:1; width:42px; }
  .mobile-header__right { display:contents; }
  .mobile-header__burger { grid-column:1; grid-row:1; width:40px; height:40px; order:-1; }
  .mobile-header__search-wrap { width:40px; height:40px; padding:0; border:0; background:transparent; }
  .mobile-header__search-wrap input { position:absolute; width:1px; height:1px; opacity:0; pointer-events:none; }
  .mobile-header__search-wrap svg { width:27px; height:27px; stroke:#111; }
  .mobile-header__cart { position:absolute; top:15px; right:13px; display:grid; width:40px; height:40px; place-items:center; color:#111; }
  .mobile-header__cart svg { width:28px; height:28px; }
  .mobile-header__cart b { position:absolute; top:-2px; right:-1px; display:grid; min-width:20px; height:20px; place-items:center; border-radius:99px; background:#087f45; color:#fff; font-size:11px; }
  .mobile-header__center { margin-right:43px; }
  .etovar-wordmark { font-size:31px; }
  .home-hero { padding-top:8px; }
  .home-hero__slider,.home-hero__slide,.home-hero__slide-inner { min-height:310px; }
  .home-hero__slide { background-position:70% 20px; background-size:auto 180px; }
  .home-hero__shade { background:linear-gradient(0deg,#f1f5ed 0%,rgba(241,245,237,.98) 48%,rgba(241,245,237,.2) 100%); }
  .home-hero__slide-inner { align-items:flex-end; padding:155px 22px 34px; }
  .home-hero__copy h1 { font-size:28px; }
  .home-hero__copy p { font-size:14px; }
  .home-hero__controls { left:22px; bottom:14px; }
  body[data-page-slug="home"] .popular-categories { grid-auto-columns:132px; grid-template-columns:none; }
  body[data-page-slug="home"] .product-grid--four { display:grid; grid-auto-flow:column; grid-auto-columns:78%; grid-template-columns:none; overflow-x:auto; }

  body[data-page-slug="product"] .inner-hero { padding:12px 0 8px; background:#fff; }
  body[data-page-slug="product"] .breadcrumbs { flex-wrap:nowrap; overflow:hidden; white-space:nowrap; color:#8a8f8b; font-size:12px; }
  body[data-page-slug="product"] .shop-section { padding:8px 0 18px; }
  body[data-page-slug="product"] .product-layout { gap:12px; }
  body[data-page-slug="product"] .product-gallery-one--wrap { padding:8px; border:1px solid #e0e4e1; border-radius:14px; background:#fff; }
  body[data-page-slug="product"] .product-gallery-one__image { min-height:390px; }
  body[data-page-slug="product"] .product-gallery-one__image img { width:100%; height:390px; object-fit:contain; }
  body[data-page-slug="product"] .product-info-card { padding:8px 2px 0; border:0; border-radius:0; background:transparent; box-shadow:none; }
  body[data-page-slug="product"] .product-info-card h1 { margin:0; color:#101410; font-size:25px; line-height:1.18; letter-spacing:-.4px; }
  body[data-page-slug="product"] .product-brief,
  body[data-page-slug="product"] .product-brief__specs,
  body[data-page-slug="product"] .product-brief__button { display:none; }
  body[data-page-slug="product"] .product-buy-card { padding:4px 2px 14px; border:0; border-radius:0; background:transparent; box-shadow:none; }
  body[data-page-slug="product"] .product-buy-card__stock { position:absolute; right:16px; margin-top:-51px; color:#087f45; background:transparent; }
  body[data-page-slug="product"] .product-price strong { color:#087f45; font-size:31px; }
  body[data-page-slug="product"] .product-price span { font-size:17px; }
  body[data-page-slug="product"] .product-purchase-box small { display:none; }
  body[data-page-slug="product"] .product-purchase-actions { display:grid; grid-template-columns:128px minmax(0,1fr); gap:12px; margin-top:16px; }
  body[data-page-slug="product"] .product-purchase-actions .qty-wrap { min-height:54px; border:1px solid #d8ddd9; border-radius:12px; }
  body[data-page-slug="product"] .product-buy-card__cta { min-height:54px; border-radius:12px; }
  body[data-page-slug="product"] .product-buy-card__fav { display:none; }
  body[data-page-slug="product"] .product-contact-actions,
  body[data-page-slug="product"] .product-buy-card__meta { display:none; }
  body[data-page-slug="product"] .product-buy-card__delivery { display:grid; gap:10px; order:-1; margin:14px 0; }
  body[data-page-slug="product"] .product-buy-card__delivery > div { min-height:68px; padding:13px 16px; border:1px solid #dfe3df; border-radius:12px; background:#fff; font-weight:700; }
  body[data-page-slug="product"] .product-tabs-panel { border:0; border-radius:0; box-shadow:none; }
  body[data-page-slug="product"] .product-tabs__nav { display:grid; grid-template-columns:1fr; gap:0; padding:0; border-top:1px solid #e4e7e4; }
  body[data-page-slug="product"] .product-tabs__button { justify-content:flex-start; min-height:56px; padding:0 16px; border-bottom:1px solid #e4e7e4; border-radius:0; background:#fff; color:#191d1a; text-align:left; }
  body[data-page-slug="product"] .product-tabs__button::after { content:'›'; margin-left:auto; color:#777; font-size:25px; }
  body[data-page-slug="product"] .product-tabs__panel { padding:16px; }

  body[data-page-slug="checkout"] > main { background:#f8faf8; }
  body[data-page-slug="checkout"] main > .fade-in { padding:18px 14px 130px; }
  body[data-page-slug="checkout"] main > .fade-in > .mb-6 { text-align:center; }
  body[data-page-slug="checkout"] main > .fade-in > .mb-6 p { display:none; }
  body[data-page-slug="checkout"] main > .fade-in > .mb-6 h1 { font-size:24px; }
  body[data-page-slug="checkout"] form { gap:12px; }
  body[data-page-slug="checkout"] form .space-y-6 { display:grid; gap:12px; }
  body[data-page-slug="checkout"] form section { padding:18px !important; border-radius:14px !important; box-shadow:none !important; }
  body[data-page-slug="checkout"] form section h2 { font-size:19px; }
  body[data-page-slug="checkout"] form section p { display:none; }
  body[data-page-slug="checkout"] form input,body[data-page-slug="checkout"] form select { min-height:52px; border-radius:10px !important; }
  body[data-page-slug="checkout"] .delivery-option__card,body[data-page-slug="checkout"] .payment-option__card { border-radius:12px; }
  body[data-page-slug="checkout"] form > aside { position:static; }
  body[data-page-slug="checkout"] form > aside > div { border-radius:14px !important; box-shadow:none !important; }
  body[data-page-slug="checkout"] form > aside button[type="submit"] { position:fixed; z-index:95; right:15px; bottom:76px; left:15px; min-height:58px; border:6px solid #d8ff62; border-radius:16px; background:#087f45; box-shadow:0 0 0 8px #d8ff62; }
}
