.o-product-list-grid__header--heading {
  color: inherit;
}
.o-product-list-grid__products-wrapper {
  gap: 2.8rem 1.4rem;
}
@media screen and (min-width: 990px) {
  .o-product-list-grid__products-wrapper {
    gap: 2.8rem;
  }
}
.o-product-list-grid__product {
  width: 100%;
}
.o-product-list-grid__product.grid__col-12 {
  width: 100%;
}
.o-product-list-grid__product.grid__col-6 {
  width: calc(50% - 0.7rem);
}
@media screen and (min-width: 990px) {
  .o-product-list-grid__product.grid__col-lg-3 {
    width: calc(25% - 2.1rem);
  }
}
@media screen and (min-width: 990px) {
  .o-product-list-grid__product.grid__col-lg-4 {
    width: calc(33.333% - 1.867rem);
  }
}
