/* ── Full-width WooCommerce containers ──────────── */

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout,
.woocommerce-account .woocommerce,
.woocommerce-order {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 var(--btg-page-gutter);
	box-sizing: border-box;
}

/* Break out of constrained layout when WooCommerce blocks are present */
.btg-page-shell:has(.wp-block-woocommerce-checkout),
.btg-page-shell:has(.wp-block-woocommerce-cart),
.btg-page-shell:has(.woocommerce-account),
.btg-page-shell:has(.woocommerce-order) {
	--wp--style--global--content-size: 100%;
	--wp--style--global--wide-size: 100%;
	padding-inline: 0 !important;
}

.btg-page-shell:has(.wp-block-woocommerce-checkout) > .wp-block-post-content,
.btg-page-shell:has(.wp-block-woocommerce-cart) > .wp-block-post-content {
	max-width: none !important;
	width: 100%;
}

.btg-page-shell:has(.wp-block-woocommerce-checkout).is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.btg-page-shell:has(.wp-block-woocommerce-cart).is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.btg-page-shell:has(.woocommerce-account).is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: none !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* ── Notices ─────────────────────────────────────── */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.wc-block-components-notice-banner {
	background: rgba(255, 255, 255, 0.03) !important;
	color: var(--btg-text) !important;
	border: 1px solid var(--btg-border) !important;
	border-radius: 0 !important;
	padding: 1rem 1.25rem !important;
	box-shadow: none !important;
}

.woocommerce-message {
	border-left: 2px solid var(--btg-gold) !important;
}

.woocommerce-error {
	border-left: 2px solid #a13c34 !important;
}

.woocommerce-info {
	border-left: 2px solid var(--btg-gold) !important;
}

.woocommerce-info::before {
	color: var(--btg-gold) !important;
}

.woocommerce-info .button,
.woocommerce-info a.button {
	display: none !important;
}

/* Block-style info notices */
.wc-block-components-notice-banner svg {
	background-color: var(--btg-gold) !important;
	border-radius: 50%;
}

.wc-block-components-notice-banner svg path {
	fill: #fff !important;
}

.wc-block-components-notice-banner .wc-forward,
.wc-block-components-notice-banner a.wc-forward,
.wc-block-components-notice-banner .button,
.wc-block-components-notice-banner a.button {
	display: none !important;
}

.wc-block-components-notice-banner .wc-block-components-notice-banner__content {
	color: var(--btg-text) !important;
}

.wc-block-components-notices {
	display: none !important;
}

.wc-block-components-notices:has(.wc-block-components-notice-banner) {
	display: block !important;
}

/* ── Sidebar layout (shared cart + checkout) ────── */

.wc-block-components-sidebar-layout {
	align-items: flex-start;
	gap: 1.5rem !important;
	box-sizing: border-box;
}

.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar-layout .wc-block-components-sidebar {
	min-width: 0;
}

@media (min-width: 980px) {
	.wc-block-components-sidebar-layout {
		display: grid !important;
		grid-template-columns: minmax(0, 1.7fr) minmax(20rem, 0.8fr) !important;
		align-items: stretch;
		gap: 1.75rem !important;
	}

	.wc-block-components-sidebar-layout .wc-block-components-main,
	.wc-block-components-sidebar-layout .wc-block-components-sidebar {
		width: auto !important;
		padding: 0;
		margin: 0;
	}

	.wc-block-cart .wc-block-components-sidebar-layout .wc-block-components-main,
	.wc-block-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar {
		display: flex;
		flex-direction: column;
	}

	.wc-block-cart .wp-block-woocommerce-cart-items-block,
	.wc-block-cart .wp-block-woocommerce-cart-totals-block {
		flex: 1;
	}

	/* Keep checkout sidebar top-aligned (sticky) */
	.wc-block-checkout .wc-block-components-sidebar-layout {
		align-items: start;
	}

	.wc-block-components-sidebar-layout .wc-block-components-sidebar {
		position: sticky;
		top: calc(80px + 2rem);
	}
}

/* ── Panels (main + sidebar + account) ──────────── */

.wc-block-checkout__main,
.wc-block-checkout__sidebar .wc-block-components-order-summary,
.wc-block-cart .wp-block-woocommerce-cart-items-block,
.wc-block-cart .wp-block-woocommerce-cart-totals-block,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.woocommerce-order,
.woocommerce-form-login,
.woocommerce-form-register,
.woocommerce-address-fields,
.woocommerce-customer-details,
.woocommerce-order-details,
.woocommerce-column--billing-address,
.woocommerce-column--shipping-address {
	background: rgba(255, 255, 255, 0.02) !important;
	border: 1px solid var(--btg-border) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	border-radius: 0 !important;
}

.wc-block-checkout__main,
.wc-block-cart .wp-block-woocommerce-cart-items-block,
.wc-block-cart .wp-block-woocommerce-cart-totals-block,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.woocommerce-order,
.woocommerce-form-login,
.woocommerce-form-register {
	padding: clamp(1.25rem, 2vw, 2rem) !important;
	box-sizing: border-box;
}

/* ── Checkout specifics ─────────────────────────── */

