/* Hero - CTA wrapper */
.landing-page__hero-placement.alt__ctas .landing-page__hero-content {
  top: 76% !important;
  width: 400px !important;
  min-width: unset;
  max-width: unset;
  justify-content: space-between !important;
}
.landing-page__hero-placement .landing-page__hero-cta.landing-page__hero-cta--secondary {
  display: none !important;
}

.fast-track-placement-2.fast-track--cta-2 .fast-track__cta:nth-child(1),
.fast-track-placement-2.fast-track--cta-2 .fast-track__cta:nth-child(2) {
  margin: 0 !important;
}

/* First hero - 1st cta 'Shop The  Exclusive Collection' cta */
.landing-page__hero-placement.alt__ctas .landing-page__hero-content .landing-page__hero-cta:nth-of-type(1) {
  min-width: 205px;
}
/* First hero - hide 3rd and 4th ctas */
.landing-page__hero-placement.alt__ctas .landing-page__hero-content .landing-page__hero-cta:nth-of-type(3),
.landing-page__hero-placement.alt__ctas .landing-page__hero-content .landing-page__hero-cta:nth-of-type(4) {
  display: none !important;
}

/* Fast track item 1 (Wrapped in you hero) */
.fast-track-placement-1.fast-track__item .cta-wrap {
  width: 64% !important;
  min-width: unset !important;
  max-width: unset !important;
}
/* Fast track item 1 (Wrapped in you hero) CTAs */
.fast-track-placement-1.fast-track__item .fast-track-placement {
  display: block !important;
}
/* Fast track item 1 (Wrapped in you hero) 3rd and 4th CTAs */
.fast-track-placement-1.fast-track__item .fast-track-placement:nth-of-type(3),
.fast-track-placement-1.fast-track__item .fast-track-placement:nth-of-type(4) {
  display: none !important;
}

/* Fast track 3 - cta wrapper */
.fast-track__item--three.fast-track-placement-3 .cta-wrap {
  justify-content: center !important;
  top: 78% !important;
}
/* Fast Track 3 - Hide all exccept first CTA */
/* .fast-track-placement-3 .cta-wrap a:not(:first-of-type) {
  display: none !important;
} */
.fast-track-placement-3 .cta-wrap a:not(:first-of-type) {
  display: none !important;
}

@media (max-width: 768px) {
  /* Hero - CTA wrapper */
  .landing-page__hero-placement.alt__ctas .landing-page__hero-content {
    width: 100% !important;
    justify-content: space-around !important;
    top: 91% !important;
  }
  /* Hero - CTAs */
  .landing-page__hero-placement.alt__ctas .landing-page__hero-content .landing-page__hero-cta {
    min-width: unset !important;
    width: 160px;
  }
  /* Fast track 1- cta wrapper */
  .fast-track-placement-1.fast-track__item .cta-wrap {
    width: 100% !important;
  }
  /* Fast track 1- ctas */
  .fast-track-placement-1.fast-track__item .fast-track-placement {
    width: 48% !important;
    background-color: lightcoral !important;
  }
  /* Fast track 3 - cta wrapper */
  .fast-track__item--three.fast-track-placement-3 .cta-wrap {
    justify-content: center !important;
    top: 88% !important;
  }
}
/* @media (max-width: 370px) {
  .landing-page__hero-placement.alt__ctas .landing-page__hero-content {
    width: 97% !important;
  }
  .landing-page__hero-placement.alt__ctas .landing-page__hero-content .landing-page__hero-cta {
    min-width: unset !important;
    font-size: 13px !important;
  }
} */
@media (min-width: 769px) {
  .fast-track-placement-2 .fast-track__item .cta-wrap,
  .fast-track-placement-1 .fast-track__item .cta-wrap {
    top: 80% !important;
    left: 50% !important;
    width: 64% !important;
    min-width: 600px !important;
    max-width: 750px !important;
    transform: translate(-50%, -50%) !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
  }
}

/* COMING IN HOT Hero - cta holiday shop */
.fast-track__item.fast-track-placement-1 .fast-track__cta.text-only-cta {
  font-size: 14px !important;
  text-decoration: none !important;
  margin: 0 !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  width: 133px !important;
  padding: 9px !important;
  text-align: center !important;
  border-radius: 5px !important;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.13) !important;
}
