/* Quality Auto — scoped Tire Size Finder (tire-shop.html only) */
.tire-shop-page .tire-size-finder {
  --ts-bg: #07111c;
  --ts-bg-deep: #040910;
  --ts-panel: #f7f9fc;
  --ts-ink: #101820;
  --ts-muted: #657181;
  --ts-cyan: #55d8ff;
  --ts-cyan-deep: #087ba5;
  --ts-gold: #ffc85a;
  --ts-red: #cf1828;
  --ts-red-dark: #9f0f1d;
  --ts-line: rgba(108, 219, 255, 0.22);
  position: relative;
  isolation: isolate;
  margin: 28px 0 34px;
  border: 1px solid rgba(255, 200, 90, 0.38);
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 10%, rgba(26, 157, 213, 0.2), transparent 34%),
    radial-gradient(circle at 88% 94%, rgba(207, 24, 40, 0.18), transparent 32%),
    linear-gradient(135deg, #091725 0%, #08111b 47%, #160e0e 100%);
  box-shadow: 0 28px 70px rgba(7, 12, 19, 0.2), inset 0 1px rgba(255, 255, 255, 0.04);
  color: #f7fbff;
  padding: clamp(22px, 3.4vw, 44px);
  scroll-margin-top: 130px;
}

.tire-shop-page .tire-size-finder::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 26px;
  left: 26px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #147fe0, var(--ts-cyan), var(--ts-gold), transparent);
  box-shadow: 0 0 26px rgba(85, 216, 255, 0.32);
}

.tire-shop-page .tire-size-finder-glow {
  position: absolute;
  z-index: -1;
  width: 330px;
  height: 330px;
  right: -140px;
  top: -150px;
  border-radius: 50%;
  background: rgba(255, 200, 90, 0.11);
  filter: blur(3px);
  pointer-events: none;
}

.tire-shop-page .tire-size-finder [hidden] {
  display: none !important;
}

.tire-shop-page .tire-size-finder-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
  gap: clamp(28px, 4vw, 62px);
  align-items: center;
}

.tire-shop-page .tire-size-finder-copy {
  min-width: 0;
}

.tire-shop-page .tire-size-finder-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border: 1px solid rgba(85, 216, 255, 0.42);
  border-radius: 999px;
  background: rgba(85, 216, 255, 0.08);
  color: var(--ts-cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.tire-shop-page .tire-size-finder-badge svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.7;
}

.tire-shop-page .tire-size-finder-copy h2 {
  margin: 17px 0 10px;
  color: #fff;
  font-family: "Oswald", "Manrope", sans-serif;
  font-size: clamp(35px, 4vw, 58px);
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.tire-shop-page .tire-size-finder-copy > p {
  max-width: 580px;
  margin: 0;
  color: #c5d1dc;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.7;
}

.tire-shop-page .tire-size-formats {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.tire-shop-page .tire-size-formats span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: #e9f0f6;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
}

.tire-shop-page .tire-size-formats strong {
  color: var(--ts-gold);
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tire-shop-page .tire-size-data-note {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 8px;
  align-items: center;
  margin-top: 20px;
  color: #94a7b7;
  font-size: 11px;
  line-height: 1.4;
}

.tire-shop-page .tire-size-data-note strong {
  color: #dce8f1;
  font-size: 11px;
}

.tire-shop-page .tire-size-data-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #52e6a2;
  box-shadow: 0 0 0 5px rgba(82, 230, 162, 0.1), 0 0 16px rgba(82, 230, 162, 0.62);
}

.tire-shop-page .tire-size-search-panel {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 22px;
  background: linear-gradient(145deg, #fff 0%, #eef3f8 100%);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.32), inset 0 1px #fff;
  color: var(--ts-ink);
  padding: clamp(17px, 2.1vw, 25px);
}

.tire-shop-page .tire-size-search-form {
  margin: 0;
}

.tire-shop-page .tire-size-search-form > label {
  display: block;
  margin: 0 0 9px;
  color: #15202b;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.015em;
}

.tire-shop-page .tire-size-input-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  min-height: 62px;
  border: 2px solid #cbd5df;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(12, 31, 50, 0.08);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tire-shop-page .tire-size-input-shell:focus-within {
  border-color: #0aaee3;
  box-shadow: 0 0 0 5px rgba(10, 174, 227, 0.13), 0 10px 25px rgba(12, 31, 50, 0.12);
}

.tire-shop-page .tire-size-search-icon {
  width: 22px;
  height: 22px;
  margin-left: 17px;
  fill: none;
  stroke: #108eb8;
  stroke-linecap: round;
  stroke-width: 2;
}

.tire-shop-page #tire-size-input {
  width: 100%;
  min-width: 0;
  min-height: 58px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #0d1822;
  padding: 0 13px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(15px, 1.45vw, 18px);
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  appearance: none;
}

