.splide__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.splide__arrow--prev {
  left: 10px;
}
@media screen and (min-width: 1280px) {
  .splide__arrow--prev {
    left: -40px;
  }
}

.splide__arrow--next {
  right: 10px;
}
@media screen and (min-width: 1280px) {
  .splide__arrow--next {
    right: -40px;
  }
}

.splide__pagination {
  padding: 0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.splide__pagination__page {
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  opacity: 0.2;
  margin: 0 5px;
}
.splide__pagination__page.is-active {
  opacity: 1;
}

.products .splide__pagination {
  display: block;
  bottom: -30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.products .splide:not(.is-overflow) .splide__pagination {
  display: block;
}/*# sourceMappingURL=splide-theme.css.map */