
.jm-qty-controller {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  gap: 0.5rem;
}

.jm-qty-controller button {
  background-color: #f8f1c8;
  border: none;
  border-radius: 1rem;
  padding: 0.4rem 0.8rem;
  font-size: 1.2rem;
  color: #3b190e;
  cursor: pointer;
}

.jm-qty-controller .jm-qty-input {
  width: 3rem;
  text-align: center;
  border: none;
  border-radius: 0.5rem;
  background-color: #fff8dc;
  color: #3b190e;
  font-size: 1.1rem;
}
