.xgcbt-cart-page .woocommerce,
.xgcbt-checkout-page .woocommerce,
.xgcbt-thankyou-page .woocommerce-order,
.xgcbt-account-proof-page .woocommerce-MyAccount-content {
	--xgcbt-blue: #004b93;
	--xgcbt-blue-deep: #07203a;
	--xgcbt-blue-soft: #e9f2ff;
	--xgcbt-ink: #172033;
	--xgcbt-ink-soft: #5f6b7f;
	--xgcbt-line: rgba(10, 27, 48, 0.1);
	--xgcbt-surface: #ffffff;
	--xgcbt-surface-alt: #f6f9fc;
	--xgcbt-success: #157347;
	--xgcbt-success-soft: #e8f8ef;
	--xgcbt-warning: #9a6700;
	--xgcbt-warning-soft: #fff4d6;
	--xgcbt-danger: #b42318;
	--xgcbt-danger-soft: #fdecec;
	--xgcbt-shadow: 0 24px 56px rgba(8, 24, 42, 0.08);
	--xgcbt-title-font: "Hanken Grotesk", "Segoe UI", sans-serif;
}

.xgcbt-thankyou-page .woocommerce-order > .woocommerce-notice,
.xgcbt-thankyou-page .woocommerce-order > .woocommerce-thankyou-order-received,
.xgcbt-thankyou-page .woocommerce-order > .woocommerce-order-overview,
.xgcbt-thankyou-page .woocommerce-order .woocommerce-order-details,
.xgcbt-thankyou-page .woocommerce-order .woocommerce-customer-details,
.xgcbt-thankyou-page .woocommerce-order .woocommerce-order-downloads,
.xgcbt-thankyou-page .woocommerce-order .woocommerce-table--order-details,
.xgcbt-thankyou-page .woocommerce-order .woocommerce-columns--addresses,
.xgcbt-thankyou-page .woocommerce-order .woocommerce-order-details__title {
	display: none !important;
}

.xgcbt-account-proof-page .woocommerce-MyAccount-content > p,
.xgcbt-account-proof-page .woocommerce-MyAccount-content > h2,
.xgcbt-account-proof-page .woocommerce-MyAccount-content .woocommerce-order-details,
.xgcbt-account-proof-page .woocommerce-MyAccount-content .woocommerce-order-details__title,
.xgcbt-account-proof-page .woocommerce-MyAccount-content .woocommerce-customer-details,
.xgcbt-account-proof-page .woocommerce-MyAccount-content .woocommerce-column__title,
.xgcbt-account-proof-page .woocommerce-MyAccount-content .woocommerce-columns--addresses,
.xgcbt-account-proof-page .woocommerce-MyAccount-content .woocommerce-table--order-details,
.xgcbt-account-proof-page .woocommerce-MyAccount-content .shop_table.order_details,
.xgcbt-account-proof-page .woocommerce-MyAccount-content .order-again,
.xgcbt-account-proof-page .woocommerce-MyAccount-content address {
	display: none !important;
}

