/*  Swiper 杞挱  */

:root {
  --swiper-nav-text-color: #ffffff;
  --swiper-nav-bg-color: #558115;
  --swiper-nav-active-bg-color: #88A75C;
}


#module .swiper-wrapper {
  height: auto;
  padding-bottom: var(--spacing-4xl);
}

#module .swiper-nav .swiper-pagination-bullet {
  width: var(--spacing-md);
  height: var(--spacing-md);
}

#module .swiper-nav .swiper-pagination {
  position: relative;
  display: flex;
  bottom: 0;
}

#module .swiper-nav .swiper-pagination-bullet {
  width: 50%;
  border-radius: 0;
  height: auto;
  font-family: Gilroy;
  font-weight: bold;
  font-size: var(--font-size-25);
  color: var(--swiper-nav-text-color) !important;
  border: none;
  margin: 0;
  padding: 1.171875vw 0;
  opacity: 1;
  background: var(--swiper-nav-bg-color);
  text-align: center;
}

#module .swiper-nav .swiper-pagination-bullet-active {
  background: var(--swiper-nav-active-bg-color);
}

