.swiper-prev, .swiper-next {
    line-height: 40px;
    font-size: 35px;
	color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    position: absolute;
    top: 50%;
	height: 40px;
    display: block;
	cursor: pointer;
	margin-top: -20px;
}

.compare__products :is(.swiper-prev, .swiper-next) {
    top: 25%;
}

.swiper-next {
    right: -25px;
}

.swiper-prev {
    left: -25px;
}