/* =====================================================
   EHH Product UI — Extra Hold Hairspray 10 oz
   All class names prefixed with .ehh- to avoid conflicts
   ===================================================== */

/* ── CSS variables (Above Aerosol brand palette) ── */
.ehh-bento,
.ehh-hero,
.ehh-wrap,
.ehh-cta-bar,
.ehh-toast {
  --teal:        #00BCBD;
  --teal-deep:   #009A9B;
  --teal-ink:    #0B3C3D;
  --gold:        #FFCF51;
  --gold-deep:   #F2BC2E;
  --mint:        #E1F5F4;
  --mint-deep:   #C7ECEA;
  --cream:       #FEF6DF;
  --cream-deep:  #FBEFC9;
  --canvas:      #F7FCFC;
  --surface:     #ffffff;
  --surface-2:   #F2FAFA;
  --ink:         #15302F;
  --ink-2:       #4A6463;
  --ink-3:       #88A3A2;
  --line:        rgba(11,60,61,.10);
  --line-soft:   rgba(11,60,61,.06);
  --line-strong: rgba(11,60,61,.18);
  --ok:          #0E9F6E;
  --rush:        #E07A1B;
  --rush-soft:   #FCEBD6;
  --r:     14px;
  --r-lg:  20px;
  --r-xl:  28px;
  --r-pill:999px;
  --sh:    0 4px 14px rgba(11,60,61,.07),0 1px 3px rgba(11,60,61,.05);
  --sh-sm: 0 1px 2px rgba(11,60,61,.05);
  --sh-teal: 0 10px 26px rgba(0,154,155,.28);
  --ease:   cubic-bezier(.16,1,.3,1);
  --bounce: cubic-bezier(.34,1.56,.64,1);
  --display: "Poppins", system-ui, sans-serif;
  --body:    "Poppins", system-ui, sans-serif;
}

/* ── Hero ── */
.ehh-hero {
  background: linear-gradient(180deg, var(--gold) 0%, var(--gold) 62%, #FFD96E 100%);
  position: relative; overflow: hidden;
}
.ehh-hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(420px 280px at 88% -10%, rgba(255,255,255,.55), transparent 60%),
    radial-gradient(360px 240px at 6% 120%,  rgba(255,255,255,.35), transparent 60%);
  pointer-events: none;
}
.ehh-hero__inner {
  max-width: 1240px; margin: 0 auto; padding: 28px 24px 48px;
  position: relative;
}
.ehh-hero__inner .woocommerce-breadcrumb { display: none; }
.ehh-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(255,255,255,.55); color: var(--teal-ink);
  font-weight: 700; font-size: 12px; letter-spacing: .04em;
  padding: 6px 14px; border-radius: var(--r-pill);
  border: 1px solid rgba(255,255,255,.7);
  font-family: var(--body); margin-bottom: 18px;
}
.ehh-hero__eyebrow-star {
  font-size: 11px; color: var(--teal-deep); margin-right: 2px;
}
.ehh-hero h1 {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(28px, 4vw, 48px); line-height: 1.05;
  color: #000; margin: 0 0 14px; letter-spacing: -.02em;
  max-width: 680px;
}
.ehh-hero p {
  color: #5A4A14; font-weight: 500; max-width: 580px; font-size: 15px;
  font-family: var(--body); line-height: 1.65; margin: 0;
  opacity: .85;
}

/* ── Wrap / Bento grid ── */
.ehh-wrap { max-width: 1240px; margin: 0 auto; padding: 28px 24px 100px; }
.ehh-bento {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 30px; align-items: start;
  font-family: var(--body);
}
@media (max-width: 980px) { .ehh-bento { grid-template-columns: 1fr; gap: 24px; } }

/* ── Left : visual ── */
.ehh-viz { position: sticky; top: 90px; }
@media (max-width: 980px) { .ehh-viz { position: static; } }

