x-quantity.invalid x-chip {
  border-color: var(--color-danger, #DC3545) !important;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(var(--color-danger-rgb, 220, 53, 69), 0.3) !important;
}
x-quantity x-chip x-button button {
  background-color: transparent !important;
}
x-quantity x-button:focus {
  border-radius: 50%;
  background-color: rgba(var(--color-primary-rgb, 66, 117, 242), 0.3);
  outline: 0;
  box-shadow: none !important;
}
x-quantity input {
  width: 2rem;
  box-sizing: content-box;
  appearance: none;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  position: relative;
  margin: 0 0.25rem;
  border: none;
  background: transparent;
  outline: none;
  -moz-appearance: textfield;
  border-radius: 0.25rem;
}
x-quantity input::-webkit-outer-spin-button, x-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.is-dark-mode x-quantity input {
  color: var(--color-text-light, #FEFEFE);
}