.featured-products {
  overflow: hidden;
}
.featured-products .featured-products-heading-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767.98px) {
  .featured-products .featured-products-heading-wrapper {
    flex-direction: column;
    align-items: left;
    gap: 7px;
  }
}
.featured-products .featured-products-heading-wrapper .featured-products-link.button-2 {
  border: 0.5px solid #0B0B0B;
}
.featured-products .swiper {
  overflow: visible;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767.98px) {
  .featured-products .swiper {
    margin-right: -1.5rem;
  }
}
.featured-products .swiper .swiper-slide .collection-card .img-wrap svg {
  height: 100%;
}
.featured-products .swiper .swiper-slide .collection-card p {
  font-size: 16px;
  line-height: 21px;
  color: #030303;
}
.featured-products .swiper .swiper-pagination.swiper-pagination-bullets-dynamic {
  left: calc(50% - 0.75rem);
}
@media only screen and (min-width: 768px) {
  .featured-products .swiper .swiper-pagination.swiper-pagination-bullets-dynamic {
    left: 50%;
  }
}
.featured-products .swiper .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  scale: 1 !important;
  transform: scale(1);
  border-radius: 0;
  height: 3px;
  min-width: 120px;
  background: #8B8B8B;
}
.featured-products .swiper .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--text-primary-color);
}
.featured-products .swiper .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-prev, .featured-products .swiper .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev, .featured-products .swiper .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-next, .featured-products .swiper .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-next-next {
  scale: 1;
  transform: scale(1);
  opacity: 0.8;
}
