[data-smart-selector] {
  --smart-bg: #080b10;
  --smart-surface: #111721;
  --smart-surface-strong: #171e29;
  --smart-field: #0d131c;
  --smart-line: rgba(244, 238, 228, 0.11);
  --smart-line-strong: rgba(244, 238, 228, 0.22);
  --smart-text: #f5f1e9;
  --smart-muted: #aaa49b;
  --smart-faint: #7e7972;
  --smart-accent: #f3a43d;
  --smart-action: #ff6b2b;
  --smart-action-deep: #dc4b18;
  --smart-price: #ffd09a;
  --smart-success: #45ca8c;
  --mobile-nav-reserved: 64px;
  width: 100vw;
  margin: -1.5rem calc(50% - 50vw) 0;
  padding-bottom: calc(var(--mobile-nav-reserved) + env(safe-area-inset-bottom));
  color: var(--smart-text);
  background: var(--smart-bg);
}

[data-smart-selector] *,
[data-smart-selector] *::before,
[data-smart-selector] *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

[data-smart-selector] button,
[data-smart-selector] select,
[data-smart-selector] a {
  font: inherit;
}

[data-smart-selector] button {
  cursor: pointer;
}

[data-smart-selector] :focus-visible {
  outline: 2px solid rgba(243, 164, 61, 0.72);
  outline-offset: 2px;
}

[data-smart-selector] .smart-selector__categories {
  display: flex;
  min-height: 45px;
  padding-inline: max(8px, env(safe-area-inset-left)) max(8px, env(safe-area-inset-right));
  overflow-x: auto;
  border-block: 1px solid var(--smart-line);
  background: var(--smart-field);
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}

[data-smart-selector] .smart-selector__categories::-webkit-scrollbar,
[data-smart-selector] .smart-product-card__colors::-webkit-scrollbar {
  display: none;
}

[data-smart-selector] .smart-selector__category {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 44px;
  padding: 0 12px;
  color: var(--smart-muted);
  font-size: 0.74rem;
  font-weight: 780;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  scroll-snap-align: start;
  transition: color 160ms ease, background-color 160ms ease;
}

[data-smart-selector] .smart-selector__category::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: -1px;
  left: 12px;
  height: 2px;
  background: transparent;
  transition: background-color 160ms ease;
}

[data-smart-selector] .smart-selector__category:hover,
[data-smart-selector] .smart-selector__category.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.025);
}

[data-smart-selector] .smart-selector__category.is-active::after {
  background: var(--smart-accent);
}

[data-smart-selector] .smart-selector__inner {
  width: min(calc(100% - 20px), 1480px);
  margin-inline: auto;
  padding: 10px 0 34px;
}

[data-smart-selector] .smart-selector__breadcrumb {
  display: none;
  align-items: center;
  gap: 7px;
  margin-bottom: 5px;
  color: var(--smart-faint);
  font-size: 0.68rem;
}

[data-smart-selector] .smart-selector__breadcrumb a {
  color: var(--smart-muted);
  text-decoration: none;
}

[data-smart-selector] .smart-selector__breadcrumb a:hover {
  color: #fff;
}

[data-smart-selector] .smart-selector__intro {
  display: grid;
  gap: 5px;
  margin-bottom: 8px;
}

[data-smart-selector] .smart-selector__intro h1 {
  max-width: 100%;
  margin: 0;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 1.38rem;
  font-weight: 850;
  line-height: 1.08;
}

[data-smart-selector] .smart-selector__intro p {
  display: none;
  max-width: 760px;
  margin: 5px 0 0;
  color: var(--smart-muted);
  font-size: 0.82rem;
  line-height: 1.42;
}

[data-smart-selector] .smart-selector__result-count {
  display: none;
  color: var(--smart-muted);
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}

[data-smart-selector] .smart-selector__layout,
[data-smart-selector] .smart-selector__products {
  min-width: 0;
}

[data-smart-selector] .smart-selector__layout {
  display: grid;
}

[data-smart-selector] .smart-selector__rail {
  display: none;
}

[data-smart-selector] .smart-selector__quick-facets {
  position: sticky;
  top: 0;
  z-index: 31;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  margin: 0 -10px;
  padding: 7px 10px;
  border-block: 1px solid var(--smart-line);
  background: rgba(8, 11, 16, 0.97);
}

[data-smart-selector] .smart-selector__quick-note {
  display: none;
}

[data-smart-selector] .smart-selector__quick-facet {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 14px;
  align-items: center;
  gap: 3px;
  min-width: 0;
  min-height: 48px;
  padding: 5px 7px 5px 9px;
  color: var(--smart-text);
  text-align: left;
  border: 1px solid var(--smart-line-strong);
  border-radius: 5px;
  background: var(--smart-surface);
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

[data-smart-selector] .smart-selector__quick-facet:hover {
  border-color: rgba(243, 164, 61, 0.55);
  background: var(--smart-surface-strong);
}

[data-smart-selector] .smart-selector__quick-facet:active {
  transform: translateY(1px);
}

[data-smart-selector] .smart-selector__quick-facet > span,
[data-smart-selector] .smart-selector__quick-facet > strong {
  grid-column: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-smart-selector] .smart-selector__quick-facet > span {
  align-self: end;
  color: var(--smart-muted);
  font-size: 0.58rem;
  font-weight: 650;
  line-height: 1;
}

[data-smart-selector] .smart-selector__quick-facet > strong {
  align-self: start;
  color: #fff;
  font-size: 0.69rem;
  line-height: 1.1;
}

[data-smart-selector] .smart-selector__quick-facet svg {
  grid-column: 2;
  grid-row: 1 / 3;
  width: 14px;
  height: 14px;
  fill: none;
  stroke: var(--smart-muted);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

[data-smart-selector] .smart-selector__command {
  position: sticky;
  top: 63px;
  z-index: 30;
  display: grid;
  grid-template-columns: auto minmax(32px, 1fr) auto;
  align-items: center;
  gap: 7px;
  min-height: 49px;
  margin: 0 -10px 8px;
  padding: 3px 10px;
  border-block: 1px solid var(--smart-line);
  background: rgba(8, 11, 16, 0.97);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.26);
}

[data-smart-selector] .smart-selector__filter-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 98px;
  min-height: 44px;
  padding: 0 10px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 820;
  border: 1px solid rgba(243, 164, 61, 0.42);
  border-radius: 6px;
  background: rgba(243, 164, 61, 0.08);
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

[data-smart-selector] .smart-selector__filter-trigger:hover {
  border-color: var(--smart-accent);
  background: rgba(243, 164, 61, 0.14);
}

[data-smart-selector] .smart-selector__filter-trigger svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

[data-smart-selector] .smart-selector__filter-trigger strong {
  display: inline-grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding-inline: 4px;
  color: #21140b;
  font-size: 0.62rem;
  font-weight: 900;
  border-radius: 4px;
  background: var(--smart-price);
}

[data-smart-selector] .smart-selector__filter-trigger strong[hidden] {
  display: none;
}

[data-smart-selector] .smart-selector__command-count {
  min-width: 0;
  overflow: hidden;
  color: var(--smart-muted);
  font-size: 0.68rem;
  font-weight: 700;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-smart-selector] .smart-selector__sort {
  position: relative;
  display: none;
}

[data-smart-selector] .smart-selector__sort-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 112px;
  min-height: 44px;
  padding: 0 9px;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 740;
  border: 1px solid var(--smart-line-strong);
  border-radius: 6px;
  background: var(--smart-field);
}

