.csb-badge {
	position: absolute;
	top: 10px;
	z-index: 9;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 11px;
	min-height: 28px;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.2px;
	border-radius: 999px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
	pointer-events: none;
	white-space: nowrap;
	max-width: calc(100% - 20px);
	box-sizing: border-box;
}

.csb-badge--left {
	left: 10px;
}

.csb-badge--right {
	right: 10px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	position: relative;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	display: block;
}

@media (max-width: 767px) {
	.csb-badge {
		top: 8px;
		padding: 5px 10px;
		min-height: 26px;
		font-size: 11px;
		max-width: calc(100% - 16px);
	}

	.csb-badge--left {
		left: 8px;
	}

	.csb-badge--right {
		right: 8px;
	}
}