/* Generated from the supplied Ventra Header UI and scoped to the independent Elementor widget. */
/* ============================================================
VENTRA RESEARCH â€” HEADER
Sticky, flexbox, slide-in mobile nav drawer, slide-in cart drawer,
modal search overlay. Drop the <header> + drawers into any page's
<body>. Wire real cart/search data via window.VentraHeader.
============================================================ */

.devmant-ventra-header-ui {
  --gold: #d0a85c;
  --gold-lt: #f0dcae;
  --gold-dim: #9a7c3f;
  --warm: #f6f2e8;
  --muted: #a8a196;
  --faint: #6b6559;
  --line: rgba(208,168,92,0.20);
  --line-str: rgba(208,168,92,0.34);
  --brushed: linear-gradient(135deg, #b99a60 0%, #e6d0a0 46%, #d0a85c 74%, #a8823c 100%);
  --panel: linear-gradient(160deg, #0d0c0a 0%, #0a0a0a 60%, #0c0b09 100%);
  --err: #d97a6b;
}

.devmant-ventra-header-ui, .devmant-ventra-header-ui * { box-sizing: border-box; }
body.vr-ui-lock { overflow: hidden; }

/* ---------- header shell ---------- */
.devmant-ventra-header-ui .vr-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(180deg, #0d0c0a 0%, #0a0a0a 100%);
  border-bottom: 1px solid var(--line);
}

.devmant-ventra-header-ui .vr-header__inner {
  position: relative;
  width: 100%;
  margin: 0;
  height: 76px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* ---------- logo ---------- */
.devmant-ventra-header-ui .vr-header__logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  color: var(--warm);
  z-index: 2;
}
.devmant-ventra-header-ui .vr-header__logo-image { display: block; width: auto; height: 42px; max-width: 220px; object-fit: contain; }
.devmant-ventra-header-ui .vr-header__logo svg { width: 22px; height: 22px; flex-shrink: 0; color: var(--gold); }
.devmant-ventra-header-ui .vr-header__logo i { width: 22px; font-size: 22px; flex-shrink: 0; color: var(--gold); }
.devmant-ventra-header-ui .vr-header__logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.devmant-ventra-header-ui .vr-header__logo-main {
  font-family: 'Marcellus', serif;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: var(--warm);
}
.devmant-ventra-header-ui .vr-header__logo-sub {
  font-family: 'JetBrains Mono', monospace;
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-dim);
}

/* ---------- primary nav (desktop, true-centered) ---------- */
.devmant-ventra-header-ui .vr-header__nav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.devmant-ventra-header-ui .vr-header__nav ul {
  display: flex;
  align-items: center;
  gap: 34px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.devmant-ventra-header-ui .vr-header__nav a {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--muted);
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease;
}
.devmant-ventra-header-ui .vr-header__nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 2px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .25s ease;
}
.devmant-ventra-header-ui .vr-header__nav a:hover { color: var(--warm); }
.devmant-ventra-header-ui .vr-header__nav a:hover::after { transform: scaleX(1); }
.devmant-ventra-header-ui .vr-header__nav a[aria-current="page"] { color: var(--gold-lt); }
.devmant-ventra-header-ui .vr-header__nav a[aria-current="page"]::after { transform: scaleX(1); }
.devmant-ventra-header-ui .vr-header__nav a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
  border-radius: 3px;
}

/* ---------- right-side actions ---------- */
.devmant-ventra-header-ui .vr-header__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
}
.devmant-ventra-header-ui .vr-header__icon-btn,
.devmant-ventra-header-ui .vr-header__burger,
.devmant-ventra-header-ui .vr-drawer__close,
.devmant-ventra-header-ui .vr-cart-item__remove,
.devmant-ventra-header-ui .vr-cart-empty__icon {
  padding: 0;
  margin: 0;
}
.devmant-ventra-header-ui .vr-header__icon-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
.devmant-ventra-header-ui .vr-header__icon-btn svg { width: 19px; height: 19px; }
.devmant-ventra-header-ui .e-font-icon-svg { display: block; fill: currentColor; }
.devmant-ventra-header-ui .e-font-icon-svg path { fill: currentColor; }
.devmant-ventra-header-ui .vr-header__icon-btn i { display: inline-flex; align-items: center; justify-content: center; width: 19px; height: 19px; font-size: 19px; line-height: 1; }
.devmant-ventra-header-ui .vr-header__icon-btn:hover { color: var(--gold-lt); background: rgba(208,168,92,0.08); }
.devmant-ventra-header-ui .vr-header__icon-btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.devmant-ventra-header-ui .vr-header__icon-btn[aria-expanded="true"] { color: var(--gold-lt); background: rgba(208,168,92,0.1); }