.ehh-stage {
  background:
    radial-gradient(120% 90% at 50% 8%, #fff 0%, var(--cream) 60%, var(--cream-deep) 100%);
  border: 1px solid var(--line-soft); border-radius: var(--r-xl);
  padding: 34px 24px 28px; position: relative; overflow: hidden;
  box-shadow: var(--sh);
}
.ehh-stage__badge {
  position: absolute; top: 18px; left: 18px; z-index: 3;
  background: var(--teal-ink); color: #fff; font-weight: 700; font-size: 11.5px;
  padding: 6px 12px; border-radius: var(--r-pill); letter-spacing: .03em;
  font-family: var(--body);
}
.ehh-stage__finishtag {
  position: absolute; top: 18px; right: 18px; z-index: 3;
  background: #fff; color: var(--teal-ink); font-weight: 700; font-size: 11.5px;
  padding: 6px 12px; border-radius: var(--r-pill); box-shadow: var(--sh-sm);
  border: 1px solid var(--line-soft); font-family: var(--body);
}

/* CSS aerosol can */
.ehh-can-scene {
  height: 380px; display: grid; place-items: center; position: relative;
}
.ehh-can-scene::after {
  content: ""; position: absolute; bottom: 30px; width: 160px; height: 24px;
  background: radial-gradient(closest-side, rgba(11,60,61,.22), transparent 75%);
  filter: blur(2px);
}
.ehh-can {
  position: relative; width: 128px; height: 320px;
  transition: transform .5s var(--ease);
}
.ehh-can:hover { transform: translateY(-6px); }
.ehh-can__cap {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 62px; height: 58px; border-radius: 14px 14px 8px 8px;
  background: linear-gradient(100deg,#3a4a4a,#1d2727 60%,#0d1414);
  box-shadow: inset 0 -6px 10px rgba(0,0,0,.4), inset 0 3px 4px rgba(255,255,255,.18);
  z-index: 3;
}
.ehh-can__cap::before {
  content: ""; position: absolute; top: -7px; left: 50%; transform: translateX(-50%);
  width: 14px; height: 12px; border-radius: 4px 4px 2px 2px;
  background: linear-gradient(#566,#233);
}
.ehh-can__neck {
  position: absolute; top: 50px; left: 50%; transform: translateX(-50%);
  width: 74px; height: 22px; border-radius: 6px 6px 0 0;
  background: linear-gradient(90deg,#c4c9c9,#eef2f2 40%,#fff 50%,#dfe5e5 62%,#aeb6b6);
  z-index: 2;
}
.ehh-can__body {
  position: absolute; top: 66px; left: 50%; transform: translateX(-50%);
  width: 120px; height: 248px; border-radius: 14px;
  background: linear-gradient(90deg,#bfc6c6 0%,#eef3f3 26%,#ffffff 50%,#e4eaea 70%,#aab2b2 100%);
  box-shadow: inset 0 -10px 18px rgba(0,0,0,.10), inset 0 6px 10px rgba(255,255,255,.5);
  overflow: hidden;
}
.ehh-can__body::after {
  content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 14px;
  background: linear-gradient(transparent, rgba(11,60,61,.10));
}
.ehh-can__label {
  position: absolute; top: 46px; left: 8px; right: 8px; height: 150px;
  border-radius: 8px; display: grid; place-items: center; text-align: center;
  background: var(--teal); color: #fff;
  transition: background .35s var(--ease), box-shadow .35s var(--ease);
  border: 2px dashed rgba(255,255,255,.55); overflow: hidden;
}
.ehh-can__label[data-finish="gloss"] {
  background: linear-gradient(135deg, var(--teal) 0%, #2bd4d5 45%, var(--teal) 70%);
  box-shadow: inset 0 0 30px rgba(255,255,255,.25);
}
.ehh-can__label[data-finish="matte"] { background: var(--teal); }
.ehh-can__label-inner { padding: 6px; }
.ehh-can__label-eyebrow { font-size: 8px; letter-spacing: .22em; opacity: .85; font-weight: 700; }
.ehh-can__label-main {
  font-family: var(--display); font-weight: 800; font-size: 14px;
  line-height: 1.05; margin-top: 4px; text-transform: uppercase; letter-spacing: .04em;
}
.ehh-can__label-sub { font-size: 8.5px; opacity: .85; margin-top: 5px; font-weight: 600; }

/* "Customize this label" floating button */
.ehh-stage__design {
  position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%); z-index: 4;
  display: flex; align-items: center; gap: 8px;
  background: #fff; color: var(--teal-ink); font-weight: 800; font-size: 12.5px;
  padding: 10px 16px; border-radius: var(--r-pill); box-shadow: 0 8px 24px rgba(11,60,61,.14);
  border: 1px solid var(--line-soft);
  transition: transform .2s var(--bounce); cursor: pointer; font-family: var(--body);
}
.ehh-stage__design:hover { transform: translateX(-50%) translateY(-2px); }
.ehh-pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--teal);
  box-shadow: 0 0 0 0 rgba(0,188,189,.6);
  animation: ehh-pulse 1.8s infinite;
}
@keyframes ehh-pulse {
  70%  { box-shadow: 0 0 0 9px rgba(0,188,189,0); }
  100% { box-shadow: 0 0 0 0  rgba(0,188,189,0); }
}

/* Viz foot spec cards */
.ehh-viz-foot {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 18px;
}
.ehh-viz-foot__item {
  background: var(--surface); border: 1px solid var(--line-soft);
  border-radius: var(--r); padding: 13px 12px; text-align: center; box-shadow: var(--sh-sm);
}
.ehh-viz-foot__ic {
  width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center;
  background: var(--mint); margin: 0 auto 7px; font-size: 15px;
}
.ehh-viz-foot__t { font-weight: 700; font-size: 12px; color: var(--teal-ink); line-height: 1.2; }
.ehh-viz-foot__d { font-size: 10.5px; color: var(--ink-3); margin-top: 3px; }

/* ── Right : config column ── */
.ehh-cfg { display: flex; flex-direction: column; gap: 16px; }

/* Product heading */
.ehh-phead__eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 800; font-size: 12px; letter-spacing: .04em; color: var(--teal-deep);
  text-transform: uppercase;
}
.ehh-pill {
  background: var(--mint); color: var(--teal-deep);
  padding: 3px 9px; border-radius: var(--r-pill); font-size: 10.5px;
}
.ehh-phead__title {
  font-family: var(--display); font-weight: 800; font-size: 38px !important;
  line-height: 1.15; color: #000; margin: 6px 0 0; letter-spacing: -.01em;
}
.ehh-phead__tag {
  font-size: 12.5px; font-weight: 500; color: var(--ink-2);
  margin: 5px 0 0; line-height: 1.5;
}
.ehh-phead__meta {
  display: flex; align-items: center; gap: 9px; margin-top: 9px;
  color: var(--ink-2); font-size: 13px; font-weight: 600;
}
.ehh-stars { color: var(--gold-deep); letter-spacing: 1px; }
.ehh-sep   { color: var(--ink-3); }

/* Quote showcase */
.ehh-quote {
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-deep) 100%);
  color: #fff; border-radius: var(--r-lg); padding: 20px 22px;
  box-shadow: var(--sh-teal); position: relative; overflow: hidden;
}
.ehh-quote::after {
  content: ""; position: absolute; right: -40px; top: -40px;
  width: 160px; height: 160px; border-radius: 50%;
  background: rgba(255,255,255,.10);
}
.ehh-quote__label {
  font-size: 11px; font-weight: 700; letter-spacing: .16em; opacity: .85; text-transform: uppercase;
}
.ehh-quote__row { display: flex; align-items: flex-end; gap: 12px; margin-top: 6px; }
.ehh-quote__total {
  font-family: var(--display); font-weight: 800; font-size: 38px; line-height: 1;
}
.ehh-quote__tick {
  background: var(--gold); color: var(--teal-ink); font-weight: 800; font-size: 12px;
  padding: 4px 10px; border-radius: var(--r-pill); margin-bottom: 5px;
}
.ehh-quote__sub {
  display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: 13px;
  font-size: 13px; font-weight: 600;
}
.ehh-quote__sub span { opacity: .92; }
.ehh-save { color: var(--gold); }
.ehh-quote__note {
  margin-top: 13px; font-size: 11.5px; opacity: .8;
  display: flex; gap: 7px; align-items: center;
  border-top: 1px solid rgba(255,255,255,.2); padding-top: 11px;
}

