.site-shell .hero.hero-has-cover-image {
  aspect-ratio: 1 / 1;
  align-items: flex-end;
  background: #103f2d;
  isolation: isolate;
  min-height: 0;
  padding: 30px 27px;
}

.site-shell .hero.hero-has-cover-image::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 30, 21, .8) 0%, rgba(7, 30, 21, .58) 48%, rgba(7, 30, 21, .12) 100%),
    linear-gradient(0deg, rgba(7, 30, 21, .72) 0%, rgba(7, 30, 21, 0) 62%);
  border-radius: inherit;
  height: auto;
  inset: 0;
  opacity: 1;
  width: auto;
}

.site-shell .hero.hero-has-cover-image::after {
  display: none;
}

.site-shell .hero-has-cover-image .hero-custom-art {
  border: 0;
  border-radius: inherit;
  bottom: auto;
  box-shadow: none;
  height: 100%;
  inset: 0;
  overflow: hidden;
  right: auto;
  width: 100%;
  z-index: 0;
}

.site-shell .hero-has-cover-image .hero-custom-art img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.site-shell .hero-has-cover-image .hero-copy {
  max-width: min(86%, 345px);
  text-shadow: 0 2px 16px rgba(0, 0, 0, .28);
  width: 100%;
  z-index: 2;
}

.site-shell .hero-has-cover-image .eyebrow {
  background: rgba(13, 49, 34, .72);
  border: 1px solid rgba(255, 255, 255, .25);
  backdrop-filter: blur(8px);
}

.site-shell .hero-has-cover-image .primary-button {
  text-shadow: none;
}

.site-shell .hero-has-cover-image .store-status-badge {
  background: rgba(13, 29, 20, .82);
}

.hero-image-preview {
  aspect-ratio: 1 / 1;
}

.hero-image-preview img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 430px) {
  .site-shell .hero.hero-has-cover-image {
    min-height: 0;
    padding: 25px 20px;
  }

  .site-shell .hero-has-cover-image .hero-copy {
    max-width: 94%;
  }

  .site-shell .hero-has-cover-image h1 {
    font-size: clamp(34px, 10.5vw, 42px);
  }
}
