:root {
	--checkout-bg: #f5f5f5;
	--checkout-main-bg: #f5f5f5;
	--checkout-header-bg: #f5f5f5;
	--checkout-footer-bg: #f5f5f5;
	--checkout-aside-bg: #ffffff;
	--checkout-secondary: #1a1a1a;
	--checkout-title-color: #000000;
	--checkout-label-color: #737373;
	--checkout-border: #d9d9d9;
	--checkout-thumbnail-bg: transparent;
	--checkout-error: #d91c1c;
	--checkout-muted: #737373;
	--checkout-blue: #1773b0;
	--checkout-input-radius: 10px;
	--checkout-field-radius: 8px;
	--checkout-field-height: 54px;
	--checkout-field-font-size: 16px;
	--checkout-font: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.wc-better-checkout-body {
	margin: 0 !important;
	padding: 0 !important;
	background: var(--checkout-bg) !important;
}

.wc-better-checkout-page {
	--checkout-accent: #007a41;
	--checkout-accent-hover: color-mix(in srgb, var(--checkout-accent) 85%, #000);
	--checkout-option-selected-bg: color-mix(in srgb, var(--checkout-accent) 12%, #fff);
	--checkout-option-selected-border: var(--checkout-accent);
}

.wc-better-checkout-page,
.wc-better-checkout-page * {
	box-sizing: border-box;
}

.wc-better-checkout-page h1,
.wc-better-checkout-page h2,
.wc-better-checkout-page h3,
.wc-better-checkout-page p,
.wc-better-checkout-page table,
.wc-better-checkout-page ul,
.wc-better-checkout-page ol,
.wc-better-checkout-page li,
.wc-better-checkout-page dl,
.wc-better-checkout-page dt,
.wc-better-checkout-page dd {
	margin-top: 0;
}

.wc-better-checkout-page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
	font-family: var(--checkout-font);
	font-size: 15px;
	font-weight: 400;
	color: var(--checkout-title-color);
	background: var(--checkout-bg);
	-webkit-font-smoothing: antialiased;
}

.wc-better-checkout-page a,
.wc-better-checkout-page button,
.wc-better-checkout-page input,
.wc-better-checkout-page select,
.wc-better-checkout-page textarea,
.wc-better-checkout-page label {
	font-family: inherit;
	letter-spacing: 0;
	text-transform: none;
}

.wc-better-checkout-page .checkout-container {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.wc-better-checkout-page a {
	color: var(--checkout-blue);
}

.wc-better-checkout-page .checkout-before-form:empty {
	display: none;
}

.wc-better-checkout-page .checkout-before-form .woocommerce-form-login-toggle {
	margin: 0 0 12px;
}

.wc-better-checkout-page .checkout-before-form .woocommerce-info {
	margin: 0;
	padding: 14px 16px;
	border: 1px solid var(--checkout-border);
	border-radius: var(--checkout-input-radius);
	background: #fff;
	color: #333;
	font-size: 14px;
}

.wc-better-checkout-page .checkout-before-form form.login {
	margin: 0 0 16px;
	padding: 16px;
	border: 1px solid var(--checkout-border);
	border-radius: var(--checkout-input-radius);
	background: #fff;
}

.wc-better-checkout-page .checkout-before-form:not(:empty) {
	padding: 40px 40px 0;
	background: var(--checkout-main-bg);
}

.wc-better-checkout-page .checkout-header {
	background: var(--checkout-header-bg);
	border-bottom: 1px solid var(--checkout-border);
}

.wc-better-checkout-page .checkout-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px;
}

.wc-better-checkout-page .checkout-header__title {
	margin: 0 !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 1.25 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	color: var(--checkout-title-color) !important;
}

.wc-better-checkout-page .checkout-header__brand-link {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}

.wc-better-checkout-page .checkout-header__brand-link:hover,
.wc-better-checkout-page .checkout-header__brand-link:focus,
.wc-better-checkout-page .checkout-header__brand-link:active {
	color: inherit;
	text-decoration: none;
}

.wc-better-checkout-page .checkout-header__brand-text {
	font: inherit;
}

.wc-better-checkout-page .checkout-header__logo {
	display: block;
	box-sizing: border-box;
	max-width: 150px;
	max-height: 40px;
	height: 40px;
	width: auto;
	object-fit: contain;
	object-position: left center;
}

.wc-better-checkout-page .checkout-header__logo-wrap {
	display: inline-block;
	line-height: 0;
}

.wc-better-checkout-page .checkout-header__logo-wrap svg {
	display: block;
	max-height: 40px;
	width: auto;
	height: auto;
}

.wc-better-checkout-page .checkout-header__widgets {
	margin: 0;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.35 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	color: var(--checkout-muted) !important;
}

.wc-better-checkout-page .checkout-header__trust {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	font-size: 13px !important;
	line-height: 1.35 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	color: var(--checkout-accent) !important;
}

.wc-better-checkout-page .checkout-header__trust-icon {
	display: inline-flex;
	flex-shrink: 0;
	color: inherit;
}

.wc-better-checkout-page .checkout-header__trust-icon svg {
	display: block;
	width: 16px;
	height: 16px;
}

.wc-better-checkout-page .checkout-header__trust-label {
	font-weight: 600 !important;
	color: inherit !important;
}

.wc-better-checkout-page .checkout-header__widgets .checkout-header__widget {
	margin: 0;
}

.wc-better-checkout-page .checkout-header__widgets .checkout-header__widget > :first-child {
	margin-top: 0;
}

.wc-better-checkout-page .checkout-header__widgets .checkout-header__widget > :last-child {
	margin-bottom: 0;
}

.wc-better-checkout-page .checkout-footer {
	background: var(--checkout-footer-bg);
}

.wc-better-checkout-page .checkout-footer:has(.checkout-footer__inner) {
	border-top: 1px solid var(--checkout-border);
}

.wc-better-checkout-page .checkout-footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px;
	text-align: center;
}

.wc-better-checkout-page .checkout-footer__widget {
	margin: 0 0 12px;
}

.wc-better-checkout-page .checkout-footer__widget:last-child {
	margin-bottom: 0;
}

.wc-better-checkout-page .checkout-footer a {
	color: var(--checkout-accent);
	text-decoration: underline;
}

.wc-better-checkout-page .checkout-footer a:hover {
	color: var(--checkout-accent-hover);
}

.wc-better-checkout-page .checkout-footer:empty {
	display: none;
}

.wc-better-checkout-page .checkout-layout {
	display: flex;
	flex-direction: column;
	background: transparent;
	overflow: visible;
}

.wc-better-checkout-page .checkout-main {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-width: 0;
	padding: 40px;
	background: var(--checkout-main-bg);
}

.wc-better-checkout-page .checkout-before-form:not(:empty) + .checkout-main {
	padding-top: 0px;
}

.wc-better-checkout-page .checkout-form {
	margin: 0;
}

.wc-better-checkout-page .checkout-form__inner {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 0;
}

.wc-better-checkout-page wc-order-attribution-inputs {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
}

.wc-better-checkout-page .checkout-section {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0;
}

.wc-better-checkout-page .checkout-section::after {
	display: table;
	clear: both;
	content: "";
}

.wc-better-checkout-page .checkout-section__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
}

.wc-better-checkout-page .section-title,
.wc-better-checkout-page .order-summary__edit-cart-link,
.wc-better-checkout-page .wc-better-checkout-order-received-map__confirmation-title,
.wc-better-checkout-page .wc-better-checkout-order-received-details__title {
	margin: 0;
	font-family: inherit;
	font-size: 17px !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	color: var(--checkout-title-color) !important;
}

.wc-better-checkout-page .section-link,
.wc-better-checkout-page .showlogin {
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.35 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	color: var(--checkout-blue) !important;
	text-decoration: none;
}

.wc-better-checkout-page .section-link:hover,
.wc-better-checkout-page .showlogin:hover {
	text-decoration: underline;
}

.wc-better-checkout-page .checkout-lead {
	margin: 0;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.35 !important;
	color: var(--checkout-muted) !important;
}

.wc-better-checkout-page .woocommerce-notice {
	margin: 0;
	padding: 16px 18px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.5;
}

