.fwk-offers-shortcode {
	--fwk-columns: 4;
}

@media (min-width: 992px) {
	.fwk-offers-shortcode ul.products.row > li,
	.fwk-offers-shortcode ul.products.row > .product-wrap {
		flex: 0 0 calc(100% / var(--fwk-columns)) !important;
		max-width: calc(100% / var(--fwk-columns)) !important;
	}
}

.fwk-offers-shortcode .woocommerce-pagination {
	width: 100%;
	clear: both;
}
