/*  GRZ Gaming — commerce-v140 canonical stylesheet.  */.grz-commerce-button {
	display: inline-flex;
	box-sizing: border-box;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 16px;
	border-radius: 6px;
	font-weight: 800;
	line-height: 1.15;
	text-align: center;
	text-decoration: none;
}.grz-commerce-button > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1.15;
}.grz-order-pay-page,
.grz-order-received-page {
	background:
		radial-gradient(900px 320px at 7% 0%, rgba(8, 104, 242, 0.055), transparent 75%),
		var(--grz-checkout-canvas, #f4f7fb);
}.grz-commerce-progress ol {
	border: 1px solid var(--grz-ui-line);
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.72);
}.grz-order-received-page :where(.wc-block-order-confirmation-status, .wp-block-woocommerce-order-confirmation-status, .wc-block-order-confirmation-summary, .wp-block-woocommerce-order-confirmation-summary, .wc-block-order-confirmation-totals, .wp-block-woocommerce-order-confirmation-totals, .wc-block-order-confirmation-billing-address, .wc-block-order-confirmation-shipping-address) {
	border-radius: 8px;
	box-shadow: var(--grz-ui-shadow);
}.grz-thankyou__actions .grz-commerce-button {
	min-height: 44px;
}

@media (max-width: 560px) {.grz-commerce-flow .grz-content-wrap {
		padding-inline: 12px;
	}
}

