.product-list-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:stretch}@media (min-width: 480px) and (max-width: 767px){.product-list-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media (min-width: 768px){.product-list-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}}.search-results-page{padding-left:var(--pr-page-x);padding-right:var(--pr-page-x);padding-bottom:4rem}.search-results-header{display:flex;justify-content:center;margin-top:2rem;margin-bottom:2.5rem}.search-results-page--empty{min-height:100vh;padding-bottom:100vh}@media (min-width: 768px){.search-results-page{padding-left:var(--pr-page-x);padding-right:var(--pr-page-x)}}.search-results-empty{margin:0 auto;max-width:var(--pr-prose-max);text-align:center;color:var(--pr-ink-soft);font-size:1.0625rem;line-height:1.5}.load-more-trigger{display:flex;justify-content:center;padding:2rem 0 3rem;min-height:1px}
