.products-grid-section .products-grid {
  margin: 0;
}
.products-grid-section .products-grid .collection-wrapper {
  border: none;
}
.products-grid-section .products-grid .collection-product-list .collection-product-card {
  width: 100%;
  min-width: 0;
}
.products-grid-section .products-grid .products-grid {
  grid-column: span 2;
}

.products-grid-section .products-grid .collection-product-list.product-list--2-mobile {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
