
.ap-productlist-section {
  overflow: hidden;
}
.product-item .product-item-wrapper{
  background: #fff;
}
@media (max-width:767px) {
  .product-item{
    padding: 0;
  }
  .ap-productlist-section .scroller{
    padding: 0px 15px;
  }
}
@media (max-width: 576px) {
  .ap-productlist__inner--scroller {
    grid-auto-columns: 100vw;
  }
}
  