.fbscc-personalizer-start {
	background: transparent;
	box-sizing: border-box;
	margin: -55px 0 18px;
}

.fbscc-personalizer-start * {
	box-sizing: border-box;
}

.fbscc-bundle-line {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0 0 14px;
}

.fbscc-step-heading {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 10px;
}

.fbscc-step__label {
	color: #242730;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.15;
	text-transform: uppercase;
}

.fbscc-step__headline {
	color: #242730;
	font-size: 17px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.15;
}


.fbscc-step__label::after {
	content: ': ';
}

.fbscc-pack-options {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding-top: 22px;
}

.fbscc-pack-option {
	align-items: center;
	background: #ffffff;
	border: 2px solid #eadfe6;
	border-radius: 13px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	min-height: 112px;
	padding: 22px 8px 12px;
	position: relative;
	transition: border-color .16s ease, box-shadow .16s ease, background .16s ease, transform .16s ease;
}

.fbscc-pack-option input {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.fbscc-pack-option:hover {
	border-color: rgba(var(--fbscc-campaign-accent-rgb, 204, 23, 116), .36);
	box-shadow: 0 8px 18px rgba(17, 24, 39, .04);
	transform: translateY(-1px);
}

.fbscc-pack-option.is-selected {
	background: #FFFDFD;
	border-color: var(--fbscc-campaign-accent, #cc1774);
	box-shadow: 0 8px 18px rgba(var(--fbscc-campaign-accent-rgb, 204, 23, 116), .045);
	color: #242730;
	transform: translateY(-1px);
}

.fbscc-pack-option__banner {
	background: var(--fbscc-campaign-accent, #cc1774);
	border-radius: 9px 9px 5px 5px;
	box-shadow: 0 4px 10px rgba(155, 19, 95, .18);
	color: #ffffff;
	font-size: 14px;
	font-weight: 950;
	left: 9px;
	letter-spacing: .015em;
	line-height: 1;
	padding: 10px 8px;
	position: absolute;
	right: 9px;
	text-align: center;
	top: -18px;
	white-space: nowrap;
}

.fbscc-pack-option__title,
.fbscc-pack-option__price,
.fbscc-pack-option__savings {
	display: block;
	line-height: 1.12;
	text-align: center;
}

.fbscc-pack-option__title {
	color: #242730;
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 12px;
}

.fbscc-pack-option__price {
	color: #242730;
	font-size: 15px;
	font-weight: 950;
	white-space: nowrap;
}

.fbscc-pack-option__price .woocommerce-Price-amount,
.fbscc-pack-option__price bdi {
	color: inherit;
	font-weight: inherit;
}

.fbscc-pack-option__price small {
	color: #55545a;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .01em;
}

.fbscc-pack-option__savings {
	color: #34B29C;
	font-size: 10px;
	font-weight: 950;
	letter-spacing: .01em;
	margin-top: 7px;
	text-transform: uppercase;
}

.fbscc-bundle-reward,
.fbscc-photo-decision,
.fbscc-journey-result {
	animation: fbsccSoftReveal .2s ease both;
}

.fbscc-bundle-reward {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(52, 178, 156, .2);
	border-radius: 12px;
	box-shadow: 0 8px 18px rgba(17, 24, 39, .025);
	color: #3c4147;
	display: grid;
	gap: 4px;
	margin-top: 10px;
	padding: 10px 12px;
}

.fbscc-bundle-reward strong {
	color: #242730;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
}

.fbscc-bundle-reward__numbers {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
}

.fbscc-bundle-reward__numbers span:first-child {
	color: #34B29C;
	font-size: 14px;
	font-weight: 950;
	line-height: 1.1;
}

.fbscc-bundle-reward__numbers span:last-child {
	color: #716a72;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.2;
}

.fbscc-photo-decision {
	background: #ffffff;
	border: 1px solid rgba(var(--fbscc-campaign-accent-rgb, 204, 23, 116), .12);
	border-radius: 16px;
	box-shadow: 0 10px 22px rgba(var(--fbscc-campaign-accent-rgb, 204, 23, 116), .055);
	margin: 12px 0 0;
	padding: 13px;
}

.fbscc-photo-decision__eyebrow {
	color: #34B29C;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .04em;
	line-height: 1;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.fbscc-photo-decision__title {
	color: #242730;
	font-size: 16px;
	font-weight: 850;
	letter-spacing: -.01em;
	line-height: 1.2;
	margin-bottom: 11px;
}

.fbscc-photo-decision__actions {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fbscc-journey-choice {
	appearance: none;
	background: #ffffff;
	border: 1px solid #e7e1e6;
	border-radius: 12px;
	color: #2e3036;
	cursor: pointer;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.15;
	min-height: 44px;
	padding: 10px 12px;
	text-align: center;
	transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
	width: 100%;
}

.fbscc-journey-choice:hover,
.fbscc-journey-choice:focus {
	border-color: rgba(var(--fbscc-campaign-accent-rgb, 204, 23, 116), .45);
	box-shadow: 0 0 0 2px rgba(var(--fbscc-campaign-accent-rgb, 204, 23, 116), .07);
	outline: none;
}

.fbscc-journey-choice.is-primary {
	background: var(--fbscc-campaign-accent, #cc1774);
	border-color: var(--fbscc-campaign-accent, #cc1774);
	color: #ffffff;
}

.fbscc-journey-result {
	background: #f6fffc;
	border: 1px solid rgba(52, 178, 156, .22);
	border-radius: 14px;
	color: #2c413c;
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin: 10px 0 0;
	padding: 11px 12px;
}

.fbscc-journey-result strong {
	font-size: 14px;
	font-weight: 900;
	line-height: 1.15;
}

.fbscc-journey-result span {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
}

@keyframes fbsccSoftReveal {
	from {
		opacity: 0;
		transform: translateY(-4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 549px) {
	.fbscc-personalizer-start {
		margin: -28px 0 14px;
	}

	.fbscc-step-heading {
		gap: 3px;
		margin-bottom: 9px;
	}

	.fbscc-step__label,
	.fbscc-step__headline {
		font-size: 15px;
	}


	.fbscc-pack-options {
		gap: 7px;
		padding-top: 20px;
	}

	.fbscc-pack-option {
		border-radius: 11px;
		min-height: 108px;
		padding: 23px 4px 10px;
	}

	.fbscc-pack-option__banner {
		font-size: 8.5px;
		left: 4px;
		padding: 7px 3px;
		right: 4px;
		top: -16px;
	}

	.fbscc-pack-option__title {
		font-size: 13px;
		margin-bottom: 10px;
	}

	.fbscc-pack-option__price {
		font-size: 12px;
	}

	.fbscc-pack-option__price small {
		font-size: 8px;
	}

	.fbscc-pack-option__savings {
		font-size: 8px;
		margin-top: 5px;
	}

	.fbscc-photo-decision__actions {
		grid-template-columns: 1fr;
	}
}

/* Live bundle price shown in the main WooCommerce price area. */
.price.fbscc-price-is-managed,
p.price.fbscc-price-is-managed {
	text-align: center;
}

.fbscc-live-bundle-price-row {
	align-items: baseline;
	animation: fbsccPriceSwap .16s ease both;
	display: inline-flex;
	gap: 10px;
	justify-content: center;
	line-height: 1;
	white-space: nowrap;
}

.fbscc-live-regular-price {
	background: transparent;
	color: #777 !important;
	font-size: 21px;
	font-weight: 600;
	line-height: 1;
	opacity: 1;
	text-decoration-color: currentColor;
	text-decoration-thickness: 2px;
}

.fbscc-live-bundle-price {
	background: transparent;
	color: #111 !important;
	font-size: inherit;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
}

.fbscc-live-regular-price .woocommerce-Price-amount,
.fbscc-live-bundle-price .woocommerce-Price-amount,
.fbscc-live-regular-price bdi,
.fbscc-live-bundle-price bdi {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

@keyframes fbsccPriceSwap {
	from { opacity: .62; transform: translateY(2px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 549px) {
	.fbscc-live-bundle-price-row {
		gap: 9px;
	}

	.fbscc-live-regular-price {
		font-size: 21px;
	}
}


/* 1.2.70: show the complete Smart Uploader image inside its existing square frame.
 * Do not resize the thumbnail box or alter the original uploaded file. */
.single-product .fbsp-preview img,
.single-product .fbsp-upload-preview img,
.single-product img.fbsp-preview-image,
.single-product .fbsp-preview-image img,
.single-product img.fbsp-cart-thumbnail,
.single-product .fbsp-cart-thumbnail img,
.single-product [class*="fbsp"][class*="thumbnail"] img,
.single-product [class*="fbsp"][class*="preview"] img {
	object-fit: contain !important;
	object-position: center center !important;
	background-color: #f4f5f7 !important;
}

.single-product .fbsp-preview-image,
.single-product .fbsp-cart-thumbnail,
.single-product [class*="fbsp"][class*="thumbnail"],
.single-product [class*="fbsp"][class*="preview-image"] {
	background-size: contain !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

/* 1.5.12 — upload-first product journey.
 * The bundle builder is progressively revealed by Smart Uploader after a photo
 * exists. When embedded inside the uploader it becomes a normal Step 2 stage,
 * so the old negative product-form offset must not apply. */
.fbscc-personalizer-start[data-fbscc-upload-first][hidden] {
	display: none !important;
}

.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first] {
	margin: 8px 0 2px;
	width: 100%;
}

.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first] .fbscc-bundle-line {
	padding-bottom: 4px;
}

.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first] .fbscc-step-heading {
	margin-bottom: 8px;
}

.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first] .fbscc-pack-options {
	padding-top: 18px;
}

@media (max-width: 549px) {
	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first] {
		margin: 7px 0 0;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first] .fbscc-pack-options {
		gap: 6px;
		padding-top: 18px;
	}
}

/* 1.5.21 — mobile post-ATC bundle experiment.
 * The product page intentionally sells one pair first; bundle upgrades are
 * presented by the Revenue Engine bottom sheet after Add to Cart succeeds. */
@media (max-width: 849px) {
	[data-fbscc-bundle-builder][data-fbscc-upload-first="1"] {
		display: none !important;
	}
}

/* 1.5.28 — desktop single-pair-first inline bundle upsell.
 * Mobile keeps using the Revenue Engine bottom sheet and is intentionally
 * untouched by these desktop-only rules. */
.fbscc-step__subcopy {
	margin: 3px 0 0;
	color: #655d62;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
}

.fbscc-step__value {
	margin: 4px 0 0;
	color: #34B29C;
	font-size: 12.5px;
	font-weight: 800;
	line-height: 1.35;
}

.fbscc-step__value[hidden] {
	display: none !important;
}

.fbscc-pack-option__cta {
	display: block;
	margin-top: 10px;
	width: 100%;
	border-radius: 7px;
	padding: 9px 10px;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
}

@media (min-width: 850px) {
	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] {
		margin: 12px 0 4px !important;
		padding: 14px !important;
		border: 1px solid rgba(204, 23, 116, .22) !important;
		border-radius: 13px !important;
		background: #fffafd !important;
		box-shadow: 0 6px 18px rgba(39, 28, 34, .04) !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-bundle-line {
		padding: 0 !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-step-heading {
		margin: 0 0 10px !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-step__headline {
		color: #242730;
		font-size: 17px;
		font-weight: 900;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-options {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		padding-top: 10px !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option[data-fbscc-pack="1"] {
		display: none !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option[data-fbscc-pack="3"] {
		min-height: 126px;
		border-color: rgba(204, 23, 116, .48);
		background: #fff;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option[data-fbscc-pack="3"] .fbscc-pack-option__cta {
		background: var(--fbscc-campaign-accent, #cc1774);
		color: #fff;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option[data-fbscc-pack="5"] {
		display: none;
		min-height: 126px;
		background: #fff;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"][data-fbscc-five-open="1"] .fbscc-pack-options {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"][data-fbscc-five-open="1"] .fbscc-pack-option[data-fbscc-pack="5"] {
		display: flex;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option[data-fbscc-pack="5"] .fbscc-pack-option__cta {
		border: 1px solid rgba(204, 23, 116, .38);
		background: #fff;
		color: var(--fbscc-campaign-accent, #cc1774);
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option__savings {
		color: #23856d;
		font-size: 13px;
		font-weight: 900;
	}

	.fbscc-desktop-upsell-actions {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		margin-top: 10px;
	}

	.fbscc-desktop-upsell-more,
	.fbscc-desktop-upsell-decline {
		appearance: none;
		border: 0;
		background: transparent;
		box-shadow: none;
		cursor: pointer;
		margin: 0;
		min-height: 0;
		padding: 3px 0;
		font-size: 12px;
		font-weight: 650;
		line-height: 1.3;
		text-decoration: underline;
		text-transform: none;
	}

	.fbscc-desktop-upsell-more {
		color: var(--fbscc-campaign-accent, #cc1774);
	}

	.fbscc-desktop-upsell-decline {
		margin-left: auto;
		color: #6f6970;
	}

	.fbsp-uploader .fbscc-personalizer-start.fbscc-desktop-upgrade-selected .fbscc-desktop-upsell-more {
		display: none;
	}

	.fbsp-uploader .fbscc-personalizer-start.fbscc-desktop-upgrade-selected .fbscc-desktop-upsell-actions {
		justify-content: flex-end;
	}
}


/* 1.5.30 — accepted desktop bundle becomes Step 3 in Smart Uploader. */
@media (min-width: 850px) {
	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"].fbscc-desktop-upgrade-selected {
		display: none !important;
	}
}


/* 1.5.31 — compact desktop inline upsell strip.
 * Desktop only. Mobile continues to use the post-ATC Revenue Engine sheet. */
@media (min-width: 850px) {
	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] {
		margin: 10px 0 0 !important;
		padding: 11px 12px !important;
		border: 1px solid rgba(204, 23, 116, .18) !important;
		border-radius: 10px !important;
		background: #fff !important;
		box-shadow: none !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-step-heading {
		margin: 0 0 8px !important;
		gap: 2px !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-step__headline {
		font-size: 15px !important;
		font-weight: 850 !important;
		line-height: 1.25 !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-step__subcopy {
		margin: 0 !important;
		font-size: 12.5px !important;
		line-height: 1.35 !important;
		color: #625b60 !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-options,
	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"][data-fbscc-five-open="1"] .fbscc-pack-options {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 7px !important;
		padding-top: 0 !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option[data-fbscc-pack="1"] {
		display: none !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option[data-fbscc-pack="3"],
	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option[data-fbscc-pack="5"] {
		min-height: 0 !important;
		margin: 0 !important;
		padding: 9px 10px !important;
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 142px !important;
		grid-template-areas:
			"title cta"
			"price cta"
			"savings cta" !important;
		column-gap: 12px !important;
		row-gap: 1px !important;
		align-items: center !important;
		border: 1px solid #eee5ea !important;
		border-radius: 9px !important;
		background: #fff !important;
		box-shadow: none !important;
		transform: none !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option[data-fbscc-pack="5"] {
		display: none !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"][data-fbscc-five-open="1"] .fbscc-pack-option[data-fbscc-pack="5"] {
		display: grid !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option__banner {
		display: none !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option__title,
	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option__price,
	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option__savings {
		text-align: left !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option__title {
		grid-area: title;
		font-size: 14px !important;
		font-weight: 850 !important;
		line-height: 1.2 !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option__price {
		grid-area: price;
		font-size: 13px !important;
		font-weight: 800 !important;
		line-height: 1.2 !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option__savings {
		grid-area: savings;
		font-size: 11.5px !important;
		font-weight: 850 !important;
		line-height: 1.2 !important;
		color: #23856d !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option__cta {
		grid-area: cta;
		align-self: center !important;
		margin: 0 !important;
		padding: 9px 8px !important;
		width: 100% !important;
		min-height: 34px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		border-radius: 7px !important;
		font-size: 10.5px !important;
		font-weight: 900 !important;
		line-height: 1.1 !important;
		white-space: nowrap !important;
		background: var(--fbscc-campaign-accent, #cc1774) !important;
		color: #fff !important;
		border: 0 !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-desktop-upsell-actions {
		margin-top: 6px !important;
		gap: 12px !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-desktop-upsell-more,
	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-desktop-upsell-decline {
		font-size: 11px !important;
		font-weight: 600 !important;
		line-height: 1.25 !important;
		padding: 2px 0 !important;
	}
}


/* 1.5.32 — desktop upsell separation + approved mockup polish.
 * Everything above this block (including the existing optional additional-face
 * control) is intentionally untouched. Mobile stays on the post-ATC sheet. */
@media (min-width: 850px) {
	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] {
		position: relative !important;
		margin: 48px 0 0 !important;
		padding: 21px 14px 8px !important;
		border: 1px solid rgba(204, 23, 116, .18) !important;
		border-radius: 10px !important;
		background: #fffafd !important;
		box-shadow: none !important;
		overflow: visible !important;
	}

	/* In the unaccepted offer state, pull the main Add to Cart upward without
	 * touching the optional extra-face control above the divider. */
	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"]:not(.fbscc-desktop-upgrade-selected) {
		margin-bottom: -12px !important;
	}

	/* Visual divider between the existing Additional Face row and the bundle
	 * opportunity. This does not modify the Additional Face element itself. */
	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"]::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: -24px;
		height: 1px;
		background: #e3dfe1;
		pointer-events: none;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-step-heading {
		margin: 0 0 9px !important;
		gap: 3px !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-step__eyebrow {
		display: block !important;
		margin: 0 0 5px !important;
		padding-top: 0 !important;
		color: var(--fbscc-campaign-accent, #cc1774) !important;
		font-size: 10.5px !important;
		font-weight: 900 !important;
		letter-spacing: .035em !important;
		line-height: 1.1 !important;
		text-transform: uppercase !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-step__headline {
		font-size: 15.5px !important;
		font-weight: 850 !important;
		line-height: 1.22 !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-step__subcopy {
		margin: 0 !important;
		font-size: 12.5px !important;
		line-height: 1.35 !important;
		color: #625b60 !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option[data-fbscc-pack="3"],
	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option[data-fbscc-pack="5"] {
		padding: 10px 10px !important;
		grid-template-columns: minmax(0, 1fr) 146px !important;
		column-gap: 14px !important;
		border: 1px solid #eadfe6 !important;
		border-radius: 9px !important;
		background: #fff !important;
	}

	/* A quiet separator inside the offer row, matching the approved mockup. */
	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option__cta {
		position: relative !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option__cta::before {
		content: "";
		position: absolute;
		left: -8px;
		top: 2px;
		bottom: 2px;
		width: 1px;
		background: #e6e1e4;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option__title {
		font-size: 14px !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option__price {
		font-size: 13.5px !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option__savings {
		font-size: 11.5px !important;
		color: #23856d !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-pack-option__cta {
		min-height: 36px !important;
		padding: 9px 10px !important;
		font-size: 10.5px !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-desktop-upsell-actions {
		margin-top: 6px !important;
		gap: 14px !important;
	}

	/* Keep the main Add to Cart visually attached to the completed upsell area. */
	.fbsp-uploader.fbsp-upload-first-flow {
		margin-bottom: 0 !important;
	}

	form.cart.fbsp-bundle-product-form .single_variation_wrap,
	form.cart:has([data-fbscc-bundle-builder]) .single_variation_wrap {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}

	form.cart.fbsp-bundle-product-form .woocommerce-variation-add-to-cart,
	form.cart:has([data-fbscc-bundle-builder]) .woocommerce-variation-add-to-cart {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
}

/* 1.5.36 — final desktop separator/card spacing ownership.
 * This block intentionally owns the desktop bundle-offer spacing so it is
 * visually separated from the unchanged Additional Face row above it. */
@media (min-width: 850px) {
	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] {
		margin-top: 34px !important;
		padding-top: 18px !important;
		margin-bottom: -18px !important;
		overflow: visible !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"]::before {
		top: -17px !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-step-heading {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}

	.fbsp-uploader .fbscc-personalizer-start[data-fbscc-upload-first="1"] .fbscc-step__eyebrow {
		padding-top: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 5px !important;
	}

	form.cart.fbsp-bundle-product-form .single_variation_wrap,
	form.cart:has([data-fbscc-bundle-builder]) .single_variation_wrap,
	form.cart.fbsp-bundle-product-form .woocommerce-variation-add-to-cart,
	form.cart:has([data-fbscc-bundle-builder]) .woocommerce-variation-add-to-cart {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
}
