/* Direct cart destination used only where WooCommerce disables Mini-Cart. */
body:is(.woocommerce-cart, .woocommerce-checkout) .mc-site-header .mc-header-cart[aria-hidden="true"] {
	display: none !important;
}

body:is(.woocommerce-cart, .woocommerce-checkout) .mc-site-header .mc-header-cart--direct-link {
	display: block;
}

body:is(.woocommerce-cart, .woocommerce-checkout) .mc-site-header .mc-header-cart--direct-link .wc-block-mini-cart__button {
	cursor: pointer;
}
