.woocommerce ul.products li.product, ul.products li.product, li.product,
.wc-block-grid__product, .essv-badge-host { position: relative; }

.essv-loop-badge {
	position: absolute; top: 0; right: 0; width: 170px; height: 170px;
	overflow: hidden; z-index: 8; pointer-events: none;
}
.essv-loop-badge__label {
	position: absolute; top: 40px; right: -46px; width: 210px;
	transform: rotate(45deg);
	background: linear-gradient(135deg, #d9b45b, #b8912f);
	color: #fff; text-align: center; white-space: nowrap;
	font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
	font-size: 11px; font-weight: 800; line-height: 1.2; letter-spacing: .02em;
	text-transform: uppercase; padding: 7px 0;
	box-shadow: 0 6px 16px rgba(0, 33, 71, .3);
	text-shadow: 0 1px 2px rgba(0, 33, 71, .55);
}
.essv-loop-badge__label::before { content: "\2726 "; }

@media (max-width: 480px) {
	.essv-loop-badge { width: 140px; height: 140px; }
	.essv-loop-badge__label { top: 32px; right: -50px; font-size: 9.5px; padding: 6px 0; }
}
