/*
 * Axetor's Elementor kit can override WooCommerce's "Products per row" option.
 * Keep product archives at three desktop columns without changing the product
 * count used by the theme's "Show" selector.
 */
@media (min-width: 1025px) {
	body.woocommerce.archive ul.axetor-products.products:not(.products-list) {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}
