.collection-products{display:grid;gap:1rem 1rem;padding:1rem .5rem}@media only screen and (min-width:768px){.collection-products{gap:4rem 1rem;padding:1rem}}.collection-products--2-cols{grid-template-columns:repeat(2,1fr)}.collection-products--3-cols{grid-template-columns:repeat(3,1fr)}.collection-product-item--featured,.collection-product-item--featured-centered{grid-column:1/-1}.pagination{margin-top:3rem;text-align:center}@media only screen and (max-width:767px){.collection-products{padding:1rem .65rem}.collection-products--2-cols,.collection-products--3-cols{grid-template-columns:1fr}}