.quantity {
  display: flex;
  align-items: center;
  border: 3px solid var(--orangey); 
  border-radius: 50vw; 
  padding: 5px 10px;
  background-color: var(--background);
  max-width: 100px;
}

.quantity button {
  background: none;
  color: var(--orangey);
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 25px;
  height: 25px;
  text-align: center;
  transition: color 0.2s;
  font-weight: bold;;
}

.input-box {
  width: 30px;
  text-align: center;
  border: none;
  font-size: 18px;
  background: none;
  color: var(--orangey);
  outline: none;

  font-family: var(--Reem-Kufi-Ink);
  font-weight: 700;
}

.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