.wc-better-checkout-page .woocommerce-notice--success {
	background: color-mix(in srgb, var(--checkout-accent) 10%, #fff);
	border: 1px solid color-mix(in srgb, var(--checkout-accent) 25%, #fff);
	color: var(--checkout-title-color);
}

.wc-better-checkout-page .woocommerce-notice--error {
	background: color-mix(in srgb, var(--checkout-error, #d91c1c) 8%, #fff);
	border: 1px solid color-mix(in srgb, var(--checkout-error, #d91c1c) 25%, #fff);
	color: var(--checkout-title-color);
}

.wc-better-checkout-page .woocommerce-notice p {
	margin: 0 0 10px;
}

.wc-better-checkout-page .woocommerce-notice p:last-child {
	margin-bottom: 0;
}

.wc-better-checkout-page.wc-better-checkout-order-received .woocommerce-order-overview,
.wc-better-checkout-page.wc-better-checkout-order-received .woocommerce-customer-details,
.wc-better-checkout-page.wc-better-checkout-order-received .woocommerce-order-details,
.wc-better-checkout-page.wc-better-checkout-order-received .woocommerce-table--order-details,
.wc-better-checkout-page.wc-better-checkout-order-received table.shop_table.order_details {
	display: none !important;
}

.wc-better-checkout-page .wc-better-checkout-order-received-details {
	gap: 0;
}

.wc-better-checkout-page .wc-better-checkout-order-received-details__card {
	padding: 24px;
	border: 1px solid var(--checkout-border);
	border-radius: 8px;
	background: #fff;
}

.wc-better-checkout-page .wc-better-checkout-order-received-details__title {
	margin: 0 0 20px !important;
	padding: 0 !important;
	border: 0;
}

.wc-better-checkout-page .wc-better-checkout-order-received-details__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
}

.wc-better-checkout-page .wc-better-checkout-order-received-details__col {
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-width: 0;
}

.wc-better-checkout-page .wc-better-checkout-order-received-details__field {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.wc-better-checkout-page .wc-better-checkout-order-received-details__value {
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.6 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	color: var(--checkout-title-color) !important;
}

.wc-better-checkout-page .wc-better-checkout-order-received-details__delivery {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.wc-better-checkout-page .wc-better-checkout-order-received-details__delivery-method,
.wc-better-checkout-page .wc-better-checkout-order-received-details__delivery-time {
	margin: 0;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.6 !important;
	color: var(--checkout-title-color) !important;
}

.wc-better-checkout-page .wc-better-checkout-order-received-details__delivery-time {
	color: var(--checkout-muted);
}

.wc-better-checkout-page .wc-better-checkout-order-received-details__value br {
	display: block;
	content: "";
	margin-top: 0;
}

.wc-better-checkout-page .wc-better-checkout-order-received-headline {
	gap: 0;
}

.wc-better-checkout-page .wc-better-checkout-order-received-headline__inner {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.wc-better-checkout-page .wc-better-checkout-order-received-headline__icon {
	flex: 0 0 auto;
	color: var(--checkout-accent);
	line-height: 0;
}

.wc-better-checkout-page .wc-better-checkout-order-received-headline__icon svg {
	display: block;
	width: 50px;
	height: 50px;
}

.wc-better-checkout-page .wc-better-checkout-order-received-headline__text {
	display: flex;
	flex-direction: column;
	gap: 0px;
	min-width: 0;
	padding-top: 2px;
}

.wc-better-checkout-page .wc-better-checkout-order-received-headline__order {
	margin: 0;
	font-size: 13px;
	font-weight: 400 !important;
	line-height: 1.4;
	color: var(--checkout-muted);
}

.wc-better-checkout-page .wc-better-checkout-order-received-headline__title {
	margin: 0;
	font-size: 22px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	color: var(--checkout-title-color) !important;
}

.wc-better-checkout-page .wc-better-checkout-order-received-map {
	gap: 0;
	position: relative;
	z-index: 1;
}

.wc-better-checkout-page .wc-better-checkout-order-received-map__card {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--checkout-border);
	border-radius: 8px;
	background: #fff;
}

.wc-better-checkout-page .wc-better-checkout-order-received-map__canvas {
	width: 100%;
	height: 280px;
	background: #e8e8e8;
}

.wc-better-checkout-page .wc-better-checkout-order-received-map__badge {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	max-width: calc(100% - 48px);
	padding: 12px 16px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
	text-align: center;
	pointer-events: none;
	transform: translate(-50%, -50%);
}

.wc-better-checkout-page .wc-better-checkout-order-received-map__badge-label {
	margin: 0 0 4px;
	padding: 0;
	font-family: inherit;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--checkout-muted);
}

.wc-better-checkout-page .wc-better-checkout-order-received-map__badge-address {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.wc-better-checkout-page .wc-better-checkout-order-received-map__badge-address-line {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	color: var(--checkout-title-color);
}

.wc-better-checkout-page .wc-better-checkout-order-received-map__confirmation {
	padding: 20px 24px;
	border-top: 1px solid var(--checkout-border);
	background: #fff;
}

.wc-better-checkout-page .wc-better-checkout-order-received-map__confirmation-title {
	margin: 0 0 8px !important;
	padding: 0 !important;
	border: 0;
}

.wc-better-checkout-page .wc-better-checkout-order-received-map__confirmation-text {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400 !important;
	line-height: 1.5;
	color: var(--checkout-muted);
}

.wc-better-checkout-page .wc-better-checkout-order-received-payment {
	margin-top: 0;
	overflow: visible;
	position: relative;
	z-index: 2;
}

.wc-better-checkout-page .wc-better-checkout-order-received-payment > :first-child {
	margin-top: 0;
}

.wc-better-checkout-page .wc-better-checkout-order-received-payment > :last-child {
	margin-bottom: 0;
}

.wc-better-checkout-page .wc-better-checkout-fields {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 15px !important;
}

.wc-better-checkout-page .wc-better-checkout-fields .form-row {
	float: none !important;
	display: block !important;
	width: 100% !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	clear: none !important;
}

.wc-better-checkout-page .form-row label,
.wc-better-checkout-page #billing_address_2_field > label,
.wc-better-checkout-page #shipping_address_2_field > label,
.wc-better-checkout-page .wc-better-checkout-order-received-details__label {
	float: none !important;
	display: block !important;
	position: static !important;
	width: auto !important;
	height: auto !important;
	margin: 0 0 5px !important;
	padding: 0 !important;
	overflow: visible !important;
	clip: auto !important;
	clip-path: none !important;
	white-space: normal !important;
	border: 0 !important;
	opacity: 1 !important;
	font-family: inherit;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	color: var(--checkout-label-color) !important;
}

.wc-better-checkout-page .form-row .required {
	text-decoration: none;
	display: none;
}

.wc-better-checkout-page .woocommerce-input-wrapper {
	float: none !important;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
}

.wc-better-checkout-page .clear {
	display: none;
}

.wc-better-checkout-page .checkout-input:not(.wc-better-checkout-cart-qty__input),
.wc-better-checkout-page input.input-text:not(.wc-better-checkout-cart-qty__input),
.wc-better-checkout-page input[type="email"]:not(.wc-better-checkout-cart-qty__input),
.wc-better-checkout-page input[type="tel"]:not(.wc-better-checkout-cart-qty__input),
.wc-better-checkout-page input[type="number"]:not(.wc-better-checkout-cart-qty__input),
.wc-better-checkout-page input[type="password"]:not(.wc-better-checkout-cart-qty__input),
.wc-better-checkout-page input[type="search"]:not(.wc-better-checkout-cart-qty__input),
.wc-better-checkout-page input[type="text"]:not(.wc-better-checkout-cart-qty__input),
.wc-better-checkout-page select,
.wc-better-checkout-page textarea {
	float: none !important;
	display: block;
	box-sizing: border-box;
	width: 100% !important;
	max-width: 100% !important;
	min-height: var(--checkout-field-height);
	max-height: var(--checkout-field-height);
	height: auto;
	margin: 0 !important;
	padding: 15px 20px !important;
	border: 1px solid var(--checkout-border) !important;
	border-radius: var(--checkout-field-radius) !important;
	background-color: #fff !important;
	color: #1a1a1a !important;
	font-family: inherit !important;
	font-size: var(--checkout-field-font-size) !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.wc-better-checkout-page select {
	padding-right: 44px !important;
	background-color: #fff !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23737373' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 18px center;
	background-size: 12px 8px;
	cursor: pointer;
}

.wc-better-checkout-page textarea {
	min-height: 120px;
	max-height: none;
	height: auto;
	resize: vertical;
}

.wc-better-checkout-page .wc-better-checkout-field--order-comments textarea.checkout-input,
.wc-better-checkout-page .wc-better-checkout-field--order-comments #order_comments {
	min-height: calc((var(--checkout-field-font-size) * 1.4 * 3) + 30px);
	max-height: none !important;
	height: auto;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	line-height: 1.4 !important;
	resize: vertical;
}

.wc-better-checkout-page .wc-better-checkout-fields .wc-better-checkout-order-notes {
	grid-column: 1 / -1;
	overflow: visible;
}

.wc-better-checkout-page .wc-better-checkout-order-notes__trigger.order-summary__edit-cart-link {
	display: inline;
	border: 0;
	background: transparent;
	cursor: pointer;
	font-family: inherit;
	font-size: 17px !important;
	line-height: 1.35 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.wc-better-checkout-page .wc-better-checkout-order-notes__trigger[hidden] {
	display: none !important;
}

.wc-better-checkout-page .wc-better-checkout-order-notes.is-open .wc-better-checkout-order-notes__panel,
.wc-better-checkout-page .wc-better-checkout-order-notes__panel .woocommerce-input-wrapper,
.wc-better-checkout-page .wc-better-checkout-order-notes__panel #order_comments_field {
	overflow: visible;
}

.wc-better-checkout-page .wc-better-checkout-order-notes__panel[hidden] {
	display: none;
}

.wc-better-checkout-page .wc-better-checkout-order-notes__panel .form-row,
.wc-better-checkout-page .wc-better-checkout-order-notes__panel #order_comments_field {
	float: none !important;
	display: block !important;
	width: 100% !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.wc-better-checkout-page .wc-better-checkout-order-notes__panel label {
	float: none !important;
	display: block !important;
	width: 100% !important;
	margin: 0 0 5px !important;
}

.wc-better-checkout-page .wc-better-checkout-order-notes__panel .woocommerce-input-wrapper {
	float: none !important;
	display: block !important;
	width: 100% !important;
}

.wc-better-checkout-page .checkout-input:not(.wc-better-checkout-cart-qty__input):focus,
.wc-better-checkout-page input.input-text:not(.wc-better-checkout-cart-qty__input):focus,
.wc-better-checkout-page input[type="email"]:not(.wc-better-checkout-cart-qty__input):focus,
.wc-better-checkout-page input[type="tel"]:not(.wc-better-checkout-cart-qty__input):focus,
.wc-better-checkout-page input[type="number"]:not(.wc-better-checkout-cart-qty__input):focus,
.wc-better-checkout-page input[type="password"]:not(.wc-better-checkout-cart-qty__input):focus,
.wc-better-checkout-page input[type="search"]:not(.wc-better-checkout-cart-qty__input):focus,
.wc-better-checkout-page input[type="text"]:not(.wc-better-checkout-cart-qty__input):focus,
.wc-better-checkout-page select:focus,
.wc-better-checkout-page textarea:focus {
	border-color: var(--checkout-accent) !important;
	outline: none !important;
	box-shadow: 0 0 0 1px var(--checkout-accent) !important;
}

.wc-better-checkout-page .form-row.woocommerce-invalid-required-field .checkout-input,
.wc-better-checkout-page .form-row.woocommerce-invalid-required-field input.input-text,
.wc-better-checkout-page .form-row.woocommerce-invalid-required-field input[type="email"],
.wc-better-checkout-page .form-row.woocommerce-invalid-required-field input[type="tel"],
.wc-better-checkout-page .form-row.woocommerce-invalid-required-field input[type="number"],
.wc-better-checkout-page .form-row.woocommerce-invalid-required-field input[type="password"],
.wc-better-checkout-page .form-row.woocommerce-invalid-required-field input[type="search"],
.wc-better-checkout-page .form-row.woocommerce-invalid-required-field select,
.wc-better-checkout-page .form-row.woocommerce-invalid-required-field textarea {
	border-color: var(--checkout-error) !important;
	box-shadow: 0 0 0 1px var(--checkout-error) !important;
}

.wc-better-checkout-page .form-row.woocommerce-invalid-required-field .checkout-input:focus,
.wc-better-checkout-page .form-row.woocommerce-invalid-required-field input.input-text:focus,
.wc-better-checkout-page .form-row.woocommerce-invalid-required-field input[type="email"]:focus,
.wc-better-checkout-page .form-row.woocommerce-invalid-required-field input[type="tel"]:focus,
.wc-better-checkout-page .form-row.woocommerce-invalid-required-field input[type="number"]:focus,
.wc-better-checkout-page .form-row.woocommerce-invalid-required-field input[type="password"]:focus,
.wc-better-checkout-page .form-row.woocommerce-invalid-required-field input[type="search"]:focus,
.wc-better-checkout-page .form-row.woocommerce-invalid-required-field select:focus,
.wc-better-checkout-page .form-row.woocommerce-invalid-required-field textarea:focus {
	border-color: var(--checkout-error) !important;
	box-shadow: 0 0 0 1px var(--checkout-error) !important;
}

/* Checkout checkboxes (WooCommerce + plugins) */
.wc-better-checkout-page input[type="checkbox"] {
	position: relative;
	display: inline-block;
	flex: 0 0 18px;
	width: 18px !important;
	max-width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	min-height: 18px !important;
	max-height: 18px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--checkout-border) !important;
	border-radius: 4px;
	background: #fff !important;
	color: inherit !important;
	font-size: inherit !important;
	line-height: 1 !important;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	vertical-align: middle;
	float: none !important;
	box-sizing: border-box;
	transition: border-color 0.15s ease, background-color 0.15s ease;
}

.wc-better-checkout-page input[type="checkbox"]:checked {
	border-color: var(--checkout-accent) !important;
	background-color: var(--checkout-accent) !important;
}

.wc-better-checkout-page input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 5px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.wc-better-checkout-page input[type="checkbox"]:focus-visible {
	outline: 2px solid var(--checkout-accent);
	outline-offset: 2px;
}

.wc-better-checkout-page .form-row.woocommerce-invalid-required-field input[type="checkbox"],
.wc-better-checkout-page .form-row.woocommerce-invalid input[type="checkbox"] {
	border-color: var(--checkout-error) !important;
}

.wc-better-checkout-page label:has(> input[type="checkbox"]),
.wc-better-checkout-page .form-row label:has(> input[type="checkbox"]),
.wc-better-checkout-page .woocommerce-form__label-for-checkbox,
.wc-better-checkout-page .woocommerce-form__label-for-checkbox.checkbox {
	display: flex !important;
	align-items: center;
	gap: 10px;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	color: var(--checkout-title-color) !important;
	cursor: pointer;
}

.wc-better-checkout-page label:has(> input[type="checkbox"]) input[type="checkbox"],
.wc-better-checkout-page .form-row label:has(> input[type="checkbox"]) input[type="checkbox"],
.wc-better-checkout-page .woocommerce-form__label-for-checkbox input[type="checkbox"] {
	flex-shrink: 0;
	align-self: flex-start;
	margin-top: 2px !important;
}

.wc-better-checkout-page .form-row:has(> input[type="checkbox"]) {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.wc-better-checkout-page .form-row:has(> input[type="checkbox"]) > label {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	color: var(--checkout-title-color) !important;
	cursor: pointer;
}

.wc-better-checkout-page .form-row:has(> input[type="checkbox"]) > input[type="checkbox"] {
	margin-top: 2px !important;
}

.wc-better-checkout-page .checkout-inline-error-message {
	display: block;
	margin: 6px 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: 400 !important;
	line-height: 1.35;
	color: var(--checkout-error);
}

.wc-better-checkout-page .form-row .description,
.wc-better-checkout-page .woocommerce-input-wrapper .description {
	display: block !important;
	visibility: visible !important;
	position: static !important;
	width: auto !important;
	height: auto !important;
	margin: 6px 0 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	clip: auto !important;
	clip-path: none !important;
	white-space: normal !important;
	border: 0 !important;
	opacity: 1 !important;
	font-family: inherit;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 1.35 !important;
	color: var(--checkout-muted) !important;
}

.wc-better-checkout-page .form-row .description:empty {
	display: none !important;
}

.wc-better-checkout-page .wc-better-checkout-field--postcode .woocommerce-input-wrapper {
	position: relative;
	display: block !important;
}

.wc-better-checkout-page .wc-better-checkout-field-icon {
	position: absolute;
	top: 50%;
	right: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: #737373;
	transform: translateY(-50%);
	pointer-events: none;
}

.wc-better-checkout-page .wc-better-checkout-field-icon svg {
	display: block;
	width: 20px;
	height: 20px;
}

.wc-better-checkout-page .wc-better-checkout-field--postcode input.input-text {
	padding-right: 52px !important;
}

.wc-better-checkout-page .select2-container {
	display: none !important;
}

.wc-better-checkout-page .woocommerce-checkout select.country_select,
.wc-better-checkout-page .woocommerce-checkout select.state_select {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: static !important;
}

@media (min-width: 768px) {
	.wc-better-checkout-page .wc-better-checkout-fields {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.wc-better-checkout-page .wc-better-checkout-fields .form-row {
		grid-column: 1 / -1;
	}

	.wc-better-checkout-page .wc-better-checkout-fields--contact #billing_email_field,
	.wc-better-checkout-page .wc-better-checkout-fields--contact #shipping_email_field {
		grid-column: 1 / 4;
	}

	.wc-better-checkout-page .wc-better-checkout-fields--contact #billing_phone_field,
	.wc-better-checkout-page .wc-better-checkout-fields--contact #shipping_phone_field {
		grid-column: 4 / 7;
	}

	.wc-better-checkout-page #billing_first_name_field,
	.wc-better-checkout-page #shipping_first_name_field {
		grid-column: 1 / 4;
	}

	.wc-better-checkout-page #billing_last_name_field,
	.wc-better-checkout-page #shipping_last_name_field {
		grid-column: 4 / 7;
	}

	.wc-better-checkout-page #billing_country_field,
	.wc-better-checkout-page #shipping_country_field {
		grid-column: 1 / -1;
	}

	.wc-better-checkout-page #billing_postcode_field,
	.wc-better-checkout-page #shipping_postcode_field {
		grid-column: 1 / -1;
	}

	.wc-better-checkout-page #billing_address_1_field,
	.wc-better-checkout-page #shipping_address_1_field {
		grid-column: 1 / 5;
	}

	.wc-better-checkout-page #billing_number_field,
	.wc-better-checkout-page #shipping_number_field {
		grid-column: 5 / 7;
	}

	.wc-better-checkout-page #billing_address_2_field,
	.wc-better-checkout-page #shipping_address_2_field {
		grid-column: 1 / 4;
	}

	.wc-better-checkout-page #billing_neighborhood_field,
	.wc-better-checkout-page #shipping_neighborhood_field {
		grid-column: 4 / 7;
	}

	.wc-better-checkout-page .wc-better-checkout-fields:not(:has(#billing_neighborhood_field)) #billing_address_2_field,
	.wc-better-checkout-page .wc-better-checkout-fields:not(:has(#shipping_neighborhood_field)) #shipping_address_2_field {
		grid-column: 1 / -1;
	}

	.wc-better-checkout-page .wc-better-checkout-fields:not(:has(#billing_address_2_field)) #billing_neighborhood_field,
	.wc-better-checkout-page .wc-better-checkout-fields:not(:has(#shipping_address_2_field)) #shipping_neighborhood_field {
		grid-column: 1 / -1;
	}

	.wc-better-checkout-page #billing_city_field,
	.wc-better-checkout-page #shipping_city_field {
		grid-column: 1 / 4;
	}

	.wc-better-checkout-page #billing_state_field,
	.wc-better-checkout-page #shipping_state_field {
		grid-column: 4 / 7;
	}

	.wc-better-checkout-page .wc-better-checkout-fields:not(:has(#billing_number_field)) #billing_address_1_field,
	.wc-better-checkout-page .wc-better-checkout-fields:not(:has(#shipping_number_field)) #shipping_address_1_field {
		grid-column: 1 / -1;
	}

	.wc-better-checkout-page #billing_cpf_field,
	.wc-better-checkout-page #shipping_cpf_field {
		grid-column: 1 / 4;
	}
}

/* Shopify-style option list: each item owns its border */
.wc-better-checkout-page .option-box.wc-better-checkout-shipping-methods,
.wc-better-checkout-page .option-box.wc-better-checkout-payment-methods,
.wc-better-checkout-page #payment .wc-better-checkout-payment-methods.option-box {
	display: flex;
	flex-direction: column;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.wc-better-checkout-page .wc-better-checkout-option-item {
	position: relative;
	border: 1px solid var(--checkout-border);
	background: #fff;
}

.wc-better-checkout-page .wc-better-checkout-option-item + .wc-better-checkout-option-item {
	margin-top: -1px;
}

.wc-better-checkout-page .wc-better-checkout-option-item:first-child {
	border-radius: var(--checkout-input-radius) var(--checkout-input-radius) 0 0;
}

.wc-better-checkout-page .wc-better-checkout-option-item:last-child {
	border-radius: 0 0 var(--checkout-input-radius) var(--checkout-input-radius);
}

.wc-better-checkout-page .wc-better-checkout-option-item:only-child {
	border-radius: var(--checkout-input-radius);
}

.wc-better-checkout-page .wc-better-checkout-option-item:hover:not(:has(input:checked)) {
	z-index: 2;
	background: #fafafa;
}

.wc-better-checkout-page .wc-better-checkout-option-item:has(input:checked) {
	z-index: 3;
	border-color: var(--checkout-option-selected-border);
	background: var(--checkout-option-selected-bg);
}

.wc-better-checkout-page .wc-better-checkout-option-row {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	margin: 0;
	padding: 20px;
	border: 0;
	color: #1a1a1a;
	cursor: pointer;
	transition: background 0.2s ease;
	box-sizing: border-box;
	background: transparent;
}

.wc-better-checkout-page .wc-better-checkout-option-row__radio {
	position: relative;
	display: block;
	flex: 0 0 18px;
	width: 18px !important;
	max-width: 18px !important;
	height: 18px !important;
	min-width: 18px;
	min-height: 18px;
	margin: 0 !important;
	padding: 0;
	border: 1px solid var(--checkout-border);
	border-radius: 50%;
	background: #fff;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	float: none !important;
	align-self: center;
	box-sizing: border-box;
	transition: border-color 0.15s ease, border-width 0.15s ease;
}

.wc-better-checkout-page .wc-better-checkout-option-row__radio:checked {
	border: 2px solid var(--checkout-accent);
	background: #fff;
}

.wc-better-checkout-page .wc-better-checkout-option-row__radio:checked::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--checkout-accent);
	transform: translate(-50%, -50%);
}

.wc-better-checkout-page .wc-better-checkout-option-row__radio:focus-visible {
	outline: 2px solid var(--checkout-accent);
	outline-offset: 2px;
}

.wc-better-checkout-page .wc-better-checkout-option-row__body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
	cursor: pointer;
}

.wc-better-checkout-page .wc-better-checkout-option-row__title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35em 0.5em;
	flex: 1 1 auto;
	min-width: 0;
}

.wc-better-checkout-page .wc-better-checkout-option-row__aside {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: 28px;
	min-height: 28px;
	margin-left: auto;
	white-space: nowrap;
}

.wc-better-checkout-page .wc-better-checkout-option-row__aside img,
.wc-better-checkout-page .wc-better-checkout-option-row__aside .wc-mp-gateway-icon,
.wc-better-checkout-page .wc-better-checkout-option-row__aside svg {
	display: block;
	width: 28px;
	max-width: 28px;
	height: 28px;
	max-height: 28px;
	object-fit: contain;
}

.wc-better-checkout-page .wc-better-checkout-shipping-methods {
	padding: 0;
}

.wc-better-checkout-page .wc-better-checkout-option-row.wc-better-checkout-shipping-method {
	align-items: flex-start;
}

.wc-better-checkout-page .wc-better-checkout-shipping-method .wc-better-checkout-option-row__radio {
	align-self: flex-start;
	margin-top: 0.1em;
}

.wc-better-checkout-page .wc-better-checkout-shipping-method__body {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 4px;
}

.wc-better-checkout-page .wc-better-checkout-shipping-method__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	min-width: 0;
}

