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

.woocommerce ul.products li.product .wcaob-badge-wrap,
.woocommerce-page ul.products li.product .wcaob-badge-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	display: inline-flex;
	flex-direction: column;
	gap: 2px;
	max-width: 70%;
	pointer-events: none;
}

.woocommerce ul.products li.product .wcaob-badge-main,
.woocommerce-page ul.products li.product .wcaob-badge-main {
	display: inline-block;
	background: #00666b;
	color: #ffffff;
	font-weight: 700;
	line-height: 1;
	font-size: clamp(12px, 1.2vw, 18px);
	padding: 12px 16px;
	border-bottom-right-radius: 28px;
	box-shadow: 0 1px 2px rgba(0,0,0,.10);
}

.woocommerce ul.products li.product .wcaob-badge-sub,
.woocommerce-page ul.products li.product .wcaob-badge-sub {
	display: inline-block;
	margin-left: 6px;
	background: rgba(0, 102, 107, 0.92);
	color: #fff;
	font-size: 11px;
	line-height: 1.2;
	padding: 5px 8px;
	border-radius: 6px;
	max-width: 180px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
