/* Hero one ATOM cta wrapper */
.landing-page__hero--placement .hero-one .landing-page__hero-content {
  left: 50% !important;
  top: 80% !important;
  min-width: 400px;
}

/* Hero one - first CTA */
#new-lp .landing-page__hero--placement .hero-one .landing-page__hero-content .landing-page__hero-cta:nth-child(1) {
  min-width: 213px;
  text-align: center;
  padding: 12px 0;
}
/* Hero one - Exclusive collection CTA */
/* .landing-page__hero--placement .hero-one .landing-page__hero-content .landing-page__hero-cta:nth-child(1) {
    min-width: 210px !important;
  } */

/* Hero two ATOM cta wrapper */
.landing-page__hero--placement .hero-two .landing-page__hero-content {
  top: 80% !important;
  justify-content: space-between !important;
  width: 350px !important;
}

/* CTA style */
/* .landing-page__hero--placement .landing-page__hero-content .landing-page__hero-cta {
    display: inline-block !important;
  } */

/* Center CTA wrapper on mobile */
@media screen and (max-width: 768px) {
  .landing-page__hero--placement .hero-one .landing-page__hero-content {
    top: 77.5% !important;
    min-width: 384px;
  }
  .landing-page__hero--placement .hero-two .landing-page__hero-content {
    top: 83% !important;
  }
}