@media (forced-colors: active) {.grz-thankyou {
		border: 1px solid CanvasText;
	}
}.grz-commerce-flow {
	--grz-flow-ink: #162136;
	--grz-flow-copy: #627188;
	--grz-flow-line: #dce5ef;
	--grz-flow-line-strong: #c9d6e5;
	--grz-flow-surface: #fff;
	--grz-flow-subtle: #f7f9fc;
	--grz-flow-blue: var(--grz-blue, #0762e6);
	--grz-flow-blue-dark: var(--grz-blue-dark, #064ec4);
	--grz-flow-success: #14815a;
	--grz-flow-danger: #cf3448;
	--grz-flow-warning: #aa6800;
	--grz-flow-card-radius: min(var(--grz-checkout-card-radius-setting, 8px), 10px);
	--grz-flow-control-radius: min(var(--grz-checkout-control-radius-setting, 6px), 8px);
	background: var(--grz-checkout-canvas, #f4f7fb);
}.grz-commerce-flow .grz-content-wrap {
	box-sizing: border-box;
	width: min(calc(100% - (2 * var(--grz-gutter, 24px))), var(--grz-container-inner, 1392px));
	padding-block: clamp(28px, 4.5vw, 58px);
}.grz-commerce-flow :where(.grz-entry, .grz-entry__body, .grz-entry__content, .woocommerce) {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}.grz-commerce-flow :where(.grz-entry__title, .wp-block-post-title) {
	display: none;
}.grz-commerce-flow :where(a.button, button.button, .wc-block-components-button) > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: inherit;
}.grz-commerce-flow :where(a, button, input, select, textarea):focus-visible {
	outline: 3px solid rgba(8, 104, 242, 0.24);
	outline-offset: 2px;
}.grz-commerce-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin: 0 0 24px;
}.grz-commerce-head__copy {
	max-width: 690px;
}.grz-commerce-head__eyebrow {
	display: block;
	margin-bottom: 7px;
	color: var(--grz-flow-blue);
	font-size: 0.67rem;
	font-weight: 880;
	letter-spacing: 0.09em;
	line-height: 1.2;
	text-transform: uppercase;
}.grz-commerce-head h1 {
	margin: 0;
	color: var(--grz-flow-ink);
	font-size: clamp(1.8rem, 3.2vw, 2.65rem);
	font-weight: 880;
	letter-spacing: -0.045em;
	line-height: 1.04;
}.grz-commerce-head p {
	margin: 9px 0 0;
	color: var(--grz-flow-copy);
	font-size: 0.86rem;
	line-height: 1.6;
}:is(.grz-commerce-progress > ol, ol.grz-commerce-progress) {
	display: flex;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	border: 1px solid var(--grz-flow-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 4px 15px rgba(19, 45, 82, 0.04);
	list-style: none;
}.grz-commerce-progress li {
	position: relative;
	display: flex;
	min-height: 44px;
	align-items: center;
	gap: 7px;
	padding: 0 14px;
	color: #7b899c;
	font-size: 0.7rem;
	font-weight: 760;
	white-space: nowrap;
}.grz-commerce-progress li:not(:last-child)::after {
	display: block;
	width: 24px;
	height: 1px;
	margin-inline-start: 7px;
	background: #dfe7f0;
	content: "";
}.grz-commerce-progress__marker {
	display: inline-grid;
	width: 27px;
	height: 27px;
	flex: 0 0 27px;
	place-items: center;
	border: 1px solid #dce5ef;
	border-radius: 7px;
	background: #f8fafc;
	color: #8795a8;
}.grz-commerce-progress__marker .grz-icon {
	width: 14px;
	height: 14px;
}.grz-commerce-progress li.is-current,
.grz-commerce-progress li.is-complete {
	color: var(--grz-flow-ink);
}.grz-commerce-progress li.is-current .grz-commerce-progress__marker {
	border-color: rgba(8, 104, 242, 0.35);
	background: #edf5ff;
	color: var(--grz-flow-blue);
}.grz-commerce-progress li.is-complete .grz-commerce-progress__marker {
	border-color: #cbe8dc;
	background: #edf9f4;
	color: var(--grz-flow-success);
}.grz-quantity-control {
	display: inline-grid;
	grid-template-columns: 32px 42px 32px;
}.grz-quantity-control__button {
	display: inline-grid;
	width: 32px;
	height: 36px;
	min-height: 36px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #f6f8fb;
	box-shadow: none;
	color: #40516a;
	font-size: 1rem;
	font-weight: 750;
	line-height: 1;
}.grz-quantity-control__button:hover,
.grz-quantity-control__button:focus-visible {
	background: #edf5ff;
	color: var(--grz-flow-blue);
}.grz-quantity-control input.qty,
.grz-quantity-control input[type="number"] {
	box-sizing: border-box;
	width: 42px;
	height: 36px;
	min-height: 36px;
	margin: 0;
	padding: 0 3px;
	border: 0;
	border-inline: 1px solid #e1e8f1;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	color: var(--grz-flow-ink);
	-webkit-text-fill-color: var(--grz-flow-ink);
	opacity: 1;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 36px;
	text-align: center;
	-moz-appearance: textfield;
}.grz-quantity-control input::-webkit-outer-spin-button,
.grz-quantity-control input::-webkit-inner-spin-button {
	margin: 0;
	appearance: none;
}.grz-commerce-assurance {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	margin-top: 12px;
	padding: 12px;
	border: 1px solid #d8e6f7;
	border-radius: 7px;
	background: #f4f8ff;
}.grz-commerce-assurance__icon {
	display: inline-grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 6px;
	background: #e4f0ff;
	color: var(--grz-flow-blue);
}.grz-commerce-assurance__icon .grz-icon {
	width: 16px;
	height: 16px;
}.grz-commerce-assurance strong,
.grz-commerce-assurance small {
	display: block;
}.grz-commerce-assurance strong {
	color: var(--grz-flow-ink);
	font-size: 0.72rem;
	font-weight: 820;
}.grz-commerce-assurance small {
	margin-top: 2px;
	color: #68788e;
	font-size: 0.65rem;
	line-height: 1.45;
}.grz-commerce-flow .wc-block-components-sidebar-layout {
	align-items: start;
	gap: var(--grz-checkout-layout-gap, 22px);
}.grz-commerce-flow .wc-block-components-main {
	padding-inline-end: 0;
}.grz-commerce-flow .wc-block-components-sidebar {
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid var(--grz-flow-line);
	border-radius: var(--grz-flow-card-radius);
	background: #fff;
	box-shadow: 0 8px 28px rgba(19, 45, 82, 0.052);
}.grz-commerce-sticky-summary .wc-block-components-sidebar {
	position: sticky;
	top: 18px;
}.grz-commerce-flow .wc-block-components-product-name {
	color: var(--grz-flow-ink);
	font-size: 0.83rem;
	font-weight: 810;
	line-height: 1.42;
}.grz-commerce-flow .wc-block-components-quantity-selector {
	border-color: var(--grz-flow-line-strong);
	border-radius: 7px;
}.grz-commerce-flow .wc-block-components-quantity-selector input {
	font-size: 0.76rem;
	font-weight: 790;
}.grz-commerce-flow :where(.wc-block-components-totals-wrapper, .wc-block-components-order-summary) {
	border-color: #e5ecf4;
}.grz-commerce-flow .wc-block-components-totals-item__label {
	color: #68778c;
	font-size: 0.74rem;
}.grz-commerce-flow .wc-block-components-totals-item__value {
	color: #2f3e54;
	font-size: 0.78rem;
	font-weight: 790;
}.grz-commerce-flow .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	color: var(--grz-flow-blue);
	font-size: 1.08rem;
	font-weight: 870;
}.grz-thankyou,
.grz-thankyou-details {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 16px;
	border: 1px solid var(--grz-flow-line);
	border-radius: var(--grz-flow-card-radius);
	background: #fff;
	box-shadow: 0 8px 28px rgba(19, 45, 82, 0.052);
}.grz-thankyou {
	overflow: hidden;
}.grz-thankyou__hero {
	position: relative;
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	padding: clamp(22px, 4vw, 36px);
	border-bottom: 1px solid var(--grz-flow-line);
	background:
		radial-gradient(circle at 92% 10%, rgba(8, 104, 242, 0.1), transparent 28%),
		linear-gradient(180deg, #fff, #fbfdff);
}.grz-thankyou__hero-icon {
	display: inline-grid;
	width: 56px;
	height: 56px;
	place-items: center;
	border: 1px solid #c8eadc;
	border-radius: 10px;
	background: #effaf5;
	color: var(--grz-flow-success);
}.grz-thankyou--failed .grz-thankyou__hero-icon {
	border-color: #f0cdd3;
	background: #fff5f6;
	color: var(--grz-flow-danger);
}.grz-thankyou--pending .grz-thankyou__hero-icon {
	border-color: #f0e3c0;
	background: #fdf8ec;
	color: var(--grz-flow-warning);
}.grz-thankyou__hero-icon .grz-icon {
	width: 28px;
	height: 28px;
}.grz-thankyou__eyebrow {
	display: block;
	margin-bottom: 6px;
	color: var(--grz-flow-blue);
	font-size: 0.65rem;
	font-weight: 860;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}.grz-thankyou__hero h1 {
	margin: 0;
	color: var(--grz-flow-ink);
	font-size: clamp(1.55rem, 3vw, 2.25rem);
	font-weight: 880;
	letter-spacing: -0.04em;
	line-height: 1.08;
}.grz-thankyou__hero p {
	max-width: 720px;
	margin: 8px 0 0;
	color: var(--grz-flow-copy);
	font-size: 0.8rem;
	line-height: 1.58;
}.grz-thankyou > .grz-commerce-progress {
	padding: 16px clamp(20px, 4vw, 34px) 0;
}.grz-thankyou__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	padding: 0 clamp(20px, 4vw, 34px) 22px;
}.grz-commerce-button--primary {
	border: 1px solid var(--grz-flow-blue);
	background: linear-gradient(135deg, var(--grz-flow-blue), var(--grz-flow-blue-dark));
	box-shadow: 0 8px 18px rgba(8, 104, 242, 0.16);
	color: #fff;
	text-decoration: none;
}.grz-commerce-button--secondary {
	border: 1px solid #ced9e7;
	background: #fff;
	box-shadow: none;
	color: #40516a;
	text-decoration: none;
}.grz-thankyou-details {
	overflow: hidden;
	padding: 21px;
}.grz-thankyou-details :where(.woocommerce-order-details, .woocommerce-customer-details) {
	margin: 0 0 18px;
}.grz-thankyou-details :where(.woocommerce-order-details:last-child, .woocommerce-customer-details:last-child) {
	margin-bottom: 0;
}.grz-thankyou-details :where(h2, h3) {
	margin: 0 0 14px;
	color: var(--grz-flow-ink);
	font-size: 1rem;
	font-weight: 850;
	letter-spacing: -0.02em;
}.grz-thankyou-details table.shop_table {
	width: 100%;
	margin: 0;
	border: 1px solid var(--grz-flow-line);
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 7px;
	overflow: hidden;
}.grz-thankyou-details table.shop_table :where(th, td) {
	padding: 11px 12px;
	border: 0;
	border-bottom: 1px solid #e7edf4;
	font-size: 0.74rem;
}.grz-thankyou-details table.shop_table tr:last-child :where(th, td) {
	border-bottom: 0;
}.grz-thankyou-details table.shop_table th {
	color: #68778c;
	font-weight: 700;
	text-align: start;
}.grz-thankyou-details table.shop_table td {
	color: #2e3d53;
	font-weight: 780;
}.grz-thankyou-details address {
	padding: 14px;
	border: 1px solid var(--grz-flow-line);
	border-radius: 7px;
	background: #fbfcfe;
	color: #53637a;
	font-size: 0.74rem;
	font-style: normal;
	line-height: 1.6;
}.grz-order-received-page :where(
	.wc-block-order-confirmation-status,
	.wc-block-order-confirmation-summary,
	.wc-block-order-confirmation-totals,
	.wc-block-order-confirmation-downloads,
	.wc-block-order-confirmation-shipping-address,
	.wc-block-order-confirmation-billing-address,
	.wp-block-woocommerce-order-confirmation-status,
	.wp-block-woocommerce-order-confirmation-summary,
	.wp-block-woocommerce-order-confirmation-totals,
	.wp-block-woocommerce-order-confirmation-downloads,
	.wp-block-woocommerce-order-confirmation-shipping-address,
	.wp-block-woocommerce-order-confirmation-billing-address
) {
	box-sizing: border-box;
	margin-block: 0 16px;
	padding: 20px;
	border: 1px solid var(--grz-flow-line);
	border-radius: var(--grz-flow-card-radius);
	background: #fff;
	box-shadow: 0 8px 28px rgba(19, 45, 82, 0.05);
}.grz-order-received-page :where(.wc-block-order-confirmation-status, .wp-block-woocommerce-order-confirmation-status) {
	padding: clamp(24px, 4vw, 42px);
	background:
		radial-gradient(circle at 90% 12%, rgba(8, 104, 242, 0.12), transparent 30%),
		linear-gradient(180deg, #fff, #f8fbff);
	text-align: center;
}.grz-order-received-page :where(.wc-block-order-confirmation-status h1, .wp-block-woocommerce-order-confirmation-status h1, .wc-block-order-confirmation-status h2, .wp-block-woocommerce-order-confirmation-status h2) {
	margin: 0 0 8px;
	color: var(--grz-flow-ink);
	font-size: clamp(1.7rem, 3vw, 2.45rem);
	font-weight: 870;
	letter-spacing: -0.04em;
	line-height: 1.08;
}.grz-order-received-page :where(.wc-block-order-confirmation-summary, .wp-block-woocommerce-order-confirmation-summary) {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	list-style: none;
}.grz-order-received-page :where(.wc-block-order-confirmation-summary li, .wp-block-woocommerce-order-confirmation-summary li) {
	min-width: 0;
	padding: 8px 16px;
	border-inline-start: 1px solid #e5ecf4;
}.grz-order-received-page :where(.wc-block-order-confirmation-summary li:first-child, .wp-block-woocommerce-order-confirmation-summary li:first-child) {
	border-inline-start: 0;
}.grz-order-received-page :where(.wc-block-order-confirmation-summary span, .wp-block-woocommerce-order-confirmation-summary span) {
	display: block;
	margin-bottom: 5px;
	color: #718097;
	font-size: 0.66rem;
	font-weight: 760;
	text-transform: uppercase;
}.grz-order-received-page :where(.wc-block-order-confirmation-summary strong, .wp-block-woocommerce-order-confirmation-summary strong) {
	color: var(--grz-flow-ink);
	font-size: 0.85rem;
	font-weight: 830;
	overflow-wrap: anywhere;
}

@media (max-width: 920px) {.grz-commerce-flow .grz-content-wrap {
		padding: 24px 16px 48px;
	}
}

@media (max-width: 920px) {.grz-commerce-head {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 920px) {.grz-commerce-sticky-summary .wc-block-components-sidebar {
		position: static;
	}
}

@media (max-width: 920px) {.grz-commerce-flow .wc-block-components-sidebar-layout {
		flex-direction: column;
	}
}

@media (max-width: 920px) {.grz-commerce-flow :where(.wc-block-components-main, .wc-block-components-sidebar) {
		width: 100%;
	}
}

@media (max-width: 920px) {.grz-order-received-page :where(.wc-block-order-confirmation-summary, .wp-block-woocommerce-order-confirmation-summary) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 920px) {.grz-order-received-page :where(.wc-block-order-confirmation-summary li:nth-child(3), .wp-block-woocommerce-order-confirmation-summary li:nth-child(3)) {
		border-inline-start: 0;
	}
}

@media (max-width: 720px) {:is(.grz-commerce-progress > ol, ol.grz-commerce-progress) {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: max-content;
		min-width: 100%;
	}
}

@media (max-width: 720px) {.grz-commerce-progress li {
		flex-direction: column;
		gap: 5px;
		padding: 8px 5px;
		text-align: center;
		white-space: normal;
	}
}

@media (max-width: 720px) {.grz-commerce-progress li:not(:last-child)::after {
		position: absolute;
		top: 21px;
		inset-inline-start: calc(50% + 18px);
		width: calc(100% - 36px);
		margin: 0;
	}
}

@media (max-width: 720px) {.grz-thankyou__hero {
		grid-template-columns: 48px minmax(0, 1fr);
	}
}

@media (max-width: 720px) {.grz-thankyou__hero-icon {
		width: 46px;
		height: 46px;
	}
}

@media (max-width: 520px) {.grz-commerce-flow .grz-content-wrap {
		padding-inline: 12px;
	}
}

@media (max-width: 520px) {.grz-commerce-head {
		margin-bottom: 18px;
	}
}

@media (max-width: 520px) {.grz-commerce-head h1 {
		font-size: 1.65rem;
	}
}

@media (max-width: 520px) {.grz-commerce-head p {
		font-size: 0.78rem;
	}
}

@media (max-width: 520px) {.grz-order-received-page :where(.wc-block-order-confirmation-summary, .wp-block-woocommerce-order-confirmation-summary) {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {.grz-order-received-page :where(.wc-block-order-confirmation-summary li, .wp-block-woocommerce-order-confirmation-summary li) {
		padding: 9px 0;
		border-inline-start: 0;
		border-bottom: 1px solid #e5ecf4;
	}
}

@media (max-width: 520px) {.grz-order-received-page :where(.wc-block-order-confirmation-summary li:last-child, .wp-block-woocommerce-order-confirmation-summary li:last-child) {
		border-bottom: 0;
	}
}

@media (max-width: 520px) {.grz-thankyou__actions {
		flex-direction: column;
	}
}

@media (max-width: 520px) {.grz-thankyou__actions .grz-commerce-button {
		width: 100%;
	}
}

@media (max-width: 520px) {.grz-commerce-flow .wc-block-components-sidebar {
		padding: 14px;
	}
}

@media (max-width: 350px) {.grz-commerce-progress li {
		font-size: 0.62rem;
	}
}

@media (max-width: 350px) {.grz-commerce-progress__marker {
		width: 25px;
		height: 25px;
		flex-basis: 25px;
	}
}

@media (prefers-reduced-motion: reduce) {.grz-commerce-flow * {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media (prefers-reduced-motion: reduce) {.grz-commerce-flow *::before {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media (prefers-reduced-motion: reduce) {.grz-commerce-flow *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media (forced-colors: active) {.grz-commerce-flow :where(#place_order, .checkout-button, .grz-commerce-button--primary) {
		border: 2px solid ButtonText;
	}
}.grz-commerce-flow :where(
	#primary,
	.grz-content-wrap,
	.grz-entry--system,
	.grz-entry__content--system,
	.woocommerce
) {
	min-width: 0;
}.grz-commerce-flow .grz-entry--system,
.grz-commerce-flow .grz-entry__content--system {
	overflow: visible;
}.grz-commerce-flow :where(.woocommerce-notices-wrapper, .wc-block-components-notices) {
	width: 100%;
	margin: 0 0 14px;
}.grz-order-received-page .grz-thankyou {
	box-shadow: 0 10px 30px rgba(17, 43, 79, 0.058);
}.grz-order-received-page .grz-thankyou-details > :where(p, div, section, table) {
	max-width: 100%;
}.grz-order-received-page .grz-thankyou-details :where(.woocommerce-order-details, .woocommerce-customer-details) {
	float: none;
	width: 100%;
}.grz-order-received-page .grz-thankyou-details .woocommerce-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}.grz-order-received-page .grz-thankyou-details .woocommerce-column {
	float: none;
	width: auto;
	max-width: none;
}.grz-order-received-page .grz-thankyou-details .wc-item-meta {
	margin-block: 5px 0;
	color: var(--grz-flow-copy);
	font-size: 0.68rem;
}.grz-commerce-flow:is(.grz-commerce-render--blocks, .grz-commerce-render--forced-classic) .wc-block-checkout__main {
	min-width: 0;
}

@media (max-width: 720px) {.grz-commerce-flow .grz-content-wrap {
		padding-inline: 12px;
		padding-block: 24px 34px;
	}
}

@media (max-width: 720px) {.grz-commerce-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}
}

@media (max-width: 720px) {.grz-commerce-progress {
		width: 100%;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
	}
}

@media (max-width: 720px) {.grz-order-received-page .grz-thankyou-details .woocommerce-columns {
		grid-template-columns: minmax(0, 1fr);
	}
}.grz-commerce-page-shell {
	box-sizing: border-box;
	width: min(calc(100% - (2 * var(--grz-gutter, 24px))), var(--grz-container-inner, 1392px));
	max-width: none;
	padding-block: clamp(28px, 4.2vw, 62px);
}.grz-commerce-page-shell .grz-commerce-application,
.grz-commerce-page-shell .grz-commerce-application__content,
.grz-commerce-page-shell .woocommerce {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}.grz-commerce-page-shell .grz-commerce-application__content > :first-child,
.grz-commerce-page-shell .woocommerce > :first-child {
	margin-block-start: 0;
}.grz-commerce-page-shell .grz-commerce-application__content > :last-child,
.grz-commerce-page-shell .woocommerce > :last-child {
	margin-block-end: 0;
}

@media (max-width: 640px) {.grz-commerce-page-shell {
		width: min(calc(100% - (2 * var(--grz-gutter, 24px))), var(--grz-container-inner, 1392px));
		padding-block: 22px 38px;
	}
}.grz-order-pay-page .woocommerce-checkout #payment div.payment_box,
.grz-order-pay-page #payment div.payment_box {
	margin: 0 12px 12px !important;
	padding: 11px 12px !important;
	background: #f7faff !important;
	border: 1px solid #d8e6f7 !important;
	border-radius: 6px !important;
	color: #57677d;
	font-size: 0.72rem;
	line-height: 1.55 !important;
}.grz-order-pay-page #payment div.payment_box::before {
	display: none !important;
}.grz-order-pay-page #payment .grz-co__m-brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 var(--grz-brand-track, 104px);
	gap: 4px;
	width: var(--grz-brand-track, 104px);
	min-width: var(--grz-brand-track, 104px);
	max-width: var(--grz-brand-track, 104px);
	height: var(--grz-brand-height, 24px);
	margin: 0;
	line-height: 1;
	overflow: hidden;
	text-align: center;
}.grz-order-pay-page #payment .grz-co__m-brand--native :is(img, svg) {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: var(--grz-brand-height, 24px);
	object-fit: contain;
	object-position: center;
}.grz-order-pay-page #payment .grz-co__m-brand--wordmark {
	justify-content: center;
	padding: 0 5px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	white-space: nowrap;
}.grz-order-pay-page #payment .grz-co__m-brand--paypal span { color: #003087; }.grz-order-pay-page #payment .grz-co__m-brand--paypal strong { color: #0070e0; }.grz-order-pay-page #payment .grz-co__m-brand--cards { gap: 5px; color: #1a1f71; }.grz-order-pay-page #payment .grz-co__m-brand--cards strong { font-size: 0.7rem; font-style: italic; }.grz-order-pay-page #payment .grz-co__m-brand--cards span {
	display: grid;
	place-items: center;
	width: 23px;
	height: 15px;
	border-radius: 8px;
	background: #eb001b;
	color: #fff;
	font-size: 0.48rem;
	font-weight: 900;
}.grz-order-pay-page #payment .grz-co__m-brand--fallback {
	min-height: 22px;
	padding: 0 7px;
	border: 1px solid #dfe5ed;
	border-radius: 4px;
	background: #fff;
	color: #34465d;
	font-size: 0.56rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	white-space: nowrap;
	text-overflow: ellipsis;
}.grz-order-pay-page #payment .grz-co__m-brand--zen { color: #14263b; letter-spacing: 0.04em; }.grz-order-pay-page #payment .grz-co__m-brand--satim { color: #0762e6; }.grz-order-pay-page #payment .grz-co__m-brand--crypto { color: #b66a00; }
