/* V16.32 — Facebook-style checkout quantity notification, visual only. */
.nav-actions .cart-pill,.cart-pill{position:relative!important;overflow:visible!important;isolation:isolate}
.uc-checkout-label{display:inline-block}
.uc-checkout-count-badge{
  position:absolute;
  top:-11px;
  right:-10px;
  z-index:6;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:23px;
  height:23px;
  padding:0 6px;
  box-sizing:border-box;
  border-radius:999px;
  border:2px solid #fffaf3;
  background:#e41e3f;
  color:#fff;
  box-shadow:0 3px 10px rgba(42,0,7,.22);
  font-size:11px;
  font-weight:900;
  line-height:1;
  letter-spacing:0;
  white-space:nowrap;
  pointer-events:none;
}
.uc-checkout-count-badge[hidden]{display:none!important}
@media(max-width:720px){.uc-checkout-count-badge{top:-9px;right:-8px;min-width:21px;height:21px;font-size:10px}}
