.featured_img {
	position: relative;
	overflow: hidden;
}

.featured_img .elementor-widget-html:has(.loop-product-badge) {
	inset: 0;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 2;
}

.featured_img .elementor-widget-html:has(.loop-product-badge:empty) {
	display: none;
}

.featured_img .elementor-widget-html:has(.loop-product-badge) .elementor-widget-container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.loop-product-badge:empty {
	display: none;
}

.loop-product-badge:not(:empty) {
	position: absolute;
	top: 22px;
	right: -42px;
	z-index: 2;
	width: 160px;
	padding: 7px 8px;
	background-color: var(--e-global-color-accent, #F5AB0C);
	box-shadow: 0 2px 6px rgba(12, 15, 10, 0.18);
	color: #fff;
	font-family: "Red Hat Display", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(45deg);
	pointer-events: none;
}

@media (max-width: 767px) {
	.loop-product-badge:not(:empty) {
		top: 18px;
		right: -46px;
		width: 150px;
		font-size: 11px;
	}
}
