.modal-content .scroll-overflow,
.modal-content .scroll-overflow--short {
  overflow-y: scroll;
}

.promo-banner .slider-detail-section {
  /* -- "text-small" -- */
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0%;
}

.modal-body .content-disclaimer {
  /* -- "text-x-small" -- */
  font-size: 12px;
  line-height: 16px;
  font-weight: 400px;
  letter-spacing: 0%;
}

.chevron-banner {
  background: #222;
  border-radius: 1rem;
  margin: 1rem 1rem 5rem;
  display: flex;
}

.chevron-banner p {
  color: #fff;
}

.chevron-banner__left {
  max-width: 70%;
  padding: 1rem 1.25rem;
  flex-grow: 2;
}

.chevron-banner__left p:not(.h4) {
  border-bottom: 1px solid #595959;
  padding-bottom: 1.25rem;
}

.chevron-banner__left a {
  color: #fedb00;
}

.chevron-banner__right {
  flex-grow: 1;
}

.chevron-banner__right img {
  border-radius: 0 1rem 1rem 0;
  float: right;
  height: 100%;
}

.blimp-navbar_wrapper {
  background-color: #f4f4f4;
  width: 100%;
}

.blimp-navbar_wrapper .mobile-only {
  display: none;
}

.blimp-navbar_wrapper .desktop-only {
  display: block;
}

.blimp-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  max-width: 1180px;
  margin: 1rem auto 0;
}

#blimp-page .blimp-navbar {
  margin: -0.5rem auto 4rem;
}

.blimp-navbar .display-xx-small {
  text-transform: uppercase;
  cursor: pointer;
  color: #222;
}

.blimp-navbar .display-xx-small:hover {
  text-decoration: none;
}

.blimp-navbar_links ul {
  list-style: none;
  display: flex;
  margin: 0;
}

.blimp-navbar_links li {
  margin-left: 1.5rem;
}

.blimp-navbar_expander {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTYnIGhlaWdodD0nOCcgdmlld0JveD0nMCAwIDE2IDgnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTAgMEwtNy42NzcyMWUtMDggMy41TDggOEwxNiAzLjVMMTYgNy42MDQ0ZS0wN0w4IDQuNUwwIDBaJyBmaWxsPScjMjIyMjIyJy8+PC9zdmc+)
    no-repeat center;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  transition: transform 0.5s ease;
}

.blimp-navbar_expander.rotated {
  transform: rotate(180deg);
}

/* - Desktop+ -- */
@media (min-width: 1024px) {
  #presidents-day-page .sign-up-landing-page,
  #fourth-of-july-page .sign-up-landing-page,
  #memorial-day-page .sign-up-landing-page,
  #labor-day-page .sign-up-landing-page,
  #cyber-monday-page .sign-up-landing-page {
    max-width: 73%;
    margin: 6rem auto;
  }

  .height-controlled-hero picture {
    max-height: 36rem !important;
  }

  .height-controlled-hero button {
    margin-right: 0 !important;
  }

  .modal-content .scroll-overflow {
    max-height: 650px;
  }

  .modal-content .scroll-overflow--short {
    max-height: 350px;
  }
}

/* -- Mobile & Tablet -- */
@media (max-width: 1024px) {
  .blimp-navbar_wrapper .mobile-only {
    display: block;
  }

  .blimp-navbar_wrapper .desktop-only {
    display: none;
  }

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

  .blimp-navbar_links {
    display: none;
    width: 100%;
    transition: transform 0.5s ease;
  }

  .blimp-navbar_links ul {
    flex-direction: column;
    width: 100%;
    text-align: left;
    padding: 1rem 0;
  }

  .blimp-navbar_links li {
    margin: 0.5rem 0;
  }

  .blimp-navbar_links.active {
    display: block;
  }

  .blimp-navbar .display-xx-small {
    width: 100%;
  }

  .blimp-navbar_expander {
    display: inline-block;
  }
}

/* -- Mobile -- */
@media (max-width: 767px) {
  .modal-content .scroll-overflow {
    max-height: 450px;
  }

  .modal-content .scroll-overflow--short {
    max-height: 150px;
  }

  #homepage-page .swiper-button-prev,
  #homepage-page .swiper-button-next,
  #still-always-forever-page .swiper-button-prev,
  #still-always-forever-page .swiper-button-next {
      display: none;
  }
  #homepage-page .scrollbar-buttons .swiper-button-prev,
  #homepage-page .scrollbar-buttons .swiper-button-next,
  #still-always-forever-page .scrollbar-buttons .swiper-button-prev,
  #still-always-forever-page .scrollbar-buttons .swiper-button-next {
      display: flex;
  }
}

@font-face {
  font-family: "WingfootSans";
  src: url("https://www.goodyear.com/on/demandware.static/-/Sites/en_US/goodyear/WingfootSans.woff2")
    format("woff2");
}

.wingfoot-override .text-component .banner-heading,
.wingfoot-override .display-standard,
.wingfoot-override .display-small {
  font-family: "WingfootSans", sans-serif !important;
  font-style: normal;
  letter-spacing: 0;
}

.spotlight-badge {
  background: #004ea8;
  color: #fff;
  position: relative;
  margin-left: 10px;
  cursor: pointer;
  padding: 0 4px;
  width: 55px;
  text-align: center;
  line-height: 0;
  margin-bottom: 8px;
}

.spotlight-badge::before {
  right: -12px;
  position: absolute;
  width: 15px;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 10px solid transparent;
  border-top: 25px solid #004ea8;
  content: "";
  border-radius: 4px;
}

.spotlight-badge::after {
  left: -12px;
  position: absolute;
  width: 15px;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 25px solid #004ea8;
  content: "";
  border-radius: 4px;
}

.br-16 {
  border-radius: 2rem;
}

.diagonal-split {
  position: relative;
  width: 100%;
  max-width: 1632px;
  aspect-ratio: 1632/773;
  overflow: hidden;
  margin: 0 auto;
}
.diagonal-split__panel {
  position: absolute;
  inset: 0;
}
.diagonal-split__panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}
.diagonal-split__panel--right {
  z-index: 2;
}
.diagonal-split__divider {
  position: absolute;
  width: 24px;
  height: 116%;
  top: -8%;
  left: 50%;
  margin-left: -4px;
  background: #fff;
  transform: rotate(20deg);
  transform-origin: center;
  cursor: ew-resize;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diagonal-split__handle-grip {
  width: 12px;
  height: 64px;
  background: #767676;
  border-radius: 4px;
  pointer-events: none;
}
.diagonal-split.dragging {
  user-select: none;
  pointer-events: none;
}
.diagonal-split.dragging .diagonal-split__divider {
  pointer-events: all;
}
