/* Tighter product grid gaps */
.product-list {
  row-gap: 30px !important;
}
.product-list__img-link {
  margin-bottom: 8px !important;
}
@media screen and (max-width: 768px) {
  .product-list {
    row-gap: 20px !important;
  }
}
