.cart-count-bubble {
  position: relative;
}

.c_cart-count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -14%);
  font-size: 13.6px;
  font-weight: 900;
  font-family: var(--font-family--helvetica-bold);
}

@media screen and (max-width: 749px) {
  .c_cart-count {
    transform: translate(-50%, -18%);
  }
}
