.o-scroll-filter__wrapper {
  border-bottom: 0.5px solid var(--color-primary);
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.o-scroll-filter__wrapper .h6 {
  margin: 0;
}
.o-scroll-filter__wrapper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  gap: 2.6rem;
}
.o-scroll-filter__item a {
  color: currentColor;
  text-decoration: none;
}
.o-scroll-filter .swiper-wrapper .swiper-slide.o-scroll-filter__item {
  width: fit-content;
}
.o-scroll-filter .m-swiper.swiper-initialized {
  position: relative;
  padding: 0;
}
.o-scroll-filter .m-swiper.swiper-initialized .m-swiper__navigation {
  position: absolute;
  width: 100%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .o-scroll-filter .m-swiper.swiper-initialized .m-swiper__navigation {
    display: none;
  }
}
.o-scroll-filter .m-swiper.swiper-initialized .m-swiper__arrow {
  border-radius: 100%;
  background-color: var(--color-primary);
  height: 2rem;
  width: 2rem;
}
.o-scroll-filter .m-swiper.swiper-initialized .m-swiper__arrow svg {
  width: 1.6rem;
  height: auto;
}
.o-scroll-filter .m-swiper.swiper-initialized .m-swiper__arrow svg path {
  fill: var(--color-white);
}
.o-scroll-filter .m-swiper.swiper-initialized .m-swiper__arrow.swiper-button-disabled {
  opacity: 0;
}
