/* Hide duplicate KO branches when KO isn't active (prevents "0 0") */
.minicart-wrapper .counter-number + .counter-number {
  display: none !important;
}

.minicart-wrapper .price-minicart + .price-minicart {
  display: none !important;
}

/* Hide the badge bubble when cart is empty */
.minicart-wrapper .counter.qty.empty .counter-number{
  display: none !important;
}