.product-item-container {
	box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
	padding: 10px 20px 20px 20px;
	border-radius: 5px;
	margin: 20px 0;
	background-color: #fff;
	border-radius: 5px;
	/* -webkit-transition: -webkit-filter .3s cubic-bezier(0, 0, 0.2, 1);
    transition: filter .3s cubic-bezier(0, 0, 0.2, 1); */
}
.product-item-container:hover {
	-webkit-filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 12%));
	filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 12%));
}

/* .product-item-container:hover {
    box-shadow: 2px 4px 16px rgba(0, 0, 0, .16);
    transform: scale3d(1.01, 1.01, 1.01)
} */

.product-item {
	position: relative;
}
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin: 10px -20px 20px -20px;
	padding-top: 100%;
	width: сфдс(100% - 40px);
	transition: all 300ms ease;
	overflow: hidden;
	/* background-color: #F9F9F9; */
}
.product-item-title {
	/*  color: #2F3132; */
	font-size: 18px;
	font-weight: 600;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 0;
}
.product-item-type a {
	font-size: 16px;
	line-height: 18px;
	/* min-height: 48px; */
	display: inline-block;
	/* text-transform: lowercase; */
}

/* .product-item-type a::first-letter {
    text-transform: uppercase;
} */

@media (max-width: 1024px) {
	.product-item-type a {
		min-height: auto;
	}
}
.product-item-price-container {
	display: none;
}
.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}
.product-item-image-alternative {
	display: none;
}
.product-item-label {
	position: absolute;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	left: 0;
}
.product-item-label-new,
.product-item-label-hit {
	top: 0;
}
.product-item-label-hit + .product-item-label-new {
	top: 50px;
}
.product-item-label-background {
	position: absolute;
	z-index: 1;
	right: -30px;
}
.product-item-label-hit svg {
	fill: var(--color-brand-orange);
}
.product-item-label-new svg {
	fill: var(--color-brand-violet);
}
.product-item-label-value {
	position: relative;
	z-index: 2;
	margin: 6px 20px;
}
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
	padding: 20px;
}
.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: transparent;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: 0.6s ease-in-out left;
}
.product-item-image-slider-slide-container > .active {
	left: 0;
}
.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	display: block;
}
.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: block;
	padding: 0;
	text-align: center;
	opacity: 1;
	transition: opacity 300ms ease;
	display: flex;
	height: 100%;
}
.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 100%;
	border-radius: 0;
	background-color: transparent;
	opacity: 1;
	cursor: pointer;
	transition: all 300ms ease;
	/* margin: 0 1px; */
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.product-item-image-slider-control.active,
.product-item-image-slider-control:hover {
	border-bottom-color: var(--theme-color-primary);
}
div[id*="comp_"]:empty + .col .product-item-small-card {
	width: calc(100% / 5) !important;
}

.col-filter + .col .product-item-small-card {
	width: calc(100% / 4) !important;
}
.product-item-small-card {
	width: calc(100% / 5) !important;
}
.catalog-top .product-item-small-card {
	width: calc((100% / 7) - 15px) !important;
}
.catalog-news .product-item-small-card {
	width: calc((100% / 3) - 15px) !important;
}
.catalog-search-container .product-item-small-card {
	width: calc(100% / 4) !important;
}

/* @media screen and (max-width: 1920px) {
    .product-item-small-card {
        width: calc(100% / 6)!important;
    }
}
@media screen and (max-width: 1600px) {
    .product-item-small-card {
        width: calc(100% / 5)!important;
    }
}*/

@media screen and (max-width: 1920px) {
	.catalog-top .product-item-small-card {
		width: calc((100% / 6) - 15px) !important;
	}
	.catalog-news .product-item-small-card {
		width: calc((100% / 3) - 15px) !important;
	}
}
@media screen and (max-width: 1280px) {
	.catalog-top .product-item-small-card {
		width: calc((100% / 5) - 15px) !important;
	}
	.catalog-news .product-item-small-card {
		width: calc((100% / 2) - 15px) !important;
	}
}
@media (max-width: 1024px) {
	.product-item-small-card {
		width: 100% !important;
		margin-bottom: -20px;
	}
	.col-filter + .col .product-item-small-card {
		width: 100% !important;
	}
	/* .smart-filter-form {
		display: none;
	} */
	.catalog-top .product-item-small-card {
		width: calc(100% - 70px) !important;
	}

	.catalog-news .product-item-small-card {
		width: calc(100% - 100px) !important;
	}
}

/* @media screen and (max-width: 960px) {
    .product-item-small-card {
        width: calc(100% / 2)!important;
    }
}
@media screen and (max-width: 600px) {
    .product-item-small-card {
        width: 100%!important;
    }
} */

.product-item-compare-container {
	position: absolute;
	top: 10px;
	right: 0;
}
.product-item-compare-container input[type="checkbox"] {
	display: none;
	cursor: pointer;
}
.product-item-container:hover .product-item-compare-container svg {
	fill: var(--text-color-primary);
	opacity: 0.5;
	cursor: pointer;
}
.product-item-compare-container input[type="checkbox"]:hover + svg {
	fill: var(--theme-color-primary);
	opacity: 1;
}
.product-item-compare-container input[type="checkbox"]:checked + svg {
	fill: var(--theme-color-primary);
	opacity: 1;
}
@media (max-width: 1024px) {
	.product-item-container .product-item-compare-container svg {
		fill: var(--text-color-primary);
		opacity: 0.6;
	}
}