.wc-block-checkout__sidebar {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block {
	background: rgba(255, 255, 255, 0.02) !important;
	border: 1px solid var(--btg-border) !important;
	border-radius: 0 !important;
	padding: clamp(1.25rem, 2vw, 2rem);
	box-sizing: border-box;
}

/* Checkout steps */
.wc-block-components-checkout-step {
	border: 0 !important;
	padding-bottom: 1.5rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid var(--btg-border-subtle) !important;
}

.wc-block-components-checkout-step:last-child {
	border-bottom: 0 !important;
	padding-bottom: 0;
	margin-bottom: 0;
}

.wc-block-components-checkout-step__heading {
	margin-bottom: 0;
}

.wc-block-components-checkout-step__container {
	padding: 0 !important;
	margin: 0 !important;
}

.wc-block-components-checkout-step::after,
.wc-block-components-checkout-step::before {
	display: none !important;
}

.wc-block-components-checkout-step {
	padding-left: 0 !important;
}

/* Address card (saved address display) */
.wc-block-components-address-card {
	border: 1px solid var(--btg-border) !important;
	background: rgba(255, 255, 255, 0.02) !important;
	border-radius: 0 !important;
	padding: 1rem 1.25rem !important;
}

.wc-block-components-address-card__address-info,
.wc-block-components-address-card span {
	color: var(--btg-text-muted) !important;
	font-size: 0.9rem;
	line-height: 1.6;
}

/* Edit button inside address card (rendered as <span role="button">) */
span.wc-block-components-address-card__edit {
	color: var(--btg-gold) !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	font-family: var(--btg-mono) !important;
	font-size: 0.62rem !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	padding: 0.5rem 0 !important;
	width: auto !important;
	cursor: pointer;
}

span.wc-block-components-address-card__edit:hover {
	color: var(--btg-gold-light) !important;
}

/* Checkout form fields */
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input,
.wc-block-components-textarea textarea {
	background: var(--btg-bg-card) !important;
	color: var(--btg-text) !important;
	border: 1px solid var(--btg-border) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	min-height: 48px;
	padding: 0.85rem 1rem !important;
	font-size: 0.9rem;
}

.wc-block-components-text-input input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input:focus,
.wc-block-components-textarea textarea:focus {
	border-color: rgba(200, 169, 126, 0.58) !important;
	box-shadow: 0 0 0 4px rgba(200, 169, 126, 0.12) !important;
	outline: none !important;
}

/* Labels inside text inputs (floating labels) */
.wc-block-components-text-input label,
.wc-block-components-combobox .wc-block-components-combobox-control label {
	color: var(--btg-text-dim) !important;
	font-size: 0.85rem;
}

.wc-block-components-text-input.is-active label,
.wc-block-components-combobox.is-active label {
	color: var(--btg-text-muted) !important;
	font-size: 0.7rem;
	transform: translateY(-0.4rem);
}

/* Push input text down when label is floating */
.wc-block-components-text-input.is-active input {
	padding-top: 1.4rem !important;
	padding-bottom: 0.3rem !important;
}

/* Select / Combobox dropdowns */
.wc-block-components-combobox .wc-block-components-combobox-control,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control {
	border: 0 !important;
	background: transparent !important;
}

/* Force dark background on the entire combobox wrapper */
.wc-block-components-combobox,
.wc-block-components-combobox .components-form-token-field,
.wc-block-components-combobox .components-form-token-field__input-container {
	background: var(--btg-bg-card) !important;
	border: 1px solid var(--btg-border) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: var(--btg-text) !important;
	outline: none !important;
}

/* Avoid double borders — only outer wrapper gets border */
.wc-block-components-combobox .components-form-token-field,
.wc-block-components-combobox .components-form-token-field__input-container {
	border: 0 !important;
}

/* Combobox focus state */
.wc-block-components-combobox:focus-within {
	border-color: rgba(200, 169, 126, 0.58) !important;
	box-shadow: 0 0 0 4px rgba(200, 169, 126, 0.12) !important;
}

.wc-block-components-combobox .components-form-token-field:focus-within,
.wc-block-components-combobox .components-form-token-field__input-container:focus-within {
	box-shadow: none !important;
	outline: none !important;
	border: 0 !important;
}

/* Also push combobox value text down when label is floating */
.wc-block-components-combobox.is-active .components-form-token-field__input-container {
	padding-top: 1.2rem !important;
	padding-bottom: 0.2rem !important;
}

.wc-block-components-combobox .components-form-token-field__suggestions-list {
	background: var(--btg-bg-card) !important;
	border: 1px solid var(--btg-border) !important;
	border-radius: 0 !important;
}

.wc-block-components-combobox .components-form-token-field__suggestion {
	color: var(--btg-text) !important;
}

.wc-block-components-combobox .components-form-token-field__suggestion.is-selected,
.wc-block-components-combobox .components-form-token-field__suggestion:hover {
	background: var(--btg-bg-hover) !important;
	color: var(--btg-text) !important;
}

/* Checkbox & radio */
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"],
.wc-block-checkout__terms .wc-block-components-checkbox__input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	min-width: 18px;
	background: var(--btg-bg-card) !important;
	border: 1px solid var(--btg-border) !important;
	border-radius: 0 !important;
	cursor: pointer;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:checked,
.wc-block-checkout__terms .wc-block-components-checkbox__input[type="checkbox"]:checked {
	background: var(--btg-gold) !important;
	border-color: var(--btg-gold) !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid var(--btg-bg);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
	position: relative;
}

.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-checkout__terms .wc-block-components-checkbox__label {
	color: var(--btg-text-muted) !important;
	font-size: 0.9rem;
}

/* Radio buttons (payment methods) */
.wc-block-components-radio-control .wc-block-components-radio-control__input {
	border-color: var(--btg-border) !important;
	background: var(--btg-bg-card) !important;
	flex-shrink: 0;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
	border-color: var(--btg-gold) !important;
	background: var(--btg-gold) !important;
}

.wc-block-components-radio-control__label,
.wc-block-components-radio-control__description {
	color: var(--btg-text-muted) !important;
}

.wc-block-components-radio-control__option {
	border: 1px solid var(--btg-border) !important;
	background: rgba(255, 255, 255, 0.02) !important;
	border-radius: 0 !important;
	padding: 1rem 1rem 1rem 2.75rem !important;
	margin-bottom: -1px;
	position: relative;
}

.wc-block-components-radio-control__option .wc-block-components-radio-control__input {
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
}

/* When description is visible, pin radio to label line instead */
.wc-block-components-radio-control__option--checked .wc-block-components-radio-control__input {
	top: 1.15rem;
	transform: none;
}

.wc-block-components-radio-control__option--checked {
	border-color: var(--btg-gold-dark) !important;
	background: rgba(200, 169, 126, 0.04) !important;
}

/* Payment method description inside selected option */
.wc-block-components-radio-control__option--checked .wc-block-components-radio-control__description {
	color: var(--btg-text-muted) !important;
	font-size: 0.85rem;
	line-height: 1.6;
	margin-top: 0.5rem;
	border: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

/* Remove inner description border/box that WooCommerce adds */
.wc-block-components-radio-control__option .wc-block-components-radio-control__description-group {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
}

/* Payment accordion wrapper — remove WooCommerce's double border */
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Border on the radio options themselves */
.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
	border: 1px solid var(--btg-border) !important;
	margin-bottom: -1px;
}

/* Hide WooCommerce's ::after border overlays */
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option::after,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option::after {
	display: none !important;
}

/* Payment method content area (below radio when selected) */
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content {
	background: transparent !important;
	border: 1px solid var(--btg-border) !important;
	border-top: 0 !important;
	border-radius: 0 !important;
	padding: 1rem 1rem 1rem 2.75rem !important;
	margin: 0 !important;
	color: var(--btg-text-muted);
	font-size: 0.85rem;
	line-height: 1.6;
}

/* Payment methods panel */
.wc-block-components-payment-method-icons {
	filter: brightness(0.8);
}

/* ── Order summary sidebar ──────────────────────── */

/* Sidebar heading ("Rezumat comandă") */
.wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-title {
	font-family: var(--btg-mono);
	font-size: 0.68rem !important;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--btg-text-dim) !important;
	font-weight: 400;
	margin-bottom: 1rem;
}