[data-smart-selector] .smart-selector__sort-trigger span {
  max-width: 94px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-smart-selector] .smart-selector__sort-trigger svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

[data-smart-selector] .smart-selector__sort::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid var(--smart-muted);
  border-bottom: 1.5px solid var(--smart-muted);
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}

[data-smart-selector] .smart-selector__sort select {
  width: 120px;
  min-height: 44px;
  padding: 0 26px 0 9px;
  color: #fff;
  font-size: 0.69rem;
  font-weight: 720;
  appearance: none;
  border: 1px solid var(--smart-line-strong);
  border-radius: 6px;
  background: var(--smart-field);
}

[data-smart-selector] .smart-selector__applied {
  display: flex;
  gap: 6px;
  max-width: 100%;
  margin-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

[data-smart-selector] .smart-selector__applied:not(:has(button)) {
  display: none;
}

[data-smart-selector] .smart-selector__applied button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: max-content;
  min-height: 44px;
  padding: 0 10px 0 12px;
  color: #fff;
  font-size: 0.69rem;
  font-weight: 760;
  border: 1px solid rgba(243, 164, 61, 0.38);
  border-radius: 6px;
  background: rgba(243, 164, 61, 0.09);
}

[data-smart-selector] .smart-selector__applied button span {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: var(--smart-muted);
  font-size: 1rem;
  line-height: 1;
}

[data-smart-selector] .smart-selector__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 9px;
  align-items: start;
}

[data-smart-selector] .smart-selector__product {
  position: relative;
  min-width: 0;
}

[data-smart-selector] .smart-selector__product.is-revealing {
  animation: smartSelectorReveal 260ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
  animation-delay: calc(var(--smart-reveal-index, 0) * 42ms);
  will-change: opacity, transform;
}

[data-smart-selector] .smart-product-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  padding: 0;
  color: var(--smart-text);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--smart-line);
}

[data-smart-selector] .smart-product-card__media {
  position: relative;
  aspect-ratio: 4 / 5;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  background: #13151a;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
}

[data-smart-selector] .smart-product-card__media-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

[data-smart-selector] .smart-product-card__media-link > picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

[data-smart-selector] .smart-product-card__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform 220ms ease;
}

[data-smart-selector] .smart-product-card__image.is-color-switching {
  opacity: 0.45;
  transition: opacity 170ms ease;
}

@media (hover: hover) {
  [data-smart-selector] .smart-product-card__media:hover .smart-product-card__image {
    transform: scale(1.025);
  }
}

[data-smart-selector] .smart-product-card__availability {
  position: absolute;
  top: 7px;
  left: 7px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 22px;
  max-width: calc(100% - 54px);
  padding: 0 6px;
  overflow: hidden;
  color: #a8e1c6;
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #315b49;
  border-radius: 4px;
  background: rgba(8, 17, 14, 0.92);
}

[data-smart-selector] .smart-product-card__availability > span {
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  background: var(--smart-success);
  box-shadow: 0 0 0 2px rgba(104, 214, 154, 0.13);
}

[data-smart-selector] .smart-product-card__discount-marker {
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  min-width: 35px;
  height: 22px;
  padding: 0 6px;
  color: #ffd09a;
  font: 700 9px/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  border: 0;
  border-block: 1px solid #774c21;
  border-right: 1px solid #774c21;
  border-radius: 0 3px 3px 0;
  background: rgba(27, 20, 13, 0.94);
}

[data-smart-selector] .smart-product-card__favorite {
  position: absolute;
  top: 4px;
  right: 4px;
  left: auto;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #fff;
  border: 0;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 1px 3px #000);
  transform: none;
  transition: color 160ms ease, background-color 160ms ease;
}

