.single-product form.cart.stitch-customizer-enabled .single_add_to_cart_button {
	display: none !important;
}

/* Simple product bundle builder */
.stitch-bundle-builder {
	width: 100%;
	margin: 22px 0;
	color: #202124;
	font-family: "Roboto", Arial, sans-serif;
}

.stitch-bundle-builder button,
.stitch-bundle-builder input,
.stitch-bundle-builder select,
.stitch-bundle-builder textarea,
.stitch-product-builder select,
.stitch-product-builder textarea,
.stitch-customizer-modal select,
.stitch-customizer-modal textarea {
	font-family: "Roboto", Arial, sans-serif !important;
}

.stitch-bundle-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 150px;
	padding: 24px;
	border: 1px solid #e1e3e5;
	border-radius: 10px;
	background: #fff;
	color: #666;
}

.stitch-bundle-loading__spinner {
	width: 22px;
	height: 22px;
	border: 3px solid #eee;
	border-top-color: #ef5b18;
	border-radius: 50%;
	animation: stitch-bundle-spin .75s linear infinite;
}

@keyframes stitch-bundle-spin { to { transform: rotate(360deg); } }

.stitch-bundle-included {
	margin-bottom: 14px;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	border-radius: 12px;
	background: #fafafa;
	box-shadow: 0 2px 7px rgba(24, 28, 33, .035);
}

.stitch-bundle-included__toggle {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	min-height: 50px;
	margin: 0;
	padding: 10px 16px;
	border: 0;
	background: transparent;
	color: #202124;
	text-align: left;
	cursor: pointer;
}

.stitch-bundle-included__toggle > strong {
	flex: 1;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .01em;
}

.stitch-bundle-included__chevron {
	display: inline-flex;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	color: #ef5b18;
	transition: transform .22s ease;
}

.stitch-bundle-included__chevron svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.stitch-bundle-included.is-open .stitch-bundle-included__chevron { transform: rotate(180deg); }

.stitch-bundle-included__count {
	padding: 4px 8px;
	border-radius: 999px;
	background: #fff1d9;
	color: #ef5b18;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
}

.stitch-bundle-included__body {
	padding: 2px 28px 14px;
	border-top: 1px solid #e7e7e7;
	background: #fff;
	transform-origin: top center;
	animation: stitch-expand-in .24s cubic-bezier(.22, .75, .3, 1) both;
}

