.cart-link {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.cart-icon {
    width: 22px;
    height: 22px;
    display: block;
}

.cart-badge {
    position: absolute;
    bottom: -6px;
    right: -8px;
    background: #7cdbfb;
    color: #000;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.cart-badge[hidden] {
    display: none;
}
