/* KC Promo Carrinho — avisos (nudges) */

.kc-promo-nudge {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 12px 0;
	padding: 10px 14px;
	border-radius: 6px;
	font-size: 14px;
	line-height: 1.4;
}

.kc-promo-nudge.is-pending {
	background: #fff6e5;
	border: 1px solid #f0c674;
	color: #7a5b00;
}

.kc-promo-nudge.is-qualified {
	background: #eafaef;
	border: 1px solid #7ac88f;
	color: #1c6b34;
}

.kc-promo-nudge__msg {
	flex: 1 1 auto;
}

.kc-promo-nudge__msg del {
	opacity: 0.6;
	margin-right: 4px;
}

.kc-promo-nudge__cta {
	flex: 0 0 auto;
	display: inline-block;
	padding: 6px 12px;
	border-radius: 4px;
	background: #1c6b34;
	color: #fff !important;
	text-decoration: none;
	font-weight: 600;
}

.kc-promo-nudge--minicart {
	font-size: 13px;
	margin: 8px 0;
}

.kc-promo-free {
	font-weight: 700;
	text-transform: uppercase;
}

/* Box no topo da categoria promocional */
.kc-promo-box {
	margin: 0 0 20px;
	padding: 16px 20px;
	border-radius: 8px;
	background: #1c6b34;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}

.kc-promo-box .amount,
.kc-promo-box ins {
	color: #ffe08a;
	text-decoration: none;
}
