.featured-products {
  overflow: hidden;
}

.featured-products__header {
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .featured-products__header {
    align-items: flex-end;
    flex-direction: row;
    gap: 28px;
    justify-content: space-between;
    margin-bottom: 28px;
  }
}

.featured-products__header-text {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

@media only screen and (min-width: 1200px) {
  .featured-products__text {
    max-width: 480px;
  }
}

.featured-products__swiper {
  overflow: visible;
  --swiper-fallback-slide-width: 25%;
}
@media only screen and (min-width: 768px) {
  .featured-products__swiper {
    overflow: hidden;
  }
}

.featured-products__swiper-slide {
  height: auto;
}
