.order-submit.is-loading {
	cursor: progress;
	opacity: 1;
}

.order-submit-default,
.order-submit-loading {
	display: inline-flex;
	min-width: 0;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
}

.order-field-label {
	display: grid;
	min-width: 0;
	gap: 0.1rem;
	line-height: 1.35;
}

.order-field-label > span {
	display: block;
	min-width: 0;
	font-size: 1rem;
	font-weight: 700;
}

.order-field-label > small {
	display: block;
	color: var(--muted);
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 1.35;
}

.order-required {
	margin-inline-start: 0.12rem;
	color: var(--red);
}

.checkout-section-heading > a {
	display: grid;
	flex: 0 0 auto;
	gap: 0.05rem;
	line-height: 1.25;
	text-align: right;
}

.checkout-section-heading > a small {
	color: var(--muted);
	font-size: 0.58rem;
	font-weight: 550;
}

.order-submit-copy {
	display: grid;
	min-width: 0;
	gap: 0.05rem;
	line-height: 1.25;
	text-align: center;
}

.order-submit-copy > span {
	font-size: 1rem;
	font-weight: 700;
}

.order-submit-copy > small {
	font-size: 0.75rem;
	font-weight: 600;
	opacity: 0.88;
}

.order-submit .inline-icon,
.order-submit-spinner {
	flex: 0 0 auto;
}

.stitch-order-form input,
.stitch-order-form textarea {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.stitch-order-form input::placeholder,
.stitch-order-form textarea::placeholder {
	color: #8c7d73;
	font-weight: 400;
	opacity: 1;
}

.order-confirm-note strong {
	font-size: 1rem;
	line-height: 1.35;
}

.order-confirm-note p {
	font-size: 0.92rem;
	font-weight: 400;
	line-height: 1.55;
}

.order-confirm-note p[lang="en"] {
	font-size: 0.84rem;
	font-weight: 400;
}

.checkout-costs > .checkout-delivery-cost {
	margin-top: 0.2rem;
	padding: 0.8rem;
	border: 1px solid rgba(146, 0, 18, 0.22);
	border-radius: 0.8rem;
	background: #fff4cf;
}

.checkout-costs > .checkout-delivery-cost > span {
	font-size: 0.82rem;
	font-weight: 750;
}

.checkout-costs > .checkout-delivery-cost small {
	display: block;
	margin-top: 0.1rem;
	font-size: 0.68rem;
}

.checkout-costs > .checkout-delivery-cost > strong {
	color: var(--red);
	font-size: 1.25rem;
}

.order-consent {
	gap: 0.85rem !important;
	padding: 1rem;
}

.order-consent-copy {
	display: grid;
	min-width: 0;
	gap: 0.35rem;
}

.order-consent-copy > span {
	font-size: 0.94rem;
	font-weight: 600;
	line-height: 1.5;
}

.order-consent-copy > small {
	display: block;
	color: var(--muted);
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 1.5;
}

.order-submit-spinner {
	width: 1rem;
	height: 1rem;
	border: 2px solid rgba(255, 255, 255, 0.45);
	border-top-color: #fff;
	border-radius: 50%;
	animation: order-submit-spin 0.75s linear infinite;
}

.order-submit-status {
	margin: 0.65rem 0 0;
	color: var(--muted);
	font-size: 0.68rem;
	line-height: 1.45;
	text-align: center;
}

.order-submit-status > span,
.order-submit-status > small {
	display: block;
}

.order-submit-status > small {
	font-size: 0.62rem;
}

.order-page-heading {
	margin-bottom: 1.25rem;
}

.is-cart-empty .order-page-heading {
	max-width: 42rem;
	margin-inline: auto;
	text-align: center;
}

.checkout-start {
	display: grid;
	gap: 1rem;
	max-width: 62rem;
	margin-inline: auto;
}

.checkout-start-card {
	display: grid;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 1.25rem;
	background: #fff;
	box-shadow: 0 0.75rem 2rem rgba(61, 36, 31, 0.1);
}

.checkout-start-media {
	position: relative;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	background: var(--soft);
	aspect-ratio: 4 / 3;
}

.checkout-start-media > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.checkout-start-media figcaption {
	position: absolute;
	bottom: 0.85rem;
	left: 0.85rem;
	display: grid;
	padding: 0.45rem 0.7rem;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 0.75rem;
	background: rgba(47, 29, 25, 0.78);
	color: #fff;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1.25;
	backdrop-filter: blur(0.4rem);
}

.checkout-start-media figcaption small {
	font-size: 0.58rem;
	font-weight: 500;
	opacity: 0.82;
}

.checkout-start-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 1.25rem;
}

