.featured-collection{padding: 115px 0;overflow: hidden;}
.featured-collection .collection__title{margin-bottom: 26px;}

.featured-collection .featured-collection-product-grid{overflow: unset;}
.featured-collection .featured-collection-product-grid .product-grid-wrap{width: 23.85%;}

.featured-collection .featured-collection-product-grid-wrap .swiper-button-next{right: -16px;}
.featured-collection .featured-collection-product-grid-wrap .swiper-button-prev{left: -16px;}

.featured-collection .collection__view-all{margin-top: 40px;}

@media screen and (max-width: 1200px){
  .featured-collection .featured-collection-product-grid .product-grid-wrap{width: 32%;}
}

@media screen and (max-width: 749px){
  .featured-collection{padding: 52px 0 75px;}
  .featured-collection .collection__title{margin-bottom: 10px;}
  .featured-collection .featured-collection-product-grid .product-grid-wrap{width: 45%;}
  .featured-collection .collection__view-all{margin-top: 20px;}
}

@media screen and (max-width: 575px){
  .featured-collection .featured-collection-product-grid .product-grid-wrap{width: 73%;}
}