.wc-better-checkout-page .wc-better-checkout-shipping-method__name {
	flex: 1 1 auto;
	min-width: 0;
}

.wc-better-checkout-page .wc-better-checkout-shipping-method__delivery-time {
	display: block;
	width: 100%;
	color: #666;
	font-size: 0.92em;
	font-weight: 400;
	line-height: 1.35;
}

.wc-better-checkout-page .wc-better-checkout-shipping-method__body .amount,
.wc-better-checkout-page .wc-better-checkout-shipping-method__body .woocommerce-Price-amount,
.wc-better-checkout-page .wc-better-checkout-shipping-method__body .wc-better-checkout-shipping-method__price {
	flex: 0 0 auto;
	margin-left: auto;
	font-weight: 600;
	white-space: nowrap;
}

.wc-better-checkout-page .wc-better-checkout-shipping-method__price--free {
	color: var(--checkout-accent);
}

.wc-better-checkout-page .wc-better-checkout-shipping-method--notice,
.wc-better-checkout-page .wc-better-checkout-payment-method--notice {
	padding: 20px;
	color: var(--checkout-muted);
	font-size: 14px;
	line-height: 1.45;
	cursor: default;
}

.wc-better-checkout-page .wc-better-checkout-payment-method__notice-text {
	margin: 0;
}

