a.cart {
  position: relative !important;
  display: inline-flex !important;
  align-items: center;
}

.cart-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  background-color: #e50914;
  color: #ffffff;
  border-radius: 999px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  font-size: 11px;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  line-height: 1;
  z-index: 10;
}

.cart-badge-burger {
  font-weight: 700;
  color: #e50914;
  margin-left: 5px;
}
