.woocommerce ul.products li.product,
.jet-woo-products__item,
.vandorfeny-ppb-badge-anchor {
	position: relative;
}

.vandorfeny-ppb-badge {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: 85px;
	height: 85px;
	padding: 6px 0 0 6px;
	pointer-events: none;
	background: var(--vandorfeny-ppb-badge-bg, #ff0000);
	clip-path: polygon(0 0, 100% 0, 0 100%);
}

.vandorfeny-ppb-badge__line {
	display: block;
	padding: 0;
	color: var(--vandorfeny-ppb-badge-text, #ffffff);
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	transform: rotate(-45deg);
	transform-origin: left top;
}

.vandorfeny-ppb-badge__line--one {
	margin-top: 35px;
}

.vandorfeny-ppb-badge__line--two {
	margin-top: 7px;
}

.wc-item-meta .vandorfeny-ppb-discount {
	font-weight: 600;
}
