/** Shopify CDN: Minification failed

Line 22:21 The "+" operator only works if there is whitespace on both sides

**/
.cart-count-bubble:empty {
  display: none
}

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