@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../assets/fonts/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../assets/fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --shop-orange: #ff4b12;
  --shop-orange-dark: #dd3500;
  --shop-ink: #111214;
  --shop-muted: #686c73;
  --shop-line: #e3e5e8;
  --shop-soft: #f5f6f7;
  --shop-white: #fff;
  --shop-green: #18794e;
  --shop-max: 1452px;
  --shop-radius: 18px;
  --shop-shadow: 0 18px 55px rgba(16, 20, 24, .09);
}

[hidden] { display: none !important; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--shop-soft); color: var(--shop-ink); font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
.shop-shell { width: min(var(--shop-max), calc(100% - 56px)); margin-inline: auto; }
.shop-visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; border: 0 !important; }
.shop-muted { color: var(--shop-muted); }

.shop-header { position: sticky; z-index: 80; top: 0; border-bottom: 1px solid var(--shop-line); background: rgba(255,255,255,.97); backdrop-filter: blur(14px); }
.shop-header__row { display: flex; min-height: 82px; align-items: center; gap: 24px; }
.shop-header__brand { flex: 0 0 225px; }
.shop-header__brand img { display: block; width: 100%; height: auto; }
.shop-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.shop-nav a { font-size: 12px; font-weight: 850; white-space: nowrap; }
.shop-nav a:hover, .shop-nav a:focus-visible { color: var(--shop-orange); }
.shop-header__actions { display: flex; align-items: center; gap: 10px; }
.shop-phone { font-size: 12px; font-weight: 900; white-space: nowrap; }
.shop-cart-link, .header-cart { position: relative; display: inline-flex; min-width: 48px; min-height: 46px; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--shop-line); border-radius: 12px; background: #fff; font-size: 12px; font-weight: 900; }
.shop-cart-link svg, .header-cart svg { display: none; }
.shop-cart-link::before, .header-cart::before {
  content: "";
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  background: #0f1012;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2.7 3.25h2.15c.78 0 1.47.49 1.73 1.22l.88 2.48h12.66c1.13 0 1.94 1.1 1.61 2.18l-1.87 6.08a2.15 2.15 0 0 1-2.06 1.52H9.73a2.15 2.15 0 0 1-2.03-1.45L4.18 5.55H2.7a1.15 1.15 0 1 1 0-2.3Z'/%3E%3Ccircle cx='10.2' cy='20.25' r='1.55'/%3E%3Ccircle cx='18.3' cy='20.25' r='1.55'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2.7 3.25h2.15c.78 0 1.47.49 1.73 1.22l.88 2.48h12.66c1.13 0 1.94 1.1 1.61 2.18l-1.87 6.08a2.15 2.15 0 0 1-2.06 1.52H9.73a2.15 2.15 0 0 1-2.03-1.45L4.18 5.55H2.7a1.15 1.15 0 1 1 0-2.3Z'/%3E%3Ccircle cx='10.2' cy='20.25' r='1.55'/%3E%3Ccircle cx='18.3' cy='20.25' r='1.55'/%3E%3C/svg%3E") center / contain no-repeat;
}
.shop-cart-count { position: absolute; top: -7px; right: -7px; display: grid; min-width: 22px; height: 22px; place-items: center; padding: 0 5px; border: 2px solid #fff; border-radius: 20px; background: var(--shop-orange); color: #fff; font-size: 10px; }
.shop-menu-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 10px; border: 1px solid var(--shop-line); border-radius: 12px; background: #fff; }
.shop-menu-toggle span { display: block; width: 24px; height: 3px; margin: 0; border-radius: 3px; background: var(--shop-ink); }

.header-cart { flex: 0 0 46px; min-width: 46px; min-height: 42px; }
.header-cart__label { display: none; }
.site-header .desktop-nav { gap: 18px; }

.shop-main { min-height: 60vh; border-top: 3px solid var(--shop-orange); border-bottom: 3px solid var(--shop-orange); }
.shop-product-page #productView { min-height: calc(100vh - 150px); }
.shop-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding: 22px 0 10px; color: var(--shop-muted); font-size: 12px; }
.shop-breadcrumbs a:hover { color: var(--shop-orange); }
.shop-page-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding: 22px 0 28px; }
.shop-kicker { margin: 0 0 7px; color: var(--shop-orange); font-size: 11px; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.shop-page-head h1, .shop-section-head h2 { margin: 0; font-size: clamp(32px, 4vw, 54px); line-height: .98; letter-spacing: -.045em; }
.shop-page-head p { max-width: 620px; margin: 13px 0 0; color: var(--shop-muted); line-height: 1.55; }
.shop-page-head--catalog { display: block; padding-bottom: 22px; }
.shop-main[data-catalog-type] .shop-breadcrumbs { padding: 14px 0 6px; }
.shop-main[data-catalog-type] .shop-page-head--catalog { padding: 12px 0 14px; }
.shop-catalog-tabs { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px 28px; }
.shop-catalog-tabs a { color: var(--shop-ink); font-size: clamp(34px,4vw,54px); font-weight: 900; line-height: .98; letter-spacing: -.045em; text-decoration: none; }
.shop-catalog-tabs a:hover { color: var(--shop-ink); }
.shop-catalog-tabs a:focus-visible { outline: 3px solid rgba(255,75,18,.2); outline-offset: 5px; border-radius: 3px; }
@keyframes shop-catalog-fire {
  0% { background-position: -180px 50%; }
  100% { background-position: 0 50%; }
}
.shop-catalog-tabs a.is-active,
.shop-catalog-tabs a.is-active:hover { background: repeating-linear-gradient(90deg,#a92703 0,#a92703 20px,#e53b0b 48px,#ff4b12 66px,#ffb08e 90px,#ff4b12 114px,#e53b0b 132px,#a92703 160px,#a92703 180px); background-size: 180px 100%; background-clip: text; -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent; animation: shop-catalog-fire 5.6s linear infinite; }
@media (prefers-reduced-motion: reduce) {
  .shop-catalog-tabs a.is-active,
  .shop-catalog-tabs a.is-active:hover { background-position: 0 50%; animation: none; }
}

.shop-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 8px; padding: 10px 16px; border: 1px solid transparent; border-radius: 10px; font-size: 12px; font-weight: 900; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.shop-button:hover { transform: translateY(-1px); }
.shop-button--primary { border-color: var(--shop-orange); background: var(--shop-orange); color: #fff; box-shadow: 0 10px 24px rgba(255,75,18,.18); }
.shop-button--primary:hover { background: var(--shop-orange-dark); }
.shop-button--ghost { border-color: var(--shop-line); background: #fff; }
.shop-button--ghost:hover { border-color: #bbbfc4; }
.shop-button--dark { background: var(--shop-ink); color: #fff; }
.shop-button:disabled { cursor: wait; opacity: .55; transform: none; }
.shop-button[aria-disabled="true"] { cursor: not-allowed; opacity: .45; pointer-events: none; transform: none; }
.shop-cart-layout.is-empty { grid-template-columns: 1fr; }
.shop-cart-layout.is-empty > section { display: none; }
.shop-cart-layout.is-empty .shop-summary { width: min(100%, 420px); justify-self: center; }
.shop-button:focus-visible, .shop-field input:focus-visible, .shop-field select:focus-visible, .shop-field textarea:focus-visible, .shop-menu-toggle:focus-visible, .shop-cart-link:focus-visible { outline: 3px solid rgba(255,75,18,.24); outline-offset: 2px; }

.shop-catalog-layout { display: grid; grid-template-columns: 320px minmax(0,1fr); grid-template-areas: ". toolbar" "filters products"; column-gap: 24px; row-gap: 10px; align-items: start; padding-bottom: 60px; }
.shop-catalog-layout > section { grid-area: products; min-height: calc(100vh - 210px); }
.shop-filters { position: sticky; top: 104px; width: 100%; max-height: none; box-sizing: border-box; overflow-y: visible; padding: 20px; border: 1px solid var(--shop-line); border-radius: 22px; background: rgba(255,255,255,.98); box-shadow: var(--shop-shadow); }
.shop-catalog-layout > .shop-filters { grid-area: filters; }
.shop-filters__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.shop-filters__head h2 { margin: 3px 0 0; font-size: 24px; letter-spacing: -.035em; }
.shop-filters__eyebrow { color: var(--shop-orange); font-size: 9px; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.shop-filter-close { display: none; border: 0; background: transparent; font-size: 27px; }
.shop-size-section { margin: 0; }
.shop-size-picker { padding: 15px; border: 1px solid #ffd3c5; border-radius: 16px; background: linear-gradient(145deg,#fff8f5,#fff); }
.shop-size-picker__head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.shop-size-picker__head strong { font-size: 12px; font-weight: 900; }
.shop-size-picker__head span { color: var(--shop-orange-dark); font-size: 10px; font-weight: 850; text-align: right; }
.shop-size-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.shop-size-grid--tire .shop-size-field:first-child { grid-column: 1/-1; }
.shop-size-field { display: grid; min-width: 0; gap: 6px; color: #5e6268; font-size: 10px; font-weight: 850; }
.shop-size-field select { width: 100%; min-width: 0; height: 44px; padding: 0 32px 0 11px; border: 1px solid #dfe1e4; border-radius: 10px; background: #fff; color: var(--shop-ink); font-size: 13px; font-weight: 850; }
.shop-size-field select:focus { border-color: var(--shop-orange); outline: 3px solid rgba(255,75,18,.13); }
.shop-brand-section { margin: 0; padding: 16px 0; border-top: 1px solid #eef0f1; }
.shop-brand-field { display: grid; width: 100%; gap: 10px; }
.shop-brand-field > span:first-child { color: var(--shop-ink); font-size: 12px; font-weight: 900; }
.shop-brand-combobox { position: relative; display: block; min-width: 0; }
.shop-brand-combobox > input[type="text"] { width: 100%; height: 44px; padding: 0 44px 0 11px; border: 1px solid #dfe1e4; border-radius: 10px; background: #fff; color: var(--shop-ink); font-size: 13px; font-weight: 850; }
.shop-brand-combobox > input[type="text"]:focus { z-index: 1; border-color: var(--shop-orange); outline: 3px solid rgba(255,75,18,.13); }
.shop-brand-combobox > button { position: absolute; z-index: 2; top: 1px; right: 1px; display: flex; width: 41px; height: 42px; align-items: center; justify-content: center; padding: 0; border: 0; border-left: 1px solid #eceef0; border-radius: 0 9px 9px 0; background: #fff; color: transparent; font-size: 0; line-height: 1; }
.shop-brand-combobox > button::before { width: 8px; height: 8px; border-right: 2px solid #555a60; border-bottom: 2px solid #555a60; content: ""; transform: translateY(-2px) rotate(45deg); transition: transform .16s ease; }
.shop-brand-combobox > button[aria-expanded="true"]::before { transform: translateY(2px) rotate(225deg); }
.shop-brand-options { position: absolute; z-index: 30; top: calc(100% + 5px); right: 0; left: 0; display: grid; width: 100%; max-height: 230px; box-sizing: border-box; overflow-y: auto; padding: 5px; border: 1px solid #dfe1e4; border-radius: 10px; background: #fff; box-shadow: 0 16px 34px rgba(16,20,24,.16); }
.shop-brand-options button { min-height: 38px; padding: 8px 10px; border: 0; border-radius: 7px; background: transparent; color: var(--shop-ink); text-align: left; font-size: 12px; font-weight: 750; }
.shop-brand-options button:hover, .shop-brand-options button:focus-visible { background: #fff1eb; color: var(--shop-orange-dark); outline: none; }
.shop-brand-options__empty { padding: 12px 10px; color: var(--shop-muted); font-size: 11px; text-align: center; }
.shop-filter-group { margin: 0; padding: 16px 0; border: 0; border-top: 1px solid #eef0f1; }
.shop-filter-group legend { margin-bottom: 10px; padding: 0; font-size: 12px; font-weight: 900; }
.shop-filter-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.shop-check { display: flex; min-width: 0; align-items: center; gap: 7px; color: #3f4348; font-size: 12px; }
.shop-check input { width: 17px; height: 17px; accent-color: var(--shop-orange); }
.shop-filters .shop-check { position: relative; min-height: 38px; gap: 0; font-size: 11px; }
.shop-filters .shop-check input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.shop-filters .shop-check span { display: flex; width: 100%; min-height: 38px; align-items: center; justify-content: center; padding: 7px 9px; border: 1px solid #e2e4e7; border-radius: 10px; background: #fff; text-align: center; transition: border-color .16s ease, background .16s ease, box-shadow .16s ease, color .16s ease; }
.shop-filters .shop-check input:checked + span { border-color: var(--shop-orange); background: #fff1eb; color: var(--shop-orange-dark); font-weight: 850; }
.shop-filters .shop-check input:focus-visible + span { outline: 3px solid rgba(255,75,18,.18); outline-offset: 1px; }
.shop-filters .shop-check--icon span { min-height: 52px; justify-content: flex-start; gap: 8px; padding: 8px 10px; text-align: left; }
.shop-filters .shop-check--icon svg { width: 23px; height: 23px; flex: 0 0 23px; fill: none; stroke: var(--shop-orange); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.shop-filters .shop-check--icon b { min-width: 0; font-size: 11px; line-height: 1.2; }
.shop-filters .shop-check--winter span { background: #edf6ff; color: #075aaa; }
.shop-filters .shop-check--winter svg { stroke: #0878ea; stroke-width: 2.1; }
.shop-filters .shop-check--summer span { background: #fff8dc; color: #8a6000; }
.shop-filters .shop-check--summer svg { stroke: #f2a900; stroke-width: 2.1; }
.shop-filters .shop-check--all span { background: #f2f0ff; color: #5746a6; }
.shop-filters .shop-check--all svg { stroke: #7565c7; }
.shop-filters .shop-check--studs span { background: #fff1f2; color: #a9151c; }
.shop-filters .shop-check--studs svg { stroke: #e31f2b; stroke-width: 2.2; }
.shop-filters .shop-check--studs svg text { fill: #161719; stroke: none; font-family: "Manrope", sans-serif; font-size: 9px; font-weight: 800; }
.shop-filters .shop-check--emphasis span { border-color: #e2ceb2; background: #f2e6d6; color: #5f432b; font-weight: 950; }
.shop-filters .shop-check--emphasis input:checked + span { border-color: #b98c5d; background: #e8d3b9; color: #4b311d; font-weight: 950; }
.shop-filters .shop-check--vehicle span { background: #fff7f2; color: #35383d; }
.shop-filters .shop-check--icon input:checked + span { border-color: var(--shop-orange); box-shadow: 0 0 0 2px rgba(255,75,18,.12); }
.shop-main[data-catalog-type="tire"] .shop-check--all input:checked + span { border-color: #7565c7; background: #dcd6ff; box-shadow: inset 0 0 0 1px rgba(87,70,166,.22), 0 4px 12px rgba(87,70,166,.16); color: #49378f; }
.shop-main[data-catalog-type="tire"] .shop-check--winter input:checked + span { border-color: #0878ea; background: #c9e5ff; box-shadow: inset 0 0 0 1px rgba(8,120,234,.2), 0 4px 12px rgba(8,120,234,.16); color: #004f9d; }
.shop-main[data-catalog-type="tire"] .shop-check--summer input:checked + span { border-color: #e6a000; background: #ffe7a3; box-shadow: inset 0 0 0 1px rgba(230,160,0,.22), 0 4px 12px rgba(230,160,0,.16); color: #785200; }
.shop-main[data-catalog-type="tire"] .shop-check--studs input:checked + span { border-color: #e31f2b; background: #ffd1d5; box-shadow: inset 0 0 0 1px rgba(227,31,43,.2), 0 4px 12px rgba(227,31,43,.15); color: #98121a; }
.shop-main[data-catalog-type="tire"] .shop-check--vehicle input:checked + span { border-color: var(--shop-orange); background: #ffd9cb; box-shadow: inset 0 0 0 1px rgba(255,75,18,.2), 0 4px 12px rgba(255,75,18,.15); color: #27292d; }
.shop-main[data-catalog-type="tire"] .shop-check--emphasis input:checked + span { border-color: #9a6c3f; background: #dfc29e; box-shadow: inset 0 0 0 1px rgba(95,67,43,.18), 0 4px 12px rgba(95,67,43,.14); color: #4b311d; }
.shop-stock-toggle { display: flex; align-items: center; gap: 9px; margin-bottom: 12px; color: #3f4348; font-size: 12px; font-weight: 750; }
.shop-stock-toggle input { width: 36px; height: 20px; accent-color: var(--shop-orange); }
.shop-price-range { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.shop-price-range label { display: grid; gap: 5px; color: var(--shop-muted); font-size: 9px; font-weight: 800; }
.shop-price-range input, .shop-search, .shop-sort, .shop-field input, .shop-field select, .shop-field textarea { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid #d8dbe0; border-radius: 9px; background: #fff; color: var(--shop-ink); }
.shop-reset { width: 100%; margin-top: 7px; }
.shop-catalog-toolbar { grid-area: toolbar; display: flex; align-items: end; gap: 10px; margin-bottom: 0; }
.shop-catalog-toolbar strong { margin-right: auto; font-size: 13px; }
.shop-toolbar-field { display: grid; gap: 6px; color: var(--shop-ink); font-size: 13px; font-weight: 850; }
.shop-main[data-catalog-type] .shop-catalog-toolbar .shop-toolbar-field:first-of-type > span { display: none; }
.shop-main[data-catalog-type] .shop-catalog-toolbar .shop-toolbar-field:first-of-type .shop-search:focus { outline: 1px solid #101010; outline-offset: 0; }
.shop-main[data-catalog-type] .shop-catalog-toolbar .shop-toolbar-field:last-of-type { position: relative; display: flex; align-items: center; gap: 0; min-height: 44px; border: 1px solid #d8dbe0; border-radius: 9px; background: #fff; }
.shop-main[data-catalog-type] .shop-catalog-toolbar .shop-toolbar-field:last-of-type:focus-within { outline: 1px solid #101010; outline-offset: 0; }
.shop-main[data-catalog-type] .shop-catalog-toolbar .shop-toolbar-field:last-of-type > span { display: none; flex: 0 0 auto; font-size: 13px; }
.shop-main[data-catalog-type] .shop-catalog-toolbar .shop-toolbar-field:last-of-type::before { position: absolute; z-index: 1; right: 38px; left: 12px; overflow: hidden; content: attr(data-sort-label); pointer-events: none; text-overflow: ellipsis; white-space: nowrap; }
.shop-main[data-catalog-type] .shop-catalog-toolbar .shop-toolbar-field:last-of-type .shop-sort { position: absolute; z-index: 2; inset: -1px; width: calc(100% + 2px); min-width: 0; min-height: 44px; padding-left: 0; border: 0; outline: none; background-color: transparent; box-shadow: none; color: transparent; }
.shop-main[data-catalog-type] .shop-catalog-toolbar .shop-toolbar-field:last-of-type .shop-sort option { color: var(--shop-ink); text-transform: none; }
.shop-search { max-width: none; }
.shop-sort { width: 100%; }
.shop-filter-toggle { display: none; }
.shop-product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.shop-product-card { min-width: 0; overflow: hidden; border: 1px solid #e0e2e5; border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(16,20,24,.05); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.shop-product-card:hover { transform: translateY(-3px); border-color: #cfd2d6; box-shadow: 0 18px 48px rgba(16,20,24,.1); }
.shop-product-card__visual { position: relative; min-width: 0; background: linear-gradient(180deg,#fff 70%,#fafafa); }
.shop-product-card__image { display: block; aspect-ratio: 1/.86; overflow: hidden; padding: 14px 16px 8px; }
.shop-product-card__image img { display: block; width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.shop-product-card:hover .shop-product-card__image img { transform: scale(1.035); }
.shop-product-card__body { display: flex; min-height: 224px; flex-direction: column; padding: 7px 14px 14px; }
.shop-stock { position: absolute; z-index: 2; top: 14px; left: 14px; width: max-content; padding: 6px 9px; border: 1px solid #cce9d9; border-radius: 20px; background: rgba(240,251,244,.94); color: var(--shop-green); font-size: 10px; font-weight: 900; backdrop-filter: blur(5px); }
.shop-stock.is-order { background: #fff1eb; color: #9d3a16; }
.shop-product-badge { position: absolute; z-index: 2; top: 14px; right: 14px; display: inline-flex; min-height: 28px; align-items: center; gap: 5px; padding: 5px 9px; border-radius: 20px; background: linear-gradient(135deg,#ff4b12,#e82512); box-shadow: 0 7px 18px rgba(232,50,18,.24); color: #fff; font-size: 9px; font-weight: 950; letter-spacing: .01em; }
.shop-product-badge svg { width: 14px; height: 14px; fill: currentColor; }
.shop-product-card h3 { margin: 7px 0 4px; font-size: 13px; line-height: 1.3; }
.shop-product-card h3 a, .shop-product-card p a { display: block; transition: color .18s ease; }
.shop-product-card h3 a:hover, .shop-product-card p a:hover,
.shop-product-card:hover h3 a, .shop-product-card:hover p a { color: var(--shop-orange); }
.shop-product-card p { min-height: 31px; margin: 0; color: var(--shop-ink); font-size: 13px; font-weight: 700; line-height: 1.3; }
.shop-price { display: flex; min-height: 36px; flex-wrap: wrap; align-items: baseline; gap: 9px; margin: 0; padding: 0; }
.shop-price del { color: #989ca2; font-size: 12px; }
.shop-price strong { color: #e13218; font-size: 22px; letter-spacing: -.035em; }
.shop-product-features { display: flex; min-height: 29px; flex-wrap: wrap; gap: 5px; margin-top: 8px; }
.shop-product-feature { display: inline-flex; min-height: 25px; align-items: center; gap: 4px; padding: 3px 7px; border-radius: 7px; background: #f1f3f4; color: #42464c; font-size: 9px; }
.shop-product-feature svg { width: 17px; height: 17px; fill: none; stroke: var(--shop-orange); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.shop-product-feature--winter { background: #edf6ff; color: #075aaa; }
.shop-product-feature--winter svg { stroke: #0878ea; stroke-width: 2.1; }
.shop-product-feature--summer { background: #fff8dc; color: #8a6000; }
.shop-product-feature--summer svg { stroke: #f2a900; stroke-width: 2.1; }
.shop-product-feature--all { background: #f2f0ff; color: #5746a6; }
.shop-product-feature--all svg { stroke: #7565c7; }
.shop-product-feature--studs { background: #fff1f2; color: #a9151c; }
.shop-product-feature--studs svg { width: 19px; height: 19px; stroke: #e31f2b; stroke-width: 2.2; }
.shop-product-feature--studs svg text { fill: #161719; stroke: none; font-family: "Manrope", sans-serif; font-size: 9px; font-weight: 800; }
.shop-product-feature--technology { border: 1px solid #e2ceb2; background: #f2e6d6; color: #5f432b; }
.shop-product-feature--technology b { font-weight: 950; }
.shop-product-feature b { max-width: 95px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.shop-product-card__actions { display: grid; grid-template-columns: 1.15fr .85fr; gap: 7px; margin-top: auto; padding-top: 11px; }
.shop-product-card__actions .shop-button { min-height: 40px; padding: 8px 10px; font-size: 10px; }
.shop-product-card__actions > [data-card-cart-control] { width: 100%; min-width: 0; height: 40px; }
.shop-product-card__actions > [data-card-cart-control] > .shop-button,
.shop-product-card__actions > [data-card-cart-control] > .shop-card-qty { width: 100%; height: 40px; min-height: 40px; }
.shop-card-qty { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); overflow: hidden; border: 1px solid var(--shop-ink); border-radius: 10px; background: #fff; }
.shop-card-qty button { border: 0; background: transparent; color: var(--shop-ink); font-size: 18px; }
.shop-card-qty button:hover:not(:disabled) { background: #f3f4f5; }
.shop-card-qty button:disabled { cursor: not-allowed; color: #a7abb0; }
.shop-card-qty output { display: grid; place-items: center; font-size: 12px; font-weight: 950; }
.shop-load-sentinel { display: flex; min-height: 72px; align-items: center; justify-content: center; gap: 10px; color: var(--shop-muted); font-size: 12px; font-weight: 800; }
.shop-load-sentinel[hidden] { display: none; }
.shop-load-sentinel > span:first-child { width: 20px; height: 20px; border: 2px solid #d9dde1; border-top-color: var(--shop-orange); border-radius: 50%; animation: shop-load-spin .7s linear infinite; }
@keyframes shop-load-spin { to { transform: rotate(360deg); } }
.shop-empty { grid-column: 1/-1; padding: 55px 24px; border: 1px dashed #cfd2d6; border-radius: 16px; background: #fff; text-align: center; }
.shop-empty h3 { margin: 0 0 8px; font-size: 24px; }
.shop-empty p { margin: 0 0 18px; color: var(--shop-muted); }

.shop-skeleton { overflow: hidden; padding: 14px; border: 1px solid var(--shop-line); border-radius: 16px; background: #fff; }
.shop-skeleton span, .shop-skeleton i { display: block; border-radius: 8px; background: linear-gradient(90deg,#edf0f2 25%,#f8f9fa 50%,#edf0f2 75%); background-size: 200% 100%; animation: shop-shimmer 1.25s infinite; }
.shop-skeleton span { height: 220px; }
.shop-skeleton i { height: 17px; margin-top: 13px; }
.shop-skeleton i:nth-child(3) { width: 70%; }
.shop-skeleton i:nth-child(4) { width: 45%; height: 30px; }
@keyframes shop-shimmer { to { background-position: -200% 0; } }

.shop-product-view { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.8fr); gap: 36px; padding: 25px 0 54px; }
.shop-gallery { display: grid; gap: 12px; }
.shop-gallery__main { position: relative; display: block; width: 100%; overflow: hidden; aspect-ratio: 4/3; padding: 24px; border: 1px solid var(--shop-line); border-radius: 22px; background: #fff; cursor: zoom-in; }
.shop-gallery__main img { display: block; width: 100%; height: 100%; object-fit: contain; }
.shop-gallery-features { position: absolute; z-index: 2; right: 16px; bottom: 16px; left: 16px; display: flex; flex-wrap: wrap; align-items: center; gap: 7px; pointer-events: none; }
.shop-gallery-feature { display: inline-flex; min-height: 34px; align-items: center; gap: 6px; padding: 6px 10px; border: 0; border-radius: 10px; background: #f1f3f4; color: #42464c; font-size: 11px; }
.shop-gallery-feature__icon { display: inline-grid; width: 20px; height: 20px; place-items: center; }
.shop-gallery-feature__icon svg { width: 20px; height: 20px; fill: none; stroke: var(--shop-orange); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.shop-gallery-feature__icon text { fill: currentColor; stroke: none; font-size: 9px; font-weight: 900; }
.shop-gallery-feature.is-winter { background: #edf6ff; color: #075aaa; }
.shop-gallery-feature.is-winter svg { stroke: #0878ea; stroke-width: 2.1; }
.shop-gallery-feature.is-summer { background: #fff8dc; color: #8a6000; }
.shop-gallery-feature.is-summer svg { stroke: #f2a900; stroke-width: 2.1; }
.shop-gallery-feature.is-all { background: #f2f0ff; color: #5746a6; }
.shop-gallery-feature.is-all svg { stroke: #7565c7; }
.shop-gallery-feature.is-studs { background: #fff1f2; color: #a9151c; }
.shop-gallery-feature.is-studs svg { stroke: #e31f2b; stroke-width: 2.2; }
.shop-gallery-feature.is-technology { border: 1px solid #e2ceb2; background: #f2e6d6; color: #5f432b; font-weight: 900; }
.shop-gallery__main:focus-visible { outline: 3px solid rgba(255,75,18,.24); outline-offset: 2px; }
.shop-gallery__thumbs { display: grid; grid-template-columns: repeat(3,90px); gap: 10px; }
.shop-gallery__thumbs button { overflow: hidden; padding: 0; border: 2px solid transparent; border-radius: 10px; background: #fff; }
.shop-gallery__thumbs button.is-active { border-color: var(--shop-orange); }
.shop-gallery__thumbs img { display: block; width: 100%; height: 68px; padding: 5px; object-fit: contain; }
.shop-image-dialog { width: min(1000px, calc(100vw - 40px)); max-width: none; max-height: calc(100vh - 40px); padding: 44px 18px 18px; border: 0; border-radius: 20px; background: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.34); }
.shop-image-dialog::backdrop { background: rgba(11,12,14,.76); backdrop-filter: blur(5px); }
.shop-image-dialog img { display: block; width: 100%; height: min(78vh, 820px); object-fit: contain; cursor: zoom-out; touch-action: none; user-select: none; -webkit-user-drag: none; }
.shop-image-dialog[open] { overscroll-behavior: none; }
body.is-product-image-open { position: fixed; right: 0; left: 0; width: 100%; overflow: hidden; overscroll-behavior: none; }
.shop-image-dialog__close { position: absolute; top: 10px; right: 10px; display: grid; width: 38px; height: 38px; place-items: center; padding: 0; border: 1px solid var(--shop-line); border-radius: 50%; background: #fff; color: var(--shop-ink); font-size: 25px; line-height: 1; }
.shop-image-dialog__close:hover { color: var(--shop-orange); }
.shop-product-info { align-self: start; padding: 28px; border: 1px solid var(--shop-line); border-radius: 22px; background: #fff; box-shadow: var(--shop-shadow); }
.shop-product-info h1 { margin: 12px 0 8px; font-size: clamp(30px,4vw,50px); line-height: 1; letter-spacing: -.045em; }
.shop-product-title-row { display: block; min-width: 0; }
.shop-product-title-row h1 { min-width: 0; }
.shop-product-meta { display: inline; margin: 0; color: var(--shop-ink); font: inherit; letter-spacing: inherit; white-space: nowrap; }
.shop-product-sku { display: inline-flex; width: max-content; align-items: center; gap: 4px; margin-top: 10px; padding: 5px 9px; border: 1px solid #e1e4e7; border-radius: 7px; background: #f4f5f6; color: var(--shop-ink); font-size: 12px; font-weight: 850; }
.shop-product-sku b { color: var(--shop-orange); }
.shop-product-sku span { color: var(--shop-ink); }
.shop-product-info__price { display: flex; align-items: baseline; gap: 11px; margin: 24px 0 6px; }
.shop-product-info__price strong { font-size: 39px; }
.shop-product-info__price del { color: var(--shop-muted); }
.shop-delivery { margin: 0 0 22px; color: var(--shop-muted); font-size: 12px; }
.shop-live-stock { width: min(100%,420px); align-self: flex-start; margin: 0 0 20px; padding: 12px; border: 1px solid var(--shop-line); border-radius: 13px; background: var(--shop-soft); }
.shop-live-stock__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.shop-live-stock__head h2 { margin: 0; font-size: 15px; }
.shop-live-stock__head span { color: var(--shop-muted); font-size: 10px; text-align: right; }
.shop-live-stock__rows { display: grid; gap: 7px; }
.shop-live-stock__row { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 27px; padding: 5px 8px; border-radius: 8px; background: #fff; font-size: 10px; }
.shop-live-stock__row span { display: flex; align-items: center; gap: 8px; }
.shop-live-stock__row i { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: #b9bec3; }
.shop-live-stock__row i.is-available { background: var(--shop-green); box-shadow: 0 0 0 4px rgba(24,151,82,.1); }
.shop-live-stock__row strong { white-space: nowrap; }
.shop-live-stock__loading { height: 32px; border-radius: 9px; background: linear-gradient(90deg,#e9ecef 25%,#fff 50%,#e9ecef 75%); background-size: 200% 100%; animation: shop-shimmer 1.25s infinite; }
.shop-live-stock__fallback { margin: 0; color: var(--shop-muted); font-size: 11px; line-height: 1.5; }
.shop-product-stock-row { display: grid; width: 100%; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; align-items: stretch; }
.shop-product-stock-row .shop-live-stock { width: 100%; height: 100%; margin: 0; }
.shop-product-car-card { display: grid; min-width: 0; min-height: 100px; grid-template-columns: minmax(58px,38%) minmax(0,1fr); align-items: center; overflow: hidden; padding: 6px 12px 6px 8px; border: 1px solid var(--shop-line); border-radius: 13px; background: var(--shop-soft); }
.shop-product-car { position: relative; height: 86px; aspect-ratio: 2 / 3; }
.shop-product-car img { display: block; width: 100%; height: 100%; object-fit: contain; }
.shop-product-total { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; justify-content: center; padding-left: 8px; }
.shop-product-total span { color: var(--shop-muted); font-size: 10px; font-weight: 700; line-height: 1.25; }
.shop-product-total strong { width: 100%; max-width: 100%; margin-top: 6px; overflow: hidden; color: var(--shop-ink); font-size: clamp(18px,1.55vw,24px); line-height: 1; letter-spacing: -.035em; white-space: nowrap; }
.shop-product-wheel { position: absolute; width: 8%; height: 16%; border: 1px solid rgba(255,255,255,.92); border-radius: 999px; background: rgba(255,75,18,.8); box-shadow: 0 0 7px 3px rgba(255,75,18,.72),0 0 17px 6px rgba(255,100,31,.38); opacity: 0; transform: scale(.8); transition: opacity .25s ease,transform .25s ease; }
.shop-product-wheel--front-left { top: 15%; left: 18%; }
.shop-product-wheel--front-right { top: 15%; right: 18%; }
.shop-product-wheel--rear-left { top: 70%; left: 18%; }
.shop-product-wheel--rear-right { top: 70%; right: 18%; }
.shop-product-car[data-active-wheels="1"] .shop-product-wheel--front-left,
.shop-product-car[data-active-wheels="2"] .shop-product-wheel--front-left,
.shop-product-car[data-active-wheels="2"] .shop-product-wheel--front-right,
.shop-product-car[data-active-wheels="3"] .shop-product-wheel--front-left,
.shop-product-car[data-active-wheels="3"] .shop-product-wheel--front-right,
.shop-product-car[data-active-wheels="3"] .shop-product-wheel--rear-left,
.shop-product-car[data-active-wheels="4"] .shop-product-wheel { opacity: 1; transform: scale(1); }
.shop-product-actions__top { position: relative; display: flex; min-height: 48px; align-items: stretch; justify-content: center; }
.shop-product-actions__top > .shop-qty { position: absolute; inset: 0 auto 0 0; width: 95px; }
.shop-product-actions__top > .shop-button { width: calc((100% - 8px)/2); }
.shop-qty { display: flex; min-height: 48px; border: 1px solid var(--shop-line); border-radius: 10px; }
.shop-qty button { display: grid; width: 32px; flex: 0 0 32px; place-items: center; padding: 0; border: 0; background: transparent; font-size: 19px; }
.shop-qty input { min-width: 0; width: 31px; flex: 1 1 auto; padding: 0; border: 0; appearance: textfield; -moz-appearance: textfield; background: transparent; font: inherit; font-weight: 800; line-height: 1; text-align: center; }
.shop-qty input::-webkit-inner-spin-button, .shop-qty input::-webkit-outer-spin-button { margin: 0; appearance: none; -webkit-appearance: none; }
.shop-product-info__secondary { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.shop-product-actions .shop-button { min-height: 48px; }
.shop-product-tabs { margin-bottom: 54px; }
.shop-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.shop-info-card { padding: 24px; border: 1px solid var(--shop-line); border-radius: 16px; background: #fff; }
.shop-info-card h2, .shop-info-card h3 { margin: 0 0 14px; font-size: 22px; font-weight: 800; line-height: 1.2; letter-spacing: -.025em; }
.shop-info-card p { color: var(--shop-ink); line-height: 1.6; }
.shop-pickup-list { display: grid; gap: 7px; margin: 0; padding: 0; color: var(--shop-ink); line-height: 1.45; list-style: none; }
.shop-pickup-list li { position: relative; padding-left: 15px; }
.shop-pickup-list li::before { content: "-"; position: absolute; left: 0; color: var(--shop-ink); font-weight: 800; }
.shop-specs { display: grid; margin: 0; }
.shop-specs div { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 10px 0; border-bottom: 1px solid #eceef0; }
.shop-specs dt { color: var(--shop-ink); }
.shop-specs dd { margin: 0; font-weight: 800; text-align: right; }
.shop-related { padding: 42px 0 58px; border-top: 1px solid var(--shop-line); }
.shop-related .shop-product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }

.shop-cart-layout, .shop-checkout-layout { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 24px; align-items: start; padding-bottom: 64px; }
.shop-cart-layout { min-height: calc(100vh - 250px); }
.shop-cart-list { display: grid; gap: 12px; }
.shop-cart-item { display: grid; grid-template-columns: 130px minmax(0,1fr) 110px 130px 40px; gap: 16px; align-items: center; padding: 15px; border: 1px solid var(--shop-line); border-radius: 16px; background: #fff; }
.shop-cart-item img { display: block; width: 130px; height: 98px; align-self: center; object-fit: contain; border-radius: 10px; background: #fff; }
.shop-cart-item h3 { margin: 0 0 5px; font-size: 17px; }
.shop-cart-item p { margin: 0; color: var(--shop-muted); font-size: 12px; }
.shop-cart-item__article-label { color: var(--shop-orange); font-weight: 900; }
.shop-cart-item__price { font-size: 17px; font-weight: 900; }
.shop-remove { width: 36px; height: 36px; border: 0; border-radius: 50%; background: #f4f5f6; color: #6f7378; font-size: 20px; }
.shop-summary { position: sticky; top: 104px; padding: 22px; border: 1px solid var(--shop-line); border-radius: 16px; background: #fff; box-shadow: var(--shop-shadow); }
.shop-cart-page { min-height: calc(100vh - 82px); border-top-width: 3px; border-bottom-width: 3px; }
.shop-cart-page .shop-cart-item,
.shop-cart-page .shop-summary,
.shop-cart-page .shop-service-option,
.shop-cart-page .shop-empty { border: 1px solid var(--shop-orange); }
.shop-summary h2 { margin: 0 0 18px; }
.shop-summary__line { display: flex; justify-content: space-between; gap: 18px; padding: 9px 0; color: var(--shop-muted); }
.shop-summary__line strong { color: var(--shop-ink); }
.shop-summary__product { align-items: flex-start; }
.shop-summary__product > span { min-width: 0; }
.shop-summary__product b { display: block; color: var(--shop-ink); line-height: 1.4; overflow-wrap: anywhere; }
.shop-summary__product small { display: block; margin-top: 4px; font-size: 10px; line-height: 1.35; }
.shop-summary__product > strong { flex: 0 0 auto; white-space: nowrap; }
.shop-summary__total { margin-top: 10px; padding-top: 16px; border-top: 1px solid var(--shop-line); color: var(--shop-ink); font-size: 21px; font-weight: 900; }
.shop-summary .shop-button { width: 100%; margin-top: 16px; }
.shop-service-option { margin-top: 14px; padding: 14px; border-radius: 12px; background: var(--shop-soft); }
.shop-service-option .shop-check { font-weight: 800; }
.shop-service-location { margin-top: 10px; }
.shop-service-location label { display: block; margin: 7px 0; font-size: 12px; }
.shop-service-location input { accent-color: var(--shop-orange); }

.shop-checkout-form { padding: 24px; border: 1px solid var(--shop-line); border-radius: 18px; background: #fff; }
.shop-required { color: var(--shop-orange); font-weight: 950; }
.shop-checkout-page .shop-checkout-form,
.shop-checkout-page .shop-summary,
.shop-checkout-page .shop-field input,
.shop-checkout-page .shop-field select,
.shop-checkout-page .shop-field textarea,
.shop-checkout-page .shop-choice,
.shop-checkout-page .shop-consent { border-color: var(--shop-orange); }
.shop-checkout-page .shop-consent { padding: 12px; border: 1px solid var(--shop-orange); border-radius: 10px; }
.shop-checkout-page .shop-consent::after { content: "*"; align-self: flex-start; color: var(--shop-orange); font-weight: 950; }
.shop-checkout-page fieldset.shop-field { margin: 0; padding: 0; border: 0; }
.shop-checkout-page .shop-field input[required]:valid:not([aria-invalid="true"]),
.shop-checkout-page .shop-field select[required]:valid:not([aria-invalid="true"]),
.shop-checkout-page .shop-choice:has(input:checked),
.shop-checkout-page .shop-consent:has(input:checked) { border-color: var(--shop-ink); }
.shop-checkout-page .shop-choice-grid:has(input:checked) .shop-choice { border-color: var(--shop-ink); }
.shop-checkout-page .shop-field textarea { border-color: var(--shop-ink); }
.shop-checkout-form h2 { margin: 0 0 18px; }
.shop-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.shop-field { display: grid; gap: 7px; font-size: 12px; font-weight: 800; }
label.shop-field { grid-template-columns: max-content 1fr; column-gap: 3px; }
label.shop-field > input,
label.shop-field > select,
label.shop-field > textarea,
label.shop-field > .shop-field-error { grid-column: 1/-1; }
.shop-field--full { grid-column: 1/-1; }
.shop-field textarea { min-height: 110px; resize: vertical; }
.shop-field [aria-invalid="true"] { border-color: #c62828; box-shadow: 0 0 0 2px rgba(198,40,40,.1); }
.shop-field-error { min-height: 15px; color: #b3261e; font-size: 10px; font-weight: 700; }
.shop-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.shop-choice { display: flex; align-items: center; gap: 8px; padding: 12px; border: 1px solid var(--shop-line); border-radius: 10px; font-size: 12px; }
.shop-choice input { accent-color: var(--shop-orange); }
.shop-consent { margin-top: 16px; }
.shop-success { padding: 50px 24px; border: 1px solid #b8dfc8; border-radius: 18px; background: #f0fbf4; text-align: center; }
.shop-success strong { display: grid; width: 58px; height: 58px; place-items: center; margin: 0 auto 16px; border-radius: 50%; background: var(--shop-green); color: #fff; font-size: 26px; }
.shop-success .shop-dialog__actions { justify-content: center; }

.shop-home-section { order: 2; padding: 46px 0; border-top: 1px solid var(--shop-line); }
.shop-home-section:nth-of-type(even) { background: rgba(255,255,255,.62); }
.shop-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.shop-section-head h2 { font-size: clamp(28px,3vw,40px); }
.shop-section-head p { max-width: 570px; margin: 9px 0 0; color: var(--shop-muted); }
.shop-section-head .shop-kicker { margin: 0 0 7px; color: var(--shop-orange); }
.shop-home-section--tires .shop-section-head .shop-kicker,
.shop-home-section--tires .shop-section-head h2 { font-family: "Manrope", sans-serif; }
.shop-home-section--tires .shop-section-head .shop-kicker { font-weight: 850; }
.shop-home-section--tires .shop-section-head h2 { font-weight: 850; letter-spacing: -.045em; }
.shop-home-section--wheels .shop-section-head .shop-kicker,
.shop-home-section--wheels .shop-section-head h2 { font-family: "Manrope", sans-serif; }
.shop-home-section--wheels .shop-section-head .shop-kicker { font-weight: 800; }
.shop-home-section--wheels .shop-section-head h2 { font-weight: 800; letter-spacing: -.045em; }
.shop-home-products { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; }
.shop-home-products .shop-product-card__body { min-height: 218px; }
.shop-content-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; padding-bottom: 60px; }
.shop-content-card { padding: 25px; border: 1px solid var(--shop-line); border-radius: 16px; background: #fff; }
.shop-content-card h2 { margin-top: 0; }
.shop-content-card p, .shop-content-card li { color: var(--shop-muted); line-height: 1.6; }

.shop-footer { padding: 44px 0 22px; background: #15171a; color: #fff; }
.shop-footer__main { display: grid; grid-template-columns: 1.3fr repeat(3,1fr); gap: 34px; }
.shop-footer__brand img { width: 220px; filter: invert(1); }
.shop-footer__brand p { max-width: 270px; color: #aeb2b7; font-size: 12px; line-height: 1.55; }
.shop-footer__column { display: grid; align-content: start; gap: 10px; font-size: 12px; font-style: normal; }
.shop-footer__column strong { margin-bottom: 5px; color: #fff; }
.shop-footer__column a, .shop-footer__column span { color: #b7bbc0; }
.shop-footer__bottom { display: flex; gap: 20px; margin-top: 34px; padding-top: 20px; border-top: 1px solid #2c3035; color: #858a91; font-size: 10px; }
.shop-footer__bottom span:nth-child(2) { margin-right: auto; }

.shop-dialog { width: min(480px,calc(100% - 28px)); padding: 0; border: 0; border-radius: 18px; box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.shop-dialog::backdrop { background: rgba(12,14,17,.65); backdrop-filter: blur(4px); }
.shop-dialog__body { padding: 28px; }
.shop-dialog__body h2 { margin: 0 0 10px; }
.shop-dialog__body p { color: var(--shop-muted); line-height: 1.55; }
.shop-dialog__actions { display: flex; gap: 10px; margin-top: 18px; }
.shop-toast-region { position: fixed; z-index: 150; right: 18px; bottom: 18px; display: grid; gap: 8px; }
.shop-toast { max-width: 340px; padding: 13px 16px; border-radius: 11px; background: #17191c; color: #fff; box-shadow: var(--shop-shadow); font-size: 12px; font-weight: 800; animation: shop-toast-in .22s ease; }
@keyframes shop-toast-in { from { transform: translateY(8px); opacity: 0; } }

body.is-phone-booking-open { overflow: hidden; }
.shop-phone-booking[hidden] { display: none; }
.shop-phone-booking { position: fixed; z-index: 220; inset: 0; display: grid; place-items: center; padding: 20px; }
.shop-phone-booking__backdrop { position: absolute; inset: 0; border: 0; background: rgba(10,12,15,.58); backdrop-filter: blur(4px); }
.shop-phone-booking__dialog { position: relative; width: min(520px,100%); padding: 34px 30px 30px; border: 1px solid var(--shop-ink); border-radius: 18px; background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.28); text-align: center; }
.shop-phone-booking__dialog > span { color: var(--shop-orange); font-size: 10px; font-weight: 950; letter-spacing: .16em; }
.shop-phone-booking__dialog h2 { margin: 10px auto 22px; font-size: clamp(23px,4vw,32px); line-height: 1.18; letter-spacing: -.035em; }
.shop-phone-booking__dialog > a { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 22px; border-radius: 10px; background: var(--shop-orange); color: #fff; font-size: clamp(20px,4vw,27px); font-weight: 950; }
.shop-phone-booking__dialog p { margin: 15px 0 0; color: var(--shop-muted); font-size: 12px; line-height: 1.5; }
.shop-phone-booking__close { position: absolute; top: 10px; right: 12px; width: 36px; height: 36px; border: 1px solid var(--shop-line); border-radius: 50%; background: #fff; font-size: 25px; line-height: 1; }

.shop-product-page .shop-gallery__main,
.shop-product-page .shop-product-info,
.shop-product-page .shop-info-card { border-color: var(--shop-orange); }
.shop-product-card,
.shop-content-card { border-color: var(--shop-orange); }

/* Единый тонкий контур для элементов, визуально оформленных как кнопки. */
.shop-button,
.shop-cart-link,
.header-cart,
.shop-menu-toggle,
.shop-qty,
.shop-image-dialog__close,
.shop-remove,
.shop-filter-close,
.shop-filters .shop-check span { border-color: var(--shop-ink); }

.shop-remove,
.shop-filter-close { border-width: 1px; border-style: solid; }

.shop-filter-close {
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  background: #fff;
}

@media (min-width: 901px) {
  .shop-product-page .shop-breadcrumbs { padding: 13px 0 7px; }
  .shop-product-page .shop-product-view { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; padding: 10px 0 30px; }
  .shop-product-page .shop-gallery { gap: 8px; }
  .shop-product-page .shop-gallery__main { height: clamp(470px,50vh,500px); aspect-ratio: auto; padding: 18px; border-radius: 18px; }
  .shop-product-page .shop-gallery__thumbs { grid-template-columns: repeat(3,76px); gap: 8px; }
  .shop-product-page .shop-gallery__thumbs img { height: 54px; }
  .shop-product-page .shop-product-info { display: flex; height: clamp(470px,50vh,500px); flex-direction: column; align-self: start; justify-content: space-between; padding: 21px 22px; border-radius: 18px; }
  .shop-product-page .shop-product-info h1 { margin: 8px 0 5px; font-size: clamp(28px,3.1vw,42px); }
  .shop-product-page .shop-product-info h1.is-long { font-size: 37px; }
  .shop-product-page .shop-product-meta { font-size: clamp(28px,3.1vw,42px); }
  .shop-product-page .shop-product-sku { margin-top: 7px; }
  .shop-product-page .shop-product-info__price { margin: 0 0 3px; }
  .shop-product-page .shop-product-info__price strong { font-size: 34px; }
  .shop-product-page .shop-delivery { margin-bottom: 13px; }
  .shop-product-page .shop-live-stock { width: 100%; margin: 0; padding: 9px 10px; }
  .shop-product-page .shop-live-stock__head { margin-bottom: 7px; }
  .shop-product-page .shop-live-stock__rows { gap: 5px; }
  .shop-product-page .shop-live-stock__row { min-height: 24px; padding: 4px 7px; }
  .shop-product-page .shop-qty { min-height: 44px; }
  .shop-product-page .shop-product-info__secondary { gap: 8px; margin-top: 8px; }
  .shop-product-page .shop-info-card { height: clamp(470px,50vh,500px); padding: 18px 20px; border-radius: 18px; overflow: hidden; }
  .shop-product-page .shop-info-card h2,
  .shop-product-page .shop-info-card h3 { margin-bottom: 10px; }
  .shop-product-page .shop-specs div { padding: 6px 0; font-size: 13px; line-height: 1.25; }
}

@media (max-width: 1180px) {
  .shop-phone { display: none; }
  .shop-nav { gap: 14px; }
  .shop-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .shop-home-products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .shop-related .shop-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  body.is-filter-drawer-open { position: fixed; right: 0; left: 0; width: 100%; overflow: hidden; overscroll-behavior: none; }
  .shop-shell { width: calc(100% - 32px); }
  .shop-header__row { min-height: 72px; gap: 10px; }
  .shop-header__brand { flex: 0 1 205px; margin-right: auto; }
  .shop-nav { position: absolute; top: 76px; right: 16px; left: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 9px; border: 1px solid var(--shop-line); border-radius: 14px; background: #fff; box-shadow: var(--shop-shadow); }
  .shop-nav.is-open { display: flex; }
  .shop-nav a { min-height: 46px; padding: 14px; border-bottom: 1px solid #edf0f1; }
  .shop-nav a:last-child { border-bottom: 0; }
  .shop-menu-toggle { display: inline-flex; }
  .shop-cart-link { min-width: 46px; }
  .shop-cart-link__label { display: none; }
  .site-header .header-cart { margin-left: auto; }
  .site-header .menu-btn { margin-left: 0; }
  .shop-catalog-layout { grid-template-columns: 1fr; grid-template-areas: "toolbar" "products"; row-gap: 10px; }
  .shop-filters { position: fixed; z-index: 110; top: 0; right: 0; bottom: 0; left: auto; width: min(360px,calc(100% - 34px)); max-height: none; overflow-y: auto; overscroll-behavior: contain; touch-action: pan-y; -webkit-overflow-scrolling: touch; transform: translateX(105%); border-radius: 18px 0 0 18px; background: rgba(255,255,255,.98); -webkit-backdrop-filter: none; backdrop-filter: none; transition: transform .28s cubic-bezier(.22,.72,.25,1); }
  .shop-filters.is-open { transform: translateX(0); }
  .shop-filter-backdrop { position: fixed; z-index: 109; inset: 0; display: block; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(18,19,21,.34); opacity: 0; pointer-events: none; transition: opacity .22s ease; }
  body.is-filter-drawer-open .shop-filter-backdrop { opacity: 1; pointer-events: auto; }
  .shop-filter-edge { position: fixed; z-index: 90; top: calc(50% + 93px); right: 0; display: inline-flex; width: 28px; min-height: 93px; align-items: center; justify-content: center; padding: 10px 5px; border: 1px solid rgba(255,75,18,.52); border-left: 0; border-radius: 0 11px 11px 0; background: rgba(255,255,255,.52); box-shadow: 0 6px 18px rgba(23,25,29,.08); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); color: rgba(32,33,36,.8); font: 850 10px/1 "Manrope",sans-serif; letter-spacing: .035em; writing-mode: vertical-rl; transform: translateY(-50%) rotate(180deg); touch-action: pan-y; transition: opacity .18s ease, transform .18s ease; }
  .shop-filter-edge::before { width: 13px; height: 2px; margin-bottom: 7px; border-radius: 99px; background: rgba(255,75,18,.78); box-shadow: 0 4px 0 rgba(255,75,18,.52), 0 -4px 0 rgba(255,75,18,.32); content: ""; }
  body.is-filter-drawer-open .shop-filter-edge { opacity: 0; pointer-events: none; }
  .shop-filter-close, .shop-filter-toggle { display: inline-flex; }
  .shop-catalog-toolbar { flex-wrap: wrap; }
  .shop-catalog-toolbar strong { width: 100%; }
  .shop-toolbar-field { flex: 1 1 190px; }
  .shop-search { max-width: none; }
  .shop-sort { width: 100%; }
  .shop-main[data-catalog-type] .shop-catalog-toolbar .shop-toolbar-field:last-of-type { flex-basis: 100%; }
  .shop-product-view { grid-template-columns: 1fr; }
  .shop-cart-layout, .shop-checkout-layout { grid-template-columns: 1fr; }
  .shop-summary { position: static; }
  .shop-cart-item { grid-template-columns: 100px minmax(0,1fr) 90px 35px; }
  .shop-cart-item img { grid-row: span 2; width: 100px; height: 75px; }
  .shop-cart-item__price { grid-column: 2; }
  .shop-footer__main { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (min-width: 901px) {
  .shop-filter-backdrop, .shop-filter-edge { display: none; }
  .shop-main[data-catalog-type] .shop-filters { border-color: var(--shop-orange); }
  .shop-main[data-catalog-type] .shop-catalog-toolbar .shop-toolbar-field:first-of-type,
  .shop-main[data-catalog-type] .shop-catalog-toolbar .shop-toolbar-field:last-of-type { flex: 0 0 calc((100% - 36px) / 4); width: calc((100% - 36px) / 4); }
}

@media (max-width: 720px) {
  .shop-product-grid, .shop-home-products, .shop-related .shop-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 560px) {
  .shop-shell { width: calc(100% - 28px); }
  .shop-header__row { min-height: 66px; }
  .shop-header__brand { max-width: 166px; }
  .shop-cart-link, .shop-menu-toggle { width: 42px; min-width: 42px; min-height: 42px; height: 42px; }
  .shop-page-head { display: block; padding: 16px 0 20px; }
  .shop-page-head h1 { font-size: 34px; }
  .shop-page-head--catalog { padding: 12px 0 18px; }
  .shop-catalog-tabs { gap: 8px 18px; }
  .shop-catalog-tabs a { font-size: 34px; }
  .shop-breadcrumbs { padding-top: 14px; }
  .shop-main[data-catalog-type] .shop-breadcrumbs { padding: 14px 0 10px; }
  .shop-main[data-catalog-type] .shop-page-head--catalog { padding: 12px 0 18px; }
  .shop-product-grid, .shop-home-products, .shop-related .shop-product-grid { grid-template-columns: 1fr; }
  .shop-home-products .shop-product-card:nth-child(n+2),
  .shop-home-products .shop-skeleton:nth-child(n+2) { display: none; }
  .shop-product-card { display: grid; grid-template-columns: 124px minmax(0,1fr); }
  .shop-product-card__image { height: 100%; min-height: 235px; aspect-ratio: auto; }
  .shop-product-card .shop-stock { top: 10px; left: 10px; }
  .shop-product-card .shop-product-badge { top: 46px; right: auto; left: 10px; }
  .shop-product-card__body { min-height: 235px; padding: 13px; }
  .shop-product-card h3 { margin-top: 9px; font-size: 14px; }
  .shop-product-card p { min-height: 34px; font-size: 14px; }
  .shop-price strong { font-size: 19px; }
  .shop-product-card__actions { grid-template-columns: 1fr; }
  .shop-product-card__actions .shop-button--ghost { display: none; }
  .shop-catalog-toolbar { gap: 8px; }
  .shop-filter-toggle { min-height: 44px; flex: 1 1 100%; }
  .shop-toolbar-field { flex-basis: calc(50% - 4px); }
  .shop-toolbar-field:first-of-type { order: 3; flex-basis: 100%; }
  .shop-main[data-catalog-type] .shop-catalog-toolbar { margin-bottom: 6px; }
  .shop-product-view { gap: 16px; padding-top: 12px; }
  .shop-product-info { padding: 20px 16px; border-radius: 16px; }
  .shop-product-info h1 { font-size: 32px; }
  .shop-product-info h1.is-long { font-size: 29px; }
  .shop-product-meta { display: inline; margin: 0; font-size: inherit; white-space: nowrap; }
  .shop-live-stock { width: 100%; }
  .shop-product-car-card { min-height: 100px; }
  .shop-product-sku { margin-top: 9px; }
  .shop-product-page .shop-product-info__price { margin: 12px 0; }
  .shop-product-info__price strong { font-size: 32px; }
  .shop-product-page .shop-product-stock-row { margin-bottom: 8px; }
  .shop-product-actions__top { display: grid; grid-template-columns: 86px 1fr; gap: 10px; }
  .shop-product-actions__top > .shop-qty { position: static; width: auto; }
  .shop-product-actions__top > .shop-button { width: 100%; }
  .shop-product-info__secondary, .shop-info-grid { grid-template-columns: 1fr; }
  .shop-gallery__thumbs { grid-template-columns: repeat(3,72px); }
  .shop-gallery__thumbs img { height: 54px; }
  .shop-cart-item { grid-template-columns: 82px minmax(0,1fr) 35px; gap: 10px; padding: 11px; }
  .shop-cart-item img { grid-row: span 2; width: 82px; height: 62px; }
  .shop-cart-item .shop-qty { grid-column: 2; width: 90px; }
  .shop-phone-booking { padding: 12px; }
  .shop-phone-booking__dialog { padding: 30px 18px 24px; }
  .shop-cart-item__price { grid-column: 2; font-size: 15px; }
  .shop-remove { grid-column: 3; grid-row: 1; }
  .shop-form-grid, .shop-choice-grid { grid-template-columns: 1fr; }
  .shop-field--full { grid-column: auto; }
  .shop-home-section { padding: 32px 0; }
  .shop-section-head { display: block; }
  .shop-section-head .shop-button { margin-top: 14px; }
  .shop-content-grid { grid-template-columns: 1fr; }
  .shop-footer__main { grid-template-columns: 1fr; gap: 26px; }
  .shop-footer__bottom { display: grid; }
  .shop-footer__bottom span:nth-child(2) { margin-right: 0; }
  .shop-dialog__actions { display: grid; }
  .shop-toast-region { right: 12px; bottom: 12px; left: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
/* Search-engine pre-rendering keeps product and catalog content useful before modules hydrate. */
.shop-not-found{max-width:760px;margin:8vh auto;padding:48px;border:1px solid #ff4b16;border-radius:24px;background:#fff;text-align:center}.shop-not-found h1{font-size:clamp(40px,7vw,76px);margin:8px 0 18px}.shop-not-found__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px}
@media(max-width:760px){.shop-not-found{margin:24px auto;padding:28px 20px}.shop-not-found__actions{display:grid}}
