/* On Sale — promotional banner */

.bsp-on-sale {
	position: relative;
	padding: 64px 20px 72px;
	background-color: #fff5f9;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.bsp-on-sale__container {
	max-width: 1320px;
	margin: 0 auto;
}

.bsp-on-sale__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 32px 48px;
	align-items: center;
}

.bsp-on-sale__grid:not(:has(.bsp-on-sale__visual)) {
	grid-template-columns: minmax(0, 1fr);
	max-width: 720px;
}

/* Left content */
.bsp-on-sale__kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	color: var(--bsp-os-accent, #e91e63);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.bsp-on-sale__kicker-line {
	display: inline-block;
	width: min(180px, 24vw);
	height: 1px;
	background: var(--bsp-os-accent, #e91e63);
	opacity: 0.5;
}

.bsp-on-sale__title {
	margin: 0 0 14px;
	color: var(--bsp-os-title, #1a1a1a);
	font-family: var(--bsp-font-heading);
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 700;
	line-height: 1.15;
}

.bsp-on-sale__title-highlight {
	display: inline;
	color: var(--bsp-os-highlight, #e91e63);
}

.bsp-on-sale__subtitle {
	margin: 0 0 24px;
	max-width: 520px;
	color: var(--bsp-os-text, #4b5563);
	font-size: 15px;
	line-height: 1.65;
}

.bsp-on-sale__discount {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 10px;
	margin-bottom: 24px;
}

.bsp-on-sale__discount-prefix,
.bsp-on-sale__discount-suffix {
	color: var(--bsp-os-title, #1a1a1a);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.bsp-on-sale__discount-percent {
	color: var(--bsp-os-highlight, #e91e63);
	font-family: var(--bsp-font-heading);
	font-size: clamp(42px, 5vw, 64px);
	font-weight: 700;
	line-height: 1;
}

.bsp-on-sale__discount-note {
	flex: 0 0 100%;
	color: var(--bsp-os-muted, #6b7280);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.bsp-on-sale__countdown-wrap {
	margin-bottom: 28px;
}

.bsp-on-sale__countdown {
	display: flex;
	align-items: center;
	gap: 8px;
}

.bsp-on-sale__countdown-item {
	min-width: 72px;
	padding: 12px 10px;
	border: 1px solid var(--bsp-os-countdown-border, #f8bbd0);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.72);
	text-align: center;
}

.bsp-on-sale__countdown-item strong {
	display: block;
	color: var(--bsp-os-title, #1a1a1a);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
}

.bsp-on-sale__countdown-item span {
	display: block;
	margin-top: 4px;
	color: var(--bsp-os-muted, #6b7280);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.bsp-on-sale__countdown-sep {
	color: var(--bsp-os-accent, #e91e63);
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
}

.bsp-on-sale__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.bsp-on-sale__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 0 24px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.bsp-on-sale__btn--primary {
	border: 0;
	background: var(--bsp-os-accent, #e91e63);
	color: var(--bsp-os-btn-text, #fff);
}

.bsp-on-sale__btn--primary:hover {
	background: #c2185b;
	color: var(--bsp-os-btn-text, #fff);
}

.bsp-on-sale__btn--outline {
	border: 1.5px solid var(--bsp-os-accent, #e91e63);
	background: transparent;
	color: var(--bsp-os-accent, #e91e63);
}

.bsp-on-sale__btn--outline:hover {
	background: rgba(233, 30, 99, 0.06);
}

/* Right visual */
.bsp-on-sale__visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 360px;
}

.bsp-on-sale__hero-image {
	display: block;
	width: 100%;
	max-width: 560px;
	height: auto;
	object-fit: contain;
}

.bsp-on-sale__floating-badge {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 120px;
	height: 120px;
	color: var(--bsp-os-badge-text, #fff);
}

.bsp-on-sale__badge-ring {
	position: absolute;
	inset: 0;
	color: var(--bsp-os-badge-bg, #f06292);
}

.bsp-on-sale__badge-center {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 24px;
	text-align: center;
}

.bsp-on-sale__badge-center strong {
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.02em;
}

/* Responsive */
@media (max-width: 1023px) {
	.bsp-on-sale {
		padding: 48px 20px 56px;
	}

	.bsp-on-sale__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.bsp-on-sale__visual {
		min-height: 280px;
		order: -1;
	}

}

@media (max-width: 767px) {
	.bsp-on-sale {
		padding: 40px 16px 48px;
	}

	.bsp-on-sale__countdown {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.bsp-on-sale__countdown-item {
		min-width: 64px;
	}

	.bsp-on-sale__actions {
		flex-direction: column;
	}

	.bsp-on-sale__btn {
		width: 100%;
	}

	.bsp-on-sale__floating-badge {
		width: 100px;
		height: 100px;
	}
}
