Why is my mini-cart not closing after exporting to Shopify?

It's a known issue with the Webflow cart wrapper. Add a small CSS rule that hides the cart container when its opacity is 0 — place it under Shopify's Custom CSS or your Webflow site settings: .w-commerce-commercecartcontainerwrapper[style*="opacity: 0"] { display: none; }