.shn-order-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(12, 10, 8, .58);
  backdrop-filter: blur(10px);
}

.shn-order-box {
  position: relative;
  width: min(560px, 100%);
  max-height: min(92vh, 780px);
  overflow: auto;
  display: grid;
  gap: 12px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid #e8dcc9;
  border-radius: 22px;
  color: #1d1915;
  background: #fffaf3;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .28);
}

.shn-order-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: #1d1915;
  background: #efe5d5;
  font-size: 22px;
  cursor: pointer;
}

.shn-order-kicker {
  margin: 0;
  color: #9d7525;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}

.shn-order-box h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(28px, 6vw, 40px);
  font-weight: 500;
}

.shn-order-copy,
.shn-order-status {
  margin: 0;
  color: #655f57;
  line-height: 1.5;
}

.shn-order-items {
  display: grid;
  gap: 8px;
  max-height: 150px;
  overflow: auto;
  padding: 12px;
  border: 1px solid #eadfce;
  background: #fff;
}

.shn-order-items div,
.shn-order-box label {
  display: grid;
  gap: 6px;
}

.shn-order-items b {
  color: #171513;
}

.shn-order-items span {
  color: #655f57;
  font-size: 13px;
}

.shn-order-box label {
  color: #302a24;
  font-size: 13px;
  font-weight: 800;
}

.shn-order-box input,
.shn-order-box textarea,
.shn-order-box select {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid #d8c9b3;
  border-radius: 10px;
  color: #171513;
  background: #fff;
  font: inherit;
}

.shn-order-box textarea {
  min-height: 84px;
  padding-top: 10px;
  resize: vertical;
}

.shn-order-submit {
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  color: #fff8d8;
  background: linear-gradient(90deg, #9c7423, #d9b600);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.shn-order-submit:disabled {
  opacity: .7;
  cursor: wait;
}
