.featured-collection-section{
  background-color:rgb(var(--color-background));
  background-image: var(--background-image);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}
.featured-collection-section .slider-button{background-color:transparent;}

@media screen and (max-width: 749px) {
  .featured-collection-section .product-grid .grid__item:not(.slider__slide){
    display:none;
  }
  .featured-collection-section .grid__item.mobile_show:not(.slider__slide) {
    display:block;
  }
}