.wc-better-checkout-page .wc-better-checkout-payment-method--notice .amount,
.wc-better-checkout-page .wc-better-checkout-payment-method--notice .woocommerce-Price-amount {
	font-weight: 600;
	color: inherit;
}

.wc-better-checkout-page #payment .woocommerce-info {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
}

.wc-better-checkout-page #payment .woocommerce-info::before {
	display: none;
}

.wc-better-checkout-page .checkout-aside {
	display: none;
	flex: 5 1 0%;
	min-width: 0;
	padding: 40px;
	background: var(--checkout-aside-bg);
}

.wc-better-checkout-page .order-summary,
.wc-better-checkout-page .wc-better-checkout-order-summary {
	width: 100%;
}

.wc-better-checkout-page .order-summary__inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.wc-better-checkout-page .order-summary__head {
	margin: 0;
}

.wc-better-checkout-page .order-summary__edit-link {
	flex-shrink: 0;
	white-space: nowrap;
}

.wc-better-checkout-page .order-summary__edit-cart-link {
	margin: 0 !important;
	padding: 0 !important;
	color: inherit;
	font-weight: 600 !important;
	text-decoration: underline dotted;
	text-underline-offset: 3px;
}

.wc-better-checkout-page .order-summary__edit-cart-link:hover,
.wc-better-checkout-page .order-summary__edit-cart-link:focus {
	color: var(--checkout-blue);
}