[data-smart-selector] .favorite-btn.smart-product-card__favorite,
[data-smart-selector] .favorite-btn.smart-product-card__favorite:hover,
[data-smart-selector] .favorite-btn.smart-product-card__favorite:focus {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

[data-smart-selector] .smart-product-card__favorite .favorite-btn-icon {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

[data-smart-selector] .smart-product-card__favorite .favorite-icon-empty {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

[data-smart-selector] .smart-product-card__favorite .favorite-icon-filled {
  fill: currentColor;
  stroke: none;
}

[data-smart-selector] .smart-product-card__favorite:hover {
  color: #ffd09a;
  background: transparent;
}

[data-smart-selector] .smart-product-card__favorite .favorite-btn-icon,
[data-smart-selector] .smart-product-card__favorite svg {
  width: 19px;
  height: 19px;
}

[data-smart-selector] .smart-product-card__favorite .favorite-btn-icon {
  display: grid;
  place-items: center;
}

[data-smart-selector] .smart-product-card__colors {
  position: absolute;
  top: 45px;
  right: 5px;
  z-index: 3;
  width: 38px;
  min-height: 38px;
}

[data-smart-selector] .smart-product-card__color-trigger {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 11px;
  background: linear-gradient(180deg, rgba(33, 35, 42, 0.72), rgba(8, 10, 13, 0.78));
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: transform 170ms ease, border-color 170ms ease;
}

[data-smart-selector] .smart-product-card__color-trigger:hover,
[data-smart-selector] .smart-product-card__color-trigger:focus-visible,
[data-smart-selector] .smart-product-card__colors.is-open .smart-product-card__color-trigger {
  border-color: rgba(255, 255, 255, 0.52);
  transform: scale(1.04);
}

[data-smart-selector] .smart-product-card__color-trigger-stack {
  position: relative;
  display: block;
  width: 24px;
  height: 19px;
}

[data-smart-selector] .smart-product-card__color-mini-swatch {
  position: absolute;
  top: 50%;
  display: block;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--smart-swatch-a, #111) 0 50%, var(--smart-swatch-b, var(--smart-swatch-a, #111)) 50% 100%);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.32);
  transform: translateY(-50%);
}

[data-smart-selector] .smart-product-card__color-mini-swatch:nth-child(1) { left: 0; z-index: 3; }
[data-smart-selector] .smart-product-card__color-mini-swatch:nth-child(2) { left: 7px; z-index: 2; }
[data-smart-selector] .smart-product-card__color-mini-swatch:nth-child(3) { left: 14px; z-index: 1; }

[data-smart-selector] .smart-product-card__color-count {
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: inline-grid;
  place-items: center;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  color: #111215;
  font-size: 0.56rem;
  font-weight: 900;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: #f0a736;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.32);
}

[data-smart-selector] .smart-product-card__color-panel {
  position: absolute;
  top: 0;
  right: calc(100% - 2px);
  display: grid;
  grid-template-columns: repeat(2, 24px);
  gap: 7px;
  width: max-content;
  max-height: 112px;
  max-width: 84px;
  padding: 8px;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 13px;
  background: linear-gradient(180deg, rgba(23, 25, 31, 0.94), rgba(5, 6, 9, 0.9));
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(6px, 0, 0) scale(0.96);
  transform-origin: top right;
  transition: opacity 170ms ease, transform 170ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-smart-selector] .smart-product-card__color-panel::-webkit-scrollbar { display: none; }

[data-smart-selector] .smart-product-card__color-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-smart-selector] .smart-product-card__color-choice {
  position: relative;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  padding: 0;
  color: var(--smart-muted);
  border: 2px solid rgba(255, 255, 255, 0.52);
  border-radius: 50%;
  background: transparent;
  transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

[data-smart-selector] .smart-product-card__color-choice:hover,
[data-smart-selector] .smart-product-card__color-choice:focus-visible,
[data-smart-selector] .smart-product-card__color-choice.is-active {
  border-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 2px rgba(243, 164, 61, 0.62), 0 5px 13px rgba(0, 0, 0, 0.3);
  transform: scale(1.06);
}

[data-smart-selector] .smart-product-card__color-choice .smart-product-card__swatch-dot {
  width: 18px;
  height: 18px;
}

[data-smart-selector] .smart-product-card__color-choice[aria-pressed="true"] {
  border-color: var(--smart-accent);
}

[data-smart-selector] .smart-product-card__body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding-top: 9px;
}

[data-smart-selector] .smart-product-card__title {
  display: -webkit-box;
  min-height: 2.5em;
  overflow: hidden;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 790;
  line-height: 1.25;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

[data-smart-selector] .smart-product-card__title:hover {
  color: #ffd09a;
}

[data-smart-selector] .smart-product-card__price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-width: 0;
  min-height: 30px;
  margin-top: 5px;
  gap: 6px;
}

[data-smart-selector] .smart-product-card__price-values {
  display: flex;
  align-items: baseline;
  min-width: 0;
  gap: 6px;
  white-space: nowrap;
}

[data-smart-selector] .smart-product-card__fits {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  width: min(76px, 34vw);
  min-width: 0;
}

[data-smart-selector] .smart-product-card__price {
  color: var(--smart-price);
  font-size: 0.85rem;
  font-weight: 860;
  white-space: nowrap;
}

[data-smart-selector] .smart-product-card__old-price {
  color: var(--smart-muted);
  font-size: 0.68rem;
  font-weight: 650;
  white-space: nowrap;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

[data-smart-selector] .smart-product-card__fit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 19px;
  padding: 0 4px;
  color: var(--smart-muted);
  font-size: 0.53rem;
  font-weight: 780;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid var(--smart-line);
  border-radius: 3px;
}

[data-smart-selector] .smart-product-card__swatch-dot {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #929aa4;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--smart-swatch-a) 0 52%, var(--smart-swatch-b) 53% 100%);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.14);
}

[data-smart-selector] .smart-product-card__thermo {
  position: absolute;
  inset: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  overflow: visible;
  fill: #111;
  filter: none;
  pointer-events: none;
}

[data-smart-selector] .smart-selector__empty {
  grid-column: 1 / -1;
  padding: 34px 20px;
  text-align: center;
  border-block: 1px solid var(--smart-line);
  background: var(--smart-surface);
}

[data-smart-selector] .smart-selector__empty h2 {
  margin: 0;
  color: #fff;
  font-size: 1.1rem;
}

[data-smart-selector] .smart-selector__empty p {
  max-width: 460px;
  margin: 8px auto 18px;
  color: var(--smart-muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

[data-smart-selector] .smart-selector__empty a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid var(--smart-accent);
  border-radius: 6px;
}

[data-smart-selector] .smart-selector__sentinel {
  width: 100%;
  height: 1px;
  margin-top: 18px;
}

[data-smart-selector] .smart-selector__load-status {
  min-height: 22px;
  margin: 8px 0 0;
  color: var(--smart-muted);
  font-size: 0.74rem;
  text-align: center;
}

[data-smart-selector] .catalog-pagination {
  margin-top: 20px;
}

[data-smart-selector] .catalog-pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  padding: 0;
  list-style: none;
}

[data-smart-selector] .catalog-pagination .page-link {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  min-height: 44px;
  color: var(--smart-muted);
  text-decoration: none;
  border: 1px solid var(--smart-line);
  border-radius: 6px;
  background: var(--smart-surface);
}

[data-smart-selector] .catalog-pagination .active .page-link {
  color: #fff;
  border-color: var(--smart-accent);
  background: rgba(243, 164, 61, 0.13);
}

[data-smart-selector] .smart-selector__overlay {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: grid;
  align-items: end;
  padding-top: 38px;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.74);
  opacity: 0;
  overscroll-behavior: contain;
  transition: opacity 180ms ease, visibility 180ms ease;
}

[data-smart-selector] .smart-selector__overlay.is-open {
  visibility: visible;
  opacity: 1;
}

[data-smart-selector] .smart-selector__sheet {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: 100%;
  max-height: min(88dvh, 760px);
  color: var(--smart-text);
  border: 1px solid var(--smart-line-strong);
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  background: var(--smart-surface);
  box-shadow: 0 -18px 60px rgba(0, 0, 0, 0.54);
  transform: translateY(28px);
  transition: transform 260ms cubic-bezier(0.22, 0.8, 0.25, 1);
}

[data-smart-selector] .smart-selector__sheet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 2;
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: rgba(244, 238, 228, 0.28);
  transform: translateX(-50%);
}

