.featured-collection-slider .container__header{display:flex;align-items:center;justify-content:space-between;gap:8px;}
.fcs-btn{padding:0;line-height:1;}
@media(min-width:768px){
  .featured-collection-slider .container__header{margin-bottom:24px;}
  .featured-collection-slider .container__title{font-size:18px;}
  .fcs-btn{padding-right:16px;font-size:14px;}
  .fcs-btn svg{width:14px;height:auto;}
}
@media(max-width:767px){
  .featured-collection-slider .container__title{font-size:14px;line-height:1;}
  .featured-collection-slider .swiper-button-next,.featured-collection-slider .swiper-button-prev{display:none;}
  .fcs-btn{font-size:12px;}
  .fcs-btn svg{width:10px;height:auto;}
}