.shop-by-brands-wrapper {
  position: relative;
  padding-bottom: 40px;
}

.swiper-slide {
  text-align: center;
}

.swiper-slide img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.swiper-button-next, .swiper-button-prev {
  color: #000;
}

.swiper-pagination {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

.swiper-products .product-card-image {
  height: 200px;
  object-fit: contain;
}

/* Styl na strzałki Swiper */

.swiper-button-prev, .swiper-button-next {
  width: 30px !important;
  height: 30px !important;
  top: 50% !important;
  color: #333 !important;
  border: 1px solid var(--szron-dark-blue);
  border-radius: 50%;
  background-color: #fff;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  background-color: var(--szron-dark-blue);
  color: #fff !important;
}

.swiper-button-prev::after, .swiper-button-next::after {
  font-size: 16px !important;
  line-height: 20px !important;
}

