/**
 * Store Infinite Scroll Styles
 */

/*
 * Hide the Product Collection block pagination while Ajax Load More is running.
 *
 * `display: none` is used rather than a visual-only hide on purpose. The
 * pagination links carry the Interactivity API directive
 * `data-wp-on--click="woocommerce/product-collection::actions.navigate"`, so a
 * keyboard user tabbing into them and pressing enter would trigger a
 * client-side region swap that replaces the grid and discards everything Ajax
 * Load More has appended. Removing the nav from the tab order and the
 * accessibility tree prevents that.
 */
.has-alm-infinite-scroll .wp-block-query-pagination {
	display: none;
}


/*# sourceMappingURL=store.css.map*/