[data-smart-selector] .smart-selector__overlay.is-open .smart-selector__sheet {
  transform: translateY(0);
}

[data-smart-selector] .smart-selector__sheet > header {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 70px;
  padding: 15px 12px 7px 14px;
  border-bottom: 1px solid var(--smart-line);
  border-radius: 22px 22px 0 0;
  background: rgba(17, 23, 33, 0.98);
}

[data-smart-selector] .smart-selector__sheet > header small,
[data-smart-selector] .smart-selector__rail-head small {
  display: block;
  margin-bottom: 2px;
  color: var(--smart-accent);
  font-size: 0.61rem;
  font-weight: 850;
  text-transform: uppercase;
}

[data-smart-selector] .smart-selector__sheet > header h2 {
  margin: 0;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 830;
}

[data-smart-selector] .smart-selector__sheet > header button {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #fff;
  border: 1px solid var(--smart-line-strong);
  border-radius: 6px;
  background: var(--smart-field);
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

[data-smart-selector] .smart-selector__sheet > header button:hover {
  color: var(--smart-accent);
  border-color: rgba(243, 164, 61, 0.38);
  background: rgba(243, 164, 61, 0.08);
}

[data-smart-selector] .smart-selector__sheet > header button {
  border: 0;
  background: transparent;
}

[data-smart-selector] .smart-selector__sheet > header svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

[data-smart-selector] .smart-selector__sheet-body {
  min-height: 0;
  padding: 0 14px 18px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

[data-smart-selector] .smart-selector__sheet-body fieldset,
[data-smart-selector] .smart-selector__filter-group {
  min-width: 0;
  margin: 0;
  border: 0;
}

[data-smart-selector] .smart-selector__sheet-body fieldset {
  padding: 14px 0;
  border-bottom: 1px solid var(--smart-line);
  scroll-margin-top: 8px;
}

[data-smart-selector] .smart-selector__sheet-body fieldset:last-child {
  border-bottom: 0;
}

[data-smart-selector] .smart-selector__overlay[data-smart-sheet-mode="theme"] .smart-selector__sheet-options,
[data-smart-selector] .smart-selector__overlay[data-smart-sheet-mode="fit"] .smart-selector__sheet-options,
[data-smart-selector] .smart-selector__overlay[data-smart-sheet-mode="color"] .smart-selector__sheet-options,
[data-smart-selector] .smart-selector__overlay[data-smart-sheet-mode="sort"] .smart-selector__sheet-options {
  grid-template-columns: minmax(0, 1fr);
}

[data-smart-selector] .smart-selector__sheet-body legend,
[data-smart-selector] .smart-selector__filter-group legend {
  width: 100%;
  margin: 0 0 8px;
  padding: 0;
  color: var(--smart-faint);
  font-size: 0.65rem;
  font-weight: 840;
  text-transform: uppercase;
}

[data-smart-selector] .smart-selector__sheet-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

[data-smart-selector] .smart-selector__sheet-options > .smart-selector__branch {
  grid-column: 1 / -1;
}

[data-smart-selector] .smart-selector__size-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

[data-smart-selector] .smart-selector__choice,
[data-smart-selector] .smart-selector__sheet-colors > a {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 44px;
  padding: 7px 10px 7px 34px;
  color: var(--smart-muted);
  font-size: 0.75rem;
  font-weight: 740;
  text-align: left;
  text-decoration: none;
  border: 1px solid var(--smart-line);
  border-radius: 6px;
  background: var(--smart-field);
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

/* Variant 3 option rows: icon well, title, helper copy, and a quiet result edge. */
[data-smart-selector] .smart-selector__sheet-body .smart-selector__choice {
  min-height: 64px;
  padding: 8px 48px 8px 62px;
  border-color: var(--smart-line);
  border-radius: 7px;
  background: #0c1118;
  font-size: 0.87rem;
  font-weight: 820;
}

[data-smart-selector] .smart-selector__sheet-body .smart-selector__choice::before {
  left: 16px;
  width: 34px;
  height: 34px;
  border: 1px solid #2a3442;
  border-radius: 7px;
  background: #0e141c;
}

[data-smart-selector] .smart-selector__sheet-body .smart-selector__choice > .smart-selector__choice-icon {
  --smart-choice-icon: #9da8b8;
  position: absolute;
  left: 23px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: var(--smart-choice-icon);
  pointer-events: none;
}

[data-smart-selector] .smart-selector__sheet-body .smart-selector__choice > .smart-selector__choice-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

[data-smart-selector] .smart-selector__sheet-body .smart-selector__choice::after {
  right: 17px;
  left: auto;
  content: "";
  border-right: 2px solid #fff4dd;
  border-bottom: 2px solid #fff4dd;
  opacity: 0;
  transform: translateY(-1px) rotate(45deg) scale(0.7);
}

[data-smart-selector] .smart-selector__sheet-body .smart-selector__choice > span:not([aria-hidden]) {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-smart-selector] .smart-selector__sheet-body .smart-selector__choice > span:not([aria-hidden])::after {
  display: block;
}

[data-smart-selector] .smart-selector__sheet-body .smart-selector__choice[aria-pressed="true"] {
  border-color: #a46a25;
  background: #191712;
}

[data-smart-selector] .smart-selector__sheet-body .smart-selector__choice[aria-pressed="true"]::before {
  border-color: var(--smart-accent);
  background: #17130d;
}

[data-smart-selector] .smart-selector__sheet-body .smart-selector__choice[aria-pressed="true"]::after {
  opacity: 1;
  transform: translateY(-1px) rotate(45deg) scale(1);
}

[data-smart-selector] .smart-selector__sheet-body .smart-selector__choice[aria-pressed="true"] > .smart-selector__choice-icon {
  color: var(--smart-accent);
}

[data-smart-selector] .smart-selector__sheet-body .smart-selector__sheet-colors > a {
  min-height: 64px;
  padding: 8px 48px 8px 62px;
  border-color: var(--smart-line);
  border-radius: 7px;
  background: #0c1118;
  font-size: 0.87rem;
  font-weight: 820;
}

[data-smart-selector] .smart-selector__sheet-body .smart-selector__sheet-colors > a::before {
  left: 16px;
  width: 34px;
  height: 34px;
  border: 1px solid #2a3442;
  border-radius: 7px;
  background: #0e141c;
}

[data-smart-selector] .smart-selector__sheet-body .smart-selector__sheet-colors > a::after {
  display: none;
}

[data-smart-selector] .smart-selector__sheet-body .smart-selector__sheet-colors > a > span {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-width: 2px;
}

[data-smart-selector] .smart-selector__sheet-body .smart-selector__sheet-colors > a > .smart-selector__choice-icon {
  --smart-choice-icon: #9da8b8;
  position: absolute;
  left: 23px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin: 0;
  color: var(--smart-choice-icon);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

[data-smart-selector] .smart-selector__sheet-body .smart-selector__sheet-colors > a > .smart-selector__choice-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

[data-smart-selector] .smart-selector__sheet-body .smart-selector__sheet-colors > a .smart-selector__all-colors-icon {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: var(--smart-accent);
  border: 0;
  background: transparent;
  box-shadow: none;
}

[data-smart-selector] .smart-selector__choice-count {
  position: absolute;
  right: 18px;
  color: #9da8b8;
  font-size: 0.74rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

[data-smart-selector] .smart-selector__sheet-body .smart-selector__sheet-colors > a::marker {
  display: none;
}

[data-smart-selector] .smart-selector__sheet-body .smart-selector__sort-options .smart-selector__choice {
  min-height: 64px;
}

[data-smart-selector] .smart-selector__sheet-body .smart-selector__sort-options .smart-selector__choice > span::after {
  display: none;
}

[data-smart-selector] .smart-selector__choice::before {
  content: "";
  position: absolute;
  left: 11px;
  width: 14px;
  height: 14px;
  border: 1px solid var(--smart-line-strong);
  border-radius: 3px;
  background: #080b10;
  transition: border-color 160ms ease, background-color 160ms ease;
}

[data-smart-selector] .smart-selector__choice::after {
  content: "";
  position: absolute;
  left: 15px;
  width: 6px;
  height: 9px;
  border-right: 2px solid #fff4dd;
  border-bottom: 2px solid #fff4dd;
  opacity: 0;
  transform: translateY(-1px) rotate(45deg) scale(0.7);
  transition: opacity 140ms ease, transform 160ms ease;
}

[data-smart-selector] .smart-selector__choice:hover,
[data-smart-selector] .smart-selector__sheet-colors > a:hover {
  color: #fff;
  border-color: var(--smart-line-strong);
  background: rgba(255, 255, 255, 0.045);
}

[data-smart-selector] .smart-selector__choice[aria-pressed="true"],
[data-smart-selector] .smart-selector__sheet-colors > a.is-active {
  color: #fff;
  border-color: rgba(243, 164, 61, 0.56);
  background: rgba(243, 164, 61, 0.1);
}

[data-smart-selector] .smart-selector__choice[aria-pressed="true"]::before {
  border-color: var(--smart-action);
  background: var(--smart-action);
}

[data-smart-selector] .smart-selector__choice[aria-pressed="true"]::after {
  opacity: 1;
  transform: translateY(-1px) rotate(45deg) scale(1);
}

[data-smart-selector] .smart-selector__choice--size {
  justify-content: center;
  padding-inline: 8px;
  text-align: center;
}

[data-smart-selector] .smart-selector__choice--size::before,
[data-smart-selector] .smart-selector__choice--size::after {
  display: none;
}

[data-smart-selector] .smart-selector__branch {
  min-width: 0;
}

[data-smart-selector] .smart-selector__branch-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 4px;
}

[data-smart-selector] .smart-selector__branch-row .smart-selector__choice {
  width: 100%;
}

[data-smart-selector] .smart-selector__disclosure {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--smart-muted);
  border: 1px solid var(--smart-line);
  border-radius: 6px;
  background: var(--smart-surface);
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

[data-smart-selector] .smart-selector__disclosure:hover,
[data-smart-selector] .smart-selector__disclosure[aria-expanded="true"] {
  color: #fff;
  border-color: rgba(243, 164, 61, 0.48);
  background: rgba(243, 164, 61, 0.09);
}

[data-smart-selector] .smart-selector__disclosure svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 160ms ease;
}

[data-smart-selector] .smart-selector__disclosure[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

[data-smart-selector] .smart-selector__branch-children {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-3px);
  transition: grid-template-rows 160ms ease, opacity 160ms ease, transform 160ms ease;
}

[data-smart-selector] .smart-selector__branch-children[hidden] {
  display: none;
}

[data-smart-selector] .smart-selector__branch-children.is-visible {
  grid-template-rows: 1fr;
  opacity: 1;
  transform: translateY(0);
}

[data-smart-selector] .smart-selector__branch-children > div {
  position: relative;
  min-height: 0;
  margin: 5px 0 2px 17px;
  padding-left: 13px;
}

[data-smart-selector] .smart-selector__branch-children > div::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: rgba(243, 164, 61, 0.42);
}

[data-smart-selector] .smart-selector__choice--child {
  width: 100%;
  margin-top: 4px;
  background: rgba(255, 255, 255, 0.022);
}

[data-smart-selector] .smart-selector__choice--child:first-child {
  margin-top: 0;
}

[data-smart-selector] .smart-selector__sheet-colors > a {
  padding-left: 10px;
}

[data-smart-selector] .smart-selector__sheet-colors > a > span {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-right: 8px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background: var(--smart-color, #687382);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.22);
}

[data-smart-selector] .smart-selector__sheet > footer {
  position: sticky;
  bottom: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(102px, 0.4fr) minmax(0, 1fr);
  gap: 8px;
  padding: 9px 14px calc(9px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--smart-line);
  background: rgba(17, 23, 33, 0.98);
}

[data-smart-selector] .smart-selector__sheet > footer button {
  min-height: 46px;
  padding: 0 11px;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 820;
  border: 1px solid var(--smart-line-strong);
  border-radius: 6px;
  background: var(--smart-surface-strong);
}

[data-smart-selector] .smart-selector__sheet > footer button:last-child {
  border-color: var(--smart-action);
  background: var(--smart-action);
  box-shadow: 0 8px 22px rgba(255, 107, 43, 0.2);
}

[data-smart-selector] .smart-selector__sheet > footer button:last-child:hover {
  border-color: var(--smart-action-deep);
  background: var(--smart-action-deep);
}

[data-smart-selector] .catalog-category-seo-blocks,
[data-smart-selector] .catalog-category-intro,
[data-smart-selector] .catalog-category-description {
  background: #0b0c10;
}

[data-smart-selector] .catalog-category-seo-blocks {
  border-top: 1px solid var(--smart-line);
}

[data-smart-selector] .catalog-category-description {
  padding: 34px 0;
  border-top: 1px solid var(--smart-line);
}

[data-smart-selector] .smart-selector__seo-intro {
  padding: 28px 0 0;
  border-top: 1px solid var(--smart-line);
}

[data-smart-selector] .smart-selector__seo-intro .catalog-intro-panel,
[data-smart-selector] .catalog-description-panel {
  padding: 22px 16px;
  border: 1px solid var(--smart-line);
  border-radius: 7px;
  background: var(--smart-surface);
}

[data-smart-selector] .catalog-redesign-container {
  width: min(calc(100% - 20px), 1480px);
  margin-inline: auto;
}

[data-smart-selector] .catalog-color-seo {
  margin: 0;
  border-radius: 7px;
  background: transparent;
}

/* Keep the editorial content quiet and continuous with the Variant 3 catalog. */
[data-smart-selector] .smart-selector__seo-band {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--smart-line);
  background: #0b0c10;
}

[data-smart-selector] .smart-selector__seo-band .catalog-redesign-container {
  padding-block: 18px;
}

[data-smart-selector] .smart-selector__seo-band .catalog-intro-panel,
[data-smart-selector] .smart-selector__seo-band .catalog-description-panel {
  max-width: 900px;
  padding: 2px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

[data-smart-selector] .smart-selector__seo-band .catalog-intro-panel h2,
[data-smart-selector] .smart-selector__seo-band .catalog-description-panel h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1rem, 1.6vw, 1.28rem);
  line-height: 1.3;
}

[data-smart-selector] .smart-selector__seo-band .catalog-intro-panel p,
[data-smart-selector] .smart-selector__seo-band .catalog-description-panel p {
  margin-bottom: 0.7rem;
  color: var(--smart-muted);
  font-size: 0.78rem;
  line-height: 1.65;
}

[data-smart-selector] .smart-selector__seo-band .catalog-intro-panel p:last-child,
[data-smart-selector] .smart-selector__seo-band .catalog-description-panel p:last-child {
  margin-bottom: 0;
}

[data-smart-selector] .smart-selector__seo-band .category-seo-blocks {
  gap: 0;
  padding-block: 2px;
}

[data-smart-selector] .smart-selector__seo-band .seo-pricing,
[data-smart-selector] .smart-selector__seo-band .seo-tabs {
  padding: 14px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

[data-smart-selector] .smart-selector__seo-band .seo-pricing {
  border-bottom: 1px solid var(--smart-line);
}

[data-smart-selector] .smart-selector__seo-band .seo-pricing__title {
  margin-bottom: 8px;
  color: #fff;
  font-size: 0.94rem;
  line-height: 1.35;
}

[data-smart-selector] .smart-selector__seo-band .seo-pricing__table {
  font-size: 0.76rem;
}

[data-smart-selector] .smart-selector__seo-band .seo-pricing__table th,
[data-smart-selector] .smart-selector__seo-band .seo-pricing__table td {
  padding: 8px 6px;
  border-bottom-color: var(--smart-line);
}

[data-smart-selector] .smart-selector__seo-band .seo-pricing__table th:first-child,
[data-smart-selector] .smart-selector__seo-band .seo-pricing__table td:first-child {
  padding-left: 0;
}

[data-smart-selector] .smart-selector__seo-band .seo-pricing__table th:last-child,
[data-smart-selector] .smart-selector__seo-band .seo-pricing__table td:last-child {
  padding-right: 0;
}

[data-smart-selector] .smart-selector__seo-band .seo-pricing__link,
[data-smart-selector] .smart-selector__seo-band .seo-tab-link,
[data-smart-selector] .smart-selector__seo-band .catalog-description-panel a,
[data-smart-selector] .smart-selector__seo-band .catalog-intro-panel a {
  color: #ffd09a;
  text-decoration-color: rgba(243, 164, 61, 0.42);
}

[data-smart-selector] .smart-selector__seo-band .seo-pricing__td-price {
  color: var(--smart-price);
}

[data-smart-selector] .smart-selector__seo-band .seo-tabs__nav {
  flex-wrap: nowrap;
  gap: 4px;
  margin: 0 -10px 12px;
  padding: 0 10px 8px;
  overflow-x: auto;
  border-bottom-color: var(--smart-line);
  scrollbar-width: none;
}

[data-smart-selector] .smart-selector__seo-band .seo-tabs__nav::-webkit-scrollbar {
  display: none;
}

[data-smart-selector] .smart-selector__seo-band .seo-tab {
  min-height: 38px;
  flex: 0 0 auto;
  padding: 0 10px;
  color: var(--smart-muted);
  font-size: 0.72rem;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
  box-shadow: none;
}

[data-smart-selector] .smart-selector__seo-band .seo-tab:hover {
  color: #fff;
  border-color: var(--smart-line);
  background: rgba(255, 255, 255, 0.035);
}

[data-smart-selector] .smart-selector__seo-band .seo-tab.is-active,
[data-smart-selector] .smart-selector__seo-band .seo-tab.is-active:hover {
  color: #fff;
  border-color: rgba(243, 164, 61, 0.42);
  background: rgba(243, 164, 61, 0.09);
  box-shadow: inset 0 -2px 0 var(--smart-accent);
}

[data-smart-selector] .smart-selector__seo-band .seo-tab-link {
  font-size: 0.76rem;
  line-height: 1.55;
}

[data-smart-selector] .smart-selector__seo-band .seo-tab-link--card {
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid var(--smart-line);
  border-radius: 0;
  background: transparent;
}

[data-smart-selector] .smart-selector__seo-band .catalog-color-seo {
  margin: 0;
  padding: 2px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

[data-smart-selector] .smart-selector__seo-band .catalog-color-seo__title {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0;
}

[data-smart-selector] .smart-selector__seo-band .catalog-color-seo__body p {
  color: var(--smart-muted);
  font-size: 0.78rem;
}

[data-smart-selector] .smart-selector__seo-band .catalog-color-seo__queries {
  gap: 6px;
  margin-top: 10px;
}

[data-smart-selector] .smart-selector__seo-band .catalog-color-seo__chip {
  min-height: 36px;
  padding: 0 10px;
  color: var(--smart-muted);
  font-size: 0.72rem;
  border-color: var(--smart-line);
  border-radius: 4px;
  background: transparent;
}

[data-smart-selector] .smart-selector__seo-band .catalog-color-seo__chip:hover {
  color: #fff;
  border-color: rgba(243, 164, 61, 0.42);
  background: rgba(243, 164, 61, 0.09);
}

@media (min-width: 1024px) {
  html[data-route-name="catalog_by_cat"] {
    overflow-x: clip !important;
  }

  html[data-route-name="catalog_by_cat"] body {
    overflow-x: clip !important;
    overflow-y: visible !important;
  }
}

@keyframes smartSelectorReveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 390px) {
  [data-smart-selector] .smart-selector__inner,
  [data-smart-selector] .catalog-redesign-container {
    width: min(calc(100% - 24px), 1480px);
  }

  [data-smart-selector] .smart-selector__command {
    margin-inline: -12px;
    padding-inline: 12px;
  }

  [data-smart-selector] .smart-selector__quick-facets {
    margin-inline: -12px;
    padding-inline: 12px;
  }

  [data-smart-selector] .smart-selector__grid {
    gap: 18px 10px;
  }
}

@media (min-width: 768px) {
  [data-smart-selector] {
    --mobile-nav-reserved: 0px;
    margin-top: -3rem;
    padding-bottom: 0;
  }

  [data-smart-selector] .smart-selector__categories {
    justify-content: center;
    gap: 12px;
    padding-inline: 24px;
  }

  [data-smart-selector] .smart-selector__category {
    min-width: 152px;
    padding-inline: 22px;
    font-size: 0.8rem;
  }

  [data-smart-selector] .smart-selector__inner,
  [data-smart-selector] .catalog-redesign-container {
    width: min(calc(100% - 40px), 1480px);
  }

  [data-smart-selector] .smart-selector__inner {
    padding-top: 8px;
  }

  [data-smart-selector] .smart-selector__breadcrumb {
    display: flex;
  }

  [data-smart-selector] .smart-selector__intro {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    margin-bottom: 9px;
  }

  [data-smart-selector] .smart-selector__quick-facets {
    position: static;
    grid-template-columns: repeat(3, minmax(170px, 230px));
    margin: 0 0 10px;
    padding: 10px 0;
    border-inline: 0;
    background: transparent;
  }

  [data-smart-selector] .smart-selector__intro h1 {
    font-size: 1.85rem;
  }

  [data-smart-selector] .smart-selector__intro p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }

  [data-smart-selector] .smart-selector__result-count {
    display: block;
    padding-bottom: 3px;
  }

  [data-smart-selector] .smart-selector__command {
    position: static;
    grid-template-columns: auto minmax(0, 1fr) auto;
    margin: 0 0 10px;
    padding: 0;
    border-inline: 0;
    box-shadow: none;
  }

  [data-smart-selector] .smart-selector__sort-trigger {
    display: none;
  }

  [data-smart-selector] .smart-selector__sort {
    display: block;
  }

  [data-smart-selector] .smart-selector__command-count {
    justify-self: start;
    padding-left: 4px;
    font-size: 0.76rem;
  }

  [data-smart-selector] .smart-selector__sort select {
    width: 164px;
  }

  [data-smart-selector] .smart-selector__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 14px;
  }

  [data-smart-selector] .smart-product-card__title {
    font-size: 0.8rem;
  }
}

