.shop-section {
  padding: 6rem 5%;
  min-height: 80dvh;
}
.shop-header {
  text-align: center;
  margin-bottom: 1.5rem;
}
.shop-header h2 {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.035em;
  margin-bottom: 0.75rem;
}
.category-filters {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
