.header-cart-count,
.header-heart-count {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 2px;
    right: -2px;
    width: 20px;
    height: 20px;
    font-size: 80%;
    color: #fff;    
    background: #cc0000;
    border-radius: 40px;
}

.header-cart-count.active,
.header-heart-count.active {
    display: flex;
}