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

.stitch-shortcode-form--customized .single_add_to_cart_button,
.single-product form.cart.stitch-customizer-enabled .quantity {
	display: none !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: 18px;
	font-weight: 800;
}

.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;
	font-size: 20px;
	font-weight: 800;
}

.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: 44px;
	height: 44px;
	object-fit: contain;
}

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

.stitch-colour-card__view {
	color: #f26419;
	font-size: 13px;
	font-weight: 700;
	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: 700;
	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: 800;
}

.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: 700;
	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: 800;
}

.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: 800;
	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: 800;
}

.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: 800;
}

.stitch-selected-colour-strip__change {
	border: 0;
	background: transparent;
	color: #f26419;
	font-size: 14px;
	font-weight: 700;
	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: 800;
	line-height: 1;
}

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

.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: 700;
}

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

.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: 800;
}

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

.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: 700;
	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: 30px 30px 26px;
	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: 800;
	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: 700;
	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__toggle img,
.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: 800;
	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: 700;
}

.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: 800;
	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: 24px;
	}

	.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 {
	font-size: 21px;
	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: cover;
	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: 800;
}

.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: 800;
}

.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: 900;
	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: 18px;
	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: 700;
}

.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: 28px;
	}

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

/* 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: "Montserrat", "Poppins", "Segoe UI", sans-serif !important;
	font-size: 16px !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,
.stitch-customizer-modal label {
	font-family: "Montserrat", "Poppins", "Segoe UI", sans-serif !important;
	font-size: 16px !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: 16px !important;
	font-weight: 800 !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: 74px !important;
	grid-template-columns: 44px 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: 44px !important;
	height: 44px !important;
}

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

.stitch-colour-card__name {
	min-width: 0 !important;
	overflow: hidden !important;
	font-weight: 800 !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.stitch-colour-card__view {
	justify-self: end !important;
	color: #f26419 !important;
	font-weight: 800 !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: 800 !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: 800 !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: 800 !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: 800 !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;
	}
}