.devmant-ventra-header-ui .vr-header__cart-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  border-radius: 999px;
  background: var(--brushed);
  color: #14130f;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  box-shadow: 0 0 0 2px #0a0a0a;
}
.devmant-ventra-header-ui .vr-header__cart-badge[hidden] { display: none; }

/* ---------- hamburger (mobile only), 3-bar morph ---------- */
.devmant-ventra-header-ui .vr-header__burger {
  display: none;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: none;
  background: transparent;
  color: var(--warm);
  cursor: pointer;
  z-index: 2;
  border-radius: 8px;
}
.devmant-ventra-header-ui .vr-header__burger:hover { background: rgba(208,168,92,0.08); }
.devmant-ventra-header-ui .vr-header__burger:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.devmant-ventra-header-ui .vr-header__burger-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.devmant-ventra-header-ui .vr-header__burger-icon svg,
.devmant-ventra-header-ui .vr-header__burger-icon i {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  fill: currentColor;
}
.devmant-ventra-header-ui .vr-header__burger-bars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 20px;
  height: 16px;
}
.devmant-ventra-header-ui .vr-header__burger-bar {
  display: block;
  width: 100%;
  height: 1.5px;
  background: currentColor;
  border-radius: 2px;
  transform-origin: center;
  transition: transform .3s cubic-bezier(.4,0,.2,1), opacity .2s ease;
}
.devmant-ventra-header-ui .vr-header__burger[aria-expanded="true"] .vr-header__burger-bar:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.devmant-ventra-header-ui .vr-header__burger[aria-expanded="true"] .vr-header__burger-bar:nth-child(2) { opacity: 0; }
.devmant-ventra-header-ui .vr-header__burger[aria-expanded="true"] .vr-header__burger-bar:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ---------- shared overlay backdrop ---------- */
.devmant-ventra-header-ui .vr-overlay {
  position: fixed;
  inset: 0;
  background: rgba(4,3,2,0.62);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  z-index: 190;
}
.devmant-ventra-header-ui .vr-overlay.is-open { opacity: 1; visibility: visible; }

/* ---------- side drawer base (nav + cart share this) ---------- */
.devmant-ventra-header-ui .vr-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  width: min(400px, 100%);
  background: var(--panel);
  z-index: 200;
  display: flex;
  flex-direction: column;
  transition: transform .38s cubic-bezier(.19,1,.22,1);
  box-shadow: 0 0 60px rgba(0,0,0,.5);
}
.devmant-ventra-header-ui .vr-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
  flex: 0 0 auto;
}
.devmant-ventra-header-ui .vr-drawer__title {
  font-family: 'Marcellus', serif;
  font-weight: 400;
  font-size: 19px;
  color: var(--warm);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.devmant-ventra-header-ui .vr-drawer__count {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  color: var(--gold-dim);
  background: rgba(208,168,92,0.1);
  border: 1px solid var(--line-str);
  border-radius: 999px;
  padding: 3px 9px;
}
.devmant-ventra-header-ui .vr-drawer__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  flex-shrink: 0;
  transition: color .2s ease, background .2s ease;
}
.devmant-ventra-header-ui .vr-drawer__close svg { width: 16px; height: 16px; }
.devmant-ventra-header-ui .vr-drawer__close i { display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; font-size: 16px; line-height: 1; }
.devmant-ventra-header-ui .vr-drawer__close:hover { color: var(--gold-lt); background: rgba(208,168,92,0.08); }
.devmant-ventra-header-ui .vr-drawer__close:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

