When using Chrome the cart information in the header is acting as if the mouse was hovering over it, essentially showing the cart items and not simply the number of items in the cart. See below image.
Also, on another note, I can’t seem to hide the breadcrumbs. I’m using a child them with the below code.
.breadcrumbs, woocommerce-breadcrumb {
display: none !important;
}