.stitch-bundle-included__body ul { margin: 0; padding: 0; list-style: none; }
.stitch-bundle-included__body li {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 57px;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #ececec;
	color: #292929;
	font-size: 16px;
	line-height: 1.4;
}
.stitch-bundle-included__body li:last-child { border-bottom: 0; }
.stitch-bundle-included__body li strong { font-weight: 600; }
.stitch-bundle-included__body li em { font-style: normal; }
.stitch-bundle-included__dash { color: #777; }

.stitch-bundle-overview,
.stitch-bundle-group,
.stitch-bundle-status {
	border: 1px solid #e1e3e5;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(24, 28, 33, .05);
}

.stitch-bundle-overview {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px 20px;
	padding: 20px 22px;
}

.stitch-bundle-overview h2 { margin: 0 0 3px; font-size: 18px; line-height: 1.25; }
.stitch-bundle-overview p { margin: 0; color: #777; font-size: 12px; }
.stitch-bundle-overview > strong { font-size: 18px; }
.stitch-bundle-overview > strong span { color: #ef5b18; }
.stitch-bundle-progress { grid-column: 1 / -1; height: 5px; overflow: hidden; border-radius: 99px; background: #e7e7e7; }
.stitch-bundle-progress span,
.stitch-bundle-group__meter > span { display: block; height: 100%; border-radius: inherit; background: #ef5b18; transition: width .2s ease; }
.stitch-bundle-groups { display: grid; gap: 14px; margin: 18px 0; }
.stitch-bundle-group { overflow: hidden; }
.stitch-bundle-group.is-open { border-color: #ef5b18; }
.stitch-bundle-group.is-complete { border-color: #79b88b; }
.stitch-bundle-group__toggle,
.stitch-bundle-product__toggle {
	appearance: none;
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0;
	border: 0;
	background: transparent;
	color: inherit;
	text-align: left;
	cursor: pointer;
}
.stitch-bundle-group__toggle { min-height: 84px; padding: 16px 20px; gap: 14px; }
.stitch-bundle-group__title { display: grid; flex: 1; gap: 4px; }
.stitch-bundle-group__title strong { font-size: 15px; }
.stitch-bundle-group__title small { color: #8a8a8a; }
.stitch-bundle-group__thumbs { display: flex; }
.stitch-bundle-group__thumbs span { display: grid; place-items: center; width: 48px; height: 48px; margin-left: -5px; overflow: hidden; border: 1px solid #e4e4e4; border-radius: 7px; background: #fff; }
.stitch-bundle-group__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.stitch-bundle-group__count { display: grid; min-width: 65px; }
.stitch-bundle-group__count small { color: #8a8a8a; font-size: 9px; font-weight: 600; text-transform: uppercase; }
.stitch-bundle-group__count strong { font-size: 21px; }
.stitch-bundle-group__count i { color: #aaa; font-style: normal; font-weight: 500; }
.stitch-bundle-chevron { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; flex: 0 0 24px; color: #9aa0a6; transition: transform .2s ease, color .2s ease; }
.stitch-bundle-chevron svg { display: block; width: 20px; height: 20px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.stitch-bundle-group__toggle:hover .stitch-bundle-chevron,
.stitch-bundle-product__toggle:hover .stitch-bundle-chevron { color: #5f6368; }
.stitch-bundle-group.is-open > .stitch-bundle-group__toggle .stitch-bundle-chevron { transform: rotate(180deg); }
.stitch-bundle-product.is-open > .stitch-bundle-product__toggle .stitch-bundle-chevron--right { transform: rotate(90deg); }
.stitch-bundle-group__body { border-top: 1px solid #ececec; }
.stitch-bundle-group__meter { position: relative; height: 4px; margin: 17px 18px 16px; border-radius: 99px; background: #ececec; }
.stitch-bundle-group__meter small { position: absolute; right: 0; top: 8px; color: #888; font-size: 10px; }
.stitch-bundle-group__help { margin: 0; padding: 11px 18px; border-top: 1px solid #eee; color: #aaa; font-size: 12px; text-align: center; }
.stitch-bundle-product { border-top: 1px solid #eee; }
.stitch-bundle-product:first-of-type { border-top: 0; }
.stitch-bundle-product__toggle { min-height: 94px; padding: 13px 20px; gap: 14px; transition: background-color .2s ease; }
.stitch-bundle-product.has-selection > .stitch-bundle-product__toggle { background: #fff4df !important; }
.stitch-bundle-product.has-selection > .stitch-bundle-product__toggle:hover { background: #ffeed0 !important; }
.stitch-bundle-product__image { flex: 0 0 62px; height: 66px; }
.stitch-bundle-product__image img { width: 100%; height: 100%; object-fit: contain; }
.stitch-bundle-product__name { display: grid; flex: 1; gap: 5px; }
.stitch-bundle-product__name strong { font-size: 14px; }
.stitch-bundle-product__name small { color: #999; font-size: 11px; }
.stitch-bundle-product__selection-summary { display: flex; flex-wrap: wrap; gap: 4px 14px; margin-top: 2px; color: #e45a16; font-size: 11px; font-weight: 600; line-height: 1.35; }
.stitch-bundle-product__selection-summary > span { position: relative; white-space: nowrap; }
.stitch-bundle-product__selection-summary > span + span::before { content: ""; position: absolute; top: 50%; left: -8px; width: 3px; height: 3px; border-radius: 50%; background: #d8b99f; transform: translateY(-50%); }
.stitch-bundle-product__badge { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid #ef5b18; border-radius: 50%; color: #ef5b18; font-size: 12px; font-weight: 600; }
.stitch-bundle-product__options { padding: 0 20px 20px; background: #fbfbfb; }
.stitch-bundle-available { margin: 0 -20px 18px; padding: 10px 20px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; color: #8c8c8c; font-size: 11px; }
.stitch-bundle-available strong { color: #333; }
.stitch-bundle-product__options h4 { margin: 0 0 10px; font-size: 13px; }
.stitch-bundle-colours { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
.stitch-bundle-colour { display: flex; align-items: center; gap: 7px; min-height: 34px; padding: 6px 9px; border: 1px solid #ddd; border-radius: 5px; background: #fff; color: #666; font-size: 11px; cursor: pointer; }
.stitch-bundle-colour.is-selected { border-color: #ef5b18; background: #fff8f3; color: #222; box-shadow: inset 0 0 0 1px #ef5b18; }
.stitch-bundle-colour__dot { width: 14px; height: 14px; border-radius: 50%; background: #333 center/cover no-repeat; }
.stitch-bundle-colour-help { margin: 16px 0 0; padding: 18px; border-top: 1px solid #eee; color: #aaa; font-size: 11px; text-align: center; }
.stitch-bundle-sizes { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; margin-top: 18px; padding-top: 16px; border-top: 1px solid #eee; }
.stitch-bundle-size { display: grid; gap: 2px; padding: 9px 7px; border: 1px solid #ddd; border-radius: 5px; background: #fff; text-align: center; }
.stitch-bundle-size.is-selected { border-color: #ef5b18; background: #fff8f3; }
.stitch-bundle-size.is-disabled { opacity: .45; }
.stitch-bundle-size strong { font-size: 11px; }
.stitch-bundle-size small { color: #aaa; font-size: 8px; }
.stitch-bundle-size > div { display: grid; grid-template-columns: 24px 1fr 24px; margin-top: 5px; }
.stitch-bundle-size button,
.stitch-bundle-size input { min-width: 0; height: 25px; padding: 0; border: 1px solid #ddd; border-radius: 0; background: #fff; color: #ef5b18; text-align: center; }
.stitch-bundle-size input { border-right: 0; border-left: 0; color: #333; appearance: textfield; }
.stitch-bundle-size input::-webkit-inner-spin-button { appearance: none; }
.stitch-bundle-status { display: grid; gap: 5px; margin-top: 14px; padding: 18px; color: #999; text-align: center; }
.stitch-bundle-status strong { color: #ef5b18; }
.stitch-bundle-action { margin-top: 14px; }
.stitch-bundle-action .stitch-open-customizer {
	width: 100%;
	min-height: 60px;
	border: 1px solid #ef5b18;
	border-radius: 10px;
	background: #ef5b18;
	box-shadow: 0 8px 20px rgba(239, 91, 24, .2);
	color: #fff;
	font-size: 17px;
	font-weight: 600;
}
.stitch-bundle-action .stitch-open-customizer:hover,
.stitch-bundle-action .stitch-open-customizer:focus { border-color: #d94d0d; background: #d94d0d; color: #fff; }
.stitch-bundle-action .stitch-open-customizer:disabled { border-color: #ddd; background: #ddd; color: #999; cursor: not-allowed; }

@media (max-width: 680px) {
	.stitch-bundle-included__toggle { min-height: 66px; gap: 10px; padding: 14px 16px; }
	.stitch-bundle-included__toggle > strong { font-size: 16px; }
	.stitch-bundle-included__count { padding: 7px 11px; font-size: 13px; }
	.stitch-bundle-included__body { padding: 2px 16px 10px; }
	.stitch-bundle-included__body li { min-height: 50px; font-size: 14px; }
	.stitch-bundle-overview { padding: 16px; }
	.stitch-bundle-group__toggle { padding: 13px; gap: 8px; }
	.stitch-bundle-group__thumbs span { width: 36px; height: 42px; }
	.stitch-bundle-group__title strong { font-size: 14px; }
	.stitch-bundle-group__title small { font-size: 10px; }
	.stitch-bundle-group__count { min-width: 52px; }
	.stitch-bundle-product__toggle { padding: 12px 14px; }
	.stitch-bundle-product__options { padding: 0 14px 16px; }
	.stitch-bundle-available { margin-right: -14px; margin-left: -14px; padding-right: 14px; padding-left: 14px; }
	.stitch-bundle-colours, .stitch-bundle-sizes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.stitch-shortcode-form--customized .single_add_to_cart_button,
.single-product form.cart.stitch-customizer-enabled .quantity {
	display: none !important;
}

/* Standard product form (customization is not enabled). */
.stitch-shortcode-form--standard {
	--stitch-standard-accent: #73252a;
	--stitch-standard-accent-dark: #5c1d22;
	--stitch-standard-border: #e7dfe1;
	--stitch-standard-muted: #756d70;
	width: 100%;
	max-width: 720px;
	margin: 24px 0;
	padding: 26px;
	border: 1px solid var(--stitch-standard-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(57, 35, 41, .08);
	color: #211c1e;
	font-family: "Roboto", Arial, sans-serif;
}

.stitch-standard-form__heading {
	margin: 0 0 24px;
	padding: 0 0 20px;
	border-bottom: 1px solid #eee8ea;
}

.stitch-standard-form__eyebrow {
	display: block;
	margin-bottom: 6px;
	color: var(--stitch-standard-accent);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .1em;
	line-height: 1.3;
	text-transform: uppercase;
}

.stitch-standard-form__heading h3 {
	margin: 0 0 7px !important;
	color: #181416 !important;
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 23px !important;
	font-weight: 750 !important;
	line-height: 1.25 !important;
}

.stitch-standard-form__heading p {
	margin: 0 !important;
	color: var(--stitch-standard-muted) !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
}

.stitch-shortcode-form--standard form.cart,
.stitch-shortcode-form--standard form.variations_form {
	display: grid !important;
	gap: 12px;
	width: 100%;
	margin: 0 !important;
}

.stitch-shortcode-form--standard table.variations,
.stitch-shortcode-form--standard table.variations tbody,
.stitch-shortcode-form--standard table.variations tr,
.stitch-shortcode-form--standard table.variations th,
.stitch-shortcode-form--standard table.variations td {
	display: block;
	width: 100% !important;
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.stitch-shortcode-form--standard table.variations tbody {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 16px;
}

.stitch-shortcode-form--standard table.variations tr {
	position: relative;
}

.stitch-shortcode-form--standard table.variations th.label,
.stitch-shortcode-form--standard table.variations td.label {
	margin-bottom: 8px;
}

.stitch-shortcode-form--standard table.variations .label label {
	display: block;
	margin: 0;
	color: #2e272a;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.35;
}

.stitch-shortcode-form--standard table.variations select {
	appearance: none;
	width: 100% !important;
	min-width: 0 !important;
	height: 50px;
	margin: 0 !important;
	padding: 0 44px 0 14px !important;
	border: 1px solid #d9d0d3 !important;
	border-radius: 10px !important;
	background-color: #fff !important;
	background-image: linear-gradient(45deg, transparent 50%, #5f5559 50%), linear-gradient(135deg, #5f5559 50%, transparent 50%) !important;
	background-position: calc(100% - 20px) 21px, calc(100% - 15px) 21px !important;
	background-repeat: no-repeat !important;
	background-size: 5px 5px, 5px 5px !important;
	box-shadow: 0 1px 2px rgba(27, 20, 23, .03) !important;
	color: #211c1e !important;
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 14px !important;
	line-height: 1 !important;
	cursor: pointer;
	transition: border-color .18s ease, box-shadow .18s ease;
}

.stitch-shortcode-form--standard table.variations select:hover {
	border-color: #bdaeb3 !important;
}

.stitch-shortcode-form--standard table.variations select:focus {
	border-color: var(--stitch-standard-accent) !important;
	box-shadow: 0 0 0 3px rgba(115, 37, 42, .12) !important;
	outline: 0 !important;
}

.stitch-shortcode-form--standard .reset_variations {
	display: inline-flex !important;
	align-items: center;
	width: max-content;
	margin: 9px 0 0 !important;
	color: var(--stitch-standard-accent) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

.stitch-shortcode-form--standard .single_variation_wrap {
	display: grid;
	gap: 16px;
}

.stitch-shortcode-form--standard .woocommerce-variation {
	display: grid;
	gap: 6px;
	min-height: 0;
	padding: 14px 16px;
	border: 1px solid #eee5e7;
	border-radius: 10px;
	background: #fcfafb;
}

.stitch-shortcode-form--standard .woocommerce-variation:empty {
	display: none;
}

.stitch-shortcode-form--standard .woocommerce-variation-price,
.stitch-shortcode-form--standard .woocommerce-variation-availability,
.stitch-shortcode-form--standard .woocommerce-variation-description {
	margin: 0 !important;
}

.stitch-shortcode-form--standard .woocommerce-variation-price .price {
	color: var(--stitch-standard-accent) !important;
	font-size: 19px !important;
	font-weight: 800 !important;
}

.stitch-shortcode-form--standard .stock {
	margin: 0 !important;
	color: #29763b !important;
	font-size: 13px !important;
	font-weight: 700 !important;
}

.stitch-shortcode-form--standard .woocommerce-variation-add-to-cart,
.stitch-shortcode-form--standard form.cart:not(.variations_form) {
	display: flex !important;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 12px;
}

.stitch-shortcode-form--standard .quantity {
	display: flex !important;
	width: 76px !important;
	margin: 0 !important;
}

.stitch-shortcode-form--standard .quantity .qty {
	width: 100% !important;
	height: 52px !important;
	margin: 0 !important;
	padding: 0 8px !important;
	border: 1px solid #d9d0d3 !important;
	border-radius: 10px !important;
	background: #fff !important;
	box-shadow: none !important;
	color: #211c1e !important;
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	text-align: center;
}

.stitch-shortcode-form--standard .single_add_to_cart_button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 52px !important;
	margin: 0 !important;
	padding: 0 26px !important;
	border: 1px solid var(--stitch-standard-accent) !important;
	border-radius: 10px !important;
	background: var(--stitch-standard-accent) !important;
	box-shadow: 0 9px 22px rgba(115, 37, 42, .2) !important;
	color: #fff !important;
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 15px !important;
	font-weight: 750 !important;
	line-height: 1.2 !important;
	text-transform: none !important;
	transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.stitch-shortcode-form--standard .single_add_to_cart_button:hover,
.stitch-shortcode-form--standard .single_add_to_cart_button:focus-visible {
	border-color: var(--stitch-standard-accent-dark) !important;
	background: var(--stitch-standard-accent-dark) !important;
	box-shadow: 0 11px 25px rgba(92, 29, 34, .25) !important;
	transform: translateY(-1px);
}

.stitch-shortcode-form--standard .single_add_to_cart_button:disabled,
.stitch-shortcode-form--standard .single_add_to_cart_button.disabled {
	border-color: #d7d1d3 !important;
	background: #d7d1d3 !important;
	box-shadow: none !important;
	color: #7d7477 !important;
	cursor: not-allowed;
	transform: none;
}

@media (max-width: 680px) {
	.stitch-shortcode-form--standard {
		margin: 18px 0;
		padding: 19px 16px;
		border-radius: 14px;
	}

	.stitch-standard-form__heading h3 {
		font-size: 20px !important;
	}

	.stitch-shortcode-form--standard table.variations tbody {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.stitch-shortcode-form--standard .woocommerce-variation-add-to-cart,
	.stitch-shortcode-form--standard form.cart:not(.variations_form) {
		display: grid !important;
		grid-template-columns: 70px minmax(0, 1fr);
	}

	.stitch-shortcode-form--standard .quantity {
		width: 70px !important;
	}

	.stitch-shortcode-form--standard .single_add_to_cart_button {
		width: 100%;
		padding: 0 15px !important;
	}
}

.stitch-shortcode-form--customized .quantity,
.single-product form.cart.stitch-customizer-enabled table.variations,
.single-product form.cart.stitch-customizer-enabled .reset_variations {
	display: none !important;
}

.stitch-shortcode-form--customized table.variations,
.stitch-shortcode-form--customized .variations,
.stitch-shortcode-form--customized .reset_variations,
.stitch-shortcode-form--customized .single_variation_wrap .woocommerce-variation,
.stitch-shortcode-form--customized .woocommerce-variation-description,
.stitch-shortcode-form--customized .woocommerce-variation-price,
.stitch-shortcode-form--customized .woocommerce-variation-availability,
.stitch-hidden-attributes {
	display: none !important;
}

.stitch-product-builder {
	margin: 28px 0 18px;
}

.stitch-builder-section + .stitch-builder-section {
	margin-top: 18px;
}

.stitch-builder-order-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
	padding: 18px 22px;
	border: 1px solid #e4e7ec;
	border-radius: 16px;
	background: #fff;
}

.stitch-builder-order-head__title {
	color: #101828;
	font-size: 14px;
	font-weight: 600;
}

.stitch-builder-order-head__step {
	color: #667085;
	font-size: 16px;
	font-weight: 600;
}

.stitch-builder-panel {
	padding: 20px 20px 18px;
	border: 1px solid #ff7a45;
	border-radius: 18px;
	background: #fff;
}

.stitch-builder-panel--disabled {
	border-style: dashed;
	border-color: #d0d5dd;
}

.stitch-builder-panel__header {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 16px;
}

.stitch-builder-panel__header h3 {
	margin: 0;
	color: #101828;
}

.stitch-builder-panel__sub,
.stitch-builder-panel__hint {
	color: #667085;
	font-size: 14px;
	line-height: 1.5;
}

.stitch-colour-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.stitch-colour-card {
	display: grid;
	grid-template-columns: 44px 1fr auto;
	align-items: center;
	gap: 12px;
	padding: 15px 16px;
	border: 1px solid #d0d5dd;
	border-radius: 12px;
	background: #fff;
	color: #101828;
	text-align: left;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.stitch-colour-card.is-selected {
	border-color: #ff8b62;
	background: #fff4ee;
	box-shadow: inset 0 0 0 1px #ff8b62;
}

.stitch-colour-card__thumb img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.stitch-colour-card__name {
	font-size: 14px;
	font-weight: 700;
}

.stitch-colour-card__view {
	color: #f26419;
	font-size: 13px;
	font-weight: 600;
	text-decoration: underline;
}

.stitch-colour-summary {
	display: grid;
	grid-template-columns: auto 72px 1fr auto;
	align-items: center;
	gap: 14px;
	margin-top: 16px;
	padding: 16px;
	border: 1px solid #e4e7ec;
	border-radius: 12px;
	background: #fff;
}

.stitch-colour-summary__badge {
	align-self: start;
	padding: 4px 8px;
	border-radius: 999px;
	background: #1f9d55;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.stitch-colour-summary__media img {
	width: 72px;
	height: 72px;
	object-fit: contain;
}

.stitch-colour-summary__content h4,
.stitch-colour-summary__content p {
	margin: 0;
}

.stitch-colour-summary__content h4 {
	font-size: 24px;
	font-weight: 700;
}

.stitch-colour-summary__content p {
	margin-top: 6px;
	color: #667085;
	font-size: 14px;
}

.stitch-colour-summary__content a {
	display: inline-block;
	margin-top: 8px;
	color: #f26419;
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
}

.stitch-colour-summary__metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(100px, 1fr));
	gap: 12px;
}

.stitch-colour-summary__metrics div {
	padding: 14px 16px;
	border-left: 1px solid #e4e7ec;
	text-align: center;
}

.stitch-colour-summary__metrics strong,
.stitch-colour-summary__metrics span {
	display: block;
}

.stitch-colour-summary__metrics strong {
	color: #101828;
	font-size: 28px;
	font-weight: 700;
}

.stitch-colour-summary__metrics span {
	margin-top: 4px;
	color: #667085;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.stitch-builder-continue {
	width: 100%;
	min-height: 50px;
	margin-top: 14px;
	border: 0;
	border-radius: 12px;
	background: #18a34a;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}

.stitch-builder-continue[disabled] {
	background: #d0d5dd;
	cursor: not-allowed;
}

.stitch-builder-panel__helper {
	margin: 10px 0 0;
	color: #667085;
	font-size: 14px;
	text-align: center;
}

.stitch-selected-colour-strip {
	display: grid;
	grid-template-columns: auto auto 1fr auto;
	align-items: center;
	gap: 12px;
	padding: 14px 18px;
	border: 1px solid #e4e7ec;
	border-radius: 12px;
	background: #fff;
}

.stitch-selected-colour-strip__status {
	color: #16a34a;
	font-size: 16px;
	font-weight: 700;
}

.stitch-selected-colour-strip__thumb img {
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.stitch-selected-colour-strip__name {
	color: #101828;
	font-size: 18px;
	font-weight: 700;
}

.stitch-selected-colour-strip__change {
	border: 0;
	background: transparent;
	color: #f26419;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.stitch-size-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.stitch-size-card {
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: center;
	justify-content: center;
	min-height: 186px;
	padding: 12px;
	border: 1px solid #d0d5dd;
	border-radius: 12px;
	background: #fff;
	color: #101828;
	text-align: center;
	cursor: pointer;
}

.stitch-size-card.is-selected {
	border-color: #ff8b62;
	background: #fff4ee;
	box-shadow: inset 0 0 0 1px #ff8b62;
}

.stitch-size-card[disabled] {
	opacity: 0.45;
	cursor: not-allowed;
}

.stitch-size-card__label {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

.stitch-size-card__price {
	font-size: 14px;
	font-weight: 600;
}

.stitch-size-card__stock {
	color: #667085;
	font-size: 12px;
}

.stitch-size-stepper {
	display: grid;
	grid-template-columns: 32px 54px 32px;
	align-items: center;
	gap: 8px;
	margin-top: 4px;
}

.stitch-size-stepper__button {
	width: 32px;
	height: 32px;
	border: 0;
	background: transparent;
	color: #f26419;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.stitch-size-stepper__button[disabled] {
	opacity: 0.4;
	cursor: not-allowed;
}

.stitch-size-stepper__input {
	width: 54px;
	height: 42px;
	padding: 6px;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.stitch-size-card__line-total {
	color: #f26419;
	font-size: 16px;
	font-weight: 700;
}

.stitch-size-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 16px;
	padding: 16px 18px;
	border-radius: 12px;
	background: #fff4ee;
}

.stitch-size-summary__items,
.stitch-size-summary__price {
	color: #101828;
	font-size: 18px;
	font-weight: 700;
}

.stitch-customizer-hook {
	margin-top: 16px;
}

.stitch-size-cta-slot {
	margin-top: 18px;
}

.stitch-open-customizer--panel {
	width: 100%;
}

.stitch-size-cta-slot .stitch-customizer-inline-error {
	margin-top: 12px;
	text-align: center;
}

.stitch-open-customizer {
	width: 100%;
	min-height: 56px;
	padding: 16px 24px;
	border: 0;
	border-radius: 10px;
	background: #f26419;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-transform: none;
	box-shadow: none;
}

.stitch-open-customizer:hover,
.stitch-open-customizer:focus {
	background: #db5713;
	color: #fff;
}

.stitch-open-customizer[disabled] {
	background: #d0d5dd;
	cursor: not-allowed;
}

.stitch-customizer-inline-error {
	margin: 10px 0 0;
	color: #b42318;
	font-size: 14px;
	font-weight: 600;
}

.stitch-customizer-modal[hidden] {
	display: none;
}

.stitch-customizer-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
}

.stitch-customizer-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(16, 24, 40, 0.68);
}

.stitch-customizer-modal__dialog {
	position: relative;
	max-width: 900px;
	max-height: calc(100vh - 40px);
	margin: 20px auto;
	padding: 18px;
	overflow: auto;
	background: #fff;
	border-radius: 22px;
	box-shadow: 0 30px 80px rgba(15, 23, 42, 0.28);
}

.stitch-customizer-modal__close {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	color: #101828;
	font-size: 38px;
	line-height: 1;
	cursor: pointer;
}

.stitch-modal-header h2 {
	margin: 0 0 18px;
	color: #101828;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.stitch-customizer-step__intro {
	margin: 0 0 18px;
	color: #667085;
	font-size: 16px;
	line-height: 1.55;
}

.stitch-customizer-step__intro--primary {
	margin-bottom: 6px;
	color: #101828;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.35;
}

.stitch-customizer-step--choice .stitch-modal-header h2 {
	font-size: 32px;
}

.stitch-customizer-choice-stack {
	display: grid;
	gap: 12px;
	margin-bottom: 18px;
}

.stitch-choice-row {
	display: block;
	width: 100%;
	padding: 18px 20px;
	border: 1px solid #d0d5dd;
	border-radius: 0;
	background: #fff;
	color: #101828;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.stitch-choice-row:hover,
.stitch-choice-row:focus {
	border-color: #f26419;
	background: #fff8f4;
}

.stitch-choice-benefits {
	margin-top: 18px;
	padding: 20px 18px;
	border-radius: 14px;
	background: #fff3ed;
}

.stitch-choice-benefit {
	position: relative;
	padding-left: 20px;
	color: #101828;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.45;
}

.stitch-choice-benefit + .stitch-choice-benefit {
	margin-top: 14px;
}

.stitch-choice-benefit::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #f26419;
}

.stitch-customizer-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px 18px;
	margin-bottom: 22px;
}

.stitch-placement-card {
	padding: 0;
	border: 0;
	background: transparent;
}

.stitch-placement-card__toggle {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: pointer;
}

.stitch-placement-card__toggle img,
.stitch-placement-card__placeholder {
	width: 100%;
	height: 146px;
	object-fit: contain;
	border: 2px solid #f2f4f7;
	border-radius: 16px;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.stitch-placement-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	color: #667085;
	font-size: 14px;
	text-align: center;
}

.stitch-placement-card.is-selected .stitch-placement-card__placeholder {
	border-color: #ff5a1f;
	box-shadow: 0 0 0 2px rgba(255, 90, 31, 0.12);
	background: #fff8f4;
}

.stitch-placement-card__label {
	display: block;
	color: #101828;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

.stitch-placement-card__applications {
	padding-top: 8px;
	min-height: 76px;
}

.stitch-placement-card__application-group {
	display: none;
}

.stitch-placement-card.is-selected .stitch-placement-card__application-group {
	display: block;
}

.stitch-placement-card__application-label {
	margin-bottom: 6px;
	color: #101828;
	font-size: 14px;
	font-weight: 600;
}

.stitch-placement-card__radio {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
	color: #101828;
	font-size: 15px;
	font-weight: 500;
}

.stitch-placement-card__radio input {
	margin: 0;
}

.stitch-placement-card__single-app {
	margin: 0;
	color: #101828;
	font-size: 15px;
	font-weight: 600;
}

.stitch-customizer-footer-panel {
	padding-top: 10px;
}

.stitch-customizer-summary {
	margin: 0 0 14px;
	color: #667085;
	font-size: 16px;
	line-height: 1.5;
}

.stitch-customizer-actions {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-bottom: 12px;
}

.stitch-customizer-primary,
.stitch-customizer-secondary {
	min-height: 54px;
	padding: 14px 22px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.stitch-customizer-primary {
	flex: 1;
	border: 0;
	background: #ff6a3a;
	color: #fff;
}

.stitch-customizer-primary:hover,
.stitch-customizer-primary:focus {
	background: #f26419;
	color: #fff;
}

.stitch-customizer-primary[disabled] {
	background: #ffb39a;
	color: #fff;
	opacity: 1;
	cursor: not-allowed;
}

.stitch-customizer-secondary {
	min-width: 170px;
	border: 2px solid #344054;
	background: #fff;
	color: #344054;
}

.stitch-customizer-secondary:hover,
.stitch-customizer-secondary:focus {
	border-color: #101828;
	background: #f8fafc;
	color: #101828;
}

.stitch-customizer-helper {
	margin: 0;
	color: #667085;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
}

body.stitch-customizer-modal-open {
	overflow: hidden;
}

@media (max-width: 980px) {
	.stitch-colour-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stitch-size-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.stitch-customizer-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.stitch-colour-summary {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.stitch-colour-summary__metrics {
		grid-template-columns: 1fr 1fr;
	}

	.stitch-colour-summary__metrics div {
		border-left: 0;
		border-top: 1px solid #e4e7ec;
	}

	.stitch-selected-colour-strip {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.stitch-size-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stitch-size-summary {
		flex-direction: column;
		align-items: flex-start;
	}

	.stitch-customizer-modal__dialog {
		margin: 12px;
		padding: 22px 18px 18px;
		max-height: calc(100vh - 24px);
		border-radius: 18px;
	}

	.stitch-modal-header h2,
	.stitch-customizer-step--choice .stitch-modal-header h2 {
		font-size: 20px;
	}

	.stitch-customizer-step__intro--primary {
		font-size: 18px;
	}

	.stitch-customizer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px 14px;
	}

	.stitch-placement-card__toggle img,
	.stitch-placement-card__placeholder {
		height: 120px;
	}

	.stitch-placement-card__label {
		font-size: 16px;
	}

	.stitch-customizer-actions {
		flex-direction: column;
	}

	.stitch-customizer-secondary,
	.stitch-customizer-primary {
		width: 100%;
	}
}

@media (max-width: 520px) {
	.stitch-colour-grid,
	.stitch-size-grid {
		grid-template-columns: 1fr;
	}

	.stitch-customizer-grid {
		grid-template-columns: 1fr;
	}
}

/* Product builder polish */
.stitch-product-builder,
.stitch-product-builder *,
.stitch-customizer-modal,
.stitch-customizer-modal * {
	box-sizing: border-box;
}

.stitch-product-builder,
.stitch-customizer-modal {
	color: #0f172a;
	font-size: 16px;
	line-height: 1.45;
}

.stitch-builder-order-head,
.stitch-builder-panel,
.stitch-selected-colour-strip {
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.stitch-builder-panel {
	padding: 24px;
	border-color: #ff5a1f;
	border-radius: 18px;
}

.stitch-builder-panel__header h3 {
	line-height: 1.2;
}

.stitch-colour-grid {
	gap: 16px;
}

.stitch-colour-card {
	min-height: 94px;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	gap: 14px;
	padding: 16px 18px;
	border-radius: 12px;
}

.stitch-colour-card__thumb img,
.stitch-colour-card__thumb {
	width: 58px;
	height: 58px;
}

.stitch-colour-card__thumb img {
	object-fit: contain;
	border-radius: 2px;
}

.stitch-colour-card__name,
.stitch-colour-card__view {
	font-size: 16px;
}

.stitch-colour-summary {
	grid-template-columns: auto 104px minmax(0, 1fr) minmax(220px, auto);
	gap: 18px;
	margin-top: 20px;
	padding: 22px;
	border-radius: 14px;
}

.stitch-colour-summary__media img {
	width: 104px;
	height: 104px;
	object-fit: cover;
}

.stitch-colour-summary__content h4 {
	font-size: 28px;
	line-height: 1.1;
}

.stitch-colour-summary__content p,
.stitch-colour-summary__content a,
.stitch-builder-panel__helper,
.stitch-builder-panel__sub,
.stitch-builder-panel__hint {
	font-size: 16px;
}

.stitch-builder-continue,
.stitch-open-customizer {
	min-height: 60px;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 700;
}

.stitch-selected-colour-strip {
	margin-bottom: 10px;
	padding: 16px 22px;
	border-radius: 12px;
}

.stitch-selected-colour-strip__thumb img {
	width: 44px;
	height: 44px;
	object-fit: cover;
}

.stitch-selected-colour-strip__status,
.stitch-selected-colour-strip__name,
.stitch-selected-colour-strip__change {
	font-size: 16px;
}

.stitch-size-grid {
	grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
	gap: 14px;
}

.stitch-size-card {
	min-height: 220px;
	padding: 18px 14px;
	border-radius: 12px;
	cursor: default;
	overflow: hidden;
}

.stitch-size-card.is-disabled {
	opacity: 0.45;
	background: #f8fafc;
}

.stitch-size-card__label {
	font-size: 22px;
	text-transform: uppercase;
}

.stitch-size-card__price,
.stitch-size-card__stock,
.stitch-size-card__line-total {
	font-size: 16px;
}

.stitch-size-stepper {
	width: 100%;
	max-width: 100%;
	grid-template-columns: 24px minmax(0, 1fr) 24px;
	gap: 4px;
	margin-top: 8px;
}

.stitch-size-stepper__button {
	width: 24px;
	height: 44px;
	font-size: 18px;
	font-weight: 700;
}

.stitch-size-stepper__input {
	min-width: 0;
	width: 100%;
	height: 48px;
	font-size: 18px;
}

.stitch-size-summary {
	margin-top: 20px;
	padding: 18px 22px;
	border-radius: 10px;
	font-size: 18px;
}

.stitch-size-summary__items,
.stitch-size-summary__price {
	font-size: 18px;
}

.stitch-customizer-modal__dialog {
	max-width: 810px;
	padding: 30px 32px;
	border-radius: 14px;
}

.stitch-modal-header h2,
.stitch-customizer-step--choice .stitch-modal-header h2 {
	font-size: 38px;
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.stitch-customizer-step__intro,
.stitch-choice-row,
.stitch-choice-benefit,
.stitch-placement-card__radio,
.stitch-placement-card__single-app,
.stitch-customizer-helper {
	font-size: 16px;
}

.stitch-customizer-grid {
	gap: 24px 28px;
}

.stitch-placement-card__toggle img,
.stitch-placement-card__placeholder {
	height: 114px;
	border-radius: 10px;
}

.stitch-placement-card__label {
	font-size: 18px;
}

.stitch-customizer-primary,
.stitch-customizer-secondary {
	min-height: 54px;
	font-size: 16px;
}

.stitch-logo-assignment-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 18px 0;
}

.stitch-logo-assignment-card,
.stitch-logo-method-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	border: 1px solid #d9dee7;
	border-radius: 8px;
	background: #fff;
	color: #111827;
	text-align: left;
	cursor: pointer;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.stitch-logo-assignment-card {
	min-height: 124px;
	padding: 22px 20px;
}

.stitch-logo-assignment-card strong {
	font-size: 20px;
	line-height: 1.2;
}

.stitch-logo-assignment-card span {
	color: #475467;
	font-size: 16px;
}

.stitch-logo-assignment-card.is-selected,
.stitch-logo-method-card.is-selected,
.stitch-logo-assignment-card:hover,
.stitch-logo-method-card:hover {
	border-color: #ff4d24;
	box-shadow: 0 0 0 1px rgba(255, 77, 36, 0.12);
}

.stitch-logo-method-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin: 26px 0;
}

.stitch-logo-method-grid--compact {
	margin: 0;
	gap: 14px;
}

.stitch-logo-method-card {
	align-items: center;
	padding: 0;
	border-color: transparent;
	background: transparent;
	text-align: center;
}

.stitch-logo-method-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 148px;
	height: 148px;
	border-radius: 999px;
	background: #ff6a00;
	color: #202124;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -0.04em;
}

.stitch-logo-method-card strong {
	font-size: 22px;
	line-height: 1.2;
}

.stitch-logo-method-card span:last-child {
	max-width: 210px;
	color: #111827;
	font-size: 16px;
	line-height: 1.35;
}

.stitch-logo-position-list {
	display: grid;
	gap: 0px;
	margin: 22px 0 28px;
}

.stitch-logo-position-row {
	display: grid;
	grid-template-columns: 190px 1fr;
	gap: 20px;
	align-items: center;
	padding-bottom: 18px;
	border-bottom: 1px solid #e5e7eb;
}

.stitch-logo-position {
	display: grid;
	grid-template-columns: 82px 1fr;
	gap: 12px;
	align-items: center;
}

.stitch-logo-position__image img,
.stitch-logo-position__placeholder {
	width: 82px;
	height: 82px;
	object-fit: contain;
	border-radius: 8px;
	background: #fff;
}

.stitch-logo-position strong,
.stitch-logo-position em {
	display: block;
}

.stitch-logo-position strong {
	font-size: 18px;
	line-height: 1.2;
}

.stitch-logo-position em {
	margin-top: 2px;
	color: #111827;
	font-size: 14px;
	font-weight: 600;
}

.stitch-logo-position-complete {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 112px;
	padding: 18px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
	text-align: center;
}

.stitch-logo-position-complete strong {
	position: relative;
	font-size: 16px;
	font-weight: 700;
}

.stitch-logo-position-complete strong::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 6px;
	border-radius: 2px;
	background: #16a34a;
	vertical-align: -1px;
}

.stitch-logo-position-complete button {
	margin-top: 10px;
	padding: 10px 18px;
	border: 0;
	border-radius: 6px;
	background: #ff4d24;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.stitch-existing-logo-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 22px 0 26px;
}

.stitch-existing-logo-tile {
	width: 112px;
	height: 112px;
	padding: 0;
	border: 3px solid transparent;
	border-radius: 18px;
	background: #fff;
	overflow: hidden;
}

.stitch-existing-logo-tile.is-selected {
	border-color: #ff4d24;
}

.stitch-existing-logo-tile img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.stitch-logo-form-intro,
.stitch-logo-upload-help {
	margin: 0 0 14px;
	color: #101828;
	font-size: 16px;
	line-height: 1.45;
}

.stitch-logo-field {
	display: grid;
	gap: 8px;
	margin-bottom: 12px;
	font-weight: 700;
}

.stitch-logo-field input,
.stitch-logo-field select,
.stitch-logo-field textarea {
	width: 100%;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #101828;
	font-size: 16px;
}

.stitch-logo-field input,
.stitch-logo-field select {
	min-height: 48px;
	padding: 0 18px;
}

.stitch-logo-field textarea {
	min-height: 72px;
	padding: 16px 18px;
	border-radius: 16px;
	resize: vertical;
}

.stitch-logo-field--notes {
	margin-top: 18px;
}

.stitch-add-text-line {
	display: inline-flex;
	margin: -2px 0 14px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #101828;
	font-size: 14px !important;
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}

.stitch-logo-form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.stitch-text-preview {
	margin-top: 14px;
	padding: 18px;
	border-radius: 12px;
	background: #fff;
	text-align: center;
}

.stitch-text-preview [data-text-preview] {
	display: inline-block;
	min-width: 64px;
	min-height: 64px;
	padding: 12px 16px;
	border-radius: 8px;
	background: var(--stitch-text-logo-background, #f3f4f6);
	color: var(--stitch-text-logo-colour, #16803a);
	font-style: normal;
	font-weight: 700;
	white-space: pre-line;
}

.stitch-text-preview [data-text-preview].stitch-text-is-italic {
	font-style: italic !important;
}

.stitch-text-preview small {
	display: block;
	margin-top: 8px;
	color: #667085;
	font-size: 12px;
}

.stitch-upload-dropzone {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 112px;
	margin: 14px 0;
	padding: 24px;
	border-radius: 12px;
	background: #fff;
	text-align: center;
	cursor: pointer;
}

.stitch-upload-dropzone input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.stitch-upload-dropzone strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 0 34px;
	border-radius: 999px;
	background: #ff512f;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.stitch-upload-dropzone span {
	color: #101828;
	font-size: 15px;
}

.stitch-upload-panel {
	margin: 12px 0 18px;
	padding: 24px 16px 14px;
	border-radius: 12px;
	background: #fff;
	text-align: center;
}

.stitch-upload-choose {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	margin: 0 auto 22px;
	padding: 0 38px;
	border-radius: 999px;
	background: #ff512f;
	color: #fff;
	cursor: pointer;
}

.stitch-upload-choose input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.stitch-upload-choose strong {
	color: #fff !important;
	font-size: 20px !important;
	font-weight: 700 !important;
}

.stitch-upload-choose strong::before {
	content: "↑";
	margin-right: 12px;
	font-size: 22px;
	line-height: 1;
}

.stitch-upload-file-row {
	display: grid;
	grid-template-columns: 108px 1fr 36px;
	gap: 20px;
	align-items: center;
	max-width: 610px;
	margin: 0 auto;
	text-align: left;
}

.stitch-upload-file-row[hidden],
.stitch-upload-success[hidden] {
	display: none !important;
}

.stitch-upload-file-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 108px;
	height: 108px;
	border-radius: 0;
	background: #f0eaff;
	color: #2754ff;
	font-size: 18px !important;
	font-weight: 700;
	transform: rotate(-10deg);
}

.stitch-upload-file-name {
	color: #111827 !important;
	font-size: 16px !important;
	font-weight: 500;
	word-break: break-word;
}

.stitch-upload-file-remove {
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #111827;
	font-size: 30px !important;
	line-height: 1 !important;
	cursor: pointer;
}

.stitch-upload-success {
	margin: 14px 0 0;
	color: #008000;
	font-size: 16px !important;
	font-weight: 500;
}

.stitch-upload-drop-title {
	margin: 12px 0 24px;
	color: #000;
	font-size: 24px !important;
	font-weight: 700;
	line-height: 1.2 !important;
	text-align: center;
}

.stitch-upload-file-types,
.stitch-upload-max,
.stitch-logo-upload-help {
	margin: 0 0 18px;
	color: #000;
	font-size: 16px !important;
	line-height: 1.45 !important;
	text-align: center;
}

.stitch-upload-max {
	margin-bottom: 4px;
}

.stitch-logo-form-error {
	min-height: 20px;
	margin: 8px 0;
	color: #b42318;
	font-weight: 700;
}

.stitch-logo-form-primary {
	width: 100%;
}

.stitch-logo-method-grid--compact .stitch-logo-method-card__icon {
	width: 90px;
	height: 90px;
	font-size: 18px;
}

.stitch-logo-method-grid--compact .stitch-logo-method-card strong {
	font-size: 16px;
	font-weight: 600;
}

.stitch-logo-method-grid--compact .stitch-logo-method-card span:last-child {
	display: none;
}

.stitch-logo-submit,
.stitch-logo-back {
	width: 100%;
}

.stitch-logo-back {
	margin-top: 12px;
}

@media (max-width: 767px) {
	.stitch-builder-panel {
		padding: 18px;
	}

	.stitch-colour-grid,
	.stitch-logo-assignment-grid,
	.stitch-logo-method-grid,
	.stitch-logo-position-row {
		grid-template-columns: 1fr;
	}

	.stitch-colour-summary {
		grid-template-columns: 1fr;
	}

	.stitch-modal-header h2,
	.stitch-customizer-step--choice .stitch-modal-header h2 {
		font-size: 20px;
	}

	.stitch-logo-method-card__icon {
		width: 112px;
		height: 112px;
	}

	.stitch-logo-form-row {
		grid-template-columns: 1fr;
	}
}

/* Compact 16px product builder reset */
.stitch-product-builder,
.stitch-product-builder button,
.stitch-product-builder input,
.stitch-customizer-modal,
.stitch-customizer-modal button,
.stitch-customizer-modal input {
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 15px !important;
	line-height: 1.35 !important;
}

.stitch-product-builder h1,
.stitch-product-builder h2,
.stitch-product-builder h3,
.stitch-product-builder h4,
.stitch-product-builder p,
.stitch-product-builder strong,
.stitch-product-builder span,
.stitch-product-builder a,
.stitch-customizer-modal h1,
.stitch-customizer-modal h2,
.stitch-customizer-modal h3,
.stitch-customizer-modal h4,
.stitch-customizer-modal p,
.stitch-customizer-modal strong,
.stitch-customizer-modal span,
.stitch-customizer-modal a{
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
	letter-spacing: normal !important;
}

.stitch-customizer-modal label {
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 11px !important;
	line-height: 1.35 !important;
	letter-spacing: normal !important;
}

.stitch-builder-panel {
	padding: 18px !important;
}

.stitch-builder-panel__header {
	margin-bottom: 14px !important;
}

.stitch-builder-panel__header h3 {
	font-size: 14px !important;
	font-weight: 600 !important;
}

/* .stitch-colour-grid {
	grid-template-columns: repeat(auto-fit, minmax(178px, 1fr)) !important;
	gap: 12px !important;
} */

.stitch-colour-card {
	min-width: 0 !important;
	min-height: 50px !important;
	grid-template-columns: 22px minmax(0, 1fr) auto !important;
	gap: 10px !important;
	padding: 12px 14px !important;
	border-radius: 12px !important;
}

.stitch-colour-card__thumb,
.stitch-colour-card__thumb img {
	width: 22px !important;
	height: 22px !important;
}

.stitch-colour-card__thumb img {
	object-fit: cover !important;
}

.stitch-colour-card__name {
	min-width: 0 !important;
	font-weight: 600 !important;
}

.stitch-colour-card__view {
	justify-self: end !important;
	color: #f26419 !important;
	font-weight: 700 !important;
	white-space: nowrap !important;
}

.stitch-colour-summary {
	grid-template-columns: auto 30px minmax(130px, 1fr) minmax(170px, auto) !important;
	gap: 10px !important;
	align-items: center !important;
	padding: 14px 16px !important;
}

.stitch-colour-summary__badge {
	align-self: center !important;
	padding: 4px 8px !important;
	font-size: 12px !important;
	line-height: 1 !important;
}

.stitch-colour-summary__media img {
	width: 30px !important;
	height: 30px !important;
	object-fit: cover !important;
	border-radius: 3px !important;
}

.stitch-colour-summary__content {
	display: grid !important;
	grid-template-columns: auto minmax(0, 1fr) auto !important;
	gap: 8px !important;
	align-items: center !important;
}

.stitch-colour-summary__content h4 {
	font-size: 17px !important;
	font-weight: 700 !important;
	white-space: nowrap !important;
}

.stitch-colour-summary__content p {
	display: block !important;
	margin: 0 !important;
	color: #475467 !important;
	font-size: 14px !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.stitch-colour-summary__content a {
	display: inline-block !important;
	margin: 0 !important;
	color: #f26419 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	white-space: nowrap !important;
}

.stitch-colour-summary__metrics {
	grid-template-columns: repeat(2, minmax(70px, 1fr)) !important;
	gap: 0 !important;
}

.stitch-colour-summary__metrics div {
	padding: 4px 10px !important;
}

.stitch-colour-summary__metrics strong {
	font-size: 17px !important;
	font-weight: 700 !important;
}

.stitch-colour-summary__metrics span {
	font-size: 12px !important;
	line-height: 1.2 !important;
}

.stitch-builder-continue,
.stitch-open-customizer {
	min-height: 52px !important;
	font-size: 16px !important;
}

.stitch-size-grid {
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;
	gap: 12px !important;
}

.stitch-size-card {
	min-height: 176px !important;
	gap: 6px !important;
	padding: 14px 10px !important;
}

.stitch-size-card__label,
.stitch-size-card__price,
.stitch-size-card__stock,
.stitch-size-card__line-total,
.stitch-size-summary__items,
.stitch-size-summary__price {
	font-size: 16px !important;
	line-height: 1.25 !important;
}

.stitch-size-card__label {
	font-weight: 700 !important;
}

.stitch-size-card__stock {
	color: #475467 !important;
}

.stitch-size-stepper {
	max-width: 102px !important;
	grid-template-columns: 20px minmax(0, 1fr) 20px !important;
	gap: 4px !important;
}

.stitch-size-stepper__button {
	width: 20px !important;
	height: 38px !important;
	font-size: 16px !important;
}

.stitch-size-stepper__input {
	height: 42px !important;
	font-size: 16px !important;
}

.stitch-size-summary {
	padding: 14px 16px !important;
}

.stitch-modal-header h2,
.stitch-customizer-step--choice .stitch-modal-header h2 {
	font-size: 28px !important;
	line-height: 1.12 !important;
}

@media (max-width: 767px) {
	.stitch-colour-summary {
		grid-template-columns: 1fr !important;
	}
}

/* Final upload-logo modal overrides */
/* .stitch-customizer-modal .stitch-customizer-step--logo-form {
	background: #f3f3f3 !important;
} */

.stitch-customizer-modal .stitch-upload-panel {
	display: block !important;
	margin: 12px 0 18px !important;
	padding: 24px 16px 14px !important;
	border-radius: 12px !important;
	background: #fff !important;
	text-align: center !important;
}

.stitch-customizer-modal .stitch-upload-choose {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 58px !important;
	margin: 0 auto 22px !important;
	padding: 0 38px !important;
	border-radius: 999px !important;
	background: #ff512f !important;
	color: #fff !important;
	cursor: pointer !important;
}

.stitch-customizer-modal .stitch-upload-choose input {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.stitch-customizer-modal .stitch-upload-choose strong {
	color: #fff !important;
	font-size: 20px !important;
	font-weight: 700 !important;
}

.stitch-customizer-modal .stitch-upload-file-row {
	display: grid !important;
	grid-template-columns: 108px 1fr 36px !important;
	gap: 20px !important;
	align-items: center !important;
	max-width: 610px !important;
	margin: 0 auto !important;
	text-align: left !important;
}

.stitch-customizer-modal .stitch-upload-file-row[hidden],
.stitch-customizer-modal .stitch-upload-success[hidden] {
	display: none !important;
}

.stitch-customizer-modal .stitch-upload-file-icon {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 108px !important;
	height: 108px !important;
	background: #f0eaff !important;
	color: #2754ff !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	transform: rotate(-10deg) !important;
}

.stitch-customizer-modal .stitch-upload-file-name {
	color: #111827 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	word-break: break-word !important;
}

.stitch-customizer-modal .stitch-upload-file-remove {
	width: 36px !important;
	height: 36px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #111827 !important;
	font-size: 30px !important;
	line-height: 1 !important;
	cursor: pointer !important;
}

.stitch-customizer-modal .stitch-upload-success {
	margin: 14px 0 0 !important;
	color: #008000 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
}

.stitch-customizer-modal .stitch-upload-drop-title {
	margin: 12px 0 24px !important;
	color: #000 !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-align: center !important;
}

.stitch-customizer-modal .stitch-upload-file-types,
.stitch-customizer-modal .stitch-upload-max,
.stitch-customizer-modal .stitch-logo-upload-help {
	margin: 0 0 18px !important;
	color: #000 !important;
	font-size: 16px !important;
	line-height: 1.45 !important;
	text-align: center !important;
}

.stitch-customizer-modal .stitch-logo-form-primary {
	width: 100% !important;
	min-height: 48px !important;
	border: 0 !important;
	border-radius: 4px !important;
	background: #ff512f !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}

.stitch-customizer-modal .stitch-logo-back {
	width: 100% !important;
	min-height: 48px !important;
	margin-top: 8px !important;
	border: 2px solid #333 !important;
	border-radius: 4px !important;
	background: transparent !important;
	color: #555 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}

/* Final popup alignment pass */
.stitch-customizer-modal__dialog {
	max-width: 960px !important;
	margin: 28px auto !important;
	padding: 22px !important;
	border-radius: 20px !important;
	box-shadow: 0 30px 90px rgba(15, 23, 42, 0.28) !important;
}

button.stitch-customizer-modal__close {
	top: 14px !important;
	right: 14px !important;
	width: 36px !important;
	height: 36px !important;
	border-radius: 999px !important;
	background: black !important;
	color: white !important;
	font-size: 24px !important;
	font-weight: 300 !important;
	line-height: 0 !important;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12) !important;
}

.stitch-modal-header {
	padding-right: 48px !important;
}

.stitch-modal-header h2,
.stitch-customizer-step--choice .stitch-modal-header h2 {
	margin-bottom: 10px !important;
	font-size: 26px !important;
	line-height: 1.1 !important;
}

.stitch-customizer-step__intro {
	margin-bottom: 16px !important;
	color: #475467 !important;
}

.stitch-logo-assignment-grid {
	gap: 14px !important;
	margin: 14px 0 18px !important;
}

.stitch-logo-assignment-card {
	min-height: 106px !important;
	padding: 18px 18px 16px !important;
	border: 1px solid #d7dce5 !important;
	border-radius: 14px !important;
}

.stitch-logo-assignment-card strong {
	font-size: 18px !important;
}

.stitch-logo-assignment-card span {
	font-size: 12px !important;
	line-height: 1.35 !important;
}

.stitch-logo-step-body {
	padding-top: 2px !important;
}

.stitch-logo-method-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 18px !important;
	margin: 0 !important;
}

.stitch-logo-method-card {
	gap: 12px !important;
	padding: 8px 10px 4px !important;
	border-radius: 14px !important;
}

.stitch-logo-method-card__icon {
	position: relative !important;
	width: 112px !important;
	height: 112px !important;
	border-radius: 999px !important;
	background: linear-gradient(180deg, #ff8d2a 0%, #ff6a00 100%) !important;
	box-shadow: 0 16px 34px rgba(255, 106, 0, 0.22) !important;
}

.stitch-logo-method-card__icon::before,
.stitch-logo-method-card__icon::after {
	content: "" !important;
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	background: #1f2024 !important;
}

.stitch-logo-method-card__icon--existing::before {
	width: 32px !important;
	height: 26px !important;
	border-radius: 6px !important;
	margin-top: 8px !important;
}

.stitch-logo-method-card__icon--existing::after {
	width: 24px !important;
	height: 7px !important;
	border-radius: 4px 4px 0 0 !important;
	margin-left: -2px !important;
	margin-top: -13px !important;
}

.stitch-logo-method-card__icon--text::before {
	width: 8px !important;
	height: 24px !important;
}

.stitch-logo-method-card__icon--text::after {
	width: 32px !important;
	height: 8px !important;
	margin-top: -16px !important;
	box-shadow: 0 44px 0 #1f2024 !important;
}

.stitch-logo-method-card__icon--upload::before {
	width: 14px !important;
	height: 30px !important;
	clip-path: polygon(50% 0, 100% 45%, 72% 45%, 72% 100%, 28% 100%, 28% 45%, 0 45%) !important;
}

.stitch-logo-method-card__icon--upload::after {
	width: 34px !important;
	height: 8px !important;
	margin-top: 22px !important;
	border-radius: 4px !important;
}

.stitch-logo-method-card strong {
	font-size: 15px !important;
}

.stitch-logo-method-card span:last-child {
	font-size: 14px !important;
	line-height: 1.35 !important;
	color: #667085 !important;
}

.stitch-logo-position-list {
	gap: 0 !important;
	margin: 18px 0 22px !important;
}

.stitch-logo-position-row {
	grid-template-columns: 210px 1fr !important;
	gap: 18px !important;
	align-items: center !important;
	padding: 10px 0 16px !important;
}

.stitch-logo-position {
	grid-template-columns: 72px 1fr !important;
	align-items: center !important;
}

.stitch-logo-position__image img,
.stitch-logo-position__placeholder {
	width: 72px !important;
	height: 72px !important;
	border-radius: 12px !important;
	background: #fff !important;
}

.stitch-logo-position strong {
	font-size: 16px !important;
}

.stitch-logo-position em {
	font-size: 14px !important;
	color: #475467 !important;
}

.stitch-logo-position-complete {
	align-items: flex-start !important;
	min-height: 96px !important;
	padding: 16px 18px !important;
	border: 1px solid #e6ecf3 !important;
	border-radius: 16px !important;
	background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(248,250,252,0.96) 100%) !important;
	text-align: left !important;
}

.stitch-logo-position-complete strong {
	font-size: 15px !important;
}

.stitch-logo-position-complete button {
	padding: 6px 10px !important;
	font-size: 12px !important;
}

.stitch-existing-logo-grid {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(110px, 110px)) !important;
	justify-content: start !important;
	gap: 14px !important;
	margin: 18px 0 20px !important;
}

.stitch-existing-logo-tile {
	width: 110px !important;
	height: 110px !important;
	border: 2px solid #ebeef2 !important;
	border-radius: 20px !important;
	background: #fff !important;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06) !important;
}

.stitch-existing-logo-tile img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.stitch-logo-field {
	margin-bottom: 14px !important;
}

.stitch-logo-field span {
	font-size: 15px !important;
	color: #111827 !important;
}

.stitch-logo-field textarea {
	border-radius: 18px !important;
	background: #fff !important;
	box-shadow: inset 0 0 0 1px #edf1f6 !important;
}

.stitch-upload-panel {
	padding: 20px 18px 16px !important;
	border-radius: 18px !important;
	box-shadow: inset 0 0 0 1px #f0f2f5 !important;
}

.stitch-upload-file-row {
	grid-template-columns: 88px 1fr 28px !important;
	gap: 16px !important;
	max-width: 640px !important;
}

.stitch-upload-file-preview,
.stitch-upload-file-icon {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 88px !important;
	height: 88px !important;
	border-radius: 12px !important;
	background: #f3efff !important;
	overflow: hidden !important;
}

.stitch-upload-file-preview[hidden],
.stitch-upload-file-fallback[hidden] {
	display: none !important;
}

.stitch-upload-file-preview img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.stitch-upload-file-icon {
	color: #4f46e5 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	transform: none !important;
}

.stitch-upload-file-name {
	font-size: 15px !important;
}

.stitch-upload-file-remove {
	align-self: center !important;
	width: 28px !important;
	height: 28px !important;
	font-size: 24px !important;
}

.stitch-upload-success {
	margin-top: 12px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
}

.stitch-upload-drop-title {
	font-size: 20px !important;
}

.stitch-logo-form-primary,
.stitch-logo-back,
.stitch-logo-submit {
	border-radius: 12px !important;
}

@media (max-width: 767px) {
	.stitch-customizer-modal__dialog {
		margin: 12px !important;
		padding: 22px 18px 18px !important;
	}

	.stitch-customizer-modal__close {
		width: 44px !important;
		height: 44px !important;
		font-size: 30px !important;
	}

	.stitch-logo-assignment-grid,
	.stitch-logo-method-grid,
	.stitch-logo-position-row {
		grid-template-columns: 1fr !important;
	}

	.stitch-logo-position {
		grid-template-columns: 60px 1fr !important;
	}

	.stitch-logo-position__image img,
	.stitch-logo-position__placeholder {
		width: 60px !important;
		height: 60px !important;
	}
}

/* Brand accent palette */
.stitch-bundle-builder,
.stitch-customizer-hook,
.stitch-product-builder,
.stitch-customizer-modal {
	--stitch-accent: #73252A;
	--stitch-accent-soft: #f8eef0;
	--stitch-accent-soft-2: #f3e5e8;
}

.stitch-builder-panel,
.stitch-product-builder .is-selected,
.stitch-customizer-modal .is-selected,
.stitch-logo-assignment-card.is-selected,
.stitch-logo-method-card.is-selected {
	border-color: var(--stitch-accent) !important;
}

.stitch-colour-card.is-selected,
.stitch-size-card.is-selected,
.stitch-placement-card.is-selected .stitch-placement-card__placeholder {
	border-color: var(--stitch-accent) !important;
	background: var(--stitch-accent-soft) !important;
	box-shadow: inset 0 0 0 1px var(--stitch-accent) !important;
}

.stitch-colour-card__view,
.stitch-colour-summary__content a,
.stitch-selected-colour-strip__change,
.stitch-customizer-modal a,
.stitch-customizer-modal .stitch-add-text-line,
.stitch-customizer-modal .stitch-logo-assignment-card:hover strong,
.stitch-customizer-modal .stitch-logo-position em {
	color: var(--stitch-accent) !important;
}

.stitch-builder-continue,
.stitch-open-customizer,
.stitch-customizer-primary,
.stitch-logo-form-primary,
.stitch-logo-submit,
.stitch-logo-position-complete button,
.stitch-customizer-modal .stitch-upload-choose,
.stitch-customizer-modal .stitch-logo-form-primary {
	background: var(--stitch-accent, #73252A) !important;
	color: #fff !important;
}

.stitch-builder-continue[disabled],
.stitch-open-customizer[disabled],
.stitch-customizer-primary[disabled],
.stitch-logo-submit[disabled] {
	background: #c8b2b5 !important;
	color: #fff !important;
}

.stitch-size-card__line-total,
.stitch-size-stepper__button,
.stitch-customizer-inline-error,
.stitch-logo-form-error {
	color: var(--stitch-accent) !important;
}

.stitch-size-summary,
.stitch-choice-benefits,
.stitch-choice-row:hover,
.stitch-choice-row:focus {
	background: var(--stitch-accent-soft) !important;
}

.stitch-choice-row:hover,
.stitch-choice-row:focus,
.stitch-logo-assignment-card:hover,
.stitch-logo-method-card:hover,
.stitch-existing-logo-tile.is-selected {
	border-color: var(--stitch-accent) !important;
}

.stitch-customizer-modal .stitch-upload-choose strong::before {
	color: #fff !important;
}

.stitch-logo-method-card__icon {
	background: linear-gradient(180deg, #8b3a40 0%, #73252A 100%) !important;
	box-shadow: 0 16px 34px rgba(115, 37, 42, 0.22) !important;
}

.stitch-upload-file-preview,
.stitch-upload-file-icon {
	background: var(--stitch-accent-soft-2) !important;
}

.stitch-upload-file-icon {
	color: var(--stitch-accent) !important;
}

/* Final modal polish */
.stitch-customizer-modal__dialog {
	max-width: 800px !important;
	margin: 20px auto !important;
	padding: 22px !important;
	border-radius: 24px !important;
	background: #f3f3f3 !important;
	box-shadow: 0 28px 80px rgba(15, 23, 42, 0.24) !important;
}

.stitch-customizer-modal__close {
	top: 16px !important;
	right: 16px !important;
	width: 44px !important;
	height: 44px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #f8eef0 !important;
	color: #73252A !important;
	font-size: 28px !important;
	font-weight: 400 !important;
	line-height: 44px !important;
	box-shadow: none !important;
}

.stitch-customizer-modal__close:hover,
.stitch-customizer-modal__close:focus {
	background: #73252A !important;
	color: #ffffff !important;
}

.stitch-customizer-step--choice,
.stitch-customizer-step--placements,
.stitch-customizer-step--logo {
	max-width: 980px !important;
	margin: 0 auto !important;
}

.stitch-customizer-step--logo-form {
	/* max-width: 760px !important; */
	padding: 0px;
	margin: 0 auto !important;
}

.stitch-modal-header {
	padding-right: 56px !important;
	margin-bottom: 18px !important;
}

.stitch-step-kicker {
	display: inline-flex !important;
	align-items: center !important;
	padding: 6px 12px !important;
	margin-bottom: 14px !important;
	border-radius: 999px !important;
	background: #f8eef0 !important;
	color: #73252A !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase !important;
}

.stitch-step-progress {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 8px !important;
	margin: 10px 0 0 !important;
}

.stitch-step-progress span {
	display: block !important;
	height: 6px !important;
	border-radius: 999px !important;
	background: #eadde0 !important;
}

.stitch-step-progress span.is-active {
	background: linear-gradient(90deg, #8b3a40 0%, #73252A 100%) !important;
}

.stitch-modal-header h2,
.stitch-customizer-step--choice .stitch-modal-header h2 {
	margin: 0 0 8px !important;
	color: #101828 !important;
	font-size: 30px !important;
	line-height: 1.04 !important;
	letter-spacing: -0.03em !important;
}

.stitch-customizer-step__intro,
.stitch-customizer-helper,
.stitch-customizer-summary,
.stitch-logo-form-intro,
.stitch-logo-upload-help,
.stitch-upload-file-types,
.stitch-upload-max {
	font-size: 16px !important;
	line-height: 1.6 !important;
}

.stitch-customizer-step__intro {
	margin-top: 4px !important;
	margin-bottom: 4px !important;
	color: #667085 !important;
}

.stitch-customizer-step__intro--primary {
	color: #101828 !important;
	font-size: 18px !important;
	font-weight: 600 !important;
}

.stitch-customizer-choice-stack {
	display: grid !important;
	gap: 14px !important;
	margin: 22px 0 18px !important;
}

.stitch-choice-row {
	display: grid !important;
	gap: 8px !important;
	width: 100% !important;
	padding: 20px 22px !important;
	border: 1px solid #e4e7ec !important;
	border-radius: 18px !important;
	background: #ffffff !important;
	text-align: left !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
}

.stitch-choice-row strong {
	display: block !important;
	color: #101828 !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
}

.stitch-choice-row span {
	display: block !important;
	color: #667085 !important;
	font-size: 15px !important;
	line-height: 1.5 !important;
}

.stitch-choice-row:hover,
.stitch-choice-row:focus {
	transform: translateY(-1px) !important;
	box-shadow: 0 18px 34px rgba(115, 37, 42, 0.08) !important;
}

.stitch-choice-benefits {
	display: grid !important;
	gap: 12px !important;
	margin-top: 18px !important;
	padding: 18px !important;
	border-radius: 18px !important;
}

.stitch-choice-benefit {
	position: relative !important;
	padding-left: 16px !important;
	color: #475467 !important;
	font-size: 15px !important;
	line-height: 1.5 !important;
}

.stitch-choice-benefit::before {
	content: "" !important;
	position: absolute !important;
	left: 0 !important;
	top: 10px !important;
	width: 6px !important;
	height: 6px !important;
	border-radius: 999px !important;
	background: #73252A !important;
}

.stitch-customizer-grid {
	gap: 18px !important;
	margin-top: 18px !important;
}

.stitch-placement-card {
	border-radius: 18px !important;
	background: #ffffff !important;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04) !important;
}

.stitch-placement-card__toggle {
	padding: 16px !important;
	border-radius: 18px !important;
}

.stitch-placement-card__label {
	font-size: 16px !important;
	line-height: 1.4 !important;
}

.stitch-placement-card__applications {
	padding: 0 16px 16px !important;
}

.stitch-placement-card__application-label,
.stitch-placement-card__single-app,
.stitch-placement-card__radio span {
	font-size: 15px !important;
}

.stitch-customizer-footer-panel {
	margin-top: 22px !important;
	padding: 20px !important;
	border: 1px solid #eceff3 !important;
	border-radius: 20px !important;
	background: #fbfbfc !important;
}

.stitch-customizer-summary {
	margin-bottom: 14px !important;
	color: #101828 !important;
	font-weight: 600 !important;
}

.stitch-customizer-actions {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 12px !important;
}

.stitch-customizer-primary,
.stitch-customizer-secondary,
.stitch-logo-submit,
.stitch-logo-form-primary,
.stitch-logo-back {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 42px !important;
	padding: 0 22px !important;
	border-radius: 16px !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}

.stitch-customizer-secondary,
.stitch-logo-back {
	border: 1px solid #d0d5dd !important;
	background: #ffffff !important;
	color: #344054 !important;
}

.stitch-logo-assignment-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 14px !important;
	margin: 16px 0 14px !important;
}

.stitch-logo-assignment-card {
	display: grid !important;
	gap: 6px !important;
	min-height: 70px !important;
	padding: 16px 18px !important;
	border-radius: 16px !important;
	background: #ffffff !important;
	text-align: left !important;
}

.stitch-logo-assignment-card strong {
	font-size: 14px !important;
	line-height: 1.25 !important;
}

.stitch-logo-assignment-card span {
	font-size: 12px !important;
	line-height: 1.45 !important;
}

.stitch-logo-step-body {
	margin-top: 2px !important;
}

.stitch-logo-method-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 14px !important;
	margin: 14px 0 18px !important;
}

.stitch-logo-method-card {
	display: grid !important;
	align-content: start !important;
	justify-items: center !important;
	gap: 10px !important;
	min-height: 204px !important;
	padding: 16px 14px 14px !important;
	border: 1px solid #e4e7ec !important;
	border-radius: 18px !important;
	background: #ffffff !important;
	text-align: center !important;
}

.stitch-logo-method-card__icon {
	width: 76px !important;
	height: 76px !important;
	margin-bottom: 2px !important;
}

.stitch-logo-method-card strong {
	font-size: 15px !important;
	line-height: 1.3 !important;
}

.stitch-logo-method-card span:last-child {
	max-width: 190px !important;
	font-size: 13px !important;
	line-height: 1.5 !important;
}

.stitch-logo-method-grid--compact {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 12px !important;
}

.stitch-logo-method-grid--compact .stitch-logo-method-card {
	min-height: 100px !important;
	padding: 12px 10px !important;
	gap: 8px !important;
}

.stitch-logo-method-grid--compact .stitch-logo-method-card__icon {
	width: 64px !important;
	height: 64px !important;
}

.stitch-logo-method-grid--compact .stitch-logo-method-card strong {
	font-size: 14px !important;
}

.stitch-logo-method-grid--compact .stitch-logo-method-card span:last-child {
	display: none !important;
}

.stitch-logo-position-list {
	display: grid !important;
	gap: 0 !important;
	margin: 18px 0 20px !important;
}

.stitch-logo-position-row {
	display: grid !important;
	grid-template-columns: 180px minmax(0, 1fr) !important;
	gap: 22px !important;
	padding: 0 !important;
	border-top: 1px solid #edf1f5 !important;
}

.stitch-logo-position-list .stitch-logo-position-row:first-child {
	border-top: 0 !important;
	padding-top: 8px !important;
}

.stitch-logo-position {
	display: grid !important;
	grid-template-columns: 56px minmax(0, 1fr) !important;
	gap: 14px !important;
	align-items: center !important;
}

.stitch-logo-position__image img,
.stitch-logo-position__placeholder {
	width: 56px !important;
	height: 56px !important;
	border-radius: 14px !important;
	object-fit: cover !important;
}

.stitch-logo-position strong {
	display: block !important;
	margin-bottom: 4px !important;
	font-size: 16px !important;
	line-height: 1.3 !important;
}

.stitch-logo-position em {
	display: block !important;
	font-size: 14px !important;
	line-height: 1.4 !important;
}

.stitch-logo-position-complete {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 4px !important;
	min-height: 96px !important;
	padding: 18px 20px !important;
	border-radius: 18px !important;
	background: #fbfbfc !important;
}

.stitch-logo-position-complete__content {
	display: grid !important;
	gap: 6px !important;
}

.stitch-logo-position-complete__content strong {
	display: block !important;
	font-size: 13px !important;
	line-height: 1.3 !important;
}

.stitch-logo-position-complete__content span {
	display: block !important;
	color: #667085 !important;
	font-size: 11px !important;
	line-height: 1.4 !important;
}

.stitch-logo-position-complete button {
	flex: 0 0 auto !important;
}

.stitch-logo-form-intro {
	margin: 0 0 18px !important;
	color: #475467 !important;
}

.stitch-existing-logo-grid {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(92px, 92px)) !important;
	justify-content: start !important;
	gap: 14px !important;
	margin: 18px 0 22px !important;
}

.stitch-existing-logo-tile {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 92px !important;
	height: 92px !important;
	padding: 0 !important;
	border-radius: 18px !important;
	overflow: hidden !important;
}

.stitch-existing-logo-tile img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.stitch-logo-field {
	display: grid !important;
	gap: 8px !important;
	margin-bottom: 16px !important;
}

.stitch-logo-field span {
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
}

.stitch-logo-field input,
.stitch-logo-field textarea,
.stitch-logo-field select {
	min-height: 56px !important;
	padding: 14px 16px !important;
	border: 1px solid #e4e7ec !important;
	border-radius: 18px !important;
	background: #ffffff !important;
	color: #101828 !important;
	font-size: 16px !important;
	line-height: 1.4 !important;
	box-shadow: none !important;
}

.stitch-logo-field textarea {
	min-height: 112px !important;
	resize: vertical !important;
}

.stitch-logo-form-row {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 16px !important;
}

.stitch-text-preview {
	margin: 18px 0 !important;
	padding: 18px !important;
	border-radius: 18px !important;
	background: #fbfbfc !important;
}

.stitch-text-preview > div {
	display: flex !important;
	flex-direction: column !important;
	min-height: 120px !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 16px !important;
	background: var(--stitch-text-logo-background, #f3f4f6) !important;
	color: var(--stitch-text-logo-colour, #16803a) !important;
	font-size: 28px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	text-align: center !important;
	white-space: pre-line !important;
}

.stitch-text-preview > div.stitch-text-is-italic {
	font-style: italic !important;
}

.stitch-text-logo-line {
	display: block;
	width: 100%;
	font: inherit;
	line-height: inherit;
}

.stitch-text-preview small {
	display: block !important;
	margin-top: 10px !important;
	color: #667085 !important;
	font-size: 13px !important;
	text-align: center !important;
}

.stitch-upload-panel {
	margin: 18px 0 20px !important;
	padding: 22px !important;
	border: 1px solid #eceff3 !important;
	border-radius: 22px !important;
	background: #ffffff !important;
}

.stitch-upload-choose {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 56px !important;
	margin: 0 auto 18px !important;
	padding: 0 28px !important;
	border-radius: 999px !important;
}

.stitch-upload-choose strong {
	display: inline-flex !important;
	align-items: center !important;
	gap: 10px !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}

.stitch-upload-file-row {
	display: grid !important;
	grid-template-columns: 72px minmax(0, 1fr) 24px !important;
	gap: 16px !important;
	align-items: center !important;
	max-width: 620px !important;
	margin: 0 auto !important;
	padding: 14px 16px !important;
	border-radius: 18px !important;
	background: #fbfbfc !important;
	text-align: left !important;
}

.stitch-upload-file-preview,
.stitch-upload-file-icon {
	width: 72px !important;
	height: 72px !important;
	border-radius: 16px !important;
}

.stitch-upload-file-preview img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.stitch-upload-file-name {
	font-size: 15px !important;
	line-height: 1.45 !important;
}

.stitch-upload-file-remove {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 24px !important;
	height: 24px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #344054 !important;
	font-size: 22px !important;
	line-height: 1 !important;
}

.stitch-upload-success {
	margin: 14px 0 0 !important;
	color: #16a34a !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	text-align: center !important;
}

.stitch-upload-drop-title {
	margin: 22px 0 12px !important;
	color: #101828 !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	text-align: center !important;
}

.stitch-modal-actions-stack {
	display: grid !important;
	gap: 12px !important;
	margin-top: 18px !important;
}

.stitch-logo-form-error {
	min-height: 22px !important;
	margin: 8px 0 0 !important;
	font-size: 14px !important;
	font-weight: 600 !important;
}

@media (max-width: 767px) {
	.stitch-customizer-modal__dialog {
		max-width: none !important;
		margin: 10px !important;
		padding: 22px 18px 18px !important;
		border-radius: 20px !important;
	}

	.stitch-modal-header {
		padding-right: 44px !important;
	}

	.stitch-modal-header h2,
	.stitch-customizer-step--choice .stitch-modal-header h2 {
		font-size: 20px !important;
	}

	.stitch-customizer-actions,
	.stitch-logo-assignment-grid,
	.stitch-logo-method-grid,
	.stitch-logo-form-row,
	.stitch-logo-position-row {
		grid-template-columns: 1fr !important;
	}

	.stitch-logo-position {
		grid-template-columns: 48px minmax(0, 1fr) !important;
	}

	.stitch-logo-position__image img,
	.stitch-logo-position__placeholder {
		width: 48px !important;
		height: 48px !important;
	}

	.stitch-logo-position-complete {
		flex-direction: column !important;
		align-items: flex-start !important;
	}

	.stitch-existing-logo-grid {
		grid-template-columns: repeat(auto-fit, minmax(82px, 82px)) !important;
	}

	.stitch-existing-logo-tile {
		width: 82px !important;
		height: 82px !important;
	}

	.stitch-upload-file-row {
		grid-template-columns: 60px minmax(0, 1fr) 20px !important;
		padding: 12px !important;
	}

	.stitch-upload-file-preview,
	.stitch-upload-file-icon {
		width: 60px !important;
		height: 60px !important;
	}
}

/* Upload step cleanup */
.stitch-customizer-step--logo-form {
	background: transparent !important;
}

.stitch-customizer-step--logo-form .stitch-modal-header {
	margin-bottom: 12px !important;
	padding: 0 44px 0 0 !important;
}

.stitch-customizer-step--logo-form .stitch-modal-header h2 {
	margin-bottom: 6px !important;
	font-size: 30px !important;
}

.stitch-customizer-step--logo-form .stitch-step-progress {
	margin-top: 10px !important;
}

.stitch-customizer-step--logo-form .stitch-logo-form-intro {
	margin: 0 0 12px !important;
}

.stitch-upload-panel {
	margin: 0 0 14px !important;
	padding: 18px !important;
	border: 0 !important;
	border-radius: 20px !important;
	background: #f8fafc !important;
	box-shadow: inset 0 0 0 1px #edf1f5 !important;
}

.stitch-upload-choose {
	margin-bottom: 14px !important;
}

.stitch-upload-file-row {
	grid-template-columns: 72px minmax(220px, 1fr) 24px !important;
	gap: 14px !important;
	max-width: none !important;
	padding: 14px !important;
	border-radius: 16px !important;
	background: #ffffff !important;
}

.stitch-upload-file-preview[hidden],
.stitch-upload-file-icon[hidden],
[data-upload-file-fallback][hidden],
[data-upload-file-preview][hidden] {
	display: none !important;
}

.stitch-upload-file-preview,
.stitch-upload-file-icon {
	flex: 0 0 auto !important;
	width: 72px !important;
	height: 72px !important;
	border-radius: 14px !important;
}

.stitch-upload-file-icon {
	font-size: 18px !important;
	font-weight: 700 !important;
	letter-spacing: 0.02em !important;
}

.stitch-upload-file-name {
	display: block !important;
	min-width: 0 !important;
	max-width: 100% !important;
	overflow-wrap: anywhere !important;
	word-break: break-word !important;
	color: #101828 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1.45 !important;
}

.stitch-upload-file-remove {
	margin: 0 !important;
	align-self: center !important;
	justify-self: end !important;
}

.stitch-upload-success {
	margin-top: 12px !important;
}

.stitch-upload-drop-title {
	margin: 0 0 10px !important;
	font-size: 18px !important;
}

.stitch-upload-file-types,
.stitch-upload-max,
.stitch-logo-upload-help {
	margin-bottom: 10px !important;
}

.stitch-logo-field--notes {
	margin-top: 8px !important;
}

.stitch-modal-actions-stack {
	margin-top: 12px !important;
}

@media (max-width: 767px) {
	.stitch-customizer-step--logo-form .stitch-modal-header h2 {
		font-size: 32px !important;
	}

	.stitch-upload-panel {
		padding: 14px !important;
	}

	.stitch-upload-file-row {
		grid-template-columns: 60px minmax(0, 1fr) 20px !important;
		padding: 12px !important;
	}

	.stitch-upload-file-preview,
	.stitch-upload-file-icon {
		width: 60px !important;
		height: 60px !important;
	}

	.stitch-upload-file-name {
		font-size: 14px !important;
	}
}

.stitch-logo-method-card__icon::before,
.stitch-logo-method-card__icon::after {
	background: #ffffff !important;
}


.stitch-customizer-step--logo{
  padding-bottom: 100px !important;
}

button.stitch-open-customizer.stitch-open-customizer--panel{
	float: none !important;
}

/* Modern, consistent modal experience */
.stitch-customizer-modal {
	display: grid;
	place-items: center;
	padding: 24px;
	--stitch-modal-accent: #73252a;
	--stitch-modal-accent-hover: #5f1e23;
	--stitch-modal-soft: #fbf5f6;
	--stitch-modal-border: #e8e2e3;
	--stitch-modal-text: #171416;
	--stitch-modal-muted: #6f686b;
}

.stitch-customizer-modal__backdrop {
	background: rgba(24, 17, 20, .68) !important;
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
}

.stitch-customizer-modal__dialog {
	width: min(920px, 100%) !important;
	max-width: 920px !important;
	max-height: calc(100dvh - 48px) !important;
	margin: 0 !important;
	padding: 34px 38px 32px !important;
	border: 1px solid rgba(255, 255, 255, .72) !important;
	border-radius: 24px !important;
	background: #fff !important;
	box-shadow: 0 32px 90px rgba(18, 10, 14, .32), 0 2px 10px rgba(18, 10, 14, .08) !important;
	scrollbar-color: #cdbfc2 transparent;
	scrollbar-width: thin;
}

.stitch-customizer-modal__dialog::-webkit-scrollbar { width: 8px; }
.stitch-customizer-modal__dialog::-webkit-scrollbar-thumb { border-radius: 999px; background: #cdbfc2; }

.stitch-customizer-modal__close {
	z-index: 3;
	top: 20px !important;
	right: 20px !important;
	display: grid !important;
	place-items: center;
	width: 40px !important;
	height: 40px !important;
	border: 1px solid var(--stitch-modal-border) !important;
	border-radius: 12px !important;
	background: #fff !important;
	color: #544b4e !important;
	font-size: 25px !important;
	line-height: 1 !important;
	box-shadow: 0 4px 12px rgba(22, 15, 18, .06) !important;
}

.stitch-customizer-modal__close:hover,
.stitch-customizer-modal__close:focus-visible {
	border-color: var(--stitch-modal-accent) !important;
	background: var(--stitch-modal-soft) !important;
	color: var(--stitch-modal-accent) !important;
}

.stitch-customizer-modal__body { color: var(--stitch-modal-text); }
.stitch-customizer-step--choice,
.stitch-customizer-step--placements,
.stitch-customizer-step--logo,
.stitch-customizer-step--logo-form { max-width: none !important; }

.stitch-modal-header {
	margin: 0 0 16px !important;
	padding: 0 58px 0 0 !important;
}

.stitch-step-kicker {
	margin: 0 0 6px !important;
	padding: 4px 10px !important;
	color: var(--stitch-modal-accent) !important;
	font-size: 11px !important;
	letter-spacing: .09em !important;
}

.stitch-modal-header h2,
.stitch-customizer-step--choice .stitch-modal-header h2 {
	margin: 0 !important;
	color: var(--stitch-modal-text) !important;
	font-size: clamp(17px, 4vw, 22px) !important;
	font-weight: 700 !important;
	line-height: 1.12 !important;
	letter-spacing: -.035em !important;
}

.stitch-step-progress {
	gap: 6px !important;
	margin: 18px 0 0 !important;
}

.stitch-step-progress span { height: 5px !important; background: #eee9ea !important; }
.stitch-step-progress span.is-active { background: var(--stitch-modal-accent) !important; }

.stitch-customizer-choice-stack {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 14px !important;
	margin: 0 0 20px !important;
}

.stitch-choice-row {
	position: relative !important;
	align-content: start !important;
	min-height: 150px !important;
	padding: 58px 54px 20px 20px !important;
	border: 1px solid var(--stitch-modal-border) !important;
	border-radius: 18px !important;
	background: #fff !important;
	box-shadow: 0 5px 18px rgba(27, 18, 22, .045) !important;
}

.stitch-choice-row::before {
	position: absolute;
	top: 18px;
	left: 20px;
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 9px;
	background: var(--stitch-modal-soft);
	color: var(--stitch-modal-accent);
	font-size: 16px;
	font-weight: 700;
}

.stitch-choice-row--customize::before { content: "✦"; }
.stitch-choice-row--plain::before { content: "✓"; }
.stitch-choice-row::after {
	content: "→";
	position: absolute;
	top: 20px;
	right: 20px;
	color: #9a9093;
	font-size: 22px;
	line-height: 1;
}

.stitch-choice-row strong { color: var(--stitch-modal-text) !important; font-size: 18px !important; }
.stitch-choice-row span { color: var(--stitch-modal-muted) !important; font-size: 14px !important; }
.stitch-choice-row:hover,
.stitch-choice-row:focus-visible {
	border-color: var(--stitch-modal-accent) !important;
	background: var(--stitch-modal-soft) !important;
	box-shadow: 0 14px 30px rgba(115, 37, 42, .11) !important;
	transform: translateY(-2px) !important;
}

.stitch-choice-benefits {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 10px !important;
	margin: 20px 0 0 !important;
	padding: 14px !important;
	border: 1px solid #eee8e9 !important;
	border-radius: 16px !important;
	background: #faf9f9 !important;
}

.stitch-choice-benefit {
	padding: 0 8px 0 24px !important;
	color: #5e5659 !important;
	font-size: 13px !important;
}

.stitch-choice-benefit::before {
	content: "✓" !important;
	top: 1px !important;
	left: 2px !important;
	width: auto !important;
	height: auto !important;
	background: transparent !important;
	color: var(--stitch-modal-accent) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
}

.stitch-customizer-grid {
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)) !important;
	gap: 14px !important;
	margin: 20px 0 0 !important;
}

.stitch-placement-card {
	position: relative !important;
	overflow: hidden !important;
	border: 1px solid var(--stitch-modal-border) !important;
	border-radius: 16px !important;
	background: #fff !important;
	box-shadow: none !important;
}

.stitch-placement-card.is-selected::after {
	content: "✓";
	position: absolute;
	top: 10px;
	right: 10px;
	display: grid;
	place-items: center;
	width: 25px;
	height: 25px;
	border-radius: 999px;
	background: var(--stitch-modal-accent);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	pointer-events: none;
}

.stitch-placement-card__toggle { padding: 12px 12px 10px !important; }
.stitch-placement-card__toggle img,
.stitch-placement-card__placeholder {
	height: 100px !important;
	border: 0 !important;
	/* border-radius: 12px !important; */
	/* background: #f8f7f7 !important; */
}

.stitch-placement-card__label { padding: 0 2px !important; color: var(--stitch-modal-text) !important; font-weight: 750 !important; }
.stitch-placement-card__applications { padding: 2px 14px 10px !important; }

.stitch-placement-card__radio {
	min-height: 16px !important;
	padding: 4px 6px !important;
	border: 1px solid #eee8e9 !important;
	border-radius: 10px !important;
	background: #faf9f9 !important;
}

.stitch-customizer-footer-panel {
	position: sticky !important;
	bottom: -32px !important;
	z-index: 10 !important;
	margin: 24px -38px -32px !important;
	padding: 18px 38px 20px !important;
	border: 0 !important;
	border-top: 1px solid var(--stitch-modal-border) !important;
	border-radius: 0 0 24px 24px !important;
	background: rgba(255, 255, 255, .96) !important;
	box-shadow: 0 -12px 28px rgba(30, 20, 24, .06) !important;
	backdrop-filter: blur(10px);
}

.stitch-customizer-summary { margin: 0 0 12px !important; font-size: 14px !important; }
.stitch-customizer-helper { margin: 10px 0 0 !important; color: var(--stitch-modal-muted) !important; font-size: 13px !important; text-align: center !important; }

.stitch-customizer-primary,
.stitch-logo-submit,
.stitch-logo-form-primary,
.stitch-logo-position-complete button {
	border: 1px solid var(--stitch-modal-accent) !important;
	background: var(--stitch-modal-accent) !important;
	color: #fff !important;
	box-shadow: 0 8px 18px rgba(115, 37, 42, .18) !important;
}

.stitch-customizer-primary:hover,
.stitch-logo-submit:hover,
.stitch-logo-form-primary:hover {
	border-color: var(--stitch-modal-accent-hover) !important;
	background: var(--stitch-modal-accent-hover) !important;
}

.stitch-customizer-secondary:hover,
.stitch-logo-back:hover { border-color: #a99da0 !important; background: #f8f6f7 !important; color: #211b1e !important; }

.stitch-logo-assignment-card,
.stitch-logo-method-card {
	border: 1px solid var(--stitch-modal-border) !important;
	box-shadow: 0 4px 15px rgba(28, 19, 23, .04) !important;
	transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease !important;
}

.stitch-logo-assignment-card:hover,
.stitch-logo-method-card:hover {
	border-color: #b9a8ac !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 12px 28px rgba(38, 24, 30, .09) !important;
}

.stitch-logo-assignment-card.is-selected,
.stitch-logo-method-card.is-selected {
	border-color: var(--stitch-modal-accent) !important;
	background: var(--stitch-modal-soft) !important;
	box-shadow: inset 0 0 0 1px var(--stitch-modal-accent) !important;
}

.stitch-logo-method-card__icon {
	border-radius: 18px !important;
	background: linear-gradient(145deg, #8d3d43, var(--stitch-modal-accent)) !important;
	box-shadow: 0 12px 24px rgba(115, 37, 42, .18) !important;
}

.stitch-customizer-modal button:focus-visible,
.stitch-customizer-modal input:focus-visible,
.stitch-customizer-modal textarea:focus-visible,
.stitch-customizer-modal select:focus-visible {
	outline: 3px solid rgba(115, 37, 42, .2) !important;
	outline-offset: 2px !important;
}

@media (max-width: 767px) {
	.stitch-customizer-modal { padding: 0 !important; place-items: end center; }
	.stitch-customizer-modal__dialog {
		width: 100% !important;
		max-height: 94dvh !important;
		padding: 24px 18px 20px !important;
		border-radius: 22px 22px 0 0 !important;
	}
	.stitch-customizer-modal__close { top: 14px !important; right: 14px !important; }
	.stitch-modal-header { margin-bottom: 20px !important; padding-right: 48px !important; }
	.stitch-modal-header h2,
	.stitch-customizer-step--choice .stitch-modal-header h2 { font-size: 27px !important; }
	.stitch-customizer-choice-stack,
	.stitch-choice-benefits,
	.stitch-customizer-actions,
	.stitch-logo-assignment-grid,
	.stitch-logo-method-grid,
	.stitch-logo-form-row,
	.stitch-logo-position-row { grid-template-columns: 1fr !important; }
	.stitch-choice-row { min-height: 126px !important; padding-top: 54px !important; }
	.stitch-choice-benefits { gap: 9px !important; }
	.stitch-customizer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; }
	.stitch-placement-card__toggle img,
	.stitch-placement-card__placeholder { height: 118px !important; }
	.stitch-customizer-footer-panel {
		bottom: -20px !important;
		margin: 20px -18px -20px !important;
		padding: 14px 18px calc(16px + env(safe-area-inset-bottom)) !important;
		border-radius: 0 !important;
	}
	.stitch-customizer-actions { gap: 9px !important; }
	.stitch-customizer-primary,
	.stitch-customizer-secondary { min-height: 50px !important; border-radius: 12px !important; }
}

@media (max-width: 430px) {
	.stitch-customizer-grid { grid-template-columns: 1fr !important; }
	.stitch-placement-card__toggle img,
	.stitch-placement-card__placeholder { height: 150px !important; }
}

@media (prefers-reduced-motion: reduce) {
	.stitch-customizer-modal *,
	.stitch-customizer-modal *::before,
	.stitch-customizer-modal *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Product and bundle size guides */
.stitch-builder-order-head .stitch-size-guide-button { margin-right: auto; }
.stitch-bundle-overview__heading { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 14px; }
.stitch-bundle-overview__heading h2 { margin: 0 !important; }

.stitch-size-guide-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	min-height: 34px !important;
	margin: 0 !important;
	padding: 5px 8px !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #51494c !important;
	font: inherit !important;
	font-size: 14px !important;
	font-weight: 650 !important;
	line-height: 1.2 !important;
	text-transform: none !important;
	cursor: pointer !important;
}

.stitch-size-guide-button:hover,
.stitch-size-guide-button:focus-visible { background: #f8eef0 !important; color: #73252a !important; }
.stitch-size-guide-button__arrow { display: inline-flex; width: 18px; height: 18px; color: #9b9194; }
.stitch-size-guide-button__arrow svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.stitch-size-guide-button__icon {
	display: inline-flex;
	width: 20px;
	height: 20px;
	color: currentColor;
}
.stitch-size-guide-button__icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.stitch-size-guide-modal .stitch-customizer-modal__dialog { width: min(768px, 100%) !important; max-width: 768px !important; }
.stitch-customizer-step--size-guide { max-width: none !important; }
.stitch-size-guide-modal__header { margin-bottom: 22px !important; }
.stitch-size-guide-charts { display: grid; gap: 26px; }
.stitch-size-guide-chart {
	min-width: 0;
	padding: 0 0 26px;
	border-bottom: 1px solid #e8e2e3;
}
.stitch-size-guide-chart:last-child { padding-bottom: 0; border-bottom: 0; }
.stitch-size-guide-chart__header { margin: 0 0 12px; }
.stitch-size-guide-chart__header h3 {
	margin: 0 !important;
	color: #171416 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
}
.stitch-size-guide-table-wrap {
	max-width: 100%;
	overflow-x: auto;
	border: 1px solid #ded8da;
	border-radius: 12px;
	background: #fff;
	-webkit-overflow-scrolling: touch;
}
.stitch-size-guide-table-wrap:focus-visible { outline: 3px solid rgba(115,37,42,.18); outline-offset: 2px; }
.stitch-size-guide-table {
	width: 100%;
	min-width: 480px;
	margin: 0 !important;
	border: 0 !important;
	border-spacing: 0 !important;
	border-collapse: separate !important;
	table-layout: auto;
	color: #30292c;
	font-size: 12px;
}
.stitch-size-guide-table th,
.stitch-size-guide-table td {
	min-width: 120px;
	padding: 6px 10px !important;
	border: 0 !important;
	border-right: 1px solid #e7e2e3 !important;
	border-bottom: 1px solid #e7e2e3 !important;
	background: #fff;
	line-height: 1.35 !important;
	text-align: center !important;
	white-space: nowrap;
}
.stitch-size-guide-table tr > :last-child { border-right: 0 !important; }
.stitch-size-guide-table tbody tr:last-child > * { border-bottom: 0 !important; }
.stitch-size-guide-table thead th {
	position: sticky;
	top: 0;
	z-index: 2;
	background: #e7e4e5 !important;
	color: #211b1e !important;
	font-weight: 700 !important;
}
.stitch-size-guide-table tr > :first-child {
	position: sticky;
	left: 0;
	z-index: 1;
	background: #fbfafb;
	font-weight: 750 !important;
}
.stitch-size-guide-table thead tr > :first-child { z-index: 3; background: #ded9db !important; }
.stitch-size-guide-table tbody tr:nth-child(even) td { background: #fcfbfb; }
.stitch-size-guide-chart__note {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 5px;
	margin-top: 14px;
	padding: 13px 14px;
	border-radius: 10px;
	background: #faf7f8;
	color: #554c50;
	font-size: 12px;
	line-height: 1.55;
}
.stitch-size-guide-chart__note strong { color: #211b1e; }
.stitch-size-guide-chart__note p { margin: 0 !important; color: inherit !important; font: inherit !important; }
.stitch-size-guide-chart__image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 90px;
	margin-top: 16px;
	padding: 10px;
}
.stitch-size-guide-chart__image img {
	display: block;
	width: auto !important;
	max-width: min(320px, 100%) !important;
	height: auto !important;
	max-height: 80px !important;
	margin: 0 auto !important;
	object-fit: contain !important;
}

@media (max-width: 767px) {
	.stitch-builder-order-head { flex-wrap: wrap; }
	.stitch-builder-order-head__title { order: 1; }
	.stitch-builder-order-head .stitch-size-guide-button { order: 2; margin-left: auto !important; margin-right: 0 !important; }
	.stitch-builder-order-head__step { order: 3; flex-basis: 100%; }
	.stitch-bundle-overview__heading { align-items: flex-start; }
	.stitch-size-guide-button { font-size: 13px !important; }
	.stitch-size-guide-modal__header h2 { padding-right: 4px; }
	.stitch-size-guide-charts { gap: 22px; }
	.stitch-size-guide-chart { padding-bottom: 22px; }
	.stitch-size-guide-table { min-width: 440px; font-size: 13px; }
	.stitch-size-guide-table th,
	.stitch-size-guide-table td { min-width: 105px; padding: 8px 10px !important; }
	.stitch-size-guide-chart__note { grid-template-columns: 1fr; }
}

/* Smooth interaction motion */
@keyframes stitch-fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes stitch-rise-in {
	from { opacity: 0; transform: translateY(7px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes stitch-expand-in {
	from { opacity: 0; transform: translateY(-6px) scaleY(.985); }
	to { opacity: 1; transform: translateY(0) scaleY(1); }
}

@keyframes stitch-modal-in {
	from { opacity: 0; transform: translateY(16px) scale(.975); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

.stitch-bundle-overview,
.stitch-bundle-group,
.stitch-bundle-status,
.stitch-bundle-action,
.stitch-builder-order-head,
.stitch-builder-panel,
.stitch-selected-colour-strip {
	transition: border-color .22s ease, background-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.stitch-bundle-group:hover { box-shadow: 0 8px 22px rgba(28, 22, 24, .07); }
.stitch-bundle-group__body,
.stitch-bundle-product__options {
	transform-origin: top center;
	animation: stitch-expand-in .24s cubic-bezier(.22, .75, .3, 1) both;
}

.stitch-bundle-product__toggle,
.stitch-bundle-colour,
.stitch-bundle-size,
.stitch-size-guide-button,
.stitch-open-customizer,
.stitch-builder-continue,
.stitch-size-stepper__button,
.stitch-customizer-modal button {
	transition: color .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease, opacity .18s ease, transform .18s ease !important;
}

.stitch-bundle-product__toggle:hover,
.stitch-bundle-colour:hover:not(:disabled),
.stitch-size-guide-button:hover,
.stitch-size-card:not(.is-disabled):hover { transform: translateY(-1px); }

.stitch-bundle-colour:active:not(:disabled),
.stitch-size-guide-button:active,
.stitch-open-customizer:active:not(:disabled),
.stitch-builder-continue:active:not(:disabled),
.stitch-customizer-modal button:active:not(:disabled) { transform: translateY(0) scale(.985) !important; }

.stitch-bundle-product__selection-summary,
.stitch-bundle-product__badge,
.stitch-bundle-size.is-selected,
.stitch-bundle-colour.is-selected {
	animation: stitch-rise-in .2s cubic-bezier(.22, .75, .3, 1) both;
}

.stitch-bundle-progress span,
.stitch-bundle-group__meter > span {
	transition: width .32s cubic-bezier(.22, .75, .3, 1), background-color .2s ease;
}

.stitch-bundle-size button:not(:disabled):hover,
.stitch-size-stepper__button:not(:disabled):hover { background: #fff4ee !important; transform: scale(1.05); }

.stitch-bundle-size input,
.stitch-size-stepper__input { transition: color .18s ease, background-color .18s ease, box-shadow .18s ease; }

.stitch-customizer-modal:not([hidden]) .stitch-customizer-modal__backdrop { animation: stitch-fade-in .2s ease both; }
.stitch-customizer-modal:not([hidden]) .stitch-customizer-modal__dialog { animation: stitch-modal-in .28s cubic-bezier(.2, .8, .25, 1) both; }
.stitch-customizer-modal__body > .stitch-customizer-step { animation: stitch-rise-in .24s cubic-bezier(.22, .75, .3, 1) both; }

.stitch-choice-row:hover,
.stitch-placement-card:hover,
.stitch-logo-assignment-card:hover,
.stitch-logo-method-card:hover { box-shadow: 0 14px 30px rgba(50, 32, 40, .1) !important; }

@media (prefers-reduced-motion: reduce) {
	.stitch-bundle-builder *,
	.stitch-bundle-builder *::before,
	.stitch-bundle-builder *::after,
	.stitch-product-builder *,
	.stitch-product-builder *::before,
	.stitch-product-builder *::after,
	.stitch-customizer-hook *,
	.stitch-customizer-modal *,
	.stitch-customizer-modal *::before,
	.stitch-customizer-modal *::after {
		scroll-behavior: auto !important;
		transition: none !important;
		animation: none !important;
	}
}

/* Image previews, selected-colour summary, and bundle completion card */
.stitch-image-modal .stitch-customizer-modal__dialog {
	width: min(760px, calc(100vw - 32px)) !important;
	max-width: 760px !important;
	padding: 18px !important;
	border-radius: 18px !important;
	background: #fff !important;
}

.stitch-image-modal .stitch-customizer-modal__close {
	top: 10px !important;
	right: 10px !important;
	width: 44px !important;
	height: 44px !important;
	border: 3px solid #fff !important;
	border-radius: 50% !important;
	background: #fff !important;
	color: #211b1e !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .2) !important;
}

.stitch-customizer-step--image-preview { max-width: none !important; }
.stitch-image-preview__stage {
	display: grid;
	place-items: center;
	min-height: min(620px, 70vh);
	overflow: hidden;
	border-radius: 12px;
	background: #fff;
	padding: 34px 10px 10px;
}
.stitch-image-preview__stage img {
	display: block;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: 70vh !important;
	margin: auto !important;
	object-fit: contain !important;
}
.stitch-image-preview__caption {
	margin: 12px 4px 0 !important;
	color: #40383b !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	text-align: center;
}

.stitch-colour-summary {
	display: block !important;
	margin: 18px 0 14px !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 1px solid #f0d7ce !important;
	border-radius: 12px !important;
	background: #fff !important;
	box-shadow: none !important;
}
.stitch-colour-summary__top {
	display: grid !important;
	grid-template-columns: 94px minmax(0, 1fr) auto !important;
	align-items: center !important;
	gap: 16px !important;
	min-height: 102px;
	padding: 0 18px 0 10px !important;
}
.stitch-colour-summary__visual { position: relative; align-self: stretch; display: grid; place-items: center; }
.stitch-colour-summary__badge {
	position: absolute !important;
	top: 8px !important;
	left: 0 !important;
	z-index: 2;
	display: inline-flex !important;
	align-items: center !important;
	gap: 3px !important;
	width: auto !important;
	height: auto !important;
	padding: 3px 7px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #e9faef !important;
	color: #13853c !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}
.stitch-colour-summary__badge span { display: grid; place-items: center; width: 13px; height: 13px; border-radius: 50%; background: #20aa52; color: #fff; font-size: 9px; }
.stitch-colour-summary__media { width: 82px !important; height: 92px !important; padding: 8px 4px 2px !important; }
.stitch-colour-summary__media img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
.stitch-colour-summary__content {
	display: block !important;
	min-width: 0 !important;
	text-align: left !important;
}
.stitch-colour-summary__content h4 { margin: 0 0 5px !important; color: #161214 !important; font-size: 17px !important; font-weight: 700 !important; line-height: 1.3 !important; }
.stitch-colour-summary__content p {
	display: block !important;
	margin: 0 0 7px !important;
	overflow: visible !important;
	color: #9a7478 !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
	text-overflow: clip !important;
	white-space: normal !important;
	word-break: normal !important;
}
.stitch-colour-summary__content a { display: inline-flex !important; gap: 4px; color: #d84d1b !important; font-size: 13px !important; font-weight: 750 !important; text-decoration: underline !important; text-underline-offset: 2px; }
.stitch-colour-summary__price { display: flex; align-items: baseline; gap: 5px; align-self: start; margin-top: 16px; color: #0f0d0e; white-space: nowrap; }
.stitch-colour-summary__price span { font-size: 14px; font-weight: 700; }
.stitch-colour-summary__price strong { font-size: 17px; font-weight: 850; }
.stitch-colour-summary__metrics {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 0 !important;
	padding: 0 !important;
	border-top: 1px solid #eee9ea !important;
	background: #fcfbfb !important;
}
.stitch-colour-summary__metrics > div { display: grid !important; gap: 2px !important; min-width: 0; padding: 11px 14px 12px !important; border-left: 1px solid #eee9ea !important; text-align: center !important; }
.stitch-colour-summary__metrics > div:first-child { border-left: 0 !important; }
.stitch-colour-summary__metrics span { color: #857b7e !important; font-size: 9px !important; font-weight: 750 !important; letter-spacing: .08em; line-height: 1.25 !important; text-transform: uppercase !important; }
.stitch-colour-summary__metrics strong { color: #171315 !important; font-size: 16px !important; font-weight: 850 !important; line-height: 1.2 !important; }
.stitch-colour-summary__metrics small { color: #7e7477 !important; font-size: 11px !important; line-height: 1.25 !important; }
.stitch-builder-panel--colour .stitch-builder-continue:not([disabled]) {
	background: #17a84b !important;
	border-color: #17a84b !important;
	color: #fff !important;
	box-shadow: 0 8px 20px rgba(23, 168, 75, .16) !important;
}
.stitch-builder-panel--colour .stitch-builder-continue:not([disabled]):hover,
.stitch-builder-panel--colour .stitch-builder-continue:not([disabled]):focus-visible { background: #128c3e !important; border-color: #128c3e !important; }

.stitch-bundle-product__header { display: grid; grid-template-columns: 96px minmax(0, 1fr); align-items: stretch; transition: background-color .2s ease; }
.stitch-bundle-product.has-selection > .stitch-bundle-product__header { background: #fff4df !important; }
.stitch-bundle-product.has-selection > .stitch-bundle-product__header:hover { background: #ffeed0 !important; }
.stitch-bundle-product__image-button {
	display: grid !important;
	grid-template-rows: 66px auto !important;
	place-items: center !important;
	gap: 3px !important;
	align-self: center;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 9px 6px !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	cursor: pointer !important;
}
.stitch-bundle-product__image-button:disabled { cursor: default !important; }
.stitch-bundle-product__image { display: block; width: 62px !important; height: 66px !important; }
.stitch-bundle-product__view { color: #ea551b; font-size: 10px; font-weight: 750; line-height: 1.2; text-decoration: underline; text-underline-offset: 2px; }
.stitch-bundle-product__image-button:hover .stitch-bundle-product__view,
.stitch-bundle-product__image-button:focus-visible .stitch-bundle-product__view { color: #b9370b; }
.stitch-bundle-product__header .stitch-bundle-product__toggle { min-width: 0; padding-left: 4px; }
.stitch-bundle-product.is-open > .stitch-bundle-product__header .stitch-bundle-chevron--right { transform: rotate(90deg); }

.stitch-bundle-action { display: grid !important; gap: 14px !important; padding: 0 !important; }
.stitch-bundle-action__status {
	display: grid;
	gap: 5px;
	padding: 20px 18px;
	border: 1px solid #e3dfe0;
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(24, 28, 33, .05);
	color: #969093;
	font-size: 14px;
	text-align: center;
}
.stitch-bundle-action__status strong { color: #ef5b18; font-size: 14px; font-weight: 700; }

@media (max-width: 680px) {
	.stitch-image-modal .stitch-customizer-modal__dialog { width: calc(100vw - 20px) !important; padding: 10px !important; border-radius: 14px !important; }
	.stitch-image-modal .stitch-customizer-modal__close { top: 8px !important; right: 8px !important; }
	.stitch-image-preview__stage { min-height: 55vh; padding-top: 36px; }
	.stitch-colour-summary__top { grid-template-columns: 76px minmax(0, 1fr); gap: 10px !important; padding: 8px 12px 8px 8px !important; }
	.stitch-colour-summary__media { width: 70px !important; height: 84px !important; }
	.stitch-colour-summary__price { grid-column: 2; margin: -4px 0 3px; }
	.stitch-colour-summary__metrics > div { padding: 9px 5px 10px !important; }
	.stitch-colour-summary__metrics strong { font-size: 13px !important; }
	.stitch-colour-summary__metrics small { font-size: 9px !important; }
	.stitch-bundle-product__header { grid-template-columns: 82px minmax(0, 1fr); }
	.stitch-bundle-product__image-button { padding-right: 2px !important; padding-left: 2px !important; }
	.stitch-bundle-product__header .stitch-bundle-product__toggle { padding-left: 2px; }
}

/* Bundle completion and group-by-group customization */
.stitch-bundle-group.is-complete .stitch-bundle-group__count small,
.stitch-bundle-group.is-complete .stitch-bundle-group__count strong { color: #2f8b3d !important; }
.stitch-bundle-group.is-complete .stitch-bundle-group__toggle { box-shadow: inset 0 -5px 0 #2f8b3d; }
.stitch-bundle-overview:has(+ .stitch-bundle-groups .stitch-bundle-group.is-complete) > strong span { transition: color .2s ease; }
.stitch-bundle-completion { display: grid; gap: 14px; margin: 14px 0 0; animation: stitch-rise-in .25s ease both; }
.stitch-bundle-review {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 15px 18px;
	border: 1px solid #d5ead8;
	border-radius: 10px;
	background: #eff9f0;
	color: #2c8238;
}
.stitch-bundle-review__check { display: grid; place-items: center; width: 23px; height: 23px; flex: 0 0 23px; border-radius: 50%; background: #2f9140; color: #fff; }
.stitch-bundle-review__check svg,
.stitch-bundle-customization-group__complete svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.stitch-bundle-review > span:last-child { display: grid; gap: 2px; min-width: 0; }
.stitch-bundle-review strong { color: #287b34; font-size: 15px; }
.stitch-bundle-review small { overflow: visible; color: #609a68; font-size: 11px; line-height: 1.4; text-overflow: clip; white-space: normal; }
.stitch-bundle-completion__totals { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border: 1px solid #e3e4e5; border-radius: 10px; background: #fff; }
.stitch-bundle-completion__totals > div { display: grid; gap: 4px; padding: 17px; border-left: 1px solid #e8e8e8; text-align: center; }
.stitch-bundle-completion__totals > div:first-child { border-left: 0; }
.stitch-bundle-completion__totals strong { color: #222; font-size: 23px; font-weight: 850; }
.stitch-bundle-completion__totals span { color: #8c8c8c; font-size: 10px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.stitch-bundle-action .stitch-open-customizer:not(:disabled) { border-color: #ff6815 !important; background: #ff6815 !important; color: #fff !important; box-shadow: 0 10px 24px rgba(255, 104, 21, .22) !important; }
.stitch-bundle-action .stitch-open-customizer:not(:disabled):hover,
.stitch-bundle-action .stitch-open-customizer:not(:disabled):focus-visible { border-color: #e9570b !important; background: #e9570b !important; }

.stitch-bundle-customization-modal .stitch-customizer-modal__dialog { width: min(800px, calc(100vw - 32px)) !important; max-width: 800px !important; background: #f8f8f8 !important; }
.stitch-customizer-step--bundle-groups { max-width: none !important; }
.stitch-bundle-customization-groups { display: grid; gap: 14px; margin: 8px 0 24px; }
.stitch-bundle-customization-group {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 18px !important;
	width: 100% !important;
	min-height: 78px !important;
	margin: 0 !important;
	padding: 16px 20px !important;
	border: 1px solid #d8d4d5 !important;
	border-radius: 12px !important;
	background: #fff !important;
	color: #1d191b !important;
	box-shadow: 0 3px 10px rgba(23, 17, 20, .04) !important;
	text-align: left !important;
}
.stitch-bundle-customization-group:hover,
.stitch-bundle-customization-group:focus-visible { border-color: #ff5b2b !important; box-shadow: 0 8px 24px rgba(64, 36, 42, .09) !important; transform: translateY(-1px); }
.stitch-bundle-customization-group.is-complete { border-color: #b9dfc0 !important; background: #f7fcf8 !important; }
.stitch-bundle-customization-group > span:first-child { display: grid; gap: 5px; min-width: 0; }
.stitch-bundle-customization-group strong { color: #171416; font-size: 18px; font-weight: 850; }
.stitch-bundle-customization-group small { color: #777074; font-size: 12px; line-height: 1.4; white-space: normal; }
.stitch-bundle-customization-group__complete { display: inline-flex; align-items: center; gap: 6px; color: #24913e; font-size: 11px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.stitch-bundle-customization-group__complete svg { padding: 2px; border-radius: 50%; background: #29a949; color: #fff; }
.stitch-bundle-customization-group__arrow { color: #8f898c; font-size: 30px; line-height: 1; }
.stitch-customizer-step--bundle-groups .stitch-customizer-footer-panel { display: grid; grid-template-columns: 1fr minmax(220px, 320px); align-items: center; gap: 18px; }
.stitch-customizer-step--bundle-groups .stitch-customizer-summary { margin: 0 !important; color: #71696d !important; }

.stitch-placement-card { position: relative; }
.stitch-placement-card__fee { position: absolute; top: 8px; right: 8px; z-index: 4; padding: 4px 7px; border-radius: 999px; background: #e9f8ed; color: #20833a; font-size: 10px; font-weight: 850; box-shadow: 0 2px 6px rgba(0,0,0,.08); }
.stitch-placement-card__fee.is-paid { background: #fff1e9; color: #db4f1b; }

.stitch-customizer-step--review { max-width: none !important; }
.stitch-customization-review { display: grid; gap: 22px; }
.stitch-customization-review__group { padding-bottom: 18px; border-bottom: 1px solid #e4dfe1; }
.stitch-customization-review__group:last-child { padding-bottom: 0; border-bottom: 0; }
.stitch-customization-review__group h3 { margin: 0 0 12px !important; color: #171416 !important; font-size: 19px !important; font-weight: 850 !important; }
.stitch-customization-review__row { display: grid; grid-template-columns: 70px minmax(0, 1fr) 70px; align-items: center; gap: 14px; padding: 11px 0; border-top: 1px solid #eee9eb; }
.stitch-customization-review__row:first-of-type { border-top: 0; }
.stitch-customization-review__image { display: grid; place-items: center; width: 70px; height: 70px; overflow: hidden; border-radius: 9px; background: #fff; }
.stitch-customization-review__image img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
.stitch-customization-review__row > span:last-child { display: grid; gap: 4px; }
.stitch-customization-review__row strong { color: #1b1719; font-size: 15px; }
.stitch-customization-review__row small { color: #6e666a; font-size: 12px; }
.stitch-customization-review__logo { display: grid; place-items: center; width: 70px; height: 58px; overflow: hidden; border: 1px solid #e4dfe1; border-radius: 8px; background: #fff; }
.stitch-customization-review__logo img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
.stitch-customization-review__logo--text { padding: 7px; background: var(--stitch-text-logo-background, #f3f4f6); color: var(--stitch-text-logo-colour, #4e4448); font-size: 9px; font-style: normal; font-weight: 750; line-height: 1.3; text-align: center; }
.stitch-customization-review__logo--text.stitch-text-is-italic { font-style: italic !important; }
.stitch-customization-review__total { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 20px 0; padding: 16px 18px; border-radius: 11px; background: #f1e9eb; color: #4c4246; }
.stitch-customization-review__total strong { color: #73252a; font-size: 19px; }

@media (max-width: 680px) {
	.stitch-bundle-customization-modal .stitch-customizer-modal__dialog { width: calc(100vw - 18px) !important; padding: 24px 16px 18px !important; }
	.stitch-bundle-customization-group { min-height: 70px !important; padding: 13px 14px !important; }
	.stitch-bundle-customization-group strong { font-size: 15px; }
	.stitch-bundle-customization-group__complete { font-size: 9px; }
	.stitch-customizer-step--bundle-groups .stitch-customizer-footer-panel { grid-template-columns: 1fr; }
	.stitch-customization-review__row { grid-template-columns: 58px minmax(0, 1fr) 54px; }
	.stitch-customization-review__image { width: 58px; height: 58px; }
	.stitch-customization-review__logo { width: 54px; height: 50px; }
}