.tire-shop-page #tire-size-input::-webkit-search-cancel-button {
  display: none;
}

.tire-shop-page #tire-size-input::placeholder {
  color: #8a96a2;
  font-weight: 600;
  text-transform: none;
}

.tire-shop-page .tire-size-clear {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-right: 5px;
  border: 0;
  border-radius: 50%;
  background: #edf1f5;
  color: #5f6c79;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  transition: background 150ms ease, color 150ms ease;
}

.tire-shop-page .tire-size-clear:hover,
.tire-shop-page .tire-size-clear:focus-visible {
  background: #dfe6ec;
  color: #101820;
}

.tire-shop-page .tire-size-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  margin-right: 7px;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, #e12234 0%, var(--ts-red) 56%, var(--ts-red-dark) 100%);
  box-shadow: 0 9px 20px rgba(207, 24, 40, 0.28), inset 0 1px rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  padding: 0 17px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease;
}

.tire-shop-page .tire-size-submit svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.tire-shop-page .tire-size-submit:hover,
.tire-shop-page .tire-size-submit:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 25px rgba(207, 24, 40, 0.36), inset 0 1px rgba(255, 255, 255, 0.2);
  filter: brightness(1.05);
}

.tire-shop-page .tire-size-submit:disabled {
  cursor: wait;
  filter: grayscale(0.35);
  opacity: 0.66;
}

.tire-shop-page .tire-size-suggestions {
  max-height: 330px;
  overflow: auto;
  margin-top: 8px;
  border: 1px solid #d1dbe4;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 36px rgba(16, 35, 52, 0.17);
  padding: 6px;
  scrollbar-width: thin;
  scrollbar-color: #aebbc7 transparent;
}

.tire-shop-page .tire-size-suggestion {
  display: grid;
  grid-template-columns: minmax(120px, 0.45fr) minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #18242e;
  cursor: pointer;
  padding: 9px 11px;
  text-align: left;
  transition: background 130ms ease, color 130ms ease;
}

.tire-shop-page .tire-size-suggestion + .tire-size-suggestion {
  border-top: 1px solid #edf1f4;
}

.tire-shop-page .tire-size-suggestion:hover,
.tire-shop-page .tire-size-suggestion.is-active,
.tire-shop-page .tire-size-suggestion:focus-visible {
  outline: 0;
  background: #eaf8fd;
  color: #064f69;
}

.tire-shop-page .tire-size-suggestion strong {
  color: inherit;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 15px;
}

.tire-shop-page .tire-size-suggestion span {
  overflow: hidden;
  color: #63717e;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tire-shop-page .tire-size-suggestion em {
  color: #0a90bc;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
}

.tire-shop-page .tire-size-search-hint,
.tire-shop-page .tire-size-status {
  margin: 8px 2px 0;
  color: #6b7784;
  font-size: 11px;
  line-height: 1.45;
}

.tire-shop-page .tire-size-status {
  min-height: 17px;
  color: #1a6881;
  font-weight: 800;
}

.tire-shop-page .tire-size-status.is-error {
  color: #b11222;
}

