.product-card-list.products_list {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	white-space: normal;
}

.product-card-list.products_list .product-card {
	display: flex;
	width: 50%;
	max-width: 50%;
	margin-left: 0;
}

.product-card-list__empty {
	width: 100%;
	margin: 20px auto;
	color: #a0a7ad;
	font-size: 18px;
	text-align: center;
}

.native-product-carousel__track.products_list > .product-card {
	display: flex;
	width: auto;
	max-width: none;
	margin: 0;
	padding-right: 0;
	padding-left: 0;
}

.product-card {
	position: relative;
	display: flex;
	margin-bottom: 30px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.product-card__inner {
	position: relative;
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #e1e6ea;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 5px 18px rgba(30, 45, 58, .06);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.product-card:hover .product-card__inner,
.product-card:focus-within .product-card__inner {
	border-color: rgba(26, 161, 225, .48);
	box-shadow: 0 10px 26px rgba(30, 45, 58, .12);
	transform: translateY(-2px);
}

.products_list .product-card .product-card__link.product_list_link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	width: 100%;
	color: inherit;
	text-decoration: none;
}

.product-card__link:focus-visible {
	outline: 3px solid rgba(26, 161, 225, .28);
	outline-offset: -3px;
}

.product-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 210px;
	padding: 18px;
	background: #f7f9fa;
}

.product-card .product-card__image.result_img_page_search {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	overflow: hidden;
	border-radius: 0;
	box-shadow: none;
	object-fit: contain;
}

.product-card__image[data-image-state="fallback"] {
	opacity: .72;
}

.products_list .product-card .product-card__body.product_list_item_details {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 16px 17px 10px;
}

.products_list .product-card .product-card__title.products_list_item-description-title {
	display: -webkit-box;
	min-height: 63px;
	max-height: none;
	margin: 0;
	overflow: hidden;
	color: #35414c;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.products_list .product-card .product-card__description.product_list_item_description_text {
	display: -webkit-box;
	min-height: 39px;
	margin: 7px 0 0;
	padding: 0;
	overflow: hidden;
	color: #69747e;
	font-family: inherit;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.products_list .product-card .product-card__footer.products_list_item_price {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	margin: 0;
	padding: 13px 17px 16px;
	border-top: 1px solid #edf0f2;
}

.product-card__offers {
	align-self: baseline;
	color: #7a858f;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
}

.products_list .product-card .product-card__price.products_list_item_price_best {
	display: flex;
	align-items: baseline;
	gap: 5px;
	margin: 0;
	color: #e86632;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.products_list .product-card .product-card__price-label.price_before {
	display: inline;
	margin: 0;
	color: #7a858f;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
}

.product-card__price strong {
	font: inherit;
}

.product-card__favorite.add_favorite {
	position: absolute;
	top: 13px;
	right: 13px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(26, 161, 225, .24);
	border-radius: 50%;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 3px 10px rgba(30, 45, 58, .12);
	color: var(--main-color);
	cursor: pointer;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.product-card__favorite.add_favorite:hover,
.product-card__favorite.add_favorite:focus-visible {
	border-color: #e0245e;
	box-shadow: 0 4px 12px rgba(224, 36, 94, .2);
	transform: scale(1.05);
}

.product-card__favorite.add_favorite:focus-visible {
	outline: 2px solid rgba(224, 36, 94, .24);
	outline-offset: 2px;
}

.product-card__favorite.add_favorite svg {
	width: 22px;
	height: 22px;
	margin: 0;
	fill: transparent;
	stroke: currentColor;
	stroke-width: 1.5px;
	pointer-events: none;
}

.product-card__favorite.add_favorite.active {
	color: #e0245e;
}

.product-card__favorite.add_favorite.active svg {
	fill: currentColor;
}

.product-card--unavailable .product-card__media,
.product-card--unavailable .product-card__body {
	filter: grayscale(1);
}

.product-card--unavailable .product-card__offers {
	color: #9a5353;
	font-weight: 600;
}

body#dark .product-card__inner {
	border-color: #3d454b;
	background: #282c31;
	box-shadow: none;
}

body#dark .product-card:hover .product-card__inner,
body#dark .product-card:focus-within .product-card__inner {
	border-color: #397995;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
}

body#dark .product-card__media {
	background: #202429;
}

body#dark .product-card .product-card__image.result_img_page_search {
	border-radius: 0;
}

body#dark .products_list .product-card .product-card__title.products_list_item-description-title {
	color: #f0f2f3;
}

body#dark .products_list .product-card .product-card__description.product_list_item_description_text,
body#dark .product-card__offers,
body#dark .products_list .product-card .product-card__price-label.price_before {
	color: #aeb7be;
}

body#dark .products_list .product-card .product-card__footer.products_list_item_price {
	border-top-color: #3a4147;
}

body#dark .product-card__favorite.add_favorite {
	border-color: #475159;
	background: rgba(46, 52, 57, .95);
}

@media only screen and (min-width: 768px) {
	.product-card-list.products_list .product-card {
		width: 33.333333%;
		max-width: 33.333333%;
	}
}

@media only screen and (min-width: 992px) {
	.product-card-list.products_list .product-card {
		width: 25%;
		max-width: 25%;
	}
}

@media only screen and (max-width: 767px) {
	.product-card {
		margin-bottom: 18px;
		padding-right: 7px;
		padding-left: 7px;
	}

	.product-card__media {
		height: 170px;
		padding: 14px;
	}

	.products_list .product-card .product-card__body.product_list_item_details {
		padding: 13px 13px 8px;
	}

	.products_list .product-card .product-card__title.products_list_item-description-title {
		min-height: 59px;
		font-size: 14px;
	}

	.products_list .product-card .product-card__description.product_list_item_description_text {
		display: none;
		min-height: 0;
	}

	.products_list .product-card .product-card__footer.products_list_item_price {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
		padding: 11px 13px 14px;
	}

	.products_list .product-card .product-card__price.products_list_item_price_best {
		font-size: 19px;
	}

	.product-card__favorite.add_favorite {
		top: 10px;
		right: 10px;
		width: 34px;
		height: 34px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.product-card__inner,
	.product-card__favorite.add_favorite {
		transition: none;
	}

	.product-card:hover .product-card__inner,
	.product-card:focus-within .product-card__inner {
		transform: none;
	}
}