/* Product spec card */
.ehh-spec-card {
  background: #fff;
  border: 1px solid rgba(11,60,61,.10);
  border-radius: 14px;
  padding: 16px 18px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px rgba(11,60,61,.05);
}
.ehh-spec-card__hd {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.ehh-spec-card__title {
  font-family: var(--display);
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
}
.ehh-spec-card__badge {
  background: rgba(0,188,189,0.12);
  color: var(--teal-ink);
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
}
.ehh-spec-card__right {
  margin-left: auto;
  background: rgba(0,188,189,0.12);
  color: var(--teal-ink);
  font-size: 11.5px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
}
.ehh-spec-card__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.ehh-spec-card__item {
  background: #f7f7f5;
  border-radius: 9px;
  padding: 12px 14px;
}
.ehh-spec-card__lbl {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .09em;
  color: #aaa;
  margin-bottom: 5px;
}
.ehh-spec-card__val {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}

/* Ready to quote progress bar */
.ehh-ready-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px 0 6px;
}
.ehh-ready-bar__track {
  flex: 1;
  height: 10px;
  background: rgba(0,188,189,0.16);
  border-radius: 99px;
  overflow: hidden;
}
.ehh-ready-bar__fill {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, var(--teal) 0%, #33d6d7 100%);
  border-radius: 99px;
}
.ehh-ready-bar__label {
  font-family: var(--body);
  font-weight: 700;
  font-size: 13px;
  color: var(--teal-ink);
  white-space: nowrap;
  flex-shrink: 0;
}

/* Fixed field cards (Packaging, Production & Shipping) */
.ehh-fixed-field {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 14px;
  padding: 15px 18px;
  margin-bottom: 10px;
}
.ehh-fixed-field__hd {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px;
}
.ehh-fixed-field__num {
  width: 22px; height: 22px;
  border: 1.5px solid var(--teal-ink);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700;
  color: var(--teal-ink);
  flex-shrink: 0;
  line-height: 1;
}
.ehh-fixed-field__title {
  font-family: var(--display);
  font-weight: 700;
  font-size: 15px;
  color: var(--ink);
}
.ehh-fixed-field__badge {
  background: #f0f0f0;
  color: #888;
  font-size: 10.5px;
  font-weight: 600;
  padding: 2px 9px;
  border-radius: 20px;
  letter-spacing: .02em;
}
.ehh-fixed-field__right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 7px;
}
.ehh-fixed-field__val {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}
.ehh-fixed-field__inc {
  background: #e6f7f0;
  color: #1a7a4a;
  font-size: 10.5px;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 20px;
}
.ehh-fixed-field__card {
  background: #f7f7f5;
  border-radius: 9px;
  padding: 12px 14px;
}
.ehh-fixed-field__clabel {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .09em;
  color: #aaa;
  margin-bottom: 4px;
}
.ehh-fixed-field__cval {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}
.ehh-fixed-field__sub {
  font-weight: 400;
  color: #777;
}

/* Smart recommendation */
.ehh-smart {
  display: flex; align-items: center; gap: 13px;
  background: var(--cream); border: 1px solid var(--cream-deep);
  border-radius: var(--r); padding: 13px 15px;
}
.ehh-smart__ic { font-size: 20px; }
.ehh-smart__body { flex: 1; }
.ehh-smart__t { font-weight: 800; font-size: 13px; color: var(--teal-ink); }
.ehh-smart__d { font-size: 12px; color: var(--ink-2); margin-top: 2px; }
.ehh-smart__btn {
  background: var(--teal-ink); color: #fff; font-weight: 700; font-size: 12.5px;
  padding: 9px 15px; border-radius: var(--r-pill); white-space: nowrap;
  border: none; cursor: pointer; font-family: var(--body);
  transition: transform .2s var(--bounce);
}
.ehh-smart__btn:hover { transform: translateY(-1px); }

/* Generic field card */
.ehh-field {
  background: var(--surface); border: 1px solid var(--line-soft);
  border-radius: var(--r-lg); padding: 17px 18px; box-shadow: var(--sh-sm);
}
.ehh-field__head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 10px; margin-bottom: 13px;
}
.ehh-field__label {
  font-family: var(--display); font-weight: 700; font-size: 15px;
  color: var(--teal-ink); display: flex; align-items: center; gap: 8px;
}
.ehh-fcount {
  font-family: var(--body); font-weight: 700; font-size: 10.5px;
  color: var(--teal-deep); background: var(--mint);
  padding: 2px 8px; border-radius: var(--r-pill); letter-spacing: .02em;
}
.ehh-field__chosen { font-size: 13px; font-weight: 700; color: var(--ink-2); text-align: right; }
.ehh-free  { color: var(--ok); margin-left: 6px; }
.ehh-cost  { color: var(--teal-deep); margin-left: 6px; }
.ehh-fixed-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--mint); color: var(--teal-deep);
  font-weight: 700; font-size: 11px; padding: 3px 10px; border-radius: var(--r-pill);
  font-family: var(--body);
}

