/*
 * Belt-and-suspenders only: the click path is already redirected to the
 * Premium Cart Drawer by the header's icon intercept. This just covers
 * any hover-triggered mini-cart dropdown so it can never appear alongside
 * the drawer.
 */
body.agm-hide-astra-mini-cart .ast-cart-container .widget_shopping_cart_content,
body.agm-hide-astra-mini-cart .ast-site-header-cart .widget_shopping_cart_content {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}
