/* Compact storefront product catalogue and product detail layout. */
.products-page {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}

.products-page > .container > .mb-12.mt-12 {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.products-page h1 {
  font-size: 2rem;
  margin-bottom: .5rem;
}

.products-page h1 + p {
  font-size: .9375rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .products-page .lg\\:grid-cols-4 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.products-page .aspect-\\[4\\/3\\] {
  aspect-ratio: 16 / 9;
}

.products-page .rounded-2xl > .p-3.md\\:p-4 {
  padding: .625rem;
}

.products-page .text-sm.md\\:text-lg {
  font-size: .9375rem;
  line-height: 1.3;
  margin-bottom: .375rem;
}

.products-page .mb-2.md\\:mb-3 {
  margin-bottom: .5rem;
}

.products-page .border-t.theme-border.pt-2.md\\:pt-4 {
  padding-top: .625rem;
}

@media (min-width: 768px) {
  .products-page .rounded-2xl > .p-3.md\\:p-4 {
    padding: .875rem;
  }

  .products-page .text-sm.md\\:text-lg {
    font-size: 1rem;
  }

  .products-page .hidden.md\\:block.theme-text-secondary {
    margin-bottom: .875rem;
    font-size: .8125rem;
    line-height: 1.4;
  }
}

.product-detail-page {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}

.product-detail-page .mb-8 {
  margin-bottom: 1.5rem;
}

.product-detail-page .p-6.md\\:p-8.lg\\:p-12,
.product-detail-page .p-4.md\\:p-8 {
  padding: 1.25rem;
}

.product-detail-page .text-2xl.md\\:text-3xl.lg\\:text-5xl {
  font-size: 2rem;
  line-height: 1.2;
}

.product-detail-page .mb-8.border-b {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .product-detail-page .p-6.md\\:p-8.lg\\:p-12,
  .product-detail-page .p-4.md\\:p-8 {
    padding: 1.5rem;
  }
}
