I moved my header cart snippet (the cart icon?) outside #top_menu and now the pop-up isn't shown when you hover over it.
This makes sense since the selector is
selector: '#top_menu a[href$="/shop/cart"]',
inside this file (at the very top)
How can I override that selector property so it uses another ID instead of #top_menu?