/** @format */

.c-swiper-navigation {
  @media (width < 750px) {
    display: flex;
    justify-content: center;
    margin-top: 2.4rem;
    gap: 2.4rem;
  }
}

.c-swiper-navigation__button {
  --c-icon-size: 2.8rem;
  --swiper-navigation-size: 2.8rem;
  --swiper-navigation-sides-offset: 0;

  width: 2.8rem;
  user-select: none;
  color: inherit;

  &::after {
    display: none;
  }

  svg {
    width: 1em;
    height: 1em;
  }

  @media (width < 750px) {
    position: initial;
    margin-top: 0;
  }
}
