.entry-content,
.post-content,
#content,
.site-content {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
@font-face {
  font-family: "HelveticaNeue Bold";
  src: url("assets/fonts/HelveticaNeueBold.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("assets/fonts/MYRIADPRO-REGULAR.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000000;
  --dark: #0d0d0d;
  --dark-card: #1a1a1a;
  --navy: #0d1b2e;
  --navy-card: #122340;
  --orange: #f36524;
  --orange-light: #ff6a1a;

  --gold: #f5a200;
  --white: #ffffff;
  --light-gray: #f2f2f2;
  --mid-gray: #cccccc;
  --text-muted: #999999;
  --font-head: "Bebas Neue", sans-serif;
  --font-sub-head: "Montserrat", sans-serif;
  --font-body: "Montserrat", sans-serif;
  --shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  --radius: 25px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--black);
  line-height: 1.4;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
.page-title {
  display: none;
}
.primary-wrapper {
  padding: 0px !important;
  margin-top: -2.4rem;
}
.campaign-nav {
  background: var(--orange);
  border-bottom: none;
  margin: 0 !important;
}
.campaign-nav-inner {
  display: flex;
  justify-content: space-between;
  gap: 0;
  max-width: 1080px;
  width: 100%;
  margin: auto;
}

.campaign-nav a {
  padding: 18px 0;
  font-family: var(--font-sub-head);
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  transition:
    color 0.2s,
    background 0.2s;
  position: relative;
  text-align: center;
}

.campaign-nav a.active {
  color: #fff;
  background: transparent;
  font-weight: 700;
}

.campaign-nav a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #fff;
}

.hero {
  background: var(--black);
  position: relative;
  overflow: hidden;
  min-height: 700px;
  display: flex;
  align-items: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 40px 0;
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-text {
  flex: 0 0 auto;
  max-width: 420px;
}

.hero-text h1 {
  font-family: var(--font-head);
  font-size: 9vw;
  font-weight: 500;
  color: var(--white);
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-text h1 .accent {
  color: var(--white);
}

.hero-text .hero-sub {
  margin-top: 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-body);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.hero-car {
  flex: 0 0 58%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero-car img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.8));
  transform: translateX(40px);
}

.section-banner {
  background: var(--orange);
  text-align: center;
  padding: 18px 20px;
}

.section-banner h2 {
  font-family: var(--font-head);
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 3px;
}

.section-banner h2 .highlight {
  color: var(--white);
}

.cards-section {
  background: var(--navy);
  padding: 36px 40px 300px 40px;
  overflow: hidden;
  margin: 0;
}
.cards-section-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  position: relative;
}
.cards-section h2 {
  color: #fff;
  font-size: 106px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
  font-family: var(--font-head);
}
.cards-section .section-label {
  text-align: center;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 24px;
  font-family: var(--font-body);
}

.carousel-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.coupons-swiper-inner {
  overflow: visible;
  position: relative;

  clip-path: inset(-30px 0px);
  z-index: 1;
}
#coupons-swiper {
  overflow: visible;
}

.swiper {
  width: 100%;
  padding-bottom: 6px;
}

.swiper-wrapper {
  display: flex;
  gap: 14px;
}

.swiper-slide {
  display: flex !important;
  width: auto;
  align-items: stretch;
  justify-content: center;
  margin: 0 0 !important;
  position: relative;
  z-index: 1;
}

.swiper-slide:hover {
  z-index: 2;
}

.swiper-slide .coupon-card,
.swiper-slide .tire-card,
.swiper-slide .service-card {
  width: 100%;
}
.custom-nav {
  width: 60px;
  height: 60px;

  position: absolute;
  z-index: 10;
  cursor: pointer;
  -webkit-mask-size: cover;
  mask-size: cover;
  transition: 0.3s ease;
}

.swiper-button-prev.custom-nav {
  left: -50px;
  border-radius: 15px;
  top: 60%;
  transform: translateY(-50%);
  margin: 0 !important;
  width: 50px;
  height: 50px;
}