/* Spec row */
.ehh-specrow { display: flex; flex-wrap: wrap; gap: 8px; }
.ehh-spec {
  flex: 1; min-width: 120px; background: var(--surface-2);
  border: 1px solid var(--line-soft); border-radius: var(--r); padding: 11px 13px;
}
.ehh-spec__k {
  font-size: 10.5px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--ink-3);
}
.ehh-spec__v {
  font-family: var(--display); font-weight: 700; font-size: 15px;
  color: var(--teal-ink); margin-top: 3px;
}
.ehh-spec__v small { font-family: var(--body); font-weight: 600; font-size: 11.5px; color: var(--ink-2); }

/* Swatch grid (Can Finish / Label Finish) */
.ehh-swatches { display: grid; gap: 9px; }
.ehh-swatches--2 { grid-template-columns: repeat(2,1fr); }
.ehh-sw {
  position: relative; border: 2px solid var(--line); border-radius: var(--r);
  padding: 9px; text-align: center; background: var(--surface);
  transition: all .2s var(--ease); cursor: pointer; font-family: var(--body);
}
.ehh-sw:hover  { border-color: var(--teal); transform: translateY(-2px); }
.ehh-sw--on    { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(0,188,189,.16); }
.ehh-sw__chip  { height: 38px; border-radius: 9px; margin-bottom: 8px; border: 1px solid var(--line-soft); }
.ehh-sw__chip--gloss   { background: linear-gradient(135deg, var(--teal), #46dede 50%, var(--teal)); }
.ehh-sw__chip--matte   { background: var(--teal); }
.ehh-sw__chip--cwhite  { background: linear-gradient(90deg,#d7dcdc,#fff 50%,#e6ebeb); }
.ehh-sw__chip--csilver { background: linear-gradient(90deg,#9aa3a3,#eef3f3 48%,#c4cccc 70%,#8b9494); }
.ehh-sw__name { font-weight: 700; font-size: 12px; color: var(--teal-ink); }
.ehh-sw__free { font-size: 10.5px; font-weight: 700; color: var(--ok); margin-top: 2px; }

/* Chip buttons (Fragrance / Actuator / Overcap) */
.ehh-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.ehh-chip {
  display: inline-flex; align-items: center; gap: 8px;
  border: 2px solid var(--line); border-radius: var(--r-pill);
  padding: 9px 15px; font-weight: 700; font-size: 13px; color: var(--ink);
  background: var(--surface); transition: all .18s var(--ease);
  cursor: pointer; font-family: var(--body);
}
.ehh-chip:hover  { border-color: var(--teal); }
.ehh-chip--on    { border-color: var(--teal); background: var(--mint); color: var(--teal-ink); }
.ehh-px--free    { font-size: 11px; font-weight: 700; color: var(--ok); margin-left: 4px; }

/* Sublabel */
.ehh-sublabel {
  font-size: 11px; font-weight: 700; color: var(--ink-3);
  letter-spacing: .06em; text-transform: uppercase; margin-bottom: 8px;
}

/* Label Design card */
.ehh-dmethod {
  display: flex; align-items: center; gap: 13px;
  border: 2px solid var(--teal); border-radius: var(--r);
  padding: 12px 14px; background: var(--mint); margin-bottom: 12px;
}
.ehh-dm__dot {
  width: 19px; height: 19px; border-radius: 50%; flex: none;
  background: var(--teal); display: grid; place-items: center;
  border: 2px solid var(--teal);
}
.ehh-dm__dot::after {
  content: ""; width: 9px; height: 9px; border-radius: 50%; background: #fff;
}
.ehh-dm__ic  { font-size: 18px; }
.ehh-dm__body { flex: 1; }
.ehh-dm__t   { font-weight: 700; font-size: 13.5px; color: var(--teal-ink); }
.ehh-dm__d   { font-size: 11.5px; color: var(--ink-2); margin-top: 1px; }
.ehh-dm__px  { font-weight: 800; font-size: 12px; color: var(--ok); }

.ehh-designer-btn {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; padding: 14px 18px; border-radius: var(--r); border: none;
  background: linear-gradient(135deg, var(--teal), var(--teal-deep)); color: #fff;
  font-family: var(--display); font-weight: 800; font-size: 15px;
  box-shadow: var(--sh-teal); cursor: pointer;
  transition: transform .2s var(--bounce), box-shadow .2s var(--ease);
}
.ehh-designer-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,154,155,.36); }
.ehh-arw { transition: transform .2s var(--ease); }
.ehh-designer-btn:hover .ehh-arw { transform: translateX(4px); }
.ehh-designer-hint { font-size: 11.5px; color: var(--ink-3); text-align: center; margin-top: 7px; }

/* Quantity stepper */
.ehh-stepper { display: flex; align-items: center; gap: 8px; }
.ehh-stepper__btn {
  width: 44px; height: 56px; flex-shrink: 0;
  border: 2px solid var(--teal); color: var(--teal-deep);
  border-radius: 12px; font-family: var(--display); font-weight: 800; font-size: 20px;
  background: var(--surface); cursor: pointer;
  transition: background .15s var(--ease), border-color .15s var(--ease);
  display: grid; place-items: center;
}
.ehh-stepper__btn:hover:not(:disabled) { background: var(--mint); }
.ehh-stepper__btn:disabled {
  border-color: rgba(220,80,80,.3); color: rgba(220,80,80,.45);
  background: rgba(255,230,230,.35); cursor: not-allowed;
}
.ehh-stepper__mid {
  flex: 1; border: 2px solid var(--line); border-radius: 12px;
  background: var(--surface); padding: 10px 16px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 3px;
}
.ehh-stepper__top {
  display: flex; align-items: baseline; gap: 5px;
}
.ehh-stepper__cases {
  font-family: var(--display); font-weight: 800; font-size: 20px;
  color: var(--teal-ink); line-height: 1;
}
.ehh-stepper__lbl { font-size: 14px; color: var(--teal-ink); font-weight: 700; }
.ehh-stepper__sub { font-size: 12px; color: var(--ink-2); font-weight: 600; }

/* Tier table */
.ehh-tier-table {
  margin-top: 13px; border: 1px solid var(--line-soft);
  border-radius: var(--r); overflow: hidden;
}
.ehh-tier-row {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr;
  gap: 6px; align-items: center; padding: 9px 13px;
  font-size: 12.5px; font-weight: 600; color: var(--ink-2);
  border-bottom: 1px solid var(--line-soft);
}
.ehh-tier-row:last-child { border-bottom: none; }
.ehh-tier-row--head {
  background: var(--surface-2); color: var(--ink-3);
  font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; font-weight: 700;
}
.ehh-tier-row--active { background: var(--mint); color: var(--teal-ink); }
.ehh-tier-row--active .ehh-tier-case { font-weight: 800; }
.ehh-tier-row--locked { opacity: .5; }
.ehh-tier-case   { color: var(--teal-ink); font-weight: 700; }
.ehh-lockwarn    { font-size: 10px; color: var(--rush); font-weight: 700; font-style: normal; margin-left: 4px; }

.ehh-moq-note {
  font-size: 11px; color: var(--ink-2); margin-top: 11px;
  display: flex; gap: 7px; align-items: center;
  background: var(--surface-2); padding: 8px 11px; border-radius: 8px;
}
.ehh-moq-warn {
  display: none; margin-top: 11px; font-size: 11.5px; color: var(--rush);
  font-weight: 700; background: var(--rush-soft); padding: 9px 12px;
  border-radius: 8px; align-items: center; gap: 7px;
}
.ehh-moq-warn.ehh-show { display: flex; }

/* Sticky CTA bar */
.ehh-cta-bar {
  position: sticky; bottom: 0; z-index: 30;
  background: var(--surface); border: 1px solid var(--line); border-bottom: none;
  border-radius: var(--r-lg) var(--r-lg) 0 0;
  padding: 15px 18px; margin-top: 6px;
  box-shadow: 0 -8px 24px rgba(11,60,61,.08);
  display: flex; align-items: center; gap: 15px; flex-wrap: wrap;
}

/* View Quote slot — full width row above price+button row.
   JS sets display:block once Addify button is moved here. */
.ehh-cta-bar__view-quote {
  width: 100%;
  display: none;
}

/* View Quote button styles */
.ehh-view-quote,
a.ehh-view-quote {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  padding: 11px 20px !important;
  background: transparent !important;
  border: 2px solid var(--teal) !important;
  border-radius: 999px !important;
  color: var(--teal) !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: background .15s, color .15s !important;
  box-sizing: border-box !important;
}
.ehh-view-quote:hover,
a.ehh-view-quote:hover {
  background: var(--teal) !important;
  color: #fff !important;
}
.ehh-cta-bar__price { flex: 1; min-width: 140px; }
.ehh-cta-bar__plabel {
  font-size: 10.5px; font-weight: 700; letter-spacing: .12em;
  color: var(--ink-3); text-transform: uppercase;
}
.ehh-cta-bar__pval {
  font-family: var(--display); font-weight: 800; font-size: 26px;
  color: var(--teal-ink); line-height: 1;
}
.ehh-cta-bar__pval small { font-family: var(--body); font-size: 12.5px; color: var(--ink-2); font-weight: 700; }
.ehh-cta-bar__btns { display: flex; gap: 10px; }

.ehh-btn-ghost {
  background: var(--surface); border: 2px solid var(--teal); color: var(--teal-deep);
  font-weight: 800; font-size: 13.5px; padding: 12px 18px; border-radius: var(--r-pill);
  cursor: pointer; font-family: var(--body);
  transition: all .2s var(--ease);
}
.ehh-btn-ghost:hover { background: var(--mint); }
.ehh-btn-quote {
  display: flex; align-items: center; gap: 9px;
  background: #FFCF51 !important; color: #0B3C3D !important;
  font-weight: 800; font-size: 14.5px; padding: 13px 24px;
  border-radius: var(--r-pill); border: none !important; cursor: pointer; font-family: var(--body);
  box-shadow: 0 8px 20px rgba(242,188,46,.4);
  transition: transform .2s var(--bounce), box-shadow .2s var(--ease);
}
.ehh-btn-quote:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(242,188,46,.5); background: #F2BC2E !important; }
@media (max-width: 520px) {
  .ehh-cta-bar__btns { width: 100%; }
  .ehh-btn-ghost, .ehh-btn-quote { flex: 1; justify-content: center; padding: 13px 12px; }
}

/* Toast */
.ehh-toast {
  position: fixed; left: 50%; bottom: 24px;
  transform: translateX(-50%) translateY(140%);
  background: var(--teal-ink); color: #fff; font-weight: 700; font-size: 13.5px;
  padding: 13px 22px; border-radius: var(--r-pill);
  box-shadow: 0 18px 40px rgba(11,60,61,.12);
  z-index: 60; display: flex; align-items: center; gap: 10px;
  transition: transform .4s var(--bounce); font-family: var(--body);
}
.ehh-toast.ehh-show { transform: translateX(-50%) translateY(0); }
.ehh-toast__ic {
  background: var(--gold); color: var(--teal-ink); width: 22px; height: 22px;
  border-radius: 50%; display: grid; place-items: center; font-size: 13px;
}

/* ── WooCommerce product image gallery (inside .ehh-viz) ── */
.ehh-viz .woocommerce-product-gallery {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh);
  background: var(--surface);
}
.ehh-viz .woocommerce-product-gallery__image a img {
  border-radius: var(--r-xl);
  width: 100%;
  height: auto;
  display: block;
}
.ehh-viz .woocommerce-product-gallery__wrapper {
  border-radius: var(--r-xl);
}
.ehh-viz .flex-viewport {
  border-radius: var(--r-xl);
}
/* Gallery thumbnails */
.ehh-viz .woocommerce-product-gallery__thumbs {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.ehh-viz .woocommerce-product-gallery__thumbs .woocommerce-product-gallery__image {
  width: calc(25% - 6px);
  border-radius: var(--r);
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color .2s;
  cursor: pointer;
}
.ehh-viz .woocommerce-product-gallery__thumbs .woocommerce-product-gallery__image.flex-active-slide {
  border-color: var(--teal);
}
/* Sale flash */
.ehh-viz .onsale {
  background: var(--gold); color: var(--teal-ink); font-weight: 800;
  border-radius: var(--r-pill);
}

/* ══════════════════════════════════════════════════════════
   WooCommerce + NB Designer overrides
   Prefixed with "body" for guaranteed specificity win
   (enqueue priority 999 ensures load-order win too)
   ══════════════════════════════════════════════════════════ */

/* Hide WC default qty + add-to-cart button */
body .ehh-wc-summary form.cart .quantity                  { display: none !important; }
body .ehh-wc-summary form.cart .single_add_to_cart_button { display: none !important; }
body .ehh-wc-summary form.cart                            { margin: 0; }

/* ─── NB Designer: option group card ─── */
body .ehh-wc-summary .nbo-group-wrap {
  background: #ffffff !important;
  border: 1px solid rgba(11,60,61,.08) !important;
  border-radius: 20px !important;
  padding: 17px 18px !important;
  margin-bottom: 14px !important;
  box-shadow: 0 1px 2px rgba(11,60,61,.05) !important;
  font-family: "Poppins", system-ui, sans-serif !important;
}

/* Group header */
body .ehh-wc-summary .nbo-group-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 13px !important;
  padding-bottom: 11px !important;
  border-bottom: 1px solid rgba(11,60,61,.06) !important;
}
body .ehh-wc-summary .nbo-group-header .group-title {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  color: #0B3C3D !important;
}
/* chosen value displayed on right */
body .ehh-wc-summary .nbo-group-header .nbo-chosen-val,
body .ehh-wc-summary .nbo-group-header .nbo-group-selected,
body .ehh-wc-summary .nbo-group-header span[class*="selected"],
body .ehh-wc-summary .nbo-group-header span[class*="chosen"] {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #4A6463 !important;
}

/* Group body */
body .ehh-wc-summary .nbo-group-body {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

/* Field header label */
body .ehh-wc-summary .nbd-field-header {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-bottom: 12px !important;
  background: transparent !important;
}
body .ehh-wc-summary .nbd-field-header > label,
body .ehh-wc-summary .nbd-field-header label {
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  color: #4a6b6a !important;
  margin: 0 !important;
  cursor: default !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  line-height: 1 !important;
}
body .ehh-wc-summary .nbd-help-tip {
  display: inline-flex !important;
  align-items: center !important;
  vertical-align: middle !important;
  position: relative !important;
  top: 0 !important;
  line-height: 1 !important;
}

/* ─── Label display type: chip / pill buttons ─── */
body .ehh-wc-summary .nbd-label-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  align-items: flex-start !important;
}
/* hide the real radio/checkbox */
body .ehh-wc-summary .nbd-label-wrap input[type="radio"],
body .ehh-wc-summary .nbd-label-wrap input[type="checkbox"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}

/* Pill label */
body .ehh-wc-summary .nbd-label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  border: 2px solid rgba(11,60,61,.12) !important;
  border-radius: 999px !important;
  padding: 9px 17px !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  color: #15302F !important;
  background: #ffffff !important;
  cursor: pointer !important;
  height: auto !important;
  line-height: 1.25 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  box-shadow: 0 1px 2px rgba(11,60,61,.05) !important;
  transition: border-color .18s ease, background .18s ease,
              color .18s ease, box-shadow .18s ease !important;
  white-space: normal !important;
}
body .ehh-wc-summary .nbd-label:hover {
  border-color: #00BCBD !important;
  background: #E1F5F4 !important;
}

/* Selected state */
body .ehh-wc-summary .nbd-label-wrap input[type="radio"]:checked + .nbd-label,
body .ehh-wc-summary .nbd-label-wrap input[type="checkbox"]:checked + .nbd-label {
  border-color: #00BCBD !important;
  background: #E1F5F4 !important;
  color: #0B3C3D !important;
  box-shadow: 0 0 0 3px rgba(0,188,189,.14) !important;
}
/* Fallback class-based selected */
body .ehh-wc-summary .nbd-label.active,
body .ehh-wc-summary .nbd-label.selected,
body .ehh-wc-summary .nbd-label.nbd-checked {
  border-color: #00BCBD !important;
  background: #E1F5F4 !important;
  color: #0B3C3D !important;
  box-shadow: 0 0 0 3px rgba(0,188,189,.14) !important;
}

/* ─── NBO wrapper — ensure visible even before Angular bootstraps ─── */
body .ehh-wc-summary .nbo-wrapper { display: block !important; }

/* ─── Outer field wrapper: card ─── */
body .ehh-wc-summary .nbd-option-field {
  display: block !important;
  background: #ffffff !important;
  border: 1px solid rgba(11,60,61,.10) !important;
  border-radius: 14px !important;
  padding: 16px 18px !important;
  margin-bottom: 12px !important;
  box-shadow: 0 1px 3px rgba(11,60,61,.05) !important;
}

/* ─── Image swatch display type ─── */
/* NB Designer renders image swatches as a grid of items */
body .ehh-wc-summary .nbd-swatch-wrap,
body .ehh-wc-summary .nbo-attr-img-wrap {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)) !important;
  gap: 10px !important;
}
body .ehh-wc-summary .nbd-swatch-wrap input[type="radio"],
body .ehh-wc-summary .nbd-swatch-wrap input[type="checkbox"],
body .ehh-wc-summary .nbo-attr-img-wrap input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}
/* Swatch card */
body .ehh-wc-summary .nbd-swatch-wrap label,
body .ehh-wc-summary .nbd-swatch-item,
body .ehh-wc-summary .nbo-attr-img-wrap label {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 7px !important;
  border: 2px solid rgba(11,60,61,.12) !important;
  border-radius: 14px !important;
  padding: 10px 10px 12px !important;
  cursor: pointer !important;
  background: #ffffff !important;
  box-shadow: 0 1px 2px rgba(11,60,61,.05) !important;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease !important;
  text-align: center !important;
  min-width: 0 !important;
}
body .ehh-wc-summary .nbd-swatch-wrap label:hover,
body .ehh-wc-summary .nbd-swatch-item:hover,
body .ehh-wc-summary .nbo-attr-img-wrap label:hover {
  border-color: #00BCBD !important;
  transform: translateY(-2px) !important;
}
body .ehh-wc-summary .nbd-swatch-wrap input:checked + label,
body .ehh-wc-summary .nbd-swatch-item.active,
body .ehh-wc-summary .nbo-attr-img-wrap input:checked + label {
  border-color: #00BCBD !important;
  box-shadow: 0 0 0 3px rgba(0,188,189,.14) !important;
}
/* Image/color preview inside swatch card */
body .ehh-wc-summary .nbd-swatch-wrap label img,
body .ehh-wc-summary .nbd-swatch-wrap .nbd-swatch-color,
body .ehh-wc-summary .nbo-attr-img-wrap label img {
  width: 100% !important;
  height: 42px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(11,60,61,.08) !important;
  object-fit: cover !important;
  display: block !important;
}
/* Text below swatch image */
body .ehh-wc-summary .nbd-swatch-wrap label span,
body .ehh-wc-summary .nbd-swatch-name,
body .ehh-wc-summary .nbo-attr-img-wrap label .nbo-attr-name {
  font-family: "Poppins", system-ui, sans-serif !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  color: #0B3C3D !important;
}

