.single-product-page .hm-stock-notification {
  width: 100%;
  margin: 24px 0;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(159, 179, 255, .22);
  border-radius: 8px;
  background: #06091f;
  color: #f6f7ff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .14);
}
.single-product-page .hm-stock-notification h2 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(18px, 1.5vw, 21px);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.single-product-page .hm-stock-form { display: grid; gap: 14px; margin: 0; }
.single-product-page .hm-stock-form > label:not(.screen-reader-text) { color: #b6bdd8; font-size: 13px; }
.single-product-page .hm-stock-form :is(input[type="email"], select) {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid #b6c8ff;
  border-radius: 5px;
  background: #fff;
  color: #060711;
  font: inherit;
  font-size: 16px;
}
.single-product-page .hm-stock-form input::placeholder { color: #52576e; opacity: 1; }
.single-product-page .hm-stock-form button {
  min-height: 46px;
  padding: 11px 20px;
  border: 0;
  border-radius: 5px;
  background: #8297ff;
  color: #06091f;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}
.single-product-page .hm-stock-form button:hover { background: #9aabff; }
.single-product-page .hm-stock-form button:disabled { opacity: .65; cursor: wait; }
.single-product-page .hm-stock-form :is(input, select, button):focus-visible { outline: 2px solid #9fb3ff; outline-offset: 3px; }
.single-product-page .hm-stock-notification .hm-stock-message { margin: 0; padding: 14px 16px; border: 1px solid #637aa8; border-radius: 5px; background: #14213c; color: #e4eeff; font-size: 14px; line-height: 1.7; }
.single-product-page .hm-stock-notification .hm-stock-message.is-error { margin-bottom: 16px; border-color: #a65b71; background: #30172a; color: #ffced8; }
.single-product-page .hm-stock-notification[hidden],
.single-product-page .hm-stock-notification [hidden],
.single-product-page .hm-stock-trap { display: none; }
