body:not(.ct-loading) .wt-mix-match-badge:not([class*="ct-woo-badge-"]) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 2;
	top: 50px;
	left: 15px;
	min-height: 28px;
	padding: 5px 10px;
	border-radius: 3px;
	color: #fff;
	background: var(--theme-palette-color-1, #008037);
}

.woocommerce a.wt-mix-match-badge {
	text-decoration: none;
}
