// Menu cart - Desktop.
body.admin-bar .elementor-widget-woocommerce-menu-cart {
	// Base Theme Widget Styles.
	&.vamtam-has-theme-widget-styles {
		// WP Admin Bar - Menu Cart fix. (while it's a fix, we only care about this if our theme styles are used).
		.elementor-menu-cart__container {
			height: calc(100vh - 32px);
		}
	}
}