/* Product listings: preserve the 16px horizontal rhythm and add a little more
   breathing room between consecutive rows. */
body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid {
    column-gap: 16px;
    row-gap: 24px;
}
