.featured-collection-wrapper { width:100%; overflow:hidden; }

.featured-collection-wrapper .sec-head { text-align:center; margin-bottom:50px; }

.featured-collection-wrapper .swiper-main-wrapper { width:100%; } 
.featured-collection-wrapper .swiper-main-wrapper .swiper-container { overflow:visible; }

.featured-collection-wrapper .product-card-wrapper .card__inner { border:none; }

@media screen and (max-width: 749px){

  .featured-collection-wrapper .swiper-main-wrapper { width: auto; margin-right: -20px; }
  .featured-collection-wrapper .swiper-main-wrapper .swiper-container { overflow:hidden; }

}