.tire-shop-page .tire-size-examples {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-top: 12px;
}

.tire-shop-page .tire-size-examples > span {
  color: #7a8793;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tire-shop-page .tire-size-examples button {
  min-height: 31px;
  border: 1px solid #cbd6df;
  border-radius: 999px;
  background: #fff;
  color: #31404d;
  cursor: pointer;
  padding: 5px 9px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  font-weight: 800;
  transition: border-color 140ms ease, background 140ms ease, color 140ms ease;
}

.tire-shop-page .tire-size-examples button:hover,
.tire-shop-page .tire-size-examples button:focus-visible {
  border-color: #0aaee3;
  background: #eaf9fe;
  color: #006f96;
}

.tire-shop-page .tire-size-result {
  margin-top: clamp(22px, 3vw, 34px);
}

.tire-shop-page .tire-result-card {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, 0.78fr);
  overflow: hidden;
  border: 1px solid rgba(85, 216, 255, 0.3);
  border-radius: 23px;
  background: #0b1722;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.tire-shop-page .tire-result-main {
  min-width: 0;
  padding: clamp(22px, 3vw, 34px);
}

.tire-shop-page .tire-result-state {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(82, 230, 162, 0.36);
  border-radius: 999px;
  background: rgba(82, 230, 162, 0.08);
  color: #70efb4;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.tire-shop-page .tire-result-state::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
}

.tire-shop-page .tire-result-card.is-choice .tire-result-state {
  border-color: rgba(255, 200, 90, 0.36);
  background: rgba(255, 200, 90, 0.08);
  color: var(--ts-gold);
}

.tire-shop-page .tire-result-card.is-missing .tire-result-state {
  border-color: rgba(85, 216, 255, 0.34);
  background: rgba(85, 216, 255, 0.08);
  color: var(--ts-cyan);
}

