/* Pressovac Sale Badges — layout/placement only. Colors are inlined per badge. */

/* Anchor the badge to the catalog card image. */
.pressovac-eq-card__image-link {
	position: relative;
}

.pressovac-sale-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
	display: inline-block;
	padding: 4px 12px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
	border-radius: 4px;
	pointer-events: none;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
}

/* Single product page: badge sits at the top-left of the image area. */
.pressovac-single-product__image-wrap .pressovac-sale-badge--single {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 5px 14px;
	z-index: 4;
}