.featured-collection-two{padding: 45px 0 60px;background: var(--sec-bg);overflow: hidden;}
.featured-collection-two .sec-title{margin: 0 0 35px}

.featured-collection-two-slider .featured-collection-two-slide{width: calc(33.33% - 16.66px);height: auto;display: flex;}
.featured-collection-two-slider .featured-collection-two-slide .product-card-two{width: 100%;}

.featured-collection-two .featured-collection-two-slider .swiper-scrollbar{position: relative;bottom: unset;left: unset;width: 100%;background: transparent;height: 14px;margin-top: 32px;}
.featured-collection-two .featured-collection-two-slider .swiper-scrollbar-drag{background: #E0E0E0;}

@media screen and (max-width: 1100px){
  .featured-collection-two-slider .featured-collection-two-slide{width: 40%;}
}

@media screen and (max-width: 989px){
  .featured-collection-two-slider .featured-collection-two-slide{width: 48%;}
}

@media screen and (max-width: 749px){
  .featured-collection-two{padding: 35px 0 40px;}

  .featured-collection-two-slider{margin: 0 -30px;padding: 0 30px;}
  .featured-collection-two-slider .featured-collection-two-slide{width: 84%;}
}