.products-grid__heading {
  margin: 0;
  margin-bottom: 1.6rem;
}
.products-grid__button {
  margin-top: 1.6rem;
}
@media screen and (min-width: 990px) {
  .products-grid__button {
    margin-top: 3.2rem;
  }
}
.products-grid .collection-wrapper {
  border: none;
}
.products-grid__products {
  margin-top: 3.2rem;
}
@media screen and (min-width: 990px) {
  .products-grid__products {
    margin-top: 6.4rem;
  }
}