/* WC Shop Manager — Cart Counter */
.wcsm-cart-wrap { position: relative; display: inline-block; }
.wcsm-cart-count {
    display: none;
    position: absolute;
    top: -8px; right: -8px;
    background: #ef4444;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    padding: 0 4px;
    text-align: center;
    line-height: 18px;
    pointer-events: none;
    z-index: 99;
}
.wcsm-cart-count--visible { display: block; }
