/*
 * Hide a carousel very briefly while we remove non-instock items.
 * Prevents visible "appear then disappear" flicker.
 */
.wp-block-bwgb-products-carousel.ds-pce-filtering {
  opacity: 0;
  pointer-events: none;
}