/* ─── Dropdown display type ─── */
body .ehh-wc-summary select,
body .ehh-wc-summary .nbd-select-wrap select {
  width: 100% !important;
  border: 2px solid rgba(11,60,61,.12) !important;
  border-radius: 14px !important;
  padding: 11px 14px !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-weight: 700 !important;
  font-size: 13.5px !important;
  color: #0B3C3D !important;
  background: #ffffff !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  cursor: pointer !important;
  outline: none !important;
}
body .ehh-wc-summary select:focus {
  border-color: #00BCBD !important;
  box-shadow: 0 0 0 3px rgba(0,188,189,.12) !important;
}

/* ─── "Open Online Designer" button ─── */
body .ehh-wc-summary a[class*="btn"][class*="design"],
body .ehh-wc-summary button[class*="btn"][class*="design"],
body .ehh-wc-summary .nbd-btn-design,
body .ehh-wc-summary .pcart-btn-design,
body .ehh-wc-summary .nbd-btn-customize,
body .ehh-wc-summary .nbdesigner-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  padding: 14px 18px !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #00BCBD, #009A9B) !important;
  color: #ffffff !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 10px 26px rgba(0,154,155,.28) !important;
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}
body .ehh-wc-summary a[class*="btn"][class*="design"]:hover,
body .ehh-wc-summary button[class*="btn"][class*="design"]:hover,
body .ehh-wc-summary .nbd-btn-design:hover,
body .ehh-wc-summary .pcart-btn-design:hover,
body .ehh-wc-summary .nbdesigner-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 30px rgba(0,154,155,.36) !important;
  color: #ffffff !important;
}

