

/*----------Products------------*/

/* Responsivo */
@media (max-width: 992px) {
  .product-card {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}

@media (max-width: 600px) {
  .product-card {
    flex: 0 0 100%;
  }
}
