/* ---- Koszyk w nawigacji — styl jak li#menu-item-4646 a ("Zamów próbki") ---- */

.nav__item.header__cart {
    display: flex;
    align-items: center;
}

.header__cart-link {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .7rem 1.5rem .3rem;
    font-size: 1.5rem;
    line-height: 1.9rem;
    border-radius: 20px;
    border-color: transparent;
    text-decoration: none;
    background-color: #ccc;
    color: #888;
    transition: background-color .2s, color .2s;
    white-space: nowrap;
    text-transform: uppercase;
    position: relative;
}

.header__cart-link:hover {
    opacity: .85;
}

.header__cart-link.header__cart--has-items {
    background-color: #000;
    color: #fff;
}

span.header__cart-bubble {
    position: absolute;
    left: -7px;
    top: -5px;
    background: #00b1eb;
    color: #fff;
    border-radius: 15px;
    font-size: 9px;
    text-align: center;
    line-height: normal;
    z-index: 99;
    padding: 5px 7px;
}

.header__cart-label {
    font-size: inherit;
    line-height: inherit;
    font-weight: 700;
}
