.rwgd-product-promo {
	display: block;
	clear: both;
	width: 100%;
	max-width: 100%;
	margin: 1.25rem 0 0;
	padding: 1rem 1.1rem;
	border: 1px solid #e4ddd3;
	border-radius: 6px;
	background:
		linear-gradient(135deg, rgba(114, 47, 55, 0.06) 0%, transparent 42%),
		#faf8f5;
	box-sizing: border-box;
}

.rwgd-product-promo__header {
	margin-bottom: 0.75rem;
}

.rwgd-product-promo__badge {
	display: inline-block;
	margin-bottom: 0.4rem;
	padding: 0.15rem 0.55rem;
	border-radius: 3px;
	background: #722f37;
	color: #fff;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.rwgd-product-promo__title {
	margin: 0;
	color: #2c2420;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.35;
}

.rwgd-product-promo__tiers {
	display: grid;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rwgd-product-promo__tier {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.55rem 0.7rem;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #ebe4da;
}

.rwgd-product-promo__qty {
	color: #4a4038;
	font-size: 0.9rem;
	font-weight: 500;
}

.rwgd-product-promo__save {
	flex-shrink: 0;
	color: #722f37;
	font-size: 0.9rem;
	font-weight: 700;
}

@media (max-width: 480px) {
	.rwgd-product-promo__tier {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.2rem;
	}
}

/* Catalog / product card badge (Woo + Elementor) */
.rwgd-loop-badge-wrap {
	position: relative;
	display: block;
	width: 100%;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.products .product,
.product-small,
.product-grid-item,
.elementor-widget-theme-post-featured-image,
.elementor-widget-image,
.elementor-loop-item,
.e-loop-item {
	position: relative;
}

.rwgd-loop-badge {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 20;
	display: inline-block;
	max-width: calc(100% - 24px);
	padding: 0.35rem 0.65rem;
	border-radius: 999px;
	background: #722f37;
	color: #fff !important;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0 2px 8px rgba(44, 36, 32, 0.18);
	pointer-events: none;
	white-space: nowrap;
}
