.wd-slide:has(.bbu-sp7000-hero) .wd-slide-container {
	max-width: none;
	width: 100%;
	padding: 0 !important;
	align-items: stretch;
	justify-content: stretch;
}

.wd-slide:has(.bbu-sp7000-hero) .wd-slide-inner {
	height: 100%;
	width: 100%;
}

.bbu-sp7000-hero {
	--bbu-red: #e02020;
	position: relative;
	overflow: hidden;
	min-height: 600px;
	height: 100%;
	color: #fff;
	background: #0b0b0b;
	font-family: var(--wd-title-font, inherit);
}

.bbu-sp7000-hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 78% center;
	z-index: 0;
	pointer-events: none;
}

.bbu-sp7000-hero__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(90deg,
			rgba(8, 8, 8, 0.96) 0%,
			rgba(8, 8, 8, 0.88) 34%,
			rgba(8, 8, 8, 0.35) 58%,
			rgba(8, 8, 8, 0.08) 78%,
			rgba(8, 8, 8, 0.12) 100%);
}

.bbu-sp7000-hero__content {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 1.08fr);
	align-items: center;
	gap: 24px;
	min-height: 600px;
	padding: 48px 7% 56px;
	max-width: 1440px;
	margin: 0 auto;
}

.bbu-sp7000-hero__copy {
	max-width: 560px;
}

.bbu-sp7000-hero__sku {
	margin: 0 0 10px;
	font-size: clamp(42px, 6vw, 78px);
	font-weight: 800;
	line-height: 0.95;
	letter-spacing: -0.03em;
	color: var(--bbu-red);
	text-transform: uppercase;
}

.bbu-sp7000-hero__title {
	margin: 0 0 16px;
	font-size: clamp(22px, 3.1vw, 38px);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.bbu-sp7000-hero__title-white {
	display: block;
	color: #fff;
}

.bbu-sp7000-hero__title-red {
	display: block;
	color: var(--bbu-red);
}

.bbu-sp7000-hero__sub {
	margin: 0;
	font-size: clamp(14px, 1.4vw, 18px);
	font-weight: 400;
	color: rgba(255, 255, 255, 0.88);
}

.bbu-sp7000-hero__product {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 420px;
}

.bbu-sp7000-hero__helmet {
	display: none;
	width: min(100%, 560px);
	height: auto;
	filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.45));
}

.bbu-sp7000-hero__badge {
	position: absolute;
	right: 4%;
	bottom: 8%;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--bbu-red);
	color: #fff;
	border-radius: 8px;
	padding: 10px 14px 10px 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
	text-decoration: none;
}

.bbu-sp7000-hero__badge svg {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
}

.bbu-sp7000-hero__badge-temp {
	display: block;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0.02em;
}

.bbu-sp7000-hero__badge-label {
	display: block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	opacity: 0.95;
}

@media (max-width: 991px) {
	.bbu-sp7000-hero,
	.bbu-sp7000-hero__content {
		min-height: 0;
	}

	.wd-slide:has(.bbu-sp7000-hero) {
		min-height: 0 !important;
	}

	.bbu-sp7000-hero__content {
		grid-template-columns: 1fr;
		padding: 36px 22px 28px;
		gap: 8px;
	}

	.bbu-sp7000-hero__copy {
		max-width: none;
		text-align: left;
	}

	.bbu-sp7000-hero__bg {
		display: none;
	}

	.bbu-sp7000-hero {
		background: radial-gradient(ellipse at 70% 85%, #4a2508 0%, #120c08 42%, #0b0b0b 72%);
	}

	.bbu-sp7000-hero__shade {
		background: linear-gradient(180deg, rgba(8, 8, 8, 0.2) 0%, rgba(8, 8, 8, 0.05) 100%);
	}

	.bbu-sp7000-hero__product {
		min-height: 0;
		padding-bottom: 12px;
	}

	.bbu-sp7000-hero__helmet {
		display: block;
		width: min(92%, 420px);
	}

	.bbu-sp7000-hero__badge {
		position: relative;
		right: auto;
		bottom: auto;
		margin: 8px auto 0;
	}
}

@media (max-width: 575px) {
	.bbu-sp7000-hero__sku {
		font-size: 40px;
	}

	.bbu-sp7000-hero__title {
		font-size: 22px;
	}

	.bbu-sp7000-hero__content {
		padding: 28px 18px 22px;
	}
}
