/**
 * Side cart bundle hero — neutral structure (plugin default).
 * Brand colors via --necta-sc-* on .ns-sc.
 */

/* Bundle hero card (variant B) */
.necta-sc-bundle-hero {
	padding: 12px 0 8px;
}

.necta-sc-bundle-hero__card {
	position: relative;
	background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
	color: #fff;
	border-radius: 14px;
	padding: 14px 16px;
}

.necta-sc-bundle-hero__ribbons {
	position: absolute;
	top: -8px;
	left: 14px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.necta-sc-bundle-hero__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: var(--sans, Inter, system-ui, sans-serif);
	font-size: 9.5px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	background: var(--necta-sc-orange, #E86D31);
	padding: 5px 10px 4px;
	border-radius: 999px;
	border: 1.5px solid #fff;
	line-height: 1;
}

.necta-sc-bundle-hero__qty-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	font-family: var(--sans, Inter, system-ui, sans-serif);
	font-size: 11px;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	color: var(--necta-sc-ink, #15110D);
	background: var(--necta-sc-paper, #FBF7F1);
	padding: 5px 8px 4px;
	border-radius: 999px;
	border: 1.5px solid #fff;
}

.necta-sc-bundle-hero__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-top: 6px;
	margin-bottom: 14px;
}

.necta-sc-bundle-hero__titles {
	min-width: 0;
	flex: 1;
}

.necta-sc-bundle-hero__title {
	margin: 0;
	font-family: var(--sans, Inter, system-ui, sans-serif);
	font-size: 19px;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.15;
	color: #fff;
}

.necta-sc-bundle-hero__subtitle {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.55);
	margin-top: 4px;
	line-height: 1.35;
}

.necta-sc-bundle-hero__prices {
	text-align: right;
	flex-shrink: 0;
}

.necta-sc-bundle-hero__price {
	font-family: var(--sans, Inter, system-ui, sans-serif);
	font-size: 19px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.01em;
	color: #fff;
}

.necta-sc-bundle-hero__price .woocommerce-Price-amount {
	color: #fff;
}

.necta-sc-bundle-hero__price-was {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.45);
	text-decoration: line-through;
	margin-top: 3px;
}

.necta-sc-bundle-hero__price-was .woocommerce-Price-amount {
	color: rgba(255, 255, 255, 0.45);
}

.necta-sc-item__prices {
	text-align: right;
	flex-shrink: 0;
}

.necta-sc-item__price-was {
	font-size: 11px;
	color: var(--necta-sc-muted, rgba(0, 0, 0, 0.45));
	text-decoration: line-through;
	margin-top: 3px;
}

.necta-sc-bundle-hero__collage {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4px;
	margin-bottom: 12px;
}

.necta-sc-bundle-hero__tile {
	width: 62px;
	height: 62px;
	flex-shrink: 0;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.necta-sc-bundle-hero__tile img,
.necta-sc-bundle-hero__img-el {
	max-width: 85%;
	max-height: 85%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.necta-sc-bundle-hero__plus {
	color: var(--necta-sc-orange, #E86D31);
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	flex-shrink: 0;
	font-family: var(--display, Fraunces, Georgia, serif);
}

.necta-sc-bundle-hero__list {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	padding: 8px 12px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 12px;
}

.necta-sc-bundle-hero__list-row {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.3;
}

.necta-sc-bundle-hero__list-dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--necta-sc-orange, #E86D31);
	flex-shrink: 0;
}

.necta-sc-bundle-hero__list-name {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.necta-sc-bundle-hero__list-vol {
	color: rgba(255, 255, 255, 0.5);
	font-size: 10.5px;
	white-space: nowrap;
}

.necta-sc-bundle-hero__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.necta-sc-bundle-hero__qty {
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	overflow: hidden;
}

.necta-sc-bundle-hero__qty .necta-sc-qty__btn {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.necta-sc-bundle-hero__qty .necta-sc-qty__icon {
	display: block;
}

body.ns-design-v1 .necta-sc-bundle-hero__qty .necta-sc-qty__btn {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	background: transparent !important;
}

.necta-sc-bundle-hero__qty .necta-sc-qty__btn:hover {
	background: rgba(255, 255, 255, 0.08) !important;
}

body.ns-design-v1 .necta-sc-bundle-hero__qty .necta-sc-qty__btn:hover {
	background: rgba(255, 255, 255, 0.08) !important;
	color: #fff !important;
}

.necta-sc-bundle-hero__qty .necta-sc-qty__btn.is-at-min,
.necta-sc-bundle-hero__qty .necta-sc-qty__btn:disabled {
	color: rgba(255, 255, 255, 0.5) !important;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.5) !important;
	cursor: default;
}

body.ns-design-v1 .necta-sc-bundle-hero__qty .necta-sc-qty__btn.is-at-min,
body.ns-design-v1 .necta-sc-bundle-hero__qty .necta-sc-qty__btn:disabled {
	color: rgba(255, 255, 255, 0.5) !important;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.5) !important;
}

.necta-sc-bundle-hero__qty .necta-sc-qty__input {
	color: #fff;
	background: transparent;
	font-family: var(--sans, Inter, system-ui, sans-serif);
	font-size: 13px;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
	line-height: 1;
}

.necta-sc-bundle-hero__remove {
	background: transparent;
	border: 0;
	padding: 0;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.55);
	cursor: pointer;
	font-family: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.necta-sc-bundle-hero__remove-icon {
	display: inline-flex;
	align-items: center;
}

.necta-sc-items__sep {
	padding: 12px 22px 4px;
	font-size: 9.5px;
	font-weight: 700;
	letter-spacing: 0.14em;
	color: var(--necta-sc-muted, #6F6353);
	text-transform: uppercase;
}

.necta-sc-bundle-hero.is-busy {
	opacity: 0.72;
	pointer-events: none;
}
