.sold-label-wrapper,
.special-offer-badge {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 40px);
	height: 40px;
	background-color: #f00;
	color: #fff;
	z-index: 2;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}
.oa24-loop-list-view-item-left-side-wrapper .sold-label-wrapper,
.product-item .product-item-image-wrap .sold-label-wrapper {
	width: 100%;
	height: auto;
	padding: 5px 0;
}
.special-offer-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0f54c3;
	z-index: 1;
}
.special-offer-badge.small {
	width: 100%;
}
.special-offer-badge span.badge-vat {
	font-size: 10px;
	font-weight: 500;
	margin: 0 0 0 15px;
}
