.product-grid.negative-margin {
  margin-bottom: -2rem;
}

@media screen and (min-width: 750px) {

  .product-grid.negative-margin {
    margin-bottom: -5rem;
  }

  .product-grid.negative-margin-small {
    margin-bottom: -1rem;
  }
}
