.tire-shop-page .qa-scan-entry {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.tire-shop-page .qa-scan-entry > span {
  color: #667583;
  font-size: 11px;
  line-height: 1.45;
}

.tire-shop-page .qa-scan-button,
.tire-shop-page .qa-primary-button,
.tire-shop-page .qa-call-fallback {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(10, 142, 184, 0.32);
  border-radius: 11px;
  background: #eaf8fd;
  color: #075d78;
  cursor: pointer;
  padding: 9px 14px;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none;
  transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.tire-shop-page .qa-scan-button:hover,
.tire-shop-page .qa-scan-button:focus-visible,
.tire-shop-page .qa-size-chip:hover,
.tire-shop-page .qa-size-chip:focus-visible {
  border-color: #0aaee3;
  background: #dff5fd;
  box-shadow: 0 0 0 4px rgba(10, 174, 227, 0.12);
  outline: 0;
  transform: translateY(-1px);
}

.tire-shop-page .qa-saved {
  margin-bottom: 16px;
  border: 1px solid #d5e0e8;
  border-radius: 14px;
  background: #f7fbfd;
  padding: 13px;
}

.tire-shop-page .qa-section-heading,
.tire-shop-page .qa-feature-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.tire-shop-page .qa-section-heading {
  margin-bottom: 10px;
}

.tire-shop-page .qa-section-heading span,
.tire-shop-page .qa-feature-heading span {
  display: block;
  margin-bottom: 3px;
  color: #1386aa;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tire-shop-page .qa-section-heading h3,
.tire-shop-page .qa-feature-heading h2 {
  margin: 0;
  color: inherit;
  font-size: 17px;
  line-height: 1.15;
}

.tire-shop-page .qa-link-button {
  min-height: 44px;
  border: 0;
  background: transparent;
  color: #147b9b;
  cursor: pointer;
  padding: 8px;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tire-shop-page .qa-quick-sizes {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  border-top: 1px solid #e1e8ed;
  padding-top: 12px;
}

.tire-shop-page .qa-chip-group {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
}

.tire-shop-page .qa-chip-group > p {
  margin: 10px 0 0;
  color: #5f6d79;
  font-size: 11px;
  font-weight: 900;
}

.tire-shop-page .qa-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tire-shop-page .qa-size-chip {
  min-height: 44px;
  border: 1px solid #cbd9e2;
  border-radius: 999px;
  background: #fff;
  color: #174456;
  cursor: pointer;
  padding: 8px 13px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 900;
  transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.tire-shop-page .qa-saved-item {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.tire-shop-page .qa-saved-controls {
  display: inline-flex;
  gap: 3px;
}

.tire-shop-page .qa-saved-controls button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: #e8eef2;
  color: #4a5965;
  cursor: pointer;
  padding: 6px 9px;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
}

.tire-shop-page .qa-feature-card {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid rgba(85, 216, 255, 0.25);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(9, 17, 28, 0.98), rgba(18, 29, 43, 0.96));
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  color: #f5f8fb;
  padding: clamp(18px, 2.6vw, 28px);
}

.tire-shop-page .qa-feature-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #2ea8ff, #55d8ff, #ffc85a, transparent);
  content: "";
}

.tire-shop-page .qa-feature-heading {
  margin-bottom: 18px;
}

.tire-shop-page .qa-feature-heading span {
  color: #55d8ff;
}

.tire-shop-page .qa-feature-heading h2 {
  color: #fff;
  font-size: clamp(21px, 2.6vw, 30px);
}

.tire-shop-page .qa-feature-heading > strong {
  border: 1px solid rgba(255, 200, 90, 0.35);
  border-radius: 999px;
  background: rgba(255, 200, 90, 0.12);
  color: #ffd77e;
  padding: 9px 12px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  white-space: nowrap;
}

.tire-shop-page .qa-sidewall-visual {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: radial-gradient(circle at 50% 48%, rgba(85, 216, 255, 0.09), transparent 43%), rgba(0, 0, 0, 0.18);
  padding: 8px;
}

.tire-shop-page .qa-sidewall-svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 470px;
}

.tire-shop-page .qa-tire-outer,
.tire-shop-page .qa-tire-tread,
.tire-shop-page .qa-rim,
.tire-shop-page .qa-hub {
  fill: rgba(5, 9, 15, 0.76);
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 18;
}

.tire-shop-page .qa-tire-tread {
  fill: none;
  stroke: rgba(85, 216, 255, 0.22);
  stroke-dasharray: 7 12;
  stroke-width: 6;
}

.tire-shop-page .qa-rim {
  fill: rgba(255, 255, 255, 0.04);
  stroke: rgba(255, 200, 90, 0.55);
  stroke-width: 8;
}

.tire-shop-page .qa-hub {
  fill: rgba(255, 200, 90, 0.18);
  stroke: rgba(255, 200, 90, 0.7);
  stroke-width: 4;
}

.tire-shop-page .qa-size-arc {
  fill: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.025em;
}

.tire-shop-page .qa-svg-part {
  cursor: pointer;
  outline: none;
}

.tire-shop-page .qa-svg-part line,
.tire-shop-page .qa-svg-part circle {
  fill: #55d8ff;
  stroke: rgba(85, 216, 255, 0.72);
  stroke-width: 2;
}

.tire-shop-page .qa-svg-label {
  fill: #8fa7ba;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.tire-shop-page .qa-svg-value {
  fill: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 16px;
  font-weight: 900;
}

.tire-shop-page .qa-svg-part:hover .qa-svg-value,
.tire-shop-page .qa-svg-part:focus .qa-svg-value {
  fill: #ffd77e;
}

.tire-shop-page .qa-svg-part:focus line,
.tire-shop-page .qa-svg-part:focus circle {
  stroke: #ffd77e;
}

.tire-shop-page .qa-sidewall-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.tire-shop-page .qa-fact {
  min-height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  cursor: pointer;
  padding: 9px 11px;
  text-align: left;
}

.tire-shop-page .qa-fact span,
.tire-shop-page .qa-fact strong {
  display: block;
}

.tire-shop-page .qa-fact span {
  margin-bottom: 4px;
  color: #91a5b6;
  font-size: 10px;
  font-weight: 800;
}

.tire-shop-page .qa-fact strong {
  font-size: 12px;
  line-height: 1.35;
}

.tire-shop-page .qa-fact:hover,
.tire-shop-page .qa-fact:focus-visible {
  border-color: rgba(85, 216, 255, 0.55);
  background: rgba(85, 216, 255, 0.1);
  outline: 0;
}

.tire-shop-page .qa-tooltip {
  margin-top: 10px;
  border: 1px solid rgba(255, 200, 90, 0.3);
  border-radius: 11px;
  background: rgba(255, 200, 90, 0.09);
  color: #ffe6ad;
  padding: 11px 13px;
  font-size: 13px;
  font-weight: 800;
  text-align: right;
  direction: rtl;
}

.tire-shop-page .qa-booking-form {
  margin: 0;
}

.tire-shop-page .qa-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.tire-shop-page .qa-form-grid label {
  display: grid;
  gap: 6px;
}

.tire-shop-page .qa-form-grid label > span {
  color: #c5d1db;
  font-size: 11px;
  font-weight: 800;
}

.tire-shop-page .qa-form-grid input,
.tire-shop-page .qa-form-grid select,
.tire-shop-page .qa-form-grid textarea {
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.96);
  color: #101923;
  padding: 10px 12px;
  font: inherit;
  font-size: 14px;
}

.tire-shop-page .qa-form-grid textarea {
  min-height: 88px;
  resize: vertical;
}

.tire-shop-page .qa-form-grid input:focus,
.tire-shop-page .qa-form-grid select:focus,
.tire-shop-page .qa-form-grid textarea:focus {
  border-color: #55d8ff;
  box-shadow: 0 0 0 4px rgba(85, 216, 255, 0.14);
  outline: 0;
}

.tire-shop-page .qa-form-wide {
  grid-column: 1 / -1;
}

.tire-shop-page .qa-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 14px;
  color: #cbd5de;
  cursor: pointer;
  font-size: 11px;
  line-height: 1.45;
}