/* Sidebar totals panel */
.wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-totals-block,
.wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
	border-top: 1px solid var(--btg-border-subtle);
}

.wc-block-components-order-summary .wc-block-components-order-summary-item {
	border-bottom: 1px solid var(--btg-border-subtle) !important;
	padding: 1rem 0 !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item:last-child {
	border-bottom: 0 !important;
}

.wc-block-components-order-summary-item__image {
	border: 1px solid var(--btg-border) !important;
	border-radius: 0 !important;
	overflow: hidden;
}

.wc-block-components-order-summary-item__description .wc-block-components-product-name {
	color: var(--btg-text) !important;
	font-weight: 500;
}

.wc-block-components-order-summary-item__description .wc-block-components-product-metadata {
	color: var(--btg-text-dim) !important;
	font-size: 0.8rem;
}

/* Totals rows */
.wc-block-components-totals-wrapper {
	border-color: var(--btg-border-subtle) !important;
}

.wc-block-components-totals-item .wc-block-components-totals-item__label {
	color: var(--btg-text-dim) !important;
}

.wc-block-components-totals-item .wc-block-components-totals-item__value {
	color: var(--btg-text) !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-weight: 600;
	color: var(--btg-text) !important;
}

/* Coupon link */
.wc-block-components-totals-coupon-link {
	color: var(--btg-gold) !important;
	font-size: 0.85rem;
}

.wc-block-components-totals-coupon-link:hover {
	color: var(--btg-gold-light) !important;
}

/* Coupon form */
.wc-block-components-totals-coupon__form {
	display: flex !important;
	align-items: stretch;
	gap: 0.5rem;
}

.wc-block-components-totals-coupon__form .wc-block-components-text-input {
	flex: 1;
}

.wc-block-components-totals-coupon__form .wc-block-components-text-input input {
	background: var(--btg-bg-card) !important;
	height: 100% !important;
	box-sizing: border-box;
}

.wc-block-components-totals-coupon__form button {
	align-self: stretch;
	height: auto !important;
	white-space: nowrap;
	width: auto !important;
	flex: 0 0 auto !important;
}

/* ── Section titles / micro labels ──────────────── */

.wc-block-cart-items .wc-block-cart-items__header span,
.wc-block-components-totals-item__label,
.wc-block-components-checkout-step__title,
.wc-block-components-title,
.woocommerce-table thead th,
.shop_table thead th,
.woocommerce-orders-table thead th,
.woocommerce-order-overview li {
	font-family: var(--btg-mono);
	font-size: 0.68rem !important;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--btg-text-dim) !important;
	font-weight: 400;
}

/* ── Product links ──────────────────────────────── */

.wc-block-components-product-name,
.woocommerce a.remove,
.woocommerce-MyAccount-content a,
.woocommerce-order a {
	color: var(--btg-text) !important;
}

.wc-block-components-product-name:hover,
.woocommerce-MyAccount-content a:hover,
.woocommerce-order a:hover {
	color: var(--btg-gold-light) !important;
}

/* ── Tables ─────────────────────────────────────── */