/* ─── Price tags on options ─── */
body .ehh-wc-summary .nbd-option-price,
body .ehh-wc-summary .nbo-option-price {
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #0E9F6E !important;
  margin-left: 4px !important;
}

/* ─── Validation error ─── */
body .ehh-wc-summary .nbo-invalid-option {
  font-size: 12px !important;
  color: #E07A1B !important;
  font-weight: 700 !important;
  margin-top: 6px !important;
  display: none !important;
}
body .ehh-wc-summary .nbd-option-field.nbd-invalid .nbo-invalid-option {
  display: block !important;
}

/* ─── Product meta ─── */
body .ehh-wc-summary .product_meta {
  font-size: 12px;
  color: #88A3A2;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(11,60,61,.06);
}

/* ─── Product heading description ─── */
.ehh-phead__desc {
  color: #4A6463;
  font-size: 14px;
  margin-top: 8px;
  font-family: "Poppins", system-ui, sans-serif;
}

/* ─── Hide Elementor sections that duplicate our custom layout ─── */

/* 1. Product title + description hero (our ehh-phead already shows these) */
.ehh-wrap ~ * .elementor-widget-woocommerce-product-title,
.ehh-wrap ~ * .elementor-widget-woocommerce-product-short-description,
/* Hide the parent container (yellow/hero section) that wraps the title widget */
.ehh-wrap ~ * .e-con:has(.elementor-widget-woocommerce-product-title),
.ehh-wrap ~ * .elementor-section:has(.elementor-widget-woocommerce-product-title) {
  display: none !important;
}

