.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: var(--swiper-scrollbar-size, 12px);
	background-color:var(--light-gray);
}
.swiper-scrollbar-drag {
    background: var(--dark-gray);
}
.swiper-slide {
    height: auto;
}
.slider-wrapper {
	position: relative;
}
.slider-wrapper.has-scrollbar {
	padding-bottom: 3rem;
}