.box-image, .product-gallery, .woocommerce-product-gallery { position: relative; }

.sg-voorraad-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	background: #21b500;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: .2px;
	opacity: .95;
	pointer-events: none;
	white-space: nowrap;
	text-transform: none;
}

.product-small .sg-voorraad-badge { font-size: 12px; padding: 4px 8px; }

@media (max-width: 549px) {
	.sg-voorraad-badge { font-size: 11px; padding: 3px 7px; top: 6px; left: 6px; }
}
