/* ===== Tablet ===== */
@media (min-width: 640px) {
  .products {
    grid-template-columns: repeat(3, 1fr);
  }
}