/* Ensure Amasty Scroll detects Magento pager at the bottom */
.products.wrapper + .toolbar-products .pages,
.products.wrapper ~ .toolbar-products .pages {
  display: block !important;
}

/* Center the Load More button */
.products.wrapper { text-align: center; }
.products.wrapper .amscroll-load-button { margin-left: auto; margin-right: auto; }


