/*
 * Cart page: empty state (icon + message only) and desktop category drawer width.
 * The shell stays archive-like (row: UKA | main | panel). Do not set
 * flex-direction:column on #brxe-c8shll — that dumps the category tree into the middle.
 */

.wp-block-woocommerce-empty-cart-block > :not(.wc-block-cart__empty-cart__title) {
	display: none !important;
}

body.uc-cart-empty #brxe-c8rigt,
body.woocommerce-cart:has(.wp-block-woocommerce-empty-cart-block) #brxe-c8rigt,
body.woocommerce-cart:has(.wp-block-woocommerce-cart.is-empty) #brxe-c8rigt,
body.woocommerce-cart:has(.wc-block-cart.is-empty) #brxe-c8rigt {
	display: none !important;
}

body.uc-cart-empty #brx-content,
body.woocommerce-cart:has(.wp-block-woocommerce-empty-cart-block) #brx-content {
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 auto !important;
}

body.uc-cart-empty #brxe-c8shll,
body.woocommerce-cart:has(.wp-block-woocommerce-empty-cart-block) #brxe-c8shll {
	flex: 1 1 auto !important;
	min-height: calc(100dvh - 220px);
	width: 100%;
	flex-direction: row !important;
	align-items: stretch !important;
	justify-content: flex-start !important;
}

body.admin-bar.uc-cart-empty #brxe-c8shll,
body.admin-bar.woocommerce-cart:has(.wp-block-woocommerce-empty-cart-block) #brxe-c8shll {
	min-height: calc(100dvh - 252px);
}

body.uc-cart-empty #brxe-c8main,
body.uc-cart-empty #brxe-c8in90,
body.uc-cart-empty #brxe-c8pct0,
body.uc-cart-empty .wp-block-woocommerce-empty-cart-block,
body.woocommerce-cart:has(.wp-block-woocommerce-empty-cart-block) #brxe-c8main,
body.woocommerce-cart:has(.wp-block-woocommerce-empty-cart-block) #brxe-c8in90,
body.woocommerce-cart:has(.wp-block-woocommerce-empty-cart-block) #brxe-c8pct0,
body.woocommerce-cart:has(.wp-block-woocommerce-empty-cart-block) .wp-block-woocommerce-empty-cart-block {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center !important;
}

body.uc-cart-empty #brxe-c8main,
body.woocommerce-cart:has(.wp-block-woocommerce-empty-cart-block) #brxe-c8main {
	align-self: stretch !important;
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
	margin: 0;
}

@media (min-width: 1100px) {
	#brxe-c8panl.is-open {
		width: 355px;
		min-width: 355px;
	}
}