.tire-shop-page .qa-consent input {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 0;
  accent-color: #e12234;
}

.tire-shop-page .qa-booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.tire-shop-page .qa-primary-button {
  border-color: transparent;
  background: linear-gradient(135deg, #e12234, #b81322);
  box-shadow: 0 9px 22px rgba(207, 24, 40, 0.28);
  color: #fff;
}

.tire-shop-page .qa-call-fallback {
  border-color: rgba(255, 200, 90, 0.34);
  background: rgba(255, 200, 90, 0.1);
  color: #ffe2a1;
}

.tire-shop-page .qa-primary-button:hover,
.tire-shop-page .qa-primary-button:focus-visible,
.tire-shop-page .qa-call-fallback:hover,
.tire-shop-page .qa-call-fallback:focus-visible {
  box-shadow: 0 0 0 4px rgba(85, 216, 255, 0.13);
  filter: brightness(1.08);
  outline: 0;
  transform: translateY(-1px);
}

.tire-shop-page .qa-primary-button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.tire-shop-page .qa-form-status {
  min-height: 20px;
  margin: 12px 0 0;
  color: #b9c7d2;
  font-size: 12px;
  font-weight: 800;
}

.tire-shop-page .qa-form-status.is-success {
  color: #a8ffb9;
  direction: rtl;
  text-align: left;
}

.tire-shop-page .qa-form-status.is-error {
  color: #ffb7ad;
}

.tire-shop-page .qa-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.qa-modal-open {
  overflow: hidden;
}

.tire-shop-page .qa-scan-modal {
  position: fixed;
  z-index: 10050;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: auto;
  background: rgba(2, 6, 11, 0.88);
  padding: 16px;
}

.tire-shop-page .qa-scan-modal[hidden] {
  display: none;
}

.tire-shop-page .qa-scan-dialog {
  width: min(820px, 100%);
  border: 1px solid rgba(85, 216, 255, 0.32);
  border-radius: 20px;
  background: #0c1521;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.6);
  color: #f4f8fb;
  padding: 16px;
}

.tire-shop-page .qa-scan-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.tire-shop-page .qa-scan-header span {
  display: block;
  margin-bottom: 2px;
  color: #55d8ff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tire-shop-page .qa-scan-header h2 {
  margin: 0;
  color: #fff;
  font-size: 25px;
}

.tire-shop-page .qa-icon-button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
  font-size: 27px;
}

