/* ============================================
   SHOP PAGE — Specific Styles
   ============================================ */

.shop-header {
  padding: 3rem 0 4rem;
  background: var(--color-neutral-50);
  border-bottom: 1px solid var(--color-neutral-200);
}

@media (min-width: 768px) {
  .shop-header {
    padding: 4rem 0 4rem;
  }

  .shop-header .section__title {
    font-size: 3rem !important;
  }
}

@media (min-width: 1024px) {
  .shop-header .section__title {
    font-size: 3.75rem !important;
  }
}