.wc-block-cart table.wc-block-cart-items,
.woocommerce table.shop_table,
.woocommerce-table,
.woocommerce-orders-table {
	border-collapse: collapse;
	width: 100%;
	border: 0 !important;
}

.wc-block-cart table.wc-block-cart-items td,
.wc-block-cart table.wc-block-cart-items th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-table td,
.woocommerce-table th,
.woocommerce-orders-table td,
.woocommerce-orders-table th {
	border-color: var(--btg-border) !important;
	color: var(--btg-text) !important;
	padding: 1rem 0.75rem !important;
	background: transparent !important;
}

.woocommerce-orders-table .woocommerce-orders-table__cell-order-number,
.woocommerce-orders-table .woocommerce-orders-table__cell-order-number a {
	text-transform: uppercase !important;
}

.wc-block-cart .wc-block-cart-items__row,
.woocommerce table.shop_table tbody tr {
	border-bottom: 1px solid var(--btg-border) !important;
}

/* ── Muted text ─────────────────────────────────── */

.wc-block-components-product-metadata,
.wc-block-components-product-price,
.woocommerce-mini-cart-item .quantity,
.woocommerce-MyAccount-content p,
.woocommerce-order p,
.woocommerce-customer-details address,
.woocommerce-column__title + address {
	color: var(--btg-text-muted) !important;
}

/* ── Quantity selector ──────────────────────────── */

.wc-block-components-quantity-selector,
.quantity .qty {
	border: 1px solid var(--btg-border) !important;
	border-radius: 0 !important;
	overflow: hidden;
	background: var(--btg-bg-card) !important;
}

.wc-block-components-quantity-selector input,
.quantity .qty {
	background: var(--btg-bg-card) !important;
	color: var(--btg-text) !important;
	border: 0 !important;
	box-shadow: none !important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
	color: var(--btg-text-muted) !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
	color: var(--btg-text) !important;
	background: var(--btg-bg-hover) !important;
}

/* ── Money amounts ──────────────────────────────── */

.wc-block-components-formatted-money-amount,
.woocommerce-Price-amount,
.amount {
	color: var(--btg-text) !important;
	font-weight: 500;
}

/* ── Buttons ─────────────────────────────────────── */

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce .button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.wc-block-components-button:not(.wc-block-components-button--text),
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.woocommerce #place_order {
	background: var(--btg-gold) !important;
	border: 1px solid var(--btg-gold) !important;
	border-radius: 0 !important;
	color: var(--btg-bg) !important;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 0.74rem;
	padding: 1rem 1.5rem !important;
	box-shadow: none !important;
	text-align: center;
	justify-content: center;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce .button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
.wc-block-components-button:not(.wc-block-components-button--text):hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover,
.woocommerce #place_order:hover {
	background: var(--btg-gold-light) !important;
	border-color: var(--btg-gold-light) !important;
	color: var(--btg-bg) !important;
}

/* Secondary / outline buttons */
.woocommerce .button:not(.alt):not(.checkout-button):not(#place_order):not(.woocommerce-form-login__submit):not(.woocommerce-form-register__submit),
.woocommerce a.button:not(.alt):not(.checkout-button):not(.woocommerce-form-login__submit):not(.woocommerce-form-register__submit),
.wc-block-components-button.wc-block-components-button--text:not(.wc-block-components-address-card__edit),
.wc-block-components-totals-coupon-link {
	background: transparent !important;
	color: var(--btg-text) !important;
	border-color: var(--btg-border) !important;
}

.woocommerce .button:not(.alt):not(.checkout-button):not(#place_order):not(.woocommerce-form-login__submit):not(.woocommerce-form-register__submit):hover,
.woocommerce a.button:not(.alt):not(.checkout-button):not(.woocommerce-form-login__submit):not(.woocommerce-form-register__submit):hover,
.wc-block-components-button.wc-block-components-button--text:not(.wc-block-components-address-card__edit):hover,
.wc-block-components-totals-coupon-link:hover {
	background: var(--btg-bg-hover) !important;
	border-color: rgba(255, 255, 255, 0.14) !important;
	color: var(--btg-text) !important;
}

/* ── Return to cart link ────────────────────────── */

.wc-block-components-checkout-return-to-cart-button {
	color: var(--btg-text) !important;
	font-family: var(--btg-mono);
	font-size: 0.74rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	background: transparent !important;
	border: 1px solid var(--btg-border) !important;
	border-radius: 0 !important;
	padding: 1rem 1.5rem !important;
	width: auto !important;
	white-space: nowrap;
	box-shadow: none !important;
	cursor: pointer;
}

.wc-block-components-checkout-return-to-cart-button svg {
	display: none !important;
}

.wc-block-components-checkout-return-to-cart-button::before {
	content: none;
}

.wc-block-components-checkout-return-to-cart-button:hover {
	color: var(--btg-text) !important;
	background: var(--btg-bg-hover) !important;
	border-color: rgba(255, 255, 255, 0.14) !important;
}

/* ── Actions row (place order + return) ─────────── */

.wc-block-checkout__actions {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--btg-border-subtle);
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
	flex: 1 1 auto;
	width: auto !important;
}

.wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
	flex: 0 0 auto;
}

/* ── Account pages ──────────────────────────────── */

.woocommerce-account .woocommerce {
	display: grid;
	gap: 1.5rem;
	align-items: stretch;
	max-width: none !important;
	width: 100% !important;
}

.woocommerce-account .woocommerce::after {
	content: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: auto;
	margin: 0;
	min-width: 0;
}

