:root {
  --ink: #141414;
  --muted: #696d72;
  --paper: #f6f5f0;
  --surface: #ffffff;
  --line: #dedbd2;
  --charcoal: #1f2023;
  --charcoal-2: #303236;
  --red: #df372f;
  --red-dark: #a92722;
  --gold: #f2cd73;
  --green: #2d7d58;
  --blue: #2d7791;
  --bronze: #a36c37;
  --shadow: 0 18px 46px rgba(20, 20, 20, 0.12);
  /* Layer scale: content < sticky < menus < overlays < modals < AI dock. */
  --z-content: 10;
  --z-sticky: 40;
  --z-menu: 80;
  --z-overlay: 120;
  --z-modal: 200;
  --z-ai-dock: 300;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.share-dialog-open {
  overflow: hidden;
}

body.share-dialog-open .we-assist-dock {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.share-dialog[hidden] {
  display: none;
}

.share-dialog {
  position: fixed;
  z-index: var(--z-modal);
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.share-dialog-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 6, 9, 0.8);
  backdrop-filter: blur(14px);
}

.share-dialog-panel {
  position: relative;
  display: grid;
  gap: 18px;
  width: min(720px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 28px;
  border: 1px solid rgba(239, 51, 46, 0.5);
  border-radius: 18px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(239, 51, 46, 0.12), transparent 48%),
    #111419;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.62);
}

.share-dialog-panel h2 {
  margin: -8px 40px 0 0;
  color: #fff;
  font-size: clamp(28px, 6vw, 42px);
  line-height: 1;
}

.share-dialog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 25px;
  line-height: 1;
}

.share-preview {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: #090c10;
}

.share-preview img {
  width: 148px;
  height: 96px;
  object-fit: contain;
  border-radius: 9px;
  background: #fff;
}

.share-preview div {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.share-preview strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}

.share-preview small {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.56);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.share-channel-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.share-channel-grid a,
.share-channel-grid button {
  display: grid;
  grid-template-rows: 42px auto;
  place-items: center;
  gap: 7px;
  min-height: 82px;
  padding: 10px 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  color: #fff;
  background: #191e25;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.share-channel-grid a:hover,
.share-channel-grid a:focus-visible,
.share-channel-grid button:hover,
.share-channel-grid button:focus-visible {
  border-color: #ff5148;
  background: #252b34;
  transform: translateY(-2px);
}

.share-channel-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  color: #fff;
  background: #363d47;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.24);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
}

