.product-grid .sh-grid__item {
  padding-bottom: 20px;
}

.product-grid.negative-margin {
  margin-bottom: -20px;
}

@media screen and (min-width: 750px) {
  .product-grid .sh-grid__item {
    padding-bottom: calc(50px + var(--page-width-margin));
  }

  .product-grid.negative-margin {
    margin-bottom: calc(-50px - var(--page-width-margin));
  }

  .product-grid.negative-margin--small {
    margin-bottom: calc(-10px - var(--page-width-margin));
  }
}
