.product-list__product {
	--product-bottom: 100px;
}

.product-list__product:hover .product__price {
	border-bottom: 1px solid #dcdcdc;
}

.product-list__product:hover .product:not(.fake-product):before {
	content: '';
	position: absolute;
	z-index: 0;
	width: 100%;
	height: calc(100% + var(--product-bottom));
	padding: 20px;
	background-color: transparent;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	inset: 0 0 0 0;
	overflow: hidden;
	pointer-events: none;
}

.product-list__product:hover .product-position-bottom {
	display: block;
	bottom: calc(var(--product-bottom) * -1);
}

.product-list__product:hover .product__bottom {
	/*padding-bottom: calc(var(--product-bottom));*/
}

.product {
	border-radius: 10px;
	background: #F7F7F7;
	position: relative;
}

.product__image {
	/*height: 219px; */
	height: 335px;
	position: relative;
	display: block;
}

.product__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-list__product .product__bottom {
	/*height: var(--product-bottom);*/
}

.product__bottom {
	padding: 0 20px 0 20px;
}

.product__name {
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

	color: #404040;
	font-size: 20px;
	font-weight: 600;
	line-height: 125%;
	letter-spacing: 0.7px;
}

.product__price {
	height: 70px;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-evenly;
	gap: 7px;
	color: #404040;
	font-size: 24px;
	font-weight: 800;
	line-height: 110%;
	letter-spacing: 0.24px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid transparent;
}

.product-list__product .product__price {
	/*border-bottom: 0;*/
}

.product__price .price {
	display: block;
}

.product__price .old-price {
	font-size: 15px;
	color: #808080;
	text-decoration: line-through;
	line-height: 110%;
	font-weight: 600;
}

.product__variation {
	padding: 13px 0 15px 0;
}

.product-list__product .product-position-bottom {
	display: none;
	position: absolute;
	z-index: 1000;
	bottom: 0;
	left: 0;
	right: 0;
	background: #F7F7F7;
}

.product-list__product .product-button-wrap {
	padding: 0 20px 20px;
	z-index: 1000;
	border-radius: 0 0 10px 10px;
}

.catalog-section-item-price.with-discount {
	color: #E92626;
}

.catalog-section-item-price-discount {
	color: #808080;
	font-weight: 500;
	text-decoration: line-through;
	font-size: 18px;
}

.product__variation .variation__name {
	color: #808080;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: 0.49px;
	margin-bottom: 5px;
}

.product__variation .variation__value {
	color: #404040;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 0.49px;
}

.add-cart {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	background: #F2E2D3;
	border: 0;
	color: #404040;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0.15px;
	text-transform: uppercase;
}

.add-cart:hover {
	background: #E5CFBA;
}

.product-sticker {
	border-radius: 50px;
	position: absolute;
	top: 12px;
	left: 12px;
	color: #fff;
	font-weight: 800;
	background: #404040;
	padding: 5px 18px;
	border-bottom: 2px solid;
}

.product-list__product {
	width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.product-list__product:last-child .fake-product {
	min-height: 480px;
}

.product__image-slider {
	width: 100%;
	height: 100%;
	position: relative;
}

.product__image-slider img {
	position: absolute;
	opacity: 0;
}

.product__image-slider img:first-of-type {
	opacity: 1;
}

.product__image-slider-overlay {
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	z-index: 10;
	top: 0;
}

.product__image-slider-overlay > div {
	flex: 1 1 auto;
}

.product__image-slider-overlay-dots {
	position: absolute;
	z-index: 12;
	display: flex;
	gap: 5px;
	border-radius: 50px;
	padding: 2px 5px;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.product__image-slider-overlay-dots > div {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #DCDCDC;
}

.product__image-slider-overlay-dots > div.active {
	background: #808080;
}

.catalog-section-item-info-container [data-sku-prop-id="156"] {
	margin-bottom: 15px;
}

.catalog-section-item-info-container [data-sku-prop-id="157"],
.catalog-section-item-info-container [data-sku-prop-id="31"],
.catalog-section-item-scu-block-title {
	display: none;
}

.catalog-section-item-scu-list {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	/*height: 15px;*/
}

.catalog-section-item-scu-item-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	height: 13px;
	overflow: hidden;
	padding-right: 15px;
	display: flex;
	flex-direction: column;
}

.catalog-section-item-scu-item-list.active {
	background: #fff;
	height: auto;
	top: -10px;
	z-index: 34;
	overflow: visible;
	padding: 10px 26px 0px 10px;
	border-radius: 10px;
	box-shadow: 0px 4px 15px rgb(64 64 64 / 15%);
}

.catalog-section-item-scu-item-list .arrow-down {
	position: absolute;
	top: -1px;
  right: 0;
	cursor: pointer;
}

.catalog-section-item-scu-item-list.active .arrow-down {
	transform: rotate(180deg);
	right: 7px;
	top: 9px;
}

.catalog-section-item-scu-item-text {
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}

.catalog-section-item-scu-item-text-container {
	cursor: pointer;
	margin-bottom: 5px;
	order: 2;
}

.catalog-section-item-scu-item-text-container:not(:last-of-type) {
}

.catalog-section-item-scu-item-text-container.selected {
	order: 1;
}
.catalog-section-item-scu-item-list.active .catalog-section-item-scu-item-text-container.selected {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.product__image {
		height: 45vw;
	}

	.product__name {
		font-size: 12px;
		height: 50px;
		padding: 10px 0;
	}

	.product__price {
		height: auto;
		font-size: 16px;
		padding: 10px 0;
	}

	.catalog-section-item-price-discount,
	.product__price .old-price {
		font-size: 12px;
	}

	.product-list__product .product__bottom {
		height: auto;
	}

	.product-list__product .product__price {
		border-bottom: 1px solid #dcdcdc;
	}

	.product-list__product:hover .product:before {
		display: none;
	}

	.product-list__product .product-position-bottom {
		display: block;
		position: static;
	}

	.product-list__product .product-button-wrap {
		padding: 0;
		border-radius: 0;
	}

	.product__bottom {
		padding: 0 10px 15px 10px;
	}

	.product-list-hits .product-list__product .product {
		background: #F7F7F7;
	}

	.product-list {
		margin-bottom: 30px;
	}

	.product-sticker {
		font-size: 8px;
	}

	.product__variation .variation__name {
		font-size: 12px;
	}

	.product__variation .variation__value {
		font-size: 12px;
	}

	.product-list__product {
		margin-bottom: 15px;
		padding: 0px 7px;
	}

	.product__image-slider,
	.product__image-slider-overlay > div {
		display: none;
	}
}