Collection image spacing
How to add spacing between products on Collections and Product Grid sections
How to add spacing between products on Collections and Product Grid sections
/* -- Start Broadcast snippet to add spacing on collections and product grid -- */
@media (min-width: 749px) {
.product-item { padding: 20px; }
}
/* - end - */