.ct-featured-collections-slider .featured-collections-slider-heading-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  align-items: flex-end;
}
.ct-featured-collections-slider .featured-collections-slider-heading-wrapper h2 {
  line-height: 0.9em;
}
@media only screen and (max-width: 767.98px) {
  .ct-featured-collections-slider .featured-collections-slider-heading-wrapper {
    flex-direction: column;
    gap: 22px;
    align-items: unset;
  }
}
.ct-featured-collections-slider .featured-collections-slider-heading-wrapper .swiper-buttons {
  margin-left: auto;
}
@media only screen and (max-width: 767.98px) {
  .ct-featured-collections-slider .featured-collections-slider-heading-wrapper .swiper-buttons {
    display: none;
  }
}
.ct-featured-collections-slider .swiper {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767.98px) {
  .ct-featured-collections-slider .swiper {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 319.98px) {
  .ct-featured-collections-slider .swiper {
    margin-right: -1rem;
    margin-left: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .ct-featured-collections-slider .swiper-scrollbar {
    bottom: 0px;
  }
}
