.demand-card select {
  width: 100%;
  min-height: 52px;
  padding: 13px;
  border: 1px solid #9a988f;
  border-radius: 0;
  background: white;
  color: var(--ink);
  font: inherit;
}

.demand-card select:disabled {
  color: var(--muted);
  background: #f1eee7;
}

.region-data-note {
  margin: -4px 0 2px;
  color: var(--muted);
  font-size: .76rem;
}

.demand-postcode[hidden] {
  display: none;
}

.price-unit {
  margin-left: 3px;
  color: var(--muted);
  font-size: .78em;
  font-weight: 600;
}

.woocommerce-cart .cart-empty {
  max-width: 640px;
  margin: 18px auto 0;
  padding: 30px;
  border: 1px solid var(--line);
  background: #fffdf8;
  font-size: 1.1rem;
}

.woocommerce-cart .return-to-shop {
  max-width: 640px;
  margin: 0 auto 48px;
}

.woocommerce-cart .return-to-shop .button {
  border-radius: 0;
  background: var(--rust);
  color: #fff;
}
