.featured-collection{padding: 90px 7px;overflow: hidden;}
.featured-collection .featured-collection-heading{padding: 0 125px;margin-bottom: 35px;position: relative;}

.featured-collection .featured-collection-heading .swiper-action-bar{position: absolute;right: 20px;top: -5px;}
.featured-collection .featured-collection-heading .swiper-action-bar .swiper-button-lock{display: none;}

.featured-collection .featured-collection-slider{overflow: unset;}
.featured-collection .featured-collection-slider .card-product-block{width: calc(25% - 5.25px);}

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

@media screen and (max-width: 1200px){
  .featured-collection .featured-collection-slider .card-product-block{width: 30%;}
}

@media screen and (max-width: 989px){
  .featured-collection .featured-collection-slider .card-product-block{width: 37%;}
}

@media screen and (max-width: 749px){
  .featured-collection{padding: 70px 5px;}
  .featured-collection .featured-collection-heading{margin-bottom: 25px;padding: 0 20px;}

  .featured-collection .featured-collection-slider .card-product-block{width: 46%;}
  
  .featured-collection .collection__view-all{margin-top: 25px;}
}