/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 03 2026 | 02:02:12 */
@media (max-width: 768px) {
  body.woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}