/* Isolated full-hero offer carousel for indexTwo.html. */
.promotion-home .promotion-hero.offers-section {
  min-height: min(900px, 100svh);
  padding: 0;
  overflow: hidden;
  background: #24090d;
}
.promotion-home .promotion-hero__carousel,
.promotion-home .promotion-hero__carousel .offers-carousel__viewport,
.promotion-home .promotion-hero__carousel .offers-carousel__track {
  min-height: inherit;
}
.promotion-home .promotion-hero__carousel { height: min(900px, 100svh); }
.promotion-home .promotion-hero__carousel .offers-carousel__viewport { height: 100%; }
.promotion-home .promotion-hero__carousel .offer-banner {
  min-height: inherit;
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
}
.promotion-home .promotion-hero__carousel .offer-banner__content {
  width: min(100%, 1380px);
  padding: calc(var(--header-height) + 4rem) clamp(5rem, 10vw, 10rem) 7rem;
}
.promotion-home .promotion-hero__carousel .offer-banner h3 { max-width: 650px; font-size: clamp(3.65rem, 6.4vw, 6.75rem); }
.promotion-home .promotion-hero__carousel .offer-banner__offer { font-size: clamp(2.25rem, 4vw, 4.25rem); }
.promotion-home .promotion-hero__carousel .offers-carousel__arrow { top: 54%; }
.promotion-home .promotion-hero__carousel .offers-carousel__footer { bottom: 1.6rem; }
.promotion-home--official .promotion-hero__carousel .offer-banner::before {
  background: linear-gradient(90deg, rgba(27,5,9,.78) 0%, rgba(36,7,12,.58) 38%, rgba(36,7,12,.18) 69%, rgba(20,4,7,.03) 100%), linear-gradient(0deg, rgba(16,3,5,.3), transparent 42%);
}
.promotion-home--official .promotion-hero__carousel .offer-banner__image { filter: saturate(1.08) contrast(1.04) brightness(1.12); }
@media (max-width: 900px) {
  .promotion-home .promotion-hero.offers-section,
  .promotion-home .promotion-hero__carousel { min-height: 760px; height: min(860px, 100svh); }
  .promotion-home .promotion-hero__carousel .offer-banner__content { padding: calc(var(--header-height) + 3.75rem) clamp(4.2rem, 9vw, 6rem) 6.25rem; }
}
@media (max-width: 640px) {
  .promotion-home .promotion-hero.offers-section,
  .promotion-home .promotion-hero__carousel { min-height: 720px; height: 100svh; }
  .promotion-home .promotion-hero__carousel .offer-banner { min-height: inherit; }
  .promotion-home .promotion-hero__carousel .offer-banner__content {
    justify-content: flex-end;
    padding: calc(var(--header-height) + 3.25rem) 3.65rem 5.75rem;
  }
  .promotion-home .promotion-hero__carousel .offer-banner h3 { max-width: 300px; font-size: clamp(2.55rem, 12vw, 4.1rem); }
  .promotion-home .promotion-hero__carousel .offer-banner__offer { font-size: clamp(1.75rem, 8vw, 2.4rem); }
  .promotion-home .promotion-hero__carousel .offers-carousel__arrow { top: 50%; }
  .promotion-home .promotion-hero__carousel .offers-carousel__footer { bottom: .75rem; }
}
