Skip to content
/* All Products section: 4 per row on desktop */
@media (min-width: 990px){
#shopify-section-template--25236790804866__main
ul.product-grid.product-grid--template--25236790804866__main.product-grid--grid {
display: grid !important;
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
gap: 16px !important;
justify-content: normal !important;
justify-items: stretch !important;
}
#shopify-section-template--25236790804866__main
ul.product-grid.product-grid--template--25236790804866__main.product-grid--grid > li{
width: auto !important;
max-width: none !important;
}
}