.products-slider-block {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}
.title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.swiper-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.product-prev, .product-next {
    background: var(--theme-palette-color-2);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    color: var(--theme-palette-color-5);
}
.product-prev svg, .product-next svg {
    width: 24px;
}
.swiper-wrapper{
	align-items:stretch;
}
.swiper-slide{
	height:auto !important;
}