/**
 * Only hide WC mini-cart buttons when Elementor already renders its own footer.
 * (Sites that only use .woocommerce-mini-cart__buttons must keep them visible.)
 */

.elementor-menu-cart__main:has(.elementor-menu-cart__footer-buttons a) .woocommerce-mini-cart__buttons,
.elementor-menu-cart__container:has(.elementor-menu-cart__footer-buttons a) .woocommerce-mini-cart__buttons {
	display: none !important;
}