.woocommerce-account .woocommerce-notices-wrapper,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
	grid-column: 1 / -1;
}

@media (min-width: 980px) {
	.woocommerce-account .woocommerce {
		grid-template-columns: minmax(16rem, 19rem) minmax(0, 1fr);
		grid-template-areas: "nav content";
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		grid-area: nav;
		position: static;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		grid-area: content;
		width: 100%;
	}
}

@media (max-width: 979px) {
	.woocommerce-account .woocommerce {
		grid-template-columns: 1fr;
	}
}

/* ── Login / Register (logged-out state) ─────────── */

/* When logged out the two-column account grid doesn't apply */
.woocommerce-account .woocommerce:has(#customer_login),
.woocommerce-account .woocommerce:has(.lost_reset_password) {
	display: block;
}

#customer_login {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 2rem;
}

/* Kill clearfix pseudo-elements that become unwanted grid items */
#customer_login::before,
#customer_login::after {
	content: none !important;
	display: none !important;
}

@media (min-width: 768px) {
	#customer_login {
		grid-template-columns: 1fr 1fr;
	}
}

#customer_login .u-column1,
#customer_login .u-column2,
#customer_login .col-1,
#customer_login .col-2 {
	float: none !important;
	width: 100% !important;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

#customer_login .woocommerce-form-login,
#customer_login .woocommerce-form-register {
	flex: 1;
}

#customer_login h2 {
	font-family: var(--btg-mono);
	font-size: 0.68rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--btg-text-dim);
	line-height: 1.6;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	margin-top: 1rem;
}

#customer_login .woocommerce-form-login .form-row:not(.form-row-wide) {
	display: flex;
	flex-flow: row-reverse;
	justify-content: flex-end;
}

/* Login/register form typography */
#customer_login label,
#customer_login p,
#customer_login .woocommerce-privacy-policy-text p {
	font-size: 0.9rem;
	color: var(--btg-text-muted);
}

#customer_login label {
	color: var(--btg-text-dim);
	margin-bottom: 0.35rem;
	display: block;
}

/* Login/register inputs */
#customer_login input[type="text"],
#customer_login input[type="email"],
#customer_login input[type="password"] {
	background: var(--btg-bg-card) !important;
	color: var(--btg-text) !important;
	border: 1px solid var(--btg-border) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	min-height: 48px;
	padding: 0.85rem 1rem !important;
	font-size: 0.9rem;
	width: 100%;
	box-sizing: border-box;
}

#customer_login input[type="text"]:focus,
#customer_login input[type="email"]:focus,
#customer_login input[type="password"]:focus {
	border-color: rgba(200, 169, 126, 0.58) !important;
	box-shadow: 0 0 0 4px rgba(200, 169, 126, 0.12) !important;
	outline: none !important;
}

/* Login/register buttons — primary gold */
#customer_login button[type="submit"],
#customer_login input[type="submit"] {
	background: var(--btg-gold) !important;
	border: 1px solid var(--btg-gold) !important;
	border-radius: 0 !important;
	color: var(--btg-bg) !important;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-family: var(--btg-mono);
	font-size: 0.74rem;
	padding: 1rem 1.5rem !important;
	box-shadow: none !important;
	cursor: pointer;
}

#customer_login button[type="submit"]:hover,
#customer_login input[type="submit"]:hover {
	background: var(--btg-gold-light) !important;
	border-color: var(--btg-gold-light) !important;
	color: var(--btg-bg) !important;
}

/* Login/register checkbox */
#customer_login input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	min-width: 18px;
	background: var(--btg-bg-card);
	border: 1px solid var(--btg-border);
	border-radius: 0;
	cursor: pointer;
	vertical-align: middle;
	margin: 0 0.4rem 0 0;
	position: relative;
}

#customer_login input[type="checkbox"]:checked {
	background: var(--btg-gold);
	border-color: var(--btg-gold);
}

#customer_login input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid var(--btg-bg);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

/* Remember me label inline */
#customer_login .woocommerce-form__label-for-checkbox {
	display: inline-flex;
	align-items: center;
	font-size: 0.85rem;
	color: var(--btg-text-muted);
	cursor: pointer;
}

/* Lost password link */
#customer_login .lost_password a {
	color: var(--btg-gold) !important;
	font-size: 0.85rem;
}

#customer_login .lost_password a:hover {
	color: var(--btg-gold-light) !important;
}

/* Standalone login/register (registration disabled) */
.woocommerce-account .woocommerce > .woocommerce-form-login,
.woocommerce-account .woocommerce > .woocommerce-form-register {
	max-width: 480px;
}

/* Account navigation */
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-MyAccount-navigation li {
	margin: 0;
	border-bottom: 1px solid var(--btg-border-subtle);
}

.woocommerce-MyAccount-navigation a {
	display: block;
	padding: 0.95rem 1rem;
	font-family: var(--btg-mono);
	font-size: 0.68rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--btg-text-dim) !important;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation ul:not(:has(li.is-active)) .woocommerce-MyAccount-navigation-link--dashboard a,
.woocommerce-MyAccount-navigation a:hover {
	color: var(--btg-text) !important;
	background: rgba(255, 255, 255, 0.02);
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
	color: #a13c34 !important;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
	color: #c94a42 !important;
}

/* Dashboard welcome text */
.woocommerce-MyAccount-content > p:first-child {
	font-size: 1.1rem;
	color: var(--btg-text) !important;
	line-height: 1.6;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid var(--btg-border-subtle);
	margin-bottom: 0.5rem;
}

