/** Shopify CDN: Minification failed

Line 1587:0 Expected "}" to go with "{"

**/
/* ========== SHARED BASE STYLES ========== */

.jackpot-carousel {
  position: relative;
  background-color: #2b0047;
  color: #fff;
  overflow: hidden;
  min-height: 100vh;
  font-family: var(--font-heading, inherit);
}

/* global ticker */
.jackpot-ticker {
  --brand: #D292FF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: linear-gradient(90deg, #AF52DE, var(--brand));
  color: #000;
  height: 75px;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,.18);
  z-index: 30;
  padding-inline: clamp(12px,2vw,20px);
}
@media(max-width:1024px){
  .jackpot-ticker {
    height: 44px;
    box-shadow: none;
  }
}
.jackpot-ticker__inner {
  display: flex;
  align-items: center;
  width: 100%;
}
.jackpot-ticker__viewport {
  flex: 1 1 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.jackpot-ticker__track {
  display: flex;
  gap: 48px;
  width: max-content;
  will-change: transform;
}
.jackpot-ticker__content {
  display: flex;
  align-items: center;
  gap: 24px;
  white-space: nowrap;
}
.jackpot-ticker__item {
  font: 600 16px/1.2 Inter, sans-serif;
  color: #000;
}
.dot {
  opacity: .6;
  color: #000;
  font: 600 16px/1 Inter, sans-serif;
}
@media(max-width:960px){
  .jackpot-ticker__item,
  .dot { font-size: 13px; }
}

/* slider viewport/track */
.jackpot-slider-viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.jackpot-slider-track {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(.16,1,.3,1);
}

/* slides */
.jackpot-slide {
  position: relative;
  flex: 0 0 100vw;
  width: 100vw;
  min-height: 100vh;
  color: #fff;
  text-align: center;
  padding: 75px 1rem 10rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center top;
}
@media(max-width:1024px){
  .jackpot-slide {
    padding-top: 44px;
  }
}

/* inner wrap */
.jackpot-hero__inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  padding-bottom: 18rem;
}
.jackpot-hero__inner--slide3 {
  gap: 3rem;
}

/* headline wrapper (base) */
.jackpot-headline-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--headline-color);
  max-width: 1200px;
  width: 100%;
  z-index: 4;
  margin-top: 20rem;
}

/* headline wrapper, slide 3 desktop (UPDATED for consistency) */
.jackpot-headline-wrapper--slide3 {
  margin-top: 20rem;              /* match base wrapper timing */
  align-items: center;
  text-align: center;
  color: #fff;
  max-width: 1200px;              /* widened to match other slides */
  margin-left: auto;
  margin-right: auto;
}
@media(min-width:1024px){
  .jackpot-headline-wrapper--slide3 {
    margin-left: auto;
    margin-right: auto;
  }
}

