
.label--gray {
	background-color: #686868;
}

.label--blue {
	background-color: #0076d6;
}

.product-card .product-card__service-plus > div:not(.product-cart__popup-container):hover + .product-cart__popup-container, .product-card .product-card__service-plus .product-cart__popup-container:hover {
	display: block !important;
	opacity: 1;
}