body.page-shop .hero {
  text-align: center;
  justify-items: center;
  align-items: center;
}

body.page-shop .head {
  font-size: clamp(3rem, 10vw, 5rem);
}

body.page-shop .cards {
  margin-top: 3rem;
}

body.page-shop .product-card__cta {
  color: var(--accent);
}

.page-shop .hero > div {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.page-shop .hero .hero-copy {
  text-align: center;
}