@media (min-width: 1024px) {
  [data-smart-selector] .smart-selector__layout {
    grid-template-columns: 226px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
  }

  [data-smart-selector] .smart-selector__rail {
    position: sticky;
    top: 145px;
    display: block;
    align-self: start;
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0 14px 28px 0;
    border: 0;
    border-right: 1px solid var(--smart-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    scrollbar-width: thin;
    scrollbar-color: var(--smart-line-strong) transparent;
  }

  [data-smart-selector] .smart-selector__rail-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 54px;
    padding: 7px 0;
    border-bottom: 1px solid var(--smart-line);
  }

  [data-smart-selector] .smart-selector__rail-head h2 {
    margin: 0;
    color: #fff;
    font-size: 0.84rem;
    font-weight: 830;
  }

  [data-smart-selector] .smart-selector__rail-head button {
    min-height: 44px;
    padding: 0 7px;
    color: var(--smart-accent);
    font-size: 0.67rem;
    font-weight: 780;
    border: 0;
    background: transparent;
  }

  [data-smart-selector] .smart-selector__filter-group {
    padding: 12px 0;
    border-bottom: 1px solid var(--smart-line);
  }

  [data-smart-selector] .smart-selector__filter-group:last-child {
    border-bottom: 0;
  }

  [data-smart-selector] .smart-selector__filter-group > .smart-selector__choice,
  [data-smart-selector] .smart-selector__filter-group > .smart-selector__branch {
    width: 100%;
    margin-top: 3px;
  }

  [data-smart-selector] .smart-selector__filter-group > .smart-selector__choice,
  [data-smart-selector] .smart-selector__filter-group .smart-selector__branch-row > .smart-selector__choice,
  [data-smart-selector] .smart-selector__filter-group .smart-selector__choice--child {
    border-color: transparent;
    background: transparent;
  }

  [data-smart-selector] .smart-selector__filter-group .smart-selector__choice:hover {
    border-color: var(--smart-line);
    background: rgba(244, 238, 228, 0.035);
  }

  [data-smart-selector] .smart-selector__filter-group .smart-selector__choice[aria-pressed="true"] {
    border-color: rgba(243, 164, 61, 0.42);
    background: rgba(243, 164, 61, 0.09);
  }

  [data-smart-selector] .smart-selector__filter-group .smart-selector__disclosure {
    border-color: transparent;
    background: transparent;
  }

  [data-smart-selector] .smart-selector__filter-group > .smart-selector__choice:first-of-type,
  [data-smart-selector] .smart-selector__filter-group > .smart-selector__branch:first-of-type {
    margin-top: 0;
  }

  [data-smart-selector] .smart-selector__filter-group > p {
    margin: 0;
    color: var(--smart-faint);
    font-size: 0.69rem;
    line-height: 1.45;
  }

  [data-smart-selector] .smart-selector__colors {
    display: grid;
    grid-template-columns: repeat(4, 44px);
    gap: 3px;
  }

  [data-smart-selector] .smart-selector__colors a {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid transparent;
    border-radius: 5px;
  }

  [data-smart-selector] .smart-selector__colors a.is-active {
    border-color: var(--smart-accent);
  }

  [data-smart-selector] .smart-selector__colors a > span:first-child {
    width: 21px;
    height: 21px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 50%;
    background: var(--smart-color, #687382);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.22);
  }

  [data-smart-selector] .smart-selector__filter-trigger {
    display: none;
  }

  [data-smart-selector] .smart-selector__quick-facets {
    grid-template-columns: repeat(3, minmax(180px, 230px)) 1fr;
  }

  [data-smart-selector] .smart-selector__quick-note {
    display: block;
    align-self: center;
    justify-self: end;
    color: var(--smart-faint);
    font-size: 0.62rem;
    font-weight: 650;
  }

  [data-smart-selector] .smart-selector__command {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  [data-smart-selector] .smart-selector__command-count {
    grid-column: 1;
    padding-left: 0;
  }

  [data-smart-selector] .smart-selector__sort {
    grid-column: 2;
  }

  [data-smart-selector] .smart-selector__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 16px;
  }

  [data-smart-selector] .smart-selector__overlay {
    display: none;
  }
}

@media (min-width: 1280px) {
  [data-smart-selector] .smart-selector__layout {
    grid-template-columns: 236px minmax(0, 1fr);
    gap: 24px;
  }

  [data-smart-selector] .smart-selector__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px 18px;
  }
}

