/* LaHome wishlist header counter v7 */
#lh-header-2026 a.lh26-wishlist,
#lh-header-2026 a[href*="/seznam-prani"],
#header a.lh26-wishlist,
#header .social-strip a.wish,
#header a[href*="module/blockwishlist/mywishlist"] {
    position: relative;
}

.lh-wishlist-count-host .lh-wishlist-count-badge {
    position: absolute;
    top: -6px;
    right: -10px;
    display: inline-block;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #ea5c9e;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    z-index: 3;
}

.lh-wishlist-count-host .lh-wishlist-count-badge.is-hidden {
    display: none;
}

@media (max-width: 767px) {
    .lh-wishlist-count-host .lh-wishlist-count-badge {
        top: -4px;
        right: -8px;
        min-width: 17px;
        height: 17px;
        line-height: 17px;
        font-size: 9px;
        padding: 0 4px;
    }
}
