/* Fesselliebe Performance Booster – progressive rendering only. */
@supports (content-visibility: auto) {
  body:not(#checkout):not(#cart) .products .product-miniature:nth-child(n+9),
  body:not(#checkout):not(#cart) .featured-products .product-miniature:nth-child(n+7),
  body:not(#checkout):not(#cart) .product-accessories .product-miniature:nth-child(n+7) {
    content-visibility: auto;
    contain-intrinsic-size: auto 430px;
  }
}
