body.ch-checkout-steps-active form.checkout {
	display: block;
	font-family: var(--ch-checkout-font-family, inherit);
}

body.ch-checkout-steps-active form.checkout h1,
body.ch-checkout-steps-active form.checkout h2,
body.ch-checkout-steps-active form.checkout h3,
body.ch-checkout-steps-active form.checkout h4,
body.ch-checkout-steps-active form.checkout label,
body.ch-checkout-steps-active form.checkout span,
body.ch-checkout-steps-active form.checkout p,
body.ch-checkout-steps-active form.checkout input,
body.ch-checkout-steps-active form.checkout select,
body.ch-checkout-steps-active form.checkout textarea,
body.ch-checkout-steps-active form.checkout button {
	font-family: var(--ch-checkout-font-family, inherit);
}

body.ch-checkout-steps-active form.checkout .form-row {
	margin: 0 0 12px;
}

body.woocommerce-cart .woocommerce-cart-form td.product-remove {
	text-align: center;
	vertical-align: middle;
}

body.woocommerce-cart .woocommerce-cart-form td.product-remove a.remove {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin: 8px auto;
	border: 0 !important;
	border-radius: 999px;
	background: transparent !important;
	color: #6b7280 !important;
	font-size: 24px;
	font-family: Arial, sans-serif !important;
	font-weight: 400 !important;
	line-height: 1;
	opacity: 1 !important;
	overflow: visible !important;
	text-align: center;
	text-indent: 0 !important;
	text-decoration: none;
	box-shadow: none !important;
	transition: background 140ms ease, color 140ms ease, transform 140ms ease;
}

body.woocommerce-cart .woocommerce-cart-form td.product-remove a.remove:visited {
	color: #6b7280 !important;
}

body.woocommerce-cart .woocommerce-cart-form td.product-remove a.remove:hover,
body.woocommerce-cart .woocommerce-cart-form td.product-remove a.remove:focus-visible {
	background: transparent !important;
	box-shadow: none !important;
	color: #7c3aed !important;
	transform: scale(1.04);
}

body.woocommerce-cart .woocommerce-cart-form td.product-remove a.remove::before,
body.woocommerce-cart .woocommerce-cart-form td.product-remove a.remove::after {
	color: inherit !important;
	box-shadow: none !important;
}