@media (max-width: 359px) {
  [data-smart-selector] .smart-selector__inner,
  [data-smart-selector] .catalog-redesign-container {
    width: min(calc(100% - 16px), 1480px);
  }

  [data-smart-selector] .smart-selector__intro h1 {
    font-size: 1.28rem;
  }

  [data-smart-selector] .smart-selector__command {
    margin-inline: -8px;
    padding-inline: 8px;
  }

  [data-smart-selector] .smart-selector__filter-trigger {
    min-width: 88px;
    padding-inline: 8px;
  }

  [data-smart-selector] .smart-selector__filter-trigger svg {
    display: none;
  }

  [data-smart-selector] .smart-selector__sort select {
    width: 116px;
    font-size: 0.64rem;
  }

  [data-smart-selector] .smart-selector__grid {
    column-gap: 8px;
  }

  [data-smart-selector] .smart-product-card__fits {
    width: 58px;
  }

  [data-smart-selector] .smart-product-card__price-values {
    gap: 4px;
  }

  [data-smart-selector] .smart-product-card__price {
    font-size: 0.76rem;
  }

  [data-smart-selector] .smart-product-card__old-price {
    font-size: 0.58rem;
  }

}

@media (prefers-reduced-motion: reduce) {
  [data-smart-selector] .smart-selector__category,
  [data-smart-selector] .smart-selector__filter-trigger,
  [data-smart-selector] .smart-product-card__image,
  [data-smart-selector] .smart-product-card__image.is-color-switching,
  [data-smart-selector] .smart-product-card__color-panel,
  [data-smart-selector] .smart-product-card__color-trigger,
  [data-smart-selector] .smart-selector__overlay,
  [data-smart-selector] .smart-selector__sheet,
  [data-smart-selector] .smart-selector__choice,
  [data-smart-selector] .smart-selector__disclosure,
  [data-smart-selector] .smart-selector__disclosure svg,
  [data-smart-selector] .smart-selector__branch-children,
  [data-smart-selector] .smart-selector__product {
    animation: none;
    transition: none;
  }
}
