.product-item-container {
	position: relative;
}

.product-item-container.hover {
	z-index: 80;
}

.product-item.ccm-product-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 337px;
	padding: 12px 8px 14px;
	border: 0;
	border-radius: 5px;
	background: #fff;
	box-shadow: none;
	font-family: "Montserrat", Arial, sans-serif;
}

.bx-no-touch .product-item-container.hover .product-item.ccm-product-card {
	position: relative;
	right: auto;
	left: auto;
	padding: 12px 8px 14px;
	width: 100%;
	border: 0;
	box-shadow: 0 8px 22px rgba(21, 25, 35, .08);
	animation: none;
}

.product-item.ccm-product-card a {
	text-decoration: none;
}

.ccm-product-card__top {
	position: absolute;
	top: 11px;
	right: 8px;
	left: 8px;
	z-index: 20;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	pointer-events: none;
}

.ccm-product-card__labels {
	position: static;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	max-width: calc(100% - 34px);
	transform: none;
}

.ccm-product-card__labels span,
.product-item-label-text.ccm-product-card__labels span {
	display: inline-flex;
	align-items: center;
	min-height: 20px;
	margin: 0;
	padding: 3px 10px;
	border-radius: 3px;
	background: #ed1b2f;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.ccm-product-card__favorite {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border: 0;
	background: transparent;
	pointer-events: auto;
}

.ccm-product-card__favorite svg {
	display: block;
	width: 23px;
	height: 20px;
}

.ccm-product-card__favorite svg path {
	fill: transparent;
	stroke: #353535;
	stroke-width: 1.3px;
	transition: fill .2s ease, stroke .2s ease;
}

.ccm-product-card__favorite:hover svg path,
.ccm-product-card__favorite.active svg path {
	fill: #ed1b2f;
	stroke: #ed1b2f;
}

.ccm-product-card__image.product-item-image-wrapper {
	position: relative;
	display: block;
	margin: 18px 0 7px;
	padding-top: 73%;
	width: 100%;
	min-height: 174px;
}

.product-item-container.hover.product-item-scalable-card .ccm-product-card__image.product-item-image-wrapper {
	padding-top: 73%;
}

.ccm-product-card__image .product-item-image-original,
.ccm-product-card__image .product-item-image-alternative,
.ccm-product-card__image .product-item-image-slide {
	background-size: contain;
}

.ccm-product-card__image .product-item-image-slider-control-container {
	bottom: 0;
	z-index: 18;
	line-height: 1;
}

.ccm-product-card__image .product-item-image-slider-control {
	width: 6px;
	height: 6px;
	margin: 0 3px;
	border: 1px solid #1532ff;
	background: #fff;
	opacity: 1;
}

.ccm-product-card__image .product-item-image-slider-control.active,
.ccm-product-card__image .product-item-image-slider-control:hover {
	background: #1532ff;
}

.ccm-product-card__title.product-item-title {
	display: -webkit-box;
	overflow: hidden;
	min-height: 34px;
	margin: 0 0 16px;
	color: #3f3f3f;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.18;
	letter-spacing: 0;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ccm-product-card__title.product-item-title a {
	color: #3f3f3f;
	font-size: inherit;
	line-height: inherit;
}

.ccm-product-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: auto;
	margin-bottom: 15px;
}

.ccm-product-card__price {
	display: flex;
	align-items: baseline;
	gap: 6px;
	min-width: 0;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
}

.ccm-product-card__price .product-item-price-current,
.ccm-product-card__price .new_product-item-price-current {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

.ccm-product-card__price .product-item-price-old {
	color: #8f8f8f;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	text-decoration: line-through;
}

.ccm-product-card__availability.product-item-info-container {
	clear: none;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
	margin: 0;
	min-width: 72px;
	color: #32cb41;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
}

.ccm-product-card__availability[data-unavailable="true"] {
	color: #9a9a9a;
}

.ccm-product-card__availability-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #32cb41;
	flex: 0 0 auto;
}

.ccm-product-card__availability[data-unavailable="true"] .ccm-product-card__availability-icon {
	background: #bdbdbd;
}

.ccm-product-card__availability-icon::after {
	content: "";
	width: 5px;
	height: 3px;
	border-bottom: 1.5px solid #fff;
	border-left: 1.5px solid #fff;
	transform: translateY(-1px) rotate(-45deg);
}

.ccm-product-card__availability .mess_show {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.ccm-product-card__sku {
	display: none;
}

.ccm-product-card__actions.product-item-info-container {
	margin: 0;
}

.ccm-product-card__actions .product-item-button-container,
.ccm-product-card__actions > div {
	width: 100%;
}

.ccm-product-card__button.btn,
.ccm-product-card__button.btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 32px;
	padding: 8px 12px;
	border: 0;
	border-radius: 4px;
	background: #1621f3;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	transition: background .2s ease, color .2s ease;
}

.ccm-product-card__button.btn:hover,
.ccm-product-card__button.btn-primary:hover {
	background: #0710d9;
	color: #fff;
}

.ccm-product-card__button--disabled.btn {
	background: #f1f1f1;
	color: #777;
}

.ccm-product-card__button--disabled.btn:hover {
	background: #e7e7e7;
	color: #777;
}

@media (max-width: 767px) {
	.product-item.ccm-product-card {
		min-height: 315px;
	}

	.ccm-product-card__image.product-item-image-wrapper {
		min-height: 150px;
	}

	.ccm-product-card__meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}

	.ccm-product-card__availability.product-item-info-container {
		justify-content: flex-start;
	}
}