.share-channel-instagram .share-channel-icon {
  position: relative;
  background: radial-gradient(circle at 31% 106%, #ffd600 0 25%, #ff7a00 33%, #ff0169 57%, #d300c5 75%, #7638fa 100%);
}

.share-logo-instagram::before {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 7px;
  content: "";
}

.share-logo-instagram::after {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 7px -7px 0 -2px #fff;
  content: "";
}

.share-channel-tiktok .share-channel-icon {
  background: #030303;
  font-size: 30px;
  text-shadow: -2px 0 #25f4ee, 2px 0 #fe2c55;
}

.share-channel-facebook .share-channel-icon { background: #1877f2; font-family: Arial, sans-serif; font-size: 30px; }
.share-channel-x .share-channel-icon { background: #050505; }
.share-channel-whatsapp .share-channel-icon { background: #25d366; }
.share-channel-linkedin .share-channel-icon { background: #0a66c2; }
.share-logo-linkedin { font-size: 18px; }
.share-channel-pinterest .share-channel-icon { background: #e60023; font-family: Georgia, serif; }
.share-channel-threads .share-channel-icon { background: #050505; }
.share-channel-bluesky .share-channel-icon { background: #1185fe; }
.share-channel-reddit .share-channel-icon { background: #ff4500; }
.share-channel-telegram .share-channel-icon { background: #229ed9; font-size: 19px; }
.share-channel-email .share-channel-icon { background: #df372f; }
.share-channel-sms .share-channel-icon { background: #2d7d58; font-size: 16px; letter-spacing: 1px; }
.share-channel-copy .share-channel-icon { background: #4b5563; }
.share-channel-native .share-channel-icon { background: linear-gradient(135deg, #ef332e, #8c1714); font-size: 28px; }

.share-dialog-status,
.share-preview-note {
  min-height: 20px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.45;
}

.share-dialog-status {
  color: #9fe870;
  font-weight: 900;
}

.catalog-share-button {
  width: fit-content;
  margin-top: 2px;
}

@media (max-width: 600px) {
  .share-dialog {
    align-items: end;
    padding: 0;
  }

  .share-dialog-panel {
    width: 100%;
    max-height: calc(100vh - 12px);
    max-height: calc(100dvh - 12px);
    padding: 24px 18px calc(24px + env(safe-area-inset-bottom));
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 20px 20px 0 0;
  }

  .share-preview {
    grid-template-columns: 106px minmax(0, 1fr);
  }

  .share-preview img {
    width: 106px;
    height: 82px;
  }

  .share-channel-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .share-channel-grid a,
  .share-channel-grid button {
    min-height: 78px;
    padding: 8px 4px;
    font-size: 11px;
  }
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.filter-panel-toggle,
.garage-panel-toggle {
  display: none;
}

@media (min-width: 901px) {
  .catalog-shell {
    transition: grid-template-columns 220ms ease;
  }

  .filter-panel-toggle {
    position: absolute;
    z-index: 4;
    top: 14px;
    left: -15px;
    display: grid;
    place-items: center;
    width: 30px;
    height: 34px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 9px;
    color: #fff;
    background: #252930;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.34);
  }

  .filter-panel-toggle:hover,
  .filter-panel-toggle:focus-visible {
    border-color: rgba(255, 70, 61, 0.72);
    background: #d91f2e;
  }

  .filter-panel-toggle-icon {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    transition: transform 180ms ease;
  }

  .filter-panel-toggle-label {
    display: none;
  }

  .filters.is-collapsed {
    min-width: 0;
    min-height: 176px;
    padding: 0;
    gap: 0;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
  }

  .filters.is-collapsed > :not(.filter-panel-toggle) {
    display: none !important;
  }

  .filters.is-collapsed .filter-panel-toggle {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 44px;
    height: auto;
    min-height: 176px;
    padding: 13px 7px;
    border-color: rgba(255, 70, 61, 0.48);
    border-radius: 0 10px 10px 0;
    background: linear-gradient(180deg, #ed2635 0%, #b90f20 100%);
  }

  .filters.is-collapsed .filter-panel-toggle-icon {
    transform: rotate(180deg);
  }

  .filters.is-collapsed .filter-panel-toggle-label {
    display: block;
    color: #fff;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
}

@media (min-width: 901px) and (max-width: 1240px) {
  .catalog-shell.filters-collapsed {
    grid-template-columns: 44px minmax(0, 1fr);
  }
}

@media (min-width: 1241px) {
  .catalog-shell.filters-collapsed {
    grid-template-columns: 44px minmax(0, 1fr) minmax(260px, 320px);
  }

  .garage-panel-toggle {
    position: absolute;
    z-index: 4;
    top: 14px;
    right: -15px;
    display: grid;
    place-items: center;
    width: 30px;
    height: 34px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 9px;
    color: #fff;
    background: #252930;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.34);
  }

  .garage-panel-toggle:hover,
  .garage-panel-toggle:focus-visible {
    border-color: rgba(255, 70, 61, 0.72);
    background: #d91f2e;
  }

  .garage-panel-toggle-icon {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    transition: transform 180ms ease;
  }

  .garage-panel-toggle-label {
    display: none;
  }

  .build-panel.is-collapsed {
    display: block;
    min-width: 0;
    min-height: 176px;
    padding: 0;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
  }

  .build-panel.is-collapsed > :not(.garage-panel-toggle) {
    display: none !important;
  }

  .build-panel.is-collapsed .garage-panel-toggle {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 44px;
    height: auto;
    min-height: 176px;
    padding: 13px 7px;
    border-color: rgba(255, 70, 61, 0.48);
    border-radius: 10px 0 0 10px;
    background: linear-gradient(180deg, #ed2635 0%, #b90f20 100%);
  }

  .build-panel.is-collapsed .garage-panel-toggle-icon {
    transform: rotate(180deg);
  }

  .build-panel.is-collapsed .garage-panel-toggle-label {
    display: block;
    color: #fff;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
  }

  .catalog-shell.garage-collapsed {
    grid-template-columns: minmax(230px, 280px) minmax(0, 1fr) 44px;
  }

  .catalog-shell.filters-collapsed.garage-collapsed {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }
}

/* Disabled while the plain A2P approval widget is active.
.we-assist-dock {
  position: fixed;
  z-index: var(--z-ai-dock);
  bottom: 18px;
  left: 50%;
  display: grid;
  grid-template-columns: 58px 150px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: min(760px, calc(100vw - 24px));
  min-height: 84px;
  padding: 10px 11px;
  overflow: visible;
  border: 1px solid rgba(255, 76, 63, 0.54);
  border-radius: 20px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255, 64, 53, 0.08) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px) 0 0 / 28px 28px,
    radial-gradient(circle at 9% 50%, rgba(239, 59, 51, 0.2), transparent 23%),
    linear-gradient(120deg, rgba(20, 23, 28, 0.98), rgba(5, 7, 10, 0.99));
  box-shadow:
    0 28px 76px rgba(0, 0, 0, 0.72),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 30px rgba(239, 59, 51, 0.2);
  backdrop-filter: blur(22px) saturate(1.2);
  transform: translateX(-50%);
  isolation: isolate;
}

.we-assist-dock::before {
  content: "FITMENT COMMAND // FC-01";
  position: absolute;
  top: -9px;
  left: 22px;
  padding: 3px 9px;
  border: 1px solid rgba(255, 82, 69, 0.5);
  border-radius: 999px;
  color: #ff8178;
  background: #0a0c10;
  font-size: 7px;
  font-weight: 950;
  letter-spacing: 0.16em;
  line-height: 1;
}

.we-assist-dock::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 12px;
  bottom: -4px;
  left: 12px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ef3b33 22%, #ef3b33 78%, transparent);
  box-shadow: 0 0 17px rgba(239, 59, 51, 0.8);
}

.we-assist-dock[hidden] { display: none; }

.we-assist-core {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: linear-gradient(145deg, #262a31, #080a0e 68%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 10px 26px rgba(0, 0, 0, 0.4);
}

.we-assist-core::before,
.we-assist-core::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.we-assist-core::before {
  inset: 5px;
  border: 1px dashed rgba(255, 92, 79, 0.58);
  animation: we-assist-orbit 12s linear infinite;
}

.we-assist-core::after {
  inset: -5px;
  border: 1px solid transparent;
  border-top-color: rgba(239, 59, 51, 0.65);
  filter: drop-shadow(0 0 5px rgba(239, 59, 51, 0.7));
  animation: we-assist-orbit 7s linear infinite reverse;
}

.we-assist-rim {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 2px solid #aab0b8;
  border-radius: 50%;
  background: repeating-conic-gradient(from 8deg, #8c929a 0 6deg, transparent 7deg 25deg), #0b0d11;
  box-shadow: inset 0 0 0 4px #1d2127, 0 0 15px rgba(255, 255, 255, 0.14);
  animation: we-assist-rim-turn 18s linear infinite;
}

.we-assist-rim::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 3px solid #4b515a;
  border-radius: 50%;
  background: #c4c8ce;
  box-shadow: 0 0 0 2px #111419, 0 0 10px rgba(239, 59, 51, 0.35);
}

.we-assist-rim i {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #111419;
  box-shadow: 7px 0 #111419, -7px 0 #111419, 0 7px #111419, 0 -7px #111419;
}

.we-assist-console-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding-right: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.we-assist-console-copy > span {
  color: #ff6259;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.we-assist-console-copy > strong {
  overflow: hidden;
  color: #f8fafc;
  font-size: 15px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.we-assist-console-copy > small {
  display: flex;
  gap: 6px;
  align-items: center;
  color: #868d98;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.we-assist-console-copy > small i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9be33d;
  box-shadow: 0 0 10px rgba(155, 227, 61, 0.9);
  animation: we-assist-signal 2s ease-in-out infinite;
}

.we-assist-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.we-assist-button {
  position: relative;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  min-width: 0;
  min-height: 60px;
  padding: 8px 11px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  color: #f7f8fb;
  background: linear-gradient(145deg, rgba(31, 35, 42, 0.96), rgba(10, 12, 16, 0.98));
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 10px 26px rgba(0, 0, 0, 0.28);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.we-assist-button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: #697cff;
  box-shadow: 0 0 12px rgba(105, 124, 255, 0.85);
}

.we-assist-button:hover {
  border-color: rgba(113, 132, 255, 0.65);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 22px rgba(105, 124, 255, 0.2);
  transform: translateY(-1px);
}

.we-assist-button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

.we-assist-button-primary {
  border-color: rgba(255, 92, 79, 0.52);
  background: radial-gradient(circle at 0 50%, rgba(239, 59, 51, 0.28), transparent 45%), linear-gradient(145deg, #2a1719, #110c10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 20px rgba(239, 59, 51, 0.16);
}

.we-assist-button-primary::before { background: #ef3b33; box-shadow: 0 0 15px rgba(239, 59, 51, 0.9); }
.we-assist-button-primary:hover { border-color: rgba(255, 106, 93, 0.86); box-shadow: 0 0 28px rgba(239, 59, 51, 0.3); }

.we-assist-button > svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.we-assist-button-primary > svg { color: #ff6d63; filter: drop-shadow(0 0 6px rgba(239, 59, 51, 0.65)); }
.we-assist-button:not(.we-assist-button-primary) > svg { color: #8ea0ff; filter: drop-shadow(0 0 6px rgba(105, 124, 255, 0.55)); }

.we-assist-label { display: grid; gap: 2px; min-width: 0; }
.we-assist-label strong { overflow: hidden; font-size: 11px; font-weight: 950; letter-spacing: 0.075em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.we-assist-label small { color: #7f8793; font-size: 8px; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }

.we-assist-arrow { color: #8ea0ff; font-size: 18px; font-weight: 500; }
.we-assist-eq { display: flex; gap: 2px; align-items: end; height: 16px; }
.we-assist-eq b { width: 2px; height: 7px; border-radius: 2px; background: #ff6d63; box-shadow: 0 0 5px rgba(239, 59, 51, 0.65); animation: we-assist-eq 0.9s ease-in-out infinite alternate; }
.we-assist-eq b:nth-child(2) { height: 13px; animation-delay: -0.55s; }
.we-assist-eq b:nth-child(3) { height: 9px; animation-delay: -0.3s; }
.we-assist-eq b:nth-child(4) { height: 15px; animation-delay: -0.7s; }

@keyframes we-assist-orbit { to { transform: rotate(360deg); } }
@keyframes we-assist-rim-turn { to { transform: rotate(-360deg); } }
@keyframes we-assist-signal { 0%, 100% { opacity: 0.52; transform: scale(0.86); } 50% { opacity: 1; transform: scale(1.08); } }
@keyframes we-assist-eq { to { height: 3px; opacity: 0.55; } }

@media (max-width: 900px) and (min-width: 761px) {
  .we-assist-dock { bottom: calc(76px + env(safe-area-inset-bottom)); }
}

@media (max-width: 760px) {
  .we-assist-dock {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 8px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    width: min(420px, calc(100vw - 16px));
    min-height: 70px;
    padding: 8px;
    border-radius: 17px;
  }

  .we-assist-dock::before { top: -8px; left: 14px; font-size: 6px; }
  .we-assist-core { width: 46px; height: 50px; border-radius: 13px; }
  .we-assist-rim { width: 32px; height: 32px; }
  .we-assist-console-copy { display: none; }
  .we-assist-button { grid-template-columns: 21px minmax(0, 1fr); min-height: 52px; padding: 7px 8px; }
  .we-assist-button > svg { width: 20px; height: 20px; }
  .we-assist-label strong { font-size: 9px; letter-spacing: 0.04em; }
  .we-assist-label small { font-size: 7px; }
  .we-assist-eq, .we-assist-arrow { display: none; }
}

@media (max-width: 390px) {
  .we-assist-dock { grid-template-columns: minmax(0, 1fr); }
  .we-assist-core { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .we-assist-core::before,
  .we-assist-core::after,
  .we-assist-rim,
  .we-assist-console-copy > small i,
  .we-assist-eq b { animation: none; }
  .we-assist-button { transition: none; }
}
*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

select {
  color-scheme: dark;
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  border: 0;
}

button {
  cursor: pointer;
}

img,
svg {
  display: block;
}

.promo-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 6px 18px;
  color: #fff;
  background: #2a2524;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.promo-bar a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.promo-bar button {
  min-height: 28px;
  padding: 0 12px;
  border-radius: 8px;
  color: #fff;
  background: var(--red);
  font-size: 12px;
  font-weight: 950;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  min-height: 82px;
  padding: 0 clamp(20px, 4vw, 50px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  font-size: 22px;
  font-weight: 950;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border: 2px solid currentColor;
  border-radius: 50%;
  position: relative;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.brand-mark::before {
  inset: 7px;
  border: 2px solid currentColor;
}

.brand-mark::after {
  inset: 14px;
  background: var(--red);
}

.main-nav {
  display: flex;
  gap: clamp(18px, 2vw, 32px);
  font-size: 15px;
  font-weight: 850;
}

.main-nav a {
  opacity: 0.84;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  opacity: 1;
}

.main-nav .header-phone {
  color: #ff5148;
  white-space: nowrap;
}

.mobile-header-menu {
  position: relative;
  z-index: 110;
  order: 5;
  display: none;
}

.mobile-header-menu summary {
  display: grid;
  place-items: center;
  min-width: 50px;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  color: #fff;
  background: #171a1f;
  cursor: pointer;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  list-style: none;
  text-transform: uppercase;
}

.mobile-header-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-header-menu summary:hover,
.mobile-header-menu summary:focus-visible,
.mobile-header-menu[open] summary {
  border-color: rgba(255, 81, 72, 0.75);
  background: #211315;
}

.mobile-header-menu-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  width: min(280px, calc(100vw - 28px));
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(10, 12, 15, 0.99);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.55);
}

.mobile-header-menu-panel a,
.mobile-header-menu-panel button {
  width: 100%;
  padding: 13px 14px;
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.86);
  background: transparent;
  font-size: 14px;
  font-weight: 850;
  text-align: left;
}

.mobile-header-menu-panel a:hover,
.mobile-header-menu-panel a:focus-visible,
.mobile-header-menu-panel button:hover,
.mobile-header-menu-panel button:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

.mobile-home-share {
  display: none;
}

.toolbar-share-button {
  min-height: 42px;
  white-space: nowrap;
}

.mobile-header-menu-panel .header-phone {
  color: #ff5148;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 13px;
}

.header-actions .account-chip {
  order: 1;
}

.header-actions .vehicle-link {
  order: 2;
}

.header-actions [data-focus-search] {
  order: 3;
}

.header-actions .cart-link {
  order: 4;
}

.vehicle-link,
.icon-button,
.account-chip,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  border-radius: 8px;
  font-weight: 900;
}

.vehicle-link {
  padding: 0 13px;
  color: var(--ink);
}

.icon-button {
  width: 44px;
  color: var(--ink);
  background: #f1eee6;
}

.account-chip {
  min-width: 92px;
  padding: 0 13px;
  color: #fff;
  background: var(--red);
  font-size: 13px;
}

.account-chip:hover,
.account-chip:focus-visible {
  background: var(--red-dark);
}

.vehicle-link svg,
.icon-button svg,
.button svg,
.search-input svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button {
  min-width: 128px;
  padding: 0 18px;
  font-size: 14px;
}

.button.primary {
  color: #fff;
  background: var(--red);
}

.button.secondary {
  color: #fff;
  background: #252a31;
}

.button.ghost {
  border: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--red-dark);
}

.full-width {
  width: 100%;
}

.catalog-hero {
  position: relative;
  overflow: hidden;
  padding: 28px clamp(20px, 4vw, 50px) 34px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 18%, rgba(223, 55, 47, 0.22), transparent 28%),
    linear-gradient(135deg, #111214 0%, #24262a 58%, #151618 100%);
}

.breadcrumb {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  font-weight: 750;
}

.catalog-title {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.9fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: center;
}

.catalog-copy {
  max-width: 760px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 8px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.02;
  letter-spacing: 0;
}

h1 span {
  color: rgba(255, 255, 255, 0.52);
  font-weight: 850;
}

#vehicleState {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  font-weight: 780;
}

.catalog-lede {
  max-width: 690px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.55;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-metrics span {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.hero-metrics strong {
  color: #fff;
  font-size: 18px;
}

.catalog-visual {
  position: relative;
  height: 330px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--charcoal);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.catalog-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  opacity: 0.92;
}

.visual-card {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: grid;
  gap: 4px;
  min-width: 220px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(14, 15, 17, 0.78);
  backdrop-filter: blur(14px);
}

.visual-card span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.visual-card strong {
  font-size: 18px;
}

.fitment-strip {
  display: grid;
  grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  width: min(calc(100% - 28px), 1640px);
  margin: -22px auto 0;
  padding: 18px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.trust-strip {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 46px clamp(20px, 4vw, 50px) 30px;
  scroll-padding-inline: clamp(20px, 4vw, 50px);
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--red) transparent;
}

.trust-strip article {
  display: grid;
  gap: 8px;
  flex: 0 0 clamp(340px, 42vw, 620px);
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 14px 34px rgba(20, 20, 20, 0.07);
  scroll-snap-align: start;
}

.trust-strip::-webkit-scrollbar {
  height: 10px;
}

.trust-strip::-webkit-scrollbar-track {
  background: transparent;
}

.trust-strip::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  border-radius: 999px;
  background: var(--red);
  background-clip: content-box;
}

.trust-strip span,
.guarantee-grid span,
.payment-options > span {
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.trust-strip strong {
  font-size: 18px;
  line-height: 1.15;
}

.trust-strip p {
  margin: 0;
  color: var(--muted);
  line-height: 1.42;
}

.trust-strip .trust-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(239, 51, 46, 0.36);
  border-radius: 8px;
  color: var(--red);
  background: rgba(239, 51, 46, 0.08);
}

.trust-strip .trust-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fitment-copy {
  display: grid;
  gap: 6px;
}

.eyebrow {
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fitment-copy strong {
  font-size: 18px;
  line-height: 1.25;
}

.fitment-form {
  display: grid;
  grid-template-columns: minmax(72px, 0.6fr) minmax(96px, 0.95fr) minmax(96px, 0.95fr) minmax(84px, 0.7fr) minmax(108px, 0.9fr) minmax(284px, auto);
  gap: 10px;
  align-items: end;
}

.fitment-form.has-custom-vehicle {
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(260px, auto);
}

.fitment-actions {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.fitment-actions .button {
  height: 44px;
  min-height: 44px;
}

.clear-vehicle-button {
  min-width: 132px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  background: #22262d;
}

.clear-vehicle-button:hover,
.clear-vehicle-button:focus-visible {
  border-color: rgba(255, 255, 255, 0.32);
  background: #343a44;
}

.fitment-form label,
.search-box,
.toolbar label,
.appointment-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fitment-form select,
.fitment-form input,
.toolbar select,
.appointment-form input,
.appointment-form select,
.appointment-form textarea,
.search-input {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--surface);
  outline: none;
  font-weight: 850;
}

.fitment-form select,
.fitment-form input,
.toolbar select {
  padding: 0 12px;
}

.custom-vehicle-field[hidden] {
  display: none;
}

.catalog-shell {
  display: grid;
  grid-template-columns: minmax(230px, 280px) minmax(0, 1fr) minmax(260px, 320px);
  gap: 24px;
  align-items: start;
  padding: 34px clamp(20px, 4vw, 50px) 64px;
}

.filters,
.build-panel {
  position: sticky;
  top: 102px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 14px 38px rgba(20, 20, 20, 0.06);
}

.filters {
  display: grid;
  gap: 18px;
  padding: 18px;
}

.filter-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.filter-topline strong {
  font-size: 18px;
}

.filter-topline button {
  color: var(--red-dark);
  background: transparent;
  font-size: 13px;
  font-weight: 950;
}

.search-input {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
}

.search-input svg {
  width: 18px;
  color: var(--muted);
}

.search-input input {
  min-width: 0;
  color: var(--ink);
  background: transparent;
  outline: none;
  font-weight: 800;
}

.filter-section {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.filter-section-fitment {
  display: none !important;
}

.filter-section summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 950;
}

.filter-section summary::-webkit-details-marker {
  display: none;
}

.filter-section summary::after {
  content: "+";
  color: var(--muted);
  font-weight: 950;
}

.filter-section[open] summary::after {
  content: "-";
}

.check-list,
.finish-grid,
.size-grid {
  display: grid;
  gap: 10px;
  padding-top: 14px;
}

.check-row,
.finish-option,
.size-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 760;
}

.check-row input {
  width: 20px;
  height: 20px;
  accent-color: var(--red);
}

.finish-grid {
  grid-template-columns: 1fr;
}

.finish-option {
  justify-content: space-between;
  min-height: 38px;
  padding: 0 10px;
  border-radius: 8px;
  background: #f2f0e9;
}

.finish-option input {
  accent-color: var(--red);
}

.finish-name {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.swatch {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(20, 20, 20, 0.18);
  border-radius: 50%;
}

.swatch.black {
  background: #0d0d0d;
}

.swatch.machined {
  background: linear-gradient(135deg, #f4f4f1, #858b93);
}

.swatch.bronze {
  background: var(--bronze);
}

.swatch.chrome {
  background: linear-gradient(135deg, #ffffff, #b8bec5 45%, #f3f6f8);
}

.swatch.graphite {
  background: #3a3e44;
}

.swatch.black-machined {
  background: linear-gradient(135deg, #050607 0 44%, #d8dde1 45% 58%, #111317 59%);
}

.swatch.silver-machined {
  background: linear-gradient(135deg, #ffffff, #c8cdd2 45%, #7d858c);
}

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

.size-option {
  justify-content: center;
  min-height: 38px;
  border-radius: 8px;
  background: #f2f0e9;
  font-weight: 950;
}

.size-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.size-option:has(input:checked) {
  color: #fff;
  background: var(--charcoal);
}

.budget-control {
  display: grid;
  gap: 13px;
  padding-top: 14px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 820;
}

.budget-control > span:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.budget-control strong {
  color: var(--red);
  white-space: nowrap;
}

.budget-input {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: var(--surface);
}

.budget-input:focus-within {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(230, 45, 38, 0.14);
}

.budget-input input {
  width: 100%;
  min-width: 0;
  color: var(--ink);
  background: transparent;
  outline: none;
  font-weight: 850;
}

.budget-control small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.product-column {
  min-width: 0;
  container-name: wheel-catalog;
  container-type: inline-size;
}

.toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

.toolbar strong {
  display: block;
  margin-bottom: 4px;
  font-size: 19px;
}

.toolbar span {
  color: var(--muted);
  font-weight: 720;
}

.toolbar-controls {
  display: flex;
  gap: 10px;
  align-items: end;
}

.toolbar select {
  min-width: 96px;
}

.vehicle-result-banner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 12px;
  align-items: center;
  margin: 0 0 14px;
  padding: 13px 15px;
  border: 1px solid rgba(239, 58, 52, 0.26);
  border-radius: 8px;
  background: rgba(239, 58, 52, 0.08);
}

.vehicle-result-banner[hidden] {
  display: none;
}

.vehicle-result-banner span {
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.vehicle-result-banner strong {
  color: var(--ink);
  font-size: 17px;
}

.vehicle-result-banner small {
  grid-column: 2;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.quick-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 20px;
}

.quick-filters button {
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--ink);
  background: #e8e4db;
  font-weight: 900;
}

.quick-filters button.active {
  color: #fff;
  background: var(--charcoal);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 12px 34px rgba(20, 20, 20, 0.07);
  cursor: pointer;
}

.product-card:focus-visible {
  outline: 3px solid rgba(45, 140, 255, 0.7);
  outline-offset: 3px;
}

.product-media {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-width: 0;
  min-height: 248px;
  overflow: hidden;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.8), transparent 34%),
    linear-gradient(135deg, #f3f1ec, #e6e3dc),
    #f1efe8;
}

.badge-row {
  position: absolute;
  inset: 14px auto auto 14px;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  max-width: calc(100% - 78px);
  pointer-events: none;
  z-index: 3;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border-radius: 8px;
  color: #1d1a16;
  background: var(--gold);
  font-size: 12px;
  font-weight: 950;
}

.badge.fit {
  color: #fff;
  background: var(--green);
}

.favorite-button {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  color: var(--red);
  background: transparent;
  box-shadow: none;
}

.favorite-button svg {
  width: 21px;
  height: 21px;
  fill: transparent;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linejoin: round;
}

.favorite-button.active svg,
.favorite-button:hover svg,
.favorite-button:focus-visible svg {
  fill: currentColor;
}

.favorite-button:focus-visible {
  outline: 3px solid rgba(45, 140, 255, 0.55);
  outline-offset: 3px;
}

.wheel-art {
  --rim: #272b31;
  --spoke: #111;
  --lip: #111;
  --accent: #5a5f66;
  position: relative;
  width: min(78%, 210px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, #111 0 8%, var(--accent) 9% 11%, #111 12% 16%, transparent 17%),
    radial-gradient(circle, transparent 0 45%, var(--rim) 46% 58%, var(--lip) 59% 68%, #0a0b0c 69% 100%);
  box-shadow:
    inset 0 0 0 10px #0b0c0d,
    inset 0 0 0 18px rgba(255, 255, 255, 0.08),
    0 22px 34px rgba(20, 20, 20, 0.2);
}

.product-image {
  position: relative;
  z-index: 1;
  width: min(100%, 252px);
  max-width: 100%;
  height: auto;
  max-height: 252px;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.38));
}

.wheel-art::before,
.wheel-art::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.wheel-art::before {
  inset: 22px;
  background: repeating-conic-gradient(from -12deg, transparent 0 8deg, var(--spoke) 8deg 14deg, transparent 14deg 30deg);
  -webkit-mask: radial-gradient(circle, transparent 0 18%, #000 19% 78%, transparent 79%);
  mask: radial-gradient(circle, transparent 0 18%, #000 19% 78%, transparent 79%);
}

.wheel-art::after {
  inset: 46px;
  background: radial-gradient(circle, #111 0 58%, var(--accent) 60% 72%, transparent 73%);
}

.wheel-art.machined {
  --rim: #c6c9cc;
  --spoke: #dfe1df;
  --lip: #f7f7f3;
  --accent: #818993;
}

.wheel-art.bronze {
  --rim: #8f5f32;
  --spoke: #b9824b;
  --lip: #14110e;
  --accent: #d2a15e;
}

.wheel-art.chrome {
  --rim: #f1f4f5;
  --spoke: #cfd6dc;
  --lip: #ffffff;
  --accent: #7f8790;
}

.wheel-art.graphite {
  --rim: #3d4147;
  --spoke: #555a63;
  --lip: #0d0e10;
  --accent: #868b93;
}

.wheel-art.mesh::before {
  background:
    repeating-conic-gradient(from 0deg, transparent 0 5deg, var(--spoke) 5deg 8deg, transparent 8deg 15deg),
    repeating-conic-gradient(from 8deg, transparent 0 5deg, var(--accent) 5deg 7deg, transparent 7deg 15deg);
}

.wheel-art.aero::before {
  background: repeating-conic-gradient(from 4deg, var(--spoke) 0 15deg, transparent 15deg 30deg);
}

.wheel-art.offroad::before {
  background: repeating-conic-gradient(from -10deg, transparent 0 6deg, var(--spoke) 6deg 13deg, transparent 13deg 24deg);
}

.wheel-art.beadlock {
  box-shadow:
    inset 0 0 0 8px #0b0c0d,
    inset 0 0 0 15px rgba(255, 255, 255, 0.12),
    inset 0 0 0 24px var(--accent),
    0 22px 34px rgba(20, 20, 20, 0.2);
}

.product-body {
  display: grid;
  gap: 13px;
  padding: 20px;
}

.product-title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.product-title h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.18;
}

.price {
  color: var(--red-dark);
  font-size: 18px;
  font-weight: 950;
  white-space: nowrap;
}

.price-stack {
  display: grid;
  justify-items: end;
  gap: 5px;
  min-width: max-content;
}

.price-stack small {
  color: var(--muted);
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.product-specs,
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.product-specs span,
.chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 9px;
  border-radius: 999px;
  background: #ece8df;
  color: var(--charcoal-2);
  font-size: 12px;
  font-weight: 950;
}

.chip-row span {
  background: rgba(45, 119, 145, 0.12);
  color: var(--blue);
}

.product-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.48;
}

.product-hover-bubble {
  display: none;
}

.fitment-meter {
  display: grid;
  gap: 7px;
}

.fitment-meter div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.fitment-meter strong {
  color: var(--green);
}

.mini-track {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #e4dfd6;
}

.mini-track span {
  display: block;
  width: var(--score, 92%);
  height: 100%;
  background: linear-gradient(90deg, var(--green), #79b36f);
}

.monthly-note {
  color: var(--red-dark);
  font-size: 13px;
  font-weight: 950;
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
  margin-top: 2px;
}

.card-share-button {
  position: absolute;
  z-index: 4;
  top: 14px;
  left: 14px;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(17, 20, 25, 0.86);
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(9px);
}

.card-share-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card-share-button:hover,
.card-share-button:focus-visible {
  border-color: rgba(255, 255, 255, 0.42);
  background: var(--red-dark);
}

.card-share-button::after {
  content: "Share to your friends";
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  bottom: auto;
  z-index: 6;
  width: max-content;
  max-width: 170px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  background: rgba(8, 9, 10, 0.96);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.36);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.card-share-button:hover::after,
.card-share-button:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.compare-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.compare-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--red);
}

.select-package {
  min-width: 108px;
  min-height: 42px;
  color: #fff;
  background: var(--charcoal);
}

.select-package:hover,
.select-package:focus-visible {
  background: var(--red-dark);
}

.payment-cta {
  min-height: 48px;
}

.button.ghost.details-button {
  min-width: 92px;
  min-height: 40px;
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  background: #252a31;
  text-decoration: none;
}

.button.ghost.details-button:hover,
.button.ghost.details-button:focus-visible {
  border-color: rgba(255, 255, 255, 0.44);
  color: #fff;
  background: var(--red-dark);
}

@media (hover: hover) and (pointer: fine) {
  .product-hover-bubble {
    position: relative;
    z-index: 2;
    display: grid;
    max-height: 0;
    width: auto;
    gap: 6px;
    margin: 0 20px;
    overflow: hidden;
    padding: 0 16px;
    border: 0 solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(12, 14, 17, 0.96);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: max-height 180ms ease, margin-top 180ms ease, padding 180ms ease, border-width 180ms ease, opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
    visibility: hidden;
  }

  .product-hover-bubble::before {
    display: none;
  }

  .product-hover-bubble strong {
    color: #fff;
    font-size: 14px;
  }

  .product-hover-bubble span {
    font-size: 13px;
    font-weight: 850;
    line-height: 1.25;
  }

  .product-card:hover .product-hover-bubble,
  .product-card:focus-within .product-hover-bubble {
    max-height: 152px;
    margin-top: 14px;
    padding: 14px 16px;
    border-width: 1px;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}

body.detail-open {
  overflow: hidden;
}

.wheel-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
}

.wheel-detail-modal[hidden] {
  display: none;
}

.wheel-detail-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.76);
  backdrop-filter: blur(10px);
}

.wheel-detail-panel {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  max-height: min(92vh, 940px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: #111419;
  color: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
}

.wheel-detail-modal.expanded {
  padding: 0;
}

.wheel-detail-modal.expanded .wheel-detail-panel {
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  border: 0;
  border-radius: 0;
}

.wheel-detail-modal.expanded .wheel-detail-content {
  width: min(1640px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.78fr);
}

.dialog-expand {
  position: sticky;
  top: 14px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  height: 42px;
  margin: 14px 66px -56px auto;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.dialog-expand:hover,
.dialog-expand:focus-visible {
  border-color: rgba(255, 255, 255, 0.34);
  background: #ef332e;
}

.detail-close {
  position: sticky;
  top: 14px;
  left: calc(100% - 58px);
  z-index: 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 14px 14px -56px auto;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
  font-size: 18px;
  font-weight: 950;
}

body.modal-open {
  overflow: hidden;
}

.auth-modal {
  position: fixed;
  z-index: 90;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.auth-modal[hidden] {
  display: none;
}

.auth-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(10px);
}

.auth-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  width: min(100%, 460px);
  max-height: min(720px, calc(100vh - 40px));
  overflow: auto;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  background: #111419;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
}

.auth-modal.expanded {
  padding: 0;
}

.auth-modal.expanded .auth-dialog {
  justify-content: center;
  align-content: start;
  grid-template-columns: minmax(0, 620px);
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  padding: 64px 24px 32px;
  border: 0;
  border-radius: 0;
}

.auth-expand {
  position: absolute;
  top: 14px;
  right: 66px;
  margin: 0;
}

.auth-close {
  position: absolute;
  margin: 0;
  top: 14px;
  right: 14px;
  left: auto;
}

.auth-head h2 {
  margin-bottom: 0;
  font-size: 30px;
}

.auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 4px;
  border-radius: 8px;
  background: #08090a;
}

.auth-tabs button,
.social-auth button {
  min-height: 42px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.76);
  background: transparent;
  font-weight: 950;
}

.auth-tabs button.active {
  color: #fff;
  background: #22262d;
}

.social-auth {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.social-auth button {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #171a1f;
}

.auth-form {
  display: grid;
  gap: 12px;
}

.auth-form[hidden],
.auth-verified[hidden] {
  display: none;
}

.auth-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.auth-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  background: #0d0f12;
  outline: none;
  font-weight: 850;
}

.auth-form input:focus {
  border-color: #2d8cff;
  background: #122235;
  box-shadow: 0 0 0 3px rgba(45, 140, 255, 0.2);
}

.auth-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.auth-verified {
  display: grid;
  gap: 9px;
}

.auth-verified span {
  color: #5ee09b;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.auth-verified strong {
  font-size: 20px;
}

.auth-verified p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  overflow-wrap: anywhere;
}

.seo-page {
  display: grid;
  gap: 26px;
  padding: 112px 24px 56px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 0, rgba(239, 51, 46, 0.16), transparent 34%),
    linear-gradient(180deg, #0d0f12 0, #15181d 46%, #0e1013 100%);
}

.seo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: min(1180px, 100%);
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 850;
}

.seo-breadcrumb a {
  color: rgba(255, 255, 255, 0.78);
}

.seo-hero,
.seo-section {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.seo-hero {
  position: relative;
  display: grid;
  gap: 28px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(18, 21, 26, 0.9);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

.seo-product-hero {
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
}

.seo-expandable-panel.expanded {
  width: min(1680px, calc(100vw - 48px));
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1fr);
  align-items: start;
  padding: 42px;
}

.seo-expandable-panel .seo-copy {
  padding-top: 18px;
}

.seo-expandable-panel.expanded .seo-product-media {
  position: sticky;
  top: 112px;
  min-height: min(720px, calc(100vh - 180px));
}

.seo-expandable-panel.expanded .seo-product-media img {
  width: min(620px, 92%);
  max-height: 620px;
}

.seo-expandable-panel.expanded .loan-form,
.seo-expandable-panel.expanded .seo-price-card,
.seo-expandable-panel.expanded .seo-copy p {
  width: min(760px, 100%);
  max-width: none;
}

.page-panel-expand {
  position: absolute;
  top: 18px;
  right: 18px;
  margin: 0;
}

.page-panel-share {
  position: absolute;
  z-index: 6;
  top: 18px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: #fff;
  background: #e93630;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.42);
}

.page-panel-share svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.page-panel-share:hover,
.page-panel-share:focus-visible {
  border-color: #fff;
  background: #ff4a42;
  transform: translateY(-1px);
}

.seo-product-media {
  display: grid;
  place-items: center;
  min-height: 360px;
  border-radius: 8px;
  background: linear-gradient(135deg, #181c22, #111418);
}

.seo-product-media img {
  width: min(420px, 88%);
  max-height: 420px;
  object-fit: contain;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.5));
}

.seo-copy {
  display: grid;
  gap: 16px;
}

.seo-actions .button.ghost {
  border-color: rgba(255, 255, 255, 0.82);
  color: #fff;
  background: rgba(255, 255, 255, 0.03);
}

.seo-actions .button.ghost:hover,
.seo-actions .button.ghost:focus-visible {
  border-color: rgba(239, 51, 46, 0.86);
  color: #fff;
  background: rgba(239, 51, 46, 0.14);
}

.seo-copy h1,
.seo-section h2 {
  margin: 0;
  letter-spacing: 0;
}

.seo-copy h1 {
  max-width: 820px;
  font-size: 58px;
  line-height: 0.95;
  text-transform: uppercase;
}

.seo-copy p,
.seo-section p {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.62;
}

.seo-pill-row,
.seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seo-pill-row span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font-size: 13px;
  font-weight: 900;
}

.seo-price-card {
  display: grid;
  gap: 6px;
  width: min(420px, 100%);
  padding: 18px;
  border: 1px solid rgba(239, 51, 46, 0.32);
  border-radius: 8px;
  background: rgba(239, 51, 46, 0.09);
}

.seo-price-card span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.seo-price-card strong {
  color: #fff;
  font-size: 30px;
}

.seo-price-card p {
  font-size: 13px;
  line-height: 1.45;
}

.loan-form {
  display: grid;
  gap: 12px;
  width: min(520px, 100%);
}

.loan-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.loan-form input,
.loan-form select {
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  background: #0b0d10;
  font-weight: 850;
}

.loan-form input:focus,
.loan-form select:focus {
  border-color: rgba(239, 51, 46, 0.72);
  outline: none;
}

.seo-fine-print {
  font-size: 12px;
}

.seo-section {
  display: grid;
  gap: 16px;
}

.seo-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}

.seo-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  min-height: 132px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.seo-card-media {
  display: grid;
  place-items: center;
  min-height: 104px;
  border-radius: 8px;
  background: #111419;
}

.seo-card-media img {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.seo-card-title {
  color: #fff;
  font-weight: 950;
}

.seo-card p,
.seo-card span {
  display: block;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.4;
}

.seo-card span {
  color: var(--red);
  font-weight: 950;
}

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

.tire-inflator-card {
  grid-template-columns: minmax(120px, 0.72fr) minmax(0, 1fr);
  min-height: 226px;
  align-items: center;
}

.tire-inflator-card .seo-card-media {
  min-height: 190px;
  background: #fff;
}

.tire-inflator-card .seo-card-media img {
  width: min(160px, 92%);
  height: 170px;
}

.tire-inflator-card small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.tire-inflator-media {
  background: #fff;
}

.tire-inflator-price-card del {
  color: rgba(255, 255, 255, 0.62);
}

.tire-inflator-disclosure {
  padding: 20px;
  border: 1px solid rgba(239, 51, 46, 0.26);
  border-radius: 8px;
  background: rgba(239, 51, 46, 0.06);
}

.seo-link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
}

.seo-link-grid a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  font-weight: 950;
}

.seo-link-grid span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

.seo-spec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px;
  margin: 0;
}

.seo-spec-grid div {
  display: grid;
  gap: 6px;
  min-height: 82px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.seo-spec-grid dt {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.seo-spec-grid dd {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.seo-faq-list {
  display: grid;
  gap: 10px;
}

.seo-faq-list details {
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.seo-faq-list summary {
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
}

.seo-faq-list p {
  margin-top: 10px;
  font-size: 14px;
}

.brand-section {
  position: relative;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.brand-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 9px;
  min-height: 210px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    #111419;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
}

.brand-card:hover,
.brand-card:focus-visible {
  border-color: rgba(239, 51, 46, 0.54);
  transform: translateY(-2px);
}

.brand-logo {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 62px;
}

.brand-logo.has-brand-image {
  grid-template-columns: 1fr;
  place-items: center;
  min-height: 92px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(232, 235, 240, 0.96)),
    #f4f6f8;
  box-shadow:
    inset 0 -1px 0 rgba(0, 0, 0, 0.1),
    0 10px 22px rgba(0, 0, 0, 0.16);
}

.brand-logo.has-brand-image.brand-logo-dark {
  border-color: rgba(239, 51, 46, 0.22);
  background:
    linear-gradient(180deg, rgba(29, 32, 38, 0.96), rgba(8, 9, 11, 0.98)),
    #090a0c;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.brand-logo-image {
  display: block;
  width: auto;
  max-width: min(205px, 100%);
  max-height: 68px;
  object-fit: contain;
}

.brand-card-name {
  display: block;
  margin-top: 2px;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.1;
}

.brand-logo-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(239, 51, 46, 0.44);
  border-radius: 8px;
  color: #ff463d;
  background:
    linear-gradient(145deg, rgba(239, 51, 46, 0.15), rgba(239, 51, 46, 0.04)),
    #0b0d10;
  font-size: 16px;
  font-weight: 950;
}

.brand-logo-wordmark {
  display: grid;
  min-width: 0;
  gap: 2px;
  text-transform: uppercase;
}

.brand-logo-wordmark strong {
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 22px;
  line-height: 0.95;
  letter-spacing: 0;
}

.brand-logo-wordmark em {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.brand-card-meta,
.brand-card-price {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  font-weight: 900;
}

.brand-card-price {
  color: #ff463d;
}

.brand-description-popover {
  position: absolute;
  right: 14px;
  bottom: calc(100% - 12px);
  left: 14px;
  z-index: 8;
  display: block;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(8, 9, 10, 0.97);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.42;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  visibility: hidden;
}

.brand-description-popover::after {
  content: "";
  position: absolute;
  right: 26px;
  bottom: -7px;
  width: 12px;
  height: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 9, 10, 0.97);
  transform: rotate(45deg);
}

.brand-card:hover .brand-description-popover,
.brand-card:focus-visible .brand-description-popover {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.seo-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.seo-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.04);
}

.seo-table th,
.seo-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  font-size: 13px;
}

.seo-table th {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 950;
  text-transform: uppercase;
}

.seo-table td,
.seo-table a {
  color: #fff;
}

.seo-table a {
  font-weight: 950;
}

.seo-size-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 10px;
  width: min(720px, 100%);
}

.seo-size-grid span {
  display: grid;
  place-items: center;
  min-height: 56px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  font-size: 17px;
  font-weight: 950;
}

.seo-available-size-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}

.seo-available-size-card {
  display: grid;
  gap: 14px;
  align-content: space-between;
  min-width: 0;
  min-height: 178px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: #15181d;
}

.seo-available-size-card > div {
  display: grid;
  gap: 5px;
}

.seo-available-size-card strong {
  color: #fff;
  font-size: 22px;
}

.seo-available-size-card span {
  color: #ff6159;
  font-size: 16px;
  font-weight: 950;
}

.seo-available-size-card small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 750;
}

.seo-available-size-card > .button {
  width: 100%;
}

@media (max-width: 820px) {
  .tire-inflator-grid {
    grid-template-columns: 1fr;
  }

  .tire-inflator-card {
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 164px;
  }

  .tire-inflator-card .seo-card-media {
    min-height: 136px;
  }

  .tire-inflator-card .seo-card-media img {
    width: 96px;
    height: 124px;
  }

  .seo-page {
    padding: 96px 14px 42px;
  }

  .seo-product-hero,
  .seo-expandable-panel.expanded {
    grid-template-columns: 1fr;
  }

  .seo-expandable-panel.expanded {
    width: 100%;
    padding: 18px;
  }

  .seo-expandable-panel.expanded .seo-product-media {
    position: static;
    min-height: 260px;
  }

  .page-panel-expand {
    top: 10px;
    right: 10px;
  }

  .seo-hero {
    padding: 18px;
  }

  .seo-copy h1 {
    font-size: 38px;
  }

  .seo-product-media {
    min-height: 260px;
  }
}

.wheel-detail-content {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 28px;
  padding: 28px;
}

.detail-gallery,
.detail-info {
  min-width: 0;
}

.detail-gallery {
  display: grid;
  align-content: start;
  gap: 14px;
}

.detail-main-image {
  display: grid;
  place-items: center;
  min-height: 560px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.13), transparent 34%),
    linear-gradient(145deg, #1b1f26, #0b0c0f);
}

.detail-main-image img {
  width: min(92%, 620px);
  max-height: 540px;
  object-fit: contain;
  filter: drop-shadow(0 34px 38px rgba(0, 0, 0, 0.5));
}

.detail-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  align-items: start;
  gap: 10px;
}

.detail-thumbs button {
  display: grid;
  place-items: center;
  height: 82px;
  padding: 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #191d23;
}

.detail-thumbs button.active,
.detail-thumbs button:focus-visible {
  border-color: #ff463d;
}

.detail-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.detail-info {
  display: grid;
  align-content: start;
  gap: 18px;
  padding-top: 18px;
}

.detail-utility-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.detail-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  background: #171b21;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  text-decoration: none;
}

.detail-icon-button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.detail-icon-button:hover,
.detail-icon-button:focus-visible {
  border-color: #ff463d;
  color: #fff;
  background: #251b1d;
}

.detail-info h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 0.94;
  text-transform: uppercase;
}

.detail-info p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

.detail-price-row {
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.detail-price-row strong {
  color: #ff463d;
  font-size: 34px;
}

.detail-price-row span {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 850;
}

.detail-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.detail-stat-grid span,
.detail-spec-list div {
  display: grid;
  gap: 5px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: #181c22;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-stat-grid strong,
.detail-spec-list dd {
  color: #fff;
  font-size: 15px;
  text-transform: none;
}

.detail-spec-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.detail-spec-list dt,
.detail-spec-list dd {
  margin: 0;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.detail-actions .button:disabled {
  cursor: not-allowed;
  opacity: 0.54;
}

.detail-actions .button.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
}

.detail-selection-note {
  margin: -6px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 850;
}

.detail-variants {
  display: grid;
  gap: 10px;
}

.detail-variants > strong {
  color: #fff;
}

.fitment-mode-options,
.detail-size-fieldset {
  display: grid;
  gap: 9px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.fitment-mode-options legend,
.detail-size-fieldset legend,
.detail-square-quantity > span {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fitment-mode-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fitment-mode-options legend {
  grid-column: 1 / -1;
}

.fitment-mode-options label {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 64px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  background: #12161b;
  cursor: pointer;
}

.fitment-mode-options label:has(input:checked) {
  border-color: #ff6159;
  background: rgba(255, 70, 61, 0.13);
  box-shadow: inset 3px 0 0 #ff463d;
}

.fitment-mode-options label.disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.fitment-mode-options input,
.detail-size-radio input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  accent-color: #ff463d;
}

.fitment-mode-options label > span,
.detail-size-radio-copy {
  display: grid;
  gap: 3px;
}

.fitment-mode-options strong,
.detail-size-radio strong {
  color: #fff;
  font-size: 14px;
}

.fitment-mode-options small,
.detail-size-radio small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.35;
}

.detail-size-radio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-height: 264px;
  overflow: auto;
  padding-right: 4px;
}

.detail-size-radio {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  min-height: 70px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  background: #12161b;
  cursor: pointer;
}

.detail-size-radio:has(input:checked) {
  border-color: #ff6159;
  background: rgba(255, 70, 61, 0.13);
  box-shadow: inset 3px 0 0 #ff463d;
}

.detail-size-radio-copy > span {
  color: #ff9c97;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.detail-size-radio > b {
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.detail-square-quantity {
  display: grid;
  gap: 6px;
  width: min(220px, 100%);
}

.detail-square-quantity[hidden],
.detail-size-fieldset[hidden] {
  display: none;
}

.detail-square-quantity select {
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  background: #12161b;
}

.detail-fit-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 0.28fr);
  gap: 10px;
}

.detail-fit-controls label {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.detail-fit-controls select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  background: #12161b;
  font-size: 13px;
  font-weight: 850;
}

.variant-table {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
}

.variant-table button {
  display: grid;
  grid-template-columns: 0.75fr 1.15fr 1.1fr 0.7fr;
  gap: 10px;
  width: 100%;
  padding: 11px 12px;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.72);
  background: #12161b;
  font-size: 12px;
  font-weight: 850;
  text-align: left;
}

.variant-table button + button {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.variant-table button:hover,
.variant-table button:focus-visible {
  color: #fff;
  background: #1b222b;
}

.variant-table button.selected {
  color: #fff;
  background: rgba(255, 70, 61, 0.14);
  box-shadow: inset 3px 0 0 #ff463d;
}

.empty-results {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  min-height: 260px;
  border: 1px dashed #c8c2b8;
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.62);
  text-align: center;
  line-height: 1.45;
}

.build-panel {
  display: grid;
  gap: 18px;
  padding: 20px;
}

.build-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 16px;
}

.build-header span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.build-header strong {
  color: var(--red-dark);
  font-size: 27px;
  line-height: 1;
}

.fitment-score {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 8px;
  background: #edf5ef;
}

.fitment-score div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.fitment-score strong {
  color: var(--green);
  font-size: 18px;
}

.score-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(45, 125, 88, 0.14);
}

.score-track span {
  display: block;
  width: 96%;
  height: 100%;
  background: linear-gradient(90deg, var(--green), #85ba62);
}

.empty-build {
  display: grid;
  place-items: center;
  min-height: 120px;
  padding: 16px;
  border: 1px dashed #c8c2b8;
  border-radius: 8px;
  color: var(--muted);
  text-align: center;
  line-height: 1.45;
}

.selected-build {
  display: grid;
  gap: 7px;
  padding: 14px;
  border-radius: 8px;
  background: #f1eee6;
}

.selected-build strong {
  font-size: 18px;
}

.selected-build span {
  color: var(--muted);
  font-weight: 780;
}

.cart-items {
  display: grid;
  gap: 10px;
}

.cart-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.cart-item > div {
  display: grid;
  gap: 4px;
}

.cart-item span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 780;
  line-height: 1.25;
}

.cart-item button {
  min-height: 30px;
  padding: 0 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--red-dark);
  background: transparent;
  font-size: 12px;
  font-weight: 950;
}

.build-lines {
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.build-lines div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.build-lines strong {
  color: var(--ink);
}

.payment-options {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f4f1e9;
}

.payment-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.checkout-choice-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

.checkout-choice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "label amount"
    "note amount";
  column-gap: 12px;
  row-gap: 5px;
  align-items: center;
  min-height: 72px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.checkout-choice span {
  grid-area: label;
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.checkout-choice strong {
  grid-area: amount;
  color: var(--ink);
  font-size: clamp(18px, 1.2vw, 22px);
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.checkout-choice small {
  grid-area: note;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.checkout-choice.active {
  border-color: var(--red);
  box-shadow: 0 0 0 2px rgba(239, 58, 52, 0.18);
}

.checkout-choice.preferred {
  border-color: rgba(33, 135, 91, 0.35);
  background: #effaf4;
}

.payment-method-field {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.payment-method-field select {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font-weight: 850;
}

.payment-pill-row strong {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  font-size: 12px;
  font-weight: 950;
}

.payment-options p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.guest-checkout-note {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(33, 135, 91, 0.24);
  border-radius: 8px;
  color: #fff;
  background: rgba(33, 135, 91, 0.12);
}

.guest-checkout-note strong {
  font-size: 14px;
}

.guest-checkout-note span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.4;
}

.checkout-service-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 70, 61, 0.32);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 70, 61, 0.1), rgba(255, 255, 255, 0.025));
}

.checkout-service-card > div {
  display: grid;
  gap: 4px;
}

.checkout-service-card > div strong {
  color: var(--ink);
  font-size: 16px;
}

.checkout-service-card > div span,
.checkout-service-card small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.checkout-service-card > a {
  width: fit-content;
  color: #ff6c65;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.checkout-service-option {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 9px;
  background: #15181d;
  text-transform: none !important;
}

.appointment-form .checkout-service-option input {
  width: 20px;
  min-height: 20px;
  margin: 0;
  accent-color: var(--red);
}

.checkout-service-option > span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.checkout-service-option > span strong,
.checkout-service-option > b {
  color: var(--ink);
  font-size: 14px;
}

.checkout-service-option > b {
  color: #ff6c65;
  white-space: nowrap;
}

.panel-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.42;
}

.section-anchor {
  position: relative;
  top: -110px;
  display: block;
  height: 0;
}

.compare-band,
.guarantee-band,
.appointment-band {
  padding: 70px clamp(20px, 4vw, 50px);
}

.compare-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 30px;
  color: #fff;
  background: var(--charcoal);
}

.compare-band h2,
.section-heading h2 {
  margin: 0 0 12px;
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: 0;
}

.compare-band p,
.section-heading p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.55;
}

.compare-list {
  display: grid;
  gap: 12px;
}

.compare-list > span {
  display: grid;
  place-items: center;
  min-height: 150px;
  border: 1px dashed rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.68);
}

.compare-item {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.compare-mini {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: conic-gradient(from 10deg, #111 0 12deg, #d2d5d8 12deg 20deg, #111 20deg 36deg);
  box-shadow: inset 0 0 0 8px #111;
}

.compare-item strong {
  display: block;
  margin-bottom: 4px;
}

.compare-item span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 760;
}

.compare-item button {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 950;
}

.guarantee-band {
  color: var(--ink);
  background: #f4f1e9;
}

.guarantee-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
}

.guarantee-grid article {
  display: grid;
  gap: 10px;
  min-height: 230px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.guarantee-grid strong {
  font-size: 24px;
  line-height: 1.1;
}

.guarantee-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.appointment-band {
  background: #e9f0ed;
}

.checkout-page main > section:not(.appointment-band) {
  display: none;
}

.checkout-page .appointment-band {
  min-height: calc(100vh - 72px);
  padding-top: 42px;
}

.checkout-page .section-anchor {
  display: none;
}

.checkout-page .section-heading {
  max-width: 900px;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 26px;
}

.section-heading p {
  color: var(--muted);
}

.appointment-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
}

.appointment-form input,
.appointment-form select,
.appointment-form textarea {
  padding: 0 13px;
}

.appointment-form textarea {
  min-height: 112px;
  padding-top: 12px;
  resize: vertical;
}

.appointment-form .wide {
  grid-column: span 4;
}

.appointment-form button {
  justify-self: start;
}

.checkout-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.checkout-steps button {
  justify-self: stretch;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: #fff;
  font-weight: 950;
  text-align: center;
}

.checkout-steps button.active {
  border-color: var(--red);
  color: var(--ink);
  box-shadow: inset 0 3px 0 var(--red);
}

.checkout-step-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.checkout-step-panel[hidden] {
  display: none;
}

.checkout-verification[hidden],
.payment-info-panel[hidden] {
  display: none;
}

.payment-info-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.payment-step-copy {
  grid-column: 1 / -1;
  display: grid;
  gap: 4px;
}

.payment-step-copy strong {
  color: var(--ink);
  font-size: 18px;
}

.payment-step-copy span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.billing-same-check {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  text-transform: none !important;
}

.appointment-form .billing-same-check input {
  width: 18px;
  min-height: 18px;
  margin: 0;
  accent-color: var(--red);
}

.billing-same-check span {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.4;
}

.payment-info-panel input:disabled,
.payment-info-panel select:disabled {
  cursor: not-allowed;
  opacity: 0.68;
}

.checkout-nav-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.checkout-confirm-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.checkout-confirm-card > div:first-child,
.checkout-confirm-card li,
.checkout-confirm-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.checkout-confirm-card > div:first-child span,
.checkout-confirm-card dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.checkout-confirm-card > div:first-child strong {
  color: var(--red);
  font-size: 30px;
}

.checkout-confirm-card ul,
.checkout-confirm-card dl {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
}

.checkout-confirm-card li {
  list-style: none;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--line);
}

.checkout-confirm-card dd {
  margin: 0;
  color: var(--ink);
  font-weight: 950;
  text-align: right;
}

.form-status {
  align-self: center;
  margin: 0;
  color: var(--green);
  font-weight: 950;
}

.compare-tray {
  position: fixed;
  z-index: 40;
  left: 50%;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  background: rgba(20, 20, 20, 0.94);
  box-shadow: var(--shadow);
}

.compare-tray[hidden] {
  display: none;
}

.social-proof-toast {
  position: fixed;
  z-index: 70;
  right: clamp(14px, 3vw, 30px);
  top: 50%;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  width: min(390px, calc(100vw - 28px));
  min-height: 86px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #ed2635 0%, #bd0f21 100%);
  box-shadow: 0 18px 50px rgba(183, 13, 31, 0.42);
  opacity: 0;
  transform: translate(18px, -50%);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(16px);
}

.social-proof-toast.visible {
  opacity: 1;
  transform: translate(0, -50%);
}

.social-proof-toast[hidden] {
  display: none;
}

.social-proof-media {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.social-proof-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 7px;
}

.social-proof-media .brand-mark {
  color: var(--ink);
}

.social-proof-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.social-proof-copy span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.social-proof-copy strong {
  overflow-wrap: anywhere;
  font-size: 15px;
  line-height: 1.16;
}

.social-proof-copy p {
  margin: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 780;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.social-proof-close {
  align-self: start;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  font-size: 15px;
  font-weight: 950;
}

.social-proof-close:hover,
.social-proof-close:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.tray-button {
  min-width: 94px;
  min-height: 38px;
  color: #fff;
  background: var(--red);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(20px, 4vw, 50px);
  color: #fff;
  background: #101010;
}

.site-footer div {
  display: grid;
  gap: 5px;
}

.site-footer span,
.site-footer nav {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

@media (max-width: 1300px) {
  .fitment-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1240px) {
  .catalog-shell {
    grid-template-columns: minmax(230px, 280px) minmax(0, 1fr);
  }

  .build-panel {
    position: static;
    grid-column: 1 / -1;
  }

}

@media (min-width: 1760px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .vehicle-link {
    display: none;
  }

  .catalog-title,
  .catalog-shell,
  .compare-band,
  .guarantee-grid,
  .appointment-form {
    grid-template-columns: 1fr;
  }

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

  .fitment-strip {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
  }

  .catalog-visual {
    height: 220px;
  }

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

  .fitment-form.has-custom-vehicle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fitment-form .button {
    grid-column: span 2;
  }

  .fitment-actions {
    grid-column: span 2;
  }

  .fitment-actions .button {
    grid-column: auto;
  }

  .filters {
    position: static;
    order: 2;
  }

  .product-column {
    order: 1;
  }

  .build-panel {
    order: 3;
  }

  .toolbar {
    align-items: start;
    flex-direction: column;
  }

  .vehicle-result-banner {
    grid-template-columns: 1fr;
  }

  .vehicle-result-banner small {
    grid-column: auto;
  }

  .appointment-form .wide {
    grid-column: auto;
  }

  .checkout-step-panel,
  .payment-info-panel {
    grid-template-columns: 1fr;
  }

  .checkout-step-panel .wide,
  .payment-info-panel .wide {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .promo-bar {
    align-items: center;
    flex-direction: column;
    gap: 2px;
    min-height: 46px;
  }

  .site-header {
    min-height: 66px;
    padding: 0 14px;
  }

  .brand {
    font-size: 16px;
  }

  .brand-mark {
    width: 28px;
    height: 28px;
  }

  .header-actions {
    gap: 7px;
  }

  .icon-button {
    width: 40px;
    min-height: 40px;
  }

  .account-chip {
    min-width: 68px;
    min-height: 40px;
    padding: 0 9px;
    font-size: 12px;
  }

  .catalog-hero,
  .catalog-shell,
  .compare-band,
  .guarantee-band,
  .appointment-band,
  .site-footer {
    padding-inline: 14px;
  }

  .catalog-hero {
    padding-top: 22px;
    padding-bottom: 34px;
  }

  .catalog-title {
    gap: 20px;
  }

  h1 {
    font-size: 36px;
  }

  .catalog-lede {
    font-size: 15px;
    line-height: 1.5;
  }

  .hero-metrics {
    display: grid;
    grid-template-columns: 1fr;
  }

  .catalog-visual {
    height: 156px;
  }

  .visual-card {
    right: 12px;
    left: 12px;
    bottom: 12px;
    min-width: 0;
    padding: 10px 12px;
  }

  .fitment-strip {
    width: calc(100% - 28px);
    margin-top: -18px;
    padding: 14px;
  }

  .fitment-form,
  .trust-strip,
  .product-grid,
  .toolbar-controls {
    grid-template-columns: 1fr;
  }

  .fitment-form .button {
    grid-column: auto;
  }

  .fitment-actions {
    grid-template-columns: 1fr;
  }

  .clear-vehicle-button {
    width: 100%;
  }

  .toolbar-controls {
    display: grid;
    width: 100%;
  }

  .toolbar select {
    width: 100%;
  }

  .product-media {
    min-height: 220px;
  }

  .product-title,
  .card-actions,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .select-package {
    width: 100%;
  }

  .compare-tray {
    width: calc(100% - 28px);
    justify-content: space-between;
  }
}

/* Modern enthusiast skin */
body {
  color: #f4f5f5;
  background:
    radial-gradient(circle at 78% 0%, rgba(223, 55, 47, 0.16), transparent 28%),
    linear-gradient(180deg, #08090a 0%, #111317 42%, #0b0c0e 100%);
}

.promo-bar {
  color: #f7f7f7;
  background: linear-gradient(90deg, #070707, #25100f 52%, #070707);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.promo-bar a {
  color: #ff4a3f;
}

.site-header {
  border-bottom-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  background: rgba(8, 9, 10, 0.9);
}

.main-nav a {
  color: rgba(255, 255, 255, 0.78);
}

.icon-button {
  color: #fff;
  background: #171a1f;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.account-chip {
  color: #fff;
  background: var(--red);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cart-link {
  position: relative;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border: 2px solid #08090a;
  border-radius: 999px;
  color: #fff;
  background: #ff463d;
  font-size: 11px;
  font-weight: 950;
}

.vehicle-link {
  color: rgba(255, 255, 255, 0.88);
}

.catalog-hero {
  min-height: 560px;
  isolation: isolate;
  background:
    #090a0c;
}

.catalog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.96) 0%, rgba(8, 10, 13, 0.86) 38%, rgba(8, 10, 13, 0.34) 66%, rgba(8, 10, 13, 0.5) 100%),
    radial-gradient(circle at 76% 22%, rgba(223, 55, 47, 0.24), transparent 30%),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: auto, auto, 42px 42px, 42px 42px;
  z-index: 1;
}

.breadcrumb {
  position: relative;
  z-index: 2;
}

.catalog-title {
  display: block;
  position: static;
}

.catalog-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.catalog-copy .eyebrow,
.fitment-copy .eyebrow,
.section-heading .eyebrow,
.compare-band .eyebrow {
  color: #ff463d;
}

h1 {
  text-transform: uppercase;
}

h1 span {
  color: rgba(255, 255, 255, 0.34);
}

.catalog-count-note {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-lede {
  color: rgba(255, 255, 255, 0.74);
}

.hero-metrics span {
  min-height: 46px;
  border-color: rgba(255, 70, 61, 0.28);
  color: rgba(255, 255, 255, 0.78);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.hero-metrics strong {
  color: #ff463d;
}

.catalog-visual {
  position: absolute;
  inset: 0;
  height: auto;
  border: 0;
  border-radius: 0;
  background: #090a0c;
  box-shadow: none;
  z-index: 0;
}

.catalog-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.62)),
    linear-gradient(90deg, rgba(7, 8, 10, 0.18), rgba(7, 8, 10, 0));
}

.catalog-visual img {
  object-position: 74% center;
  opacity: 0.78;
}

.visual-card {
  right: clamp(24px, 4vw, 50px);
  bottom: 84px;
  left: auto;
  z-index: 2;
  border-color: rgba(255, 70, 61, 0.22);
  background: rgba(7, 8, 10, 0.82);
}

.visual-card strong {
  color: #fff;
}

.fitment-strip {
  border-color: rgba(255, 70, 61, 0.18);
  color: #fff;
  background: rgba(13, 15, 18, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.trust-strip {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    #0d0f12;
}

.trust-strip article {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.09);
  color: #fff;
  background: linear-gradient(180deg, #171a1f, #111419);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.trust-strip article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #df372f, transparent);
}

.trust-strip span,
.guarantee-grid span,
.payment-options > span {
  color: #ff463d;
}

.trust-strip p {
  color: rgba(255, 255, 255, 0.62);
}

.account-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  gap: 28px;
  align-items: center;
  padding: 34px clamp(20px, 4vw, 50px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  background:
    linear-gradient(110deg, rgba(45, 140, 255, 0.13), transparent 34%),
    #101216;
}

.account-copy {
  max-width: 660px;
}

.account-copy h2 {
  margin-bottom: 12px;
}

.account-copy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.5;
}

.account-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #15181d;
}

.account-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.account-form.verify-form {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.account-form[hidden],
.account-verified[hidden] {
  display: none;
}

.account-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.account-form label:first-child {
  grid-column: 1 / -1;
}

.account-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  background: #111419;
  outline: none;
  font-weight: 850;
}

.account-form input:focus {
  border-color: #2d8cff;
  background: #122235;
  box-shadow: 0 0 0 3px rgba(45, 140, 255, 0.2);
}

.account-actions {
  display: flex;
  gap: 8px;
}

.account-verified {
  display: grid;
  gap: 8px;
}

.account-verified span {
  color: #5ee09b;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.account-verified strong {
  font-size: 20px;
}

.account-verified p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  overflow-wrap: anywhere;
}

.form-status[data-tone="success"] {
  color: #5ee09b;
}

.form-status[data-tone="error"] {
  color: #ff8d87;
}

.consent-row {
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.78);
  text-transform: none;
}

.fitment-copy strong {
  color: #fff;
}

.fitment-form label,
.search-box,
.toolbar label,
.appointment-form label {
  color: rgba(255, 255, 255, 0.54);
}

.fitment-form select,
.fitment-form input,
.toolbar select,
.appointment-form input,
.appointment-form select,
.appointment-form textarea,
.search-input {
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  background: #111419;
}

.fitment-form select:focus,
.fitment-form input:focus,
.toolbar select:focus,
.appointment-form input:focus,
.appointment-form select:focus {
  border-color: #2d8cff;
  color: #fff;
  background: #122235;
  box-shadow: 0 0 0 3px rgba(45, 140, 255, 0.2);
}

.fitment-form select option,
.toolbar select option,
.appointment-form select option {
  color: #f7f8fa;
  background: #111419;
}

.checkout-steps button {
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.62);
  background: #15181d;
}

.checkout-steps button.active {
  border-color: rgba(255, 70, 61, 0.64);
  color: #fff;
  box-shadow: inset 0 3px 0 #ff463d;
}

.payment-info-panel,
.checkout-confirm-card {
  border-color: rgba(255, 255, 255, 0.09);
  background: #15181d;
}

.payment-step-copy strong,
.checkout-confirm-card dd,
.checkout-confirm-card li strong {
  color: #fff;
}

.payment-step-copy span,
.checkout-confirm-card > div:first-child span,
.checkout-confirm-card dt,
.checkout-confirm-card li span {
  color: rgba(255, 255, 255, 0.58);
}

.checkout-confirm-card > div:first-child strong {
  color: #ff463d;
}

.checkout-confirm-card li {
  border-bottom-color: rgba(255, 255, 255, 0.09);
}

.catalog-shell {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 18%),
    #0d0f12;
}

.filters,
.build-panel,
.product-card {
  border-color: rgba(255, 255, 255, 0.09);
  background: #15181d;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.filter-topline strong,
.filter-section summary,
.product-title h3,
.selected-build strong,
.build-lines strong {
  color: #fff;
}

.filter-topline button,
.price,
.build-header strong,
.monthly-note {
  color: #ff463d;
}

.price-stack small {
  color: #ff6b64;
}

.filter-section {
  border-top-color: rgba(255, 255, 255, 0.09);
}

.check-row,
.finish-option,
.budget-control {
  color: rgba(255, 255, 255, 0.86);
}

.finish-option,
.size-option,
.quick-filters button,
.product-specs span {
  background: #22262d;
  color: rgba(255, 255, 255, 0.82);
}

.size-option:has(input:checked),
.quick-filters button.active {
  color: #fff;
  background: linear-gradient(135deg, #df372f, #941f1b);
}

.toolbar strong {
  color: #fff;
}

.toolbar span,
.product-copy,
.selected-build span,
.build-lines,
.panel-note,
.compare-check {
  color: rgba(255, 255, 255, 0.62);
}

.vehicle-result-banner {
  border-color: rgba(255, 70, 61, 0.28);
  background: rgba(255, 70, 61, 0.09);
}

.vehicle-result-banner strong {
  color: #fff;
}

.vehicle-result-banner small {
  color: rgba(255, 255, 255, 0.62);
}

.product-card {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 70, 61, 0.36);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.product-media {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.15), transparent 32%),
    linear-gradient(145deg, #1d2026, #0f1115 72%);
}

.product-media::after {
  content: "";
  position: absolute;
  inset: auto 16px 14px;
  height: 12px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.48);
  filter: blur(10px);
}

.wheel-art {
  z-index: 1;
  width: min(82%, 224px);
  filter: drop-shadow(0 24px 26px rgba(0, 0, 0, 0.46));
}

.badge {
  background: #ffcf63;
}

.badge.fit {
  background: #21875b;
}

.chip-row span {
  color: #72d7ff;
  background: rgba(45, 119, 145, 0.2);
}

.mini-track {
  background: rgba(255, 255, 255, 0.1);
}

.select-package {
  background: linear-gradient(135deg, #df372f, #941f1b);
}

.fitment-score {
  background: rgba(33, 135, 91, 0.14);
}

.fitment-score div:first-child {
  color: rgba(255, 255, 255, 0.58);
}

.empty-build,
.selected-build {
  border-color: rgba(255, 255, 255, 0.08);
  background: #1d2026;
}

.cart-item {
  border-color: rgba(255, 255, 255, 0.08);
  background: #15181d;
}

.cart-item span {
  color: rgba(255, 255, 255, 0.58);
}

.cart-item button {
  border-color: rgba(255, 70, 61, 0.28);
  color: #ff463d;
}

.payment-options {
  border-color: rgba(255, 70, 61, 0.18);
  background: rgba(255, 70, 61, 0.08);
}

.checkout-choice {
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  background: #111419;
}

.checkout-choice span,
.checkout-choice small {
  color: rgba(255, 255, 255, 0.58);
}

.checkout-choice strong {
  color: #fff;
}

.checkout-choice.active {
  border-color: rgba(255, 70, 61, 0.72);
  box-shadow: 0 0 0 2px rgba(255, 70, 61, 0.16);
}

.checkout-choice.preferred {
  border-color: rgba(94, 224, 155, 0.34);
  background: rgba(33, 135, 91, 0.16);
}

.payment-method-field {
  color: rgba(255, 255, 255, 0.58);
}

.payment-method-field select {
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  background: #111419;
}

.payment-pill-row strong {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
}

.payment-options p {
  color: rgba(255, 255, 255, 0.58);
}

.compare-band {
  background:
    radial-gradient(circle at 80% 20%, rgba(223, 55, 47, 0.18), transparent 28%),
    linear-gradient(135deg, #111317, #090a0c);
}

.guarantee-band {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(223, 55, 47, 0.14), transparent 38%),
    #0d0f12;
}

.guarantee-grid article {
  border-color: rgba(255, 255, 255, 0.09);
  background: #15181d;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}

.guarantee-grid strong {
  color: #fff;
}

.guarantee-grid p {
  color: rgba(255, 255, 255, 0.64);
}

@media (max-width: 760px) {
  .checkout-choice-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .checkout-choice {
    min-height: 78px;
  }

  .detail-fit-controls {
    grid-template-columns: minmax(0, 1fr);
  }

  .wheel-detail-modal {
    padding: 0;
    align-items: stretch;
  }

  .wheel-detail-panel {
    width: 100%;
    max-height: 100vh;
    border-radius: 0;
  }

  .wheel-detail-content {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
  }

  .detail-info {
    order: -1;
  }

  .wheel-detail-modal.expanded .wheel-detail-content {
    grid-template-columns: 1fr;
  }

  .dialog-expand {
    top: 10px;
    min-width: 78px;
    height: 42px;
    margin: 10px 58px -52px auto;
    padding: 0 11px;
  }

  .detail-close {
    top: 10px;
    margin: 10px 10px -52px auto;
  }

  .detail-main-image {
    min-height: 360px;
  }

  .detail-main-image img {
    max-height: 330px;
  }

  .detail-info {
    padding-top: 58px;
  }

  .detail-utility-actions {
    justify-content: flex-start;
  }

  .detail-stat-grid {
    grid-template-columns: 1fr;
  }

  .detail-actions {
    display: grid;
  }

  .detail-actions .button {
    width: 100%;
  }

  .fitment-mode-options,
  .detail-size-radio-grid {
    grid-template-columns: 1fr;
  }

  .variant-table button {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

.appointment-band {
  color: #fff;
  background: #111419;
}

/* Simple, popup-free quote and checkout flow */
.quick-quote-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: 64px clamp(20px, 4vw, 50px);
  color: #fff;
  background: #0b0d11;
}

.quick-quote-copy {
  display: grid;
  gap: 12px;
}

.quick-quote-copy h2,
.quick-quote-copy p {
  margin: 0;
}

.quick-quote-copy h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
}

.quick-quote-copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.55;
}

#quickQuoteInterest {
  width: fit-content;
  padding: 8px 10px;
  border: 1px solid rgba(45, 140, 255, 0.4);
  border-radius: 7px;
  color: #a9d1ff;
  background: rgba(45, 140, 255, 0.12);
}

.quick-quote-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: #15181d;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.quick-quote-form label,
.seo-quick-checkout label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.quick-quote-form label span {
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.quick-quote-form input,
.seo-quick-checkout select {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  background: #0f1216;
}

.quick-quote-form .button {
  grid-column: 1 / -1;
  min-height: 50px;
}

.quick-quote-form .form-status {
  grid-column: 1 / -1;
  min-height: 20px;
}

.checkout-submit {
  align-self: end;
  min-height: 48px;
}

.checkout-page .appointment-form {
  width: 100%;
  max-width: 1080px;
}

.checkout-page .appointment-band {
  padding-inline: clamp(16px, 4vw, 50px);
}

.checkout-verification {
  display: grid;
  grid-template-columns: auto minmax(150px, 1fr) minmax(150px, 1fr) auto;
  gap: 12px;
  align-items: end;
  padding: 16px;
  border: 1px solid rgba(45, 140, 255, 0.32);
  border-radius: 10px;
  background: rgba(45, 140, 255, 0.08);
}

.checkout-verification[hidden] {
  display: none;
}

.checkout-verification .payment-step-copy,
.checkout-verification .verification-state {
  grid-column: 1 / -1;
}

.checkout-verification .button {
  min-height: 46px;
  white-space: nowrap;
}

.verification-state {
  min-height: 20px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 850;
}

.verification-state[data-tone="success"] {
  color: #78dcaa;
}

.verification-state[data-tone="error"] {
  color: #ff8b85;
}

.checkout-nav-end {
  justify-content: flex-end;
}

.checkout-confirm-card li > span {
  display: grid;
  gap: 4px;
}

.checkout-confirm-card li small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  line-height: 1.4;
}

.checkout-confirm-check {
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  background: #15181d;
  color: rgba(255, 255, 255, 0.78) !important;
  line-height: 1.45;
  text-transform: none !important;
}

.checkout-confirm-check input {
  width: 19px;
  min-height: 19px;
  accent-color: #ff463d;
}

.quote-page main > section:not(.quick-quote-band) {
  display: none;
}

.quote-page .quick-quote-band {
  min-height: calc(100vh - 72px);
}

.checkout-page .checkout-step-panel {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkout-page .checkout-step-panel .guest-checkout-note {
  grid-column: 1 / -1;
}

.seo-quick-checkout {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
}

.seo-fitment-checkout fieldset {
  display: grid;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.seo-fitment-checkout legend {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.seo-fitment-mode {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seo-fitment-mode legend {
  grid-column: 1 / -1;
}

.seo-fitment-mode label,
.seo-size-radio {
  display: flex;
  gap: 9px;
  align-items: center;
  min-height: 58px;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: #0f1216;
  cursor: pointer;
}

.seo-fitment-mode label:has(input:checked),
.seo-size-radio:has(input:checked) {
  border-color: #ff6159;
  background: rgba(255, 70, 61, 0.13);
  box-shadow: inset 3px 0 0 #ff463d;
}

.seo-fitment-mode label.disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.seo-fitment-mode input,
.seo-size-radio input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  accent-color: #ff463d;
}

.seo-fitment-mode label > span,
.seo-size-radio > span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.seo-fitment-mode strong,
.seo-size-radio strong {
  color: #fff;
  font-size: 13px;
}

.seo-fitment-mode small,
.seo-size-radio small,
.seo-size-radio em {
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  font-style: normal;
  line-height: 1.3;
}

.seo-size-radio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  max-height: 250px;
  overflow: auto;
}

.seo-size-radio {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.seo-size-radio > b {
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
}

.seo-fitment-status {
  margin: 2px 0;
  color: #9cc6ff;
  font-size: 11px;
  font-weight: 850;
}

.seo-size-choice[hidden] {
  display: none;
}

.seo-quick-checkout .button {
  width: 100%;
}

@media (max-width: 900px) {
  .quick-quote-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .quick-quote-band {
    padding-inline: 14px;
  }

  .quick-quote-form,
  .checkout-page .checkout-step-panel {
    grid-template-columns: 1fr;
  }

  .checkout-verification {
    grid-template-columns: 1fr;
  }

  .checkout-verification .payment-step-copy,
  .checkout-verification .verification-state {
    grid-column: auto;
  }

  .checkout-steps {
    gap: 6px;
  }

  .checkout-steps button {
    min-height: 58px;
    padding: 8px 6px;
    font-size: 11px;
    line-height: 1.25;
  }

  .checkout-confirm-card > div:first-child,
  .checkout-confirm-card li,
  .checkout-confirm-card dl div {
    align-items: start;
  }

  .checkout-confirm-card dd {
    max-width: 60%;
    overflow-wrap: anywhere;
  }

  .checkout-nav-row .button {
    flex: 1 1 150px;
  }

  .seo-size-radio-grid {
    grid-template-columns: 1fr;
  }

  .checkout-page .checkout-step-panel .guest-checkout-note {
    grid-column: auto;
  }

  .checkout-service-option {
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: start;
  }

  .checkout-service-option > b {
    grid-column: 2;
  }
}

.section-heading p {
  color: rgba(255, 255, 255, 0.68);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #070708;
}

@media (max-width: 620px) {
  .catalog-hero {
    min-height: 0;
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .catalog-hero::before {
    background:
      linear-gradient(180deg, rgba(5, 6, 8, 0.96) 0%, rgba(8, 10, 13, 0.88) 56%, rgba(8, 10, 13, 0.7) 100%),
      radial-gradient(circle at 72% 28%, rgba(223, 55, 47, 0.2), transparent 34%),
      linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: auto, auto, 42px 42px, 42px 42px;
  }

  h1 {
    font-size: 38px;
  }

  .catalog-lede {
    color: rgba(255, 255, 255, 0.7);
  }

  .fitment-strip {
    background: #111419;
  }

  .catalog-visual {
    inset: 0;
    height: auto;
  }

  .catalog-visual img {
    object-position: 70% center;
  }

  .visual-card {
    display: none;
  }
}

/* Mobile shopping flow */
.mobile-shop-actions,
.mobile-action-bar {
  display: none;
}

.build-actions {
  display: grid;
  gap: 10px;
}

.coupon-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 28px;
  align-items: center;
  padding: 46px clamp(20px, 4vw, 50px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  background:
    linear-gradient(110deg, rgba(223, 55, 47, 0.18), transparent 34%),
    #101216;
}

.coupon-band h2 {
  margin-bottom: 12px;
}

.coupon-band p {
  max-width: 660px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.5;
}

.coupon-form {
  display: grid;
  gap: 10px;
}

.coupon-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.coupon-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  background: #111419;
  outline: none;
  font-weight: 850;
}

.coupon-form input:focus {
  border-color: #2d8cff;
  box-shadow: 0 0 0 3px rgba(45, 140, 255, 0.2);
}

@media (max-width: 900px) {
  .catalog-shell,
  .account-band,
  .coupon-band {
    grid-template-columns: 1fr;
  }

  .filters {
    order: 2;
  }

  .product-column {
    order: 1;
  }

  .build-panel {
    order: 3;
  }

  .mobile-shop-actions {
    display: grid;
    grid-template-columns: repeat(5, minmax(116px, 1fr));
    gap: 10px;
    overflow-x: auto;
    padding: 14px;
    background: #0d0f12;
    scrollbar-width: none;
  }

  .mobile-shop-actions::-webkit-scrollbar {
    display: none;
  }

  .mobile-shop-actions a,
  .mobile-shop-actions button {
    display: grid;
    gap: 3px;
    min-height: 62px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 70, 61, 0.2);
    border-radius: 8px;
    color: #fff;
    background: #15181d;
    text-align: left;
  }

  .mobile-shop-actions span {
    color: #ff463d;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
  }

  .mobile-shop-actions strong {
    font-size: 14px;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 76px;
  }

  .promo-bar {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .promo-bar span {
    grid-column: 1 / -1;
  }

  .auth-modal {
    align-items: end;
    padding: 10px;
  }

  .auth-modal.expanded {
    align-items: stretch;
    padding: 0;
  }

  .auth-dialog {
    width: 100%;
    max-height: calc(100vh - 20px);
    padding: 22px 16px;
  }

  .auth-modal.expanded .auth-dialog {
    grid-template-columns: 1fr;
    max-height: 100vh;
    padding: 62px 16px 22px;
  }

  .auth-expand {
    top: 12px;
    right: 58px;
  }

  .social-auth,
  .auth-actions {
    grid-template-columns: 1fr;
  }

  .account-band,
  .coupon-band {
    gap: 18px;
    padding: 34px 14px;
  }

  .breadcrumb {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .catalog-copy .eyebrow {
    font-size: 11px;
  }

  #vehicleState {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .catalog-lede {
    display: none;
  }

  .hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 14px;
  }

  .hero-metrics span {
    display: grid;
    gap: 2px;
    min-height: 58px;
    padding: 8px 6px;
    align-content: center;
    text-align: center;
    font-size: 11px;
    line-height: 1.1;
  }

  .hero-metrics strong {
    display: block;
    font-size: 18px;
    line-height: 1;
  }

  .fitment-strip {
    gap: 12px;
    width: calc(100% - 20px);
    margin-top: -10px;
    padding: 12px;
  }

  .fitment-copy {
    gap: 4px;
  }

  .fitment-copy strong {
    font-size: 16px;
  }

  .fitment-form,
  .fitment-form.has-custom-vehicle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .fitment-form label {
    gap: 5px;
    font-size: 10px;
  }

  .fitment-form select,
  .fitment-form input {
    min-height: 40px;
    padding: 0 10px;
    font-size: 13px;
  }

  .fitment-actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto;
    gap: 8px;
  }

  .fitment-actions .button {
    min-width: 0;
    min-height: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 12px;
  }

  .mobile-shop-actions {
    display: none;
  }

  .catalog-shell {
    padding-top: 18px;
  }

  .toolbar {
    gap: 10px;
    margin-bottom: 10px;
  }

  .toolbar strong {
    margin-bottom: 2px;
    font-size: 17px;
  }

  .toolbar span {
    font-size: 13px;
  }

  .toolbar-controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .toolbar label {
    gap: 4px;
    font-size: 10px;
  }

  .toolbar select {
    width: 100%;
    min-height: 38px;
    padding: 0 9px;
    font-size: 12px;
  }

  .quick-filters {
    flex-wrap: nowrap;
    gap: 7px;
    overflow-x: auto;
    margin-bottom: 12px;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .quick-filters::-webkit-scrollbar {
    display: none;
  }

  .quick-filters button {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 11px;
    font-size: 12px;
  }

  .account-form,
  .account-form.verify-form,
  .coupon-form,
  .card-actions {
    grid-template-columns: 1fr;
  }

  .account-actions {
    display: grid;
  }

  .product-media {
    min-height: 190px;
    padding: 18px;
  }

  .product-image {
    width: min(100%, 204px);
    max-height: none;
  }

  .product-body {
    padding: 16px;
  }

  .compare-tray {
    bottom: 78px;
  }

  .social-proof-toast {
    top: auto;
    right: 10px;
    bottom: calc(86px + env(safe-area-inset-bottom));
    left: 10px;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    width: auto;
    min-height: 76px;
    padding: 10px;
    transform: translateY(12px);
  }

  .social-proof-toast.visible {
    transform: translateY(0);
  }

  .social-proof-media {
    width: 54px;
    height: 54px;
  }

  .social-proof-copy strong {
    font-size: 14px;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 60;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(8, 9, 10, 0.96);
    backdrop-filter: blur(16px);
  }

  .mobile-action-bar a,
  .mobile-action-bar button {
    display: grid;
    place-items: center;
    min-height: 44px;
    border-radius: 8px;
    color: #fff;
    background: #15181d;
    font-size: 12px;
    font-weight: 950;
  }

  .mobile-action-bar span {
    display: inline-grid;
    place-items: center;
    min-width: 18px;
    height: 18px;
    margin-left: 3px;
    border-radius: 999px;
    background: #ff463d;
    font-size: 11px;
  }
}

@media (max-width: 760px) {
  .catalog-hero {
    display: none;
  }

  .fitment-strip {
    width: 100%;
    margin: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
}

@media (max-width: 620px) {
  .fitment-strip {
    gap: 12px;
    padding: 16px 14px 14px;
  }

  .fitment-form,
  .fitment-form.has-custom-vehicle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fitment-actions {
    grid-template-columns: 1fr;
  }
}

.catalog-hero {
  display: none;
}

.fitment-strip {
  margin-top: 0;
}

.catalog-shell {
  padding-top: 22px;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 10px 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-nav {
    grid-column: 1 / -1;
    display: flex;
    gap: 18px;
    width: 100%;
    overflow-x: auto;
    padding: 2px 0 4px;
    font-size: 13px;
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    flex: 0 0 auto;
  }
}

@media (max-width: 620px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 10px;
    min-height: 0;
    padding: 10px 14px 8px;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    max-width: 166px;
    min-width: 0;
    gap: 8px;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
  }

  .brand-mark {
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
  }

  .brand-mark::before {
    inset: 6px;
  }

  .brand-mark::after {
    inset: 12px;
  }

  .header-actions {
    grid-column: 2;
    grid-row: 1;
    gap: 6px;
    justify-self: end;
  }

  .account-chip {
    min-width: 68px;
    min-height: 38px;
    padding: 0 9px;
    font-size: 12px;
  }

  .icon-button {
    width: 38px;
    min-height: 38px;
  }

  .icon-button svg {
    width: 18px;
    height: 18px;
  }

  .main-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    gap: 14px;
    padding: 0 0 2px;
    font-size: 12px;
    line-height: 1.1;
  }
}

/* Mobile catalog drill-down */
.mobile-shop-start,
.mobile-results-prompt,
.mobile-result-selection {
  display: none;
}

.mobile-result-selection[hidden] {
  display: none;
}

@media (max-width: 760px) {
  body.mobile-shop-pending,
  body.mobile-shop-has-selection {
    padding-bottom: 0;
  }

  .main-nav,
  .fitment-strip,
  .filters,
  .mobile-shop-actions,
  .social-proof-toast,
  [data-focus-search],
  .mobile-action-bar {
    display: none !important;
  }

  .mobile-header-menu {
    display: block;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 55;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 58px;
    padding: 10px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(8, 9, 11, 0.98);
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .mobile-shop-start {
    display: block;
    overflow: hidden;
    padding: 26px 0 24px;
    color: #fff;
    background:
      radial-gradient(circle at 92% 0%, rgba(237, 55, 49, 0.24), transparent 30%),
      linear-gradient(180deg, #0b0d10, #111419);
  }

  .mobile-shop-intro,
  .mobile-shop-route-switch,
  .mobile-shop-progress,
  .mobile-drill-card,
  .mobile-fitment-note {
    margin-inline: 16px;
  }

  .mobile-shop-intro .eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #ff463d;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .mobile-shop-intro h2 {
    max-width: 340px;
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(31px, 8.8vw, 40px);
    line-height: 1;
    letter-spacing: -0.045em;
  }

  .mobile-shop-intro p {
    max-width: 350px;
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
    line-height: 1.45;
  }

  .mobile-home-share {
    display: inline-flex;
    margin-top: 16px;
  }

  .mobile-shop-route-switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    margin-top: 20px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 13px;
    background: #090b0e;
  }

  .mobile-shop-route-switch button {
    min-height: 46px;
    padding: 0 10px;
    border: 0;
    border-radius: 9px;
    color: rgba(255, 255, 255, 0.68);
    background: transparent;
    font-size: 13px;
    font-weight: 950;
    touch-action: manipulation;
  }

  .mobile-shop-route-switch button.active {
    color: #fff;
    background: linear-gradient(135deg, #ed3b33, #c82621);
    box-shadow: 0 8px 22px rgba(223, 55, 47, 0.24);
  }

  .mobile-shop-progress {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 3px;
    align-items: center;
    overflow: hidden;
    margin-top: 15px;
    padding-bottom: 3px;
    scrollbar-width: none;
  }

  .mobile-shop-progress::-webkit-scrollbar,
  .mobile-drill-options::-webkit-scrollbar {
    display: none;
  }

  .mobile-progress-step {
    min-width: 0;
    max-width: none;
    overflow: hidden;
    min-height: 30px;
    padding: 0 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.46);
    background: rgba(255, 255, 255, 0.035);
    font-size: 10px;
    font-weight: 900;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  button.mobile-progress-step {
    cursor: pointer;
  }

  .mobile-progress-step.done {
    border-color: rgba(255, 70, 61, 0.28);
    color: #ff7a73;
    background: rgba(223, 55, 47, 0.1);
  }

  .mobile-progress-step.active {
    border-color: #ff463d;
    color: #fff;
  }

  .mobile-progress-arrow {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.2);
    font-size: 11px;
    font-weight: 950;
  }

  .mobile-drill-card {
    margin-top: 14px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 17px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 44%),
      #15181d;
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
  }

  .mobile-drill-heading {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 15px;
  }

  .mobile-drill-heading div {
    display: grid;
    gap: 4px;
    min-width: 0;
  }

  .mobile-drill-heading span {
    color: #ff463d;
    font-size: 9px;
    font-weight: 950;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .mobile-drill-heading strong {
    color: #fff;
    font-size: 21px;
    line-height: 1.15;
  }

  .mobile-drill-heading small {
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
    line-height: 1.35;
  }

  .mobile-drill-heading button {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: #fff;
    background: #20242a;
    font-size: 11px;
    font-weight: 900;
  }

  .mobile-drill-options {
    min-width: 0;
  }

  .mobile-catalog-loading {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 52px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.72);
    background: #0d0f12;
    font-size: 12px;
  }

  .mobile-catalog-loading span {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.16);
    border-top-color: #ff463d;
    border-radius: 50%;
    animation: mobile-catalog-spin 0.8s linear infinite;
  }

  @keyframes mobile-catalog-spin {
    to { transform: rotate(360deg); }
  }

  .mobile-drill-options.brand-carousel,
  .mobile-drill-options.finish-carousel {
    overflow-x: hidden;
    overflow-y: auto;
    margin-inline: 0;
    padding: 2px;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }

  .mobile-drill-options.brand-carousel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(10, 44px);
    grid-auto-flow: row;
    grid-auto-rows: 44px;
    gap: 5px;
    max-height: none;
    overflow-y: visible;
    overscroll-behavior: auto;
    scrollbar-width: auto;
  }

  .mobile-drill-options.finish-carousel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    max-height: none;
    overflow-y: visible;
    overscroll-behavior: auto;
    scrollbar-width: auto;
  }

  .mobile-brand-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 44px;
    overflow: hidden;
    padding: 4px 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9px;
    color: #fff;
    background:
      radial-gradient(circle at 80% 0%, rgba(255, 70, 61, 0.12), transparent 42%),
      #0d0f12;
    text-align: center;
    touch-action: manipulation;
  }

  .mobile-brand-card:active,
  .mobile-size-card:active,
  .mobile-finish-card:active {
    border-color: #ff463d;
    transform: translateY(1px);
  }

  .mobile-brand-card strong {
    width: 100%;
    overflow-wrap: anywhere;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
  }

  .mobile-brand-card small,
  .mobile-size-card small,
  .mobile-finish-card small {
    color: rgba(255, 255, 255, 0.48);
    font-size: 11px;
    font-weight: 800;
  }

  .mobile-drill-options.size-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    max-height: none;
    overflow-y: visible;
    padding: 2px;
    overscroll-behavior: auto;
  }

  .mobile-size-card {
    display: grid;
    gap: 6px;
    place-items: center;
    min-height: 84px;
    padding: 10px 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    background: #0d0f12;
    touch-action: manipulation;
  }

  .mobile-size-card strong {
    color: #fff;
    font-size: 27px;
    line-height: 1;
  }

  .mobile-size-card strong span {
    color: #ff463d;
    font-size: 17px;
  }

  .mobile-finish-card {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 4px 8px;
    align-items: center;
    min-width: 0;
    min-height: 72px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 13px;
    color: #fff;
    background: #0d0f12;
    text-align: left;
    touch-action: manipulation;
  }

  .mobile-finish-preview {
    grid-row: 1 / span 2;
    width: 34px;
    height: 34px;
    border: 3px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.18);
  }

  .mobile-finish-card strong {
    color: #fff;
    font-size: 14px;
    line-height: 1.15;
  }

  .mobile-drill-options.complete-panel {
    display: grid;
    gap: 8px;
    justify-items: center;
    padding: 18px 12px 4px;
    text-align: center;
  }

  .mobile-complete-check {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 2px;
    border-radius: 50%;
    color: #fff;
    background: #df372f;
    font-size: 23px;
    font-weight: 950;
    box-shadow: 0 10px 24px rgba(223, 55, 47, 0.28);
  }

  .mobile-drill-options.complete-panel > strong {
    color: #fff;
    font-size: 22px;
  }

  .mobile-drill-options.complete-panel > span:not(.mobile-complete-check) {
    max-width: 290px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    line-height: 1.45;
  }

  .mobile-drill-options.complete-panel button {
    width: 100%;
    min-height: 48px;
    margin-top: 6px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, #ed3b33, #c82621);
    font-size: 14px;
    font-weight: 950;
  }

  .mobile-fitment-note {
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 11px;
    font-weight: 750;
    line-height: 1.4;
    text-align: center;
  }

  .catalog-shell {
    display: block;
    scroll-margin-top: 58px;
    padding: 18px 14px 52px;
  }

  .mobile-results-prompt {
    gap: 5px;
    padding: 22px 18px;
    border: 1px dashed rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.52);
    background: #15181d;
    text-align: center;
  }

  .mobile-results-prompt strong {
    color: #fff;
    font-size: 18px;
  }

  .mobile-results-prompt span {
    font-size: 13px;
    line-height: 1.4;
  }

  .mobile-result-selection {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding: 13px 14px;
    border: 1px solid rgba(255, 70, 61, 0.28);
    border-radius: 12px;
    background: #191316;
  }

  .mobile-result-selection div {
    display: grid;
    gap: 3px;
    min-width: 0;
  }

  .mobile-result-selection span {
    color: rgba(255, 255, 255, 0.46);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .mobile-result-selection strong {
    color: #ff625a;
    font-size: 14px;
    line-height: 1.3;
  }

  .mobile-result-selection button {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: #fff;
    background: #252930;
    font-size: 11px;
    font-weight: 900;
  }

  .toolbar .view-control,
  .quick-filters {
    display: none;
  }

  .toolbar-controls {
    width: min(160px, 46%);
  }

  .toolbar-controls .sort-control,
  .toolbar-controls .sort-control select {
    width: 100%;
  }
}
/* Header shopping controls: visible vehicle targeting, search command, and cart drawer */
.vehicle-link {
  background: transparent;
}

.fitment-strip {
  scroll-margin-top: 104px;
}

.fitment-strip.is-command-target {
  animation: header-command-target 1.45s ease;
}

@keyframes header-command-target {
  0%, 100% {
    border-color: rgba(255, 70, 61, 0.18);
    box-shadow: none;
  }
  28%, 72% {
    border-color: rgba(255, 92, 79, 0.82);
    box-shadow: 0 0 0 3px rgba(239, 59, 51, 0.13), 0 0 38px rgba(239, 59, 51, 0.2);
  }
}

body.header-command-open {
  overflow: hidden;
}

.header-command-modal {
  position: fixed;
  z-index: calc(var(--z-ai-dock) + 10);
  inset: 0;
  display: grid;
  justify-items: end;
}

.header-command-modal[hidden] {
  display: none;
}

.header-command-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(2, 3, 5, 0.72);
  backdrop-filter: blur(12px);
}

.header-command-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  align-content: start;
  width: min(500px, 100%);
  min-height: 100%;
  max-height: 100vh;
  overflow: auto;
  padding: 28px;
  border-left: 1px solid rgba(255, 84, 70, 0.56);
  color: #edf1f6;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px) 0 0 / 25px 25px,
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px) 0 0 / 25px 25px,
    radial-gradient(circle at 100% 0%, rgba(239, 59, 51, 0.22), transparent 34%),
    linear-gradient(160deg, #11151b, #07090c 72%);
  box-shadow: -32px 0 90px rgba(0, 0, 0, 0.62), -1px 0 30px rgba(239, 59, 51, 0.13);
  animation: header-command-enter 180ms ease-out;
}

.header-command-panel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 22px;
  left: 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ff4b3f, transparent);
  box-shadow: 0 0 18px rgba(239, 59, 51, 0.82);
}

@keyframes header-command-enter {
  from { opacity: 0; transform: translateX(22px); }
}

.header-command-head {
  display: flex;
  gap: 18px;
  justify-content: space-between;
  align-items: start;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.header-command-head > div {
  display: grid;
  gap: 6px;
}

.header-command-head span {
  color: #ff665c;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(239, 59, 51, 0.48);
}

.header-command-head h2 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.035em;
}

.header-command-close {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  color: #fff;
  background: rgba(255, 255, 255, 0.045);
  font-size: 25px;
  line-height: 1;
}

.header-command-close:hover,
.header-command-close:focus-visible {
  border-color: rgba(255, 92, 79, 0.7);
  background: rgba(239, 59, 51, 0.17);
}

.header-command-view {
  align-content: start;
  min-height: 0;
  padding-top: 24px;
}

.header-command-view[hidden] {
  display: none;
}

.header-command-view > p {
  margin: 0 0 22px;
  color: #9099a6;
  font-size: 14px;
  line-height: 1.55;
}

.header-vehicle-form.fitment-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.header-vehicle-form label {
  color: #b8c0cb;
}

.header-vehicle-form select,
.header-vehicle-form input {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  color: #fff;
  background: #11151a;
}

.header-vehicle-form input {
  padding: 0 12px;
}

.header-vehicle-form .fitment-actions {
  grid-column: 1 / -1;
}

.header-search-form {
  display: grid;
  gap: 15px;
}

.header-search-form > label {
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.header-search-control {
  display: grid;
  grid-template-columns: 23px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 58px;
  padding: 0 10px 0 15px;
  border: 1px solid rgba(255, 88, 75, 0.6);
  border-radius: 14px;
  background: #10141a;
  box-shadow: inset 3px 0 0 #ef3b33, 0 0 26px rgba(239, 59, 51, 0.14);
}

.header-search-control:focus-within {
  border-color: #ff6d63;
  box-shadow: inset 3px 0 0 #ef3b33, 0 0 0 3px rgba(239, 59, 51, 0.12), 0 0 30px rgba(239, 59, 51, 0.2);
}

.header-search-control svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #ff675d;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.header-search-control input {
  min-width: 0;
  height: 54px;
  padding: 0;
  color: #fff;
  background: transparent;
  font-size: 16px;
  outline: 0;
}

.header-search-control input::placeholder {
  color: #606a76;
}

.header-search-control button {
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 9px;
  color: #aab2bd;
  background: #1b2028;
  font-size: 11px;
  font-weight: 850;
}

.header-search-status {
  min-height: 44px;
  padding: 12px 14px;
  border: 1px solid rgba(155, 227, 61, 0.17);
  border-radius: 11px;
  color: #aeb7c2;
  background: rgba(11, 18, 10, 0.52);
  font-size: 13px;
  line-height: 1.45;
}

.header-search-status strong {
  color: #9be33d;
  font-size: 16px;
}

.header-cart-contents {
  display: grid;
  gap: 14px;
}

.header-cart-empty {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 30px 22px;
  border: 1px dashed rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  background: rgba(17, 21, 27, 0.72);
  text-align: center;
}

.header-cart-empty i {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(255, 92, 79, 0.55);
  border-radius: 50%;
  color: #ff675d;
  background: radial-gradient(circle, rgba(239, 59, 51, 0.22), transparent 68%);
  font-size: 28px;
  font-style: normal;
  box-shadow: 0 0 24px rgba(239, 59, 51, 0.18);
}

.header-cart-empty strong {
  color: #fff;
  font-size: 18px;
}

.header-cart-empty span {
  color: #858f9c;
  font-size: 13px;
  line-height: 1.45;
}

.header-cart-list {
  display: grid;
  gap: 10px;
}

.header-cart-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 13px;
  background: rgba(20, 24, 30, 0.92);
}

.header-cart-item img,
.header-cart-item-media {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 11px;
  background: #0b0e12;
}

.header-cart-item-media {
  display: grid;
  place-items: center;
  color: #ff675d;
  font-size: 22px;
}

.header-cart-item > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.header-cart-item strong {
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-cart-item span {
  color: #7f8996;
  font-size: 11px;
  line-height: 1.35;
}

.header-cart-item-actions {
  display: grid;
  justify-items: end;
  gap: 7px;
}

.header-cart-item-actions > b {
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
}

.header-cart-remove {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid #ff6259;
  border-radius: 8px;
  color: #fff;
  background: #b8242b;
  font-size: 10px;
  font-weight: 950;
}

.header-cart-remove:hover,
.header-cart-remove:focus-visible {
  background: #e13338;
  box-shadow: 0 6px 16px rgba(225, 51, 56, 0.28);
}

.header-cart-summary {
  display: grid;
  gap: 9px;
  padding: 16px;
  border: 1px solid rgba(255, 92, 79, 0.27);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(239, 59, 51, 0.1), rgba(15, 18, 23, 0.88));
}

.header-cart-summary div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #929ba7;
  font-size: 12px;
}

.header-cart-summary div:last-child {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.header-command-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.header-command-actions .button {
  width: 100%;
  min-width: 0;
  color: #fff;
}

.header-command-actions .button.ghost {
  border-color: rgba(255, 255, 255, 0.58);
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

.header-command-actions .button.ghost:hover,
.header-command-actions .button.ghost:focus-visible {
  border-color: #ff675d;
  color: #fff;
  background: rgba(239, 59, 51, 0.2);
}

.header-command-actions .button[disabled] {
  cursor: not-allowed;
  opacity: 0.42;
}

@media (max-width: 620px) {
  .header-command-modal {
    align-items: end;
  }

  .header-command-panel {
    width: 100%;
    min-height: 0;
    max-height: calc(100vh - 10px);
    padding: 22px 16px calc(22px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255, 84, 70, 0.58);
    border-left: 0;
    border-radius: 18px 18px 0 0;
    animation-name: header-command-enter-mobile;
  }

  @keyframes header-command-enter-mobile {
    from { opacity: 0; transform: translateY(24px); }
  }

  .header-command-head h2 {
    font-size: 24px;
  }

  .header-command-view {
    padding-top: 18px;
  }

  .header-vehicle-form.fitment-form {
    grid-template-columns: 1fr;
  }

  .header-command-actions {
    grid-template-columns: 1fr;
  }

  .header-cart-item {
    grid-template-columns: 46px minmax(0, 1fr) auto;
    padding: 10px;
  }

  .header-cart-item img,
  .header-cart-item-media {
    width: 46px;
    height: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-command-panel,
  .fitment-strip.is-command-target {
    animation: none;
  }
}

/* Checkout order summary: visible cart context through Shipping, Billing, and Confirmation. */
.checkout-layout {
  display: block;
}

.checkout-order-summary {
  display: none;
}

.checkout-page .checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 410px);
  gap: clamp(24px, 3vw, 44px);
  align-items: start;
  width: 100%;
  max-width: 1500px;
}

.checkout-page .appointment-form {
  min-width: 0;
  max-width: none;
}

.checkout-page .checkout-order-summary {
  position: sticky;
  top: 94px;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 83, 72, 0.34);
  border-radius: 16px;
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 100% 0%, rgba(239, 59, 51, 0.18), transparent 38%),
    #0d1015;
  background-size: 24px 24px, 24px 24px, auto, auto;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.checkout-order-summary summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  min-height: 86px;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.checkout-order-summary summary::-webkit-details-marker {
  display: none;
}

.checkout-order-summary summary > span:first-child {
  display: grid;
  gap: 5px;
}

.checkout-order-summary summary small {
  color: #ff6a61;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.checkout-order-summary summary strong {
  font-size: 22px;
  line-height: 1;
}

.checkout-order-summary-total {
  display: flex;
  gap: 10px;
  align-items: center;
}

.checkout-order-summary-total b {
  font-size: 18px;
  white-space: nowrap;
}

.checkout-order-summary-total svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #ff675d;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.checkout-order-summary[open] .checkout-order-summary-total svg {
  transform: rotate(180deg);
}

.checkout-order-summary-body {
  display: grid;
  gap: 14px;
  padding: 0 20px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-summary-items {
  display: grid;
  gap: 10px;
  padding-top: 16px;
}

.checkout-summary-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(20, 24, 30, 0.92);
}

.checkout-summary-item img,
.checkout-summary-item-media {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: #090c10;
}

.checkout-summary-item-media {
  display: grid;
  place-items: center;
  color: #ff675d;
  font-size: 24px;
}

.checkout-summary-item > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.checkout-summary-item strong {
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.checkout-summary-item span,
.checkout-summary-item small {
  color: #87919d;
  font-size: 10px;
  line-height: 1.35;
}

.checkout-summary-item-actions {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.checkout-summary-item-actions > b {
  font-size: 13px;
  white-space: nowrap;
}

.checkout-summary-remove {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(255, 70, 61, 0.42);
  border-radius: 8px;
  color: #ff6259;
  background: rgba(239, 59, 51, 0.08);
  font-size: 11px;
  font-weight: 950;
}

.checkout-summary-remove > span {
  font-size: 16px;
  line-height: 1;
}

.checkout-summary-remove:hover,
.checkout-summary-remove:focus-visible {
  border-color: #ff6259;
  color: #fff;
  background: #d91f2e;
}

.checkout-summary-totals {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 15px;
  border: 1px solid rgba(255, 92, 79, 0.24);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(239, 59, 51, 0.09), rgba(15, 18, 23, 0.9));
}

.checkout-summary-totals div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #929ba7;
  font-size: 12px;
}

.checkout-summary-totals dt,
.checkout-summary-totals dd {
  margin: 0;
}

.checkout-summary-totals dd {
  color: #d9dee4;
  font-weight: 850;
  text-align: right;
}

.checkout-summary-totals .checkout-summary-grand-total {
  margin-top: 2px;
  padding-top: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #fff;
  font-size: 15px;
  font-weight: 950;
}

.checkout-summary-totals .checkout-summary-grand-total dd {
  color: #fff;
  font-size: 18px;
}

.checkout-summary-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.checkout-summary-actions .button {
  width: 100%;
  min-width: 0;
  color: #fff;
}

.checkout-summary-actions .button.ghost {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.03);
}

