/* Product loop / archive */
ul.products li.product {
	position: relative;
}

ul.products li.product .ealfa-origin-badge {
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 3;
	width: 72px;
	max-width: 34%;
	pointer-events: none;
	transform: rotate(12deg);
	line-height: 0;
}

ul.products li.product .ealfa-origin-badge img {
	display: block;
	width: 100%;
	height: auto;
}

/* Single product gallery image */
.woocommerce-product-gallery__image {
	position: relative;
}

.single-product .ealfa-origin-badge--single {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 5;
	width: 110px;
	max-width: 28%;
	pointer-events: none;
	transform: rotate(12deg);
	line-height: 0;
}

.single-product .ealfa-origin-badge--single img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	ul.products li.product .ealfa-origin-badge {
		width: 58px;
	}

	.single-product .ealfa-origin-badge--single {
		width: 84px;
	}
}
