/**
 * Reduce off-screen rendering work in the tested mobile two-column category grid.
 * The original one-column layout has different card heights and intentionally stays untouched.
 */
@media (max-width: 767px) {
  html.gk-optimize-grid-two-columns body.page-category #js-product-list .js-product-miniature-wrapper {
    content-visibility: auto !important;
    contain-intrinsic-size: auto 268px !important;
  }

  html.gk-optimize-grid-two-columns body.page-category #amazzing_filter {
    content-visibility: auto !important;
    contain-intrinsic-size: 390px 844px !important;
  }
}
