.ez-jam-box-mix {
  margin: 1.25em 0 1.5em;
  padding: 1em 1.1em;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background: #fafafa;
}

.ez-jam-box-title {
  margin: 0 0 0.75em;
  font-weight: 600;
  font-size: 1.05em;
}

.ez-jam-box-flavors {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}

.ez-jam-box-flavor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  margin-bottom: 0.65em;
  flex-wrap: wrap;
}

.ez-jam-box-flavor-label {
  flex: 1 1 160px;
  line-height: 1.35;
}

.ez-jam-box-qty {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.ez-jam-box-btn {
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  background: #eee;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.ez-jam-box-btn:hover {
  background: #e0e0e0;
}

.ez-jam-box-input {
  width: 2.5rem;
  text-align: center;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 1rem;
  padding: 0.35rem 0;
  -moz-appearance: textfield;
}

.ez-jam-box-input::-webkit-outer-spin-button,
.ez-jam-box-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ez-jam-box-total {
  margin: 0 0 0.35em;
  font-size: 0.95em;
}

.ez-jam-box-total-ok .ez-jam-box-total-value {
  color: #1e7b1e;
}

.ez-jam-box-total-warn .ez-jam-box-total-value {
  color: #b35900;
}

.ez-jam-box-hint {
  margin: 0;
  font-size: 0.85em;
  opacity: 0.85;
}

.ez-jam-box-notice {
  padding: 0.75em;
  background: #fff3cd;
  border-radius: 4px;
}

/* Nasconde il selettore attributi nativo: la variante acquistabile è fissata da EZ */
body.ez-jam-box-product form.variations_form table.variations {
  display: none !important;
}
