.scrollbarkaruzela {
    bottom: -0px !important;
}

.swiper-slide {
	height: 100%;
  }
  
  .swiper-produkty-slider .swiper-wrapper {
	align-items: stretch;
  }
  

  .swiper-produkty-slider .swiper-wrapper {
	display: flex;
	align-items: stretch;
  }
  
  .swiper-produkty-slider .swiper-slide {
	height: auto; /* <- ważne, domyślnie może być fixed */
  }
  
  .h-fixed-450 {
	height: 495px !important;
  }