.woocommerce-MyAccount-content > p:nth-child(2) {
	color: var(--btg-text-muted) !important;
	line-height: 1.7;
}

/* ── Order overview grid ────────────────────────── */

.woocommerce-order-overview {
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 1rem;
}

.woocommerce-order-overview li {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid var(--btg-border-subtle);
	padding: 1rem;
	box-sizing: border-box;
}

.woocommerce-order-overview strong {
	display: block;
	margin-top: 0.4rem;
	color: var(--btg-text) !important;
	font-family: inherit;
	font-size: 1rem;
	letter-spacing: normal;
	text-transform: none;
}

/* ── Order detail page ──────────────────────────── */

/* Order status intro text */
.woocommerce-MyAccount-content > p:first-child mark {
	background: rgba(200, 169, 126, 0.12) !important;
	color: var(--btg-gold) !important;
	padding: 0.15em 0.5em;
	border-radius: 0;
}

/* Order details section heading */
.woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-column__title {
	font-family: var(--btg-mono);
	font-size: 0.68rem !important;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--btg-text-dim) !important;
	font-weight: 400;
	margin: 0 0 0 0;
	padding: 1.25rem clamp(1.25rem, 2vw, 2rem);
	border-bottom: 1px solid var(--btg-border-subtle);
	line-height: 1;
}

/* Order details wrapper */
.woocommerce-order-details {
	background: rgba(255, 255, 255, 0.02) !important;
	border: 1px solid var(--btg-border) !important;
	border-radius: 0 !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

/* Order details table */
.woocommerce-order-details .woocommerce-table--order-details {
	border: 0 !important;
	margin: 0 !important;
}

.woocommerce-order-details .woocommerce-table--order-details thead {
	background: rgba(255, 255, 255, 0.02);
}

.woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td,
.woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child th {
	font-weight: 600;
	color: var(--btg-text) !important;
}

/* Billing / shipping address columns (order detail + account addresses) */
.woocommerce-columns--addresses,
.woocommerce-Addresses {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	margin-top: 1rem;
}

.woocommerce-Addresses::before,
.woocommerce-Addresses::after {
	content: none !important;
	display: none !important;
}

.woocommerce-column--billing-address,
.woocommerce-column--shipping-address,
.woocommerce-Addresses .u-column1,
.woocommerce-Addresses .u-column2,
.woocommerce-Addresses .col-1,
.woocommerce-Addresses .col-2 {
	background: rgba(255, 255, 255, 0.02) !important;
	border: 1px solid var(--btg-border) !important;
	border-radius: 0 !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}

/* Address card header (title + edit link) */
.woocommerce-Addresses header,
.woocommerce-Addresses .woocommerce-Address-title {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	padding: 1rem;
	border-bottom: 1px solid var(--btg-border-subtle);
	margin: 0;
}

.woocommerce-account .addresses .title .edit {
	margin-bottom: 0;
	margin-top: 0.5rem;
}

.woocommerce-Addresses header h2,
.woocommerce-Addresses header h3,
.woocommerce-Addresses .woocommerce-Address-title h2,
.woocommerce-Addresses .woocommerce-Address-title h3,
.woocommerce-column--billing-address .woocommerce-column__title,
.woocommerce-column--shipping-address .woocommerce-column__title {
	font-family: var(--btg-mono);
	font-size: 0.68rem !important;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--btg-text-dim) !important;
	font-weight: 400;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	line-height: 1;
}

/* Edit address link */
.woocommerce-Addresses .edit,
.woocommerce-column a[href*="edit-address"] {
	font-family: var(--btg-mono);
	font-size: 0.68rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--btg-gold) !important;
	white-space: nowrap;
}

.woocommerce-Addresses .edit:hover,
.woocommerce-column a[href*="edit-address"]:hover {
	color: var(--btg-gold-light) !important;
}

/* Address content */
.woocommerce-column--billing-address address,
.woocommerce-column--shipping-address address,
.woocommerce-Addresses address {
	color: var(--btg-text-muted) !important;
	font-style: normal;
	line-height: 1.7;
	padding: clamp(1.25rem, 2vw, 2rem);
	margin: 0;
}

@media (max-width: 767px) {
	.woocommerce-columns--addresses,
	.woocommerce-Addresses {
		grid-template-columns: 1fr;
	}
}

/* ── Shipping options ───────────────────────────── */

.wc-block-components-shipping-rates-control .wc-block-components-radio-control__option {
	padding: 0.85rem 1rem !important;
}

/* ── Loading / spinner ──────────────────────────── */

.wc-block-components-spinner::after {
	border-color: var(--btg-gold) transparent transparent !important;
}

/* ── Login/create account in checkout ───────────── */

.wc-block-checkout__login-prompt {
	color: var(--btg-text-muted) !important;
	font-size: 0.85rem;
}

.wc-block-checkout__login-prompt a {
	color: var(--btg-gold) !important;
}

/* ── Validation errors ──────────────────────────── */

.wc-block-components-validation-error {
	color: #e2726e !important;
	font-size: 0.8rem;
}

.wc-block-components-text-input.has-error input {
	border-color: #a13c34 !important;
}

/* ── Responsive ─────────────────────────────────── */

@media (max-width: 781px) {
	.wc-block-checkout__main {
		padding: 1.25rem !important;
	}

	.wc-block-components-sidebar-layout {
		gap: 1rem !important;
	}

	.wc-block-checkout__main {
		padding: 1.25rem !important;
	}
}

