/* ── Bulk Enquiry – Mini Popup (product page) ────────────────────────── */
.ssh-enq-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.5);
  display: flex; align-items: center; justify-content: center;
  z-index: 99999; padding: 20px;
}
.ssh-enq-overlay[hidden] { display: none; }

.ssh-enq-popup {
  background: #fff;
  border-radius: 20px;
  width: 100%; max-width: 480px;
  box-shadow: 0 24px 64px rgba(0,0,0,.22);
  overflow: hidden;
}
.ssh-enq-popup-head {
  display: flex; align-items: center;
  padding: 18px 20px 16px;
  gap: 14px;
  border-bottom: 1px solid #f0f0f0;
}
.ssh-enq-popup-img {
  width: 72px; height: 72px;
  border-radius: 14px;
  border: 1.5px solid #e5e7eb;
  object-fit: contain;
  background: #f6f7f9;
  flex-shrink: 0;
}
.ssh-enq-popup-img-placeholder {
  width: 72px; height: 72px;
  border-radius: 14px;
  background: #e6f7fa;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.ssh-enq-popup-info { flex: 1; min-width: 0; }
.ssh-enq-popup-name {
  font-size: 15px; font-weight: 700; color: #111827;
  margin: 0 0 3px; line-height: 1.3;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ssh-enq-popup-sub { font-size: 13px; color: #6b7280; margin: 0; }
.ssh-enq-popup-close {
  background: none !important; border: none !important;
  padding: 6px; cursor: pointer; border-radius: 8px;
  line-height: 0; flex-shrink: 0;
  color: #9ca3af;
  align-self: flex-start;
  margin-top: 2px;
}
.ssh-enq-popup-close:hover,
.ssh-enq-popup-close:active,
.ssh-enq-popup-close:focus { background: #f3f4f6 !important; color: #374151; outline: none; }

.ssh-enq-popup-body { padding: 20px 20px 24px; }
.ssh-enq-qty-row {
  display: flex; align-items: center; justify-content: space-between;
  background: #f6f7f9; border-radius: 12px; padding: 14px 18px;
  margin-bottom: 16px;
}
.ssh-enq-qty-label { font-size: 14px; font-weight: 600; color: #374151; }
.ssh-enq-qty-ctrl {
  display: flex; align-items: center; gap: 0;
  background: #fff;
  border-radius: 999px;
  border: 1.5px solid #e5e7eb;
  overflow: hidden;
}
.ssh-enq-qty-btn {
  background: none !important; border: none !important;
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 18px; font-weight: 400;
  color: #374151 !important; line-height: 1;
}
.ssh-enq-qty-btn:hover { background: #f3f4f6 !important; color: #111827 !important; }
.ssh-enq-qty-btn:active { background: #e5e7eb !important; color: #111827 !important; }
.ssh-enq-qty-btn:focus { outline: none; background: none !important; color: #374151 !important; }
.ssh-enq-qty-val {
  width: 52px;
  text-align: center;
  font-size: 15px; font-weight: 700; color: #111827;
  border: none; background: transparent;
  outline: none;
  padding: 0;
  -moz-appearance: textfield;
}
.ssh-enq-qty-val::-webkit-outer-spin-button,
.ssh-enq-qty-val::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.ssh-enq-add-btn {
  width: 100%;
  background: #1c98ab;
  color: #fff !important;
  border: none; border-radius: 12px;
  height: 50px;
  font-size: 15px; font-weight: 700;
  cursor: pointer;
  transition: background .15s;
  margin-bottom: 14px;
  text-transform: none;
  letter-spacing: 0;
}
.ssh-enq-add-btn:hover { background: #17849a; }

.ssh-enq-callback-row {
  text-align: center;
  font-size: 13.5px; color: #6b7280;
}
.ssh-enq-callback-row a {
  color: #1c98ab; font-weight: 600; text-decoration: none;
}
.ssh-enq-callback-row a:hover { text-decoration: underline; }

/* ── Bulk Enquiry Page ───────────────────────────────────────────────── */
:root {
  --be-teal:   #1c98ab;
  --be-teal-d: #17849a;
  --be-ink:    #111827;
  --be-body:   #4b5563;
  --be-muted:  #6b7280;
  --be-line:   #e5e7eb;
  --be-soft:   #f6f7f9;
  --be-font-h: 'Outfit', sans-serif;
  --be-font-b: 'Inter', sans-serif;
  --ssh-font-head: 'Outfit', sans-serif;
}

.ssh-be-page {
  font-family: var(--be-font-b);
  background: #f0f2f5;
  min-height: 100vh;
  padding: 48px 0 80px;
}
.ssh-be-page h1,
.ssh-be-page h2,
.ssh-be-page h3,
.ssh-be-page h4,
.ssh-be-page .ssh-be-eyebrow,
.ssh-be-page .ssh-be-card-title,
.ssh-be-page .ssh-be-form-title,
.ssh-be-page .ssh-be-success h2 {
  font-family: 'Outfit', sans-serif !important;
}

.ssh-be-container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

.ssh-be-eyebrow {
  font-family: var(--be-font-h);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--be-teal);
  margin: 0 0 6px;
}
.ssh-be-heading {
  font-family: var(--be-font-h);
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 800;
  color: var(--be-ink);
  margin: 0 0 10px;
  line-height: 1.15;
}
.ssh-be-sub {
  font-size: 15px;
  color: var(--be-body);
  line-height: 1.65;
  margin: 0 0 32px;
  max-width: 540px;
}

/* Cards */
.ssh-be-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
  margin-bottom: 20px;
  overflow: hidden;
}
.ssh-be-card-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid var(--be-line);
}
.ssh-be-card-title {
  font-family: var(--be-font-h);
  font-size: 16px; font-weight: 700; color: var(--be-ink);
  margin: 0;
}
.ssh-be-items-pill {
  background: #e6f7fa;
  color: var(--be-teal);
  font-size: 12px; font-weight: 700;
  padding: 4px 10px; border-radius: 999px;
}

/* Product list */
.ssh-be-product-list { padding: 0 20px; }
.ssh-be-product-row {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--be-line);
}
.ssh-be-product-row:last-child { border-bottom: none; }

.ssh-be-prod-icon {
  width: 44px; height: 44px;
  background: #e6f7fa;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: var(--be-teal);
}
.ssh-be-prod-icon img {
  width: 44px; height: 44px;
  object-fit: contain; border-radius: 10px;
}

.ssh-be-prod-info { flex: 1; min-width: 0; }
.ssh-be-prod-name {
  font-size: 14px; font-weight: 700; color: var(--be-ink);
  margin: 0 0 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ssh-be-prod-sku { font-size: 12px; color: var(--be-muted); margin: 0; }

.ssh-be-prod-qty {
  display: flex; align-items: center;
  border: 1.5px solid var(--be-line);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
  flex-shrink: 0;
}
.ssh-be-qty-btn {
  background: none !important; border: none !important;
  width: 32px; height: 32px;
  cursor: pointer; font-size: 16px; font-weight: 400;
  color: var(--be-body);
  display: flex; align-items: center; justify-content: center;
}
.ssh-be-qty-btn:hover { background: var(--be-soft) !important; }
.ssh-be-qty-num {
  min-width: 36px; text-align: center;
  font-size: 14px; font-weight: 700; color: var(--be-ink);
}

.ssh-be-prod-remove {
  background: none !important; border: none !important;
  color: #9ca3af; cursor: pointer; padding: 4px;
  border-radius: 6px; line-height: 0;
  flex-shrink: 0;
}
.ssh-be-prod-remove:hover { color: #ef4444; background: #fef2f2 !important; }

.ssh-be-add-more {
  display: block; padding: 14px 20px;
  font-size: 13.5px; font-weight: 600; color: var(--be-teal);
  text-decoration: none;
  border-bottom: 1px solid var(--be-line);
}
.ssh-be-add-more:hover { color: var(--be-teal-d); text-decoration: underline; }

.ssh-be-totals {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px;
  font-size: 13.5px; color: var(--be-body);
}
.ssh-be-totals strong { color: var(--be-ink); }

/* Empty state */
.ssh-be-empty {
  padding: 48px 20px;
  text-align: center;
  color: var(--be-muted);
  font-size: 14px;
}
.ssh-be-empty a { color: var(--be-teal); font-weight: 600; text-decoration: none; }
.ssh-be-empty a:hover { text-decoration: underline; }

/* Your details form */
.ssh-be-form { padding: 20px; display: flex; flex-direction: column; gap: 16px; }
.ssh-be-form-title {
  font-family: var(--be-font-h);
  font-size: 17px; font-weight: 700; color: var(--be-ink);
  margin: 0 0 2px;
}
.ssh-be-form-note { font-size: 13px; color: var(--be-muted); margin: 0 0 4px; }

.ssh-be-field-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 520px) { .ssh-be-field-row { grid-template-columns: 1fr; } }

.ssh-be-field { display: flex; flex-direction: column; gap: 5px; }
.ssh-be-field label {
  font-size: 13.5px; font-weight: 600; color: #374151;
}
.ssh-be-field input,
.ssh-be-field select,
.ssh-be-field textarea {
  border: 1.5px solid var(--be-line);
  border-radius: 10px;
  padding: 0 14px;
  height: 44px;
  font-size: 14px; color: var(--be-ink);
  background: #fff;
  width: 100%; box-sizing: border-box;
  font-family: var(--be-font-b);
}
.ssh-be-field textarea {
  height: auto; min-height: 80px;
  padding: 12px 14px; resize: vertical;
  line-height: 1.5;
}
.ssh-be-field select { cursor: pointer; }
.ssh-be-field input:focus,
.ssh-be-field select:focus,
.ssh-be-field textarea:focus {
  border-color: var(--be-teal); outline: none;
  box-shadow: 0 0 0 3px rgba(28,152,171,.1);
}
.ssh-be-field input::placeholder,
.ssh-be-field textarea::placeholder { color: #9ca3af; }

/* Validation states */
.ssh-be-field input.ssh-err,
.ssh-be-field select.ssh-err,
.ssh-be-field textarea.ssh-err {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 3px rgba(239,68,68,.1) !important;
}
.ssh-be-field input.ssh-ok,
.ssh-be-field select.ssh-ok,
.ssh-be-field textarea.ssh-ok {
  border-color: #10b981 !important;
}
.ssh-be-err-msg {
  font-size: 12px; color: #ef4444; font-weight: 500;
  display: flex; align-items: center; gap: 4px;
  margin-top: 1px;
}
.ssh-be-err-msg::before {
  content: '';
  display: inline-block;
  width: 13px; height: 13px; flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ef4444' stroke-width='2.5' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E") center/contain no-repeat;
}
.ssh-be-consent.ssh-consent-err span { color: #ef4444; }
.ssh-be-consent.ssh-consent-err input { outline: 2px solid #ef4444; border-radius: 3px; }

.ssh-be-consent {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 13.5px; color: var(--be-body);
}
.ssh-be-consent input[type="checkbox"] {
  width: 16px; height: 16px; flex-shrink: 0;
  margin-top: 2px; accent-color: var(--be-teal);
  cursor: pointer;
}

.ssh-be-submit {
  background: var(--be-teal) !important;
  color: #fff !important;
  border: none !important; border-radius: 12px;
  height: 52px; width: 100%;
  font-size: 15px; font-weight: 700;
  cursor: pointer;
  transition: background .15s;
  font-family: var(--be-font-h);
  text-transform: none !important;
  letter-spacing: 0;
}
.ssh-be-submit:hover:not(:disabled) { background: var(--be-teal-d) !important; }
.ssh-be-submit:active { background: var(--be-teal-d) !important; }
.ssh-be-submit:disabled { opacity: .6; cursor: not-allowed; }

.ssh-be-submit-note {
  text-align: center;
  font-size: 13px; color: var(--be-muted);
  margin: 0;
}

/* Success state */
.ssh-be-success {
  text-align: center;
  padding: 48px 24px;
}
.ssh-be-success-icon {
  width: 60px; height: 60px;
  background: #e6f7fa;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
  color: var(--be-teal);
}
.ssh-be-success h2 {
  font-family: var(--be-font-h);
  font-size: 22px; font-weight: 800;
  color: var(--be-ink); margin: 0 0 8px;
}
.ssh-be-success p { font-size: 14px; color: var(--be-body); margin: 0; }

@media (max-width: 600px) {
  .ssh-be-page { padding: 32px 0 60px; }
}
