.quantity {
  display: flex;
  align-items: center;
  gap: 8px;
}

.quantity input {
  width: 40px;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
}

.quantity button {
  width: 32px;
  height: 32px;
  border: none;
  background: #eee;
  border-radius: 6px;
  cursor: pointer;
}