.checkout-summary-fitment {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 0;
  color: #7f8996;
  font-size: 10px;
  line-height: 1.45;
}

.checkout-summary-fitment i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-top: 4px;
  border-radius: 50%;
  background: #9be33d;
  box-shadow: 0 0 10px rgba(155, 227, 61, 0.55);
}

.checkout-summary-empty {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 28px 18px 8px;
  text-align: center;
}

.checkout-summary-empty i {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 92, 79, 0.5);
  border-radius: 50%;
  color: #ff675d;
  font-size: 25px;
  font-style: normal;
}

.checkout-summary-empty span {
  max-width: 260px;
  color: #858f9c;
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 1080px) {
  .checkout-page .checkout-layout {
    grid-template-columns: 1fr;
  }

  .checkout-page .checkout-order-summary {
    position: static;
    grid-row: 1;
  }

  .checkout-page .appointment-form {
    grid-row: 2;
  }
}

@media (max-width: 620px) {
  .checkout-page .appointment-band {
    padding-inline: 12px;
  }

  .checkout-order-summary summary {
    min-height: 78px;
    padding: 16px;
  }

  .checkout-order-summary summary strong {
    font-size: 19px;
  }

  .checkout-order-summary-body {
    padding-inline: 14px;
  }

  .checkout-summary-item {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 10px;
  }

  .checkout-summary-item-actions {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-items: stretch;
    margin-top: 2px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .checkout-summary-item-actions > b {
    align-self: center;
    color: #fff;
    font-size: 16px;
  }

  .checkout-summary-remove {
    min-width: 124px;
    min-height: 42px;
    padding: 0 14px;
    border-color: #ff6259;
    color: #fff;
    background: #c9282f;
    font-size: 12px;
    box-shadow: 0 7px 18px rgba(201, 40, 47, 0.22);
  }

  .checkout-summary-item img,
  .checkout-summary-item-media {
    width: 48px;
    height: 48px;
  }

  .checkout-summary-actions {
    grid-template-columns: 1fr;
  }
}

/* Let the wheel grid spend newly available space when either side panel is hidden. */
@container wheel-catalog (min-width: 1600px) {
  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
}

@container wheel-catalog (min-width: 2200px) {
  .product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

/* Navigation hierarchy, vanity contact number, and inline wheel quotes */
.main-nav {
  align-items: center;
}

.main-nav-menu {
  position: relative;
  flex: 0 0 auto;
}

.main-nav-menu summary {
  display: flex;
  gap: 7px;
  align-items: center;
  color: inherit;
  cursor: pointer;
  list-style: none;
  opacity: 0.84;
  white-space: nowrap;
}

.main-nav-menu summary::-webkit-details-marker,
.mobile-menu-group summary::-webkit-details-marker {
  display: none;
}

.main-nav-menu summary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.main-nav-menu[open] summary,
.main-nav-menu summary:hover,
.main-nav-menu summary:focus-visible {
  opacity: 1;
}

.main-nav-submenu {
  position: absolute;
  z-index: 140;
  top: calc(100% + 14px);
  left: 50%;
  display: grid;
  min-width: 190px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  color: #fff;
  background: rgba(10, 12, 15, 0.99);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.52);
  transform: translateX(-50%);
}

.main-nav-submenu a {
  padding: 12px 13px;
  border-radius: 8px;
}

.main-nav-submenu a:hover,
.main-nav-submenu a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
}

