.whippet-cart-status {
  background: var(--e-global-color-primary, #002864);
  aspect-ratio: 1/1;
  color: var(--e-global-color-57237f6, white);
  font-weight: 700;
  width: 20px;
  height: 20px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  line-height: 1.15;
}
.whippet-cart-status:empty {
  display: none;
}
