[data-category="campaign"] .pickup-service__item{
  width: 100%;
}

.pickup-service-swiper {
  --frame-ratio: 971 / 556;
  margin-block: 0 55px;
}
@media (width < 640px) {
  .pickup-service-swiper {
    width: 90%;
  }
}

.pickup-service-swiper .swiper-pagination {
  bottom: 0;
  position: relative;
  margin-top: 10px;
}

.pickup-service-swiper .swiper-pagination-bullet {
  border-radius: 50% !important;
  width: 8px !important;
  height: 8px !important;
  border: none !important;
}

.pickup-service-swiper .swiper-pagination-bullet-active {
  background: #f0a200 !important;
}

.pickup-service-swiper {
  --swiper-navigation-size: 28px;
  --swiper-theme-color: #69a833;
  --swiper-sub-theme-color: #f0a200;
}

.pickup-service-swiper .swiper-button-prev,
.pickup-service-swiper .swiper-button-next {
  background: rgb(255, 255, 255, .8) !important;
  transform: translateY(-50%) !important;
  width: 50px !important;
  height: 50px !important;
  top: 50% !important;
  border-radius: 50% !important;
  filter: none !important;
  color: #69a833 !important;
}

@media screen and (max-width: 969px) {
  .pickup-service-swiper .swiper-button-prev,
  .pickup-service-swiper .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
  }

  .pickup-service-swiper .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 10px) !important;
    right: auto !important;
    left: 0 !important;
  }

  .pickup-service-swiper .swiper-button-next {
    right: 0 !important;
    left: auto !important;
  }

  .pickup-service-swiper .swiper-button-prev:after {
    margin-left: -3px !important;
  }

  .pickup-service-swiper .swiper-button-next:after {
    margin-right: -3px !important;
  }

  .pickup-service-swiper {
    --swiper-navigation-size: 20px !important;
  }
}
