/* Celular */
@media (max-width: 768px) {
  .product-grid .product-item {
    width: 50% !important;
  }
}

/* Desktop */
@media (min-width: 769px) {
  .product-grid .product-item {
    width: 33.33% !important;
  }
}