.swiper-button-next.custom-nav {
  right: -50px;
  border-radius: 15px;
  top: 60%;
  transform: translateY(-50%);
  margin: 0 !important;
  width: 50px;
  height: 50px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.coupon-card {
  max-width: 350px;
  scroll-snap-align: start;
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  border: none;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.8s ease;
}

.coupon-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 300%;
  height: 300%;
  background: linear-gradient(
    0deg,
    transparent,
    transparent 30%,
    var(--orange)
  );
  transform: rotate(-45deg);
  transition: all 0.8s ease;
  opacity: 0;
  pointer-events: none;
}

.coupon-card:hover {
  transform: scale(1.04);
  border-color: var(--gold);
  box-shadow: 0 0 20px var(--orange);
}

.coupon-card:hover::before {
  opacity: 0.35;
  transform: rotate(-45deg) translateY(100%);
}

.coupon-card .card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.coupon-card .card-body {
  padding: 18px 10px 8px 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.best-seller-badge {
  position: absolute;
  top: -1px;
  left: -16px;
  width: 130px;
  z-index: 3;
  pointer-events: none;
}

.coupon-card .card-free-label {
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 700;
  background: var(--orange);
  color: var(--white);
  line-height: 1;
  max-width: max-content;
  padding: 10px 20px;
  text-transform: uppercase;
  position: relative;
  margin: auto;
}
.coupon-card .card-free-label p {
  z-index: 3;
  position: relative;
  font-size: 28px;
  font-family: var(--font-sub-head);
}
.coupon-card .card-free-label::after {
  content: "";
  height: 100%;
  width: 100px;
  position: absolute;
  top: -28px;
  left: -68px;
  background: var(--orange);
  transform: rotate(45deg);
}
.coupon-card .card-free-label::before {
  content: "";
  height: 100%;
  width: 100px;
  position: absolute;
  top: -28px;
  right: -68px;
  background: var(--orange);
  transform: rotate(135deg);
}

.coupon-card .card-title {
  font-family: var(--font-head);
  font-size: 42px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  line-height: 1em;
  margin: 5px auto 0 auto;
  max-width: 230px;
}
.coupon-card .card-sub-title {
  color: var(--orange);
  font-family: var(--font-sub-head);
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 8px;
}

.coupon-card .card-desc {
  font-size: 16px;
  color: #000;
  line-height: 1.3em;
  flex: 1;
  margin-bottom: 0;
  font-family: var(--font-sub-head);
}
.coupon-card .card-features {
  font-family: var(--font-sub-head);
  font-size: 16px;
  font-weight: 400;
}
.coupon-card .card-note {
  font-family: var(--font-sub-head);
  font-size: 16px;
  font-weight: 400;
}
.coupon-card .card-note p {
  font-family: var(--font-sub-head);
  font-size: 16px;
  font-weight: 400;
}
.coupon-card .card-expires strong {
  font-family: var(--font-sub-head);
  font-size: 16px;
  font-weight: 700;
}
.coupon-card .card-price {
  font-family: var(--font-head);
  font-size: 26px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 12px;
  line-height: 1;
}

.coupon-card .card-price sup {
  font-size: 14px;
  vertical-align: super;
}
.coupon-card .card-price .cents {
  font-size: 15px;
}

.btn-redeem {
  display: block;
  background: var(--orange);
  color: var(--white);
  text-align: center;
  padding: 9px 12px;
  font-family: "HelveticaNeue Bold", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  margin-top: 12px;
  transition: background 0.2s;
}

.tire-card {
  flex: 0 0 240px;
  scroll-snap-align: start;
  background: var(--dark-card);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid #2a2a2a;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.2s,
    border-color 0.2s;
  text-align: center;
}

.tire-card:hover {
  transform: translateY(-4px);
  border-color: var(--orange);
}

.tire-card .car-img-wrap {
  background: #ffffff;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.tire-card .car-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.tire-card .card-body {
  padding: 14px;
}
.card-body-content .card-sub-title {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 8px auto;
}
.card-body-content .card-desc {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 4px auto;
}
.card-body-content .card-expires {
  width: 100%;
  max-width: 240px;
  margin: auto;
}
.card-body-content .card-note {
  width: 100%;
  max-width: 240px;
  margin: auto;
}
.tire-card .model-name {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.tire-card .tire-size {
  font-size: 11px;
  color: var(--text-muted);
  margin-bottom: 12px;
  font-family: var(--font-body);
}

.tire-card .price-tag {
  background: var(--orange);
  border-radius: var(--radius);
  padding: 10px 12px;
  margin-bottom: 12px;
}

.tire-card .price-tag .from {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  font-family: var(--font-body);
  letter-spacing: 1px;
}

.tire-card .price-tag .amount {
  font-family: var(--font-head);
  font-size: 30px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.1;
}

.tire-card .price-tag .per {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--font-body);
}

.tire-card .btn-shop {
  display: block;
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
  text-align: center;
  padding: 8px;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: var(--radius);
  cursor: pointer;
  transition: all 0.2s;
  width: 100%;
}

.tire-card .btn-shop:hover {
  background: var(--orange);
  color: var(--white);
  border-color: var(--orange);
}
.finePrintText {
  display: none;
}
html[data-tab="tires"] .finePrintText {
  display: block;
}

.finePrintText {
  margin: 50px 0 0 0;
}
.finePrintText p {
  text-align: center;
  color: #fff;
  font-family: var(--font-sub-head);
  font-size: 18px;
  font-weight: 500;
}
.service-card {
  flex: 0 0 220px;
  scroll-snap-align: start;
  background: var(--dark-card);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid #2a2a2a;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.2s,
    border-color 0.2s;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: var(--orange);
}

.service-card .card-header-strip {
  background: var(--orange);
  padding: 7px 14px;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.service-card .card-image-area {
  height: 155px;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.service-card .card-image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card .card-body {
  padding: 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-card .service-title {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.service-card .service-desc {
  font-size: 11px;
  color: var(--text-muted);
  line-height: 1.5;
  flex: 1;
  margin-bottom: 10px;
  font-family: var(--font-body);
}

.service-card .service-price {
  font-family: var(--font-head);
  font-size: 32px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 3px;
  line-height: 1;
}

.service-card .service-price sup {
  font-size: 16px;
  vertical-align: super;
}

.service-card .service-savings {
  font-size: 10px;
  color: var(--text-muted);
  margin-bottom: 12px;
  font-family: var(--font-body);
}

.service-card .service-savings s {
  color: #555;
}

.service-card.lifeline-card .service-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  color: var(--white);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 26px;
  font-family: var(--font-head);
  margin: 0 auto 8px;
}

.brand-logo-badge {
  background: var(--white);
  border: 1px solid #ddd;
  border-radius: var(--radius);
  padding: 12px 22px;
  min-width: 120px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}

.brand-logo-badge:hover {
  border-color: var(--orange);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.brand-logo-badge img {
  height: 34px;
  object-fit: contain;
  filter: grayscale(100%) brightness(0.3);
  transition: filter 0.2s;
}

.brand-logo-badge:hover img {
  filter: grayscale(0%) brightness(1);
}

.no-honda-section {
  background: var(--black);
  padding: 60px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.no-honda-text h2 {
  font-family: var(--font-head);
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: 1px;
}

.no-honda-text .offer-pill {
  display: inline-block;
  background: var(--orange);
  color: var(--white);
  padding: 5px 16px;
  border-radius: 30px;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.no-honda-text .big-percent {
  font-family: var(--font-head);
  font-size: clamp(70px, 10vw, 110px);
  font-weight: 700;
  color: var(--orange);
  line-height: 1;
  display: block;
}

.no-honda-text p {
  color: var(--mid-gray);
  font-size: 14px;
  margin-top: 8px;
  font-family: var(--font-body);
}

.no-honda-car {
  flex: 0 0 420px;
}

.no-honda-car img {
  width: 100%;
  max-height: 280px;
  object-fit: contain;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.6));
}

.suv-section {
  padding: 0px 60px 0px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  height: 280px;
}

.suv-section img {
  position: absolute;
  top: -110%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  height: 580px;
  object-fit: cover;
}
.suv-section .suv-text h3 {
  font-family: var(--font-head);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.suv-section .suv-text p {
  font-size: 13px;
  color: var(--mid-gray);
  max-width: 380px;
  font-family: var(--font-body);
  line-height: 1.6;
}

.suv-section .btn-explore {
  display: inline-block;
  margin-top: 20px;
  background: var(--orange);
  color: var(--white);
  padding: 12px 30px;
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.suv-section .btn-explore:hover {
  background: var(--orange-light);
}

.suv-section .suv-car {
  flex: 0 0 460px;
}

.suv-section .suv-car img {
  width: 100%;
  max-height: 280px;
  object-fit: contain;
  filter: drop-shadow(0 10px 40px rgba(0, 0, 0, 0.6));
}

.tire-rebates-section {
  display: none;
  background: #ffffff;
  padding: 0 40px 52px;
  text-align: center;
}
html[data-tab="tires"] .tire-rebates-section {
  display: block;
}
.tire-rebates-inner {
  max-width: 1080px;
  margin: 0 auto;
}
.rebates-title {
  font-family: var(--font-head) !important;
  font-size: 106px;
  font-weight: 500;
  color: #1d299f;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 0;
}
.rebates-instant {
  font-family: var(--font-body);
  font-size: 38px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}
.rebates-desc {
  font-family: var(--font-body);
  font-size: 26px;
  font-weight: 500;
  color: #000;
  line-height: 1.3em;
  margin-bottom: 0;
}
.rebates-divider {
  width: 100%;
  max-width: 350px;
  height: 3px;
  background: #bebebe;
  margin: 40px auto 40px auto;
}
.rebates-mfr {
  font-family: var(--font-body);
  font-size: 38px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  line-height: 1.2em;
}
.rebates-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 35px 0;
}
.rebates-logos img {
  height: 55px;
  width: auto;
  object-fit: contain;
  display: inline-block;
}
.rebates-disclaimer {
  font-family: var(--font-body);
  font-size: 22px;
  color: #1d299f;
  font-style: italic;
  font-weight: 700;
}

.tires-no-honda-section {
  display: none;
  overflow: hidden;
  position: relative;
  min-height: 650px;
  background-image: url(https://toronto-honda.theoptimus3.com/wp-content/uploads/2026/03/Tire-Mark.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
html[data-tab="tires"] .tires-no-honda-section {
  display: block;
}
.tires-no-honda-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.tires-no-honda-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.tires-no-honda-heading {
  font-family: var(--font-head);
  font-size: 148px;
  font-weight: 500;
  color: #000000;
  line-height: 0.81em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  margin-left: 50px;
}
.tires-no-honda-car {
  width: 100%;
  max-width: 77%;
  height: auto;
  display: block;
  object-fit: contain;
  position: absolute;
  top: 160px;
  left: -77px;
}

.tires-no-honda-offer {
  background: #e6e8e9;
  border-radius: 0px 30px 30px 0;
  padding: 20px 40px 20px 0px;
  text-align: left;
  box-shadow: 0 6px 28px rgb(0 0 0 / 5%);
  min-width: 210px;
  position: absolute;
  top: 0;
  right: 0;
}

.offer-get-up {
  font-family: var(--font-body);
  font-size: 45px;
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
  position: relative;
}
.offer-get-up::after {
  content: "";
  position: absolute;
  top: 0;
  left: -168.5%;
  width: 506px;
  height: 466px;
  background: linear-gradient(
    133deg,
    rgb(231 232 233) 40%,
    rgb(0 0 0 / 7%) 50%
  );
  clip-path: polygon(91.4% 0, 0 0, 91.4% 100%);
  transform: rotate(90deg);
}
.offer-fifty {
  font-family: var(--font-body);
  font-size: 130px;
  color: #1d299f;
  line-height: 0.88;
  font-weight: 700;
  display: block;
}
.offer-off-text {
  font-family: var(--font-body);
  font-size: 130px;
  color: #1d299f;
  line-height: 0.88;
  font-weight: 700;
  display: block;
  margin-bottom: 0;
}
.offer-sub-text {
  font-family: var(--font-body);
  font-size: 45px;
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0;
}

.address-banner {
  background: #585858;
  padding: 20px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0;
}

.address-banner p {
  font-size: 18px;
  color: var(--white);
  font-family: var(--font-body);
}

.address-banner strong {
  font-weight: 700;
}

.dealer-section {
  position: relative;
  z-index: 1;
  margin: 0;
}

.map-placeholder {
  height: 280px;
  background: #c8d5e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 14px;
  font-weight: bold;
  font-family: var(--font-body);
}

.dealer-info {
  background: #2d2d2d;
  padding: 28px 24px;
}

.dealer-info h4 {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.dealer-info p {
  font-size: 12px;
  color: var(--mid-gray);
  line-height: 1.7;
  font-family: var(--font-body);
}

.dealer-info .hours-table {
  margin-top: 14px;
}

.dealer-info .hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--mid-gray);
  padding: 4px 0;
  border-bottom: 1px solid #3a3a3a;
  font-family: var(--font-body);
}

.dealer-info .hours-row .day {
  color: #aaa;
}

.hero {
  background-image: url("images/MY26_Passport_1248x500_Desktop_OverviewGalleryExterior_03.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  margin: 0 !important;
  transition: opacity 0.28s ease;
}
.hero.fading {
  opacity: 0;
}

.cards-section {
  background-image: url("images/MY25_Civic_Sedan_1248x702_Desktop_OverviewGallery_Exterior_02.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 700px;
  position: relative;
}
.cards-section::before {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    181deg,
    rgb(0 0 0 / 55%) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

.coupons-swiper-inner {
  transition: opacity 0.22s ease;
}
.coupons-swiper-inner.fading {
  opacity: 0;
}

html[data-tab="coupons"] .coupon-card {
  max-width: 320px;
}

html[data-tab="tires"] .regular-price {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-sub-head);
  font-style: italic;
}
html[data-tab="tires"] .regular-price .strike {
  position: relative;
}
html[data-tab="tires"] .regular-price .strike::after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 100%;
  height: 2px;
  background: var(--orange);
  transform: rotate(352deg);
}
html[data-tab="tires"] .sale-price {
  color: var(--orange);
  font-size: 50px;
  font-weight: 800;
  font-family: var(--font-sub-head);
  font-style: italic;
}
html[data-tab="tires"] .card-sub-title {
  margin-top: 12px;
}
html[data-tab="tires"] .card-model-title {
  font-size: 50px;
  text-align: center;
  font-weight: 900;
}
html[data-tab="tires"] .card-logo {
  width: 100%;
  height: 55px;
  object-fit: contain;
  margin-top: 20px;
}
html[data-tab="tires"] .coupon-card .card-image {
  scale: 1.3;
  object-fit: contain;
  height: unset;
  max-width: 258px;
  margin: 50px auto 0 auto;
}
html[data-tab="tires"] .coupon-card {
  max-width: 320px;
}
html[data-tab="tires"] .coupon-card .card-body {
  margin: 50px 0 0 0;
}

html[data-tab="service"] .regular-price {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-sub-head);
  font-style: italic;
}
html[data-tab="service"] .regular-price .strike {
  position: relative;
}
html[data-tab="service"] .regular-price .strike::after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 100%;
  height: 2px;
  background: var(--orange);
  transform: rotate(-12deg);
}
html[data-tab="service"] .sale-price {
  color: var(--orange);
  font-size: 50px;
  font-weight: 800;
  font-family: var(--font-sub-head);
  font-style: italic;
}
html[data-tab="service"] .card-sub-title {
  margin-top: 12px;
}
html[data-tab="service"] .coupon-card .card-title {
  margin: 25px auto 0 auto;
  max-width: 240px;
}
.coupon-card[aria-label="SPRING SERVICE SPECIAL"] .card-title {
  padding-left: 85px;
  margin: 25px 0 0 0 !important;
  max-width: 100% !important;
  text-align: left;
}
.specialPerk {
  width: 100%;
  display: block;
  background: #cc1a26;
  color: #fff;
  padding: 8px;
  text-align: center;
  font-family: var(--font-sub-head);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}
html[data-tab="service"] .coupon-card {
  max-width: 320px;
  position: relative;
  transition: all 0.8s ease;
}

html[data-tab="service"] .coupon-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 300%;
  height: 300%;
  background: linear-gradient(
    0deg,
    transparent,
    transparent 30%,
    rgb(204 26 38 / 50%)
  );
  transform: rotate(-45deg);
  transition: all 0.8s ease;
  opacity: 0;
}

html[data-tab="service"] .coupon-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgb(204 26 38 / 50%);
}

html[data-tab="service"] .coupon-card:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

html[data-tab="service"] .coupon-card.special {
  isolation: isolate;
  /* overflow: visible; */
}

html[data-tab="service"] .coupon-card::after {
  content: "";
  width: 100%;
  height: 20px;
  background: var(--orange);
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1200px) {
  .rebates-logos {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cards-section h2,
  .rebates-title {
    font-size: 85px;
  }

  .tires-no-honda-car {
    max-width: 60%;
    left: 0px;
  }

  html[data-tab="tires"] .tires-no-honda-section {
    padding: 0px 0;
  }
  .tires-no-honda-heading {
    font-size: 110px;
  }
  .offer-get-up {
    font-size: 35px;
  }
  .offer-get-up::after {
    left: -216.5%;
    clip-path: polygon(72.4% 0, 0 0, 73.4% 100%);
  }

  .offer-fifty {
    font-size: 100px;
  }
  .offer-off-text {
    font-size: 100px;
  }
  .offer-sub-text {
    font-size: 35px;
  }
  .tires-no-honda-car {
    max-width: 60%;
    left: 0px;
  }
}
@media (max-width: 1080px) {
  .hero {
    padding: 0px 30px;
  }
  .hero-content {
    max-width: 768px;
  }
  .campaign-nav-inner {
    max-width: 768px;
  }

  .campaign-nav a {
    font-size: 18px;
  }

  .cards-section-inner {
    max-width: 768px;
  }

  .btn-redeem {
    font-size: 18px;
  }
  .card-sub-title {
    font-size: 16px !important;
  }
  .sale-price {
    font-size: 36px !important;
  }
  .regular-price {
    font-size: 18px !important;
  }
  .coupon-card .card-note {
    font-size: 14px;
  }
  .coupon-card .card-note p {
    font-size: 14px;
  }
  .coupon-card .card-features {
    font-size: 14px;
  }
  .coupon-card .card-expires strong {
    font-size: 14px;
  }
  .coupon-card .card-image {
    height: 135px;
  }
  .suv-section {
    height: 200px;
  }
  .suv-section img {
    top: -110%;
    max-width: 100%;
    height: 380px;
  }

  html[data-tab="tires"] .sale-price,
  html[data-tab="service"] .sale-price {
    font-size: 36px !important;
  }
  html[data-tab="tires"] .regular-price,
  html[data-tab="service"] .regular-price {
    font-size: 18px !important;
  }
  html[data-tab="tires"] .coupon-card .card-note,
  html[data-tab="tires"] .coupon-card .card-note p,
  html[data-tab="service"] .coupon-card .card-note {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .coupon-card .card-image {
    height: unset;
  }

  .swiper-button-prev.custom-nav {
    left: -30px;
  }

  .swiper-button-next.custom-nav {
    right: -30px;
  }
  .tires-no-honda-heading {
    font-size: 80px;
  }
  .offer-fifty {
    font-size: 80px;
  }
  .offer-off-text {
    font-size: 80px;
  }
  .offer-sub-text {
    font-size: 30px;
  }
  .offer-get-up {
    font-size: 30px;
  }
  .offer-get-up::after {
    left: -252.5%;
    clip-path: polygon(61.4% 0, 0 0, 61.4% 100%);
  }
  .tires-no-honda-car {
    max-width: 55%;
    left: 0px;
  }
}

@media (max-width: 768px) {
  .campaign-nav-inner {
    max-width: 100%;
    padding: 0px 20px;
  }
  .coupons-swiper-inner {
    overflow: hidden;
  }
  .coupon-card:hover {
    transform: unset;
  }
  .swiper-button-prev.custom-nav {
    left: 0;
  }
  .cards-section h2,
  .rebates-title {
    font-size: 60px;
  }

  .swiper-button-next.custom-nav {
    right: 0;
  }
  .campaign-nav a {
    line-height: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  .hero {
    min-height: 250px;
  }
  .hero-text h1 {
    font-size: 11vw;
  }

  .cards-section {
    background: var(--navy);
    padding: 36px 40px 150px 40px;
  }
  .suv-section {
    height: 120px;
  }
  .suv-section img {
    top: -112%;
    height: 260px;
  }
  .address-banner p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .tire-rebates-section {
    padding: 48px 24px 40px;
  }
  .tires-no-honda-offer {
    padding: 10px 30px 14px;
    margin-bottom: 0;
  }

  .tires-no-honda-car {
    max-width: 53%;
    left: 0px;
    top: 80px;
  }
  .tires-no-honda-heading {
    font-size: 55px;
  }
  .offer-get-up::after {
    left: -332.5%;
    clip-path: polygon(40% 0, 0 0, 40% 58%);
    background: linear-gradient(
      148deg,
      rgb(231 232 233) 18%,
      rgb(0 0 0 / 20%) 32%
    );
    width: 500px;
    height: 460px;
  }

  .offer-get-up {
    font-size: 18px;
  }
  .offer-sub-text {
    font-size: 18px;
  }
  .offer-fifty {
    font-size: 50px;
  }
  .offer-off-text {
    font-size: 50px;
  }
  .tires-no-honda-section {
    min-height: 250px;
  }
  .rebates-instant {
    font-size: 24px;
  }
  .rebates-mfr {
    font-size: 24px;
  }
  .rebates-desc {
    font-size: 18px;
  }

  .rebates-disclaimer {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .tires-no-honda-left {
    width: 100%;
  }
  .tires-no-honda-car {
    max-width: 70%;
    top: 40px;
    left: -20px;
  }
  .tires-no-honda-offer {
    min-width: 100px;
    padding: 10px 11px 14px 0px;
    border-radius: 0px 15px 15px 0;
  }
  .offer-get-up {
    width: 100%;
    font-size: 14px;
  }
  .offer-get-up::after {
    left: -389.5%;
    clip-path: polygon(38.4% 0, 0 0, 38.4% 37%);
    background: linear-gradient(
      148deg,
      rgb(231 232 233) 18%,
      rgb(0 0 0 / 20%) 32%
    );
    width: 362px;
    height: 338px;
  }
  .offer-fifty {
    font-size: 30px;
  }
  .offer-off-text {
    font-size: 30px;
  }
  .offer-sub-text {
    width: 100%;
    font-size: 14px;
    margin-top: 0;
  }
  .rebates-logos {
    gap: 16px;
  }
  .rebates-logos img {
    height: 20px;
  }
  .tires-no-honda-heading {
    font-size: 30px;
    margin: 0;
  }
  .cards-section h2,
  .rebates-title {
    font-size: 35px;
  }
  .rebates-mfr {
    font-size: 16px;
  }
  .rebates-instant {
    font-size: 16px;
  }
  .rebates-desc {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .suv-section {
    height: 80px;
  }
  .suv-section img {
    top: -116%;
    height: 180px;
  }
  .campaign-nav a {
    flex: 1;
    font-size: 12px;
  }
  .campaign-nav-inner {
    gap: 10px;
  }
  .coupon-card .card-title {
    font-size: 28px;
  }
  .swiper-button-prev.custom-nav {
    left: -30px;
    width: 30px;
    height: 40px;
  }

  .swiper-button-next.custom-nav {
    right: -30px;
    width: 30px;
    height: 40px;
  }

  .cards-section h2,
  .rebates-title {
    font-size: 30px;
  }

  .rebates-logos {
    gap: 16px;
    flex-direction: row;
  }
  .rebates-logos img {
    height: 35px;
  }
  .rebates-disclaimer {
    font-size: 16px;
  }
  html[data-tab="tires"] .coupon-card .card-image {
    scale: unset !important;
  }
  html[data-tab="tires"] .tire-rebates-section {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  html[data-tab="tires"] .tires-no-honda-section {
    margin-bottom: 0;
  }
  html[data-tab="service"] .cards-section {
    padding: 36px 40px 80px 40px;
  }
  .best-seller-badge {
    left: -5px;
    width: 105px;
  }
  .coupon-card[aria-label="SPRING SERVICE SPECIAL"] .card-title {
    padding-left: 75px !important;
    padding-right: 0;
    max-width: 275px !important;
  }
  .finePrintText p {
    font-size: 13px;
  }
}
