/* Hero and loader visual overrides loaded after the legacy stylesheet. */
.hero {
  display: grid;
  grid-template-columns: minmax(500px, .5fr) minmax(500px, .5fr);
  align-items: center;
  min-height: 570px;
  padding: 26px clamp(28px, 6.4vw, 112px) 50px;
  background: #ffffff;
}

.hero-art {
  justify-self: start;
  min-height: 420px;
}

.hero-art img {
  width: min(635px, 102%);
  max-width: none;
  transform: translateX(-10px);
  mix-blend-mode: multiply;
}

.hero-copy {
  position: relative;
  z-index: 2;
  justify-self: start;
  width: 430px;
  max-width: 430px;
  margin-left: 0;
  padding-right: 0;
  text-align: center;
  transform: none;
}

.hero-copy h1 {
  max-width: 430px;
  margin-inline: auto;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.1;
}

.hero-copy p:not(.eyebrow) {
  max-width: 430px;
  margin-top: 20px;
  font-size: clamp(16px, 1.32vw, 20px);
  line-height: 1.62;
}

.hero-hashtag {
  margin-top: 72px;
}

.product-stack {
  position: absolute;
  right: clamp(28px, 5vw, 96px);
  top: 142px;
  width: 184px;
  height: 136px;
  margin: 0;
}

.promo-emblem {
  top: 15px;
  width: 25px;
  height: 25px;
  font-size: 8px;
}

.promo-title {
  top: 45px;
  font-size: 19px;
}

.promo-cart {
  top: 65px;
  transform: translateX(-50%) scale(.76);
}

.promo-button {
  bottom: 11px;
  padding: 7px 15px;
  font-size: 11px;
}

@media (max-width: 1280px) {
  .hero {
    grid-template-columns: minmax(475px, .51fr) minmax(440px, .49fr);
    min-height: 548px;
    padding-inline: clamp(28px, 5.4vw, 82px);
  }

  .hero-art img {
    width: min(600px, 101%);
    transform: translateX(-6px);
  }

  .hero-copy {
    width: 400px;
    max-width: 400px;
  }

  .hero-copy h1 {
    max-width: 400px;
    font-size: clamp(30px, 3.04vw, 39px);
  }

  .hero-copy p:not(.eyebrow) {
    max-width: 400px;
    font-size: 18px;
  }

  .product-stack {
    right: 38px;
    top: 144px;
    width: 176px;
    height: 130px;
  }
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: minmax(420px, .5fr) minmax(390px, .5fr);
  }

  .hero-copy {
    width: 370px;
    max-width: 370px;
  }

  .hero-copy h1 {
    max-width: 370px;
    font-size: 34px;
  }

  .product-stack {
    width: 154px;
    height: 116px;
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 34px 24px 48px;
  }

  .hero-art {
    width: 100%;
    min-height: 0;
    justify-self: center;
  }

  .hero-art img {
    width: min(620px, 112%);
    transform: none;
  }

  .hero-copy {
    width: 100%;
    max-width: 600px;
    justify-self: center;
  }

  .hero-copy h1 {
    max-width: 560px;
    font-size: 34px;
  }

  .hero-copy p:not(.eyebrow) {
    max-width: 540px;
  }

  .product-stack {
    top: 30px;
    right: 24px;
    width: 156px;
    height: 116px;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 18px 18px 40px;
  }

  .hero-art img {
    width: 112%;
    max-width: 440px;
  }

  .product-stack {
    top: 18px;
    right: 18px;
    width: 128px;
    height: 94px;
  }

  .hero-copy h1 {
    max-width: 350px;
    font-size: 27px;
  }

  .hero-copy p:not(.eyebrow) {
    max-width: 350px;
    font-size: 15px;
  }
}
