/* ================================
   Black Friday Offer – Pill Label
   ================================ */
.bf-offer-pill {
	background: rgba(255, 255, 255, 0.12);  
	color: #ffffff;
	padding: 6px 18px;
	border-radius: 14px;                    /* pill shape */
	/* font-size: 0.9rem;*/
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
}


/* ================================
   Black Friday Offer – Headline
   ================================ */
.bf-offer-heading {
	margin-top: 10px !important;
	margin-bottom: 12px !important; 
	text-align: center;
	color: #ffffff;
}

.bf-offer-amount {
	font-size: 2.4rem;                      /* emphasised number */
	font-weight: 800;
	color: #ffffff;
}

.bf-offer-rest {
	font-size: 1.6rem;                      /* supporting text */
	font-weight: 700;
	color: #ffffff;
}


/* ================================
   Black Friday Offer – Pricing Row
   ================================ */
.bf-price-row {
	text-align: center;                     /* centre spans */
}

.bf-offer-old-price {
	color: rgba(255, 255, 255, 0.35);       /* faded old price */
	text-decoration: line-through;
	margin-right: 12px;
	font-size: 1.2rem;
	display: inline-block;
}

.bf-offer-new-price {
	color: #ffffff;                         /* main price */
	font-weight: 600;
	font-size: 1.2rem;
	display: inline-block;
}

.bf-offer-para {
	line-height: 1.4;
}