:root {
  --custom-red-c: #fe3b1f;
  --custom-black-c: #000000;
  --custom-white-c: #ffffff;
  --custom-text-c: #111111;
  --custom-container-c: 1320px;
}

main *,
main *::before,
main *::after {
  box-sizing: border-box;
}

/* Offset anchor jumps (e.g. #custom-tire-deals-title) by the fixed header height */
html {
  scroll-padding-top: calc(var(--header-height, 160px) + 60px);
}

.custom-container-c {
  width: min(100% - 40px, var(--custom-container-c));
  max-width: var(--custom-container-c);
  margin: 0 auto;
}

.custom-banner-c {
  width: 100%;
  min-height: 320px;
  display: flex;
  align-items: center;
  background: url("https://www.telletire.com/wp-content/uploads/2026/06/Group-1000003475-1-scaled.png") center / cover no-repeat;
}

.custom-banner-c .custom-container-c {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.custom-banner-content-c {
  max-width: 770px;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.custom-banner-content-c h1 {
  margin: 0;
  color: var(--custom-red-c);
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}

.custom-banner-content-c p {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1.35;
  text-align: left;
}


.custom-banner-actions-c {
  display: flex;
  justify-content: flex-start;
  gap: 11px;
  margin-top: 28px;
}


.custom-banner-actions-c a {
min-width: 307px;
    min-height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
}

.custom-banner-primary-c {
  color: var(--custom-white-c);
  background: var(--custom-red-c);
  border: 2px solid var(--custom-red-c);
}

.custom-banner-secondary-c {
  color: var(--custom-black-c);
  background: transparent !important;
  border: 2px solid var(--custom-black-c);
}

.custom-trust-c {
  width: 100%;
  overflow: hidden;
  color: var(--custom-white-c);
  background: var(--custom-black-c);
}

.custom-trust-video-c {
  font-size: 0;
  line-height: 0;
}

.custom-trust-video-el-c {
  display: block;
  width: 100%;
  height: auto;
}

.custom-trust-video-mobile-c {
  display: none;
}

.custom-trust-content-c {
  min-height: 74px;
  display: grid;
  align-content: start;
  padding: 20px 0;
}

.custom-trust-content-c p {
  margin: 0 0 20px;
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.custom-trust-marquee-c {
  width: 100vw;
  margin-left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
}

.custom-trust-track-c {
  width: max-content;
  display: flex;
  align-items: center;
  animation: custom-trust-scroll-c 120s linear infinite;
}

.custom-trust-track-c ul {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0 22px;
  list-style: none;
}

.custom-trust-track-c li {
  display: flex;
  align-items: center;
  gap: 15px;
  white-space: nowrap;
  font-size: 29px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

section.block--call-to-action.call-to-action--buttons.py-64.u-bgc--neutral-lightest .btn--images span {
  text-align: left !important;
  line-height: 40px;
}

.custom-trust-track-c li::after {
  content: "";
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  border: 2px solid var(--custom-white-c);
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--custom-white-c) 0 2px, transparent 3px),
    repeating-conic-gradient(from 0deg, var(--custom-white-c) 0deg 14deg, transparent 14deg 28deg);
}

.custom-promos-c {
  width: 100%;
  padding: 28px 0 30px;
  background: var(--custom-white-c);
}

.custom-promos-heading-c {
  margin-bottom: 28px;
}

.custom-promos-content-c {
  max-width: 1010px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  align-items: start;
}

/* Location pages: white background behind the promotions CTA tiles */
.single-telle_location .promotion-page-footer-cta {
  background: var(--custom-white-c) !important;
}

.custom-promos-card-c {
  display: block;
  overflow: hidden;
}

.custom-promos-card-c img {
  display: block;
  width: 100%;
  height: auto;
}

.custom-tire-deals-c {
  width: 100%;
  padding: 36px 0 44px;
  background: var(--custom-white-c);
}

.custom-tire-deals-heading-c {
  max-width: 720px;
  margin-bottom: 34px;
}

.custom-tire-deals-heading-c p,
.custom-auto-deals-heading-c p {
  position: relative;
  margin: 0 0 7px;
  padding-left: 26px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.custom-tire-deals-heading-c p::before,
.custom-auto-deals-heading-c p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 10px;
  background: repeating-linear-gradient(
    0deg,
    var(--custom-red-c) 0 2px,
    transparent 2px 4px
  );
  transform: skewX(-18deg);
}

.custom-tire-deals-heading-c h2,
.custom-auto-deals-heading-c h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.custom-tire-deals-heading-c h2 span,
.custom-auto-deals-heading-c h2 span {
  color: var(--custom-red-c);
}

.custom-tire-deals-heading-c small,
.custom-auto-deals-heading-c small {
  display: block;
  margin-top: 8px;
  color: var(--custom-text-c);
  font-size: 14.5px;
  line-height: 1.45;
}

.custom-tire-deals-grid-c {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 34px 36px;
}

/* Slider dots — only rendered/shown on mobile (see js/new-promotion.js) */
.custom-slider-dots-c {
  display: none;
}

.custom-tire-card-c {
    position: relative;
    min-height: 450px;
    grid-column: span 2;
    overflow: visible;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    padding: 0;
    border: none;
    border-radius: 0;
    background: url(https://www.telletire.com/wp-content/uploads/2026/06/Rectangle-7026.png) center / 100% 100% no-repeat;
}

.custom-tire-card-c-wrapper {
  padding: 17px 17px 0;
}

.custom-tire-card-bottom-c {
  margin-top: auto;
  padding-top: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.custom-tire-card-shop-c {
  flex: 0 0 auto;
  margin: 0 0 17px 17px;
}

.custom-tire-card-shop-c a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 40px;
  padding: 0 24px;
  color: var(--custom-white-c);
  background: var(--custom-red-c);
  border: 2px solid var(--custom-red-c);
  border-radius: 0.5rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 325ms ease-in-out, color 325ms ease-in-out;
  margin-bottom: 24px;
}

.custom-tire-card-shop-c a:hover,
.custom-tire-card-shop-c a:focus {
  color: var(--custom-red-c);
  background: var(--custom-white-c);
}

.custom-tire-card-img-c {
  flex: 0 1 auto;
  max-width: 46%;
  align-self: flex-end;
}

.custom-tire-card-img-c img {
  display: block;
  width: 100%;
  height: auto;
}

.custom-tire-card-c:nth-child(4) {
  grid-column: 2 / span 2;
}

.custom-tire-card-c:nth-child(5) {
  grid-column: 4 / span 2;
}

.custom-tire-card-top-c {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 42px;
  margin-bottom: 12px;
}

.custom-tire-card-top-c strong {
display: inline-flex;
    flex-direction: column;
    justify-content: center;
    min-width: 100px;
    min-height: 42px;
    padding: 7px 12px;
    color: var(--custom-white-c);
    background: var(--custom-red-c);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: -17px !important;
    border-radius: 0 8px 8px 0;
}

.custom-tire-card-top-c strong span {
  margin-top: 5px;
    font-size: 11px;
    font-weight: 500;
    font-style: italic;
}

.custom-tire-logo-c {
  width: 158px;
  height: 42px;
  object-fit: contain;
  margin-top: 4px;
  margin-left: auto;
}

.custom-tire-card-cooper-c .custom-tire-logo-c {
  width: 192px;
  height: 50px;
}

.custom-tire-card-top-c b {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: grid;
  place-items: center;
  color: var(--custom-white-c);
  background: #555555;
  border-radius: 50%;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.custom-tire-card-c h3,
.custom-tire-card-c h4,
.custom-tire-card-c p,
.custom-tire-card-c ul,
.custom-tire-card-c small {
  position: relative;
  z-index: 2;
}

.custom-tire-card-c h3 {
  margin: 0 0 10px;
  color: var(--custom-red-c);
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  text-wrap: unset;
}

.custom-tire-card-c h3 span {
  color: var(--custom-black-c);
  font-size: 16px;
  line-height: 1.1;
}

.custom-tire-card-c h4 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.custom-tire-card-c p {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.custom-tire-deals-grid-c li {
  font-size: 10px;
  line-height: 15px;
}

.custom-tire-card-c ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 16px;
  margin: 0 0 25px;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.35;
}

.custom-tire-card-c small {
  display: block;
  font-size: 11px;
  font-style: italic;
  line-height: 18px;
  text-align: center;
}

.custom-tire-popover-c {
    position: absolute;
    top: 40px;
    right: -17px;
    z-index: 999;
    width: 300px;
    max-width: calc(100vw - 60px);
    padding: 22px 24px 18px;
    background: var(--custom-white-c);
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.18s ease, visibility 0.18s ease;
}

.custom-tire-popover-c::before {
    content: "";
    position: absolute;
    top: -3px !important;
    right: 18px !important;
    width: 16px;
    height: 16px;
    background: var(--custom-white-c);
    border-radius: 3px 0 0 0;
    transform: rotate(45deg);
}

.custom-tire-card-top-c b:hover + .custom-tire-popover-c,
.custom-tire-popover-c:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.custom-tire-popover-c p {
  margin: 0 0 6px;
  color: var(--custom-red-c);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.custom-tire-popover-c ul {
  display: block;
  margin: 0 0 8px;
  padding-left: 14px;
  font-size: 10px;
  line-height: 1.3;
}
.custom-tire-card-top-c li {
  margin: 0 !important;
}
.custom-tire-popover-c li {
  display: list-item;
  margin: 0 !important;
}

ul:not([class]) li:not(:last-child) {
  margin: 0 !important;
}

.custom-tire-popover-c small {
  display: block;
  color: var(--custom-black-c);
  font-size: 9px;
  font-style: normal;
  line-height: 1.2;
}

.custom-tire-card-michelin-c h4 {
  margin-top: 30px;
  font-size: 14px;
  text-transform: uppercase;
}

.custom-auto-deals-c {
  width: 100%;
  padding: 42px 0 54px;
  background: var(--custom-white-c);
}

.custom-auto-deals-content-c {
  max-width: 1320px;
  margin: 0 auto;
}

.custom-auto-deals-heading-c {
  margin-bottom: 24px;
}

.custom-auto-deals-grid-c {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.custom-auto-deal-card-c {
  position: relative;
  min-height: 0;
  aspect-ratio: 1452 / 1023;
  overflow: hidden;
  background-color: #f6f6f6;
  background-image: var(--deal-bg-c);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.custom-auto-deal-text-c {
  width: 57% !important;
  padding: 32px 0 18px 28px;
}

.custom-auto-deal-text-c h3 {
  margin: 0 0 8px;
  color: var(--custom-black-c);
  font-size: 16px !important;
  font-weight: 700;
  line-height: 20px;
  text-transform: none;
  text-wrap: unset !important;
  font-family: 'Inter' !important;
}

.custom-auto-deal-text-c h4 {
  margin: 0 0 5px;
  color: var(--custom-black-c);
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  font-family: 'Inter' !important;
}

.custom-auto-deal-text-c h4 span {
  color: var(--custom-red-c);
  font-size: 32px !important;
  font-weight: 700;
  line-height: 33px;
  padding-right: 3px;
}

.custom-auto-deal-text-c p {
  margin: 10px 0 0;
  font-size: 11px !important;
  font-style: italic;
  line-height: 15px !important;
  font-family: 'Inter';
}

.custom-auto-deal-text-c ul {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.custom-auto-deal-text-c li {
  position: relative;
  margin-bottom: 3px;
  padding-left: 17px;
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
}

.custom-auto-deal-text-c li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 11px;
  height: 11px;
  background: url("https://www.telletire.com/wp-content/uploads/2026/06/Group-1000003297.png") center / contain no-repeat;
}

.custom-auto-deal-text-c small {
  position: absolute;
  left: 28px;
  bottom: 66px;
  color: #777777;
  font-size: 11px;
  font-style: italic;
  line-height: 1;
  padding-bottom: 13px;
}

.custom-auto-deal-text-c a {
  position: absolute;
  left: 28px;
  bottom: 24px;
  min-width: 206px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--custom-white-c);
  background: var(--custom-red-c);
  border: 2px solid var(--custom-red-c);
  border-radius: 0.5rem !important;
  font-size: 13px;
  font-weight: 600 !important;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 325ms ease-in-out, color 325ms ease-in-out;
}

.custom-auto-deal-text-c a:hover,
.custom-auto-deal-text-c a:focus {
  color: var(--custom-red-c);
  background: var(--custom-white-c);
}

.custom-military-discount-c.custom-military-image-c {
  max-width: 835px;
  min-height: 0;
  margin: 48px auto 0;
  padding: 0;
  display: block;
  overflow: hidden;
  border-radius: 9px;
  background: transparent;
  isolation: auto;
}

.custom-military-discount-c.custom-military-image-c::before,
.custom-military-discount-c.custom-military-image-c::after {
  content: none;
  display: none;
}

.custom-military-image-c a {
  position: relative;
  display: block;
}

.custom-military-image-c picture {
  display: block;
}

.custom-military-image-c img {
  display: block;
  width: 100%;
  height: auto;
}

.custom-military-image-c a span {
  position: absolute;
  right: 3.8%;
  bottom: 10.7%;
  width: 25.2%;
  min-height: 16.9%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--custom-white-c);
  background: var(--custom-red-c);
  border: 2px solid var(--custom-red-c);
  border-radius: 8px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 325ms ease-in-out, color 325ms ease-in-out;
}

.custom-military-image-c a:hover span,
.custom-military-image-c a:focus span {
  color: var(--custom-red-c);
  background: var(--custom-white-c);
}

@keyframes custom-trust-scroll-c {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (min-width: 1025px) {
  .custom-trust-track-c li {
    font-size: 19px;
  }
}

@media (max-width: 1024px) {
  .custom-container-c {
    padding: 0 20px;
}

  .custom-tire-deals-heading-c h2,
  .custom-auto-deals-heading-c h2 {
    font-size: 26px;
    line-height: 1.12;
  }

  .custom-tire-deals-heading-c small,
  .custom-auto-deals-heading-c small {
    font-size: 9px !important;
    line-height: 1.4;
  }

  .custom-tire-deals-grid-c {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .custom-tire-card-c,
  .custom-tire-card-c:nth-child(4),
  .custom-tire-card-c:nth-child(5) {
    grid-column: auto;
  }

  .custom-tire-card-c {
    min-height: 360px !important;
    padding: 0;
  }

  .custom-tire-card-c-wrapper {
    padding: 18px 18px 0;
  }

  .custom-tire-card-shop-c {
    margin: 0 0 14px 14px;
  }

  .custom-tire-card-shop-c a {
    min-width: 120px;
    min-height: 35px !important;
    padding: 0 16px;
    font-size: 13px !important;
    margin-bottom: 13px;
  }

  .custom-tire-card-c h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .custom-tire-card-c h4 {
    font-size: 10px;
    line-height: 14px;
    text-wrap: unset;
  }

  .custom-tire-card-c p {
    font-size: 10px;
    line-height: 12px;
  }

  .custom-tire-card-c small {
    font-size: 7px;
  }

  .custom-tire-deals-grid-c li {
    font-size: 8px;
    line-height: 12px;
  }

  .custom-tire-card-c ul {
    margin: 0 0 14px;
  }

  .custom-tire-card-cooper-c .custom-tire-logo-c {
    width: 122px !important;
  }

  .pagebuilder__block--call-to-action {
    padding-top: 20px !important;
  }
}

@media (max-width: 900px) {
  .custom-banner-c {
    min-height: 240px;
  }

  .custom-banner-content-c h1 {
    font-size: 36px;
  }

  .custom-trust-content-c p {
    font-size: 20px;
  }

  .custom-trust-track-c li {
    font-size: 18px;
  }

  .custom-auto-deals-grid-c {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .custom-military-discount-c.custom-military-image-c {
    max-width: 100%;
  }
}

/* Tablet: auto-deal cards are narrowest here (3-col / 2-col) — scale overlay text down */
@media (min-width: 641px) and (max-width: 1024px) {
  .custom-auto-deal-text-c {
    width: 62% !important;
    padding: 16px 0 10px 14px;
  }

  .custom-auto-deal-text-c h3 {
    font-size: 12px !important;
  }

  .custom-auto-deal-text-c h4 {
    font-size: 9px !important;
  }

  .custom-auto-deal-text-c h4 span {
    font-size: 19px !important;
  }

  .custom-auto-deal-text-c li {
    font-size: 7px;
    line-height: 12px;
  }

  .custom-auto-deal-text-c p {
    font-size: 6px !important;
    line-height: 10px !important;
    margin-bottom: 4px !important;
    display: block;
    margin-top: 1px;
  }

  .custom-auto-deal-text-c small,
  .custom-auto-deal-text-c a {
    left: 14px;
  }

  .custom-auto-deal-text-c small {
    bottom: 34px;
    font-size: 7px;
  }

  .custom-auto-deal-text-c li::before {
    width: 8px;
    height: 8px;
    top: 4px;
  }

  .custom-auto-deal-text-c a {
    bottom: 12px;
    min-width: 132px;
    min-height: 28px;
    font-size: 8px;
    border-radius: 0.5rem;
  }
}

@media (max-width: 640px) {
  .custom-banner-c {
    min-height: 370px;
    align-items: flex-start;
    padding-top: 28px;
    background-image: url("https://www.telletire.com/wp-content/uploads/2026/06/3-6320607.png");
    background-position: 24% 50%;
  }

  .custom-container-c {
    width: min(100% - 30px, var(--custom-container-c));
  }

  .custom-trust-video-desktop-c {
    display: none;
  }

  .custom-trust-video-mobile-c {
    display: block;
  }

  .custom-banner-content-c h1 {
    font-size: 24px !important;
    text-align: center;
  }

  .custom-banner-content-c p {
    font-size: 14px;
    text-align: center;
  }

  .custom-banner-actions-c {
    flex-direction: row;
    gap: 10px;
    margin-top: 22px;
  }

  .custom-banner-actions-c a {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    font-size: 10px !important;
  }

  .custom-trust-content-c {
    min-height: 86px;
    padding-top: 16px;
  }

  .custom-trust-content-c p {
    font-size: 17px;
  }

  .custom-trust-track-c li {
    font-size: 16px;
  }

  .custom-promos-c {
    padding: 22px 0 24px;
  }

  .custom-promos-content-c {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .custom-tire-deals-c {
    padding: 30px 0 34px;
  }

  .custom-tire-deals-content-c {
    max-width: none;
  }

  .custom-tire-deals-heading-c {
    margin-bottom: 22px;
  }

  .custom-tire-deals-heading-c h2,
  .custom-auto-deals-heading-c h2 {
    font-size: 24px;
    line-height: 1.14;
  }

  .custom-tire-deals-heading-c small,
  .custom-auto-deals-heading-c small {
    font-size: 10px !important;
    line-height: 1.42;
  }

  /* Heading label: striped icon on both sides, centered */
  .custom-tire-deals-heading-c p,
  .custom-auto-deals-heading-c p {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-right: 26px;
    font-size: 12px;
  }

  .custom-tire-deals-heading-c p::before,
  .custom-auto-deals-heading-c p::before {
    top: 1px;
  }

  .custom-tire-deals-heading-c p::after,
  .custom-auto-deals-heading-c p::after {
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 18px;
    height: 10px;
    transform: skewX(-18deg);
    background: repeating-linear-gradient(0deg, var(--custom-red-c) 0 2px, transparent 2px 4px);
  }

  .custom-tire-deals-grid-c {
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    margin: 0 -20px;
    padding: 4px 20px 6px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .custom-tire-deals-grid-c::-webkit-scrollbar {
    display: none;
  }

  .custom-tire-deals-grid-c > .custom-tire-card-c {
    flex: 0 0 86%;
    scroll-snap-align: center;
  }

  .custom-tire-card-c,
  .custom-tire-card-c:nth-child(4),
  .custom-tire-card-c:nth-child(5) {
    grid-column: auto;
  }

  .custom-tire-card-c {
    min-height: 372px !important;
    padding: 0;
  }

  .custom-tire-card-c-wrapper {
    padding: 20px 15px 0;
  }

  .custom-tire-card-shop-c {
    margin: 0 0 16px 16px;
  }

  .custom-tire-card-shop-c a {
    min-width: 130px;
    min-height: 35px !important;
    padding: 0 18px;
    font-size: 13px !important;
    margin-bottom: 13px;
  }

  .custom-tire-card-c h3 {
    font-size: 19px;
    line-height: 23px;
  }

  .custom-tire-card-c h4 {
    font-size: 11px;
    line-height: 16px;
    text-wrap: unset;
  }

  .custom-tire-card-c p {
    font-size: 11px;
    line-height: 13px;
  }

  .custom-tire-card-c small {
    font-size: 8px;
  }

  .custom-tire-card-c h3 span {
    font-size: 11px;
    line-height: 12px !important;
  }

  .custom-tire-card-top-c strong {
    font-size: 10px !important;
    left: -15px !important;
  }

  .custom-tire-card-top-c strong span {
    font-size: 8px !important;
  }

  .custom-tire-card-michelin-c h4 {
    margin-top: 10px;
  }

  .custom-tire-deals-grid-c li {
    font-size: 6.2px !important;
  }

  .custom-tire-card-c ul {
    gap: 4px;
    margin: 0 0 16px;
    padding-left: 12px !important;
  }

  .custom-tire-logo-c {
    width: 80px !important;
  }

  .custom-tire-card-cooper-c .custom-tire-logo-c {
    width: 132px !important;
  }

  .custom-tire-popover-c {
    width: 280px;
    right: -10px;
    padding: 18px 18px 14px;
  }

  .custom-tire-popover-c p {
    font-size: 11px;
  }

  .custom-tire-popover-c ul {
    font-size: 10px;
  }

  .custom-tire-popover-c small {
    font-size: 9px;
  }

  .custom-auto-deals-c {
    padding: 32px 0 38px;
  }

  .custom-auto-deals-grid-c {
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    margin: 0 -20px;
    padding: 4px 20px 6px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .custom-auto-deals-grid-c::-webkit-scrollbar {
    display: none;
  }

  .custom-auto-deals-grid-c > .custom-auto-deal-card-c {
    flex: 0 0 86%;
    scroll-snap-align: center;
  }

  .custom-auto-deal-card-c {
    min-height: 0;
    aspect-ratio: 1452 / 990;
  }

  .custom-slider-dots-c {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }

  .custom-slider-dot-c {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #cccccc;
    cursor: pointer;
    transition: background-color 200ms ease;
  }

  .custom-slider-dot-c.is-active {
    background: var(--custom-red-c);
  }

  .custom-auto-deal-text-c {
    width: 62%;
    padding: 13px 0 12px 11px;
  }

  .custom-auto-deal-text-c h3 {
    font-size: 11px !important;
    margin-bottom: 0;
    line-height: 15px;
  }

  .custom-auto-deal-text-c h4 {
    font-size: 9px !important;
    margin-bottom: 0;
    line-height: 9px;
  }

  .custom-auto-deal-text-c h4 span {
    font-size: 16px !important;
    line-height: 26px;
  }

  .custom-auto-deal-text-c li {
    font-size: 8px;
    line-height: 12px;
    padding-left: 12px;
  }

  .custom-auto-deal-text-c p {
    font-size: 6px !important;
    line-height: 11px !important;
    margin-bottom: 4px !important;
    display: block;
    margin-top: 1px;
  }

  .custom-auto-deal-text-c small,
  .custom-auto-deal-text-c a {
    left: 10px;
  }

  .custom-auto-deal-text-c small {
    bottom: 36px;
    font-size: 7px;
  }

  .custom-auto-deal-text-c li::before {
    width: 8px;
    height: 8px;
    top: 4px;
  }

  .custom-auto-deal-text-c a {
    bottom: 14px;
    min-width: 146px;
    min-height: 30px;
    font-size: 9px;
    border-radius: 0.5rem;
  }

  .custom-military-discount-c.custom-military-image-c {
    margin-top: 34px;
  }

  .custom-military-image-c a span {
    left: 50%;
    right: auto;
    bottom: 6%;
    transform: translateX(-50%);
    width: 72%;
    min-height: 0;
    padding: 13px 12px;
    font-size: 15px;
    border-radius: 8px;
  }

  .pagebuilder__block--call-to-action {
    padding-top: 20px !important;
  }
}

/* ===== Tire brand marquee ===== */
.tyre-bg-img {
  background: url("https://jimwhaleytires.com/wp-content/uploads/2026/03/36320606_grunge_background_with_tire_tracks-1-1-scaled.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.jw-tires-offer-marquee {
  background: #fff;
  overflow: hidden;
}

.jw-tires-offer-marquee__container {
  padding-top: 14px;
  padding-bottom: 14px;
  overflow: hidden;
}

.jw-tires-offer-marquee__track {
  display: flex;
  width: max-content;
  animation: jwTiresOfferMarquee 120s linear infinite;
}

.jw-tires-offer-marquee__group {
  display: flex;
  align-items: center;
  gap: 44px;
  padding-right: 44px;
}

.jw-tires-offer-marquee__group img {
  max-width: 200px;
  width: 100%;
  display: block;
}

@keyframes jwTiresOfferMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===== QA fix (Figma): Montserrat headings + Inter body ===== */
.custom-banner-c,
.custom-trust-c,
.custom-promos-c,
.custom-tire-deals-c,
.custom-auto-deals-c,
.jw-tires-offer-marquee {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
}

.custom-banner-content-c h1,
.custom-trust-content-c p,
.custom-trust-track-c li,
.custom-tire-deals-heading-c p,
.custom-auto-deals-heading-c p,
.custom-tire-deals-heading-c h2,
.custom-auto-deals-heading-c h2,
.custom-tire-card-c h3,
.custom-tire-card-c h4,
.custom-auto-deal-card-c h3,
.custom-auto-deal-card-c h4,
.custom-tire-card-top-c strong {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

@media (max-width: 768px) {
  .custom-tire-deals-heading-c {
        text-align: center;
    }
  .promotion-page-footer-cta  .btn--images span {
        font-size: 9px !important;
        line-height: 11px !important;
    }
    .promotion-page-footer-cta.block--call-to-action.call-to-action--buttons .block__items {
      gap: 15px !important;
}
  section.block--call-to-action.call-to-action--buttons.py-64.u-bgc--neutral-lightest .btn--images span {
    text-align: center !important;
  }

  section.block--call-to-action.promotion-page-footer-cta.call-to-action--buttons.py-64.u-bgc--neutral-lightest .btn--images span {
    text-align: left !important;
    font-size: 10px;
    line-height: 15px;
  }
  .jw-tires-offer-marquee__group {
    gap: 24px;
    padding-right: 24px;
  }

  .jw-tires-offer-marquee__group img {
    max-height: 18px;
  }
}

/* Footer CTA tiles: keep them side-by-side (row) at all widths */
.promotion-page-footer-cta.block--call-to-action.call-to-action--buttons .block__items {
  flex-direction: row;
}

/* Footer CTA tiles: keep the desktop text-left / image-right layout on mobile,
   and keep both tiles on one line (equal width, no wrap). */
@media (max-width: 991.98px) {
  .promotion-page-footer-cta{
    padding:10px 0 25px  !important;
    background: #fff !important;
  }
  .promotion-page-footer-cta .block__items {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2rem;
  }

  .jw-tires-offer-marquee__group img {
     max-height: 20px;
  }
  .promotion-page-footer-cta .btn--images {
    flex: 1 1 0;
    min-width: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    padding: 0 15px !important;
    margin: 0 !important;
    border-radius: 10px !important;
  }

  .promotion-page-footer-cta .btn--images span {
    flex: 0 1 auto;
    text-align: left !important;
  }

  .promotion-page-footer-cta .btn--images img {
    flex: 0 0 3rem;
        height: 3.1rem;
        margin: 0;
        transform: scale(1.3);
  }
  .custom-tire-popover-c p {
        font-size: 9px !important;
    }
    .custom-tire-popover-c {
        width: 180px !important;
    }
    .custom-tire-card-c ul {
        gap: 0 !important;
    }
    .custom-tire-deals-grid-c li {
        font-size: 7px !important;
        line-height: 10px;
    }
    .custom-tire-card-bottom-c {
    padding-top: 0;
    }
    .custom-auto-deals-heading-c{
      text-align: center;
    }
    .custom-auto-deals-heading-c p {
    margin: 0 auto 7px;
    width: fit-content;
    }
    .custom-auto-deal-text-c a {
      border-radius: 6px !important;
    }
    .custom-auto-deal-text-c small {
        bottom: 40px !important;
    }
}