.xgcbt-hero {
	align-items: start;
	background:
		radial-gradient(circle at top right, rgba(73, 148, 255, 0.18), transparent 34%),
		linear-gradient(145deg, rgba(6, 26, 48, 0.98), rgba(3, 15, 29, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 28px;
	box-shadow: 0 28px 64px rgba(7, 22, 43, 0.18);
	color: #fff;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
	margin: 0 auto 28px;
	max-width: 1240px;
	overflow: hidden;
	padding: 28px;
	position: relative;
}

.xgcbt-hero::after {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent);
	content: "";
	height: 1px;
	left: 28px;
	position: absolute;
	right: 28px;
	top: 88px;
}

.xgcbt-kicker {
	color: #8fc8ff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.xgcbt-hero h1,
.xgcbt-proof-head h3,
.xgcbt-account-card-head h3 {
	color: inherit;
	font-family: var(--xgcbt-title-font);
	font-size: clamp(28px, 4vw, 38px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.02;
	margin: 0;
}

.xgcbt-hero p,
.xgcbt-proof-head p,
.xgcbt-proof-card p,
.xgcbt-proof-order-copy {
	line-height: 1.75;
	margin: 0;
}

.xgcbt-hero-copy {
	display: grid;
	gap: 12px;
}

.xgcbt-hero-side {
	align-content: start;
	display: grid;
	gap: 12px;
}

.xgcbt-info-pill {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	font-size: 14px;
	font-weight: 700;
	padding: 14px 16px;
}

.xgcbt-steps {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.xgcbt-steps li {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
	padding: 10px 14px;
}

.xgcbt-steps li.is-active {
	background: #fff;
	color: var(--xgcbt-blue-deep);
}

.xgcbt-cart-page .woocommerce,
.xgcbt-checkout-page .woocommerce {
	margin: 0 auto;
	max-width: 1240px;
}

.xgcbt-page-title-wrap {
	margin: 0 auto 18px;
	max-width: 1240px;
}

.xgcbt-page-title {
	color: var(--xgcbt-ink);
	font-family: var(--xgcbt-title-font);
	font-size: clamp(30px, 4vw, 42px);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1;
	margin: 0;
}

.xgcbt-cart-shell,
.xgcbt-checkout-shell {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
}

.xgcbt-cart-shell {
	align-items: start;
}

.xgcbt-cart-main {
	min-width: 0;
}

.xgcbt-cart-page .woocommerce-notices-wrapper,
.xgcbt-checkout-page .woocommerce-notices-wrapper {
	margin-bottom: 18px;
}

.xgcbt-cart-page .wc-mcpp-selector--cart {
	align-items: end;
	background: #fff;
	border: 1px solid rgba(10, 27, 48, 0.08);
	border-radius: 22px;
	box-shadow: var(--xgcbt-shadow);
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 160px) minmax(0, 220px) max-content;
	justify-content: start;
	margin: 0 0 22px;
	max-width: none;
	padding: 18px 20px;
	width: 100%;
}

.xgcbt-cart-page .wc-mcpp-selector--cart label {
	min-width: 0;
}

.xgcbt-cart-page .wc-mcpp-selector--cart label span {
	color: var(--xgcbt-ink-soft);
}

.xgcbt-cart-page .wc-mcpp-selector--cart select,
.xgcbt-cart-page .wc-mcpp-selector--cart .wc-mcpp-static {
	background: #f7f9fd;
	border: 1px solid #dce4ef;
	border-radius: 12px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
	font-weight: 700;
	min-width: 160px;
}

.xgcbt-cart-page .wc-mcpp-selector--cart button {
	align-self: end;
	background: #eef2ff;
	border: 1px solid rgba(86, 70, 255, 0.18);
	border-radius: 12px;
	box-shadow: none;
	color: #5546ff;
	font-weight: 800;
	justify-self: start;
	padding: 12px 18px;
}

.xgcbt-cart-page .wc-mcpp-selector--cart button:hover {
	background: #e0e7ff;
	color: #473adf;
	transform: none;
}

.xgcbt-cart-page .woocommerce-message,
.xgcbt-cart-page .woocommerce-info,
.xgcbt-cart-page .woocommerce-error,
.xgcbt-checkout-page .woocommerce-message,
.xgcbt-checkout-page .woocommerce-info,
.xgcbt-checkout-page .woocommerce-error {
	background: #fff;
	border: 1px solid var(--xgcbt-line);
	border-radius: 18px;
	box-shadow: none;
	color: var(--xgcbt-ink);
	padding: 16px 18px 16px 52px;
}

.xgcbt-cart-page form.woocommerce-cart-form,
.xgcbt-cart-page .cart-collaterals,
.xgcbt-checkout-page form.checkout {
	background: transparent;
	float: none;
	width: 100%;
}

.xgcbt-cart-form,
.xgcbt-cart-main,
.xgcbt-cart-collaterals,
.xgcbt-checkout-main,
.xgcbt-checkout-summary {
	min-width: 0;
}

.xgcbt-cart-list {
	display: grid;
	gap: 18px;
}

.xgcbt-cart-item {
	background: #fff;
	border: 1px solid var(--xgcbt-line);
	border-radius: 24px;
	box-shadow: var(--xgcbt-shadow);
	display: grid;
	gap: 18px;
	grid-template-columns: 132px minmax(0, 1fr);
	padding: 18px;
}

.xgcbt-cart-item-media a,
.xgcbt-cart-item-media img {
	display: block;
}

.xgcbt-cart-item-media img {
	border-radius: 18px;
	height: 132px;
	object-fit: cover;
	width: 132px;
}

.xgcbt-cart-item-body,
.xgcbt-cart-item-copy,
.xgcbt-cart-actions-copy,
.xgcbt-checkout-card-head {
	display: grid;
	gap: 10px;
}

.xgcbt-cart-item-top {
	align-items: start;
	display: flex;
	gap: 14px;
	justify-content: space-between;
}

.xgcbt-cart-item-kicker,
.xgcbt-cart-label {
	color: var(--xgcbt-ink-soft);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin: 0;
	text-transform: uppercase;
}

.xgcbt-cart-item-title {
	color: var(--xgcbt-ink);
	font-family: var(--xgcbt-title-font);
	font-size: clamp(18px, 1.7vw, 20px);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.12;
	margin: 0;
	max-width: 100%;
	overflow-wrap: anywhere;
	text-wrap: balance;
}

.xgcbt-cart-item-title a {
	color: inherit;
	text-decoration: none;
}

.xgcbt-cart-item-meta,
.xgcbt-cart-item-meta p,
.xgcbt-cart-actions-copy p,
.xgcbt-checkout-card-head p {
	color: var(--xgcbt-ink-soft);
	line-height: 1.7;
}

.xgcbt-cart-item-meta dl,
.xgcbt-cart-item-meta dt,
.xgcbt-cart-item-meta dd {
	margin: 0;
}

.xgcbt-cart-item-meta dl {
	display: grid;
	gap: 4px;
}

.xgcbt-remove-link {
	align-items: center;
	background: #eef2f6;
	border-radius: 999px;
	color: #65748b !important;
	display: inline-flex;
	font-size: 28px;
	height: 40px;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
	width: 40px;
}

.xgcbt-remove-link:hover {
	background: #e33d64;
	color: #fff !important;
	transform: scale(1.04);
}

.xgcbt-cart-item-bottom {
	border-top: 1px solid var(--xgcbt-line);
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 6px;
	padding-top: 16px;
}

.xgcbt-cart-price-block,
.xgcbt-cart-qty-block,
.xgcbt-cart-subtotal-block {
	background: transparent;
	border: 0;
	border-radius: 0;
	display: grid;
	gap: 6px;
	padding: 0;
}

.xgcbt-cart-qty-block {
	justify-items: center;
}

.xgcbt-cart-subtotal-block {
	justify-items: end;
	text-align: right;
}

.xgcbt-cart-price-block strong,
.xgcbt-cart-subtotal-block strong {
	color: var(--xgcbt-ink);
	font-size: 18px;
}

.xgcbt-cart-quantity-control {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #dce4ef;
	border-radius: 10px;
	display: inline-grid;
	grid-template-columns: 34px minmax(42px, auto) 34px;
	overflow: hidden;
}

.xgcbt-cart-fixed-quantity {
	color: var(--xgcbt-ink);
	font-size: 15px;
	font-weight: 700;
	line-height: 36px;
}

.xgcbt-cart-quantity-control .xgcbt-cart-quantity-button {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #64748b !important;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	min-height: 36px;
	padding: 0;
}

.xgcbt-cart-quantity-control .xgcbt-cart-quantity-button:hover {
	background: #e2e8f0;
	box-shadow: none;
	color: var(--xgcbt-ink) !important;
	transform: none;
}

.xgcbt-cart-page .xgcbt-cart-quantity-control .quantity .qty {
	appearance: textfield;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	min-height: 36px;
	padding: 4px;
	text-align: center;
	width: 48px;
}

.xgcbt-cart-page .xgcbt-cart-quantity-control .quantity .qty::-webkit-inner-spin-button,
.xgcbt-cart-page .xgcbt-cart-quantity-control .quantity .qty::-webkit-outer-spin-button {
	appearance: none;
	margin: 0;
}

.xgcbt-cart-actions,
.xgcbt-checkout-card {
	background: var(--xgcbt-surface);
	border: 1px solid var(--xgcbt-line);
	border-radius: 24px;
	box-shadow: var(--xgcbt-shadow);
	display: grid;
	gap: 18px;
	padding: 22px;
}

.xgcbt-cart-actions-copy h2,
.xgcbt-checkout-card-head h2 {
	color: var(--xgcbt-ink);
	font-family: var(--xgcbt-title-font);
	font-size: clamp(20px, 2.2vw, 24px);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.12;
	margin: 0;
}

.xgcbt-cart-actions-controls {
	align-items: stretch;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.xgcbt-cart-coupon {
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
	min-width: 0;
}

.xgcbt-cart-actions-controls > [name="update_cart"] {
	background: #f1f5f9;
	box-shadow: none;
	color: #334155 !important;
	white-space: nowrap;
}

.xgcbt-cart-actions-controls > [name="update_cart"]:hover {
	background: #e2e8f0;
	box-shadow: none;
	color: #172033 !important;
}

.xgcbt-cart-coupon > [name="apply_coupon"] {
	background: #1e293b;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14);
	color: #fff !important;
	white-space: nowrap;
}

.xgcbt-cart-coupon > [name="apply_coupon"]:hover {
	background: #0f172a;
}

.xgcbt-cart-coupon .input-text {
	background: #fbfdff;
	border: 1px solid var(--xgcbt-line);
	border-radius: 14px;
	color: var(--xgcbt-ink);
	min-height: 46px;
	min-width: 0;
	padding: 12px 14px;
	width: 100%;
}

.xgcbt-cart-page .xgcbt-cart-actions button:disabled,
.xgcbt-cart-page .xgcbt-cart-actions button.disabled {
	background: #e2e8f0 !important;
	box-shadow: none !important;
	color: #64748b !important;
	cursor: not-allowed;
	opacity: 1;
}

.xgcbt-cart-page table.shop_table,
.xgcbt-checkout-page table.shop_table,
.xgcbt-checkout-page #order_review {
	background: var(--xgcbt-surface);
	border: 1px solid var(--xgcbt-line);
	border-radius: 24px;
	box-shadow: var(--xgcbt-shadow);
	overflow: hidden;
}

.xgcbt-cart-page table.shop_table th,
.xgcbt-cart-page table.shop_table td,
.xgcbt-checkout-page table.shop_table th,
.xgcbt-checkout-page table.shop_table td {
	border-color: var(--xgcbt-line);
	padding: 18px 20px;
}

.xgcbt-cart-page table.shop_table thead th,
.xgcbt-checkout-page table.shop_table thead th {
	color: var(--xgcbt-ink-soft);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.xgcbt-cart-page .product-name a,
.xgcbt-cart-page .product-name,
.xgcbt-checkout-page .product-name {
	color: var(--xgcbt-ink);
	font-weight: 700;
	text-decoration: none;
}

.xgcbt-cart-page .product-thumbnail img {
	border-radius: 16px;
}

.xgcbt-cart-page .quantity .qty,
.xgcbt-checkout-page input[type="text"],
.xgcbt-checkout-page input[type="email"],
.xgcbt-checkout-page input[type="tel"],
.xgcbt-checkout-page textarea,
.xgcbt-checkout-page select {
	background: #fbfdff;
	border: 1px solid var(--xgcbt-line);
	border-radius: 14px;
	box-shadow: none;
	color: var(--xgcbt-ink);
	min-height: 48px;
	padding: 12px 14px;
}

.xgcbt-cart-page .quantity .qty:focus,
.xgcbt-checkout-page input:focus,
.xgcbt-checkout-page textarea:focus,
.xgcbt-checkout-page select:focus {
	border-color: rgba(0, 75, 147, 0.34);
	outline: 2px solid rgba(0, 75, 147, 0.08);
	outline-offset: 0;
}

.xgcbt-cart-page .cart-collaterals {
	display: block !important;
	margin-top: 0;
	min-width: 0;
	width: 100% !important;
}

.xgcbt-cart-page .cart_totals,
.xgcbt-checkout-page #order_review {
	background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
	border: 1px solid var(--xgcbt-line);
	border-radius: 24px;
	box-shadow: var(--xgcbt-shadow);
	padding: 0;
}

.xgcbt-cart-page .cart_totals {
	float: none !important;
	max-width: none;
	overflow: hidden;
	position: sticky;
	top: 24px;
	width: 100% !important;
}

.xgcbt-cart-page .cart_totals h2,
.xgcbt-checkout-page .woocommerce-billing-fields > h3,
.xgcbt-checkout-page .woocommerce-additional-fields > h3 {
	color: var(--xgcbt-ink);
	font-family: var(--xgcbt-title-font);
	font-size: clamp(18px, 2vw, 20px);
	font-weight: 800;
	letter-spacing: -0.03em;
	margin: 0 0 18px;
}

.xgcbt-cart-page .cart_totals h2 {
	align-items: center;
	display: flex;
	gap: 10px;
	padding: 24px 24px 0;
}

.xgcbt-cart-page .cart_totals h2::before {
	align-items: center;
	background: linear-gradient(135deg, #6e3bff, #4b54ff);
	border-radius: 12px;
	color: #fff;
	content: "\2630";
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	height: 28px;
	justify-content: center;
	line-height: 1;
	width: 28px;
}

.xgcbt-cart-page .cart_totals .shop_table {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	table-layout: fixed;
	width: 100%;
}

.xgcbt-cart-page .cart_totals .shop_table tr {
	display: table-row !important;
}

.xgcbt-cart-page .cart_totals .shop_table th,
.xgcbt-cart-page .cart_totals .shop_table td {
	box-sizing: border-box;
	display: table-cell !important;
	padding: 14px 24px;
	width: 50%;
}

.xgcbt-cart-page .cart_totals .shop_table th {
	color: var(--xgcbt-ink-soft);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.xgcbt-cart-page .cart_totals .shop_table td {
	color: var(--xgcbt-ink);
	font-weight: 800;
	text-align: right;
}

.xgcbt-cart-page .cart_totals .shop_table td .amount {
	white-space: nowrap;
}

.xgcbt-cart-page .cart_totals .shop_table td::before {
	display: none !important;
}

.xgcbt-cart-page .cart_totals .order-total th,
.xgcbt-cart-page .cart_totals .order-total td {
	border-top: 1px dashed rgba(10, 27, 48, 0.12);
	padding-top: 22px;
}

.xgcbt-cart-page .cart_totals .order-total th {
	color: var(--xgcbt-ink);
	font-size: 18px;
}

.xgcbt-cart-page .cart_totals .order-total td strong,
.xgcbt-cart-page .cart_totals .order-total td .amount {
	color: #544bff;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.xgcbt-cart-page .wc-proceed-to-checkout {
	padding: 10px 24px 8px;
}

.xgcbt-cart-page .checkout-button {
	background: linear-gradient(90deg, #8f2bff 0%, #544bff 100%);
	border-radius: 14px;
	box-shadow: 0 18px 32px rgba(84, 75, 255, 0.26);
	color: #fff !important;
	font-family: var(--xgcbt-title-font);
	font-size: 18px;
	font-weight: 900;
	min-height: 56px;
}

.xgcbt-cart-page .checkout-button:hover {
	background: linear-gradient(90deg, #8224f2 0%, #4a41ee 100%);
}

.xgcbt-cart-trust {
	align-items: center;
	color: #98a4b8;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 600;
	gap: 12px;
	justify-content: center;
	border-top: 1px solid var(--xgcbt-line);
	margin-top: 8px;
	padding: 16px 24px 20px;
	text-align: center;
}

.xgcbt-cart-trust span {
	align-items: center;
	display: inline-flex;
	gap: 6px;
	line-height: 1.3;
}

.xgcbt-cart-trust span::before {
	content: "\2022";
	font-size: 10px;
	line-height: 1;
}

.xgcbt-checkout-page .col2-set,
.xgcbt-checkout-page .woocommerce-checkout-review-order {
	float: none;
	width: 100%;
}

.xgcbt-checkout-page .col2-set {
	background: var(--xgcbt-surface);
	border: 1px solid var(--xgcbt-line);
	border-radius: 24px;
	box-shadow: none;
	padding: 0;
}

.xgcbt-checkout-page .col2-set .col-1,
.xgcbt-checkout-page .col2-set .col-2 {
	float: none;
	width: 100%;
}

.xgcbt-checkout-page .col2-set .col-2 {
	margin-top: 24px;
}

.xgcbt-checkout-page .woocommerce-checkout-payment {
	background: transparent !important;
	border-top: 1px solid var(--xgcbt-line) !important;
	padding: 20px !important;
}

.xgcbt-checkout-page ul.payment_methods {
	border-bottom: 1px solid var(--xgcbt-line) !important;
	margin: 0 !important;
	padding: 20px !important;
}

.xgcbt-checkout-page .payment_method_bacs > label {
	color: var(--xgcbt-ink);
	font-weight: 800;
}

.xgcbt-checkout-page .payment_box {
	background: var(--xgcbt-blue-soft) !important;
	border-radius: 18px !important;
	color: var(--xgcbt-ink) !important;
	margin-top: 12px !important;
}

.xgcbt-checkout-page .payment_box::before {
	display: none;
}

.xgcbt-cart-page .button,
.xgcbt-cart-page .checkout-button,
.xgcbt-checkout-page .button,
.xgcbt-checkout-page #place_order,
.xgcbt-proof-inline-link,
.xgcbt-proof-link,
.xgcbt-primary-button,
.xgcbt-secondary-button {
	align-items: center;
	background: var(--xgcbt-blue);
	border: 0;
	border-radius: 14px;
	box-shadow: 0 14px 30px rgba(0, 75, 147, 0.18);
	color: #fff !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 8px;
	justify-content: center;
	min-height: 46px;
	padding: 12px 18px;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.xgcbt-cart-page .button:hover,
.xgcbt-cart-page .checkout-button:hover,
.xgcbt-checkout-page .button:hover,
.xgcbt-checkout-page #place_order:hover,
.xgcbt-proof-inline-link:hover,
.xgcbt-proof-link:hover,
.xgcbt-primary-button:hover,
.xgcbt-secondary-button:hover {
	background: #0a5fb5;
	box-shadow: 0 18px 36px rgba(0, 75, 147, 0.24);
	color: #fff !important;
	transform: translateY(-1px);
}

.xgcbt-cart-page .button.alt,
.xgcbt-checkout-page #place_order {
	width: 100%;
}

.xgcbt-secondary-button {
	background: #edf4ff;
	box-shadow: none;
	color: var(--xgcbt-blue) !important;
}

.xgcbt-secondary-button:hover {
	background: #dceaff;
	color: var(--xgcbt-blue) !important;
}

.xgcbt-checkout-page .form-row label,
.xgcbt-checkout-page .woocommerce-terms-and-conditions-checkbox-text {
	color: var(--xgcbt-ink);
	font-weight: 700;
}

.xgcbt-checkout-page .woocommerce-privacy-policy-text,
.xgcbt-checkout-page .woocommerce-terms-and-conditions-wrapper p,
.xgcbt-checkout-page .woocommerce-bacs-bank-details,
.xgcbt-checkout-page .wc-bacs-bank-details p {
	color: var(--xgcbt-ink-soft);
	line-height: 1.75;
}

.xgcbt-checkout-page #ship-to-different-address,
.xgcbt-checkout-page .woocommerce-shipping-fields,
.xgcbt-checkout-page .shipping_address {
	display: none !important;
}

.xgcbt-checkout-page .woocommerce-additional-fields {
	margin-top: 22px;
}

.xgcbt-checkout-page .woocommerce-checkout-review-order-table th.product-total,
.xgcbt-checkout-page .woocommerce-checkout-review-order-table td.product-total {
	text-align: right;
}

.xgcbt-checkout-page .woocommerce-checkout-review-order-table tfoot th,
.xgcbt-checkout-page .woocommerce-checkout-review-order-table tfoot td {
	font-weight: 800;
}

.xgcbt-proof-panel,
.xgcbt-account-card {
	background: var(--xgcbt-surface);
	border: 1px solid var(--xgcbt-line);
	border-radius: 24px;
	box-shadow: var(--xgcbt-shadow);
	display: grid;
	gap: 22px;
	margin-top: 24px;
	overflow: hidden;
	padding: 24px;
}

.xgcbt-proof-head,
.xgcbt-account-card-head,
.xgcbt-proof-order-top {
	align-items: start;
	display: flex;
	gap: 14px;
	justify-content: space-between;
}

.xgcbt-proof-head h3,
.xgcbt-account-card-head h3 {
	color: var(--xgcbt-ink);
	font-size: 28px;
}

.xgcbt-proof-head p,
.xgcbt-account-card-head p,
.xgcbt-proof-card p,
.xgcbt-proof-inline-link,
.xgcbt-proof-order-card p {
	color: var(--xgcbt-ink-soft);
}

.xgcbt-proof-grid,
.xgcbt-proof-order-list {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.xgcbt-proof-card,
.xgcbt-proof-order-card {
	background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
	border: 1px solid var(--xgcbt-line);
	border-radius: 20px;
	display: grid;
	gap: 14px;
	padding: 20px;
}

.xgcbt-proof-card h4,
.xgcbt-proof-order-card h4 {
	color: var(--xgcbt-ink);
	font-size: 18px;
	font-weight: 800;
	margin: 0;
}

.xgcbt-proof-meta {
	font-size: 13px;
}

.xgcbt-proof-details {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.xgcbt-proof-details li {
	color: var(--xgcbt-ink-soft);
	font-size: 14px;
}

.xgcbt-proof-details strong {
	color: var(--xgcbt-ink);
}

.xgcbt-proof-badge,
.xgcbt-account-chip {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1;
	padding: 10px 12px;
	text-transform: uppercase;
	white-space: nowrap;
}

.xgcbt-proof-badge.is-none,
.xgcbt-account-chip {
	background: #eef2f6;
	color: #42526b;
}

.xgcbt-proof-badge.is-pending {
	background: var(--xgcbt-warning-soft);
	color: var(--xgcbt-warning);
}

.xgcbt-proof-badge.is-approved {
	background: var(--xgcbt-success-soft);
	color: var(--xgcbt-success);
}

.xgcbt-proof-badge.is-rejected {
	background: var(--xgcbt-danger-soft);
	color: var(--xgcbt-danger);
}

.xgcbt-upload-form {
	display: grid;
	gap: 14px;
}

.xgcbt-upload-dropzone {
	background:
		radial-gradient(circle at top right, rgba(0, 75, 147, 0.1), transparent 30%),
		linear-gradient(180deg, #fbfdff, #f2f7fd);
	border: 1px dashed rgba(0, 75, 147, 0.3);
	border-radius: 18px;
	cursor: pointer;
	display: block;
	padding: 18px;
	position: relative;
}

.xgcbt-upload-dropzone input[type="file"] {
	height: 100%;
	inset: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
}

.xgcbt-upload-dropzone-copy {
	display: grid;
	gap: 6px;
}

.xgcbt-upload-dropzone-copy strong {
	color: var(--xgcbt-ink);
	font-size: 15px;
}

.xgcbt-upload-dropzone-copy small,
.xgcbt-upload-file {
	color: var(--xgcbt-ink-soft);
	font-size: 13px;
}

.xgcbt-upload-feedback {
	border-radius: 16px;
	font-size: 13px;
	font-weight: 700;
	padding: 12px 14px;
}

.xgcbt-upload-feedback.is-info {
	background: var(--xgcbt-blue-soft);
	color: var(--xgcbt-blue);
}

.xgcbt-upload-feedback.is-error {
	background: var(--xgcbt-danger-soft);
	color: var(--xgcbt-danger);
}

.xgcbt-primary-button.is-loading {
	opacity: 0.7;
}

.xgcbt-proof-reason {
	background: #fff6f6;
	border: 1px solid rgba(180, 35, 24, 0.12);
	border-radius: 16px;
	padding: 14px;
}

.xgcbt-proof-reason strong {
	color: var(--xgcbt-danger);
	display: block;
	font-size: 13px;
	margin-bottom: 6px;
}

.xgcbt-proof-inline {
	display: grid;
	gap: 8px;
}

.xgcbt-proof-inline-link,
.xgcbt-proof-link {
	align-self: start;
	width: fit-content;
}

.xgcbt-proof-panel .xgcbt-primary-button {
	background: linear-gradient(135deg, #544bff 0%, #6a5cff 100%);
	box-shadow: 0 18px 36px rgba(84, 75, 255, 0.28);
	color: #ffffff !important;
}

.xgcbt-proof-panel .xgcbt-primary-button:hover,
.xgcbt-proof-panel .xgcbt-primary-button:focus {
	background: linear-gradient(135deg, #483ff0 0%, #5c4eff 100%);
	box-shadow: 0 20px 40px rgba(84, 75, 255, 0.32);
	color: #ffffff !important;
}

.xgcbt-proof-panel .xgcbt-primary-button:disabled,
.xgcbt-proof-panel .xgcbt-primary-button[disabled] {
	background: linear-gradient(135deg, #cfd9ea 0%, #b8c7de 100%);
	box-shadow: none;
	color: rgba(23, 32, 51, 0.72) !important;
	cursor: not-allowed;
	opacity: 1;
}

.xgcbt-proof-lockup {
	display: grid;
	gap: 12px;
}

.xgcbt-thankyou-shell {
	display: grid;
	gap: 24px;
	margin-top: 24px;
}

.xgcbt-thankyou-hero {
	align-items: center;
	background:
		radial-gradient(circle at top right, rgba(73, 148, 255, 0.2), transparent 32%),
		linear-gradient(135deg, rgba(13, 24, 47, 0.98), rgba(8, 20, 43, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 30px;
	box-shadow: 0 28px 64px rgba(7, 22, 43, 0.14);
	color: #fff;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.4fr) 160px;
	padding: 30px;
}

.xgcbt-thankyou-hero-copy {
	display: grid;
	gap: 16px;
}

.xgcbt-thankyou-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.xgcbt-thankyou-chip {
	align-items: center;
	background: rgba(17, 198, 130, 0.18);
	border: 1px solid rgba(17, 198, 130, 0.22);
	border-radius: 999px;
	color: #67f0bb;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	padding: 8px 12px;
	text-transform: uppercase;
}

.xgcbt-thankyou-order {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	font-weight: 700;
}

.xgcbt-thankyou-title {
	color: #fff;
	font-family: var(--xgcbt-title-font);
	font-size: clamp(34px, 4.2vw, 56px);
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 0.95;
	margin: 0;
}

.xgcbt-thankyou-title span,
.xgcbt-thankyou-title strong {
	color: #6c5cff;
}

.xgcbt-thankyou-copy {
	color: rgba(255, 255, 255, 0.84);
	font-size: 16px;
	line-height: 1.75;
	margin: 0;
	max-width: 620px;
}

.xgcbt-thankyou-progress {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
}

.xgcbt-thankyou-progress li {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.76);
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 8px;
	padding: 10px 14px;
}

.xgcbt-thankyou-progress li::before {
	content: "•";
	font-size: 18px;
	line-height: 1;
}

.xgcbt-thankyou-progress li.is-complete::before {
	color: #2fd698;
	content: "●";
}

.xgcbt-thankyou-progress li.is-active {
	background: #fff;
	color: var(--xgcbt-blue-deep);
}

.xgcbt-thankyou-progress li.is-active::before {
	color: var(--xgcbt-blue-deep);
	content: "3.";
	font-size: 13px;
	font-weight: 900;
}

.xgcbt-thankyou-hero-icon {
	align-items: center;
	color: rgba(255, 255, 255, 0.95);
	display: grid;
	justify-items: center;
}

.xgcbt-thankyou-hero-icon svg {
	filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.22));
	height: 92px;
	width: 92px;
}

.xgcbt-thankyou-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.9fr);
}

.xgcbt-thankyou-card {
	background: var(--xgcbt-surface);
	border: 1px solid var(--xgcbt-line);
	border-radius: 26px;
	box-shadow: var(--xgcbt-shadow);
	padding: 24px;
}

.xgcbt-thankyou-card--timeline {
	display: grid;
	gap: 20px;
}

.xgcbt-thankyou-card--timeline h3,
.xgcbt-thankyou-card--bank h3 {
	color: var(--xgcbt-blue-deep);
	font-family: var(--xgcbt-title-font);
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.04em;
	margin: 0;
}

.xgcbt-thankyou-timeline {
	display: grid;
	gap: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.xgcbt-thankyou-timeline li {
	column-gap: 16px;
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
}

.xgcbt-thankyou-step-number {
	align-items: center;
	background: #fff;
	border: 3px solid #5a4dff;
	border-radius: 999px;
	color: #5a4dff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	height: 24px;
	justify-content: center;
	line-height: 1;
	margin-top: 2px;
	position: relative;
	width: 24px;
}

.xgcbt-thankyou-step-number::after {
	background: linear-gradient(180deg, rgba(90, 77, 255, 0.2), rgba(90, 77, 255, 0));
	content: "";
	height: calc(100% + 54px);
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 1px;
}

.xgcbt-thankyou-timeline li:last-child .xgcbt-thankyou-step-number::after {
	display: none;
}

.xgcbt-thankyou-step-number.is-muted {
	border-color: #d7dff0;
	color: #90a0b8;
}

.xgcbt-thankyou-timeline strong {
	color: var(--xgcbt-blue-deep);
	display: block;
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 6px;
}

.xgcbt-thankyou-timeline p {
	color: var(--xgcbt-ink-soft);
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

.xgcbt-thankyou-cta {
	background: #f7f4ff;
	border: 1px solid rgba(90, 77, 255, 0.12);
	border-radius: 18px;
	display: grid;
	gap: 14px;
	justify-items: center;
	padding: 22px;
	text-align: center;
}

.xgcbt-thankyou-cta p {
	color: #6c5cff;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}

.xgcbt-thankyou-cta .xgcbt-primary-button {
	background: linear-gradient(135deg, #5a4dff, #6c5cff);
	border: 0;
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(90, 77, 255, 0.28);
	color: #fff;
	font-weight: 800;
	padding: 16px 22px;
	text-decoration: none;
}

.xgcbt-thankyou-card--bank {
	overflow: hidden;
	padding: 0;
}

.xgcbt-thankyou-amount {
	background:
		radial-gradient(circle at top right, rgba(90, 77, 255, 0.18), transparent 28%),
		linear-gradient(145deg, rgba(13, 24, 47, 0.98), rgba(8, 20, 43, 0.98));
	color: #fff;
	display: grid;
	gap: 8px;
	padding: 26px 24px 20px;
	text-align: center;
}

.xgcbt-thankyou-amount span {
	color: #6c5cff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.xgcbt-thankyou-amount strong {
	color: #fff;
	font-family: var(--xgcbt-title-font);
	font-size: clamp(34px, 4vw, 48px);
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 1;
}

.xgcbt-thankyou-amount small {
	color: rgba(255, 255, 255, 0.74);
	font-size: 13px;
}

.xgcbt-thankyou-bank-card {
	display: grid;
	gap: 16px;
	padding: 20px 20px 16px;
}

.xgcbt-thankyou-bank-row--destination span,
.xgcbt-thankyou-copy-field label,
.xgcbt-thankyou-bank-meta label {
	color: #8a97ab;
	display: block;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.xgcbt-thankyou-bank-row--destination strong,
.xgcbt-thankyou-bank-meta strong {
	color: var(--xgcbt-blue-deep);
	display: block;
	font-size: 18px;
	font-weight: 800;
}

.xgcbt-thankyou-copy-box {
	align-items: center;
	background: #fbfcff;
	border: 1px solid #dce5f2;
	border-radius: 12px;
	display: flex;
	min-height: 50px;
	padding: 0 14px;
}

.xgcbt-thankyou-copy-box span {
	color: var(--xgcbt-blue-deep);
	font-size: 14px;
	font-weight: 700;
	word-break: break-word;
}

.xgcbt-thankyou-bank-meta {
	border-top: 1px solid #e9eef6;
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding-top: 8px;
}

.xgcbt-thankyou-bank-note {
	border-top: 1px solid #eef3f8;
	color: var(--xgcbt-ink-soft);
	font-size: 12px;
	line-height: 1.7;
	margin: 0;
	padding-top: 12px;
}

.xgcbt-thankyou-footer-note {
	color: var(--xgcbt-ink-soft);
	font-size: 13px;
	line-height: 1.7;
	margin: 0;
	max-width: 860px;
	padding: 0 6px;
}

.xgcbt-proof-order-card h4 {
	font-size: 16px;
}

.xgcbt-proof-order-card p {
	margin: 0;
}

.xgcbt-checkout-page .wc-mcpp-selector--checkout {
	display: none !important;
}

.xgcbt-checkout-page .xgcbt-checkout-shell {
	align-items: start;
}

.xgcbt-checkout-page .xgcbt-hero {
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
}

.xgcbt-checkout-page .xgcbt-info-pill--stack {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	display: grid;
	gap: 4px;
	grid-template-columns: 42px minmax(0, 1fr);
	padding: 16px 18px;
}

.xgcbt-checkout-page .xgcbt-info-pill--stack::before {
	align-items: center;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	content: "";
	display: flex;
	grid-row: 1 / span 2;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.xgcbt-checkout-page .xgcbt-info-pill--stack:first-child::before {
	content: "\25A6";
	font-size: 15px;
}

.xgcbt-checkout-page .xgcbt-info-pill--stack:last-child::before {
	content: "\2315";
	font-size: 18px;
}

.xgcbt-checkout-page .xgcbt-info-pill--stack strong {
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.xgcbt-checkout-page .xgcbt-info-pill--stack span {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.xgcbt-checkout-page .woocommerce-form-coupon-toggle {
	margin: 0 auto 24px;
	max-width: 1240px;
}

.xgcbt-checkout-page .woocommerce-form-coupon-toggle .woocommerce-info {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(10, 27, 48, 0.08);
	border-radius: 20px;
	box-shadow: var(--xgcbt-shadow);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 18px 22px 18px 76px;
	position: relative;
}

.xgcbt-checkout-page .woocommerce-form-coupon-toggle .woocommerce-info::before {
	align-items: center;
	background: #eef2f7;
	border-radius: 999px;
	color: #90a0b8;
	content: "\25AC";
	display: inline-flex;
	font-size: 18px;
	height: 42px;
	justify-content: center;
	left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
}

.xgcbt-checkout-page form.checkout_coupon {
	background: #fff;
	border: 1px solid rgba(10, 27, 48, 0.08);
	border-radius: 20px;
	box-shadow: var(--xgcbt-shadow);
	margin: -8px auto 24px;
	max-width: 1240px;
	padding: 18px 20px;
}

.xgcbt-checkout-page form.checkout_coupon p {
	color: var(--xgcbt-ink-soft);
}

.xgcbt-checkout-page .xgcbt-checkout-card--details {
	padding: 32px;
}

.xgcbt-checkout-page .xgcbt-checkout-card--summary {
	padding: 0;
	position: sticky;
	top: 24px;
}

.xgcbt-checkout-page .xgcbt-checkout-card--summary .xgcbt-checkout-card-head {
	padding: 26px 24px 18px;
}

.xgcbt-checkout-page .xgcbt-checkout-card--summary .xgcbt-checkout-card-head p {
	max-width: 420px;
}

.xgcbt-checkout-page .xgcbt-checkout-eyebrow {
	color: #8ea0bc;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin: 0;
	text-transform: uppercase;
}

.xgcbt-checkout-page .xgcbt-checkout-title {
	color: var(--xgcbt-ink);
	font-family: var(--xgcbt-title-font);
	font-size: clamp(28px, 3vw, 30px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.08;
	margin: 0;
}

.xgcbt-checkout-page .xgcbt-checkout-copy {
	color: var(--xgcbt-ink-soft);
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
}

.xgcbt-checkout-page .xgcbt-checkout-fields-shell {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
}

.xgcbt-checkout-page .xgcbt-checkout-field {
	margin: 0;
}

.xgcbt-checkout-page .xgcbt-checkout-field-label {
	color: var(--xgcbt-ink);
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 8px;
}

.xgcbt-checkout-page .xgcbt-checkout-field-label .optional {
	color: #8fa0b8;
	font-weight: 500;
}

.xgcbt-checkout-page .xgcbt-checkout-field-input {
	background: #fbfdff;
	border: 1px solid #d8e0ec;
	border-radius: 14px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
	color: var(--xgcbt-ink);
	font-size: 16px;
	line-height: 1.4;
	min-height: 46px;
	padding: 12px 14px;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
	width: 100%;
}

.xgcbt-checkout-page .xgcbt-checkout-field-input::placeholder {
	color: #99a8bd;
}

.xgcbt-checkout-page .xgcbt-checkout-field-input:focus {
	background: #fff;
	border-color: rgba(84, 75, 255, 0.3);
	box-shadow: 0 0 0 3px rgba(84, 75, 255, 0.08);
	outline: 0;
}

.xgcbt-checkout-page .xgcbt-checkout-field-input--name,
.xgcbt-checkout-page .xgcbt-checkout-field-input--email,
.xgcbt-checkout-page .xgcbt-checkout-field-input--phone {
	background-position: 14px center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	padding-left: 42px;
}

.xgcbt-checkout-page .xgcbt-checkout-field-input--name {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2390a0b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.xgcbt-checkout-page .xgcbt-checkout-field-input--email {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2390a0b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.xgcbt-checkout-page .xgcbt-checkout-field-input--phone {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2390a0b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07A19.5 19.5 0 0 1 3.15 10.8 19.8 19.8 0 0 1 .08 2.09 2 2 0 0 1 2.06-.09h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.62a2 2 0 0 1-.45 2.11L6 7.59a16 16 0 0 0 10.41 10.4l1.23-1.22a2 2 0 0 1 2.11-.45c.84.29 1.72.5 2.62.62A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.xgcbt-checkout-page .xgcbt-checkout-field-description {
	color: #94a2b8;
	font-size: 13px;
	line-height: 1.45;
	margin-top: 8px;
}

.xgcbt-checkout-page .xgcbt-summary-table {
	background: transparent;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	box-shadow: none;
	margin: 0;
	width: 100%;
}

.xgcbt-checkout-page .xgcbt-summary-table-head th {
	background: rgba(255, 255, 255, 0.4);
	border-bottom: 1px solid #dce4ef;
	color: #51627d;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.12em;
	padding: 16px 24px;
	text-transform: uppercase;
}

.xgcbt-checkout-page .xgcbt-summary-col--subtotal,
.xgcbt-checkout-page .xgcbt-summary-cell--subtotal {
	text-align: right;
}

.xgcbt-checkout-page .xgcbt-summary-item td {
	border-bottom: 1px solid #dce4ef;
	padding: 18px 24px;
	vertical-align: middle;
}

.xgcbt-checkout-page .xgcbt-summary-row th,
.xgcbt-checkout-page .xgcbt-summary-row td {
	border-bottom: 1px solid #dce4ef;
	padding: 16px 24px;
}

.xgcbt-checkout-page .xgcbt-summary-foot-label,
.xgcbt-checkout-page .xgcbt-summary-foot-value {
	color: #42526b;
	font-size: 15px;
	font-weight: 700;
}

.xgcbt-checkout-page .xgcbt-summary-foot-value {
	text-align: right;
}

.xgcbt-checkout-page .xgcbt-summary-row--total th,
.xgcbt-checkout-page .xgcbt-summary-row--total td {
	border-bottom: 0;
	padding-bottom: 22px;
	padding-top: 18px;
}

.xgcbt-checkout-page .xgcbt-summary-total-label {
	color: var(--xgcbt-ink);
	font-family: var(--xgcbt-title-font);
	font-size: 18px;
	font-weight: 800;
}

.xgcbt-checkout-page .xgcbt-summary-total-value {
	text-align: right;
}

.xgcbt-checkout-page .xgcbt-summary-total-value .amount {
	color: #544bff;
	font-family: var(--xgcbt-title-font);
	font-size: 18px;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.xgcbt-checkout-page .xgcbt-payment-panel {
	background: #fff;
	border-top: 1px solid #dce4ef !important;
}

.xgcbt-checkout-page .xgcbt-payment-methods {
	border-bottom: 1px solid #dce4ef !important;
	margin: 0 !important;
	padding: 18px 24px 16px !important;
}

.xgcbt-checkout-page .xgcbt-payment-place-order {
	padding: 18px 24px 24px !important;
}

.xgcbt-checkout-page .xgcbt-payment-submit {
	font-family: var(--xgcbt-title-font);
	font-size: 18px;
	font-weight: 900;
}

.xgcbt-checkout-page .woocommerce-billing-fields {
	margin-top: 20px;
}

.xgcbt-checkout-page .woocommerce-billing-fields__field-wrapper,
.xgcbt-checkout-page .woocommerce-additional-fields__field-wrapper {
	display: grid;
	gap: 18px;
}

.xgcbt-checkout-page .woocommerce-additional-fields {
	margin-top: 28px;
}

.xgcbt-checkout-page .form-row .optional {
	color: #8fa0b8;
	font-weight: 500;
}

.xgcbt-checkout-page #billing_first_name,
.xgcbt-checkout-page #billing_email,
.xgcbt-checkout-page #billing_phone {
	background-position: 14px center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	padding-left: 42px;
}

.xgcbt-checkout-page #billing_first_name {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2390a0b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.xgcbt-checkout-page #billing_email {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2390a0b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.xgcbt-checkout-page #billing_phone {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2390a0b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07A19.5 19.5 0 0 1 3.15 10.8 19.8 19.8 0 0 1 .08 2.09 2 2 0 0 1 2.06-.09h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.62a2 2 0 0 1-.45 2.11L6 7.59a16 16 0 0 0 10.41 10.4l1.23-1.22a2 2 0 0 1 2.11-.45c.84.29 1.72.5 2.62.62A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.xgcbt-checkout-page #order_comments {
	min-height: 112px;
}

.xgcbt-checkout-page #order_review {
	background: linear-gradient(180deg, #eef3fa 0%, #ffffff 100%);
	border: 0;
	border-radius: 0 0 24px 24px;
	box-shadow: none;
}

.xgcbt-checkout-page .woocommerce-checkout-review-order-table {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
}

.xgcbt-checkout-page .woocommerce-checkout-review-order-table th,
.xgcbt-checkout-page .woocommerce-checkout-review-order-table td {
	padding-left: 24px;
	padding-right: 24px;
}

.xgcbt-checkout-page .woocommerce-checkout-review-order-table thead th {
	background: rgba(255, 255, 255, 0.4);
}

.xgcbt-checkout-product {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: 42px minmax(0, 1fr);
}

.xgcbt-checkout-product-media img {
	border-radius: 6px;
	display: block;
	height: 42px;
	object-fit: cover;
	width: 42px;
}

.xgcbt-checkout-product-copy {
	display: grid;
	gap: 3px;
}

.xgcbt-checkout-product-title {
	color: var(--xgcbt-ink);
	font-family: var(--xgcbt-title-font);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
}

.xgcbt-checkout-product-meta,
.xgcbt-checkout-product-meta dl,
.xgcbt-checkout-product-meta dt,
.xgcbt-checkout-product-meta dd {
	color: #7b8aa4;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	margin: 0;
}

.xgcbt-checkout-product-meta dl {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.xgcbt-checkout-product-qty {
	color: #61728e;
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-left: 56px;
	margin-top: 4px;
}

.xgcbt-checkout-page .woocommerce-checkout-review-order-table .cart-subtotal th,
.xgcbt-checkout-page .woocommerce-checkout-review-order-table .cart-subtotal td {
	padding-top: 18px;
}

.xgcbt-checkout-page .woocommerce-checkout-review-order-table .order-total th,
.xgcbt-checkout-page .woocommerce-checkout-review-order-table .order-total td {
	padding-bottom: 24px;
	padding-top: 20px;
}

.xgcbt-checkout-page .woocommerce-checkout-review-order-table .order-total th {
	color: var(--xgcbt-ink);
	font-size: 18px;
}

.xgcbt-checkout-page .woocommerce-checkout-review-order-table .order-total .amount {
	color: #544bff;
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 900;
	letter-spacing: -0.04em;
}

.xgcbt-checkout-page .payment_method_bacs > label {
	align-items: center;
	display: flex;
	font-size: 18px;
	gap: 10px;
}

.xgcbt-checkout-page .payment_method_bacs > label::before {
	color: #544bff;
	content: "\25A6";
	font-size: 16px;
}

.xgcbt-checkout-page .payment_box {
	background: rgba(243, 241, 255, 0.92) !important;
	border: 1px solid rgba(84, 75, 255, 0.12);
	border-radius: 16px !important;
	padding: 18px 16px !important;
	position: relative;
}

.xgcbt-checkout-page .payment_box::after {
	background: rgba(243, 241, 255, 0.92);
	border-left: 1px solid rgba(84, 75, 255, 0.12);
	border-top: 1px solid rgba(84, 75, 255, 0.12);
	content: "";
	height: 14px;
	left: 24px;
	position: absolute;
	top: -8px;
	transform: rotate(45deg);
	width: 14px;
}

.xgcbt-checkout-page .place-order {
	padding: 18px 24px 24px !important;
}

.xgcbt-checkout-page #place_order {
	background: #121b31;
	border-radius: 14px;
	box-shadow: 0 18px 32px rgba(9, 18, 35, 0.18);
	font-size: 18px;
	font-weight: 900;
	min-height: 56px;
}

.xgcbt-checkout-page #place_order::after {
	content: " \25CF";
	font-size: 12px;
	margin-left: 6px;
}

.xgcbt-checkout-page #place_order:hover {
	background: #0d1527;
}

.xgcbt-checkout-security-note {
	color: #95a2b7;
	font-size: 13px;
	margin: 12px 0 0;
	text-align: center;
}

.xgcbt-checkout-security-note::before {
	content: "\1F512";
	margin-right: 6px;
}

.xgcbt-thankyou-proof-section,
.xgcbt-order-access {
	scroll-margin-top: 28px;
}

.xgcbt-thankyou-proof-section .xgcbt-proof-panel {
	margin-top: 0;
}

.xgcbt-order-access {
	align-items: center;
	background: #f2f4f6;
	border: 1px solid rgba(23, 32, 51, 0.06);
	border-radius: 30px;
	display: grid;
	gap: clamp(20px, 3vw, 36px);
	grid-template-columns: minmax(170px, 0.78fr) minmax(360px, 1.12fr) minmax(170px, 0.78fr);
	overflow: hidden;
	padding: clamp(32px, 5vw, 58px) clamp(22px, 4vw, 48px);
	position: relative;
}

.xgcbt-order-access::before {
	background: radial-gradient(circle, rgba(0, 75, 147, 0.12), transparent 68%);
	content: "";
	height: 440px;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 620px;
}

.xgcbt-order-access-art {
	filter: drop-shadow(0 28px 24px rgba(9, 24, 42, 0.2));
	position: relative;
	z-index: 1;
}

.xgcbt-order-access-art img {
	aspect-ratio: 3 / 4;
	border-radius: 16px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.xgcbt-order-access-art--left {
	transform: rotate(-4deg);
}

.xgcbt-order-access-art--right {
	transform: rotate(4deg);
}

.xgcbt-order-access-card {
	background: #ffffff;
	border: 1px solid rgba(23, 32, 51, 0.07);
	border-radius: 18px;
	box-shadow: 0 24px 56px rgba(8, 24, 42, 0.12);
	display: grid;
	gap: 0;
	padding: clamp(26px, 4vw, 40px);
	position: relative;
	z-index: 2;
}

.xgcbt-order-access-kicker {
	color: var(--xgcbt-blue);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.14em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.xgcbt-order-access-card h3 {
	color: #191d24;
	font-family: var(--xgcbt-title-font);
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.08;
	margin: 0;
}

.xgcbt-order-access-copy {
	color: #647083;
	font-size: 14px;
	line-height: 1.65;
	margin: 12px 0 24px;
}

.xgcbt-order-access-form {
	display: grid;
	gap: 17px;
}

.xgcbt-order-access-field {
	display: grid;
	gap: 8px;
	margin: 0;
}

.xgcbt-order-access-field > span,
.xgcbt-order-access-label-row > span {
	color: #202631;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.xgcbt-order-access-label-row {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.xgcbt-order-access-label-row a {
	color: var(--xgcbt-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.xgcbt-order-access-field input {
	appearance: none;
	background: #f5f7fa;
	border: 1px solid #dfe4ea;
	border-radius: 9px;
	box-sizing: border-box;
	box-shadow: none;
	color: #1d2633;
	font-size: 14px;
	min-height: 48px;
	outline: 0;
	padding: 12px 14px;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
	width: 100%;
}

.xgcbt-order-access-field input[readonly] {
	color: #697586;
	cursor: not-allowed;
}

.xgcbt-order-access-field input:focus {
	background: #ffffff;
	border-color: var(--xgcbt-blue);
	box-shadow: 0 0 0 3px rgba(0, 75, 147, 0.12);
}

.xgcbt-order-access-submit {
	background: #0868b8;
	border: 0;
	border-radius: 9px;
	box-shadow: 0 12px 24px rgba(0, 75, 147, 0.2);
	color: #ffffff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.03em;
	margin-top: 3px;
	min-height: 48px;
	padding: 12px 18px;
	transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	width: 100%;
}

.xgcbt-order-access-submit:hover,
.xgcbt-order-access-submit:focus-visible {
	background: #00589f;
	box-shadow: 0 15px 28px rgba(0, 75, 147, 0.27);
	transform: translateY(-1px);
}

.xgcbt-order-access-submit:focus-visible,
.xgcbt-order-access-skip:focus-visible,
.xgcbt-order-access-label-row a:focus-visible {
	outline: 3px solid rgba(0, 75, 147, 0.24);
	outline-offset: 3px;
}

.xgcbt-order-access-submit:disabled {
	background: #9db2c6;
	box-shadow: none;
	cursor: wait;
	transform: none;
}

.xgcbt-order-access-feedback {
	border-radius: 10px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	padding: 11px 13px;
}

.xgcbt-order-access-feedback.is-info {
	background: var(--xgcbt-blue-soft);
	color: var(--xgcbt-blue);
}

.xgcbt-order-access-feedback.is-success {
	background: var(--xgcbt-success-soft);
	color: var(--xgcbt-success);
}

.xgcbt-order-access-feedback.is-error {
	background: var(--xgcbt-danger-soft);
	color: var(--xgcbt-danger);
}

.xgcbt-order-access-skip {
	color: #667181;
	font-size: 12px;
	font-weight: 700;
	justify-self: center;
	margin-top: 24px;
	text-decoration: none;
}

.xgcbt-order-access-skip:hover {
	color: var(--xgcbt-blue);
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 980px) {
	.xgcbt-hero,
	.xgcbt-cart-shell,
	.xgcbt-checkout-shell,
	.xgcbt-proof-grid,
	.xgcbt-proof-order-list,
	.xgcbt-thankyou-grid,
	.xgcbt-thankyou-hero {
		grid-template-columns: 1fr;
	}

	.xgcbt-checkout-page .xgcbt-hero {
		grid-template-columns: 1fr;
	}

	.xgcbt-cart-page .wc-mcpp-selector--cart {
		width: 100%;
	}

	.xgcbt-cart-collaterals,
	.xgcbt-checkout-summary {
		order: 2;
	}

	.xgcbt-cart-page .cart_totals {
		position: static;
	}

	.xgcbt-order-access {
		grid-template-columns: minmax(120px, 0.55fr) minmax(340px, 1.2fr) minmax(120px, 0.55fr);
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 720px) {
	.xgcbt-hero,
	.xgcbt-proof-panel,
	.xgcbt-account-card,
	.xgcbt-checkout-card,
	.xgcbt-cart-actions,
	.xgcbt-thankyou-hero,
	.xgcbt-thankyou-card {
		padding: 18px;
	}

	.xgcbt-hero::after {
		left: 18px;
		right: 18px;
		top: 82px;
	}

	.xgcbt-proof-head,
	.xgcbt-account-card-head,
	.xgcbt-proof-order-top,
	.xgcbt-cart-item-top {
		flex-direction: column;
	}

	.xgcbt-checkout-page .woocommerce-form-coupon-toggle .woocommerce-info,
	.xgcbt-checkout-page form.checkout_coupon,
	.xgcbt-checkout-page .xgcbt-checkout-card--details,
	.xgcbt-checkout-page .xgcbt-checkout-card--summary .xgcbt-checkout-card-head {
		padding-left: 18px;
		padding-right: 18px;
	}

	.xgcbt-cart-page .wc-mcpp-selector--cart {
		grid-template-columns: 1fr;
	}

	.xgcbt-cart-page .wc-mcpp-selector--cart button {
		justify-self: stretch;
	}

	.xgcbt-cart-actions-controls,
	.xgcbt-cart-coupon {
		grid-template-columns: 1fr;
	}

	.xgcbt-cart-actions-controls button,
	.xgcbt-cart-coupon button {
		justify-content: center;
		width: 100%;
	}

	.xgcbt-cart-page .cart_totals .shop_table th,
	.xgcbt-cart-page .cart_totals .shop_table td {
		padding-left: 18px;
		padding-right: 18px;
	}

	.xgcbt-thankyou-meta,
	.xgcbt-thankyou-progress {
		gap: 10px;
	}

	.xgcbt-thankyou-hero {
		padding: 22px 18px;
	}

	.xgcbt-thankyou-bank-meta {
		grid-template-columns: 1fr;
	}

	.xgcbt-cart-item {
		grid-template-columns: 1fr;
	}

	.xgcbt-cart-item-media img {
		height: auto;
		width: 100%;
	}

	.xgcbt-cart-item-bottom {
		grid-template-columns: 1fr;
	}

	.xgcbt-cart-page table.shop_table th,
	.xgcbt-cart-page table.shop_table td,
	.xgcbt-checkout-page table.shop_table th,
	.xgcbt-checkout-page table.shop_table td {
		padding: 14px;
	}

	.xgcbt-order-access {
		gap: 16px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 24px 16px;
	}

	.xgcbt-order-access-art {
		max-height: 150px;
		overflow: hidden;
	}

	.xgcbt-order-access-art--left {
		grid-column: 1;
		grid-row: 1;
	}

	.xgcbt-order-access-art--right {
		grid-column: 2;
		grid-row: 1;
	}

	.xgcbt-order-access-art img {
		aspect-ratio: 16 / 10;
		height: 150px;
	}

	.xgcbt-order-access-card {
		grid-column: 1 / -1;
		grid-row: 2;
		padding: 24px 18px;
	}

	.xgcbt-order-access-label-row {
		align-items: start;
		flex-direction: column;
		gap: 5px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.xgcbt-order-access-submit,
	.xgcbt-order-access-field input {
		transition: none;
	}
}
