.section-featured-categories .container, .section-featured-categories .swiper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.section-featured-categories .swiper {
  overflow: visible;
}
.section-featured-categories .swiper-scrollbar {
  position: relative;
}
.section-featured-categories .swiper-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-featured-categories .swiper-header h2 {
  margin-bottom: 0;
}
.section-featured-categories .swiper-header .swiper-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}