.csp-out-of-stock__image {
	position: relative;
	overflow: hidden;
	display: block;
}

.csp-out-of-stock__image > a,
.csp-out-of-stock__image.thumbnail {
	position: relative;
	display: block;
}

.csp-out-of-stock__image img.csp-out-of-stock__photo {
	filter: grayscale(100%);
}

.csp-out-of-stock__badge {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	display: block;
	padding: 7px 10px;
	background: #d71920;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	pointer-events: none;
	box-sizing: border-box;
}

.product-images .csp-out-of-stock__image {
	display: inline-block;
	max-width: 100%;
}

.product-images .csp-out-of-stock__image img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.csp-out-of-stock__badge {
		padding: 6px 8px;
		font-size: 11px;
	}
}
