.cart-count-bubble:empty {
  display: none;
}
.cart-count-bubble {
    position: absolute;
    background-color: var(--cart-bubble-color, rgb(var(--color-button)));
    color: rgb(var(--color-button-text));
    height: 1.7rem;
    width: 1.7rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    bottom: .8rem;
    left: 2.2rem;
    line-height: calc(1 + .1 / var(--font-body-scale));
}