/* 2. Empty WC product widget shells (gallery, summary, form — hooks were cleared) */
.ehh-wrap ~ * .woocommerce-product-gallery,
.ehh-wrap ~ * .woocommerce div.product div.images,
.ehh-wrap ~ * .woocommerce div.product div.summary,
.ehh-wrap ~ * .woocommerce div.product .woocommerce-product-rating,
.ehh-wrap ~ * .woocommerce div.product .price,
.ehh-wrap ~ * .woocommerce div.product form.cart,
.ehh-wrap ~ * .elementor-widget-woocommerce-product-images,
.ehh-wrap ~ * .elementor-widget-woocommerce-product-add-to-cart,
.ehh-wrap ~ * .elementor-widget-woocommerce-breadcrumb {
  display: none !important;
}

/* Hide WC product tabs (Description/Reviews) — they appear inside .ehh-wc-summary
   or from Elementor re-render, both are unwanted */
body .ehh-wc-summary .woocommerce-tabs,
body .ehh-wc-summary .wc-tabs-wrapper,
.ehh-wrap ~ * .woocommerce-tabs,
.ehh-wrap ~ * .wc-tabs-wrapper { display: none !important; }

/* ─── Hide NBO "CLEAR SELECTION" button + "Summary options" box ───
   Summary box is also hideable via NB Designer → Settings → "Hide summary options" = Yes.
   CSS here covers the clear-selection button regardless of that setting. ─── */
