.quantity {
  appearance: textfield;
  @apply w-8 border-accents-2 border mx-3 rounded text-center text-sm text-black;
}

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

.productImage {
  position: absolute;
  top: 0;
  left: -10px;
  top: 15px;
  transform: scale(1.9);
}