/* Pager FacetWP Load more + scroll. No tocar layout de cards. */
.woocommerce-shop .woocommerce-pagination,
.tax-product_cat .woocommerce-pagination,
.tax-product_tag .woocommerce-pagination {
	display: none !important;
}
.eldesa-fwp-loadmore {
	display: flex;
	justify-content: center;
	padding: 28px 16px 48px;
}
button.facetwp-load-more {
	appearance: none;
	border: 0;
	background: #1e73be;
	color: #fff;
	border-radius: 8px;
	padding: 12px 28px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	line-height: 1.3;
}
button.facetwp-load-more:hover {
	background: #165c99;
}
button.facetwp-load-more.facetwp-hidden {
	display: none !important;
}
