/**
 * Доповнення для меншого CLS і стабільнішого макету.
 */
.slideshow .swiper-viewport,
.banner-outer .swiper-viewport {
	min-height: min(56vw, 520px);
}
@media (min-width: 992px) {
	.common-home .slideshow .swiper-viewport {
		min-height: 0;
	}
}
.slideshow .swiper-slide img,
.banner-outer .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}
.product-thumb .image img {
	height: auto;
}
@media (max-width: 991px) {
	.product-thumb .product-title a {
		display: -webkit-box;
		line-clamp: 2;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.product-thumb .product-installment {
		justify-content: center;
		width: 100%;
	}
}
