.sb-qty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.sb-qty button {
  background-color: #660000;
  color: #fff;
  border: none;
  width: 32px;
  height: 32px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sb-qty input[type="number"] {
  width: 40px;
  height: 32px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  -moz-appearance: textfield;
}

.sb-qty input::-webkit-inner-spin-button,
.sb-qty input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