.tire-shop-page .qa-viewfinder {
  position: relative;
  min-height: min(55vh, 500px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  background: #020407;
}

.tire-shop-page .qa-viewfinder video {
  display: block;
  width: 100%;
  height: min(55vh, 500px);
  object-fit: cover;
}

.tire-shop-page .qa-guide-band {
  position: absolute;
  top: 33%;
  right: 7%;
  bottom: 33%;
  left: 7%;
  border: 2px solid #55d8ff;
  border-radius: 10px;
  box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.36), inset 0 0 30px rgba(85, 216, 255, 0.08);
  pointer-events: none;
}

.tire-shop-page .qa-viewfinder > p {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  margin: 0;
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.tire-shop-page .qa-scan-status {
  min-height: 22px;
  margin: 11px 0;
  color: #b9c6d1;
  font-size: 12px;
  font-weight: 800;
}

.tire-shop-page .qa-scan-status.is-success {
  color: #a8ffb9;
}

.tire-shop-page .qa-scan-status.is-warning {
  color: #ffe09a;
}

.tire-shop-page .qa-scan-status.is-error {
  color: #ffafa5;
}

.tire-shop-page .qa-scan-review {
  min-height: 280px;
  border: 1px solid rgba(85, 216, 255, 0.22);
  border-radius: 15px;
  background: radial-gradient(circle at 50% 20%, rgba(85, 216, 255, 0.12), transparent 48%), rgba(255, 255, 255, 0.035);
  padding: clamp(24px, 6vw, 58px) 18px;
  text-align: center;
}

.tire-shop-page .qa-scan-review > span,
.tire-shop-page .qa-scan-review > strong,
.tire-shop-page .qa-scan-review > p {
  display: block;
}

.tire-shop-page .qa-scan-review > span {
  color: #91a6b6;
  font-size: 12px;
  font-weight: 800;
}

.tire-shop-page .qa-scan-review > strong {
  margin: 10px 0;
  color: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(26px, 6vw, 48px);
}

.tire-shop-page .qa-scan-review > p {
  margin: 0;
  color: #ffd77e;
  font-size: 15px;
  font-weight: 900;
}

.tire-shop-page .qa-scan-candidates {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.tire-shop-page .qa-scan-candidates button,
.tire-shop-page .qa-scan-controls > button:not(.qa-primary-button) {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
  padding: 9px 13px;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
}

.tire-shop-page .qa-scan-candidates button.is-selected {
  border-color: #55d8ff;
  background: rgba(85, 216, 255, 0.15);
  color: #b9efff;
}

.tire-shop-page .qa-scan-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tire-shop-page .qa-scan-controls > button:focus-visible,
.tire-shop-page .qa-icon-button:focus-visible,
.tire-shop-page .qa-link-button:focus-visible,
.tire-shop-page .qa-saved-controls button:focus-visible {
  box-shadow: 0 0 0 4px rgba(85, 216, 255, 0.2);
  outline: 2px solid #55d8ff;
  outline-offset: 2px;
}

@media (max-width: 980px) {
  .tire-shop-page .qa-sidewall-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .tire-shop-page .qa-scan-entry {
    align-items: stretch;
    flex-direction: column;
  }

  .tire-shop-page .qa-scan-button {
    width: 100%;
  }

  .tire-shop-page .qa-chip-group {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .tire-shop-page .qa-chip-group > p {
    margin-top: 0;
  }

  .tire-shop-page .qa-feature-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .tire-shop-page .qa-sidewall-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tire-shop-page .qa-form-grid {
    grid-template-columns: 1fr;
  }

  .tire-shop-page .qa-form-wide {
    grid-column: auto;
  }

  .tire-shop-page .qa-booking-actions > * {
    width: 100%;
  }

  .tire-shop-page .qa-scan-modal {
    place-items: start center;
    padding: 8px;
  }

  .tire-shop-page .qa-scan-dialog {
    min-height: calc(100dvh - 16px);
    box-sizing: border-box;
    border-radius: 14px;
  }

  .tire-shop-page .qa-viewfinder,
  .tire-shop-page .qa-viewfinder video {
    height: 54dvh;
    min-height: 350px;
  }

  .tire-shop-page .qa-scan-controls > button {
    flex: 1 1 calc(50% - 8px);
  }
}

@media (max-width: 430px) {
  .tire-shop-page .qa-section-heading {
    align-items: flex-start;
  }

  .tire-shop-page .qa-size-chip {
    flex: 1 1 calc(50% - 7px);
  }

  .tire-shop-page .qa-saved-item {
    width: 100%;
  }

  .tire-shop-page .qa-saved-item > .qa-size-chip {
    flex: 1 1 100%;
  }

  .tire-shop-page .qa-sidewall-visual {
    margin: 0 -9px;
    padding: 0;
  }

  .tire-shop-page .qa-size-arc {
    font-size: 21px;
  }

  .tire-shop-page .qa-svg-label {
    font-size: 11px;
  }

  .tire-shop-page .qa-svg-value {
    font-size: 14px;
  }

  .tire-shop-page .qa-sidewall-facts {
    grid-template-columns: 1fr;
  }

  .tire-shop-page .qa-fact {
    min-height: 54px;
  }

  .tire-shop-page .qa-scan-header h2 {
    font-size: 21px;
  }

  .tire-shop-page .qa-scan-review {
    min-height: 230px;
    padding: 40px 12px;
  }

  .tire-shop-page .qa-scan-controls > button {
    flex-basis: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tire-shop-page .qa-scan-button,
  .tire-shop-page .qa-size-chip,
  .tire-shop-page .qa-primary-button,
  .tire-shop-page .qa-call-fallback {
    transition-duration: 0.01ms;
  }
}

/* Final V9 (6) integration: keep the tire tools readable without changing the rest of the site. */
.tire-shop-page .tire-size-search-panel {
  border-color: rgba(85, 216, 255, 0.25) !important;
  background:
    radial-gradient(circle at 92% 4%, rgba(255, 200, 90, 0.09), transparent 28%),
    linear-gradient(145deg, #0c1724 0%, #09121d 100%) !important;
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.34), inset 0 1px rgba(255, 255, 255, 0.04) !important;
  color: #f4f8fb !important;
}

.tire-shop-page .tire-size-search-form > label,
.tire-shop-page .qa-section-heading h3 {
  color: #ffffff !important;
}

.tire-shop-page .tire-size-search-hint,
.tire-shop-page .qa-scan-entry > span,
.tire-shop-page .qa-chip-group > p {
  color: #9fb0bf !important;
}

.tire-shop-page .tire-size-status {
  color: #75ddff !important;
}

.tire-shop-page .tire-size-input-shell {
  border-color: rgba(85, 216, 255, 0.35) !important;
  background: #ffffff !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22) !important;
}

.tire-shop-page #tire-size-input {
  background: transparent !important;
  color: #101923 !important;
  box-shadow: none !important;
}

.tire-shop-page .qa-saved {
  border-color: rgba(85, 216, 255, 0.2) !important;
  background: rgba(85, 216, 255, 0.055) !important;
}

.tire-shop-page .qa-section-heading span {
  color: #75ddff !important;
}

.tire-shop-page .qa-link-button {
  background: transparent !important;
  color: #75ddff !important;
  box-shadow: none !important;
}

.tire-shop-page .qa-quick-sizes {
  border-top-color: rgba(255, 255, 255, 0.1) !important;
}

.tire-shop-page .tire-size-finder .qa-scan-button,
.tire-shop-page .tire-size-finder .qa-size-chip,
.tire-shop-page .tire-size-finder .qa-saved-controls button {
  border-color: rgba(85, 216, 255, 0.24) !important;
  background: rgba(85, 216, 255, 0.07) !important;
  color: #dff7ff !important;
  box-shadow: none !important;
}

.tire-shop-page .tire-size-finder .qa-scan-button:hover,
.tire-shop-page .tire-size-finder .qa-scan-button:focus-visible,
.tire-shop-page .tire-size-finder .qa-size-chip:hover,
.tire-shop-page .tire-size-finder .qa-size-chip:focus-visible {
  border-color: rgba(85, 216, 255, 0.55) !important;
  background: rgba(85, 216, 255, 0.14) !important;
  color: #ffffff !important;
}

.tire-shop-page .tire-size-finder .tire-size-examples button {
  border-color: rgba(255, 255, 255, 0.16) !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: #edf7fb !important;
}

.tire-shop-page .tire-size-finder .tire-size-examples button:hover,
.tire-shop-page .tire-size-finder .tire-size-examples button:focus-visible {
  border-color: rgba(85, 216, 255, 0.52) !important;
  background: rgba(85, 216, 255, 0.14) !important;
  color: #ffffff !important;
}

.tire-shop-page .tire-size-suggestions {
  border-color: rgba(85, 216, 255, 0.22) !important;
  background: rgba(7, 15, 24, 0.99) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.38) !important;
}

.tire-shop-page .tire-size-finder button.tire-size-suggestion {
  color: #f2f7fa !important;
}

.tire-shop-page .tire-size-finder button.tire-size-suggestion span {
  color: #9caeba !important;
}

.tire-shop-page .tire-size-finder button.tire-size-suggestion:hover,
.tire-shop-page .tire-size-finder button.tire-size-suggestion.is-active,
.tire-shop-page .tire-size-finder button.tire-size-suggestion:focus-visible {
  background: rgba(85, 216, 255, 0.12) !important;
  color: #ffffff !important;
}

.tire-shop-page .qa-form-status.is-success {
  direction: ltr;
  text-align: left;
}

/* Show every offer artwork in full; never crop its edges. */
.tire-shop-page .offer-card .price-media,
.tire-shop-page .offers-page .price-media {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #070a0f !important;
}

@media (max-width: 720px) {
  .tire-shop-page .tire-size-search-panel,
  .tire-shop-page .qa-feature-card {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .tire-shop-page .tire-size-input-shell,
  .tire-shop-page .qa-form-grid > label,
  .tire-shop-page .qa-form-grid input,
  .tire-shop-page .qa-form-grid select,
  .tire-shop-page .qa-form-grid textarea {
    min-width: 0;
    max-width: 100%;
  }
}
