Collection: Home page

/* Center single product on collection/homepage */ .grid--1-col { display: flex; justify-content: center; } .product-grid { justify-content: center !important; text-align: center; }