.alh-product-sku {
	color: #a3a3a3;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	margin: 4px 0 12px;
}

.alh-promotion-badge {
	background: var(--alh-promo-bg, #ef1f1f);
	border-radius: 6px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
	color: var(--alh-promo-color, #fff);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	left: 14px;
	line-height: 1;
	padding: 9px 11px;
	position: absolute;
	top: 14px;
	z-index: 8;
}

.alh-promotion-badge[hidden] {
	display: none !important;
}

.woocommerce-product-gallery__wrapper,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	position: relative;
}

.alh-promotion-price {
	align-items: baseline;
	display: inline-flex;
	font-family: var(--alh-product-price-font-family, inherit);
	flex-wrap: wrap;
	gap: 8px 12px;
}

.alh-promotion-price del {
	color: #a3a3a3;
	font-size: .72em;
	font-weight: 400;
	opacity: 1;
	text-decoration-thickness: 1px;
}

.alh-promotion-price--single ins {
	background: transparent;
	color: #1f1f1f;
	font-size: 1.08em;
	font-weight: 700;
	text-decoration: none;
}

.alh-promotion-price del,
.alh-promotion-price ins,
.alh-promotion-price .woocommerce-Price-amount,
.alh-promotion-price .woocommerce-Price-currencySymbol {
	font-family: inherit;
}

.alh-promotion-price--single ins {
	font-size: 1.24em;
}

.alh-promotion-price--loop {
	color: inherit;
	flex-wrap: nowrap;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	white-space: nowrap;
}

.alh-catalog-current-price {
	font-size: 1.12em;
}

.alh-promotion-price--loop del {
	font-size: .94em;
}

.alh-promotion-end-row {
	display: block;
	flex-basis: 100%;
	line-height: 1;
}

.alh-promotion-end {
	align-items: center;
	border: 1px solid #ef1f1f;
	border-radius: 5px;
	color: #ef1f1f;
	display: inline-flex;
	font-size: 12px;
	font-weight: 500;
	gap: 5px;
	line-height: 1.2;
	padding: 5px 8px;
}

.alh-promotion-end svg {
	fill: none;
	flex: 0 0 16px;
	height: 16px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
	width: 16px;
}

@media (max-width: 767px) {
	.alh-promotion-badge {
		font-size: 11px;
		left: 10px;
		padding: 7px 9px;
		top: 10px;
	}

	.alh-promotion-price {
		gap: 6px 9px;
	}
}