.checkout-start-kicker {
	margin: 0 0 0.55rem;
	color: var(--red);
	font-size: 0.66rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.checkout-start-kicker span {
	color: var(--muted);
	font-weight: 550;
}

.checkout-start-copy h2 {
	margin: 0;
	font-size: clamp(1.75rem, 8vw, 2.4rem);
	letter-spacing: -0.025em;
}

.checkout-start-copy h2 strong {
	color: var(--red);
	white-space: nowrap;
}

.checkout-start-english {
	margin: 0.3rem 0 0;
	color: var(--muted);
	font-size: 0.82rem;
	font-weight: 550;
}

.checkout-start-copy > p:not(.checkout-start-kicker, .checkout-start-english, .checkout-start-reassurance) {
	margin: 0.9rem 0 1.1rem;
	color: var(--muted);
	font-size: 0.88rem;
	line-height: 1.65;
}

.checkout-start-button {
	width: 100%;
	gap: 0.65rem;
	border-radius: 999px;
}

.checkout-start-button .inline-icon {
	flex: 0 0 auto;
	width: 1.15rem;
	height: 1.15rem;
}

.checkout-start-button > span {
	display: grid;
	line-height: 1.2;
	text-align: left;
}

.checkout-start-button strong {
	font-size: 0.92rem;
}

.checkout-start-button small {
	font-size: 0.66rem;
	font-weight: 550;
	opacity: 0.85;
}

.checkout-start-reassurance {
	width: 100%;
	margin: 0.65rem 0 0;
	color: var(--muted);
	font-size: 0.62rem;
	line-height: 1.4;
	text-align: center;
}

.checkout-start-reassurance span {
	white-space: nowrap;
}

.checkout-start-process {
	padding: 1rem;
	border: 1px solid var(--line);
	border-radius: 1rem;
	background: var(--cream);
}

.checkout-start-process h3 {
	margin: 0 0 0.75rem;
	font-size: 1rem;
}

.checkout-start-steps {
	display: grid;
	gap: 0.65rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.checkout-start-steps li {
	display: grid;
	grid-template-columns: 2.5rem minmax(0, 1fr);
	align-items: center;
	gap: 0.75rem;
	min-width: 0;
	padding: 0.75rem;
	border: 1px solid rgba(230, 212, 171, 0.85);
	border-radius: 0.9rem;
	background: rgba(255, 255, 255, 0.82);
}

.checkout-start-step-icon,
.checkout-start-step-number {
	display: grid;
	place-items: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0.65rem;
	border-radius: 50%;
	background: #fff0f2;
	color: var(--red);
}

.checkout-start-step-number {
	font-size: 0.78rem;
	font-weight: 800;
}

.checkout-start-steps li > span,
.checkout-start-steps strong,
.checkout-start-steps small {
	display: block;
	min-width: 0;
}

.checkout-start-steps strong {
	font-size: 0.76rem;
}

.checkout-start-steps small {
	color: var(--muted);
	font-size: 0.62rem;
	font-weight: 500;
	line-height: 1.3;
}

.checkout-start-dishes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.55rem;
}

.checkout-start-dishes a {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 0.85rem;
	background: #fff;
	color: var(--ink);
	text-decoration: none;
	box-shadow: 0 0.25rem 0.85rem rgba(61, 36, 31, 0.06);
}

.checkout-start-dishes img {
	display: block;
	width: 100%;
	background: var(--soft);
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.checkout-start-dishes a > span {
	display: block;
	min-width: 0;
	padding: 0.55rem;
}

.checkout-start-dishes strong {
	display: -webkit-box;
	overflow: hidden;
	font-size: 0.66rem;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.checkout-start-dishes small {
	display: none;
	color: var(--muted);
	font-size: 0.58rem;
	font-weight: 500;
	line-height: 1.35;
}

.checkout-start-dishes a:hover,
.checkout-start-dishes a:focus-visible {
	border-color: var(--red);
	box-shadow: 0 0.4rem 1.15rem rgba(146, 0, 18, 0.12);
}

@media (max-width: 43.6875rem) {
	.stitch-order-form {
		gap: 0.8rem;
	}

	.stitch-order-form input {
		min-height: 2.9rem;
		padding: 0.6rem 0.75rem;
	}

	.stitch-order-form textarea {
		min-height: 4.5rem;
		padding: 0.65rem 0.75rem;
	}

	.delivery-address-field {
		margin-bottom: 0;
	}

	.order-page .order-checkout-container {
		width: calc(100vw - 2.5rem);
		max-width: calc(100vw - 2.5rem);
	}

	.checkout-start,
	.checkout-start-card,
	.checkout-start-copy {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.checkout-start-copy {
		padding: 1.1rem;
	}

	.checkout-start-copy h2 {
		font-size: clamp(1.7rem, 8vw, 2.1rem);
		overflow-wrap: anywhere;
	}

	.checkout-start-copy h2 strong {
		white-space: normal;
	}

	.checkout-start-copy > p,
	.checkout-start-button {
		max-width: 100%;
		overflow-wrap: anywhere;
	}
}

@media (min-width: 32.5rem) {
	.checkout-start-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.checkout-start-steps li {
		grid-template-columns: 2.3rem minmax(0, 1fr);
		gap: 0.6rem;
	}

	.checkout-start-step-icon,
	.checkout-start-step-number {
		width: 2.3rem;
		height: 2.3rem;
		padding: 0.6rem;
	}
}

@media (min-width: 43.75rem) {
	.checkout-start-steps {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.checkout-start-card {
		grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
	}

	.checkout-start-media {
		min-height: 25rem;
		aspect-ratio: auto;
	}

	.checkout-start-copy {
		padding: clamp(1.5rem, 4vw, 2.5rem);
	}

	.checkout-start-button {
		width: auto;
		min-width: 14rem;
	}

	.checkout-start-dishes {
		gap: 0.85rem;
	}

	.checkout-start-dishes a > span {
		padding: 0.7rem;
	}

	.checkout-start-dishes strong {
		font-size: 0.75rem;
	}

	.checkout-start-dishes small {
		display: block;
		margin-top: 0.1rem;
	}
}

@keyframes order-submit-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.order-submit-spinner {
		animation-duration: 1.5s;
	}
}

.order-success-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
}

.order-history-container {
	max-width: 52rem;
}

.order-history-heading {
	margin-bottom: 1.25rem;
}

.order-history-notice {
	margin-bottom: 1rem;
}

.order-history-list {
	display: grid;
	gap: 1rem;
}

.order-history-card,
.order-history-empty {
	padding: 1rem;
	border: 1px solid var(--line);
	border-radius: 1rem;
	background: var(--paper);
	box-shadow: 0 0.5rem 1.5rem rgba(67, 45, 22, 0.06);
}

.order-history-empty {
	text-align: center;
}

.order-reminder-page-card {
	max-width: 42rem;
	margin-inline: auto;
}

.order-reminder-page-card > p:last-child {
	margin-bottom: 0;
}

.order-history-card-head,
.order-history-total,
.order-history-items li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
}

.order-history-card h2 {
	margin: 0.15rem 0 0;
	font-size: 1.1rem;
}

.order-history-date {
	margin: 0;
	color: var(--muted);
	font-size: 0.72rem;
}

.order-status {
	display: inline-flex;
	padding: 0.35rem 0.55rem;
	border-radius: 999px;
	background: #fff3d8;
	color: #795500;
	font-size: 0.68rem;
	font-weight: 700;
	text-align: center;
}

.order-status-completed {
	background: #e5f5e9;
	color: #176b32;
}

.order-status-cancelled {
	background: #fbe8e8;
	color: #9a2525;
}

.order-history-items {
	display: grid;
	gap: 0.6rem;
	margin: 1rem 0;
	padding: 0;
	list-style: none;
}

.order-history-items li {
	padding-bottom: 0.6rem;
	border-bottom: 1px dashed var(--line);
}

.notice-info {
	background: #eef5fb;
	color: #245477;
}

.order-history-items small {
	display: block;
	margin-top: 0.15rem;
	color: var(--muted);
}

.order-history-total {
	align-items: center;
	font-size: 1rem;
}

.order-reminder-box {
	margin-top: 1rem;
	padding: 0.85rem;
	border-radius: 0.75rem;
	background: #fff8e8;
}

.order-reminder-box p {
	margin: 0 0 0.4rem;
}

.order-reminder-help {
	color: var(--muted);
	font-size: 0.72rem;
	line-height: 1.5;
}

.order-reminder-box form {
	margin-top: 0.75rem;
}

.order-reminder-box .button {
	width: 100%;
}

@media (min-width: 48rem) {
	.order-history-card,
	.order-history-empty {
		padding: 1.4rem;
	}

	.order-reminder-box .button {
		width: auto;
	}
}