/* ── My Account forms (address edit, account details) ── */

/* Inputs, selects, textareas inside account content */
.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="tel"],
.woocommerce-MyAccount-content input[type="password"],
.woocommerce-MyAccount-content input[type="number"],
.woocommerce-MyAccount-content select,
.woocommerce-MyAccount-content textarea {
	background: var(--btg-bg-card) !important;
	color: var(--btg-text) !important;
	border: 1px solid var(--btg-border) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	min-height: 48px;
	padding: 0.85rem 1rem !important;
	font-size: 0.9rem;
	width: 100%;
	box-sizing: border-box;
	color-scheme: dark;
}

.woocommerce-MyAccount-content input[type="text"]:focus,
.woocommerce-MyAccount-content input[type="email"]:focus,
.woocommerce-MyAccount-content input[type="tel"]:focus,
.woocommerce-MyAccount-content input[type="password"]:focus,
.woocommerce-MyAccount-content input[type="number"]:focus,
.woocommerce-MyAccount-content select:focus,
.woocommerce-MyAccount-content textarea:focus {
	border-color: rgba(200, 169, 126, 0.58) !important;
	box-shadow: 0 0 0 4px rgba(200, 169, 126, 0.12) !important;
	outline: none !important;
}

/* Labels */
.woocommerce-MyAccount-content label {
	color: var(--btg-text-dim) !important;
	font-size: 0.9rem;
	margin-bottom: 0.35rem;
	display: block;
}

.woocommerce-MyAccount-content label .required {
	color: #e2726e;
}

/* Form rows */
.woocommerce-MyAccount-content .form-row {
	margin-bottom: 1rem;
}

/* Two-column form rows */
.woocommerce-MyAccount-content .form-row-first,
.woocommerce-MyAccount-content .form-row-last {
	float: none;
	width: 100%;
}

@media (min-width: 768px) {
	.woocommerce-MyAccount-content .form-row-first,
	.woocommerce-MyAccount-content .form-row-last {
		display: inline-block;
		width: 48%;
		vertical-align: top;
	}

	.woocommerce-MyAccount-content .form-row-first {
		float: left;
	}

	.woocommerce-MyAccount-content .form-row-last {
		float: right;
	}
}

/* Submit buttons inside account forms — specificity must beat .woocommerce .button:not(.alt) */
.woocommerce .woocommerce-MyAccount-content button[type="submit"],
.woocommerce .woocommerce-MyAccount-content input[type="submit"],
.woocommerce .woocommerce-MyAccount-content button.button[type="submit"],
.woocommerce .woocommerce-MyAccount-content input.button[type="submit"] {
	background: var(--btg-gold) !important;
	border: 1px solid var(--btg-gold) !important;
	border-radius: 0 !important;
	color: var(--btg-bg) !important;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-family: var(--btg-mono);
	font-size: 0.74rem;
	padding: 1rem 1.5rem !important;
	box-shadow: none !important;
	cursor: pointer;
	margin-top: 1rem;
}

.woocommerce .woocommerce-MyAccount-content button[type="submit"]:hover,
.woocommerce .woocommerce-MyAccount-content input[type="submit"]:hover,
.woocommerce .woocommerce-MyAccount-content button.button[type="submit"]:hover,
.woocommerce .woocommerce-MyAccount-content input.button[type="submit"]:hover {
	background: var(--btg-gold-light) !important;
	border-color: var(--btg-gold-light) !important;
	color: var(--btg-bg) !important;
}

/* Form helper text / descriptions */
.woocommerce-MyAccount-content em,
.woocommerce-MyAccount-content .description,
.woocommerce-MyAccount-content form > p > em,
.woocommerce-MyAccount-content form > p > span.description {
	color: var(--btg-text-dim) !important;
	font-size: 0.78rem;
	font-style: italic;
	display: inline-block;
	margin-top: 0.4rem;
}

/* Fieldset / change password */
.woocommerce-MyAccount-content fieldset {
	border: 1px solid var(--btg-border) !important;
	border-radius: 0;
	padding: clamp(1.25rem, 2vw, 2rem);
	margin: 1.5rem 0;
}

.woocommerce-MyAccount-content fieldset legend {
	font-family: var(--btg-mono);
	font-size: 0.68rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--btg-text-dim);
	padding: 0 0.5rem;
}

/* ── Address page (overview with two columns) ───── */

.woocommerce-MyAccount-content .woocommerce-Addresses {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 2rem;
}

.woocommerce-MyAccount-content .woocommerce-Addresses::before,
.woocommerce-MyAccount-content .woocommerce-Addresses::after {
	content: none !important;
	display: none !important;
}

@media (min-width: 768px) {
	.woocommerce-MyAccount-content .woocommerce-Addresses {
		grid-template-columns: 1fr 1fr;
	}
}

.woocommerce-MyAccount-content .woocommerce-Addresses .col-1,
.woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
	float: none !important;
	width: 100% !important;
	min-width: 0;
}

/* Address column headings */
.woocommerce-MyAccount-content .woocommerce-column__title,
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-column__title {
	font-family: var(--btg-mono) !important;
	font-size: 0.68rem !important;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--btg-text-dim) !important;
	line-height: 1.6;
	margin-bottom: 1rem;
}

/* "Editează" links under addresses */
.woocommerce-MyAccount-content .woocommerce-Addresses .edit {
	font-family: var(--btg-mono);
	font-size: 0.68rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--btg-gold) !important;
}