.wc-better-checkout-page .order-summary__items {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.wc-better-checkout-page .cart-line {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 14px;
	row-gap: 0;
}

.wc-better-checkout-page .cart-thumb {
	position: relative;
	width: 64px;
	height: 64px;
}

.wc-better-checkout-page .cart-thumb img {
	display: block;
	width: 64px;
	height: 64px;
	border: 2px solid #fff;
	box-shadow: 1.75px 1.75px 3px -2px var(--checkout-border);
	border-radius: 12px;
	background-color: var(--checkout-thumbnail-bg);
	object-fit: cover;
}

.wc-better-checkout-page .cart-thumb__badge {
	position: absolute;
	top: -6px;
	right: -6px;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	border: 2px solid #fff;
	border-radius: 6px;
	background: var(--checkout-secondary);
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	line-height: 16px;
	text-align: center;
}

.wc-better-checkout-page .cart-line__info {
	min-width: 0;
}

.wc-better-checkout-page .cart-line__name {
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 16px !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	color: var(--checkout-title-color) !important;
}

.wc-better-checkout-page .cart-line__meta {
	margin-top: 4px !important;
	color: var(--checkout-muted) !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 1.3 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.wc-better-checkout-page .cart-line__meta-list {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.wc-better-checkout-page .cart-line__meta-item {
	margin: 0 !important;
	padding: 0 !important;
	font-size: inherit !important;
	font-weight: 400 !important;
	line-height: inherit !important;
	color: inherit !important;
}

.wc-better-checkout-page .cart-line__meta-label {
	display: inline;
	font-weight: 600 !important;
	color: inherit !important;
}

.wc-better-checkout-page .cart-line__meta-value {
	display: inline;
	font-weight: 400 !important;
	color: inherit !important;
}

.wc-better-checkout-page .cart-line__meta dl,
.wc-better-checkout-page .cart-line__meta dt,
.wc-better-checkout-page .cart-line__meta dd,
.wc-better-checkout-page .cart-line__meta p,
.wc-better-checkout-page .cart-line__meta strong {
	margin: 0 !important;
	padding: 0 !important;
	font-size: inherit !important;
	font-weight: inherit;
	line-height: inherit !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	color: inherit !important;
}

.wc-better-checkout-page .cart-line__meta-value p,
.wc-better-checkout-page .cart-line__meta-value dl,
.wc-better-checkout-page .cart-line__meta-value dt,
.wc-better-checkout-page .cart-line__meta-value dd {
	display: inline;
}

.wc-better-checkout-page .cart-line__meta-value p + p::before {
	content: ' ';
}

.wc-better-checkout-page .cart-line__meta-label,
.wc-better-checkout-page .cart-line__meta strong.cart-line__meta-label {
	font-weight: 600 !important;
}

.wc-better-checkout-page .cart-line__price {
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
	white-space: nowrap;
	color: var(--checkout-title-color) !important;
}

.wc-better-checkout-page .wc-better-checkout-coupon-field {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.wc-better-checkout-page .discount-group,
.wc-better-checkout-page .discount-group.wc-better-checkout-coupon {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 10px;
}

.wc-better-checkout-page .wc-better-checkout-coupon-field.is-invalid .checkout-input,
.wc-better-checkout-page .wc-better-checkout-coupon-field.is-invalid input[name="coupon_code"] {
	border-color: var(--checkout-error) !important;
	box-shadow: 0 0 0 1px var(--checkout-error) !important;
}

.wc-better-checkout-page .wc-better-checkout-coupon-field.is-invalid .checkout-input:focus,
.wc-better-checkout-page .wc-better-checkout-coupon-field.is-invalid input[name="coupon_code"]:focus {
	border-color: var(--checkout-error) !important;
	box-shadow: 0 0 0 1px var(--checkout-error) !important;
}

.wc-better-checkout-page .wc-better-checkout-coupon-field > .checkout-inline-error-message,
.wc-better-checkout-page .wc-better-checkout-coupon-field > .checkout-inline-success-message {
	margin-top: 6px;
}

.wc-better-checkout-page .wc-better-checkout-coupon-field > .checkout-inline-success-message {
	color: var(--checkout-accent);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
}

.wc-better-checkout-page .discount-group.wc-better-checkout-coupon > .wc-better-checkout-coupon-input-wrap {
	position: relative;
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
	min-height: var(--checkout-field-height);
	isolation: isolate;
}

.wc-better-checkout-page .discount-group.wc-better-checkout-coupon > .wc-better-checkout-coupon-input-wrap > input[name="coupon_code"] {
	display: block;
	flex: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	min-height: var(--checkout-field-height) !important;
	max-height: var(--checkout-field-height) !important;
	height: var(--checkout-field-height) !important;
	padding-right: 42px !important;
	margin: 0 !important;
	line-height: 1.4 !important;
	vertical-align: middle !important;
}

.wc-better-checkout-page .wc-better-checkout-coupon-input__spinner {
	position: absolute;
	top: 0;
	right: 18px;
	bottom: 0;
	z-index: 2;
	width: 16px;
	height: 16px;
	margin-block: auto;
	padding: 0;
	border: 2px solid var(--checkout-border);
	border-top-color: var(--checkout-accent);
	border-radius: 50%;
	background: transparent;
	box-shadow: none;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transform: none;
	animation: wcbc-coupon-spin 0.65s linear infinite;
}

.wc-better-checkout-page .wc-better-checkout-coupon-field.is-processing .wc-better-checkout-coupon-input__spinner {
	opacity: 1;
	visibility: visible;
}

.wc-better-checkout-page .wc-better-checkout-coupon-field.is-processing .wc-better-checkout-apply-coupon {
	opacity: 0.72;
	pointer-events: none;
}

@keyframes wcbc-coupon-spin {
	to {
		transform: rotate(360deg);
	}
}

.wc-better-checkout-page .discount-group .checkout-input,
.wc-better-checkout-page .discount-group.wc-better-checkout-coupon .checkout-input {
	flex: 1 1 auto;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
}

.wc-better-checkout-page .discount-group.wc-better-checkout-coupon .button {
	width: auto !important;
}

.wc-better-checkout-page .discount-group .button.btn-discount,
.wc-better-checkout-page .discount-group .button.wc-better-checkout-apply-coupon,
.wc-better-checkout-page .wc-better-checkout-coupon .button.btn-discount,
.wc-better-checkout-page .wc-better-checkout-coupon .button.wc-better-checkout-apply-coupon {
	flex: 0 0 auto;
	margin-right: 0 !important;
	min-height: 54px;
	padding: 0 18px;
	border: 0 !important;
	border-radius: var(--checkout-input-radius);
	background: var(--checkout-accent) !important;
	background-color: var(--checkout-accent) !important;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	box-shadow: none !important;
	appearance: none;
}

.wc-better-checkout-page .discount-group .button.btn-discount:hover,
.wc-better-checkout-page .discount-group .button.btn-discount:focus,
.wc-better-checkout-page .discount-group .button.wc-better-checkout-apply-coupon:hover,
.wc-better-checkout-page .discount-group .button.wc-better-checkout-apply-coupon:focus,
.wc-better-checkout-page .wc-better-checkout-coupon .button.btn-discount:hover,
.wc-better-checkout-page .wc-better-checkout-coupon .button.btn-discount:focus,
.wc-better-checkout-page .wc-better-checkout-coupon .button.wc-better-checkout-apply-coupon:hover,
.wc-better-checkout-page .wc-better-checkout-coupon .button.wc-better-checkout-apply-coupon:focus {
	background: var(--checkout-accent-hover) !important;
	background-color: var(--checkout-accent-hover) !important;
	color: #fff !important;
	border-color: transparent !important;
	box-shadow: none !important;
	outline: none;
}

.wc-better-checkout-page .order-summary__totals-wrap {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.wc-better-checkout-page .wc-better-checkout-coupon-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.wc-better-checkout-page .wc-better-checkout-coupon-badge {
	display: flex;
    align-items: center;
    gap: 5px;
    min-height: 28px;
    padding: 2px 6px 2px 8px;
    border-radius: 8px;
    background: var(--checkout-main-bg);
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.wc-better-checkout-page .wc-better-checkout-coupon-badge__icon {
	width: 13px;
	height: 13px;
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	color: #737373;
}

.wc-better-checkout-page .wc-better-checkout-coupon-badge__icon svg {
	display: block;
	width: 16px;
	height: 16px;
}

.wc-better-checkout-page .wc-better-checkout-coupon-badge__code {
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.wc-better-checkout-page .wc-better-checkout-coupon-badge__remove {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 2px;
	border: 0;
	border-radius: 4px;
	background: transparent;
	color: #737373;
	cursor: pointer;
	line-height: 1;
	box-shadow: none !important;
}

.wc-better-checkout-page .wc-better-checkout-coupon-badge__remove:hover,
.wc-better-checkout-page .wc-better-checkout-coupon-badge__remove:focus {
	color: #1a1a1a;
}

.wc-better-checkout-page .wc-better-checkout-coupon-badge__remove svg {
	display: block;
	width: 14px;
	height: 14px;
}

.wc-better-checkout-page .order-summary__totals {
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 100%;
	margin: 0;
}

.wc-better-checkout-page .order-summary__totals-body,
.wc-better-checkout-page .order-summary__totals-foot {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.wc-better-checkout-page .order-summary__totals-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.wc-better-checkout-page .order-summary__totals-label,
.wc-better-checkout-page .order-summary__totals-value {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	color: var(--checkout-title-color) !important;
}

.wc-better-checkout-page .order-summary__totals-label {
	flex: 1 1 auto;
	min-width: 0;
	text-align: left !important;
	font-weight: 500 !important;
}

.wc-better-checkout-page .order-summary__totals-value {
	flex: 0 0 auto;
	text-align: right !important;
}

.wc-better-checkout-page .order-summary__totals-row.shipping .order-summary__totals-value {
	font-weight: 600 !important;
}

.wc-better-checkout-page .order-summary__totals-row.order-total {
	padding-top: 14px;
}

.wc-better-checkout-page .order-summary__totals-row.order-total .order-summary__totals-label,
.wc-better-checkout-page .order-summary__totals-row.order-total .order-summary__totals-value {
	font-size: 18px !important;
	font-weight: 700 !important;
}

.wc-better-checkout-page #payment.woocommerce-checkout-payment {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.wc-better-checkout-page #payment ul.payment_methods,
.wc-better-checkout-page #payment ul.wc-better-checkout-payment-methods {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wc-better-checkout-page #payment ul.payment_methods::before,
.wc-better-checkout-page #payment ul.payment_methods::after,
.wc-better-checkout-page #payment ul.payment_methods > li::before,
.wc-better-checkout-page #payment ul.payment_methods > li::after,
.wc-better-checkout-page #payment ul.payment_methods > li:not(.woocommerce-notice)::before,
.wc-better-checkout-page #payment ul.payment_methods > li:not(.woocommerce-notice)::after {
	display: none !important;
	content: none !important;
}

.wc-better-checkout-page .wc-better-checkout-payment-methods {
	overflow: visible;
	padding: 0;
}

.wc-better-checkout-page #payment .wc-better-checkout-payment-methods.option-box {
	overflow: visible !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.wc-better-checkout-page .wc-better-checkout-payment-methods > li.wc_payment_method {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #1a1a1a;
	line-height: 1.35;
}

.wc-better-checkout-page .wc-better-checkout-payment-method__header {
	position: relative;
	border: 1px solid var(--checkout-border);
	background: #fff;
}

.wc-better-checkout-page .wc-better-checkout-payment-methods > li.wc_payment_method + li.wc_payment_method > .wc-better-checkout-payment-method__header {
	margin-top: -1px;
}

.wc-better-checkout-page .wc-better-checkout-payment-methods > li.wc_payment_method:has(input:checked):has(.wc-better-checkout-payment-method__panel) + li.wc_payment_method > .wc-better-checkout-payment-method__header {
	margin-top: -1px;
}

.wc-better-checkout-page .wc-better-checkout-payment-methods > li.wc_payment_method:first-child > .wc-better-checkout-payment-method__header {
	border-radius: var(--checkout-input-radius) var(--checkout-input-radius) 0 0;
}

.wc-better-checkout-page .wc-better-checkout-payment-methods > li.wc_payment_method:only-child:not(:has(.wc-better-checkout-payment-method__panel)) > .wc-better-checkout-payment-method__header {
	border-radius: var(--checkout-input-radius);
}

.wc-better-checkout-page .wc-better-checkout-payment-methods > li.wc_payment_method:only-child:has(.wc-better-checkout-payment-method__panel) > .wc-better-checkout-payment-method__header:not(:has(input:checked)) {
	border-radius: var(--checkout-input-radius);
}

.wc-better-checkout-page .wc-better-checkout-payment-method__header:hover:not(:has(input:checked)) {
	z-index: 2;
	background: #fafafa;
}

.wc-better-checkout-page .wc-better-checkout-payment-method__header:has(input:checked) {
	z-index: 3;
	background: var(--checkout-option-selected-bg);
	border-color: var(--checkout-option-selected-border);
}

.wc-better-checkout-page .wc-better-checkout-payment-methods > li.wc_payment_method:last-child > .wc-better-checkout-payment-method__header:not(:has(input:checked)) {
	border-color: var(--checkout-border);
	border-radius: 0 0 var(--checkout-input-radius) var(--checkout-input-radius);
}

.wc-better-checkout-page .wc-better-checkout-payment-methods > li.wc_payment_method:last-child > .wc-better-checkout-payment-method__header:has(input:checked):not(:has(+ .wc-better-checkout-payment-method__panel)) {
	border-radius: 0 0 var(--checkout-input-radius) var(--checkout-input-radius);
}

.wc-better-checkout-page .wc-better-checkout-option-row__title .wc-dp-discount-text,
.wc-better-checkout-page .wc-better-checkout-option-row__title [class*="discount"],
.wc-better-checkout-page .wc-better-checkout-option-row__title [class*="badge"] {
	display: inline !important;
	float: none !important;
	margin-left: 0;
	vertical-align: middle;
}

.wc-better-checkout-page .wc-better-checkout-payment-method__panel {
	display: none;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}

.wc-better-checkout-page .wc-better-checkout-payment-methods > li.wc_payment_method:has(input:checked) > .wc-better-checkout-payment-method__panel {
	display: block;
	margin-top: -1px;
	padding: 20px;
	border: 1px solid var(--checkout-border);
	border-top: 0;
	background: color-mix(in srgb, var(--checkout-aside-bg) 80%, transparent);
}

.wc-better-checkout-page .wc-better-checkout-payment-methods > li.wc_payment_method:last-child:has(input:checked) > .wc-better-checkout-payment-method__panel {
	border-radius: 0 0 var(--checkout-input-radius) var(--checkout-input-radius);
}

.wc-better-checkout-page #payment .payment_box,
.wc-better-checkout-page .wc-better-checkout-payment-methods > li.wc_payment_method > .wc-better-checkout-payment-method__panel > .payment_box {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #333;
	font-size: 13px;
	overflow-x: clip;
	overflow-y: visible;
}

.wc-better-checkout-page #payment div.payment_box::before,
.wc-better-checkout-page.woocommerce-page #payment div.payment_box::before,
body.woocommerce-checkout #payment div.payment_box::before,
body.wc-better-checkout-body #payment div.payment_box::before {
	display: none !important;
	content: none !important;
	border: 0 !important;
	margin: 0 !important;
	position: absolute !important;
}

.wc-better-checkout-page .wc-better-checkout-payment-methods .payment_box > * {
	max-width: 100%;
}

.wc-better-checkout-page .wc-better-checkout-payment-methods .payment_box iframe,
.wc-better-checkout-page .wc-better-checkout-payment-methods .payment_box .wc-mercadopago-brick-mount,
.wc-better-checkout-page .wc-better-checkout-payment-methods .payment_box .wc-mercadopago-card-shell {
	box-sizing: border-box;
	width: 100% !important;
	max-width: 100% !important;
}

.wc-better-checkout-page .wc-better-checkout-payment-methods .payment_box .form-row,
.wc-better-checkout-page .wc-better-checkout-payment-methods .payment_box fieldset {
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.wc-better-checkout-page .wc-better-checkout-payment-methods .payment_box input.input-text,
.wc-better-checkout-page .wc-better-checkout-payment-methods .payment_box select,
.wc-better-checkout-page .wc-better-checkout-payment-methods .payment_box textarea {
	width: 100% !important;
	max-width: 100% !important;
}

.wc-better-checkout-page #payment .place-order {
	display: none !important;
}

.wc-better-checkout-page .wc-better-checkout-place-order {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 !important;
	padding: 0;
}

.wc-better-checkout-page .wc-better-checkout-place-order .btn-pay,
.wc-better-checkout-page .wc-better-checkout-place-order #place_order {
	width: 100%;
	min-height: 62px;
	margin: 0;
	padding: 20px;
	border: 0;
	border-radius: var(--checkout-input-radius);
	background: var(--checkout-accent);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	box-shadow: none;
	appearance: none;
}

.wc-better-checkout-page .woocommerce-terms-and-conditions-wrapper {
	font-size: 13px;
	color: var(--checkout-muted);
}

.wc-better-checkout-page .wc-better-checkout-place-order .btn-pay:hover,
.wc-better-checkout-page .wc-better-checkout-place-order .btn-pay:focus,
.wc-better-checkout-page .wc-better-checkout-place-order #place_order:hover,
.wc-better-checkout-page .wc-better-checkout-place-order #place_order:focus {
	background: var(--checkout-accent-hover);
	color: #fff;
	box-shadow: none;
	outline: none;
}

.wc-better-checkout-page .summary-accordion__header {
	display: block;
}

.wc-better-checkout-page .summary-accordion__coupon-trigger {
	display: flex;
	align-items: center;
	gap: 8px;
	width: auto;
	margin: 0;
	padding: 8px 12px;
	border: 1px solid var(--checkout-border);
	border-radius: var(--checkout-field-radius);
	background: #fff;
	color: #1a1a1a;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	text-align: left;
	cursor: pointer;
	appearance: none;
	box-shadow: none;
	outline: none;
}

.wc-better-checkout-page .summary-accordion__coupon-trigger:hover,
.wc-better-checkout-page .summary-accordion__coupon-trigger:focus,
.wc-better-checkout-page .summary-accordion__coupon-trigger:active {
	background: #fff;
	box-shadow: none;
	outline: none;
}

.wc-better-checkout-page .summary-accordion__coupon-trigger-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	color: #737373;
}

.wc-better-checkout-page .summary-accordion__coupon-trigger-icon svg {
	display: block;
	width: 16px;
	height: 16px;
}

.wc-better-checkout-page .summary-accordion__toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	margin: 0;
	padding: 16px 20px;
	border: 0;
	border-top: 1px solid var(--checkout-border);
	border-bottom: 1px solid var(--checkout-border);
	background: #fff;
	color: #1a1a1a;
	text-align: left;
	cursor: pointer;
	appearance: none;
	box-shadow: none;
	outline: none;
}

.wc-better-checkout-page .summary-accordion__toggle:hover,
.wc-better-checkout-page .summary-accordion__toggle:focus,
.wc-better-checkout-page .summary-accordion__toggle:active {
	background: #fff;
	box-shadow: none;
	outline: none;
}

.wc-better-checkout-page .summary-accordion__coupon-trigger + .summary-accordion__toggle {
	border-top: 0;
}

.wc-better-checkout-page .summary-accordion__preview {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.wc-better-checkout-page .summary-accordion__thumb {
	position: relative;
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
}

.wc-better-checkout-page .summary-accordion__thumb-stack {
	display: none;
}

.wc-better-checkout-page .summary-accordion__thumb.is-stack .summary-accordion__thumb-stack {
	display: block;
	position: absolute;
	top: 1px;
	left: 7px;
	z-index: 0;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: #e3e3e3;
	transform: rotate(8deg);
}

.wc-better-checkout-page .summary-accordion__thumb-image {
	position: relative;
	z-index: 1;
	display: block;
	width: 48px;
	height: 48px;
	overflow: hidden;
	border: 1px solid #fff;
	border-radius: 8px;
	background: var(--checkout-thumbnail-bg);
}

.wc-better-checkout-page .summary-accordion__thumb-image img {
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--checkout-thumbnail-bg);
	object-fit: cover;
}

.wc-better-checkout-page .summary-accordion__meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.wc-better-checkout-page .summary-accordion__title {
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	color: var(--checkout-title-color) !important;
}

.wc-better-checkout-page .summary-accordion__count {
	color: var(--checkout-muted) !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.wc-better-checkout-page .summary-accordion__right {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
}

.wc-better-checkout-page .summary-accordion__total {
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	white-space: nowrap;
	color: var(--checkout-title-color) !important;
}

.wc-better-checkout-page .summary-accordion__chevron {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #737373;
	transition: transform 0.2s ease;
}

.wc-better-checkout-page .summary-accordion__chevron svg {
	display: block;
	width: 18px;
	height: 18px;
}

.wc-better-checkout-page .summary-accordion.is-open .summary-accordion__chevron {
	transform: rotate(180deg);
}

.wc-better-checkout-page .summary-accordion__body {
	overflow: hidden;
	padding: 20px;
	border-bottom: 1px solid var(--checkout-border);
	background: #fff;
}

.wc-better-checkout-page .woocommerce-NoticeGroup,
.wc-better-checkout-page .woocommerce-notices-wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

.wc-better-checkout-page .woocommerce-error,
.wc-better-checkout-page .woocommerce-info,
.wc-better-checkout-page .woocommerce-message {
	margin: 20px 40px;
}

@media (min-width: 992px) {
	.wc-better-checkout-page {
		overflow-x: clip;
	}

	.wc-better-checkout-page .checkout-header__inner {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 24px !important;
	}

	.wc-better-checkout-page .checkout-header__title {
		flex: 0 1 auto;
		width: auto !important;
		max-width: none;
	}

	.wc-better-checkout-page .checkout-header__widgets,
	.wc-better-checkout-page .checkout-header__trust {
		flex: 0 1 auto;
		width: auto !important;
		margin-left: auto;
		text-align: right;
	}

	.wc-better-checkout-page .summary-accordion__header,
	.wc-better-checkout-page .summary-accordion__body {
		display: none;
	}

	.wc-better-checkout-page .checkout-layout {
		display: grid;
		flex: 1 1 auto;
		grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
		grid-template-areas:
			"before aside"
			"main aside";
		align-items: stretch;
		overflow: visible;
		min-height: 100%;
	}

	.wc-better-checkout-page .checkout-layout:not(:has(.checkout-before-form:not(:empty))) {
		grid-template-areas: "main aside";
		grid-template-rows: minmax(0, 1fr);
	}

	.wc-better-checkout-page .checkout-before-form:not(:empty) {
		grid-area: before;
		border-right: 1px solid var(--checkout-border);
	}

	.wc-better-checkout-page .checkout-main {
		grid-area: main;
		align-self: stretch;
		min-height: 100%;
		border-right: 1px solid var(--checkout-border);
	}

	.wc-better-checkout-page .checkout-aside {
		display: flex;
		flex-direction: column;
		grid-area: aside;
		grid-row: 1 / -1;
		align-self: stretch;
		position: relative;
		z-index: 0;
		min-height: 100%;
		height: auto;
		overflow: visible;
		background: var(--checkout-aside-bg);
	}

	.wc-better-checkout-page .checkout-aside::before {
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 100%;
		width: 100vw;
		height: 100%;
		min-height: 100%;
		background: var(--checkout-aside-bg);
		pointer-events: none;
		content: "";
	}

	.wc-better-checkout-page .order-summary,
	.wc-better-checkout-page .wc-better-checkout-order-summary {
		position: sticky;
		top: 40px;
	}
}

@media (max-width: 991.98px) {
	.wc-better-checkout-page .summary-accordion__header {
		display: block;
		padding: 16px 20px 0;
		background: var(--checkout-aside-bg);
	}

	.wc-better-checkout-page .summary-accordion__coupon-trigger {
		margin-bottom: 12px;
	}

	.wc-better-checkout-page .summary-accordion__toggle {
		padding: 0 0 16px;
		border: 0;
	}

	.wc-better-checkout-page .summary-accordion__body {
		display: block;
		margin: 0;
		border-top: 1px solid var(--checkout-border);
	}

	.wc-better-checkout-page .summary-accordion__body[hidden] {
		display: none;
	}

	.wc-better-checkout-page .checkout-header__inner {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px;
	}

	.wc-better-checkout-page .checkout-container {
		max-width: 100%;
	}

	.wc-better-checkout-page .checkout-before-form:not(:empty) {
		padding: 0 20px;
	}

	.wc-better-checkout-page .checkout-main {
		padding: 20px !important;
		border-top: 1px solid var(--checkout-border);
	}

	.wc-better-checkout-page .checkout-before-form:not(:empty) + .checkout-main {
		padding-top: 32px;
	}

	.wc-better-checkout-page .checkout-form__inner {
		gap: 32px;
	}

	.wc-better-checkout-page .woocommerce-error,
	.wc-better-checkout-page .woocommerce-info,
	.wc-better-checkout-page .woocommerce-message {
		margin: 20px;
	}

	.wc-better-checkout-page .wc-better-checkout-option-row {
		gap: 12px;
		padding: 16px;
	}

	.wc-better-checkout-page .wc-better-checkout-payment-methods > li.wc_payment_method:has(input:checked) > .wc-better-checkout-payment-method__panel {
		padding: 16px;
	}

	.wc-better-checkout-page .wc-better-checkout-order-received-details__card {
		padding: 20px;
	}
}

@media (min-width: 768px) {
	.wc-better-checkout-page .wc-better-checkout-order-received-details__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 32px 40px;
	}
}

/* Reusable skeleton loading */
@keyframes wcbc-skeleton-shimmer {
	0% {
		background-position: 200% 0;
	}

	100% {
		background-position: -200% 0;
	}
}

.wcbc-skeleton {
	display: block;
	box-sizing: border-box;
	border-radius: 6px;
	background-color: color-mix(in srgb, var(--checkout-border) 28%, #fff);
	background-image: linear-gradient(
		90deg,
		color-mix(in srgb, var(--checkout-border) 28%, #fff) 0%,
		color-mix(in srgb, var(--checkout-border) 12%, #fff) 50%,
		color-mix(in srgb, var(--checkout-border) 28%, #fff) 100%
	);
	background-size: 200% 100%;
	animation: wcbc-skeleton-shimmer 1.35s ease-in-out infinite;
}

.wcbc-skeleton--thumb {
	width: 64px;
	height: 64px;
	border-radius: 12px;
}

.wcbc-skeleton--text {
	height: 14px;
}

.wcbc-skeleton--text-title {
	width: 72%;
	height: 16px;
}

.wcbc-skeleton--text-meta {
	width: 48%;
	height: 12px;
	margin-top: 4px;
}

.wcbc-skeleton--qty {
	width: 88px;
	height: 30px;
	border-radius: var(--checkout-field-radius);
}

.wcbc-skeleton--price {
	width: 56px;
	height: 14px;
}

.wcbc-skeleton--icon {
	width: 16px;
	height: 16px;
	border-radius: 4px;
}

.wcbc-skeleton--total-label {
	width: 42%;
	height: 14px;
}

.wcbc-skeleton--total-label-short {
	width: 28%;
}

.wcbc-skeleton--total-value {
	width: 24%;
	height: 14px;
	margin-left: auto;
}

.wcbc-skeleton--button {
	width: 100%;
	height: 62px;
	border-radius: var(--checkout-input-radius);
}

.wcbc-skeleton-totals {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.wcbc-skeleton-totals__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.wcbc-skeleton-cart-line {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	align-items: start;
	gap: 14px;
}

.wcbc-skeleton-cart-line__info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.wcbc-skeleton-cart-line__actions {
	margin-top: auto;
}

.wcbc-skeleton-cart-line__aside {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	align-self: stretch;
	flex-shrink: 0;
	min-height: 64px;
	gap: 8px;
}

.wcbc-skeleton-cart-drawer {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	overflow: hidden;
}

.wcbc-skeleton-cart-drawer__items {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.wcbc-skeleton-cart-drawer__footer {
	gap: 16px;
}

.wcbc-skeleton-totals--inline {
	padding: 4px 0;
}

/* AJAX cart drawer */
body.wcbc-cart-drawer-open {
	position: fixed;
	top: var(--wcbc-locked-scroll-y, 0);
	right: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	overscroll-behavior: none;
}

.wc-better-checkout-cart-drawer .wcbc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	background-image: none;
	box-shadow: none;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.wc-better-checkout-cart-drawer .wcbc-btn--overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55) !important;
	opacity: 0;
	transition: opacity 0.32s ease;
	cursor: pointer;
	pointer-events: none;
}

.wc-better-checkout-cart-drawer.is-open .wcbc-btn--overlay {
	opacity: 1;
	pointer-events: auto;
}

.wc-better-checkout-cart-drawer {
	--wcbc-cart-drawer-height: 100vh;
	--wcbc-cart-drawer-height: 100dvh;
	position: fixed;
	inset: 0;
	z-index: 999999999999999;
	height: var(--wcbc-cart-drawer-height);
	max-height: var(--wcbc-cart-drawer-height);
	pointer-events: none;
	visibility: hidden;
	overscroll-behavior: none;
}

.wc-better-checkout-cart-drawer:not([hidden]) {
	pointer-events: auto;
	visibility: visible;
}

.wc-better-checkout-cart-drawer__panel {
	--wcbc-cart-inset: 20px;
	--wcbc-cart-drawer-head-offset: 61px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 500px;
	height: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: var(--checkout-aside-bg);
	box-shadow: -8px 0 32px rgba(0, 0, 0, 0.18);
	transform: translate3d(100%, 0, 0);
	transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
	outline: none;
	overflow: hidden;
	overscroll-behavior: none;
	will-change: transform;
}

.wc-better-checkout-cart-drawer__panel.wc-better-checkout-page {
	min-height: 0;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
}

.wc-better-checkout-cart-drawer.is-open .wc-better-checkout-cart-drawer__panel {
	transform: translate3d(0, 0, 0);
}

.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__head.checkout-section__head {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0;
	padding: var(--wcbc-cart-inset);
	border-bottom: 1px solid var(--checkout-border);
	background: var(--checkout-aside-bg);
}

.wc-better-checkout-cart-drawer__head .section-title {
	flex: 1 1 auto;
	min-width: 0;
}

.wc-better-checkout-cart-drawer .wcbc-btn--close,
.wc-better-checkout-cart-drawer .wcbc-btn--remove {
	flex: 0 0 auto;
	width: auto;
	height: auto;
	min-width: 0;
	min-height: 0;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.wc-better-checkout-cart-drawer .wcbc-btn--close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	flex-shrink: 0;
	color: var(--checkout-title-color);
}

.wc-better-checkout-cart-drawer .wcbc-btn--close svg {
	display: block;
	width: 20px;
	height: 20px;
}

.wc-better-checkout-cart-drawer .wcbc-btn--close:hover,
.wc-better-checkout-cart-drawer .wcbc-btn--close:focus,
.wc-better-checkout-cart-drawer .wcbc-btn--remove:hover,
.wc-better-checkout-cart-drawer .wcbc-btn--remove:focus {
	background: transparent !important;
	box-shadow: none !important;
	outline: none;
}

.wc-better-checkout-cart-drawer__body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	overflow: hidden;
	padding: 0 var(--wcbc-cart-inset);
	overscroll-behavior: contain;
	touch-action: pan-y;
}

.wc-better-checkout-cart-drawer__body .order-summary,
.wc-better-checkout-cart-drawer__content {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.wc-better-checkout-cart-drawer__body .order-summary__inner,
.wc-better-checkout-cart-drawer__layout {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: 0;
	min-height: 0;
}

.wc-better-checkout-cart-drawer__scroll-wrap {
	position: relative;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 0;
	overflow: hidden;
}

.wc-better-checkout-cart-drawer__scroll {
	flex: 1 1 auto;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	touch-action: pan-y;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.wc-better-checkout-cart-drawer__scroll::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
	background: transparent;
}

.wc-better-checkout-cart-drawer__items {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.wc-better-checkout-cart-drawer__items > .wc-better-checkout-cart-drawer__line:first-child,
.wc-better-checkout-cart-drawer__items > .wcbc-cart-item-slot:first-child,
.wcbc-skeleton-cart-drawer__items > .wcbc-skeleton-cart-line:first-child {
	margin-top: calc(var(--wcbc-cart-drawer-head-offset) + var(--wcbc-cart-inset));
}

.wc-better-checkout-cart-drawer__items > .wc-better-checkout-cart-drawer__line:last-child,
.wcbc-skeleton-cart-drawer__items > .wcbc-skeleton-cart-line:last-child {
	margin-bottom: var(--wcbc-cart-inset);
}

.wc-better-checkout-cart-drawer__items > .wc-better-checkout-cart-drawer__line:not(:last-child)::after,
.wcbc-skeleton-cart-drawer__items > .wcbc-skeleton-cart-line:not(:last-child)::after {
	content: '';
	grid-column: 1 / -1;
	margin-top: var(--wcbc-cart-inset);
	margin-bottom: 0;
	border-bottom: 1px dotted var(--checkout-border);
}

.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__line.cart-line {
	grid-template-columns: 64px minmax(0, 1fr) auto;
	align-items: start !important;
	column-gap: 14px;
	row-gap: 0;
}

.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__line--no-aside.cart-line {
	grid-template-columns: 64px minmax(0, 1fr);
}

.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__line--no-remove .wc-better-checkout-cart-drawer__aside {
	justify-content: flex-end;
}

.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__line.is-removing,
.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__line.is-removed-pending {
	pointer-events: none;
	overflow: hidden;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__line.is-removing,
.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__line.is-restoring {
	transition:
		height 0.28s cubic-bezier(0.4, 0, 0.2, 1),
		opacity 0.22s ease,
		transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__line.is-removing::after,
.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__line.is-removed-pending::after {
	display: none;
}

.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__line.is-updating .wc-better-checkout-cart-qty__button,
.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__line.is-updating .wc-better-checkout-cart-qty__input,
.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__line.is-updating [data-wcbc-cart-remove] {
	opacity: 0.55;
	pointer-events: none;
}

.wc-better-checkout-cart-drawer [data-wcbc-cart-line-price].is-loading {
	display: flex;
	justify-content: flex-end;
	min-width: 56px;
	min-height: 14px;
}

.wc-better-checkout-cart-drawer [data-wcbc-cart-totals].is-loading {
	min-height: 52px;
}

.wcbc-cart-item-slot {
	overflow: hidden;
	transition: height 0.42s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: height;
}

.wcbc-cart-item-slot__inner {
	position: relative;
}

.wcbc-cart-item-slot__layer--line {
	transition:
		opacity 0.36s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.wcbc-cart-item-slot__layer--line::after {
	transition: opacity 0.2s ease;
}

.wcbc-cart-item-slot__layer--notice {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	opacity: 0;
	transform: translateY(8px);
	transition:
		opacity 0.36s cubic-bezier(0.22, 1, 0.36, 1) 0.05s,
		transform 0.36s cubic-bezier(0.22, 1, 0.36, 1) 0.05s;
}

.wcbc-cart-item-slot.is-showing-notice .wcbc-cart-item-slot__layer--line {
	opacity: 0;
	transform: translateY(-6px);
	pointer-events: none;
}

.wcbc-cart-item-slot.is-showing-notice .wcbc-cart-item-slot__layer--line::after {
	opacity: 0;
}

.wcbc-cart-item-slot.is-showing-notice .wcbc-cart-item-slot__layer--notice {
	opacity: 1;
	transform: translateY(0);
}

.wcbc-cart-item-slot.is-dismissing .wcbc-cart-item-slot__layer--notice {
	opacity: 0;
	transform: translateY(-5px);
	transition:
		opacity 0.34s cubic-bezier(0.4, 0, 0.2, 1),
		transform 0.34s cubic-bezier(0.4, 0, 0.2, 1);
}

.wcbc-cart-item-slot.is-undoing {
	opacity: 0.6;
	pointer-events: none;
}

.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__line.wcbc-cart-line--auto-enter,
.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__line.wcbc-cart-line--auto-exit {
	transition: opacity 0.28s ease;
}

.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__line.wcbc-cart-line--auto-faded {
	opacity: 0;
}

.wc-better-checkout-cart-drawer__removed-notice {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 0;
}

.wc-better-checkout-cart-drawer__removed-message {
	flex: 1;
	min-width: 0;
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: var(--checkout-label-color);
}

.wc-better-checkout-cart-drawer__removed-undo {
	flex-shrink: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--checkout-primary-color);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
	text-decoration: underline;
	cursor: pointer;
}

.wc-better-checkout-cart-drawer__removed-undo:hover,
.wc-better-checkout-cart-drawer__removed-undo:focus {
	color: var(--checkout-primary-color);
	text-decoration: none;
}

.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__line .cart-thumb {
	align-self: start;
}

.wc-better-checkout-cart-drawer .cart-thumb__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.wc-better-checkout-cart-drawer .cart-line__name-link {
	color: inherit;
	text-decoration: none;
}

.wc-better-checkout-cart-drawer .cart-thumb__link:hover,
.wc-better-checkout-cart-drawer .cart-thumb__link:focus,
.wc-better-checkout-cart-drawer .cart-line__name-link:hover,
.wc-better-checkout-cart-drawer .cart-line__name-link:focus {
	color: inherit;
	text-decoration: underline;
}

.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__line .cart-thumb__badge {
	display: none;
}

.wc-better-checkout-cart-drawer__info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	align-self: stretch;
}

.wc-better-checkout-cart-drawer .cart-line__meta {
	margin-top: 0 !important;
}

.wc-better-checkout-cart-drawer__aside {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	align-self: stretch;
	flex-shrink: 0;
	min-height: 64px;
}

.wc-better-checkout-cart-drawer__actions {
	display: flex;
	align-items: center;
	margin-top: auto;
}

.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__price {
	flex: 0 0 auto;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 30px !important;
	letter-spacing: 0 !important;
	text-align: right;
	white-space: nowrap;
	color: var(--checkout-title-color) !important;
}

.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__price .amount,
.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__price .woocommerce-Price-amount {
	color: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}

.wc-better-checkout-cart-drawer .wc-better-checkout-cart-qty {
	display: inline-flex;
	align-items: stretch;
	flex: 0 0 auto;
	height: 30px;
	border: 1px solid var(--checkout-border);
	border-radius: var(--checkout-field-radius);
	overflow: hidden;
	background: #fff;
}

.wc-better-checkout-cart-drawer .wc-better-checkout-cart-qty:focus-within {
	border-color: var(--checkout-accent);
	box-shadow: 0 0 0 1px var(--checkout-accent);
}

.wc-better-checkout-cart-drawer .wcbc-btn--qty {
	flex: 0 0 28px;
	width: 28px;
	height: auto;
	min-width: 28px;
	min-height: 0;
	padding: 0 !important;
	color: var(--checkout-title-color);
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
}

.wc-better-checkout-cart-drawer .wcbc-btn--qty:hover,
.wc-better-checkout-cart-drawer .wcbc-btn--qty:focus {
	background: color-mix(in srgb, var(--checkout-border) 20%, transparent);
	outline: none;
	box-shadow: none;
}

.wc-better-checkout-cart-drawer.wc-better-checkout-page .wc-better-checkout-cart-qty .wc-better-checkout-cart-qty__input,
.wc-better-checkout-cart-drawer .wc-better-checkout-cart-qty__input {
	display: block;
	box-sizing: border-box;
	flex: 0 0 auto;
	width: 2.5ch !important;
	min-width: 22px !important;
	max-width: 36px !important;
	height: 100% !important;
	min-height: 0 !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--checkout-title-color) !important;
	-webkit-text-fill-color: var(--checkout-title-color) !important;
	caret-color: var(--checkout-title-color);
	font-family: inherit !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 30px !important;
	text-align: center;
	box-shadow: none !important;
	outline: none !important;
	opacity: 1 !important;
	float: none !important;
	appearance: none;
	-webkit-appearance: none;
}

.wc-better-checkout-cart-drawer .wc-better-checkout-cart-qty__input:focus {
	border: 0 !important;
	box-shadow: none !important;
	outline: none !important;
}

.wc-better-checkout-cart-drawer .wcbc-btn--remove {
	color: var(--checkout-muted);
	transition: opacity 0.15s ease;
}

.wc-better-checkout-cart-drawer .wcbc-btn--remove svg {
	display: block;
	width: 16px;
	height: 16px;
}

.wc-better-checkout-cart-drawer .wcbc-btn--remove:hover,
.wc-better-checkout-cart-drawer .wcbc-btn--remove:focus {
	color: var(--checkout-muted);
	opacity: 0.55;
}

.wc-better-checkout-cart-drawer__footer {
	display: flex;
	flex: 0 0 auto;
	flex-shrink: 0;
	flex-direction: column;
	gap: 16px;
	margin-top: 0;
	padding: var(--wcbc-cart-inset) 0;
	background: var(--checkout-aside-bg);
}

.wc-better-checkout-cart-drawer__footer .order-summary__totals-wrap {
	margin: 0;
}

.wc-better-checkout-cart-drawer__footer .wc-better-checkout-place-order {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 !important;
	padding: 0;
}

.wc-better-checkout-cart-drawer .wc-better-checkout-place-order .btn-pay,
.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__checkout,
.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__shop {
	display: block !important;
	box-sizing: border-box;
	width: 100% !important;
	min-height: 62px;
	margin: 0 !important;
	padding: 20px !important;
	border: 0 !important;
	border-radius: var(--checkout-input-radius) !important;
	background: var(--checkout-accent) !important;
	background-image: none !important;
	color: #fff !important;
	font-family: inherit !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
	text-align: center;
	text-decoration: none !important;
	text-transform: none !important;
	cursor: pointer;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
}

.wc-better-checkout-cart-drawer .wc-better-checkout-place-order .btn-pay:hover,
.wc-better-checkout-cart-drawer .wc-better-checkout-place-order .btn-pay:focus,
.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__checkout:hover,
.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__checkout:focus,
.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__shop:hover,
.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__shop:focus {
	background: var(--checkout-accent-hover) !important;
	color: #fff !important;
	box-shadow: none !important;
	outline: none;
}

.wc-better-checkout-cart-drawer__continue {
	display: block;
	width: 100%;
	min-height: 0;
	padding: 0;
	color: var(--checkout-muted);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.wc-better-checkout-cart-drawer__continue:hover,
.wc-better-checkout-cart-drawer__continue:focus {
	color: var(--checkout-title-color);
	text-decoration: underline;
	outline: none;
}

.wc-better-checkout-cart-drawer__empty-layout {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 0;
}

.wc-better-checkout-cart-drawer__empty-message {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
	min-height: 0;
	padding: 0 var(--wcbc-cart-inset);
	margin-top: var(--wcbc-cart-drawer-head-offset);
	color: var(--checkout-muted);
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
}

.wc-better-checkout-cart-drawer__empty-message p {
	margin: 0;
}

.wc-better-checkout-cart-drawer__footer--empty {
	margin-top: auto;
}

.wc-better-checkout-cart-drawer.is-loading .wc-better-checkout-cart-drawer__body {
	pointer-events: none;
}

.wc-better-checkout-cart-drawer.is-loading .wcbc-skeleton-cart-drawer {
	pointer-events: none;
}

@media (max-width: 767.98px) {
	.wc-better-checkout-cart-drawer {
		--wcbc-cart-drawer-height: 100vh;
		--wcbc-cart-drawer-height: 100svh;
		--wcbc-cart-drawer-height: 100dvh;
	}

	.wc-better-checkout-cart-drawer__panel {
		max-width: none;
		width: 100%;
	}

	.wc-better-checkout-cart-drawer__panel {
		--wcbc-cart-inset: 16px;
	}

	.wc-better-checkout-cart-drawer .wc-better-checkout-cart-drawer__head.checkout-section__head {
		padding-top: max(var(--wcbc-cart-inset), env(safe-area-inset-top, 0px));
	}

	.wc-better-checkout-cart-drawer__footer {
		padding-bottom: max(var(--wcbc-cart-inset), env(safe-area-inset-bottom, 0px));
	}

	@supports (-webkit-touch-callout: none) {
		.wc-better-checkout-cart-drawer {
			--wcbc-cart-drawer-height: -webkit-fill-available;
		}
	}
}

/* Floating cart */
.wcbc-floating-cart {
	--wcbc-floating-cart-badge-bg: var(--checkout-accent, #007a41);
	position: fixed;
	z-index: 99990;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 10px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.15) 0 0 20px;
	color: #1a1a1a;
	cursor: pointer;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.wcbc-floating-cart:focus-visible {
	outline: 2px solid var(--checkout-accent, #007a41);
	outline-offset: 2px;
}

.wcbc-floating-cart--bottom-right {
	right: 20px;
	bottom: max(20px, env(safe-area-inset-bottom, 0px));
}

.wcbc-floating-cart--bottom-left {
	left: 20px;
	bottom: max(20px, env(safe-area-inset-bottom, 0px));
}

.wcbc-floating-cart--top-right {
	top: max(20px, env(safe-area-inset-top, 0px));
	right: 20px;
}

.wcbc-floating-cart--top-left {
	top: max(20px, env(safe-area-inset-top, 0px));
	left: 20px;
}

.wcbc-floating-cart__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	pointer-events: none;
}

.wcbc-floating-cart__icon svg {
	display: block;
	width: 20px;
	height: 20px;
}

.wcbc-floating-cart__count {
	position: absolute;
	top: -8px;
	right: -8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	border-radius: 999px;
	background: var(--wcbc-floating-cart-badge-bg);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	pointer-events: none;
}

.wcbc-floating-cart--hide-empty.wcbc-floating-cart--empty {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
