/* Keep filtered category grid at 4 columns to match the Creative Elements grid (added 2026-07-24) */
@media (min-width:1200px){
  #js-product-list .products > .js-product,
  #js-product-list .products > [class*="col-"]{
    flex:0 0 25% !important; max-width:25% !important; width:25% !important;
  }
}
