.quantity {
  appearance: textfield;
  @apply w-6 border-gray-300 border mx-3 rounded text-center text-sm;
}

.quantity::-webkit-outer-spin-button,
.quantity::-webkit-inner-spin-button {
  @apply appearance-none m-0;
}