

.featured-collection:has(.featured-swiper){overflow: hidden;}
.featured-swiper { padding-bottom: 50px;overflow: unset; }
.featured-collection .ratio:before{padding-bottom: 150%;}
.featured-collection .page-width {max-width: 100%;padding-left: calc((100% - 1500px) / 2 + 5rem);padding-right: 0;}
.featured-collection .swiper-pagination{display: none; }
.featured-collection h2.featured-title.h1 {margin: 0;padding-bottom: 40px;}


@media only screen and (max-width: 1550px) {
  .featured-collection .page-width { padding-left: 5rem;}
}

@media only screen and (max-width: 1024px) {
  .featured-collection .swiper-pagination{display: block; }
}

@media only screen and (max-width: 991px) {
 .featured-collection .page-width {
    padding: 0 20px;
  }
}