.catalog-sort__choice .catalog-sort__link {
	cursor: pointer;
}
.product-slider.swiper-fade .swiper-slide {
	background-color: #fff;
}
.product-slider-pagination.swiper-pagination-horizontal {
	position: absolute;
	display: flex;
	height: 100%;
	bottom: 0 !important;
}
.product-slider-pagination .swiper-pagination-bullet {
	display: block;
	height: 100%;
	width: auto;
	margin: 0 !important;
	flex: 1 1 auto;
	border-radius: 0;
	z-index: 10;
	background-color: transparent;
	border-bottom: 2px solid #d83a3a;
}
.product-card-slider.swiper-wrapper {
	height: 200px;
}
.product-card-slider img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.mobile-product-slider-pagination {
	display: flex;
}
.mobile-product-slider-pagination .swiper-pagination-bullet {
	flex: 1 1 auto;
	margin: 0 !important;
	background-color: #d83a3a;
	height: 2px;
	border-radius: 0;
}
