/* Keep product cards cheap to paint */
.woocommerce ul.products li.product {
  contain: content;
  backface-visibility: hidden;
}

/* Placeholder for virtualized (culled) older items */
.woocommerce ul.products li.product.fl-ph {
  visibility: hidden !important;
  pointer-events: none;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 0 2rem 0; /* spacing keeps flow consistent; adjust to theme */
}