.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.elementor-widget-woocommerce-products ul.products li.product {
	position: relative;
}

.cme-pm-badge {
	position: absolute;
	z-index: 30;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	padding: 5px 9px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .03em;
	text-transform: uppercase;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .14);
}

.cme-pm-badge--top-left {
	top: 10px;
	left: 10px;
}

.cme-pm-badge--top-right {
	top: 10px;
	right: 10px;
}

.cme-pm-badge--bottom-left {
	bottom: 10px;
	left: 10px;
}

.cme-pm-badge--bottom-right {
	right: 10px;
	bottom: 10px;
}

.cme-pm-badge--single {
	position: static;
	margin: 0 0 12px;
}


.cme-pm-custom-badge {
	position: absolute;
	z-index: 29;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	max-width: calc(100% - 20px);
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: .02em;
	text-transform: uppercase;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
}

.cme-pm-custom-badge__text {
	overflow-wrap: anywhere;
}

.cme-pm-custom-badge__icon {
	flex: 0 0 auto;
	font-size: 13px;
	line-height: 1;
}

.cme-pm-custom-badge--top-left {
	top: 10px;
	left: 10px;
}

.cme-pm-custom-badge--middle-left {
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}

.cme-pm-custom-badge--bottom-left {
	bottom: 10px;
	left: 10px;
}

.cme-pm-custom-badge--top-right {
	top: 10px;
	right: 10px;
}

.cme-pm-custom-badge--middle-right {
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.cme-pm-custom-badge--bottom-right {
	right: 10px;
	bottom: 10px;
}

.cme-pm-custom-badge--offset-top {
	top: 46px;
}

.cme-pm-custom-badge--green {
	background: #9de900;
	color: #111;
}

.cme-pm-custom-badge--blue {
	background: #1397e8;
	color: #fff;
}

.cme-pm-custom-badge--red {
	background: #e53935;
	color: #fff;
}

.cme-pm-custom-badge--orange {
	background: #ff7a00;
	color: #fff;
}

.cme-pm-custom-badge--pink {
	background: #ef4da8;
	color: #fff;
}

.cme-pm-custom-badge--purple {
	background: #7d6b95;
	color: #fff;
}

.cme-pm-custom-badge--yellow {
	background: #ffd93d;
	color: #111;
}

.cme-pm-custom-badge--black {
	background: #111;
	color: #fff;
}


/* Individuelles Badge als Banner über die gesamte Breite */
.cme-pm-custom-badge--bottom-full {
	right: 0;
	bottom: 10px;
	left: 0;
	width: auto;
	max-width: none;
	margin: 0 10px;
	justify-content: center;
	text-align: center;
	border-radius: 0;
	white-space: normal;
}
