/* ------------------------------
    Products Grid
 * --------------------------- */
@media screen and (min-width: 1600px) and (max-width: 1920px) {
	#products-grid .sGrid-container.elementor-loop-container { --grid-columns: 4; }
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
	#products-grid .sGrid-container.elementor-loop-container { --grid-columns: 3; }
}
