/* Das ist der Ort für Tokens, die in Step im feld DigitalLabel_P gepflegt sind */
.digitalLabels {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.digitalLabel {
	position: absolute;
	top: -1px;
	left: -1px;
	font-size: 12px;
	line-height: 23px;
	padding: 0 5px;
	display: inline-block;
	z-index: 990;
}

.digitalLabelPdp {
	position: relative;
	float: left;
	clear: left;
	margin-bottom: 5px;
}

.digitalLabel:after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	left: -23px;
	top: 0;
	z-index: -1;
}

.digitalLabel.default-label {
	color: white;
	background: #626262;
}

.digitalLabel.default-label a {
	color: white;
}

.digitalLabel.default-label:after {
	background: transparent;
	border-top: 23px solid #626262;
	border-right: 23px solid transparent;
	border-bottom: 23px solid transparent;
	border-left: 23px solid transparent;
}

.digitalLabel.bestselling-products-label {
	color: black;
	background: #dfecf5;
}

.digitalLabel.bestselling-products-label a {
	color: black;
}

.digitalLabel.bestselling-products-label:after {
	background: transparent;
	border-top: 23px solid #dfecf5;
	border-right: 23px solid transparent;
	border-bottom: 23px solid transparent;
	border-left: 23px solid transparent;
}

.digitalLabel.new-products-label {
	color: black;
	background: #ff9f2f;
}

.digitalLabel.new-products-label a {
	color: black;
}

.digitalLabel.new-products-label:after {
	background: transparent;
	border-top: 23px solid #ff9f2f;
	border-right: 23px solid transparent;
	border-bottom: 23px solid transparent;
	border-left: 23px solid transparent;
}

.digitalLabel.special-price-label {
	color: black;
	background: #e32b3c;
}

.digitalLabel.special-price-label a {
	color: white;
}

.digitalLabel.special-price-label:after {
	background: transparent;
	border-top: 23px solid #e32b3c;
	border-right: 23px solid transparent;
	border-bottom: 23px solid transparent;
	border-left: 23px solid transparent;
}
