.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;
}
.swiper {
    padding-bottom: 3rem;
}
.swiper-pagination {
    bottom: 0;
}
.swiper-button-prev,
.swiper-button-next {
    top: calc(50% - 1.5rem);
    background: #fff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.swiper-button-prev::after,
.swiper-button-next::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1rem;
    color: #2271b1;
}
.swiper-button-prev::after {
    content: '\f053';
}
.swiper-button-next::after {
    content: '\f054';
}
.slider-wrapper {
	position: relative;
}
.slider-wrapper.has-scrollbar {
	padding-bottom: 3rem;
}

#content .swiper h2.woocommerce-loop-product__title {
	font-size: 1rem;
	font-weight: 700;
}

.swiper a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    text-decoration: none;
}

.swiper a.button.add_to_cart_button {
    text-align: center;
}