.swiper {
  padding: 0 10px 10px 10px !important;
}

.swiper-slide {
  height: auto; /* Ważne dla równej wysokości */
}

/* Nawigacja Swiper */
.swiper-button-next,
.swiper-button-prev {
  color: #333;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
}

.swiper-pagination {
  bottom: 30px !important;
  right: 0;
}

.gallery-swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  right: 0;
  left: 0;
  bottom: 20px;
}

/* Dodatkowe style dla galerii na mobile */
@media (max-width: 600px) {
  .gallery-swiper-pagination {
    bottom: 10px;
  }

  .gallery-slider .swiper {
    padding: 0 15px 40px 15px !important;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #333;
}