.tire-shop-page .tire-result-size {
  margin: 15px 0 7px;
  color: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(32px, 4.5vw, 58px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.tire-shop-page .tire-result-summary {
  margin: 0;
  color: #b8c6d2;
  font-size: 13px;
  line-height: 1.6;
}

.tire-shop-page .tire-result-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 21px;
}

.tire-shop-page .tire-result-meta-item {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  padding: 11px;
}

.tire-shop-page .tire-result-meta-item span {
  display: block;
  color: #7f95a7;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tire-shop-page .tire-result-meta-item strong {
  display: block;
  overflow: hidden;
  margin-top: 4px;
  color: #f3f7fa;
  font-size: 12px;
  text-overflow: ellipsis;
}

.tire-shop-page .tire-result-offer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  min-width: 0;
  border-left: 1px solid rgba(255, 200, 90, 0.25);
  background:
    radial-gradient(circle at 80% 12%, rgba(255, 200, 90, 0.25), transparent 30%),
    linear-gradient(145deg, #2a1114 0%, #170b0d 58%, #11090a 100%);
  padding: clamp(24px, 3vw, 38px);
}

.tire-shop-page .tire-result-offer::after {
  content: "";
  position: absolute;
  width: 155px;
  height: 155px;
  right: -80px;
  bottom: -80px;
  border: 26px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
}

.tire-shop-page .tire-offer-kicker {
  position: relative;
  z-index: 1;
  color: var(--ts-gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tire-shop-page .tire-offer-amount {
  position: relative;
  z-index: 1;
  margin-top: 6px;
  color: var(--ts-gold);
  font-family: "Oswald", "Manrope", sans-serif;
  font-size: clamp(43px, 5vw, 66px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.045em;
}

.tire-shop-page .tire-offer-title {
  position: relative;
  z-index: 1;
  margin-top: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.tire-shop-page .tire-offer-copy {
  position: relative;
  z-index: 1;
  margin: 8px 0 17px;
  color: #cbb8ba;
  font-size: 11px;
  line-height: 1.55;
}

.tire-shop-page .tire-offer-call {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: linear-gradient(135deg, #e12234, #b81322);
  box-shadow: 0 10px 24px rgba(207, 24, 40, 0.32);
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  transition: transform 150ms ease, filter 150ms ease;
}

.tire-shop-page .tire-offer-call:hover,
.tire-shop-page .tire-offer-call:focus-visible {
  transform: translateY(-2px);
  color: #fff;
  filter: brightness(1.08);
}

.tire-shop-page .tire-offer-call b {
  color: inherit;
  font-size: 12px;
}

.tire-shop-page .tire-offer-phone {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 700;
}

.tire-shop-page .tire-result-nearby {
  margin-top: 22px;
}

.tire-shop-page .tire-result-nearby > p {
  margin: 0 0 9px;
  color: #8da0af;
  font-size: 11px;
}

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

.tire-shop-page .tire-nearby-button {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 10px;
  align-items: center;
  min-width: 0;
  min-height: 56px;
  border: 1px solid rgba(85, 216, 255, 0.18);
  border-radius: 11px;
  background: rgba(85, 216, 255, 0.055);
  color: #fff;
  cursor: pointer;
  padding: 9px 11px;
  text-align: left;
  transition: border-color 140ms ease, background 140ms ease, transform 140ms ease;
}

.tire-shop-page .tire-nearby-button:hover,
.tire-shop-page .tire-nearby-button:focus-visible {
  border-color: rgba(85, 216, 255, 0.52);
  background: rgba(85, 216, 255, 0.12);
  transform: translateY(-1px);
}

.tire-shop-page .tire-nearby-size {
  overflow: hidden;
  color: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tire-shop-page .tire-nearby-meta {
  grid-column: 1;
  overflow: hidden;
  color: #8fa5b6;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tire-shop-page .tire-nearby-button em {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: var(--ts-cyan);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
}

.tire-shop-page .tire-size-guide {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding-top: 21px;
}

.tire-shop-page .tire-size-guide-heading span {
  display: block;
  color: #7f96a8;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tire-shop-page .tire-size-guide-heading b {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 17px;
}

.tire-shop-page .tire-size-guide-parts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.tire-shop-page .tire-size-guide-parts div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center;
  min-width: 0;
}

.tire-shop-page .tire-size-guide-parts strong {
  color: var(--ts-gold);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 15px;
}

.tire-shop-page .tire-size-guide-parts span {
  color: #8095a7;
  font-size: 9px;
  line-height: 1.3;
}

/* Isolate the finder controls from legacy site-wide !important button rules. */
.tire-shop-page .tire-size-finder button.tire-size-clear {
  border-color: transparent !important;
  background: #edf1f5 !important;
  box-shadow: none !important;
  color: #5f6c79 !important;
}

.tire-shop-page .tire-size-finder button.tire-size-clear:hover,
.tire-shop-page .tire-size-finder button.tire-size-clear:focus-visible {
  border-color: transparent !important;
  background: #dfe6ec !important;
  color: #101820 !important;
}

.tire-shop-page .tire-size-finder button.tire-size-submit {
  border-color: transparent !important;
  background: linear-gradient(135deg, #e12234 0%, #cf1828 56%, #9f0f1d 100%) !important;
  box-shadow: 0 9px 20px rgba(207, 24, 40, 0.28), inset 0 1px rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
}

.tire-shop-page .tire-size-finder button.tire-size-submit:hover,
.tire-shop-page .tire-size-finder button.tire-size-submit:focus-visible {
  border-color: transparent !important;
  background: linear-gradient(135deg, #ed3041 0%, #d51c2d 56%, #a91321 100%) !important;
  box-shadow: 0 12px 25px rgba(207, 24, 40, 0.36), inset 0 1px rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
}

.tire-shop-page .tire-size-finder button.tire-size-suggestion {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #18242e !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 {
  border-color: transparent !important;
  background: #eaf8fd !important;
  color: #064f69 !important;
}

.tire-shop-page .tire-size-finder .tire-size-examples button {
  border-color: #cbd6df !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #31404d !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: #0aaee3 !important;
  background: #eaf9fe !important;
  color: #006f96 !important;
}

.tire-shop-page .tire-size-finder button.tire-nearby-button {
  border-color: rgba(85, 216, 255, 0.18) !important;
  background: rgba(85, 216, 255, 0.055) !important;
  box-shadow: none !important;
  color: #fff !important;
}

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

.tire-shop-page .tire-size-finder a.tire-offer-call {
  border-color: rgba(255, 255, 255, 0.16) !important;
  background: linear-gradient(135deg, #e12234, #b81322) !important;
  box-shadow: 0 10px 24px rgba(207, 24, 40, 0.32) !important;
  color: #fff !important;
  text-decoration: none !important;
}

.tire-shop-page .tire-size-finder a.tire-offer-call:hover,
.tire-shop-page .tire-size-finder a.tire-offer-call:focus-visible {
  border-color: rgba(255, 255, 255, 0.24) !important;
  background: linear-gradient(135deg, #ed3041, #c51727) !important;
  color: #fff !important;
  text-decoration: none !important;
}

.tire-shop-page .tire-size-finder #tire-size-input::placeholder {
  color: #8a96a2 !important;
}

@media (max-width: 980px) {
  .tire-shop-page .tire-size-finder-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .tire-shop-page .tire-size-finder-copy > p {
    max-width: 760px;
  }

  .tire-shop-page .tire-result-card {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  }

  .tire-shop-page .tire-size-guide {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 720px) {
  .tire-shop-page .tire-size-finder {
    margin: 20px 0 28px;
    border-radius: 22px;
    padding: 22px 16px;
  }

  .tire-shop-page .tire-size-finder::before {
    right: 16px;
    left: 16px;
  }

  .tire-shop-page .tire-size-finder-copy h2 {
    font-size: 36px;
  }

  .tire-shop-page .tire-size-data-note {
    grid-template-columns: auto 1fr;
  }

  .tire-shop-page .tire-size-data-note > span:last-child {
    grid-column: 2;
  }

  .tire-shop-page .tire-size-search-panel {
    border-radius: 17px;
    padding: 14px;
  }

  .tire-shop-page .tire-size-input-shell {
    grid-template-columns: auto minmax(0, 1fr) auto;
    border-radius: 13px;
    padding-top: 2px;
  }

  .tire-shop-page .tire-size-submit {
    grid-column: 1 / -1;
    width: calc(100% - 12px);
    min-height: 48px;
    margin: 0 6px 6px;
  }

  .tire-shop-page .tire-size-suggestion {
    grid-template-columns: minmax(105px, 0.45fr) minmax(0, 1fr) auto;
    gap: 8px;
  }

  .tire-shop-page .tire-result-card {
    grid-template-columns: 1fr;
  }

  .tire-shop-page .tire-result-offer {
    border-top: 1px solid rgba(255, 200, 90, 0.25);
    border-left: 0;
  }

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

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

@media (max-width: 430px) {
  .tire-shop-page .tire-size-finder-badge {
    font-size: 10px;
  }

  .tire-shop-page .tire-size-formats {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tire-shop-page .tire-size-formats span {
    justify-content: space-between;
  }

  .tire-shop-page #tire-size-input {
    padding-right: 6px;
    font-size: 14px;
  }

  .tire-shop-page .tire-size-search-icon {
    margin-left: 12px;
  }

  .tire-shop-page .tire-size-suggestion {
    grid-template-columns: 1fr auto;
  }

  .tire-shop-page .tire-size-suggestion span {
    grid-column: 1;
  }

  .tire-shop-page .tire-size-suggestion em {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

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

@media (prefers-reduced-motion: reduce) {
  .tire-shop-page .tire-size-finder *,
  .tire-shop-page .tire-size-finder *::before,
  .tire-shop-page .tire-size-finder *::after {
    scroll-behavior: auto;
    transition-duration: 0.01ms;
  }
}
