.quantity-box #promo-code {
  margin: 8px 0 5px;
  background: #fff;
}

#promo-status {
  display: block;
  min-height: 18px;
  margin-bottom: 10px;
  color: #315c1e;
  font-size: 12px;
}

#promo-status.active {
  font-weight: 800;
}

.volume-control {
  margin: 12px 0 18px;
}

.volume-control input[type="range"] {
  width: 100%;
  height: 8px;
  margin: 12px 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #dcefa7;
  accent-color: #bd1521;
  cursor: pointer;
}

#quantity-value {
  display: block;
  color: #101914;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.volume-limits {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  color: #5d6861;
  font-size: 11px;
  font-weight: 700;
}
