.elementor .product-card{/* Desktop - 4 col */
flex: 0 0 calc(25% - 20px);
;

/* Tablet */
@media (max-width: 1024px) {
  flex: 0 0 50%;
}

/* Mobile */
@media (max-width: 767px) {
  flex: 0 0 100%;
}\n}