/* "Sold out" badge for out-of-stock products in the shop / category loop. */
.woocommerce ul.products li.product.angebae-soldout,
ul.products li.product.angebae-soldout {
	position: relative;
}

.angebae-soldout-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
	background: #b32d2e;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 6px 9px;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: .03em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
	pointer-events: none;
}

/* Dim the thumbnail of sold-out items so the state reads at a glance. */
li.product.angebae-soldout img {
	opacity: .65;
}
