.product-card .product-card__img-block {
	height: 250px;
	max-height: 250px;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.product-card .product-card__article,
.product-card .product-card__availability,
.product-card .product-card__quantity {
	height: 24px;
	font-size: 13px;
	line-height: 16px;
}

.product-card .product-card__article {
	color: #767676;
	min-height: 40px;
}

.product-card .product-card__quantity {
	color: #3CAA3C;
}

.product-card .product-card__title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	height: 72px;
	max-height: 72px;
	margin-bottom: 10px;
	overflow: hidden;
}

.product-card .product-card__title a {
	color: #1B1B1B;
	text-decoration: none;
}

.product-card .product-card__price {
	font-size: 24px;
	font-weight: 700;
	line-height: 28.8px;
	position: relative;
}

.product-card .product-card__price span {
	color: #767676;
	font-size: 16px;
	line-height: 24px;
	position: relative;
}

.product-card .product-card__price span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	height: 2px;
	width: 100%;
	background-color: #F00E0E;
	transform: rotate(3.02rad);
}


.product-card .product-card__price div {
	background-color: #FACF0C;
	color: #1B1B1B;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
	display: inline-block;
	border-radius: 8px 0px 0px 8px;
	padding: 0px 5px;
	position: absolute;
	top: -5px;
    right: 0px;
}

.swiper-button-next {
	right: -50px !important;
}

.swiper-button-prev {
	left: -50px !important;
}

.swiper-button-next,
.swiper-button-prev {
	border: 1px solid #bbbbbb;
	color: #000000 !important;
	width: 50px !important;
	height: 50px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 16px !important;
	font-weight: bold;
}