:root {
	--qrmm-checkout-primary: #e61334;
	--qrmm-checkout-primary-hover: #c90f2d;
	--qrmm-checkout-primary-soft: rgba(230, 19, 52, 0.08);
	--qrmm-checkout-bg: #fff;
	--qrmm-checkout-surface: #fff;
	--qrmm-checkout-soft: #f6f6f6;
	--qrmm-checkout-text: #191919;
	--qrmm-checkout-muted: #6b7280;
	--qrmm-checkout-border: #e5e7eb;
	--qrmm-checkout-border-strong: #d1d5db;
}
/* stylelint-disable no-descending-specificity */

body.qrmm-checkout-page-enabled {
	overflow-x: hidden;
	background: linear-gradient(90deg, #fff 0 56%, #f7f7f7 56% 100%);
}

body.qrmm-checkout-page-enabled #payment,
body.qrmm-checkout-page-enabled .woocommerce-checkout-payment,
body.qrmm-checkout-page-enabled .woocommerce-checkout-review-order,
body.qrmm-checkout-page-enabled .woocommerce-checkout-review-order-table {
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--qrmm-checkout-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.qrmm-checkout-page-enabled #payment ul.payment_methods,
body.qrmm-checkout-page-enabled .woocommerce-checkout-payment ul.payment_methods {
	display: grid;
	gap: 10px;
	margin: 0;
	border: 0;
	padding: 0;
}

body.qrmm-checkout-page-enabled #payment ul.payment_methods li.wc_payment_method,
body.qrmm-checkout-page-enabled .woocommerce-checkout-payment ul.payment_methods li.wc_payment_method {
	display: grid;
	gap: 8px;
	margin: 0;
	border: 1px solid var(--qrmm-checkout-border);
	border-radius: 10px;
	background: #fff;
	padding: 14px;
	color: var(--qrmm-checkout-text);
	list-style: none;
}

body.qrmm-checkout-page-enabled #payment ul.payment_methods li.wc_payment_method > input[type="radio"],
body.qrmm-checkout-page-enabled .woocommerce-checkout-payment ul.payment_methods li.wc_payment_method > input[type="radio"] {
	width: 16px;
	height: 16px;
	margin: 2px 8px 0 0;
	accent-color: var(--qrmm-checkout-primary);
}

body.qrmm-checkout-page-enabled #payment ul.payment_methods li.wc_payment_method > label,
body.qrmm-checkout-page-enabled .woocommerce-checkout-payment ul.payment_methods li.wc_payment_method > label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: var(--qrmm-checkout-text);
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

body.qrmm-checkout-page-enabled #payment ul.payment_methods li.wc_payment_method > label::before,
body.qrmm-checkout-page-enabled #payment ul.payment_methods li.wc_payment_method > label::after,
body.qrmm-checkout-page-enabled .woocommerce-checkout-payment ul.payment_methods li.wc_payment_method > label::before,
body.qrmm-checkout-page-enabled .woocommerce-checkout-payment ul.payment_methods li.wc_payment_method > label::after {
	display: none !important;
	content: none !important;
}

body.qrmm-checkout-page-enabled #payment div.payment_box,
body.qrmm-checkout-page-enabled .woocommerce-checkout-payment div.payment_box {
	margin: 8px 0 0;
	border: 0;
	border-radius: 8px;
	background: #f7f7f7;
	color: var(--qrmm-checkout-muted);
	font-size: 13px;
	font-weight: 560;
	line-height: 1.45;
	padding: 12px;
}

body.qrmm-checkout-page-enabled .woocommerce-checkout,
body.qrmm-checkout-page-enabled form.checkout,
body.qrmm-checkout-page-enabled .wp-block-woocommerce-checkout,
body.qrmm-checkout-page-enabled .qrmm-checkout-topbar,
body.qrmm-checkout-page-enabled .qrmm-checkout-context,
body.qrmm-checkout-page-enabled .qrmm-checkout-section,
body.qrmm-checkout-page-enabled .qrmm-checkout-order,
body.qrmm-checkout-page-enabled .qrmm-checkout-modal,
body.qrmm-checkout-page-enabled .qrmm-checkout-topbar *,
body.qrmm-checkout-page-enabled .qrmm-checkout-context *,
body.qrmm-checkout-page-enabled .qrmm-checkout-section *,
body.qrmm-checkout-page-enabled .qrmm-checkout-order *,
body.qrmm-checkout-page-enabled .qrmm-checkout-modal * {
	box-sizing: border-box;
}

body.qrmm-checkout-page-enabled .woocommerce-checkout,
body.qrmm-checkout-page-enabled form.checkout,
body.qrmm-checkout-page-enabled .wp-block-woocommerce-checkout,
body.qrmm-checkout-page-enabled .qrmm-checkout-topbar,
body.qrmm-checkout-page-enabled .qrmm-checkout-context,
body.qrmm-checkout-page-enabled .qrmm-checkout-section,
body.qrmm-checkout-page-enabled .qrmm-checkout-order,
body.qrmm-checkout-page-enabled .qrmm-checkout-modal,
body.qrmm-checkout-page-enabled .qrmm-checkout-topbar button,
body.qrmm-checkout-page-enabled .qrmm-checkout-context button,
body.qrmm-checkout-page-enabled .qrmm-checkout-section button,
body.qrmm-checkout-page-enabled .qrmm-checkout-order button,
body.qrmm-checkout-page-enabled .qrmm-checkout-modal button,
body.qrmm-checkout-page-enabled .qrmm-checkout-context input,
body.qrmm-checkout-page-enabled .qrmm-checkout-section input,
body.qrmm-checkout-page-enabled .qrmm-checkout-modal input,
body.qrmm-checkout-page-enabled .qrmm-checkout-context select,
body.qrmm-checkout-page-enabled .qrmm-checkout-section select,
body.qrmm-checkout-page-enabled .qrmm-checkout-modal select,
body.qrmm-checkout-page-enabled .qrmm-checkout-context textarea,
body.qrmm-checkout-page-enabled .qrmm-checkout-section textarea,
body.qrmm-checkout-page-enabled .qrmm-checkout-modal textarea {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.qrmm-checkout-page-enabled .wp-site-blocks {
	background: linear-gradient(90deg, #fff 0 56%, #f7f7f7 56% 100%);
}

body.qrmm-checkout-page-enabled main,
body.qrmm-checkout-page-enabled .entry-content,
body.qrmm-checkout-page-enabled .wp-block-post-content {
	width: min(1280px, calc(100% - 48px));
	max-width: none;
	margin-inline: auto;
}

body.qrmm-checkout-page-enabled .wp-block-post-title,
body.qrmm-checkout-page-enabled h1.entry-title {
	display: none;
}

body.qrmm-checkout-page-enabled .woocommerce-billing-fields > h3[hidden],
body.qrmm-checkout-page-enabled .woocommerce-additional-fields > h3[hidden] {
	display: none !important;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-topbar {
	position: relative;
	left: 50%;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(180px, 1fr) auto minmax(44px, 1fr);
	align-items: center;
	gap: 24px;
	width: 100vw;
	max-width: none !important;
	min-height: 72px;
	margin-top: -20px !important;
	margin-right: -50vw !important;
	margin-left: -50vw !important;
	overflow: clip;
	border-bottom: 1px solid var(--qrmm-checkout-border);
	background: #fff;
	padding: 0 max(24px, calc((100vw - 1280px) / 2));
}

body.qrmm-checkout-page-enabled .qrmm-checkout-brand,
body.qrmm-checkout-page-enabled .qrmm-checkout-cart-link {
	color: #191919;
	text-decoration: none;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: max-content;
	min-width: max-content;
	font-size: 18px;
	font-weight: 760;
	letter-spacing: 0;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-brand__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	background: var(--qrmm-checkout-primary);
	color: #fff;
	font-size: 15px;
	font-weight: 820;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-steps {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	overflow: hidden;
	min-width: max-content;
	border: 1px solid var(--qrmm-checkout-border);
	border-radius: 999px;
	background: #f7f7f7;
	padding: 4px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-steps span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 34px;
	border-radius: 999px;
	color: var(--qrmm-checkout-muted);
	font-size: 13px;
	font-weight: 700;
	padding: 0 13px;
	white-space: nowrap;
	flex-shrink: 0;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-steps b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 999px;
	background: #e5e7eb;
	color: #4b5563;
	font-size: 11px;
	font-weight: 800;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-steps .is-active {
	background: #fff;
	color: #191919;
	box-shadow: 0 1px 4px rgba(17, 24, 39, 0.08);
}

body.qrmm-checkout-page-enabled .qrmm-checkout-steps .is-active b,
body.qrmm-checkout-page-enabled .qrmm-checkout-steps .is-complete b {
	background: var(--qrmm-checkout-primary);
	color: #fff;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-cart-link {
	justify-self: end;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: #f5f5f5;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-cart-link svg {
	width: 19px;
	height: 19px;
	color: var(--qrmm-checkout-primary);
}

body.qrmm-checkout-page-enabled .wc-block-components-sidebar-layout,
body.qrmm-checkout-page-enabled .wp-block-woocommerce-checkout {
	width: 100%;
}

body.qrmm-checkout-page-enabled .wc-block-components-sidebar-layout {
	display: grid !important;
	grid-template-columns: minmax(660px, 1fr) minmax(390px, 430px);
	align-items: start;
	gap: clamp(36px, 5.5vw, 84px);
	position: relative;
	margin-top: 24px;
}

body.qrmm-checkout-page-enabled form.checkout {
	display: grid !important;
	grid-template-columns: minmax(660px, 1fr) minmax(390px, 430px);
	align-items: start;
	gap: clamp(36px, 5.5vw, 84px);
	position: relative;
	margin-top: 24px;
}

body.qrmm-checkout-page-enabled form.checkout > :not(.checkout-order-review) {
	grid-column: 1;
	min-width: 0;
}

body.qrmm-checkout-page-enabled form.checkout > .checkout-order-review {
	position: sticky;
	top: 28px;
	grid-column: 2;
	grid-row: 1 / span 8;
	min-width: 0;
}

body.qrmm-checkout-page-enabled .wc-block-components-main,
body.qrmm-checkout-page-enabled .wc-block-checkout__main {
	width: 100% !important;
	max-width: none !important;
	padding-right: 0 !important;
}

body.qrmm-checkout-page-enabled .wc-block-components-sidebar,
body.qrmm-checkout-page-enabled .wc-block-checkout__sidebar {
	position: sticky !important;
	top: 28px;
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding-left: clamp(24px, 3vw, 48px) !important;
	align-self: start;
}

body.qrmm-checkout-page-enabled .wc-block-checkout__main,
body.qrmm-checkout-page-enabled .wc-block-components-main,
body.qrmm-checkout-page-enabled form.checkout {
	min-width: 0;
}

body.qrmm-checkout-page-enabled .wc-block-checkout__sidebar,
body.qrmm-checkout-page-enabled .wc-block-components-sidebar,
body.qrmm-checkout-page-enabled [id="order_review"] {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #191919;
	overflow: hidden;
}

body.qrmm-checkout-page-enabled .wp-block-woocommerce-checkout-order-summary-block {
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.qrmm-checkout-page-enabled .wc-block-store-notices {
	margin-bottom: 12px;
}

body.qrmm-checkout-page-enabled .wc-block-components-notice-banner {
	min-height: 48px;
	border: 1px solid #c7ead2;
	border-radius: 12px;
	background: #f2fbf5;
	padding: 10px 14px;
}

body.qrmm-checkout-page-enabled .wc-block-components-title,
body.qrmm-checkout-page-enabled .wc-block-components-checkout-step__title,
body.qrmm-checkout-page-enabled [id="order_review_heading"],
body.qrmm-checkout-page-enabled .woocommerce-billing-fields h3,
body.qrmm-checkout-page-enabled .woocommerce-checkout h3 {
	color: #191919;
	font-size: 19px;
	font-weight: 720;
	letter-spacing: 0;
	line-height: 1.15;
}

body.qrmm-checkout-page-enabled .wc-block-components-checkout-step,
body.qrmm-checkout-page-enabled .wc-block-checkout__payment-method,
body.qrmm-checkout-page-enabled .woocommerce-billing-fields,
body.qrmm-checkout-page-enabled .woocommerce-additional-fields,
body.qrmm-checkout-page-enabled .woocommerce-checkout-payment {
	border: 0;
	border-bottom: 1px solid var(--qrmm-checkout-border);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	margin: 0;
	padding: 24px 0 !important;
}

body.qrmm-checkout-page-enabled .wc-block-checkout__order-notes:not(.qrmm-checkout-note-merged) {
	display: none !important;
}

body.qrmm-checkout-page-enabled .wc-block-components-checkout-step__heading,
body.qrmm-checkout-page-enabled .wc-block-components-checkout-step__heading-container {
	margin: 0 0 14px;
}

body.qrmm-checkout-page-enabled .wc-block-components-checkout-step__description,
body.qrmm-checkout-page-enabled .wc-block-components-checkout-step__heading-content {
	color: var(--qrmm-checkout-muted);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}

body.qrmm-checkout-page-enabled .wc-block-components-text-input input,
body.qrmm-checkout-page-enabled .wc-block-components-combobox-control input,
body.qrmm-checkout-page-enabled .wc-block-components-country-input input,
body.qrmm-checkout-page-enabled .wc-block-components-state-input input,
body.qrmm-checkout-page-enabled .wc-block-components-form .wc-block-components-text-input input,
body.qrmm-checkout-page-enabled .woocommerce form .form-row input.input-text,
body.qrmm-checkout-page-enabled .woocommerce form .form-row textarea,
body.qrmm-checkout-page-enabled .woocommerce form .form-row select,
body.qrmm-checkout-page-enabled .qrmm-checkout-context select {
	box-sizing: border-box;
	min-height: 46px;
	border: 1px solid var(--qrmm-checkout-border);
	border-radius: 10px;
	background: #fff;
	color: #191919;
	font: inherit;
	font-size: 15px;
	font-weight: 620;
	outline: none;
	padding: 10px 12px;
	transition: border-color 140ms ease, box-shadow 140ms ease;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-delivery select {
	box-sizing: border-box;
	width: 100%;
	min-height: 46px;
	border: 1px solid var(--qrmm-checkout-border);
	border-radius: 10px;
	background: #fff;
	color: #191919;
	font: inherit;
	font-size: 15px;
	font-weight: 620;
	padding: 10px 12px;
}

body.qrmm-checkout-page-enabled .wc-block-components-text-input input:focus,
body.qrmm-checkout-page-enabled .wc-block-components-combobox-control input:focus,
body.qrmm-checkout-page-enabled .woocommerce form .form-row input.input-text:focus,
body.qrmm-checkout-page-enabled .woocommerce form .form-row textarea:focus,
body.qrmm-checkout-page-enabled .woocommerce form .form-row select:focus,
body.qrmm-checkout-page-enabled .qrmm-checkout-context select:focus {
	border-color: var(--qrmm-checkout-primary);
	box-shadow: 0 0 0 3px rgba(230, 19, 52, 0.12);
}

body.qrmm-checkout-page-enabled .qrmm-checkout-context {
	display: grid;
	gap: 12px;
	margin: 0;
	border: 0;
	border-bottom: 1px solid var(--qrmm-checkout-border);
	border-radius: 0;
	background: transparent;
	padding: 0 0 24px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-flow-step {
	display: grid;
	gap: 14px;
	border-bottom: 1px solid var(--qrmm-checkout-border);
	padding: 22px 0;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-flow-step:not(.is-active) .qrmm-checkout-step-body {
	display: none;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-flow-step.is-complete .qrmm-checkout-step-head b {
	background: var(--qrmm-checkout-primary);
	color: #fff;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-step-head {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: start;
	gap: 12px;
	width: 100%;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	padding: 0;
	text-align: left;
}

body.qrmm-checkout-page-enabled button.qrmm-checkout-step-head {
	cursor: pointer;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-step-head b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: var(--qrmm-checkout-primary);
	color: #fff;
	font-size: 12px;
	font-weight: 820;
	line-height: 1;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-step-head span,
body.qrmm-checkout-page-enabled .qrmm-checkout-step-head strong,
body.qrmm-checkout-page-enabled .qrmm-checkout-step-head small {
	display: block;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-step-head strong {
	color: #191919;
	font-size: 20px;
	font-weight: 760;
	line-height: 1.15;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-step-head small {
	margin-top: 3px;
	color: var(--qrmm-checkout-muted);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-step-body {
	display: grid;
	gap: 14px;
	padding-left: 0;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-step-next {
	justify-self: end;
	min-height: 42px;
	border: 1px solid var(--qrmm-checkout-primary);
	border-radius: 999px;
	background: var(--qrmm-checkout-primary);
	color: #fff;
	font: inherit;
	font-size: 14px;
	font-weight: 760;
	line-height: 1;
	padding: 0 18px;
	cursor: pointer;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-privacy {
	margin-top: 16px;
	color: #64748b;
	font-size: 12px;
	line-height: 1.55;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-privacy p {
	margin: 0;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-privacy a {
	color: var(--qrmm-checkout-primary);
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-legal-toggle {
	display: inline;
	margin: 0 0 0 6px;
	border: 0;
	background: transparent;
	color: var(--qrmm-checkout-primary);
	font: inherit;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-legal-panel {
	overflow: auto;
	max-height: 220px;
	margin-top: 12px;
	border: 1px solid #dbe3ef;
	border-radius: 10px;
	background: #fff;
	color: #111827;
	padding: 14px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-legal-panel h4 {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 760;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-legal-panel section + section {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #eef2f7;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-field-help {
	display: block;
	margin-top: 6px;
	color: #64748b;
	font-size: 12px;
	line-height: 1.35;
}

body.qrmm-checkout-page-enabled .wc-block-components-text-input.qrmm-checkout-birth-date-field {
	display: grid;
	gap: 7px;
}

body.qrmm-checkout-page-enabled .wc-block-components-text-input.qrmm-checkout-birth-date-field[hidden],
body.qrmm-checkout-page-enabled .wc-block-components-text-input.qrmm-checkout-birth-date-field.is-profile-saved {
	display: none !important;
}

body.qrmm-checkout-page-enabled .wc-block-components-text-input.qrmm-checkout-birth-date-field label {
	position: static !important;
	transform: none !important;
	order: -1;
	margin: 0;
	color: #0f172a;
	font-size: 13px;
	font-weight: 680;
	line-height: 1.25;
	pointer-events: auto;
}

body.qrmm-checkout-page-enabled .wc-block-components-text-input.qrmm-checkout-birth-date-field input[type="date"] {
	min-height: 48px;
	padding: 12px 14px !important;
	border-color: #dbe3ef;
	border-radius: 10px;
	line-height: 1.2;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-marketing-consent {
	margin-top: 8px !important;
	color: #475569;
	font-size: var(--qrmm-marketing-font-size, 12px) !important;
	line-height: 1.4;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-account-consent {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 12px;
	border: 1px solid #dbe3ef;
	border-radius: 10px;
	background: #fff;
	padding: 12px 14px;
	color: #111827;
	font-size: 13px;
	font-weight: 650;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-account-consent input {
	width: 16px;
	height: 16px;
	accent-color: var(--qrmm-checkout-primary);
}

body.qrmm-checkout-page-enabled .qrmm-checkout-guest-blocker {
	display: grid;
	justify-items: start;
	gap: 12px;
	max-width: 620px;
	margin: 48px auto;
	border: 1px solid #dbe3ef;
	border-radius: 16px;
	background: #fff;
	padding: 32px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

body.qrmm-checkout-page-enabled .qrmm-checkout-guest-blocker__icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: #fff1f3;
	color: var(--qrmm-checkout-primary);
}

body.qrmm-checkout-page-enabled .qrmm-checkout-guest-blocker__icon svg {
	width: 22px;
	height: 22px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-guest-blocker > span {
	color: #64748b;
	font-size: 12px;
	font-weight: 760;
	text-transform: uppercase;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-guest-blocker h2 {
	margin: 0;
	color: #0f172a;
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.05;
	letter-spacing: 0;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-guest-blocker p {
	margin: 0;
	color: #475569;
	font-size: 15px;
	line-height: 1.55;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-guest-blocker__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 8px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-guest-blocker__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border: 1px solid #dbe3ef;
	border-radius: 999px;
	background: #fff;
	color: #111827;
	font-size: 14px;
	font-weight: 760;
	padding: 0 18px;
	text-decoration: none;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-guest-blocker__actions a.is-primary {
	border-color: var(--qrmm-checkout-primary);
	background: var(--qrmm-checkout-primary);
	color: #fff;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-promo {
	overflow: hidden;
	margin: 0 0 24px;
	border: 1px solid #ffd7de;
	border-radius: 12px;
	background: #fff;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-promo__timer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 38px;
	background: #fff2f4;
	color: #4b5563;
	font-size: 13px;
	font-weight: 680;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-promo__timer strong {
	color: var(--qrmm-checkout-primary);
	font-weight: 820;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-promo__body {
	display: grid;
	gap: 8px;
	padding: 16px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-promo__badge {
	width: max-content;
	border-radius: 999px;
	background: var(--qrmm-checkout-primary-soft);
	color: var(--qrmm-checkout-primary);
	font-size: 12px;
	font-weight: 780;
	padding: 5px 9px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-promo__body strong {
	color: #191919;
	font-size: 17px;
	font-weight: 760;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-promo__body small {
	color: var(--qrmm-checkout-muted);
	font-size: 13px;
	font-weight: 600;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-promo__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 6px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-promo__actions button {
	min-height: 42px;
	border: 1px solid var(--qrmm-checkout-border);
	border-radius: 10px;
	background: #fff;
	color: #191919;
	font: inherit;
	font-size: 14px;
	font-weight: 760;
	cursor: pointer;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-promo__actions .is-primary {
	border-color: var(--qrmm-checkout-primary);
	background: var(--qrmm-checkout-primary);
	color: #fff;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-section-head {
	display: grid;
	gap: 4px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-section-head span {
	color: var(--qrmm-checkout-muted);
	font-size: 12px;
	font-weight: 820;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-section-head strong {
	color: #191919;
	font-size: 19px;
	font-weight: 720;
	line-height: 1.15;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-delivery {
	display: grid;
	gap: 14px;
	border-bottom: 1px solid var(--qrmm-checkout-border);
	padding: 24px 0;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-flow-step.qrmm-checkout-delivery,
body.qrmm-checkout-page-enabled .qrmm-checkout-flow-step.qrmm-checkout-context {
	border-bottom: 1px solid var(--qrmm-checkout-border);
	padding: 22px 0;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-delivery-inline {
	border: 0;
	padding: 8px 0 0;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-flow-step.qrmm-checkout-delivery .qrmm-checkout-step-body {
	padding-left: 0;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-note-merged {
	display: block !important;
	border: 0;
	border-top: 1px solid var(--qrmm-checkout-border);
	padding: 18px 0 0 !important;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-delivery__options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-delivery__options label {
	position: relative;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	grid-template-rows: 28px minmax(0, 1fr);
	align-items: center;
	gap: 8px 10px;
	min-height: 82px;
	margin: 0;
	border: 1px solid var(--qrmm-checkout-border);
	border-radius: 12px;
	background: #fff;
	cursor: pointer;
	padding: 12px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-delivery__options input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-delivery__options label > span {
	grid-column: 1;
	grid-row: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 10px;
	background: #f5f5f5;
	color: #191919;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-delivery__options svg {
	width: 16px;
	height: 16px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-delivery__options b {
	grid-column: 2;
	grid-row: 1;
	align-self: center;
	color: #191919;
	font-size: 14px;
	font-weight: 760;
	line-height: 1.15;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-delivery__options small {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 10px;
	color: var(--qrmm-checkout-muted);
	font-size: 12px;
	font-weight: 580;
	line-height: 1.35;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-delivery__options small strong,
body.qrmm-checkout-page-enabled .qrmm-checkout-delivery__options small em {
	color: var(--qrmm-checkout-muted);
	font-style: normal;
	font-weight: 680;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-delivery__options .is-active {
	border-color: var(--qrmm-checkout-primary);
	background: #fff8f9;
	box-shadow: 0 0 0 3px rgba(230, 19, 52, 0.08);
}

body.qrmm-checkout-page-enabled .qrmm-checkout-delivery__time label {
	display: grid;
	gap: 7px;
	color: #191919;
	font-size: 13px;
	font-weight: 680;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-slots {
	display: grid;
	gap: 8px;
	margin-top: 0;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-slots[hidden] {
	display: none;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-slot-select {
	display: grid;
	gap: 7px;
	color: #191919;
	font-size: 13px;
	font-weight: 680;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-slot-select select {
	box-sizing: border-box;
	width: 100%;
	min-height: 46px;
	border: 1px solid var(--qrmm-checkout-border);
	border-radius: 10px;
	background: #fff;
	color: #191919;
	font: inherit;
	font-size: 15px;
	font-weight: 650;
	padding: 10px 12px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-slot-select select:focus {
	border-color: var(--qrmm-checkout-primary);
	box-shadow: 0 0 0 3px rgba(230, 19, 52, 0.12);
	outline: none;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-slot-select em {
	color: var(--qrmm-checkout-muted);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-context__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-context__head span,
body.qrmm-checkout-page-enabled .qrmm-checkout-context__head strong,
body.qrmm-checkout-page-enabled .qrmm-checkout-context__head small {
	display: block;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-context__head strong {
	color: #191919;
	font-size: 18px;
	font-weight: 720;
	line-height: 1.15;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-context__head small {
	margin-top: 4px;
	color: var(--qrmm-checkout-muted);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-context__controls {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-context label {
	display: grid;
	gap: 7px;
	margin: 0;
	color: #191919;
	font-size: 13px;
	font-weight: 680;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-context select {
	width: 100%;
	appearance: auto;
}

body.qrmm-checkout-page-enabled
	.qrmm-checkout-context.is-qr-table-session
	select:disabled {
	border-color: rgba(230, 19, 52, 0.22);
	background: #fff6f8;
	color: #191919;
	opacity: 1;
	cursor: not-allowed;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-branch-card {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr) auto;
	align-items: center;
	gap: 11px;
	border: 0;
	border-radius: 14px;
	background: #f7f7f7;
	padding: 12px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-branch-card__logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	overflow: hidden;
	border: 1px solid var(--qrmm-checkout-border);
	border-radius: 12px;
	background: #fff;
	color: var(--qrmm-checkout-primary);
	font-size: 17px;
	font-weight: 850;
	text-transform: uppercase;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-branch-card__logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-branch-card__copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-branch-card__copy small {
	color: var(--qrmm-checkout-muted);
	font-size: 11px;
	font-weight: 850;
	line-height: 1;
	text-transform: uppercase;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-branch-card__copy strong {
	overflow: hidden;
	color: #191919;
	font-size: 16px;
	font-weight: 720;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-branch-card__copy em {
	overflow: hidden;
	color: var(--qrmm-checkout-muted);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-branch-card__stats {
	display: flex;
	align-items: center;
	gap: 7px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-branch-card__stats b {
	display: grid;
	min-width: 50px;
	border: 0;
	border-radius: 10px;
	background: #fff;
	color: #191919;
	font-size: 15px;
	font-weight: 720;
	line-height: 1;
	padding: 7px;
	text-align: center;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-branch-card__stats small {
	margin-top: 4px;
	color: var(--qrmm-checkout-muted);
	font-size: 10px;
	font-weight: 760;
}

body.qrmm-checkout-page-enabled .wc-block-components-totals-wrapper,
body.qrmm-checkout-page-enabled .wc-block-components-order-summary,
body.qrmm-checkout-page-enabled .woocommerce-checkout-review-order-table {
	border: 0 !important;
	border-color: transparent !important;
}

body.qrmm-checkout-page-enabled .wc-block-components-order-summary {
	width: 100%;
	max-width: 100%;
	max-height: 310px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 0 2px !important;
	scrollbar-color: transparent transparent;
	scrollbar-width: thin;
	transition: scrollbar-color 160ms ease;
}

body.qrmm-checkout-page-enabled .wc-block-components-order-summary,
body.qrmm-checkout-page-enabled .wc-block-components-order-summary * {
	box-sizing: border-box;
}

body.qrmm-checkout-page-enabled .wc-block-components-order-summary:hover {
	scrollbar-color: rgba(17, 24, 39, 0.22) transparent;
}

body.qrmm-checkout-page-enabled .wc-block-components-order-summary::-webkit-scrollbar {
	width: 6px;
}

body.qrmm-checkout-page-enabled .wc-block-components-order-summary::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: transparent;
}

body.qrmm-checkout-page-enabled .wc-block-components-order-summary:hover::-webkit-scrollbar-thumb {
	background: rgba(17, 24, 39, 0.22);
}

body.qrmm-checkout-page-enabled .wc-block-components-sidebar .wc-block-components-product-name,
body.qrmm-checkout-page-enabled .wc-block-components-order-summary-item__description {
	color: #191919;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.25;
}

body.qrmm-checkout-page-enabled .wc-block-components-order-summary-item__image {
	position: relative;
	width: 56px;
	min-width: 56px;
	height: 56px;
	overflow: visible;
	border-radius: 10px;
	background: #f5f5f5;
	box-shadow: none;
}

body.qrmm-checkout-page-enabled .wc-block-components-order-summary-item__image img {
	width: 56px;
	height: 56px;
	border-radius: 10px;
	object-fit: cover;
}

body.qrmm-checkout-page-enabled .wc-block-components-order-summary-item__description {
	min-width: 0;
}

body.qrmm-checkout-page-enabled .wc-block-components-order-summary-item__description .wc-block-components-product-name {
	margin: 0 0 6px;
	font-size: 14px;
	font-weight: 680;
}

body.qrmm-checkout-page-enabled .wc-block-cart-item__prices,
body.qrmm-checkout-page-enabled .wc-block-components-order-summary-item__individual-prices {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	font-size: 13px;
	line-height: 1.15;
}

body.qrmm-checkout-page-enabled .wc-block-components-product-price__regular,
body.qrmm-checkout-page-enabled .wc-block-components-order-summary-item__regular-individual-price {
	color: #9ca3af;
	font-size: 12px;
	font-weight: 600;
	text-decoration-thickness: 1px;
	white-space: nowrap;
}

body.qrmm-checkout-page-enabled .wc-block-components-product-price__value.is-discounted,
body.qrmm-checkout-page-enabled .wc-block-components-order-summary-item__individual-price {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	border: 1px solid rgba(230, 19, 52, 0.14);
	border-radius: 999px;
	background: rgba(230, 19, 52, 0.07);
	color: var(--qrmm-checkout-primary);
	font-size: 13px;
	font-weight: 750;
	line-height: 1;
	padding: 4px 7px;
	text-decoration: none;
	white-space: nowrap;
}


body.qrmm-checkout-page-enabled .wc-block-components-product-metadata__description p {
	display: -webkit-box;
	overflow: hidden;
	margin: 6px 0 0;
	color: var(--qrmm-checkout-muted);
	font-size: 12px;
	font-weight: 560;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.qrmm-checkout-page-enabled .wc-block-components-order-summary-item__total-price {
	min-width: 72px;
	max-width: 84px;
	overflow: hidden;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.qrmm-checkout-page-enabled .wc-block-components-sidebar .wc-block-components-sale-badge {
	display: none;
}

body.qrmm-checkout-page-enabled .wc-block-components-order-summary-item__quantity {
	position: absolute;
	top: -7px;
	right: -7px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	border: 2px solid #fff;
	border-radius: 999px;
	background: var(--qrmm-checkout-primary);
	color: #fff;
	font-size: 11px;
	font-weight: 820;
	line-height: 1;
	box-shadow: 0 2px 5px rgba(230, 19, 52, 0.22);
}

body.qrmm-checkout-page-enabled .wc-block-components-totals-item__label,
body.qrmm-checkout-page-enabled .wc-block-components-totals-item__value {
	color: #191919;
	font-size: 14px;
	font-weight: 650;
}

body.qrmm-checkout-page-enabled .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body.qrmm-checkout-page-enabled .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: 21px;
	font-weight: 760;
}

body.qrmm-checkout-page-enabled .wc-block-components-order-summary-item {
	display: grid !important;
	grid-template-columns: 56px minmax(0, 1fr) minmax(68px, auto);
	align-items: start;
	box-shadow: inset 0 0 0 1px var(--qrmm-checkout-border);
	width: auto;
	max-width: 100%;
	min-width: 0;
	gap: 12px;
	margin: 0 0 10px;
	border: 0;
	border-radius: 10px;
	background: #fff;
	padding: 11px !important;
}

body.qrmm-checkout-page-enabled .wc-block-components-sidebar .wc-block-components-panel,
body.qrmm-checkout-page-enabled .wc-block-components-sidebar .wc-block-components-totals-wrapper {
	padding-inline: 0;
}

body.qrmm-checkout-page-enabled .wc-block-components-sidebar .wc-block-components-totals-footer-item {
	border-top: 1px solid #eee !important;
	margin-top: 12px;
	padding: 18px 0 0;
}

body.qrmm-checkout-page-enabled .wp-block-woocommerce-checkout-order-summary-coupon-form-block,
body.qrmm-checkout-page-enabled .wp-block-woocommerce-checkout-order-summary-subtotal-block {
	border-top: 0 !important;
}

body.qrmm-checkout-page-enabled .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
	margin-top: 6px;
	padding: 8px 0;
}

body.qrmm-checkout-page-enabled .wp-block-woocommerce-checkout-order-summary-subtotal-block {
	margin-top: 8px;
	border-top: 1px solid #eee !important;
	padding-top: 14px;
}

body.qrmm-checkout-page-enabled .wc-block-components-totals-coupon,
body.qrmm-checkout-page-enabled .wc-block-components-panel {
	margin: 0;
	padding: 0;
}

body.qrmm-checkout-page-enabled .wc-block-components-panel__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 42px;
	color: #4b5563;
	font-size: 13px;
	font-weight: 580;
	line-height: 1;
	padding: 0;
	transition: color 140ms ease;
}

body.qrmm-checkout-page-enabled .wc-block-components-panel__button:hover,
body.qrmm-checkout-page-enabled .wc-block-components-panel__button:focus-visible {
	color: var(--qrmm-checkout-primary);
	outline: none;
}

body.qrmm-checkout-page-enabled .wc-block-components-panel__button-icon {
	width: 17px;
	height: 17px;
	color: #191919;
}

body.qrmm-checkout-page-enabled .wc-block-components-totals-coupon__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	align-items: end;
	margin: 8px 0 4px;
}

body.qrmm-checkout-page-enabled .wc-block-components-totals-coupon__input input,
body.qrmm-checkout-page-enabled .wc-block-components-totals-coupon__form input {
	box-sizing: border-box;
	min-height: 40px;
	border: 1px solid var(--qrmm-checkout-border);
	border-radius: 10px;
	background: #fff;
	color: #191919;
	font-size: 13px;
	font-weight: 600;
	padding: 9px 11px;
}

body.qrmm-checkout-page-enabled .wc-block-components-totals-coupon__button,
body.qrmm-checkout-page-enabled .wc-block-components-totals-coupon__form .wc-block-components-button {
	min-height: 40px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 720;
	padding: 0 14px;
}

body.qrmm-checkout-page-enabled .wp-block-woocommerce-checkout-order-summary-shipping-block,
body.qrmm-checkout-page-enabled .wp-block-woocommerce-checkout-order-summary-taxes-block {
	display: none;
}

body.qrmm-checkout-page-enabled .wp-block-woocommerce-checkout-order-summary-discount-block,
body.qrmm-checkout-page-enabled .wp-block-woocommerce-checkout-order-summary-fee-block {
	display: block;
	border-top: 0 !important;
	padding: 8px 0;
}

body.qrmm-checkout-page-enabled .wp-block-woocommerce-checkout-order-summary-fee-block {
	margin: 0 0 6px;
	border: 0 !important;
	border-radius: 0;
	background: transparent;
	padding: 0;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-accordion-toggle {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 4px 0 7px;
	border: 0;
	border-radius: 0;
	background: transparent;
	gap: 7px;
	min-height: 24px;
	color: #4b5563;
	cursor: pointer;
	font-family: inherit;
	padding: 0;
	text-align: left;
	user-select: none;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-accordion-toggle:hover,
body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-accordion-toggle:focus-visible {
	color: var(--qrmm-checkout-primary);
	outline: none;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-accordion-toggle__icon,
body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-accordion-toggle__chevron {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--qrmm-checkout-primary);
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-accordion-toggle__icon svg {
	width: 15px;
	height: 15px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-accordion-toggle__label {
	color: currentcolor;
	font-size: 13px;
	font-weight: 520;
	line-height: 1.25;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-accordion-toggle small {
	margin-left: auto;
	color: #6b7280;
	font-size: 12px;
	font-weight: 520;
	line-height: 1.25;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-accordion-toggle__chevron {
	margin-left: 2px;
	color: #6b7280;
	transition: transform 160ms ease;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-accordion-toggle__chevron svg {
	width: 16px;
	height: 16px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-accordion-toggle[aria-expanded="true"] .qrmm-checkout-campaign-accordion-toggle__chevron {
	transform: rotate(180deg);
}

body.qrmm-checkout-page-enabled.qrmm-checkout-campaigns-collapsed .qrmm-checkout-campaign-fee-block {
	display: none;
}

body.qrmm-checkout-page-enabled .wp-block-woocommerce-checkout-order-summary-fee-block .wc-block-components-totals-item,
body.qrmm-checkout-page-enabled .wp-block-woocommerce-checkout-order-summary-discount-block .wc-block-components-totals-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 34px;
}

body.qrmm-checkout-page-enabled .wp-block-woocommerce-checkout-order-summary-fee-block .wc-block-components-totals-item {
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 5px 0 7px;
}

body.qrmm-checkout-page-enabled .wp-block-woocommerce-checkout-order-summary-fee-block .wc-block-components-totals-item__label,
body.qrmm-checkout-page-enabled .wp-block-woocommerce-checkout-order-summary-discount-block .wc-block-components-totals-item__label {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	max-width: min(290px, 70%);
	color: #111827;
	font-size: 13px;
	font-weight: 520;
	line-height: 1.25;
}

body.qrmm-checkout-page-enabled .wp-block-woocommerce-checkout-order-summary-fee-block .wc-block-components-totals-item__label::before {
	content: none;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-thumb {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	overflow: hidden;
	border: 1px solid rgba(230, 19, 52, 0.12);
	border-radius: 6px;
	background: #f7f7f7;
	color: var(--qrmm-checkout-primary);
	font-size: 14px;
	font-weight: 680;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-copy {
	display: grid;
	gap: 1px;
	min-width: 0;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-copy strong {
	overflow: hidden;
	color: #111827;
	font-size: 13px;
	font-weight: 560;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-copy small {
	overflow: hidden;
	color: var(--qrmm-checkout-muted);
	font-size: 11px;
	font-weight: 520;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-detail {
	width: fit-content;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--qrmm-checkout-primary);
	cursor: pointer;
	font-size: 11px;
	font-weight: 560;
	line-height: 1.25;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.qrmm-checkout-page-enabled .wp-block-woocommerce-checkout-order-summary-fee-block .wc-block-components-totals-item__value,
body.qrmm-checkout-page-enabled .wp-block-woocommerce-checkout-order-summary-discount-block .wc-block-components-totals-item__value {
	display: inline-flex;
	align-items: center;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--qrmm-checkout-primary);
	font-size: 13px;
	font-weight: 620;
	line-height: 1;
	padding: 0;
	white-space: nowrap;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-modal[hidden] {
	display: none !important;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-modal {
	position: fixed;
	z-index: 100000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 18px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(17, 24, 39, 0.48);
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(440px, 100%);
	overflow: hidden;
	border: 1px solid var(--qrmm-checkout-border);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 26px 70px rgba(15, 23, 42, 0.18);
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-modal__close {
	position: absolute;
	z-index: 2;
	top: 12px;
	right: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid var(--qrmm-checkout-border);
	border-radius: 8px;
	background: #fff;
	color: #111827;
	cursor: pointer;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-modal__close svg {
	width: 17px;
	height: 17px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-modal__media {
	display: grid;
	place-items: center;
	min-height: 120px;
	background: #f8fafc;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-modal__media img {
	width: 100%;
	height: 190px;
	object-fit: cover;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-modal__media > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 10px;
	background: #fff;
	color: var(--qrmm-checkout-primary);
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-modal__media svg {
	width: 24px;
	height: 24px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-modal__body {
	display: grid;
	gap: 10px;
	padding: 18px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-modal__badge {
	width: fit-content;
	border: 1px solid rgba(230, 19, 52, 0.18);
	border-radius: 999px;
	background: rgba(230, 19, 52, 0.06);
	color: var(--qrmm-checkout-primary);
	font-size: 12px;
	font-weight: 720;
	line-height: 1;
	padding: 6px 9px;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-modal__body h2 {
	margin: 0;
	color: #111827;
	font-size: 22px;
	font-weight: 760;
	line-height: 1.18;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-modal__body p,
body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-modal__terms {
	margin: 0;
	color: #475569;
	font-size: 14px;
	font-weight: 480;
	line-height: 1.55;
}

body.qrmm-checkout-page-enabled .qrmm-checkout-campaign-modal__terms {
	border-top: 1px solid var(--qrmm-checkout-border);
	padding-top: 12px;
}

body.qrmm-checkout-page-enabled .wc-block-components-button,
body.qrmm-checkout-page-enabled .woocommerce [id="payment"] [id="place_order"],
body.qrmm-checkout-page-enabled .woocommerce-page [id="payment"] [id="place_order"] {
	min-height: 48px;
	border: 1px solid var(--qrmm-checkout-primary);
	border-radius: 999px;
	background: var(--qrmm-checkout-primary);
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	box-shadow: none;
}

body.qrmm-checkout-page-enabled .wc-block-components-button:hover,
body.qrmm-checkout-page-enabled .wc-block-components-button:focus-visible,
body.qrmm-checkout-page-enabled .woocommerce [id="payment"] [id="place_order"]:hover,
body.qrmm-checkout-page-enabled .woocommerce [id="payment"] [id="place_order"]:focus-visible {
	border-color: var(--qrmm-checkout-primary-hover);
	background: var(--qrmm-checkout-primary-hover);
	color: #fff;
	outline: none;
}

body.qrmm-checkout-page-enabled .wc-block-components-notice-banner,
body.qrmm-checkout-page-enabled .woocommerce-error,
body.qrmm-checkout-page-enabled .woocommerce-info,
body.qrmm-checkout-page-enabled .woocommerce-message {
	border-radius: 8px;
	box-shadow: none;
}

body.qrmm-checkout-page-enabled .qrmm-order-received {
	display: grid;
	gap: 28px;
	margin: 36px 0 0;
}

body.qrmm-checkout-page-enabled.woocommerce-order-received,
body.qrmm-checkout-page-enabled.woocommerce-order-received .wp-site-blocks {
	background: #fff;
}

body.qrmm-checkout-page-enabled.woocommerce-order-received main,
body.qrmm-checkout-page-enabled.woocommerce-order-received .entry-content,
body.qrmm-checkout-page-enabled.woocommerce-order-received .wp-block-post-content {
	width: 100%;
	max-width: none !important;
	margin: 0;
	padding: 0;
}

body.qrmm-checkout-page-enabled.woocommerce-order-received .qrmm-checkout-topbar {
	left: auto;
	width: 100%;
	margin: 0 !important;
	padding-right: max(24px, calc((100vw - 1280px) / 2));
	padding-left: max(24px, calc((100vw - 1280px) / 2));
}

body.qrmm-checkout-page-enabled.woocommerce-order-received .qrmm-order-received {
	margin: 0;
}

body.qrmm-checkout-page-enabled .qrmm-order-received > p,
body.qrmm-checkout-page-enabled .qrmm-order-received > ul {
	display: none;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	gap: 28px;
	align-items: stretch;
	width: min(1120px, calc(100vw - 48px));
	max-width: 1120px !important;
	margin: 48px auto 0 !important;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-hero,
body.qrmm-checkout-page-enabled .qrmm-order-received-summary,
body.qrmm-checkout-page-enabled .qrmm-order-received-main,
body.qrmm-checkout-page-enabled .qrmm-order-received-side {
	box-sizing: border-box;
	border: 1px solid var(--qrmm-checkout-border);
	border-radius: 18px;
	background: #fff;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-hero {
	padding: 34px;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-hero__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 18px;
	background: var(--qrmm-checkout-primary);
	color: #fff;
	box-shadow: 0 18px 38px rgba(230, 19, 52, 0.18);
}

body.qrmm-checkout-page-enabled .qrmm-order-received-hero__icon svg {
	width: 28px;
	height: 28px;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-hero small,
body.qrmm-checkout-page-enabled .qrmm-order-received-summary span {
	display: block;
	color: var(--qrmm-checkout-muted);
	font-size: 12px;
	font-weight: 760;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-hero small {
	margin-top: 22px;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-hero h1 {
	max-width: 620px;
	margin: 8px 0 0;
	color: #191919;
	font-family: inherit;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 780;
	letter-spacing: 0;
	line-height: 1.04;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-hero p {
	max-width: 560px;
	margin: 14px 0 0;
	color: #4b5563;
	font-size: 15px;
	line-height: 1.6;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	border: 1px solid var(--qrmm-checkout-border);
	border-radius: 999px;
	background: #fff;
	color: #191919;
	font-size: 14px;
	font-weight: 780;
	text-decoration: none;
	padding: 0 20px;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-actions .is-primary {
	border-color: var(--qrmm-checkout-primary);
	background: var(--qrmm-checkout-primary);
	color: #fff;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-summary {
	display: grid;
	gap: 0;
	padding: 8px 24px;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-summary div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 68px;
	border-bottom: 1px solid var(--qrmm-checkout-border);
}

body.qrmm-checkout-page-enabled .qrmm-order-received-summary div:last-child {
	border-bottom: 0;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-summary strong {
	color: #191919;
	font-size: 16px;
	font-weight: 780;
	text-align: right;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 28px;
	align-items: start;
	width: min(1120px, calc(100vw - 48px));
	max-width: 1120px !important;
	margin: 28px auto 0 !important;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-grid > * {
	width: 100%;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-next {
	border: 1px solid var(--qrmm-checkout-border);
	border-radius: 18px;
	background: #fff;
	padding: 24px;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-next h2 {
	margin: 0 0 10px;
	border: 0;
	color: #191919;
	font-family: inherit;
	font-size: 20px;
	font-weight: 760;
	padding: 0;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-section-title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-section-title > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: var(--qrmm-checkout-primary-soft);
	color: var(--qrmm-checkout-primary);
}

body.qrmm-checkout-page-enabled .qrmm-order-received-section-title svg {
	width: 20px;
	height: 20px;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-section-title small {
	display: block;
	color: var(--qrmm-checkout-muted);
	font-size: 12px;
	font-weight: 740;
	text-transform: uppercase;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-section-title h2 {
	margin: 2px 0 0;
	font-size: 20px;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-next p {
	max-width: 620px;
	margin: 0;
	color: var(--qrmm-checkout-muted);
	font-size: 14px;
	line-height: 1.6;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-next a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: 18px;
	border-radius: 999px;
	background: var(--qrmm-checkout-primary);
	color: #fff;
	font-size: 14px;
	font-weight: 760;
	text-decoration: none;
	padding: 0 18px;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-item-list {
	display: grid;
	gap: 14px;
	margin-top: 18px;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-branch {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	border: 1px solid var(--qrmm-checkout-border);
	border-radius: 16px;
	background: #fbfbfb;
	padding: 14px;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-branch img,
body.qrmm-checkout-page-enabled .qrmm-order-received-branch > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 16px;
	background: var(--qrmm-checkout-primary);
	color: #fff;
	font-size: 18px;
	font-weight: 780;
	object-fit: cover;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-branch small,
body.qrmm-checkout-page-enabled .qrmm-order-received-branch em {
	display: block;
	color: var(--qrmm-checkout-muted);
	font-size: 12px;
	font-style: normal;
	line-height: 1.35;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-branch strong {
	display: block;
	margin: 2px 0 3px;
	color: #191919;
	font-size: 16px;
	font-weight: 760;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-table {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	border: 1px solid var(--qrmm-checkout-border);
	border-radius: 999px;
	background: #fff;
	color: #191919;
	font-size: 13px;
	font-weight: 720;
	padding: 0 12px;
	white-space: nowrap;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-table svg {
	width: 17px;
	height: 17px;
	color: var(--qrmm-checkout-primary);
}

body.qrmm-checkout-page-enabled .qrmm-order-received-item {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	border: 1px solid var(--qrmm-checkout-border);
	border-radius: 14px;
	background: #fafafa;
	padding: 12px;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-item img,
body.qrmm-checkout-page-enabled .qrmm-order-received-item > span {
	width: 58px;
	height: 58px;
	border-radius: 12px;
	background: #f0f0f0;
	object-fit: cover;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-item strong {
	display: block;
	color: #191919;
	font-size: 15px;
	font-weight: 720;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-item small {
	display: block;
	margin-top: 4px;
	color: var(--qrmm-checkout-muted);
	font-size: 13px;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-item-options {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 8px 0 0;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-item-options div {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-height: 26px;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	background: #fff;
	color: #52525b;
	font-size: 12px;
	font-weight: 650;
	line-height: 1;
	padding: 5px 8px;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-item-options dt,
body.qrmm-checkout-page-enabled .qrmm-order-received-item-options dd {
	margin: 0;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-item-options dt {
	color: #71717a;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-item-options dd {
	color: #18181b;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-item b {
	color: #191919;
	font-size: 14px;
	font-weight: 760;
	white-space: nowrap;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-main,
body.qrmm-checkout-page-enabled .qrmm-order-received-side {
	overflow: hidden;
	padding: 0;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-main h2,
body.qrmm-checkout-page-enabled .qrmm-order-received-side h2,
body.qrmm-checkout-page-enabled .qrmm-order-received-side h3 {
	margin: 0;
	border-bottom: 1px solid var(--qrmm-checkout-border);
	color: #191919;
	font-size: 19px;
	font-weight: 760;
	line-height: 1.15;
	padding: 22px 24px;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-main table {
	border: 0;
	margin: 0;
	width: 100%;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-main th,
body.qrmm-checkout-page-enabled .qrmm-order-received-main td {
	border: 0;
	border-bottom: 1px solid var(--qrmm-checkout-border);
	padding: 16px 24px;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-main tr:last-child th,
body.qrmm-checkout-page-enabled .qrmm-order-received-main tr:last-child td {
	border-bottom: 0;
}

body.qrmm-checkout-page-enabled .qrmm-order-received-side address {
	margin: 0;
	color: #4b5563;
	font-size: 14px;
	font-style: normal;
	line-height: 1.65;
	padding: 20px 24px;
}

@media (max-width: 1100px) {

	body.qrmm-checkout-page-enabled,
	body.qrmm-checkout-page-enabled .wp-site-blocks {
		background: #fff;
	}

	body.qrmm-checkout-page-enabled main,
	body.qrmm-checkout-page-enabled .entry-content,
	body.qrmm-checkout-page-enabled .wp-block-post-content {
		width: min(100% - 24px, 680px);
	}

	body.qrmm-checkout-page-enabled .wc-block-components-sidebar-layout {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: 18px;
	}

	body.qrmm-checkout-page-enabled form.checkout {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: 18px;
	}

	body.qrmm-checkout-page-enabled form.checkout > .checkout-order-review,
	body.qrmm-checkout-page-enabled form.checkout > :not(.checkout-order-review) {
		position: static;
		grid-column: 1;
		grid-row: auto;
	}

	body.qrmm-checkout-page-enabled .qrmm-checkout-topbar {
		grid-template-columns: 1fr auto;
		min-height: auto;
		padding-block: 12px;
	}

	body.qrmm-checkout-page-enabled .qrmm-checkout-steps {
		grid-column: 1 / -1;
		grid-row: 2;
		width: 100%;
	}

	body.qrmm-checkout-page-enabled .qrmm-checkout-steps span {
		flex: 1 1 0;
		justify-content: center;
		padding-inline: 8px;
	}

	body.qrmm-checkout-page-enabled .wc-block-components-sidebar,
	body.qrmm-checkout-page-enabled .wc-block-checkout__sidebar {
		position: static !important;
		background: #f7f7f7;
		padding: 18px !important;
	}

	body.qrmm-checkout-page-enabled .qrmm-order-received-shell,
	body.qrmm-checkout-page-enabled .qrmm-order-received-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 860px) {

	body.qrmm-checkout-page-enabled .qrmm-checkout-promo__actions,
	body.qrmm-checkout-page-enabled .qrmm-checkout-delivery__options,
	body.qrmm-checkout-page-enabled .qrmm-checkout-context__controls,
	body.qrmm-checkout-page-enabled .qrmm-checkout-branch-card {
		grid-template-columns: 1fr;
	}

	body.qrmm-checkout-page-enabled .qrmm-checkout-branch-card__stats {
		width: 100%;
	}

	body.qrmm-checkout-page-enabled .qrmm-checkout-branch-card__stats b {
		flex: 1 1 0;
	}
}