/* countdown badge desktop (default position relative to wrapper) */
.jackpot-countdown {
  position: absolute;
  top: -17rem;
  right: 8rem;
  width: 225px;
  height: 120px;
  background: #f5eaff;
  color: #000;
  border-radius: 0.75rem;
  padding: 1rem;
  text-align: center;
  box-shadow: 0 24px 40px rgba(0,0,0,.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.jackpot-countdown__title {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  color:#000;
}
.jackpot-countdown__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
}
.jackpot-countdown__col {
  text-align:center;
  flex:1;
}
.jackpot-countdown__num {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 38px;
  line-height: 1;
  color: #000;
}
.jackpot-countdown__label {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  margin-top: 0.25rem;
  letter-spacing: 0.02em;
}

/* slide 1 desktop headline */
.jackpot-headline-row {
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  text-transform:uppercase;
  letter-spacing:-0.02em;
  line-height:0.8;
  font-family:'Poppins',sans-serif;
  font-weight:800;
  color: var(--headline-color);
}
.jackpot-headline-row--top {
  margin-bottom:0;
  font-size: var(--headline-top-size,120px);
}
.jackpot-headline-row--mid {
  margin-top:-0.4em;
  font-size: var(--headline-mid-size,120px);
}
@media(max-width:1100px){
  .jackpot-headline-row--top,
  .jackpot-headline-row--mid {
    font-size: clamp(48px,6vw,90px);
  }
}
@media(max-width:800px){
  .jackpot-headline-row--top,
  .jackpot-headline-row--mid {
    font-size: clamp(42px,7vw,70px);
  }
}
@media(max-width:500px){
  .jackpot-headline-row--top,
  .jackpot-headline-row--mid {
    font-size: 48px;
  }
}
.jackpot-headline-word {
  font-family:'Poppins',sans-serif !important;
  font-weight:800 !important;
  color: inherit;
  white-space:nowrap;
  line-height:0.8;
}
.jackpot-badge-wrap {
  display:inline-flex;
  align-items:flex-start;
  justify-content:center;
  margin:0 1rem;
}
.jackpot-badge-img {
  display:block;
  height:180px;
  width:auto;
  filter:drop-shadow(0 20px 28px rgba(0,0,0,.75));
  transform:translateY(-60px);
}
@media(max-width:1100px){
  .jackpot-badge-img {
    height:140px;
    transform:translateY(-30px);
  }
}
@media(max-width:800px){
  .jackpot-badge-img {
    height:110px;
    transform:translateY(-20px);
  }
}
@media(max-width:500px){
  .jackpot-badge-img {
    height:80px;
    transform:translateY(-14px);
  }
}

/* slide 1 mobile headline block */
.jackpot-headline-mobile {
  display:none;
  font-family:'Poppins',sans-serif;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:-0.02em;
  text-align:center;
  line-height:1;
}
.jackpot-headline-mobile__line {
  display:block;
  width:100%;
}

/* shared subtext */
.jackpot-headline-subtext {
  font-family:'Poppins',sans-serif;
  font-size:28px;
  font-weight:700;
  text-transform:uppercase;
  color: var(--subhead-color,#fff);
  margin-top:1.5rem;
  line-height:1.2;
  letter-spacing:-0.02em;
}
@media(max-width:800px){
  .jackpot-headline-subtext {
    font-size:20px;
  }
}

/* CTA BUTTON BASE (DESKTOP/TABLET) */
.jackpot-cta-btn {
  display:inline-block;
  background:linear-gradient(180deg,#d2a8ff 0%,#b97cff 100%);
  color:#000;
  font-family:'Poppins',sans-serif;
  font-weight:800;
  text-transform:uppercase;
  border-radius:999px;
  padding:1.5rem 4rem;
  font-size:1.75rem;
  line-height:1.1;
  letter-spacing:-0.02em;
  min-width:260px;
  text-align:center;
  text-decoration:none;
  box-shadow:0 25px 40px rgba(0,0,0,0.8);
  margin-top:2rem;
  transition:all 0.25s ease;
}
.jackpot-cta-btn:hover {
  filter:brightness(1.1);
  transform:translateY(-3px);
}

/* CTA ALT THEME (Slides 2 & 3) */
.jackpot-cta-btn--alt {
  background:linear-gradient(180deg,#D292FF 0%,#AF52DE 100%) !important;
  color:#000 !important;
  box-shadow:0 30px 50px rgba(0,0,0,.9);
}

/* slide 2 desktop headline block */
.jackpot-slide2-headline-desktop {
  display:block;
  color:#1F122E;
  font-family:'Poppins',sans-serif;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:-0.02em;
  line-height:0.9;
  text-align:center;
  max-width:900px;
  margin:0 auto;
}
.slide2-line-desktop {
  font-size:54px;
  line-height:1.05;
  color:#1F122E;
  margin-bottom:0.5rem;
}
.price-line-desktop {
  font-size:202px;
  line-height:0.8;
  font-weight:800;
  color:#1F122E;
  position:relative;
  margin-bottom:1rem;
  text-align:center;
}
.price-desktop-text {
  position:relative;
  display:inline-block;
  font-family:'Poppins',sans-serif;
  font-weight:800;
  color:#1F122E;
}
.price-desktop-badge {
  position:absolute;
  top:-40px;
  right:-40px;
  transform:rotate(-6deg);
  display:block;
}
.price-desktop-badge__img {
  max-width:120px;
  height:auto;
  display:block;
  filter:drop-shadow(0 16px 20px rgba(0,0,0,.4));
}
.slide2-line-desktop--combo {
  font-size:54px;
  line-height:1.05;
  color:#1F122E;
  margin-bottom:0.75rem;
  text-align:center;
}
.question-line-desktop {
  font-size:45px;
  line-height:1.2;
  color:#D292FF;
  margin-top:.5rem;
  margin-bottom:0;
  text-align:center;
}

/* slide2 mobile headline hidden on desktop by default */
.jackpot-slide2-headline-mobile {
  display:none;
}

/* floaters */
.jackpot-floater {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  filter: drop-shadow(0 24px 24px rgba(0,0,0,.6));
}
.jackpot-floater__img {
  max-width: 260px;
  width: 100%;
  height: auto;
}
.jackpot-floater--left {
  left: 4%;
  top: 68%;
  transform: translateY(-50%);
}
.jackpot-floater--right {
  right: 4%;
  top: 68%;
  transform: translateY(-50%);
}
@media(min-width:1600px){
  .jackpot-floater__img { max-width:300px; }
}
@media(max-width:900px){
  .jackpot-floater--left,
  .jackpot-floater--right {
    top:72%;
    max-width:180px;
  }
}

/* hide floaters on slide 3 */
.jackpot-slide--3 .jackpot-floater--hide-on-3 {
  display:none;
}

/* cards bar */
.jackpot-cards-bar {
  position:absolute;
  left:50%;
  bottom:-5rem;
  transform:translateX(-50%);
  display:flex;
  align-items:stretch;
  flex-wrap:nowrap;
  column-gap:1.5rem;
  z-index:5;
}
.jackpot-card {
  background:#1F122E;
  color:#fff;
  width:282px;
  height:110px;
  border-radius:.5rem;
  box-shadow:0 24px 40px rgba(0,0,0,0.9),0 0 60px rgba(0,0,0,0.6);
  padding:0.75rem 1rem;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-family:'Poppins',sans-serif;
  flex-shrink:0;
}
.jackpot-card__eyebrow {
  font-size:14px;
  font-weight:500;
  text-transform:uppercase;
  margin-bottom:.5rem;
  color:#fff;
  line-height:1.2;
  white-space:nowrap;
}
.jackpot-card__main {
  font-size:43px;
  font-weight:700;
  color:#fff;
  line-height:1.1;
  white-space:nowrap;
}
.jackpot-card__arrow {
  display:flex;
  align-items:center;
  justify-content:center;
  width:80px;
  flex-shrink:0;
}
.jackpot-arrow-svg {
  width:100%;
  max-width:80px;
  height:50px;
}
@media(max-width:900px){
  .jackpot-cards-bar {
    flex-direction:column;
    bottom:1rem;
    column-gap:0;
    row-gap:1rem;
  }
  .jackpot-card {
    width:282px;
    height:auto;
  }
  .jackpot-card__main {
    font-size:32px;
  }
  .jackpot-card__arrow {
    width:100%;
    max-width:80px;
    height:40px;
  }
}

/* hide-by-default things on desktop */
.jackpot-mobile-badge { display:none; }
.jackpot-countdown-bar-mobile { display:none; }

/* ========== SLIDE 3 DESKTOP TYPOGRAPHY BLOCK ========== */

.slide3-headline-desktop {
  display:block;
  color:#fff;
  font-family:'Poppins',sans-serif;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:-0.02em;
  line-height:1.05;
  text-shadow:0 20px 40px rgba(0,0,0,.8);
  max-width:1200px;                 /* UPDATED: match other slides */
  text-align:center;
  margin:0 auto;
}

/* GREAT ODDS badge */
.slide3-odds-badge {
  display:inline-block;
  position:relative;
  margin-bottom:1.5rem;
  margin-left:auto;
  margin-right:auto;
  font-family:'Poppins',sans-serif;
  font-weight:700;
  color:#fff;
  font-size:28px;
  line-height:1.1;
  text-transform:uppercase;
  padding:.5rem 1rem;
  border:4px solid #CFA6FF;
  border-radius:60px;
  box-shadow:0 24px 40px rgba(0,0,0,.8);
  background:rgba(0,0,0,0);
}
.slide3-odds-badge__text {
  position:relative;
  z-index:2;
}
.slide3-odds-badge:after {
  content:"";
  position:absolute;
  left:-8px;
  right:-8px;
  bottom:-8px;
  height:8px;
  border-radius:60px;
  background:#CFA6FF;
  filter:blur(2px);
  z-index:1;
}

/* headline lines wrapper */
.slide3-lines {
  display:block;
  font-family:'Poppins',sans-serif;
  font-weight:800;
  text-transform:uppercase;
  line-height:1.05;
  letter-spacing:-0.02em;
  color:#fff;
}

/* Main lines (UPDATED: variable-driven + responsive clamp) */
.slide3-line {
  font-size: clamp(48px, 8.5vw, var(--headline-top-size, 120px));
  line-height: 0.9;
  margin-bottom: 0.4rem;
  color:#fff;
  text-shadow: 0 24px 40px rgba(0,0,0,.9);
}

/* AIRBNB word */
.slide3-line--airbnb {
  color:#FF4F6D;
}

/* PLUS £250... line (UPDATED: variable-driven + clamp) */
.slide3-line--plus {
  font-size: clamp(24px, 3.6vw, var(--headline-mid-size, 54px));
  line-height: 1.15;
  color:#fff;
  margin-top:1rem;
  margin-bottom:0.5rem;
  text-shadow: 0 24px 40px rgba(0,0,0,.9);
}
.slide3-pound {
  color:#CFA6FF;
}

/* hide slide3 mobile block on desktop */
.slide3-headline-mobile {
  display:none;
}

/* ======= MOBILE (<=500px) OVERRIDES ======= */
@media(max-width:500px){

  .jackpot-carousel {
    min-height: auto;
  }

  .jackpot-slider-viewport {
    min-height: auto;
  }

  .jackpot-slide {
    min-height: auto;
    padding-top: 44px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items:center;
  }

  .jackpot-hero__inner {
    flex:1 1 auto;
    width:100%;
    max-width:1400px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
    gap:0;
    padding-bottom:0;
  }

  .jackpot-headline-wrapper {
    margin-top:2rem !important;
    margin-bottom:0;
  }

  .jackpot-floater,
  .jackpot-cards-bar {
    display:none !important;
  }
  .jackpot-countdown { display:none !important; }

  /* MOBILE CTA STYLE */
  .jackpot-cta-btn,
  .jackpot-cta-btn--alt {
    display:inline-block;
    width:auto;
    min-width:0;
    max-width:none;
    font-size:1.1rem;
    line-height:1.2;
    padding:1.1rem 1.5rem;
    border-radius:999px;
    margin-top:1rem;
    margin-bottom:0.5rem;
    box-shadow:0 30px 50px rgba(0,0,0,.9);
    text-align:center;
  }

  /* SLIDE 1 mobile headline */
  .jackpot-slide--1 .jackpot-mobile-badge {
    display:block !important;
    position:relative;
    width:100%;
    text-align:center;
    margin-bottom:0.75rem;
  }
  .jackpot-slide--1 .jackpot-mobile-badge__img {
    height:160px;
    width:auto;
    transform:rotate(-6deg);
    filter:drop-shadow(0 16px 20px rgba(0,0,0,.8));
  }
  .jackpot-slide--1 .jackpot-headline-row {
    display:none !important;
  }
  .jackpot-slide--1 .jackpot-headline-mobile--slide1 {
    display:block !important;
    font-size:52px;
    line-height:1;
    color:#fff;
    text-align:center !important;
  }
  .jackpot-slide--1 .jackpot-headline-mobile__line {
    display:block;
    width:100%;
    margin-top:0.15em;
  }
  .jackpot-slide--1 .jackpot-headline-mobile__line:first-child {
    margin-top:0;
  }

  /* SLIDE 2 mobile tweaks */
  .jackpot-slide--2 {
    min-height: auto;
    padding-bottom:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
  }
  .jackpot-slide--2 .jackpot-hero__inner {
    min-height:auto;
    flex:0 0 auto;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:0;
    padding-bottom:0;
    width:100%;
    max-width:1400px;
    margin:0 auto;
  }
  .jackpot-slide--2 .jackpot-headline-wrapper {
    margin-top:0 !important;
    margin-bottom:0;
    text-align:center;
    align-items:center;
    justify-content:center;
  }

  /* hide desktop headline & show mobile stack */
  .jackpot-slide--2 .jackpot-slide2-headline-desktop {
    display:none !important;
  }
  .jackpot-slide--2 .jackpot-slide2-headline-mobile {
    display:block !important;
    width:100%;
    text-align:center;
    align-items:center;
    font-family:'Poppins',sans-serif;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:-0.02em;
  }

  .slide2-mobile-line--price {
    position:relative;
    line-height:1;
    margin-bottom:0.5rem;
    color:#1F122E;
  }
  .slide2-mobile-price {
    position:relative;
    display:inline-block;
    font-size:64px;
    line-height:1;
    font-weight:800;
    color:#1F122E;
    font-family:'Poppins',sans-serif;
  }
  .slide2-mobile-badge {
    position:absolute;
    top:-32px;
    right:-8px;
    transform:rotate(-6deg);
    display:block;
  }
  .slide2-mobile-badge__img {
    max-width:80px;
    height:auto;
    display:block;
    filter:drop-shadow(0 16px 20px rgba(0,0,0,.4));
  }
  .slide2-mobile-line {
    width:100%;
    display:flex;
    justify-content:center;
    text-align:center;
    font-size:48px;
    line-height:1.05;
    color:#1F122E;
    word-break:break-word;
    font-family:'Poppins',sans-serif;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:-0.02em;
    margin-bottom:0.5rem;
  }
  .slide2-mobile-line--nowrap {
    white-space:nowrap;
  }
  .slide2-mobile-line--ticket {
    justify-content:center;
    text-align:center;
    color:#D292FF;
    font-size:28px;
    line-height:1.15;
    font-family:'Poppins',sans-serif;
    font-weight:800;
    margin-top:0.5rem;
    margin-bottom:0.5rem;
  }

  /* Hide the desktop CTA (inside desktop headline) on mobile */
  .jackpot-slide--2 .jackpot-slide2-headline-desktop .jackpot-cta-btn,
  .jackpot-slide--2 .jackpot-slide2-headline-desktop .jackpot-cta-btn--alt {
    display:none !important;
  }

  /* Slide 2 mobile CTA: keep purple gradient alt styling visible */
  .jackpot-slide--2 .jackpot-slide2-headline-mobile .jackpot-cta-btn--alt {
    display:inline-block !important;
    background:linear-gradient(180deg,#D292FF 0%,#AF52DE 100%) !important;
    color:#000 !important;
  }

  /* SLIDE 3 mobile tweaks */
  .jackpot-slide--3 {
    min-height: auto;
    padding-bottom:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
  }
  .jackpot-slide--3 .jackpot-hero__inner--slide3 {
    min-height:auto;
    flex:0 0 auto;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:0;
    padding-bottom:0;
    width:100%;
    max-width:1400px;
    margin:0 auto;
  }
  .jackpot-slide--3 .jackpot-headline-wrapper--slide3 {
    margin-top:2rem;
    margin-bottom:0;
    text-align:center;
    align-items:center;
    justify-content:center;
    margin-left:0;
    color:#fff;
  }
  .jackpot-slide--3 .slide3-headline-desktop {
    display:none !important;
  }
  .jackpot-slide--3 .slide3-headline-mobile {
    display:block !important;
    width:100%;
    text-align:center;
    color:#fff;
    font-family:'Poppins',sans-serif;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:-0.02em;
    text-shadow:0 24px 40px rgba(0,0,0,.9);
    margin-left:auto;
    margin-right:auto;
  }

  .slide3-odds-badge--mobile {
    font-size:16px;
    line-height:1.2;
    border-width:3px;
    padding:.4rem .75rem;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:1rem;
  }
  .slide3-odds-badge--mobile:after {
    left:-6px;
    right:-6px;
  }

  /* UPDATED RESPONSIVE SIZING FOR SLIDE 3 MOBILE TEXT */
  .slide3-mobile-line {
    font-size: clamp(32px, 8vw, 40px);
    line-height:1.15;
    margin-bottom:.5rem;
    color:#fff;
  }
  .slide3-mobile-line--airbnb {
    color:#FF4F6D;
  }
  .slide3-mobile-line--plus {
    font-size: clamp(18px, 4.5vw, 22px);
    line-height:1.35;
    margin-top:1rem;
    margin-bottom:1rem;
  }

  /* Slide 3 CTA on mobile: keep purple gradient alt styling visible */
  .jackpot-slide--3 .slide3-headline-mobile .jackpot-cta-btn--alt {
    display:inline-block !important;
    background:linear-gradient(180deg,#D292FF 0%,#AF52DE 100%) !important;
    color:#000 !important;
  }

  /* mobile countdown bar */
  .jackpot-countdown-bar-mobile {
    position:relative;
    width:100%;
    z-index:5;
    display:block;
    padding:0 1rem;
    box-sizing:border-box;
    margin-top:1rem;
    margin-bottom:0.5rem;
  }
  .jackpot-countdown-bar-mobile__card {
    width:100%;
    max-width:480px;
    margin:0 auto;
    background:#f5eaff;
    color:#000;
    border-radius:0.75rem;
    padding:1rem;
    text-align:center;
    box-shadow:0 24px 40px rgba(0,0,0,.6);
    font-family:'Inter',sans-serif;
  }
  .jackpot-countdown-bar-mobile__title {
    font-family:'Poppins',sans-serif;
    font-weight:800;
    font-size:20px;
    line-height:1.2;
    margin-bottom:0.75rem;
    color:#000;
  }
  .jackpot-countdown-bar-mobile__timer {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:.5rem;
  }
  .jackpot-countdown-bar-mobile__col {
    text-align:center;
    flex:1;
  }
  .jackpot-countdown-bar-mobile__num {
    font-family:'Inter',sans-serif;
    font-weight:900;
    font-size:38px;
    line-height:1;
    color:#000;
  }
  .jackpot-countdown-bar-mobile__label {
    font-family:'Inter',sans-serif;
    font-weight:400;
    font-size:12px;
    line-height:1.2;
    color:#000;
    margin-top:0.25rem;
    letter-spacing:0.02em;
  }

  /* dots move up on mobile */
  .jackpot-dots {
    position: static !important;
    transform: none !important;
    left: auto !important;
    bottom: auto !important;
    margin: 0 auto 0 auto;
    display: flex;
    justify-content: center;
    z-index: 40;
    gap:.5rem;
  }
}

/* ===== SLIDER CONTROLS ===== */
.jackpot-nav {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:40;
  background:rgba(0,0,0,.5);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  border:2px solid rgba(255,255,255,.4);
  color:#fff;
  font-family:'Inter',sans-serif;
  font-weight:900;
  font-size:2rem;
  line-height:1;
  width:48px;
  height:48px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 20px 40px rgba(0,0,0,.8);
}
.jackpot-nav--prev { left:1rem; }
.jackpot-nav--next { right:1rem; }
@media(max-width:500px){
  .jackpot-nav {
    width:40px;
    height:40px;
    font-size:1.5rem;
  }
}

/* dots */
.jackpot-dots {
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:1rem;
  display:flex;
  gap:.5rem;
  z-index:40;
}
.jackpot-dot {
  width:10px;
  height:10px;
  border-radius:50%;
  border:2px solid #fff;
  background:transparent;
  opacity:.5;
  cursor:pointer;
  padding:0;
}
.jackpot-dot.is-active {
  background:#fff;
  opacity:1;
}

/* ===== SLIDE 3 COUNTDOWN POSITION (LOWERED) ===== */
.jackpot-slide--3 .jackpot-countdown {
  position: absolute;
  top: -12rem;   /* lowered so visually matches slides 1/2 */
  right: 8rem;
  transform: none;
  z-index: 10;
}
@media (max-width: 1400px) {
  .jackpot-slide--3 .jackpot-countdown { top: -10rem; right: 7rem; }
}
@media (max-width: 1200px) {
  .jackpot-slide--3 .jackpot-countdown { top: -9rem; right: 6rem; }
}
@media (max-width: 1024px) {
  .jackpot-slide--3 .jackpot-countdown { top: -7rem; right: 4rem; }
}
/* === MOBILE UNIFICATION FOR SLIDES 1–3 === */
@media(max-width:500px){

  /* Make all slides share the same mobile layout as Slide 1 */
  .jackpot-slide--2,
  .jackpot-slide--3 {
    padding-top: 44px !important;
    padding-bottom: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: center !important;
  }

  .jackpot-slide--2 .jackpot-hero__inner,
  .jackpot-slide--3 .jackpot-hero__inner--slide3 {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 0 !important;
    padding-bottom: 0 !important;
    width: 100%;
  }

  /* Hide desktop headline and show unified mobile headline */
  .jackpot-slide--2 .jackpot-slide2-headline-desktop,
  .jackpot-slide--3 .slide3-headline-desktop {
    display: none !important;
  }

  /* Force same headline layout as Slide 1 mobile */
  .jackpot-slide--2 .jackpot-slide2-headline-mobile,
  .jackpot-slide--3 .slide3-headline-mobile {
    display: block !important;
    text-align: center !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.02em !important;
    font-size: 52px !important;
    line-height: 1 !important;
    color: #fff !important;
  }

  /* Adjust line spacing for multiple words */
  .jackpot-slide--2 .slide2-mobile-line,
  .jackpot-slide--3 .slide3-mobile-line {
    margin-top: 0.15em !important;
    font-size: 52px !important;
    line-height: 1 !important;
  }

  /* Hide mobile badges unique to slide 2/3 */
  .jackpot-slide--2 .slide2-mobile-badge,
  .jackpot-slide--3 .slide3-odds-badge--mobile {
    display: none !important;
  }

  /* Countdown bar mobile unified position + style */
  .jackpot-slide--2 .jackpot-countdown-bar-mobile,
  .jackpot-slide--3 .jackpot-countdown-bar-mobile {
    display: block !important;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }

  /* Hide cards and floaters */
  .jackpot-slide--2 .jackpot-cards-bar,
  .jackpot-slide--3 .jackpot-cards-bar,
  .jackpot-slide--2 .jackpot-floater,
  .jackpot-slide--3 .jackpot-floater {
    display: none !important;
  }

  /* Make CTA identical across all slides */
  .jackpot-slide--2 .jackpot-cta-btn,
  .jackpot-slide--3 .jackpot-cta-btn {
    display: inline-block !important;
    background: linear-gradient(180deg, #d2a8ff 0%, #b97cff 100%) !important;
    color: #000 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    border-radius: 999px !important;
    padding: 1.1rem 1.5rem !important;
    font-size: 1.1rem !important;
    line-height: 1.2 !important;
    box-shadow: 0 30px 50px rgba(0,0,0,.9) !important;
    margin-top: 1rem !important;
  }

  /* Hide alternate (purple) CTAs to match Slide 1 */
  .jackpot-slide--2 .jackpot-cta-btn--alt,
  .jackpot-slide--3 .jackpot-cta-btn--alt {
    background: linear-gradient(180deg, #d2a8ff 0%, #b97cff 100%) !important;
  }

}
/* === MOBILE COUNTDOWN CENTERING FIX === */
@media (max-width: 500px) {
  .jackpot-countdown-bar-mobile {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .jackpot-countdown-bar-mobile__card {
    width: 100%;
    max-width: 480px;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }
}
/* === MOBILE COUNTDOWN: TRUE CENTER + EVEN PADDING === */
@media (max-width: 500px) {
  /* kill any asymmetry from parents */
  .jackpot-slide,
  .jackpot-hero__inner,
  .jackpot-headline-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .jackpot-countdown-bar-mobile {
    /* center the whole bar */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    /* make the container span full width with EQUAL side padding */
    width: 100% !important;
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;

    /* equal padding + safe-area support (iPhone notch, etc.) */
    padding-left: max(16px, env(safe-area-inset-left)) !important;
    padding-right: max(16px, env(safe-area-inset-right)) !important;
  }

  .jackpot-countdown-bar-mobile__card {
    /* keep the card centered and responsive */
    width: 100% !important;
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }
}
/* === FULL-WIDTH COUNTDOWN BAR ON MOBILE === */
@media (max-width: 500px) {

  .jackpot-countdown-bar-mobile {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background: #f5eaff !important;
    box-shadow: 0 -8px 30px rgba(0,0,0,.5);
    padding: 0.75rem 1rem !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 20 !important;
    box-sizing: border-box !important;
  }

  .jackpot-countdown-bar-mobile__card {
    width: 100% !important;
    max-width: none !important;
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }

  /* Keep timer elements evenly spaced across full width */
  .jackpot-countdown-bar-mobile__timer {
    justify-content: space-evenly !important;
  }

  /* Give slides some bottom padding so content doesn’t overlap the countdown */
  .jackpot-slide {
    padding-bottom: 120px !important; /* enough room above the bar */
  }
}
/* === SLIDE 2 MOBILE FIXES: BADGE + VERTICAL CENTERING === */
@media (max-width: 500px) {

  /* 1️⃣ Restore the "ticket" badge image above headline */
  .jackpot-slide--2 .slide2-mobile-badge {
    display: block !important;
    position: relative;
    margin: 0 auto 0.75rem auto;
    text-align: center;
  }
  .jackpot-slide--2 .slide2-mobile-badge__img {
    max-width: 80px;
    height: auto;
    display: inline-block;
    transform: rotate(-6deg);
    filter: drop-shadow(0 12px 16px rgba(0,0,0,0.4));
  }

 /* === SLIDE 2 MOBILE: COMPACT, EVEN SPACING, NO OVER-STRETCH === */
@media (max-width: 500px) {

  /* Keep the section compact; no forced viewport height */
  .jackpot-slide--2 .jackpot-hero__inner {
    min-height: auto !important;
    display: block !important;
    padding-top: 12px !important;
    padding-bottom: 112px !important; /* room for the full-width countdown */
    box-sizing: border-box !important;
    text-align: center !important;
  }

  .jackpot-slide--2 .jackpot-headline-wrapper {
    margin: 0 auto 0 !important;
    padding: 0 16px !important; /* side breathing room so text wraps naturally */
    max-width: 480px !important;
  }

  /* Restore ticket badge but keep it small/tidy */
  .jackpot-slide--2 .slide2-mobile-badge {
    display: block !important;
    position: relative !important;
    text-align: center !important;
    margin: 0 auto 6px auto !important;
  }
  .jackpot-slide--2 .slide2-mobile-badge__img {
    max-width: 70px !important;
    height: auto !important;
    transform: rotate(-6deg);
    filter: drop-shadow(0 10px 14px rgba(0,0,0,.35));
  }

  /* Tighter, consistent typography so it doesn't get super long */
  .jackpot-slide--2 .slide2-mobile-line {
    width: 100% !important;
    display: block !important;
    margin: 0.2rem 0 !important;
    white-space: normal !important;        /* allow natural wrapping */
    word-break: normal !important;
    overflow-wrap: anywhere;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.05 !important;
    font-size: clamp(28px, 7vw, 36px) !important; /* compact */
    color: #1F122E !important;
  }
  .jackpot-slide--2 .slide2-mobile-line--ticket {
    color: #D292FF !important;
    font-size: clamp(22px, 5.5vw, 28px) !important;
    line-height: 1.15 !important;
    margin-top: 0.4rem !important;
    margin-bottom: 0.6rem !important;
  }
  .jackpot-slide--2 .slide2-mobile-line--nowrap {
    white-space: nowrap !important; /* keep "24 HOURS" on one line when possible */
  }

  /* Price line stays strong but not oversized */
  .jackpot-slide--2 .slide2-mobile-line--price { margin-bottom: .25rem !important; }
  .jackpot-slide--2 .slide2-mobile-price {
    font-size: clamp(44px, 9vw, 60px) !important;
    line-height: 1 !important;
  }

  /* CTA spacing so the block feels balanced above the countdown */
  .jackpot-slide--2 .jackpot-cta-btn,
  .jackpot-slide--2 .jackpot-cta-btn--alt {
    margin-top: .8rem !important;
    margin-bottom: 1rem !important;
  }
}
/* === MOBILE: MAKE SLIDES 2 & 3 MATCH SLIDE 1 EXACTLY === */
@media (max-width: 500px) {

  /* Shared container spacing so content doesn't collide with the footer countdown */
  .jackpot-slide--2 .jackpot-hero__inner,
  .jackpot-slide--3 .jackpot-hero__inner--slide3 {
    padding-top: 12px !important;
    padding-bottom: 120px !important; /* room for full-width countdown bar */
    box-sizing: border-box !important;
    text-align: center !important;
  }
  .jackpot-slide--2 .jackpot-headline-wrapper,
  .jackpot-slide--3 .jackpot-headline-wrapper--slide3 {
    margin-top: 0 !important;
    padding: 0 16px !important;   /* same side breathing room as slide 1 mobile */
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* ===== Slide 2: headline + lines use Slide-1 mobile sizes ===== */
  /* Show slide 2 mobile stack, hide its desktop block */
  .jackpot-slide--2 .jackpot-slide2-headline-desktop { display: none !important; }
  .jackpot-slide--2 .jackpot-slide2-headline-mobile { display: block !important; }

  /* Badge size like slide 1 */
  .jackpot-slide--2 .slide2-mobile-badge { display: block !important; text-align: center !important; margin: 0 auto 8px !important; }
  .jackpot-slide--2 .slide2-mobile-badge__img { max-width: 80px !important; height: auto !important; transform: rotate(-6deg); filter: drop-shadow(0 12px 16px rgba(0,0,0,.35)); }

  /* Main lines = 52px, tight line-height like slide 1 */
  .jackpot-slide--2 .slide2-mobile-line {
    font-size: 52px !important;
    line-height: 1 !important;
    margin: 0.15em 0 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    color: #1F122E !important;
    white-space: normal !important;
  }
  /* Price number */
  .jackpot-slide--2 .slide2-mobile-price { font-size: 64px !important; line-height: 1 !important; }
  /* Ticket question (accent line) = 28px, like slide 1 subline */
  .jackpot-slide--2 .slide2-mobile-line--ticket {
    color: #D292FF !important;
    font-size: 28px !important;
    line-height: 1.15 !important;
    margin-top: 0.4rem !important;
    margin-bottom: 0.6rem !important;
  }

  /* CTA sizing to match slide 1 mobile button */
  .jackpot-slide--2 .jackpot-cta-btn,
  .jackpot-slide--2 .jackpot-cta-btn--alt {
    font-size: 1.1rem !important;
    line-height: 1.2 !important;
    padding: 1.1rem 1.5rem !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    background: linear-gradient(180deg,#d2a8ff 0%,#b97cff 100%) !important; /* unify style */
    color: #000 !important;
  }

  /* ===== Slide 3: lines use Slide-1 mobile sizes ===== */
  .jackpot-slide--3 .slide3-headline-desktop { display: none !important; }
  .jackpot-slide--3 .slide3-headline-mobile { display: block !important; padding: 0 16px !important; max-width: 480px !important; margin: 0 auto !important; }

  .jackpot-slide--3 .slide3-mobile-line {
    font-size: 52px !important;
    line-height: 1 !important;
    margin: 0.15em 0 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    color: #fff !important;
  }
  .jackpot-slide--3 .slide3-mobile-line--plus {
    font-size: 28px !important;
    line-height: 1.15 !important;
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }

  /* Keep the full-width countdown footer */
  .jackpot-countdown-bar-mobile {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 0.75rem 1rem !important;
  }
}
/* === MOBILE: SLIDE 2 – MOVE TICKET ICON ABOVE HEADLINE (MATCH SLIDE 1 LAYOUT) === */
@media (max-width: 500px) {

  /* Hide the old inline badge position (inside the £250 line) */
  .jackpot-slide--2 .slide2-mobile-badge {
    display: none !important;
  }

  /* Create a new badge area above the entire headline */
  .jackpot-slide--2 .jackpot-slide2-headline-mobile::before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 0.75rem auto;
    background-image: url('/cdn/shop/files/Group_2085663504_5d9b7c58-9862-4c40-9919-ecaa98e78e28.png?v=1762079235');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-6deg);
    filter: drop-shadow(0 12px 16px rgba(0,0,0,0.4));
  }

  /* Keep the spacing and font sizes consistent with Slide 1 */
  .jackpot-slide--2 .slide2-mobile-line {
    font-size: 52px !important;
    line-height: 1 !important;
    margin: 0.15em 0 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    text-align: center !important;
  }

  .jackpot-slide--2 .slide2-mobile-line--ticket {
    color: #D292FF !important;
    font-size: 28px !important;
    line-height: 1.15 !important;
    margin-top: 0.4rem !important;
    margin-bottom: 0.6rem !important;
  }

  /* Tidy up button spacing below the text */
  .jackpot-slide--2 .jackpot-cta-btn {
    margin-top: 1rem !important;
    margin-bottom: 1.2rem !important;
  }
}
/* === MOBILE: SLIDE 2 – MOVE TICKET ICON ABOVE HEADLINE (MATCH SLIDE 1 LAYOUT) === */
@media (max-width: 500px) {

  /* Hide the old inline badge position (inside the £250 line) */
  .jackpot-slide--2 .slide2-mobile-badge {
    display: none !important;
  }

  /* Create a new badge area above the entire headline */
  .jackpot-slide--2 .jackpot-slide2-headline-mobile::before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 0.75rem auto;
    background-image: url('/cdn/shop/files/Group_2085663504_5d9b7c58-9862-4c40-9919-ecaa98e78e28.png?v=1762079235');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-6deg);
    filter: drop-shadow(0 12px 16px rgba(0,0,0,0.4));
  }

  /* Keep the spacing and font sizes consistent with Slide 1 */
  .jackpot-slide--2 .slide2-mobile-line {
    font-size: 52px !important;
    line-height: 1 !important;
    margin: 0.15em 0 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    text-align: center !important;
  }

  .jackpot-slide--2 .slide2-mobile-line--ticket {
    color: #D292FF !important;
    font-size: 28px !important;
    line-height: 1.15 !important;
    margin-top: 0.4rem !important;
    margin-bottom: 0.6rem !important;
  }

  /* Tidy up button spacing below the text */
  .jackpot-slide--2 .jackpot-cta-btn {
    margin-top: 1rem !important;
    margin-bottom: 1.2rem !important;
  }
}
/* === MOBILE: SLIDE 3 – TOP BADGE IMAGE (MATCH SLIDES 1 & 2) === */
@media (max-width: 500px) {

  /* hide the old mobile badge */
  .jackpot-slide--3 .slide3-odds-badge--mobile {
    display: none !important;
  }

  /* add your new image above the mobile headline */
  .jackpot-slide--3 .slide3-headline-mobile::before {
    content: "";
    display: block;
    width: 90px;               /* tweak if you want it bigger/smaller */
    height: 90px;
    margin: 0 auto 0.75rem auto;
    background-image: url('/cdn/shop/files/Group_2085663526.png?v=1762185547');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-4deg);
    filter: drop-shadow(0 12px 16px rgba(0,0,0,0.4));
  }

  /* keep slide 3 mobile text consistent */
  .jackpot-slide--3 .slide3-headline-mobile {
    text-align: center !important;
  }
}
