/* BUWOOMI cart badge: keep the order-count badge anchored to the cart icon. */
.tabbar button { position: relative; }
.tabbar .cart-badge {
  top: 4px;
  right: auto;
  left: 50%;
  transform: translateX(8px);
  z-index: 2;
}
.tabbar .cart-badge.bump { animation: bw-add-pop 360ms var(--ease-spring); }