.woocommerce-MyAccount-content .woocommerce-Addresses .edit:hover {
	color: var(--btg-gold-light) !important;
}

/* Address text */
.woocommerce-MyAccount-content address {
	font-style: normal;
	color: var(--btg-text-muted);
	line-height: 1.7;
	font-size: 0.9rem;
}

/* Address edit page heading */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
	font-family: var(--btg-mono) !important;
	font-size: 0.68rem !important;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--btg-text-dim) !important;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

/* Address fields wrapper — remove extra border/padding from .woocommerce-address-fields */
.woocommerce-MyAccount-content .woocommerce-address-fields {
	border: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

/* ── Select2 / selectWoo (account classic forms) ── */

.woocommerce-MyAccount-content .select2-container .select2-selection--single {
	background: var(--btg-bg-card) !important;
	border: 1px solid var(--btg-border) !important;
	border-radius: 0 !important;
	min-height: 48px;
	box-shadow: none !important;
	display: flex;
	align-items: center;
	padding: 0 1rem !important;
}

.woocommerce-MyAccount-content .select2-container .select2-selection--single .select2-selection__rendered {
	color: var(--btg-text) !important;
	line-height: 48px;
	padding: 0 !important;
	font-size: 0.9rem;
}

.woocommerce-MyAccount-content .select2-container .select2-selection--single .select2-selection__arrow {
	height: 48px;
	right: 0.75rem;
}

.woocommerce-MyAccount-content .select2-container .select2-selection--single .select2-selection__arrow b {
	border-color: var(--btg-text-dim) transparent transparent !important;
}

.woocommerce-MyAccount-content .select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent var(--btg-text-dim) !important;
}

.woocommerce-MyAccount-content .select2-container--focus .select2-selection--single,
.woocommerce-MyAccount-content .select2-container--open .select2-selection--single {
	border-color: rgba(200, 169, 126, 0.58) !important;
	box-shadow: 0 0 0 4px rgba(200, 169, 126, 0.12) !important;
	outline: none !important;
}

/* Select2 dropdown */
.select2-dropdown {
	background: var(--btg-bg-card) !important;
	border: 1px solid var(--btg-border) !important;
	border-radius: 0 !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	background: var(--btg-bg) !important;
	color: var(--btg-text) !important;
	border: 1px solid var(--btg-border) !important;
	border-radius: 0 !important;
	padding: 0.6rem 0.75rem;
	font-size: 0.9rem;
	outline: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	border-color: rgba(200, 169, 126, 0.58) !important;
}

.select2-container--default .select2-results__option {
	color: var(--btg-text-muted) !important;
	padding: 0.6rem 0.75rem;
	font-size: 0.9rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted {
	background: var(--btg-bg-hover) !important;
	color: var(--btg-text) !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
	background: rgba(200, 169, 126, 0.08) !important;
	color: var(--btg-gold) !important;
}

/* ── Lost / Reset password page ────────────────── */

.woocommerce-account .woocommerce > .lost_reset_password {
	max-width: 680px;
	border: 1px solid var(--btg-border);
	padding: 2rem;
	margin-top: 1rem;
}

.lost_reset_password p {
	font-size: 0.9rem;
	color: var(--btg-text-muted);
	line-height: 1.6;
}

.lost_reset_password label {
	color: var(--btg-text-dim);
	font-size: 0.9rem;
	margin-bottom: 0.35rem;
	display: block;
}

/* Make form rows full width */
.lost_reset_password .form-row-first,
.lost_reset_password .form-row-last {
	float: none !important;
	width: 100% !important;
}

.lost_reset_password input[type="text"],
.lost_reset_password input[type="email"],
.lost_reset_password input[type="password"] {
	background: var(--btg-bg-card) !important;
	color: var(--btg-text) !important;
	border: 1px solid var(--btg-border) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	min-height: 48px;
	padding: 0.85rem 1rem !important;
	font-size: 0.9rem;
	width: 100% !important;
	box-sizing: border-box;
}

.lost_reset_password input[type="text"]:focus,
.lost_reset_password input[type="email"]:focus,
.lost_reset_password input[type="password"]:focus {
	border-color: rgba(200, 169, 126, 0.58) !important;
	box-shadow: 0 0 0 4px rgba(200, 169, 126, 0.12) !important;
	outline: none !important;
}

.woocommerce .lost_reset_password button[type="submit"],
.woocommerce .lost_reset_password input[type="submit"],
.woocommerce .lost_reset_password .button {
	background: var(--btg-gold) !important;
	border: 1px solid var(--btg-gold) !important;
	border-radius: 0 !important;
	color: var(--btg-bg) !important;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-family: var(--btg-mono);
	font-size: 0.74rem;
	padding: 1rem 1.5rem !important;
	box-shadow: none !important;
	cursor: pointer;
}

.woocommerce .lost_reset_password button[type="submit"]:hover,
.woocommerce .lost_reset_password input[type="submit"]:hover,
.woocommerce .lost_reset_password .button:hover {
	background: var(--btg-gold-light) !important;
	border-color: var(--btg-gold-light) !important;
	color: var(--btg-bg) !important;
}

/* ── Empty cart ──────────────────────────────────── */

.wp-block-woocommerce-empty-cart-block {
	display: none !important;
}

.btg-site-main:has(#btg-empty-cart) {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.btg-site-main:has(#btg-empty-cart) .btg-page-shell {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.btg-site-main:has(#btg-empty-cart) .wp-block-post-content {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.btg-site-main:has(#btg-empty-cart) .wp-block-woocommerce-cart {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}