.product-grid .grid__item {
  padding-bottom: 2rem;
}

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

@media screen and (min-width: 750px) {
  .product-grid .grid__item {
    padding-bottom: 5rem;
  }

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

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

@media screen and (max-width: 990px) {
  .collection slider-component {
    margin-right: -.625rem;
  }
  .collection .slider.slider--tablet.grid--peek {
    margin-right: -1.5rem;
  }
  .collection .slider.slider--tablet.grid--peek .grid__item:first-of-type {
    padding-left:0;
  }
}