/*
1 colore bottone
2 bordo/hover
3 testo
*/
.swiper {
  width: 100%;
  height: 100%;
  --swiper-btn-offset: 25px;
}
.swiper__navigationButton {
  display: none;
  position: absolute;
  top: calc(50% - var(--swiper-btn-offset));
  font-size: xx-large;
  z-index: 10;
  cursor: pointer;
  --fa-primary-color: var(--fg);
  --fa-secondary-color: var(--bg-dark);
  --fa-secondary-opacity: .7;
}
.swiper__navigationButton.custom-swiper-next {
  right: 0.5rem;
}
.swiper__navigationButton.custom-swiper-prev {
  left: 0.5rem;
}
.swiper__navigationButton.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.swiper .swiper-wrapper:has(.swiper-slide + .swiper-slide.swiper-slide-active) ~ .custom-swiper-prev {
  display: block;
}
.swiper .swiper-wrapper:has(.swiper-slide.swiper-slide-active + .swiper-slide) ~ .custom-swiper-next {
  display: block;
}

/*# sourceMappingURL=swiper.css.map */
