/* Hero - CTA wrapper */
.landing-page__hero-placement .landing-page__hero-content {
  top: 64% !important;
  top: 64% !important;
  width: 300px !important;
  justify-content: space-between !important;
}
@media (max-width: 768px) {
  /* Hero - CTA wrapper */
  .landing-page__hero-placement .landing-page__hero-content {
    top: 89% !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;
}
.fast-track__item--three.fast-track-placement-3 .cta-wrap {
  justify-content: center !important;
  top: 78% !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;
}