body .ehh-wc-summary .nbo-clear-option-wrap,
body .ehh-wc-summary .nbo-summary-wrapper { display: none !important; }

/* ─── NB Designer proxy button "Open Online Designer" ─── */
.ehh-btn-designer {
  display: block;
  width: 100%;
  padding: 16px 24px;
  background: linear-gradient(135deg, #00BCBD 0%, #009A9B 100%);
  color: #fff !important;
  border: none;
  border-radius: 999px;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: .01em;
  text-align: center;
  cursor: pointer;
  transition: filter .18s ease, transform .12s ease;
  margin-top: 8px;
}
.ehh-btn-designer:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}
.ehh-btn-designer:active {
  filter: brightness(.96);
  transform: translateY(0);
}

/* ─── Design section relocated below product image (.ehh-viz) ─── */
.ehh-design-below-viz {
  padding: 14px 0 4px;
  width: 100%;
}
/* Override theme purple on #triggerDesign / #startDesign in new location */
.ehh-design-below-viz #triggerDesign,
.ehh-design-below-viz #startDesign {
  display: block !important;
  width: 100% !important;
  padding: 16px 24px !important;
  background: linear-gradient(135deg, #00BCBD 0%, #009A9B 100%) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: .01em !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: filter .18s ease, transform .12s ease !important;
  box-shadow: none !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}
.ehh-design-below-viz #triggerDesign:hover,
.ehh-design-below-viz #startDesign:hover {
  filter: brightness(1.08) !important;
  transform: translateY(-1px) !important;
  color: #fff !important;
}
.ehh-design-below-viz #triggerDesign:active,
.ehh-design-below-viz #startDesign:active {
  filter: brightness(.96) !important;
  transform: translateY(0) !important;
}
/* Remove default <p> margin around the button wrap */
.ehh-design-below-viz p:has(#triggerDesign),
.ehh-design-below-viz p:has(#startDesign) {
  margin: 0 !important;
  padding: 0 !important;
}

/* ─── Design option card (injected above "Open Online Designer" button) ─── */
.ehh-design-option-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  border: 2px solid #00BCBD;
  border-radius: 12px;
  background: #f8fffe;
  margin-bottom: 10px;
  box-sizing: border-box;
  cursor: default;
}
.ehh-doc__radio {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2.5px solid #00BCBD;
  background: #00BCBD;
  box-shadow: inset 0 0 0 3px #f8fffe;
  flex-shrink: 0;
}
.ehh-doc__icon {
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
}
.ehh-doc__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.ehh-doc__body strong {
  font-size: 13px;
  font-weight: 700;
  color: #1a2332;
  line-height: 1.3;
  display: block;
}
.ehh-doc__body span {
  font-size: 11.5px;
  color: #5f6f80;
  line-height: 1.45;
  display: block;
}
.ehh-doc__badge {
  font-size: 12.5px;
  font-weight: 700;
  color: #00BCBD;
  flex-shrink: 0;
  align-self: flex-start;
  padding-top: 1px;
}

/* ─── Subtitle below "Open Online Designer" button ─── */
.ehh-design-option-sub {
  font-size: 12px !important;
  color: #00BCBD !important;
  font-style: italic;
  text-align: center;
  margin-top: 8px !important;
  margin-bottom: 0 !important;
  line-height: 1.5;
  padding: 0 !important;
}
