jQuery(document).ready(function($){"use strict";$(document).on('click','.klb-load-more',function(event){event.preventDefault();var data={cache:false,action:'load_more',beforeSend:function(){$('.site-primary .content-primary .products').append('');},'current_page':loadmore.current_page,'per_page':loadmore.per_page,'term_id':loadmore.term_id,'taxonomy':loadmore.taxonomy,'filter_cat':loadmore.filter_cat,'layered_nav':loadmore.layered_nav,'on_sale':loadmore.on_sale,'orderby':loadmore.orderby,'shop_view':loadmore.shop_view,'min_price':loadmore.min_price,'max_price':loadmore.max_price,'is_search':loadmore.is_search,'s':loadmore.s,};$.post(loadmore.ajaxurl,data,function(response){$('.site-primary .content-primary .products').append(response);if(loadmore.current_page==loadmore.max_page){$('.site-primary .content-primary .products').after('
'+loadmore.no_more_products+'
');$('.klb-load-more').remove();$(".loader-image").remove();return false;} loadmore.current_page++;if(loadmore.current_page==loadmore.max_page){$('.klb-load-more').remove();$('.site-primary .content-primary .products').after('
'+loadmore.no_more_products+'
');} var product=$('.products .product');product.each(function(e){var fadeBlock=$(this).find('.product-footer');var contentBlock=$(this).find('.product-content-fade');var outerHeight=0;const parent=contentBlock.closest('.product');parent.addClass('custom-hover');if(fadeBlock.length){fadeBlock.each(function(e){var self=$(this);outerHeight+=self.outerHeight();contentBlock.css('marginBottom',-outerHeight);});}});machicThemeModule.productHoverSlider();$(".loader-image").remove();});});});