/* featured collection */
@media screen and (max-width: 768px) {
  .template-index .ProductList.ProductList--carousel.Carousel .Carousel__Cell {
    padding-left: 10px;
    margin-bottom: 35px;
    width: 33.33333%;
  }
  .template-index .ProductList--carousel .Carousel__Cell:first-child {
    margin-left: 0;
    margin-right: 0;
  }
}