/* ---------- nav drawer (left) ---------- */
.devmant-ventra-header-ui .vr-nav-drawer { left: 0; transform: translateX(-100%); }
.devmant-ventra-header-ui .vr-nav-drawer.is-open { transform: translateX(0); }
.devmant-ventra-header-ui .vr-nav-drawer__body { flex: 1 1 auto; overflow-y: auto; padding: 10px 12px; }
.devmant-ventra-header-ui .vr-nav-drawer__body ul { list-style: none; margin: 0; padding: 0; }
.devmant-ventra-header-ui .vr-nav-drawer__body a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
  border-radius: 10px;
  font-family: 'Jost', sans-serif;
  font-size: 15.5px;
  color: var(--warm);
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}
.devmant-ventra-header-ui .vr-nav-drawer__body a svg,
.devmant-ventra-header-ui .vr-nav-drawer__body a i { width: 15px; height: 15px; font-size: 15px; line-height: 1; color: var(--faint); flex-shrink: 0; transition: transform .2s ease, color .2s ease; }
.devmant-ventra-header-ui .vr-nav-drawer__body a:hover,
.devmant-ventra-header-ui .vr-nav-drawer__body a:focus-visible { background: rgba(208,168,92,0.07); color: var(--gold-lt); outline: none; }
.devmant-ventra-header-ui .vr-nav-drawer__body a:hover svg,
.devmant-ventra-header-ui .vr-nav-drawer__body a:focus-visible svg,
.devmant-ventra-header-ui .vr-nav-drawer__body a:hover i,
.devmant-ventra-header-ui .vr-nav-drawer__body a:focus-visible i { color: var(--gold); transform: translateX(3px); }
.devmant-ventra-header-ui .vr-nav-drawer__body a[aria-current="page"] { color: var(--gold-lt); }
.devmant-ventra-header-ui .vr-nav-drawer__body li + li { border-top: 1px solid var(--line); }
.devmant-ventra-header-ui .vr-nav-drawer__foot {
  flex: 0 0 auto;
  display: flex;
  gap: 10px;
  padding: 16px 20px 22px;
  border-top: 1px solid var(--line);
}
.devmant-ventra-header-ui .vr-nav-drawer__foot a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--line-str);
  border-radius: 10px;
  color: var(--muted);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: border-color .2s ease, color .2s ease;
}
.devmant-ventra-header-ui .vr-nav-drawer__foot a svg { width: 15px; height: 15px; }
.devmant-ventra-header-ui .vr-nav-drawer__foot a i { display: inline-flex; align-items: center; justify-content: center; width: 15px; height: 15px; font-size: 15px; line-height: 1; }
.devmant-ventra-header-ui .vr-nav-drawer__foot a:hover { border-color: var(--gold); color: var(--gold-lt); }

/* ---------- cart drawer (right) ---------- */
.devmant-ventra-header-ui .vr-cart-drawer { right: 0; transform: translateX(100%); }
.devmant-ventra-header-ui .vr-cart-drawer.is-open { transform: translateX(0); }

.devmant-ventra-header-ui .vr-cart-drawer__body { flex: 1 1 auto; overflow-y: auto; padding: 6px 24px; }

.devmant-ventra-header-ui .vr-cart-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.devmant-ventra-header-ui .vr-cart-item.is-removing { opacity: 0; transform: translateX(12px); transition: opacity .18s ease, transform .18s ease; }
.devmant-ventra-header-ui .vr-cart-item.is-updating { opacity: .55; pointer-events: none; }
.devmant-ventra-header-ui .vr-cart-item__thumb {
  position: relative;
  flex-shrink: 0;
  width: 60px;
  height: 68px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: rgba(208,168,92,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.devmant-ventra-header-ui .vr-cart-item__thumb img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 6px 10px rgba(0,0,0,0.6)); }
.devmant-ventra-header-ui .vr-cart-item__thumb img { transition: transform .25s ease; }
.devmant-ventra-header-ui .vr-cart-item__body { flex: 1; min-width: 0; }
.devmant-ventra-header-ui .vr-cart-item__name { font-size: 14px; font-weight: 400; color: var(--warm); margin: 0 0 3px; line-height: 1.3; }
.devmant-ventra-header-ui .vr-cart-item__variant {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--faint);
  margin: 0 0 12px;
}
.devmant-ventra-header-ui .vr-cart-item__row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }

.devmant-ventra-header-ui .vr-qty {
  display: flex;
  align-items: center;
  border: 1px solid var(--line-str);
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
}
.devmant-ventra-header-ui .vr-qty button {
  width: 26px;
  height: 26px;
  border: none;
  background: transparent;
  color: var(--warm);
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease;
}
.devmant-ventra-header-ui .vr-qty button:hover { background: rgba(208,168,92,0.1); }
.devmant-ventra-header-ui .vr-qty button:focus-visible { outline: 2px solid var(--gold); outline-offset: -2px; }
.devmant-ventra-header-ui .vr-qty span {
  min-width: 22px;
  text-align: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--warm);
}
.devmant-ventra-header-ui .vr-cart-item__price { font-family: 'JetBrains Mono', monospace; font-size: 13px; color: var(--gold-lt); white-space: nowrap; }
.devmant-ventra-header-ui .vr-cart-item__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: none;
  background: transparent;
  color: var(--faint);
  cursor: pointer;
  border-radius: 50%;
  flex-shrink: 0;
  transition: color .2s ease, background .2s ease;
}
.devmant-ventra-header-ui .vr-cart-item__remove svg { width: 13px; height: 13px; }
.devmant-ventra-header-ui .vr-cart-item__remove i { display: inline-flex; align-items: center; justify-content: center; width: 13px; height: 13px; font-size: 13px; line-height: 1; }
.devmant-ventra-header-ui .vr-cart-item__remove:hover { color: var(--err); background: rgba(217,122,107,0.1); }
.devmant-ventra-header-ui .vr-cart-item__remove:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

.devmant-ventra-header-ui .vr-cart-empty {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding: 60px 20px;
  color: var(--muted);
}
.devmant-ventra-header-ui .vr-cart-empty.is-visible { display: flex; }
.devmant-ventra-header-ui .vr-cart-empty svg { width: 40px; height: 40px; color: var(--faint); }
.devmant-ventra-header-ui .vr-cart-empty i { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; font-size: 40px; line-height: 1; color: var(--faint); }
.devmant-ventra-header-ui .vr-cart-empty p { margin: 0; font-size: 13.5px; line-height: 1.6; max-width: 26ch; }
.devmant-ventra-header-ui .vr-cart-empty a {
  margin-top: 4px;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #14130f;
  background: var(--brushed);
  border-radius: 999px;
  padding: 12px 26px;
  text-decoration: none;
}