.mobile-menu-group {
  display: grid;
}

.mobile-menu-group summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 13px 14px;
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.86);
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
  list-style: none;
}

.mobile-menu-group summary::after {
  content: "+";
  color: #ff6259;
  font-size: 18px;
}

.mobile-menu-group[open] summary::after {
  content: "−";
}

.mobile-header-menu-panel .mobile-menu-group > a {
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.7);
}

.contact-phone-card {
  display: grid;
  width: fit-content;
  min-width: min(100%, 280px);
  gap: 4px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 81, 72, 0.42);
  border-radius: 12px;
  background: rgba(255, 70, 61, 0.09);
}

.contact-phone-card span,
.contact-phone-card small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-phone-card a {
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.contact-phone-card small {
  letter-spacing: 0.03em;
}

.product-quote-panel {
  display: grid;
  gap: 16px;
  margin-top: 4px;
  padding: 18px;
  border: 1px solid rgba(255, 81, 72, 0.34);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(239, 59, 51, 0.1), rgba(255, 255, 255, 0.035));
}

.product-quote-copy {
  display: grid;
  gap: 5px;
}

.product-quote-copy > strong {
  color: #fff;
  font-size: 21px;
  line-height: 1.15;
}

.product-quote-copy > p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.45;
}

.product-quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.product-quote-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-quote-form label span {
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.product-quote-form input {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  background: #0d1014;
}

.product-quote-form input:focus {
  border-color: #ff6259;
  outline: 3px solid rgba(255, 98, 89, 0.13);
}

.product-quote-vehicle,
.product-quote-form > .button,
.product-quote-form > .form-status {
  grid-column: 1 / -1;
}

.product-quote-form > .button {
  width: 100%;
  min-height: 50px;
}

.product-quote-form > .form-status {
  min-height: 18px;
  margin: 0;
  font-size: 12px;
}

.product-quote-form > .form-status[data-tone="success"] {
  color: #9be33d;
}

.product-quote-form > .form-status[data-tone="error"] {
  color: #ff8b85;
}

@media (max-width: 900px) and (min-width: 761px) {
  .main-nav-menu[open] {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .main-nav-submenu {
    position: static;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .main-nav-submenu a {
    padding: 0;
  }
}

@media (max-width: 620px) {
  .product-quote-form {
    grid-template-columns: 1fr;
  }

  .product-quote-vehicle,
  .product-quote-form > .button,
  .product-quote-form > .form-status {
    grid-column: auto;
  }
}


.seo-product-gallery-section {
  display: grid;
  gap: 18px;
}

.seo-product-gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.seo-product-gallery-heading p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 850;
}

.seo-product-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  gap: 14px;
}

.seo-product-gallery-grid figure {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: linear-gradient(135deg, #181c22, #111418);
}

.seo-product-gallery-grid img {
  display: block;
  min-width: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

@media (max-width: 900px) {
  .seo-product-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .seo-product-gallery-heading {
    align-items: start;
    flex-direction: column;
  }

  .seo-product-gallery-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/*
 * Some Android browsers can request a desktop-width layout while still
 * presenting the page on a phone-sized touch screen. Keep product pages
 * readable in that state without changing ordinary desktop breakpoints.
 */
html.we-wide-touch-layout .site-header,
html.we-wide-touch-layout .seo-page,
html.we-wide-touch-layout .site-footer {
  width: 100%;
  zoom: var(--we-wide-touch-scale, 2.5);
}

html.we-wide-touch-layout .site-header {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 10px;
  min-height: 58px;
  padding: 10px 14px;
}

html.we-wide-touch-layout .site-header .main-nav,
html.we-wide-touch-layout .site-header .vehicle-link {
  display: none !important;
}

html.we-wide-touch-layout .site-header .brand {
  grid-column: 1;
  grid-row: 1;
  max-width: 166px;
  min-width: 0;
  gap: 8px;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

html.we-wide-touch-layout .site-header .site-brand-logo {
  width: 166px !important;
}

html.we-wide-touch-layout .site-header .header-actions {
  grid-column: 2;
  grid-row: 1;
  gap: 6px;
  justify-self: end;
}

html.we-wide-touch-layout .site-header .account-chip {
  min-width: 68px;
  min-height: 38px;
  padding: 0 9px;
  font-size: 12px;
}

html.we-wide-touch-layout .site-header .icon-button {
  width: 38px;
  min-height: 38px;
}

html.we-wide-touch-layout .site-header .icon-button svg {
  width: 18px;
  height: 18px;
}

html.we-wide-touch-layout .mobile-header-menu {
  display: block;
}

html.we-wide-touch-layout .seo-page {
  padding: 96px 14px 42px;
}

html.we-wide-touch-layout .seo-product-hero,
html.we-wide-touch-layout .seo-expandable-panel.expanded {
  grid-template-columns: minmax(0, 1fr);
}

html.we-wide-touch-layout .seo-expandable-panel.expanded {
  width: 100%;
  padding: 18px;
}

html.we-wide-touch-layout .seo-expandable-panel.expanded .seo-product-media {
  position: static;
  min-height: 260px;
}

html.we-wide-touch-layout .page-panel-expand {
  top: 10px;
  right: 10px;
}

html.we-wide-touch-layout .seo-hero {
  padding: 18px;
}

html.we-wide-touch-layout .seo-copy h1 {
  font-size: 38px;
}

html.we-wide-touch-layout .seo-product-media {
  min-height: 260px;
}

html.we-wide-touch-layout .seo-product-gallery-heading {
  align-items: start;
  flex-direction: column;
}

html.we-wide-touch-layout .seo-product-gallery-grid,
html.we-wide-touch-layout .seo-inline-quote-form {
  grid-template-columns: minmax(0, 1fr);
}

html.we-wide-touch-layout .seo-detail-quote {
  margin-top: 20px;
  padding: 18px 15px;
  border-radius: 15px;
}

html.we-wide-touch-layout .seo-detail-quote .seo-inline-quote-form label.sms-opt-in {
  padding: 13px;
}

/* WheelElite product hero carousel */
.seo-product-hero-with-carousel {
  grid-template-columns: minmax(420px, 1.06fr) minmax(0, 0.94fr);
  align-items: start;
}

.seo-product-media-carousel {
  display: block;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: transparent;
}

.seo-product-carousel {
  display: grid;
  min-width: 0;
  gap: 12px;
  outline: none;
}

.seo-product-carousel:focus-visible .seo-product-carousel-stage {
  outline: 3px solid rgba(255, 97, 89, 0.88);
  outline-offset: 3px;
}

.seo-product-carousel-stage {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 520px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.11), transparent 36%), linear-gradient(145deg, #1b1f26, #0b0c0f);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 20px 48px rgba(0, 0, 0, 0.3);
  touch-action: pan-y;
}

.seo-product-carousel-slides,
.seo-product-carousel-slide {
  display: grid;
  width: 100%;
  height: 100%;
  min-width: 0;
  place-items: center;
}

.seo-product-carousel-slide {
  margin: 0;
  padding: 28px;
  animation: seo-carousel-fade 180ms ease-out;
}

.seo-product-carousel-slide[hidden] { display: none; }

.seo-product-carousel-slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 540px;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.seo-product-carousel-control {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #fff;
  background: rgba(7, 9, 12, 0.82);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transform: translateY(-50%);
  transition: border-color 150ms ease, background 150ms ease, transform 150ms ease;
}

.seo-product-carousel-control:hover,
.seo-product-carousel-control:focus-visible {
  border-color: #ff6159;
  background: rgba(239, 51, 46, 0.92);
  outline: none;
  transform: translateY(-50%) scale(1.04);
}

.seo-product-carousel-control svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.seo-product-carousel-prev { left: 16px; }
.seo-product-carousel-next { right: 16px; }

.seo-product-carousel-status {
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 14px;
  min-width: 58px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  color: #fff;
  background: rgba(7, 9, 12, 0.78);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-align: center;
  backdrop-filter: blur(12px);
}

.seo-product-carousel-thumbnails {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 76px;
  justify-content: start;
  gap: 9px;
  min-width: 0;
  padding: 2px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
}

.seo-product-carousel-thumb {
  display: grid;
  width: 76px;
  aspect-ratio: 1 / 1;
  padding: 4px;
  place-items: center;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: #111419;
  cursor: pointer;
  scroll-snap-align: start;
}

.seo-product-carousel-thumb:hover,
.seo-product-carousel-thumb:focus-visible {
  border-color: rgba(255, 97, 89, 0.68);
  outline: none;
}

.seo-product-carousel-thumb[aria-current="true"] {
  border-color: #ff5148;
  box-shadow: 0 0 0 2px rgba(255, 81, 72, 0.18), 0 8px 22px rgba(0, 0, 0, 0.3);
}

.seo-product-carousel-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  filter: none;
}

@keyframes seo-carousel-fade {
  from { opacity: 0.35; transform: scale(0.985); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 1000px) {
  .seo-product-hero-with-carousel { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 620px) {
  .seo-product-carousel-stage { min-height: 0; border-radius: 11px; }
  .seo-product-carousel-slide { padding: 16px; }
  .seo-product-carousel-control { width: 44px; height: 44px; }
  .seo-product-carousel-prev { left: 9px; }
  .seo-product-carousel-next { right: 9px; }
  .seo-product-carousel-status { right: 10px; bottom: 10px; }
  .seo-product-carousel-thumbnails { grid-auto-columns: 62px; gap: 7px; }
  .seo-product-carousel-thumb { width: 62px; border-radius: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .seo-product-carousel-slide { animation: none; }
  .seo-product-carousel-control { transition: none; }
}

/* WheelElite product carousel alignment v4 */
.seo-page.seo-product-page {
  gap: 16px;
  padding-top: 64px;
}

.seo-product-page .seo-product-hero.seo-product-hero-with-carousel {
  align-items: start;
}

.seo-product-page .seo-product-carousel-thumbnails {
  display: flex;
  gap: 10px;
  min-width: 0;
  padding: 2px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
}

.seo-product-page .seo-product-carousel-thumb {
  display: grid;
  flex: 1 0 112px;
  width: auto;
  min-width: 112px;
  max-width: none;
  aspect-ratio: 4 / 3;
  padding: 6px;
  place-items: center;
}

@media (max-width: 620px) {
  .seo-product-page .seo-product-carousel-thumbnails {
    gap: 7px;
  }

  .seo-product-page .seo-product-carousel-thumb {
    flex-basis: 86px;
    width: auto;
    min-width: 86px;
    max-width: 110px;
    aspect-ratio: 1 / 1;
  }
}

html.we-wide-touch-layout .seo-page.seo-product-page {
  gap: 14px;
  padding-top: 64px;
}


/* Checkout service card contrast: keep light-theme tokens out of the dark checkout panel. */
.checkout-page .checkout-service-card > div > strong,
.checkout-page .checkout-service-option > span > strong {
  color: #f7f9fc;
}

.checkout-page .checkout-service-card > div > span,
.checkout-page .checkout-service-option > span > small {
  color: #c8cdd4;
}

.checkout-page .checkout-service-option > span > small {
  font-weight: 600;
  line-height: 1.5;
}


/* WHEEL_ELITE_LUG_LOCK_UPSELL_V1 */
.checkout-lug-lock-upsell {
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(255, 77, 67, 0.55);
  border-radius: 14px;
  background: radial-gradient(circle at 12% 20%, rgba(239, 59, 51, 0.2), transparent 36%), linear-gradient(135deg, #171a20, #0b0d11 64%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.checkout-lug-lock-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 11px;
  background: #07090c;
}

.checkout-lug-lock-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.checkout-lug-lock-media span {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 5px 8px;
  border-radius: 999px;
  color: #fff;
  background: rgba(207, 40, 47, 0.94);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-lug-lock-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.checkout-lug-lock-copy .eyebrow {
  color: #ff554c;
  font-size: 10px;
}

.checkout-lug-lock-copy > strong {
  color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.04;
}

.checkout-lug-lock-copy p {
  max-width: 470px;
  margin: 0;
  color: #c6cbd2;
  font-size: 12px;
  line-height: 1.5;
}

.appointment-form label.checkout-lug-lock-select {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  min-width: 258px;
  min-height: 68px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  text-transform: none;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.appointment-form label.checkout-lug-lock-select:hover {
  border-color: #ff5148;
  background: rgba(239, 59, 51, 0.1);
  transform: translateY(-1px);
}

.appointment-form label.checkout-lug-lock-select:has(input:focus-visible) {
  outline: 3px solid rgba(255, 81, 72, 0.35);
  outline-offset: 3px;
}

.appointment-form label.checkout-lug-lock-select:has(input:checked) {
  border-color: #ff5148;
  background: linear-gradient(135deg, rgba(239, 59, 51, 0.22), rgba(239, 59, 51, 0.07));
  box-shadow: inset 0 0 0 1px rgba(255, 81, 72, 0.26);
}

.checkout-lug-lock-select input {
  width: 22px;
  min-height: 22px;
  margin: 0;
  accent-color: var(--red);
}

.checkout-lug-lock-select > span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.checkout-lug-lock-select b,
.checkout-lug-lock-select strong {
  color: #fff;
  font-size: 15px;
}

.checkout-lug-lock-select small {
  color: #9fa7b1;
  font-size: 10px;
  line-height: 1.35;
}

.checkout-lug-lock-select > strong {
  color: #ff6259;
  white-space: nowrap;
}

.checkout-summary-lug-lock img {
  object-fit: cover;
}

@media (max-width: 900px) {
  .checkout-lug-lock-upsell {
    grid-template-columns: 128px minmax(0, 1fr);
  }

  .appointment-form label.checkout-lug-lock-select {
    grid-column: 1 / -1;
    min-width: 0;
  }
}

@media (max-width: 620px) {
  .checkout-lug-lock-upsell {
    grid-template-columns: 98px minmax(0, 1fr);
    gap: 12px;
    padding: 11px;
  }

  .checkout-lug-lock-copy > strong {
    font-size: 18px;
  }

  .checkout-lug-lock-copy p {
    font-size: 11px;
  }

  .appointment-form label.checkout-lug-lock-select {
    min-height: 62px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .appointment-form label.checkout-lug-lock-select {
    transition: none;
  }
}

/* WHEEL_ELITE_FULL_LOCK_LUG_SET_V1 */
.checkout-full-lock-upgrade,
.accessory-full-lock-upgrade a,
.accessory-full-lock-compare a {
  color: #ff5a52;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.checkout-full-lock-upgrade {
  display: inline-flex;
  margin-top: 6px;
  font-size: 0.82rem;
  line-height: 1.35;
}
.accessory-full-lock-upgrade,
.accessory-full-lock-compare {
  margin: 14px 0 0;
  color: #b7bcc5;
}


/* Wheel catalog complete brand-logo grid: 2026-08-31. */
.wheel-brand-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.wheel-brand-card {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)), #111419;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.wheel-brand-card:hover,
.wheel-brand-card:focus-visible {
  border-color: rgba(239, 51, 46, 0.56);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  transform: translateY(-2px);
}

.wheel-brand-logo.brand-logo,
.wheel-brand-logo.brand-logo.has-brand-image {
  min-height: 62px;
}

.wheel-brand-logo.brand-logo.has-brand-image {
  padding: 9px;
}

.wheel-brand-logo .brand-logo-image {
  max-width: min(118px, 100%);
  max-height: 40px;
}

.wheel-brand-card-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.wheel-brand-card-copy strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.2;
}

.wheel-brand-card-copy span {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.25;
  text-align: left;
}

@media (max-width: 1100px) {
  .wheel-brand-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .wheel-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .wheel-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Wheel brand grid density fix: 6 wide / 5 desktop / 3 tablet / 2 phone. */

:root { --wheel-elite-gambit-special-v5: 1; }
.seo-gambit-special {
  display: grid;
  gap: 5px;
  margin: -3px 0 17px;
  padding: 13px 15px;
  border: 1px solid rgba(245, 121, 42, .52);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(245, 121, 42, .15), rgba(255, 255, 255, .025));
}
.seo-gambit-special strong { color: #fff; font-size: 1.05rem; }
.seo-gambit-special span { color: #cbd3dc; line-height: 1.45; }
.checkout-lug-lock-upsell.is-included {
  border-color: rgba(67, 199, 122, .72);
  background: radial-gradient(circle at 12% 20%, rgba(67, 199, 122, .18), transparent 36%), linear-gradient(135deg, #171a20, #0b0d11 64%);
}
.checkout-lug-lock-upsell.is-included .checkout-lug-lock-select {
  cursor: default;
  border-color: rgba(67, 199, 122, .55);
}
.checkout-lug-lock-upsell.is-included .checkout-lug-lock-select > strong { color: #7be0a4; }

:root { --wheel-elite-trucks-fuel-special-v1: 1; }
.seo-special-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 5px 9px;
  border: 1px solid rgba(245, 121, 42, .62);
  border-radius: 999px;
  color: #ffbc86;
  background: rgba(245, 121, 42, .13);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.seo-card.has-fuel-special { border-color: rgba(245, 121, 42, .52); box-shadow: 0 18px 46px rgba(0, 0, 0, .28); }
.seo-trucks-page .seo-hero {
  background:
    radial-gradient(circle at 85% 10%, rgba(245, 121, 42, .24), transparent 34%),
    linear-gradient(145deg, rgba(24, 28, 35, .98), rgba(7, 9, 12, .98));
}
.seo-truck-special {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 24px;
  align-items: center;
  margin: 28px 0;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(245, 121, 42, .5);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(245, 121, 42, .16), rgba(16, 20, 26, .96) 46%, rgba(5, 7, 10, .98));
}
.seo-truck-special h2, .seo-fuel-brand-special h2 { margin: 5px 0 10px; }
.seo-truck-special p, .seo-fuel-brand-special > p { color: #c8d0da; line-height: 1.65; }
.seo-fuel-brand-special {
  border: 1px solid rgba(245, 121, 42, .42);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(245, 121, 42, .09), rgba(10, 12, 16, .88));
}
.seo-fuel-variant-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.seo-fuel-variant-card {
  overflow: hidden;
  display: grid;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: rgba(8, 10, 14, .94);
}
.seo-fuel-variant-media { display: grid; place-items: center; min-height: 190px; padding: 14px; background: #f7f7f8; }
.seo-fuel-variant-media img { width: 100%; height: 190px; object-fit: contain; }
.seo-fuel-variant-card > div { display: grid; gap: 8px; padding: 16px; }
.seo-fuel-variant-card p, .seo-fuel-variant-card small { margin: 0; color: #aeb8c5; }
.seo-fuel-variant-card strong { color: #fff; font-size: 1.08rem; }
.seo-fuel-variant-card em { color: #79dfa1; font-style: normal; font-weight: 800; }
.seo-fuel-special {
  display: grid;
  gap: 5px;
  margin: -3px 0 17px;
  padding: 13px 15px;
  border: 1px solid rgba(245, 121, 42, .52);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(245, 121, 42, .15), rgba(255, 255, 255, .025));
}
.seo-fuel-special strong { color: #fff; font-size: 1.05rem; }
.seo-fuel-special span { color: #cbd3dc; line-height: 1.45; }
@media (max-width: 760px) {
  .seo-truck-special { grid-template-columns: 1fr; padding: 20px; }
  .seo-fuel-variant-grid { grid-template-columns: 1fr; }
  .seo-fuel-variant-media, .seo-fuel-variant-media img { min-height: 150px; height: 170px; }
}

:root { --wheel-elite-gambit-tire-package-v1: 1; }
.seo-gambit-tire-package {
  display: grid;
  gap: 16px;
  margin-top: 20px;
  padding: 22px;
  border: 1px solid rgba(245, 121, 42, .62);
  border-radius: 18px;
  background: radial-gradient(circle at 90% 0, rgba(245, 121, 42, .2), transparent 34%), linear-gradient(145deg, #171a20, #0a0c10 72%);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
}
.seo-gambit-package-heading { display: flex; gap: 20px; align-items: flex-start; justify-content: space-between; }
.seo-gambit-package-heading h2 { margin: 0 0 8px; color: #fff; font-size: clamp(1.35rem, 2.4vw, 2rem); }
.seo-gambit-package-heading p { margin: 0; color: #cbd3dc; line-height: 1.55; }
.seo-gambit-package-heading > strong { flex: 0 0 auto; color: #fff; font-size: clamp(1.5rem, 3vw, 2.35rem); }
.seo-gambit-tire-package label { display: grid; gap: 7px; color: #fff; font-weight: 750; }
.seo-gambit-tire-package select { width: 100%; min-height: 48px; padding: 0 13px; color: #fff; border: 1px solid #4a5360; border-radius: 10px; background: #0b0e12; font: inherit; }
.seo-gambit-package-notes { display: flex; flex-wrap: wrap; gap: 8px; }
.seo-gambit-package-notes span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #e8edf3; font-size: .84rem; }
.seo-gambit-package-fitment { margin: 0; color: #aeb8c4; font-size: .88rem; line-height: 1.5; }
.checkout-summary-package-tire { border-color: rgba(245, 121, 42, .42); }
[data-package-direct-only="true"] option[value="card"] { display: none; }
@media (max-width: 620px) {
  .seo-gambit-tire-package { padding: 17px; }
  .seo-gambit-package-heading { display: grid; }
  .seo-gambit-package-heading > strong { order: -1; }
}

/* WHEEL_ELITE_GAMBIT_CONVERSION_V1 */
:root { --wheel-elite-gambit-conversion-v1: 1; }

html.we-gambit-conversion .we-assist-dock { display: none !important; }
html.we-gambit-conversion .global-site-header .main-nav > a:not(.header-phone),
html.we-gambit-conversion .global-site-header .global-nav-group,
html.we-gambit-conversion .global-site-header .account-chip,
html.we-gambit-conversion .global-site-header .vehicle-link,
html.we-gambit-conversion .global-site-header .header-actions > .icon-button:not(.cart-link),
html.we-gambit-conversion .global-site-header .mobile-header-menu { display: none !important; }
html.we-gambit-conversion .global-site-header .main-nav { justify-content: flex-end; }

.seo-page.gambit-conversion-page {
  gap: 12px;
  min-height: 100vh;
  padding: 28px 20px 120px;
  background:
    radial-gradient(circle at 12% 8%, rgba(229, 40, 34, .2), transparent 34%),
    radial-gradient(circle at 88% 38%, rgba(245, 121, 42, .1), transparent 34%),
    linear-gradient(180deg, #090a0d 0, #111419 62%, #08090b 100%);
}

.gambit-conversion-page .seo-breadcrumb,
.gambit-conversion-page .gambit-conversion-hero { width: min(1260px, 100%); }
.gambit-conversion-page .seo-breadcrumb { color: rgba(255,255,255,.58); font-size: 12px; }
.gambit-conversion-page .gambit-conversion-hero {
  grid-template-columns: minmax(380px, .82fr) minmax(650px, 1.18fr);
  align-items: start;
  gap: 24px;
  padding: 22px;
  border-color: rgba(255,255,255,.14);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(23,26,32,.98), rgba(9,11,14,.98));
  box-shadow: 0 30px 90px rgba(0,0,0,.46), inset 0 1px 0 rgba(255,255,255,.04);
}
.gambit-conversion-page .page-panel-expand { display: none; }

.gambit-conversion-media {
  position: sticky;
  top: 96px;
  display: grid;
  grid-template-rows: minmax(410px, 1fr) auto;
  gap: 14px;
  min-height: 540px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255,255,255,.12), transparent 34%),
    linear-gradient(145deg, #1b1f26, #090b0e 76%);
}
.gambit-conversion-media > img {
  width: min(470px, 96%);
  height: min(470px, 50vw);
  max-height: 470px;
  object-fit: contain;
  filter: drop-shadow(0 34px 38px rgba(0,0,0,.55));
}
.gambit-visual-badges {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  z-index: 2;
}
.gambit-visual-badges span,
.gambit-gallery-thumb {
  border: 1px solid rgba(255,255,255,.17);
  color: #fff;
  background: rgba(7,9,12,.82);
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
}
.gambit-visual-badges span { padding: 7px 9px; border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: .03em; text-transform: uppercase; }
.gambit-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; width: 100%; }
.gambit-gallery-thumb { display: grid; min-height: 76px; padding: 5px; place-items: center; border-radius: 11px; cursor: pointer; }
.gambit-gallery-thumb[aria-pressed="true"] { border-color: #ff5148; box-shadow: 0 0 0 2px rgba(255,81,72,.2); }
.gambit-gallery-thumb img { width: 100%; height: 66px; object-fit: contain; filter: none; }

.gambit-conversion-copy { gap: 11px; min-width: 0; }
.gambit-conversion-copy > .eyebrow { color: #ff6a61; letter-spacing: .1em; }
.gambit-conversion-copy > h1 {
  max-width: 760px;
  font-size: clamp(40px, 4.2vw, 56px);
  line-height: .98;
  letter-spacing: -.025em;
}
.gambit-conversion-copy > p:first-of-type { max-width: 720px; color: #c5ccd5; font-size: 16px; line-height: 1.5; }

.gambit-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin: 2px 0 4px;
}
.gambit-trust-row span {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 46px;
  padding: 8px 9px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  color: #dbe1e8;
  background: rgba(255,255,255,.035);
  font-size: 11px;
  font-weight: 780;
  line-height: 1.25;
}
.gambit-trust-row b { color: #72dfa0; font-size: 14px; }

.gambit-offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  gap: 12px;
  min-width: 0;
  margin-top: 2px;
}
.gambit-offer-card {
  display: grid;
  align-content: start;
  gap: 11px;
  min-width: 0;
  margin: 0;
  padding: 17px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px;
  background: linear-gradient(150deg, #171a20, #0b0d11 76%);
  box-shadow: 0 16px 38px rgba(0,0,0,.25);
}
.gambit-offer-card-primary {
  border-color: rgba(255,81,72,.72);
  background: radial-gradient(circle at 95% 0, rgba(255,81,72,.24), transparent 34%), linear-gradient(150deg, #1b1d23, #0a0c10 74%);
  box-shadow: 0 18px 44px rgba(199,35,30,.2), inset 0 1px 0 rgba(255,255,255,.06);
}
.gambit-offer-card .eyebrow { color: #ff938c; font-size: 10px; letter-spacing: .1em; }
.gambit-offer-heading,
.gambit-offer-card .seo-gambit-package-heading { display: grid; gap: 5px; }
.gambit-offer-heading h2,
.gambit-offer-card .seo-gambit-package-heading h2 { margin: 0; color: #fff; font-size: 21px; line-height: 1.08; }
.gambit-offer-heading p,
.gambit-offer-card .seo-gambit-package-heading p { margin: 0; color: #b8c1cc; font-size: 12.5px; line-height: 1.45; }
.gambit-offer-heading > strong,
.gambit-offer-card .seo-gambit-package-heading > strong { order: -1; color: #fff; font-size: 31px; line-height: 1; }
.gambit-offer-card .seo-price-card { width: 100%; padding: 12px; border-radius: 11px; }
.gambit-offer-card .seo-price-card > strong { font-size: 27px; }
.gambit-offer-card .seo-price-card > p { font-size: 11.5px; line-height: 1.4; }
.gambit-offer-card .seo-fuel-special { margin: 0; padding: 11px 12px; border-radius: 11px; }
.gambit-offer-card .seo-fuel-special strong { font-size: 14px; }
.gambit-offer-card .seo-fuel-special span { font-size: 11px; line-height: 1.4; }
.gambit-offer-card .button { display: grid; width: 100%; min-height: 50px; place-items: center; padding: 10px 12px; border-radius: 10px; font-size: 13px; line-height: 1.2; text-align: center; }
.gambit-offer-card-primary .button { background: linear-gradient(135deg, #f03731, #d8231f); box-shadow: 0 12px 28px rgba(226,42,36,.3); }
.gambit-offer-card label { gap: 6px; font-size: 12px; }
.gambit-offer-card select { min-height: 50px; border-color: rgba(255,255,255,.24); background: #090b0e; font-size: 13px; }
.gambit-offer-card .seo-gambit-package-notes { gap: 5px; }
.gambit-offer-card .seo-gambit-package-notes span { padding: 6px 7px; font-size: 10px; }
.gambit-offer-card .seo-gambit-package-fitment,
.gambit-offer-footnote { margin: 0; color: #98a4b2; font-size: 10.5px; line-height: 1.42; }

.gambit-spec-grid { order: 20; margin-top: 8px; }
.gambit-spec-grid span { min-height: 42px; padding: 8px 10px; font-size: 13px; }

.gambit-fitment-guide,
.gambit-confidence-grid { order: 21; display: grid; gap: 13px; margin-top: 8px; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.025); }
.gambit-section-heading { display: grid; gap: 5px; }
.gambit-section-heading h2,
.gambit-confidence-grid h2 { margin: 0; color: #fff; font-size: 22px; line-height: 1.12; }
.gambit-section-heading p,
.gambit-confidence-grid p { margin: 0; color: #aeb8c4; font-size: 12px; line-height: 1.5; }
.gambit-fitment-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.gambit-fitment-cards article { display: grid; gap: 4px; min-width: 0; padding: 11px; border: 1px solid rgba(255,255,255,.09); border-radius: 11px; background: #111419; }
.gambit-fitment-cards span { color: #ff867f; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.gambit-fitment-cards strong { color: #fff; font-size: 12px; line-height: 1.35; }
.gambit-fitment-cards small { color: #929eac; font-size: 10px; line-height: 1.4; }
.gambit-fitment-link { width: fit-content; color: #fff; font-size: 12px; font-weight: 850; text-decoration: underline; text-decoration-color: #ff5148; text-underline-offset: 4px; }

.gambit-confidence-grid { order: 22; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gambit-confidence-grid article { min-width: 0; }
.gambit-confidence-grid ol { display: grid; gap: 8px; margin: 8px 0 0; padding: 0; list-style: none; }
.gambit-confidence-grid li { display: grid; grid-template-columns: 26px minmax(0,1fr); align-items: center; gap: 8px; color: #c8d0d9; font-size: 11px; }
.gambit-confidence-grid li b { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 999px; color: #fff; background: #d92b26; }
.gambit-support-actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 11px; }
.gambit-support-actions a { padding: 7px 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #fff; font-size: 10px; font-weight: 800; }
.gambit-conversion-copy > .seo-actions { order: 23; margin-top: 2px; }

.gambit-sticky-offers { display: none; }
#gambit-package-offer,
#gambit-wheels-offer { scroll-margin-top: 88px; }

@media (max-width: 1180px) {
  .gambit-conversion-page .gambit-conversion-hero { grid-template-columns: minmax(340px, .78fr) minmax(580px, 1.22fr); }
  .gambit-trust-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gambit-offer-grid { grid-template-columns: minmax(0,1fr); }
}

@media (max-width: 900px) {
  html.we-gambit-conversion .global-site-header { grid-template-columns: minmax(0,1fr) auto; }
  html.we-gambit-conversion .global-site-header .main-nav { display: none !important; }
  .seo-page.gambit-conversion-page { padding: 14px 12px 104px; }
  .gambit-conversion-page .seo-breadcrumb { display: none; }
  .gambit-conversion-page .gambit-conversion-hero { grid-template-columns: minmax(0,1fr); gap: 13px; padding: 12px; border-radius: 14px; }
  .gambit-conversion-media { position: relative; top: auto; grid-template-rows: minmax(248px, 1fr) auto; min-height: 0; padding: 12px; border-radius: 13px; }
  .gambit-conversion-media > img { width: min(290px, 92%); height: 260px; max-height: 260px; }
  .gambit-gallery-thumb { min-height: 58px; }
  .gambit-gallery-thumb img { height: 50px; }
  .gambit-conversion-copy > h1 { font-size: clamp(32px, 10vw, 42px); line-height: 1; }
  .gambit-conversion-copy > p:first-of-type { font-size: 14px; line-height: 1.45; }
  .gambit-offer-grid { grid-template-columns: minmax(0,1fr); }
  .gambit-offer-card-primary { order: -1; }
  .gambit-fitment-cards,
  .gambit-confidence-grid { grid-template-columns: minmax(0,1fr); }
  .gambit-sticky-offers {
    position: fixed;
    z-index: 80;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    left: 8px;
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 7px;
    padding: 7px;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 15px;
    background: rgba(9,11,14,.95);
    box-shadow: 0 20px 50px rgba(0,0,0,.54);
    backdrop-filter: blur(14px);
  }
  .gambit-sticky-offers a { display: grid; gap: 1px; min-height: 54px; padding: 7px 9px; place-content: center; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; color: #fff; background: #171a20; text-align: center; }
  .gambit-sticky-offers a.primary { border-color: #ef3c35; background: linear-gradient(135deg,#ed3d36,#cf211d); }
  .gambit-sticky-offers small { color: #c9d0d8; font-size: 9px; font-weight: 750; }
  .gambit-sticky-offers strong { font-size: 16px; line-height: 1; }
}

@media (max-width: 430px) {
  html.we-gambit-conversion .global-site-header .brand svg { width: 168px !important; }
  .gambit-visual-badges { top: 9px; left: 9px; }
  .gambit-visual-badges span { padding: 5px 7px; font-size: 9px; }
  .gambit-trust-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gambit-trust-row span { min-height: 42px; padding: 7px; font-size: 9.5px; }
  .gambit-offer-card { padding: 15px; }
  .gambit-fitment-guide,
  .gambit-confidence-grid { padding: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .gambit-gallery-thumb,
  .gambit-sticky-offers a { transition: none; scroll-behavior: auto; }
}
