.splide__arrows {
  /*    .splide__arrow--prev {

        // Grouped Bottom Right
        .arrow-pos-bottom-right & {
            left: unset;
            right: calc(4rem);
        }

    }

    .splide__arrow--next {

        // Grouped Bottom Left
        .arrow-pos-bottom-left & {
            right: unset;
            left: calc(4rem);
        }

    } */ }
  .arrow-pos-bottom-center .splide__arrows,
  .arrow-pos-bottom-left .splide__arrows,
  .arrow-pos-bottom-right .splide__arrows,
  .arrow-pos-bottom-center .splide__arrows,
  .arrow-pos-spread-bottom .splide__arrows {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex; }
    .arrow-pos-bottom-center .splide__arrows button,
    .arrow-pos-bottom-left .splide__arrows button,
    .arrow-pos-bottom-right .splide__arrows button,
    .arrow-pos-bottom-center .splide__arrows button,
    .arrow-pos-spread-bottom .splide__arrows button {
      position: static;
      margin: 0 5px; }
  .arrow-pos-spread-bottom .splide__arrows {
    text-align: center;
    justify-content: space-between; }
  .arrow-pos-bottom-center .splide__arrows {
    text-align: center;
    justify-content: center; }
  .arrow-pos-bottom-right .splide__arrows {
    text-align: right;
    justify-content: flex-end; }
  .splide__arrows .splide__arrow {
    width: unset;
    height: unset;
    padding: 10px 15px;
    background: transparent;
    color: white;
    font-size: 30px;
    opacity: 1; }


/*# sourceMappingURL=block-slider-frontend.css.map*/