.devmant-ventra-header-ui .vr-cart-drawer__foot {
  flex: 0 0 auto;
  padding: 18px 24px 22px;
  border-top: 1px solid var(--line);
}
.devmant-ventra-header-ui .vr-cart-drawer__foot.is-hidden { display: none; }
.devmant-ventra-header-ui .vr-cart-drawer__subtotal {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 6px;
}
.devmant-ventra-header-ui .vr-cart-drawer__subtotal dt { font-family: 'Marcellus', serif; font-size: 16px; color: var(--warm); font-weight: 400; }
.devmant-ventra-header-ui .vr-cart-drawer__subtotal dd { margin: 0; font-family: 'JetBrains Mono', monospace; font-size: 17px; color: var(--gold-lt); }
.devmant-ventra-header-ui .vr-cart-drawer__note {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.03em;
  color: var(--faint);
  margin: 0 0 16px;
}
.devmant-ventra-header-ui .vr-cart-drawer__actions { display: flex; gap: 10px; }
.devmant-ventra-header-ui .vr-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  border-radius: 999px;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid var(--line-str);
  transition: filter .2s ease, transform .2s ease, border-color .2s ease;
}
.devmant-ventra-header-ui .vr-btn--ghost { background: transparent; color: var(--warm); }
.devmant-ventra-header-ui .vr-btn--ghost:hover { border-color: var(--gold); color: var(--gold-lt); }
.devmant-ventra-header-ui .vr-btn--gold { background: var(--brushed); color: #14130f; border-color: transparent; }
.devmant-ventra-header-ui .vr-btn--gold:hover { filter: brightness(1.07); transform: translateY(-1px); }
.devmant-ventra-header-ui .vr-btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

/* ---------- search overlay (modal) ---------- */
.devmant-ventra-header-ui .vr-search-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: flex;
  justify-content: center;
  padding: 90px 24px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity .28s ease, transform .28s ease, visibility .28s ease;
  pointer-events: none;
}
.devmant-ventra-header-ui .vr-search-modal.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.devmant-ventra-header-ui .vr-search-panel {
  width: min(620px, 100%);
  background: var(--panel);
  border: 1px solid var(--line-str);
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(0,0,0,.55);
  padding: 26px 26px 24px;
}
.devmant-ventra-header-ui .vr-search-panel__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.devmant-ventra-header-ui .vr-search-panel__label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-dim);
}
.devmant-ventra-header-ui .vr-search-form {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line-str);
  border-radius: 999px;
  padding: 6px 8px 6px 20px;
  background: #0a0908;
  transition: border-color .2s ease;
}
.devmant-ventra-header-ui .vr-search-form:focus-within { border-color: var(--gold); }
.devmant-ventra-header-ui .vr-search-form svg { width: 18px; height: 18px; color: var(--gold-dim); flex-shrink: 0; }
.devmant-ventra-header-ui .vr-search-form > i { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; font-size: 18px; line-height: 1; color: var(--gold-dim); flex-shrink: 0; }
.devmant-ventra-header-ui .vr-search-form input[type="search"] {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: none;
  color: var(--warm);
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding: 10px 0;
}
.devmant-ventra-header-ui .vr-search-form input[type="search"]::placeholder { color: var(--faint); }
.devmant-ventra-header-ui .vr-search-form input[type="search"]:focus { outline: none; }
.devmant-ventra-header-ui .vr-search-form button[type="submit"] {
  flex: 0 0 auto;
  background: var(--brushed);
  color: #14130f;
  border: none;
  border-radius: 999px;
  padding: 11px 22px;
  font-family: 'Jost', sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}
.devmant-ventra-header-ui .vr-search-form button[type="submit"]:focus-visible { outline: 2px solid var(--gold-lt); outline-offset: 2px; }

.devmant-ventra-header-ui .vr-search-suggest { margin-top: 18px; }
.devmant-ventra-header-ui .vr-search-suggest p {
  margin: 0 0 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--faint);
}
.devmant-ventra-header-ui .vr-search-suggest__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.devmant-ventra-header-ui .vr-search-suggest__chips a {
  font-family: 'Jost', sans-serif;
  font-size: 12.5px;
  color: var(--muted);
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 14px;
  transition: border-color .2s ease, color .2s ease;
}
.devmant-ventra-header-ui .vr-search-suggest__chips a:hover,
.devmant-ventra-header-ui .vr-search-suggest__chips a:focus-visible { border-color: var(--gold); color: var(--gold-lt); outline: none; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .devmant-ventra-header-ui .vr-header__inner { height: 66px; }
  .devmant-ventra-header-ui .vr-header__burger { display: flex; }

  .devmant-ventra-header-ui .vr-header__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .devmant-ventra-header-ui .vr-header__nav { display: none; }
  .devmant-ventra-header-ui .vr-header__actions { gap: 0; }
  .devmant-ventra-header-ui .vr-search-modal { padding: 76px 16px 0; }
  .devmant-ventra-header-ui .vr-search-panel { padding: 20px 18px 18px; border-radius: 16px; }
}

@media (max-width: 420px) {
  .devmant-ventra-header-ui .vr-header__logo-image { height: 34px; max-width: 150px; }
  .devmant-ventra-header-ui .vr-header__icon-btn { width: 34px; height: 34px; }
  .devmant-ventra-header-ui .vr-drawer, .devmant-ventra-header-ui .vr-cart-drawer, .devmant-ventra-header-ui .vr-nav-drawer { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .devmant-ventra-header-ui .vr-header__nav a::after,
  .devmant-ventra-header-ui .vr-overlay,
  .devmant-ventra-header-ui .vr-drawer,
  .devmant-ventra-header-ui .vr-search-modal,
  .devmant-ventra-header-ui .vr-header__burger-bar { transition: none; }
}

.elementor-element:not(.vr-header-ui-sticky-yes) .devmant-ventra-header-ui .vr-header { position: relative; }
