.gallery-slider--vertical {
  margin: 0 0 1.75rem 0;
  display: none;
}
.gallery-slider--vertical .slider-pagination {
  position: static;
}
.gallery-slider--vertical .swiper {
  overflow: hidden;
  padding-bottom: 1.75rem;
}
.gallery-slider--vertical .swiper-slide-transform {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.gallery-slider--vertical .swiper-slide-transform .img-gal-item:nth-child(1) {
  border-radius: 1.25rem 1.25rem 0 0;
}
.gallery-slider--vertical .swiper-slide-transform .img-gal-item:nth-child(2) {
  border-radius: 0 0 1.25rem 1.25rem;
}
.gallery-slider--vertical .swiper-slide-transform .img-gal-item {
  height: 12.5rem;
  object-fit: cover;
  width: auto;
}
.gallery-slider--vertical .swiper-pagination {
  display: flex;
  bottom: 0;
  align-items: center;
  justify-content: center;
}
.gallery-slider--vertical .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
}
.gallery-slider--vertical .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--gray-700);
}
@media screen and (min-width: 601px) {
  .gallery-slider--vertical {
    margin-bottom: 0;
  }
  .gallery-slider--vertical .swiper-slide-transform {
    gap: 1rem;
  }
  .gallery-slider--vertical .swiper-slide-transform .img-gal-item:nth-child(1) {
    border-radius: 1.5rem 1.5rem 0 0;
  }
  .gallery-slider--vertical .swiper-slide-transform .img-gal-item:nth-child(2) {
    border-radius: 0 0 1.5rem 1.5rem;
  }
  .gallery-slider--vertical .slider-nav-container {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 713px) {
  .gallery-slider--vertical {
    margin-bottom: 0;
  }
  .gallery-slider--vertical .swiper-slide-transform .img-gal-item:nth-child(1) {
    border-radius: 2.8125rem 2.8125rem 0 0;
  }
  .gallery-slider--vertical .swiper-slide-transform .img-gal-item:nth-child(2) {
    border-radius: 0 0 2.8125rem 2.8125rem;
  }
}