body.woocommerce-cart .woocommerce-cart-form .quantity .action.plus,
body.woocommerce-cart .woocommerce-cart-form .quantity .action.minus {
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.woocommerce-cart .woocommerce-cart-form .quantity input.qty {
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.woocommerce-cart .woocommerce-cart-form button[name="apply_coupon"],
body.woocommerce-cart .woocommerce-cart-form button[name="update_cart"],
body.ch-checkout-steps-active .brxe-woocommerce-checkout-coupon button[name="apply_coupon"] {
	border: 1px solid var(--ch-checkout-border, #d8dde5) !important;
	background: var(--ch-checkout-secondary-bg, #f8fafc) !important;
	color: var(--ch-checkout-secondary-text, #374151) !important;
	box-shadow: none !important;
}

body.woocommerce-cart .woocommerce-cart-form button[name="apply_coupon"]:hover,
body.woocommerce-cart .woocommerce-cart-form button[name="apply_coupon"]:focus-visible,
body.woocommerce-cart .woocommerce-cart-form button[name="update_cart"]:hover,
body.woocommerce-cart .woocommerce-cart-form button[name="update_cart"]:focus-visible,
body.ch-checkout-steps-active .brxe-woocommerce-checkout-coupon button[name="apply_coupon"]:hover,
body.ch-checkout-steps-active .brxe-woocommerce-checkout-coupon button[name="apply_coupon"]:focus-visible {
	border-color: var(--ch-checkout-border, #cbd5e1) !important;
	background: var(--ch-checkout-secondary-hover-bg, #f1f5f9) !important;
	color: var(--ch-checkout-secondary-hover-text, #111827) !important;
}

body.woocommerce-cart .woocommerce-cart-form button[name="update_cart"]:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cart_totals table,
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td {
	color: var(--ch-checkout-text, #111827);
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	border-color: var(--ch-checkout-primary-bg, #ccff00) !important;
	background: var(--ch-checkout-primary-bg, #ccff00) !important;
	background-color: var(--ch-checkout-primary-bg, #ccff00) !important;
	color: var(--ch-checkout-primary-text, #2E3238) !important;
	box-shadow: none !important;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:focus,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:focus-visible,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:active {
	border-color: var(--ch-checkout-primary-bg, #ccff00) !important;
	background: var(--ch-checkout-primary-bg, #ccff00) !important;
	background-color: var(--ch-checkout-primary-bg, #ccff00) !important;
	color: var(--ch-checkout-primary-text, #2E3238) !important;
	opacity: 0.9;
}

body.woocommerce-cart .woocommerce-cart-form strong,
body.woocommerce-cart .woocommerce-cart-form b,
body.woocommerce-cart .woocommerce-cart-form th,
body.woocommerce-cart .cart_totals strong,
body.woocommerce-cart .cart_totals b,
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals h2,
body.ch-checkout-steps-active form.checkout strong,
body.ch-checkout-steps-active form.checkout b,
body.ch-checkout-steps-active form.checkout th,
body.ch-checkout-steps-active form.checkout label,
body.ch-checkout-steps-active form.checkout h1,
body.ch-checkout-steps-active form.checkout h2,
body.ch-checkout-steps-active form.checkout h3,
body.ch-checkout-steps-active form.checkout h4 {
	font-weight: 500;
}

@media (max-width: 768px) {
	body.woocommerce-cart .woocommerce-cart-form {
		box-sizing: border-box;
		width: 100%;
		padding-right: 16px;
		padding-left: 16px;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive {
		width: 100%;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tbody,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr.cart_item,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr.cart_item td,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr.cart_item th {
		box-sizing: border-box;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr.cart_item {
		display: block;
		width: 100%;
		padding: 16px 0;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr.cart_item td,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr.cart_item th {
		padding-right: 0;
		padding-left: 0;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr.cart_item .product-thumbnail {
		padding-top: 0;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr.cart_item .product-name,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr.cart_item .product-price,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr.cart_item .product-quantity,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr.cart_item .product-subtotal {
		margin-top: 18px;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr.cart_item .product-price,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr.cart_item .product-quantity,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr.cart_item .product-subtotal {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr.cart_item .product-price::before,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr.cart_item .product-quantity::before,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr.cart_item .product-subtotal::before {
		float: none;
		padding-right: 0;
	}
}

body.ch-checkout-step-current-1 form.checkout .brxe-woocommerce-checkout-customer-details,
body.ch-checkout-step-current-1 form.checkout #customer_details {
	width: min(760px, 100%);
	margin-right: auto;
	margin-left: auto;
}

body.ch-checkout-step-current-2 form.checkout .brxe-woocommerce-checkout-order-review,
body.ch-checkout-step-current-2 form.checkout #order_review,
body.ch-checkout-step-current-3 form.checkout .brxe-woocommerce-checkout-order-review,
body.ch-checkout-step-current-3 form.checkout #order_review,
body.ch-checkout-step-current-4 form.checkout .brxe-woocommerce-checkout-order-review,
body.ch-checkout-step-current-4 form.checkout #order_review {
	width: min(760px, 100%);
	margin-right: auto;
	margin-left: auto;
}

body.ch-checkout-steps-active form.checkout .form-row-first,
body.ch-checkout-steps-active form.checkout .form-row-last {
	width: calc(50% - 8px);
}

body.ch-checkout-steps-active form.checkout .form-row-first {
	float: left;
}

body.ch-checkout-steps-active form.checkout .form-row-last {
	float: right;
}

body.ch-checkout-steps-active form.checkout label {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin: 0 0 7px;
	color: #1f2937;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.25;
}

body.ch-checkout-steps-active form.checkout .required,
body.ch-checkout-steps-active form.checkout abbr.required {
	color: #c2410c;
	text-decoration: none;
}

body.ch-checkout-steps-active form.checkout input.input-text,
body.ch-checkout-steps-active form.checkout input[type="text"],
body.ch-checkout-steps-active form.checkout input[type="email"],
body.ch-checkout-steps-active form.checkout input[type="tel"],
body.ch-checkout-steps-active form.checkout input[type="password"],
body.ch-checkout-steps-active form.checkout select,
body.ch-checkout-steps-active form.checkout textarea {
	width: 100%;
	min-height: 38px;
	padding: 8px 11px;
	border: 1px solid var(--ch-checkout-border, #d8dde5);
	border-radius: 7px;
	background: var(--ch-checkout-panel-bg, #fff);
	color: var(--ch-checkout-text, #111827);
	font-size: 14px;
	line-height: 1.35;
	box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
	transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

body.ch-checkout-steps-active form.checkout textarea {
	min-height: 76px;
	resize: vertical;
}

body.ch-checkout-steps-active form.checkout select {
	appearance: auto;
}

body.ch-checkout-steps-active form.checkout input.input-text:focus,
body.ch-checkout-steps-active form.checkout input[type="text"]:focus,
body.ch-checkout-steps-active form.checkout input[type="email"]:focus,
body.ch-checkout-steps-active form.checkout input[type="tel"]:focus,
body.ch-checkout-steps-active form.checkout input[type="password"]:focus,
body.ch-checkout-steps-active form.checkout select:focus,
body.ch-checkout-steps-active form.checkout textarea:focus {
	border-color: var(--ch-checkout-accent, #111);
	outline: none;
	box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.1);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--ch-checkout-accent, #111) 14%, transparent);
}

body.ch-checkout-steps-active form.checkout .woocommerce-invalid input.input-text,
body.ch-checkout-steps-active form.checkout .woocommerce-invalid select,
body.ch-checkout-steps-active form.checkout .woocommerce-invalid textarea {
	border-color: #dc2626;
	background: #fff7f7;
}

body.ch-checkout-steps-active form.checkout .woocommerce-validated input.input-text,
body.ch-checkout-steps-active form.checkout .woocommerce-validated select,
body.ch-checkout-steps-active form.checkout .woocommerce-validated textarea {
	border-color: #16804f !important;
}

body.ch-checkout-steps-active form.checkout .ch-checkout-field-filled:not(.woocommerce-invalid) input.input-text,
body.ch-checkout-steps-active form.checkout .ch-checkout-field-filled:not(.woocommerce-invalid) input[type="text"],
body.ch-checkout-steps-active form.checkout .ch-checkout-field-filled:not(.woocommerce-invalid) input[type="email"],
body.ch-checkout-steps-active form.checkout .ch-checkout-field-filled:not(.woocommerce-invalid) input[type="tel"],
body.ch-checkout-steps-active form.checkout .ch-checkout-field-filled:not(.woocommerce-invalid) input[type="password"],
body.ch-checkout-steps-active form.checkout .ch-checkout-field-filled:not(.woocommerce-invalid) select,
body.ch-checkout-steps-active form.checkout .ch-checkout-field-filled:not(.woocommerce-invalid) textarea {
	border-color: #16804f !important;
	background: var(--ch-checkout-panel-bg, #fff) !important;
	box-shadow: none !important;
}

body.ch-checkout-steps-active form.checkout .ch-checkout-field-filled:not(.woocommerce-invalid) input:focus,
body.ch-checkout-steps-active form.checkout .ch-checkout-field-filled:not(.woocommerce-invalid) select:focus,
body.ch-checkout-steps-active form.checkout .ch-checkout-field-filled:not(.woocommerce-invalid) textarea:focus {
	border-color: #16804f !important;
	box-shadow: 0 0 0 3px rgba(22, 128, 79, 0.12) !important;
}

body.ch-checkout-steps-active form.checkout .ch-checkout-field-filled:not(.woocommerce-invalid) .select2-container .select2-selection--single {
	border-color: #16804f !important;
	box-shadow: none !important;
}

body.ch-checkout-steps-active form.checkout .select2-container .select2-selection--single {
	height: 38px;
	border: 1px solid var(--ch-checkout-border, #d8dde5);
	border-radius: 7px;
	box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
}

body.ch-checkout-steps-active form.checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 13px;
	color: var(--ch-checkout-text, #111827);
	line-height: 36px;
}

body.ch-checkout-steps-active form.checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
}

.ch-checkout-steps-wrap {
	--ch-checkout-progress: 0%;
	position: relative;
	width: min(var(--ch-checkout-max-width, 920px), calc(100% - 32px));
	margin: 0 auto 24px;
	padding: 12px 0 0;
}

.ch-checkout-steps-progress {
	display: none;
}

.ch-checkout-steps-progress span {
	display: none;
}

.ch-checkout-steps {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(var(--ch-checkout-step-count, 3), minmax(0, 1fr));
	gap: 0;
	filter: drop-shadow(0 10px 24px rgba(17, 24, 39, 0.08));
}

.ch-checkout-step {
	appearance: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 44px;
	padding: 8px 14px 8px 28px;
	border: 0;
	background: var(--ch-checkout-track, #e7ebf0);
	color: var(--ch-checkout-muted, #6b7280);
	font: inherit;
	text-align: center;
	cursor: pointer;
	clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%, 22px 50%);
	transition: background 160ms ease, color 160ms ease;
	margin-left: -18px;
}

.ch-checkout-step__label {
	min-width: 0;
	max-width: 150px;
	color: inherit;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.ch-checkout-step.is-active {
	background: var(--ch-checkout-accent, #111);
	color: #fff;
}

.ch-checkout-step.is-complete {
	background: var(--ch-checkout-complete, #16804f);
	color: #fff;
}

.ch-checkout-step:focus-visible {
	outline: 2px solid var(--ch-checkout-accent, #111);
	outline-offset: 3px;
}

.ch-checkout-step:first-child {
	margin-left: 0;
	padding-left: 16px;
	clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%);
	border-radius: 8px 0 0 8px;
}

.ch-checkout-step:last-child {
	padding-right: 16px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 22px 50%);
	border-radius: 0 8px 8px 0;
}

body.ch-checkout-steps-active .ch-checkout-step-target {
	display: none !important;
}

body.ch-checkout-step-current-1 .ch-checkout-step-customer,
body.ch-checkout-step-current-2 .ch-checkout-step-delivery,
body.ch-checkout-step-current-3 .ch-checkout-step-summary,
body.ch-checkout-step-current-4 .ch-checkout-step-payment {
	display: block !important;
}

body.ch-checkout-steps-active #payment.ch-checkout-step-payment-panel {
	display: none !important;
}

body.ch-checkout-step-current-4 #payment.ch-checkout-step-payment-panel {
	display: block !important;
}

body.ch-checkout-step-current-2 #payment.ch-checkout-step-payment-panel {
	display: none !important;
}

body.ch-checkout-step-current-4 #order_review_heading,
body.ch-checkout-step-current-4 .woocommerce-checkout-review-order-table {
	display: none !important;
}

body.ch-checkout-steps-active .brxe-woocommerce-checkout-coupon {
	display: none !important;
}

body.ch-checkout-step-current-2 .woocommerce-checkout-review-order-table thead,
body.ch-checkout-step-current-2 .woocommerce-checkout-review-order-table tbody,
body.ch-checkout-step-current-2 .woocommerce-checkout-review-order-table tfoot tr:not(.shipping):not(.woocommerce-shipping-totals):not(.ch-checkout-shipping-choice-row) {
	display: none !important;
}

body.ch-checkout-step-current-2 .woocommerce-checkout-review-order-table,
body.ch-checkout-step-current-2 .woocommerce-checkout-review-order-table tfoot,
body.ch-checkout-step-current-2 .woocommerce-checkout-review-order-table .shipping,
body.ch-checkout-step-current-2 .woocommerce-checkout-review-order-table .woocommerce-shipping-totals,
body.ch-checkout-step-current-2 .woocommerce-checkout-review-order-table .ch-checkout-shipping-choice-row {
	display: block;
}

body.ch-checkout-step-current-2 .woocommerce-checkout-review-order-table .shipping th,
body.ch-checkout-step-current-2 .woocommerce-checkout-review-order-table .shipping td,
body.ch-checkout-step-current-2 .woocommerce-checkout-review-order-table .woocommerce-shipping-totals th,
body.ch-checkout-step-current-2 .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td,
body.ch-checkout-step-current-2 .woocommerce-checkout-review-order-table .ch-checkout-shipping-choice-row th,
body.ch-checkout-step-current-2 .woocommerce-checkout-review-order-table .ch-checkout-shipping-choice-row td {
	display: block;
	width: 100%;
	text-align: left;
}

body.ch-checkout-step-current-2 .woocommerce-checkout-review-order-table .shipping th,
body.ch-checkout-step-current-2 .woocommerce-checkout-review-order-table .woocommerce-shipping-totals th,
body.ch-checkout-step-current-2 .woocommerce-checkout-review-order-table .ch-checkout-shipping-choice-row th {
	padding-bottom: 6px;
	border-bottom: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
}

body.ch-checkout-step-current-2 .woocommerce-checkout-review-order-table .shipping td,
body.ch-checkout-step-current-2 .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td,
body.ch-checkout-step-current-2 .woocommerce-checkout-review-order-table .ch-checkout-shipping-choice-row td {
	padding-top: 0;
	border-bottom: 0;
}

body.ch-checkout-step-current-3 .woocommerce-checkout-review-order-table #shipping_method li:not(:has(input:checked)) {
	display: none !important;
}

body.ch-checkout-step-current-3 .woocommerce-checkout-review-order-table #shipping_method.ch-shipping-methods-ready li:not(.ch-shipping-method-selected) {
	display: none !important;
}

body.ch-checkout-step-current-3 .woocommerce-checkout-review-order-table #shipping_method li {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	pointer-events: none;
}

body.ch-checkout-step-current-3 .woocommerce-checkout-review-order-table #shipping_method li:hover,
body.ch-checkout-step-current-3 .woocommerce-checkout-review-order-table #shipping_method li:has(input:checked) {
	border-color: transparent;
	background: transparent;
	box-shadow: none;
}

body.ch-checkout-step-current-3 .woocommerce-checkout-review-order-table #shipping_method input {
	display: none;
}

body.ch-checkout-step-current-3 .woocommerce-checkout-review-order-table #shipping_method label {
	display: inline;
	width: auto;
	cursor: default;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

body.ch-checkout-step-current-3 .woocommerce-checkout-review-order-table #shipping_method label .woocommerce-Price-amount {
	margin-left: 0;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

body.ch-checkout-steps-active .brxe-woocommerce-checkout-order-review,
body.ch-checkout-steps-active #payment {
	padding: 16px;
	border: 1px solid var(--ch-checkout-border, #d8dde5);
	border-radius: 8px;
	background: var(--ch-checkout-panel-bg, #fff);
	box-shadow: 0 8px 22px rgba(17, 24, 39, 0.05);
}

body.ch-checkout-steps-active .brxe-woocommerce-checkout-coupon {
	width: min(520px, 100%);
	margin: 0 auto 14px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.ch-checkout-steps-active .brxe-woocommerce-checkout-coupon .coupon-div,
body.ch-checkout-steps-active .brxe-woocommerce-checkout-coupon .coupon-form {
	width: 100%;
}

body.ch-checkout-steps-active .brxe-woocommerce-checkout-coupon .coupon-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0;
	align-items: center;
	overflow: hidden;
	border: 1px solid var(--ch-checkout-border, #d8dde5);
	border-radius: 7px;
	background: var(--ch-checkout-panel-bg, #fff);
}

body.ch-checkout-steps-active .brxe-woocommerce-checkout-coupon #coupon_code {
	min-width: 0;
	height: 38px;
	margin: 0;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
}

body.ch-checkout-steps-active .brxe-woocommerce-checkout-coupon button[name="apply_coupon"] {
	min-height: 38px;
	min-width: 118px;
	margin: 0;
	padding: 8px 14px;
	border-left: 1px solid var(--ch-checkout-border, #d8dde5);
	border-radius: 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
}

body.ch-checkout-steps-active .brxe-woocommerce-checkout-login {
	width: min(520px, 100%);
	margin: 0 auto 14px;
	padding: 16px;
	border: 1px solid var(--ch-checkout-border, #d8dde5);
	border-radius: 8px;
	background: var(--ch-checkout-panel-bg, #fff);
	box-shadow: 0 8px 22px rgba(17, 24, 39, 0.05);
}

body.ch-checkout-steps-active .brxe-woocommerce-checkout-login .login-div {
	display: grid;
	gap: 12px;
	width: 100%;
}

body.ch-checkout-steps-active .brxe-woocommerce-checkout-login p {
	margin: 0;
	color: var(--ch-checkout-secondary-text, #374151);
	font-size: 13px;
	line-height: 1.45;
}

body.ch-checkout-steps-active .brxe-woocommerce-checkout-login .credential {
	display: grid;
	gap: 12px;
}

body.ch-checkout-steps-active .brxe-woocommerce-checkout-login .form-group {
	margin: 0;
}

body.ch-checkout-steps-active .brxe-woocommerce-checkout-login .password-input {
	position: relative;
	display: block;
}

body.ch-checkout-steps-active .brxe-woocommerce-checkout-login .password-input input {
	padding-right: 44px;
}

body.ch-checkout-steps-active .brxe-woocommerce-checkout-login .show-password-input {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 30px;
	height: 30px;
	min-height: 30px;
	padding: 0;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: var(--ch-checkout-muted, #6b7280);
	transform: translateY(-50%);
	box-shadow: none;
}

body.ch-checkout-steps-active .brxe-woocommerce-checkout-login .show-password-input:hover,
body.ch-checkout-steps-active .brxe-woocommerce-checkout-login .show-password-input:focus-visible {
	background: var(--ch-checkout-secondary-bg, #f8fafc);
	color: var(--ch-checkout-text, #111827);
}

body.ch-checkout-steps-active .brxe-woocommerce-checkout-login .remember label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: var(--ch-checkout-secondary-text, #374151);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
}

body.ch-checkout-steps-active .brxe-woocommerce-checkout-login input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: var(--ch-checkout-control-color, var(--ch-checkout-accent, #111));
}

body.ch-checkout-steps-active .brxe-woocommerce-checkout-login .woocommerce-form-login__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	margin: 0;
	padding: 10px 18px;
	border: 1px solid var(--ch-checkout-primary-bg, #ccff00);
	border-radius: 7px;
	background: var(--ch-checkout-primary-bg, #ccff00);
	color: var(--ch-checkout-primary-text, #2E3238);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	box-shadow: none;
}

body.ch-checkout-steps-active .brxe-woocommerce-checkout-login .woocommerce-form-login__submit:hover,
body.ch-checkout-steps-active .brxe-woocommerce-checkout-login .woocommerce-form-login__submit:focus-visible {
	border-color: var(--ch-checkout-primary-bg, #ccff00);
	background: var(--ch-checkout-primary-bg, #ccff00);
	color: var(--ch-checkout-primary-text, #2E3238);
	opacity: 0.9;
}

body.ch-checkout-steps-active .brxe-woocommerce-checkout-login .lost_password {
	margin: -2px 0 0;
	font-size: 13px;
	line-height: 1.35;
	text-align: center;
}

body.ch-checkout-steps-active .brxe-woocommerce-checkout-login .lost_password a {
	color: var(--ch-checkout-primary-text, #2E3238);
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.ch-checkout-steps-active .brxe-woocommerce-checkout-order-review {
	margin: 0 auto;
}

body.ch-checkout-steps-active .ch-checkout-duplicate-order-heading {
	display: none !important;
}

body.ch-checkout-steps-active #order_review_heading {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.25;
}

body.ch-checkout-steps-active .woocommerce-checkout-review-order-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border: 0;
	font-size: 14px;
}

body.ch-checkout-steps-active .woocommerce-checkout-review-order-table th,
body.ch-checkout-steps-active .woocommerce-checkout-review-order-table td {
	padding: 12px 0;
	border: 0;
	border-bottom: 1px solid var(--ch-checkout-divider, #edf0f3);
	vertical-align: top;
}

body.ch-checkout-steps-active .woocommerce-checkout-review-order-table th:last-child,
body.ch-checkout-steps-active .woocommerce-checkout-review-order-table td:last-child {
	text-align: right;
}

body.ch-checkout-steps-active .woocommerce-checkout-review-order-table .product-name {
	width: 68%;
}

body.ch-checkout-steps-active .woocommerce-checkout-review-order-table .product-name .ch-checkout-review-product {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	text-align: left;
}

body.ch-checkout-steps-active .woocommerce-checkout-review-order-table .product-name .ch-checkout-review-product-image {
	display: block;
	width: 58px;
	height: 58px;
	border: 1px solid var(--ch-checkout-divider, #edf0f3);
	border-radius: 7px;
	object-fit: cover;
	background: var(--ch-checkout-panel-bg, #fff);
}

body.ch-checkout-steps-active .woocommerce-checkout-review-order-table .product-name .ch-checkout-review-product__name {
	min-width: 0;
	color: var(--ch-checkout-text, #111827);
	font-weight: 500;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

body.ch-checkout-steps-active .woocommerce-checkout-review-order-table tfoot tr:last-child th,
body.ch-checkout-steps-active .woocommerce-checkout-review-order-table tfoot tr:last-child td {
	border-bottom: 0;
}

body.ch-checkout-steps-active .woocommerce-checkout-review-order-table .order-total th,
body.ch-checkout-steps-active .woocommerce-checkout-review-order-table .order-total td {
	font-size: 16px;
	font-weight: 500;
}

body.ch-checkout-steps-active #shipping_method {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

body.ch-checkout-steps-active #shipping_method li {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 14px 16px;
	border: 1px solid var(--ch-checkout-border, #d8dde5);
	border-radius: 8px;
	background: var(--ch-checkout-panel-bg, #fff);
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
	transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

body.ch-checkout-steps-active #shipping_method li:hover {
	border-color: color-mix(in srgb, var(--ch-checkout-accent, #111) 36%, var(--ch-checkout-border, #d8dde5));
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

body.ch-checkout-steps-active #shipping_method li:has(input:checked) {
	border-color: var(--ch-checkout-accent, #111);
	background: color-mix(in srgb, var(--ch-checkout-accent, #111) 5%, var(--ch-checkout-panel-bg, #fff));
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--ch-checkout-accent, #111) 10%, transparent);
}

body.ch-checkout-steps-active #shipping_method input {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--ch-checkout-control-color, var(--ch-checkout-accent, #111));
}

body.ch-checkout-steps-active #shipping_method label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	margin: 0;
	color: var(--ch-checkout-text, #111827);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	cursor: pointer;
}

body.ch-checkout-steps-active #shipping_method label .woocommerce-Price-amount {
	margin-left: auto;
	color: var(--ch-checkout-text, #2e3238);
	font-size: 15px;
	font-weight: 500;
	white-space: nowrap;
}

body.ch-checkout-steps-active #payment {
	margin-top: 14px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.ch-checkout-steps-active #payment ul.payment_methods {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	list-style: none;
}

body.ch-checkout-steps-active #payment ul.payment_methods li.wc_payment_method {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	column-gap: 8px;
	row-gap: 10px;
	align-items: center;
	margin: 0 0 14px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.ch-checkout-steps-active #payment ul.payment_methods li.wc_payment_method:last-child {
	margin-bottom: 0;
}

body.ch-checkout-steps-active #payment input.input-radio,
body.ch-checkout-steps-active #payment input.input-checkbox,
body.ch-checkout-steps-active #payment input[type="radio"],
body.ch-checkout-steps-active #payment input[type="checkbox"] {
	accent-color: var(--ch-checkout-control-color, var(--ch-checkout-accent, #111));
}

body.ch-checkout-steps-active input[type="radio"],
body.ch-checkout-steps-active input[type="checkbox"],
body.woocommerce-cart input[type="radio"],
body.woocommerce-cart input[type="checkbox"] {
	accent-color: var(--ch-checkout-control-color, var(--ch-checkout-accent, #111));
}

body.ch-checkout-steps-active #payment ul.payment_methods li.wc_payment_method input.input-radio {
	width: 16px;
	height: 16px;
	margin: 0;
}

body.ch-checkout-steps-active #payment ul.payment_methods li.wc_payment_method > label {
	display: block;
	margin: 0;
	color: var(--ch-checkout-text, #111827);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
}

body.ch-checkout-steps-active #payment .payment_box {
	grid-column: 1 / -1;
	margin: 0;
	padding: 14px 16px;
	border: 0;
	border-radius: 0;
	background: var(--ch-checkout-secondary-bg, #f6f7f9);
	color: var(--ch-checkout-secondary-text, #374151);
	box-shadow: none;
}

body.ch-checkout-steps-active #payment .payment_box p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

body.ch-checkout-steps-active #payment .woocommerce-info {
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #dbeafe;
	border-radius: 7px;
	background: #eff6ff;
	color: #1e3a8a;
	font-size: 13px;
	line-height: 1.45;
}

body.ch-checkout-steps-active #payment .place-order {
	margin: 14px 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.ch-checkout-steps-active #place_order {
	width: 100%;
	min-height: 44px;
	margin-top: 12px;
	border-radius: 7px;
	font-weight: 500;
	border-color: var(--ch-checkout-primary-bg, #ccff00) !important;
	background: var(--ch-checkout-primary-bg, #ccff00) !important;
	background-color: var(--ch-checkout-primary-bg, #ccff00) !important;
	color: var(--ch-checkout-primary-text, #2E3238) !important;
	box-shadow: none;
}

body.ch-checkout-steps-active #place_order:hover,
body.ch-checkout-steps-active #place_order:focus,
body.ch-checkout-steps-active #place_order:focus-visible,
body.ch-checkout-steps-active #place_order:active {
	border-color: var(--ch-checkout-primary-bg, #ccff00) !important;
	background: var(--ch-checkout-primary-bg, #ccff00) !important;
	background-color: var(--ch-checkout-primary-bg, #ccff00) !important;
	color: var(--ch-checkout-primary-text, #2E3238) !important;
	opacity: 0.9;
}

body.ch-checkout-step-animating .ch-checkout-step-target {
	animation: chCheckoutStepIn 220ms ease both;
}

.woocommerce-order {
	width: min(var(--ch-checkout-max-width, 920px), calc(100% - 32px));
	margin: 0 auto;
	padding-top: var(--ch-order-received-top-offset, 96px);
	font-family: var(--ch-checkout-font-family, inherit);
	color: var(--ch-checkout-text, #111827);
}

.woocommerce-order *,
.woocommerce-order *::before,
.woocommerce-order *::after,
.brxe-shortcode .woocommerce-order,
.brxe-shortcode .woocommerce-order *,
.brxe-shortcode .woocommerce-order *::before,
.brxe-shortcode .woocommerce-order *::after {
	font-family: var(--ch-checkout-font-family, inherit);
}

.woocommerce-order .woocommerce-thankyou-order-received {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: static;
	margin: 0 0 20px;
	padding: 18px 22px;
	border: 1px solid color-mix(in srgb, var(--ch-checkout-complete, #16804f) 30%, var(--ch-checkout-border, #d8dde5));
	border-radius: 8px;
	background: color-mix(in srgb, var(--ch-checkout-complete, #16804f) 8%, var(--ch-checkout-panel-bg, #fff));
	color: #14532d;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.45;
}

.woocommerce-order .woocommerce-order-overview {
	display: grid !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: static;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

.woocommerce-order .woocommerce-order-overview li {
	margin: 0;
	padding: 16px 18px;
	border: 1px solid var(--ch-checkout-border, #d8dde5);
	border-radius: 8px;
	background: var(--ch-checkout-panel-bg, #fff);
	color: var(--ch-checkout-muted, #6b7280);
	font-size: 11px;
	font-weight: 500;
	line-height: 1.35;
	text-transform: uppercase;
	box-shadow: 0 8px 22px rgba(17, 24, 39, 0.05);
}

.woocommerce-order .woocommerce-order-overview li strong {
	display: block;
	margin-top: 4px;
	color: var(--ch-checkout-text, #111827);
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	overflow-wrap: anywhere;
}

.woocommerce-order .woocommerce-order-details,
.woocommerce-order .woocommerce-customer-details,
.woocommerce-order .woocommerce-bacs-bank-details,
.woocommerce-order .woocommerce-order-downloads {
	margin: 22px 0 0;
	padding: 22px;
	border: 1px solid var(--ch-checkout-border, #d8dde5);
	border-radius: 8px;
	background: var(--ch-checkout-panel-bg, #fff);
	box-shadow: 0 8px 22px rgba(17, 24, 39, 0.05);
}

.woocommerce-order .woocommerce-order-details__title,
.woocommerce-order .woocommerce-column__title,
.woocommerce-order .wc-bacs-bank-details-heading,
.woocommerce-order .woocommerce-order-downloads__title {
	margin: 0 0 16px;
	color: var(--ch-checkout-text, #111827);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
}

.woocommerce-order table.shop_table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	font-size: 14px;
}

.woocommerce-order table.shop_table th,
.woocommerce-order table.shop_table td {
	padding: 14px 0;
	border: 0;
	border-bottom: 1px solid var(--ch-checkout-divider, #edf0f3);
	vertical-align: top;
}

.woocommerce-order table.shop_table th:last-child,
.woocommerce-order table.shop_table td:last-child {
	text-align: right;
}

.woocommerce-order table.shop_table tfoot tr:last-child th,
.woocommerce-order table.shop_table tfoot tr:last-child td {
	border-bottom: 0;
	font-size: 16px;
	font-weight: 500;
}

.woocommerce-order .woocommerce-table__product-name a,
.woocommerce-order table.shop_table a {
	color: var(--ch-checkout-text, #111827);
	font-weight: 500;
	text-decoration: none;
}

.woocommerce-order .woocommerce-table__product-name a:hover,
.woocommerce-order table.shop_table a:hover {
	color: var(--ch-checkout-accent, #111);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.woocommerce-order .woocommerce-customer-details address {
	margin: 0;
	padding: 0;
	border: 0;
	color: var(--ch-checkout-secondary-text, #374151);
	font-style: normal;
	font-size: 14px;
	line-height: 1.6;
}

.woocommerce-order .woocommerce-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.woocommerce-order .woocommerce-column {
	min-width: 0;
	padding: 18px;
	border: 1px solid var(--ch-checkout-divider, #edf0f3);
	border-radius: 8px;
	background: var(--ch-checkout-panel-bg, #fff);
}

.woocommerce-order > p {
	margin: 0 0 20px;
	color: var(--ch-checkout-secondary-text, #374151);
	font-size: 14px;
	line-height: 1.55;
}

.woocommerce-order .woocommerce-order-details p,
.woocommerce-order .woocommerce-customer-details p {
	margin: 0 0 10px;
	color: var(--ch-checkout-secondary-text, #374151);
	font-size: 14px;
	line-height: 1.55;
}

@keyframes chCheckoutStepIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.ch-checkout-step-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	width: min(var(--ch-checkout-max-width, 920px), calc(100% - 32px));
	margin: 28px auto 0;
	padding: 16px;
	border: 1px solid var(--ch-checkout-divider, #edf0f3);
	border-radius: 8px;
	background: var(--ch-checkout-panel-bg, #fff);
	box-shadow: 0 10px 26px rgba(17, 24, 39, 0.06);
}

.ch-checkout-step-controls .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	min-width: 132px;
	padding: 11px 22px;
	border: 1px solid var(--ch-checkout-border, #d8dde5);
	border-radius: 6px;
	background: var(--ch-checkout-panel-bg, #fff);
	color: var(--ch-checkout-text, #111827);
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: none;
	transition: background 140ms ease, border-color 140ms ease, color 140ms ease, opacity 140ms ease;
}

.ch-checkout-step-controls .button:hover {
	border-color: var(--ch-checkout-accent, #111);
	background: var(--ch-checkout-secondary-bg, #f8fafc);
	color: var(--ch-checkout-text, #111827);
}

.ch-checkout-step-controls .ch-checkout-step-prev {
	border: 1px solid var(--ch-checkout-border, #d8dde5);
}

.ch-checkout-step-controls .ch-checkout-step-prev:hover {
	border-color: var(--ch-checkout-accent, #111);
}

.ch-checkout-step-controls .button.alt,
.ch-checkout-step-controls .ch-checkout-step-next {
	border-color: var(--ch-checkout-primary-bg, #ccff00);
	background: var(--ch-checkout-primary-bg, #ccff00);
	color: var(--ch-checkout-primary-text, #2E3238);
}

.ch-checkout-step-controls .button.alt:hover,
.ch-checkout-step-controls .ch-checkout-step-next:hover {
	border-color: var(--ch-checkout-primary-bg, #ccff00);
	background: var(--ch-checkout-primary-bg, #ccff00);
	color: var(--ch-checkout-primary-text, #2E3238);
	opacity: 0.9;
}

.ch-checkout-step-controls .button[disabled] {
	opacity: 0.45;
	cursor: not-allowed;
}

.ch-checkout-step-next {
	margin-left: auto;
}

@media (max-width: 640px) {
	.woocommerce-order {
		padding-top: var(--ch-order-received-top-offset-mobile, 72px);
	}

	.ch-checkout-steps-wrap {
		margin-bottom: 24px;
	}

	.ch-checkout-steps-progress {
		display: none;
	}

	.ch-checkout-steps {
		display: flex;
		flex-direction: column;
		gap: 8px;
		filter: none;
	}

	.ch-checkout-step {
		justify-content: flex-start;
		min-height: 48px;
		margin-left: 0;
		padding: 10px 14px;
		clip-path: none;
		border-radius: 8px;
	}

	.ch-checkout-step__label {
		max-width: 100%;
		font-size: 12px;
	}

	.ch-checkout-step:first-child,
	.ch-checkout-step:last-child {
		padding: 10px 14px;
		clip-path: none;
		border-radius: 8px;
	}

	.ch-checkout-step-controls {
		flex-direction: column-reverse;
		align-items: stretch;
		padding: 12px;
	}

	.ch-checkout-step-controls .button {
		width: 100%;
	}

	body.ch-checkout-steps-active form.checkout .form-row-first,
	body.ch-checkout-steps-active form.checkout .form-row-last {
		float: none;
		width: 100%;
	}

	body.ch-checkout-steps-active .brxe-woocommerce-checkout-coupon {
		width: 100%;
	}

	body.ch-checkout-steps-active .brxe-woocommerce-checkout-coupon .coupon-form {
		grid-template-columns: 1fr;
		gap: 8px;
		overflow: visible;
		border: 0;
		background: transparent;
	}

	body.ch-checkout-steps-active .brxe-woocommerce-checkout-coupon #coupon_code {
		border: 1px solid var(--ch-checkout-border, #d8dde5) !important;
		border-radius: 7px;
	}

	body.ch-checkout-steps-active .brxe-woocommerce-checkout-coupon button[name="apply_coupon"] {
		width: 100%;
		border-radius: 7px;
	}

	.woocommerce-order .woocommerce-order-overview {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.woocommerce-order .woocommerce-columns {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.woocommerce-order .woocommerce-thankyou-order-received,
	.woocommerce-order .woocommerce-order-details,
	.woocommerce-order .woocommerce-customer-details,
	.woocommerce-order .woocommerce-bacs-bank-details,
	.woocommerce-order .woocommerce-order-downloads {
		padding: 18px;
	}

	.woocommerce-order .woocommerce-order-overview li,
	.woocommerce-order .woocommerce-column {
		padding: 16px;
	}

	.woocommerce-order table.shop_table th,
	.woocommerce-order table.shop_table td {
		display: block;
		width: 100%;
		text-align: left !important;
	}

	.woocommerce-order table.shop_table tr {
		display: block;
		padding: 12px 0;
		border-bottom: 1px solid var(--ch-checkout-divider, #edf0f3);
	}

	.woocommerce-order table.shop_table tr:last-child {
		border-bottom: 0;
	}

	.woocommerce-order table.shop_table th,
	.woocommerce-order table.shop_table td {
		padding: 6px 0;
		border-bottom: 0;
	}

	body.ch-checkout-steps-active .woocommerce-checkout-review-order-table .product-name .ch-checkout-review-product {
		grid-template-columns: 50px minmax(0, 1fr);
		gap: 10px;
	}

	body.ch-checkout-steps-active .woocommerce-checkout-review-order-table .product-name .ch-checkout-review-product-image {
		width: 50px;
		height: 50px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.ch-checkout-step-animating .ch-checkout-step-target {
		animation: none;
	}
}
