Home and Garden Coupon Codes & Promo Codes
{
const el = document.getElementById('store-categories-cards');
const bottom = el.getBoundingClientRect().bottom;
const windowHeight = window.innerHeight;
if (bottom <= windowHeight && canLoadMore && !loading) {
loading = true;
window.Livewire.find('O25T3e36B4E4LqrfbrNL').loadMore().then(() => {
loading = false;
});
}
}"
>