/* Bonus / free product styling (Supple WooCommerce Extension) */

/* ---- Cart / mini-cart "Bonus" badge ----------------------------------
 * The theme's `.cartnavtxt span { font-size:15px; line-height:100%; color:#545454 }`
 * has higher specificity than a single class, so the clobbered properties use
 * !important to render the badge cleanly in every cart context.
 * ------------------------------------------------------------------- */
.supple-bonus-badge {
	display: inline-block;
	margin: 2px 0 2px 4px;
	padding: 2px 8px;
	font-size: 10px !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #fff !important;
	background: #1a7d33;
	border-radius: 3px;
	vertical-align: middle;
	white-space: nowrap;
}

.supple-bonus-free {
	font-weight: 700;
	color: #1a7d33;
	text-decoration: none;
}

.supple-bonus-qty {
	display: inline-block;
	font-weight: 600;
}

/* Strike the original price next to the FREE label. */
.woocommerce-mini-cart-item del,
.cart_item del {
	opacity: 0.6;
	margin-right: 4px;
}

/* ---- Single product page "Bonus" callout ----------------------------- */
.supple-bonuses {
	margin: 0 0 18px;
	padding: 14px 16px;
	border: 1px solid #ffd400;
	border-radius: 6px;
	background: #fffbe6;
}

.supple-bonuses__head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.supple-bonuses__flag {
	display: inline-block;
	padding: 3px 9px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #1a1a1a;
	background: #ffd400;
	border-radius: 3px;
}

.supple-bonuses__title {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: #1a1a1a;
}

.supple-bonuses__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.supple-bonuses__item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 0;
	border-top: 1px dashed #e9dca0;
}

.supple-bonuses__item:first-child {
	border-top: none;
}

.supple-bonuses__img img {
	display: block;
	width: 54px;
	height: 54px;
	object-fit: contain;
	border-radius: 4px;
	background: #fff;
}

.supple-bonuses__info {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.supple-bonuses__name {
	font-weight: 600;
	color: #1a1a1a;
	text-decoration: none;
	line-height: 1.3;
}

.supple-bonuses__name:hover {
	text-decoration: underline;
}

.supple-bonuses__qty {
	font-weight: 700;
	color: #c8102e;
}

.supple-bonuses__meta {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
}

.supple-bonuses__rrp {
	color: #6b6b6b;
}

.supple-bonuses__free {
	font-weight: 800;
	color: #1a7d33;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
