/* UNI x GLOW Offers — product-page ladder. Neutral, inherits theme typography. */
.uxo-offer {
	margin: 12px 0 4px;
	padding: 12px 14px;
	border: 1px solid #e4e4e2;
	border-radius: 8px;
	background: #fafafa;
	font-size: 14px;
	line-height: 1.4;
}
.uxo-offer-title {
	margin: 0 0 8px;
	font-weight: 700;
	letter-spacing: .01em;
	color: #1c1c1c;
}
.uxo-tiers {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
}
.uxo-tier {
	display: flex;
	align-items: baseline;
	gap: 8px;
	white-space: nowrap;
}
.uxo-tier-qty {
	font-weight: 600;
	color: #1c1c1c;
}
.uxo-unit {
	color: #3a3a3a;
}
.uxo-unit .amount,
.uxo-now .amount {
	font-weight: 600;
	color: #1c1c1c;
}
.uxo-was {
	text-decoration: line-through;
	color: #8a8a88;
}
.uxo-now {
	font-weight: 600;
	color: #1c1c1c;
}
.uxo-save {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #1c1c1c;
	background: #ececeb;
	border-radius: 4px;
	padding: 2px 7px;
}
/* Stack the ladder on very small screens */
@media (max-width: 480px) {
	.uxo-tiers { flex-direction: column; gap: 6px; }
}

/* Live cart progress: unlocked tier + "add N more" nudge */
.uxo-tier.is-unlocked .uxo-tier-qty { font-weight: 700; }
.uxo-unlocked-tag {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #276c2c;
	background: #eef5ee;
	border-radius: 4px;
	padding: 2px 6px;
}
.uxo-nudge {
	margin: 9px 0 0;
	font-size: 13px;
	font-weight: 600;
	color: #1c1c1c;
}
.uxo-nudge .amount { font-weight: 700; }

/* Cross-sell / set notes */
.uxo-offer--cross_sell, .uxo-offer--set { }
.uxo-note { margin: 2px 0 0; font-size: 13.5px; color: #3a3a3a; }
.uxo-offer .uxo-open-bundle { margin-top: 10px; }
