.np-wcwl-badge {
    position: absolute;
    top: -6px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    background: var(--bzo-main-color, #ff6a30);
    color: #fff;
    border-radius: 999px;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    font-weight: 700;
    pointer-events: none;
    box-shadow: 0 0 0 2px #fff;
    box-sizing: border-box;
}
.np-wcwl-badge.is-empty { display: none; }
