/**
* Theme Name: Elaamy
* Description: Child theme of Blonwe (Elaamy).
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: blonwe
* Version: 1.0.3
*/

/* Product box type 5: status badge (Offer / New) — markup from child PHP override */
.product-type-5 .thumbnail-wrapper.entry-media {
	position: relative;
}

.product-type-5 .product-status-badge {
	position: absolute;
	z-index: 3;
	top: 12px;
	inset-inline-start: 12px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 6px 10px;
	border-radius: 4px;
	pointer-events: none;
}

.product-type-5 .product-status-badge--offer {
	background: #c62828;
	color: #fff;
}

.product-type-5 .product-status-badge--new {
	background: #263238;
	color: #fff;
}