/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/* Centrage grille produits */
#js-product-list .products {
  justify-content: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
}
/* Masquer le bloc newsletter */
.ps-emailsubscription-block {
  display: none !important;
}