.generated-hero {
  position: relative;
  margin: 0;
  filter: drop-shadow(0 32px 54px rgba(62, 45, 133, .18));
}

.generated-hero::before {
  position: absolute;
  inset: 8% 4%;
  z-index: -1;
  border-radius: 38%;
  background: color-mix(in srgb, var(--page-accent) 16%, transparent);
  filter: blur(46px);
  content: "";
}

.generated-hero img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 610px;
  object-fit: contain;
  border-radius: 28px;
}

.generated-hero--catalog {
  max-width: 1080px;
  margin: 55px auto 0;
}

@media (max-width: 720px) {
  .generated-hero img {
    max-height: none;
    border-radius: 20px;
  }
}
