.elementor-1029 .elementor-element.elementor-element-a763230{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-b2e94d0 *//* HomeVera Header — paste into Elementor Custom CSS */
/* Root: .hv-header (also works with: .elementor-1029 .elementor-element.elementor-element-b2e94d0 .hv-header) */

.hv-header {
  --hv-brand: #18382B;
  --hv-brand-dark: #10291F;
  --hv-text: #202820;
  --hv-muted: #667067;
  --hv-border: #DDDCD4;
  --hv-bg-soft: #F3EFE4;
  --hv-white: #FAF9F5;
  --hv-sale: #D9822B;
  --hv-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  --hv-shadow-md: 0 4px 16px rgba(16, 24, 40, 0.08);
  --hv-radius: 6px;
  --hv-font: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --hv-z-header: 1000;
  --hv-z-drawer: 1100;
  --hv-z-overlay: 1090;

  position: sticky;
  top: 0;
  z-index: var(--hv-z-header);
  font-family: var(--hv-font);
  color: var(--hv-text);
  background: var(--hv-white);
  border-bottom: 1px solid var(--hv-border);
  box-shadow: var(--hv-shadow);
  transition: box-shadow 0.2s ease;
}

.hv-header *,
.hv-header *::before,
.hv-header *::after {
  box-sizing: border-box;
}

.hv-header .hv-icon {
  display: block;
  flex-shrink: 0;
  color: currentColor;
}

.hv-header .hv-container {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}

.hv-header .hv-search__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ========== TOPBAR ========== */
.hv-header .hv-topbar {
  background: var(--hv-brand);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12.5px;
  line-height: 1.3;
  max-height: 53px;
  transition: max-height 0.25s ease, opacity 0.2s ease, padding 0.25s ease;
}

.hv-header .hv-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  gap: 16px;
}

.hv-header .hv-topbar__left,
.hv-header .hv-topbar__center,
.hv-header .hv-topbar__right {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.hv-header .hv-topbar__center {
  flex: 1;
  justify-content: center;
}

.hv-header .hv-topbar__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.hv-header .hv-topbar__divider {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.28);
}

/* Language: container only — do not restyle plugin internals. */
.hv-header .hv-topbar__lang,
.hv-header .hv-topbar__currency {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: inherit;
  font: inherit;
  padding: 0;
  white-space: nowrap;
  cursor: default;
}

/* ========== MAIN HEADER ========== */
.hv-header .hv-main-header {
  background: var(--hv-white);
  border-bottom: 1px solid var(--hv-border);
  transition: padding 0.2s ease;
}

.hv-header .hv-main-header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 80px;
  transition: min-height 0.2s ease;
}

.hv-header .hv-hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--hv-text);
  cursor: pointer;
  flex-shrink: 0;
}

.hv-header .hv-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--hv-brand);
  flex-shrink: 0;
}

.hv-header .hv-logo__icon {
  color: var(--hv-brand);
}

.hv-header .hv-logo__text {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--hv-brand);
}

/* ========== SEARCH ========== */
.hv-header .hv-search {
  display: flex;
  align-items: stretch;
  flex: 1;
  min-width: 0;
  max-width: 720px;
  margin: 0 auto;
  height: 46px;
  border: 1px solid var(--hv-border);
  border-radius: var(--hv-radius);
  background: var(--hv-white);
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.hv-header .hv-search:focus-within {
  border-color: var(--hv-brand);
  box-shadow: 0 0 0 3px rgba(24, 56, 43, 0.1);
}

.hv-header .hv-search__input {
  flex: 1;
  min-width: 0;
  height: 100%;
  border: 0;
  outline: none;
  padding: 0 14px;
  font: inherit;
  font-size: 14px;
  color: var(--hv-text);
  background: transparent;
}

.hv-header .hv-search__input::placeholder {
  color: var(--hv-muted);
}

.hv-header .hv-search__cat {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  border-left: 1px solid var(--hv-border);
  background: var(--hv-bg-soft);
}

.hv-header .hv-search__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 100%;
  border: 0;
  outline: none;
  background: transparent;
  padding: 0 28px 0 12px;
  font: inherit;
  font-size: 13px;
  color: var(--hv-text);
  cursor: pointer;
  max-width: 150px;
}

/* Hide IE/legacy native select arrow (custom .hv-search__select-icon remains). */
.hv-header .hv-search__select::-ms-expand {
  display: none;
}

.hv-header .hv-search__select-icon {
  position: absolute;
  right: 10px;
  pointer-events: none;
  color: var(--hv-muted);
}

.hv-header .hv-search__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  flex-shrink: 0;
  border: 0;
  background: var(--hv-brand);
  color: #fff;
  cursor: pointer;
  transition: background 0.15s ease;
}

.hv-header .hv-search__btn:hover {
  background: var(--hv-brand-dark);
}

/* ========== ACTIONS ========== */
.hv-header .hv-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.hv-header .hv-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--hv-text);
  padding: 6px 10px;
  border-radius: var(--hv-radius);
  transition: background 0.15s ease;
}

.hv-header .hv-action:hover {
  background: var(--hv-bg-soft);
}

.hv-header .hv-action--search-toggle {
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 6px;
  color: var(--hv-text);
}

.hv-header .hv-action__icon {
  position: relative;
  display: inline-flex;
  color: var(--hv-text);
}

.hv-header .hv-action__meta {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  min-width: 0;
}

.hv-header .hv-action__label {
  font-size: 12px;
  color: var(--hv-muted);
}

.hv-header .hv-action__sub {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--hv-text);
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hv-header .hv-cart-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--hv-brand);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

/* ========== MOBILE SEARCH ROW (hidden on desktop) ========== */
.hv-header .hv-mobile-search {
  display: none;
}

/* App chrome: locale + bottom nav — shown only ≤768px */
.hv-header .hv-action--locale,
.hv-header .hv-bottom-nav {
  display: none;
}

/* ========== NAV ========== */
.hv-header .hv-nav {
  position: relative;
  z-index: 2;
  background: var(--hv-white);
}

.hv-header .hv-nav__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 48px;
  min-height: 48px;
}

.hv-header .hv-category {
  position: relative;
  flex-shrink: 0;
  z-index: 1;
}

.hv-header .hv-category.is-open {
  z-index: 2000;
}

.hv-header .hv-category-trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 220px;
  height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: var(--hv-radius);
  background: var(--hv-brand);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease;
}

.hv-header .hv-category-trigger:hover,
.hv-header .hv-category.is-open > .hv-category-trigger {
  background: var(--hv-brand-dark);
}

.hv-header .hv-category-trigger span {
  flex: 1;
  text-align: left;
}

.hv-header .hv-category-trigger__chevron {
  transition: transform 0.2s ease;
}

.hv-header .hv-category.is-open > .hv-category-trigger .hv-category-trigger__chevron {
  transform: rotate(180deg);
}

/* Panel: only outer .hv-category > .hv-category-menu (not inner ul).
   Open/close is JS-only via .is-open — no :hover open rules. */
.hv-header .hv-category > .hv-category-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  background: var(--hv-white);
  border: 1px solid var(--hv-border);
  border-radius: var(--hv-radius);
  box-shadow: var(--hv-shadow-md);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  z-index: 2000;
  overflow: hidden;
}

.hv-header .hv-category.is-open > .hv-category-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Inner shortcode list (ul.hv-category-menu) — list only, never a hover open target. */
.hv-header .hv-category > .hv-category-menu > ul,
.hv-header ul.hv-category-menu {
  list-style: none;
  margin: 0;
  padding: 6px 0;
}

.hv-header .hv-category-menu__list {
  list-style: none;
  margin: 0;
  padding: 6px 0;
}

.hv-header .hv-category-menu__item,
.hv-header .hv-category-item {
  position: relative;
}

.hv-header .hv-category-menu__link,
.hv-header .hv-category-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  text-decoration: none;
  color: var(--hv-text);
  font-size: 13.5px;
  transition: background 0.12s ease, color 0.12s ease;
}

.hv-header .hv-category-menu__link:hover,
.hv-header .hv-category-menu__item:hover > .hv-category-menu__link,
.hv-header .hv-category-link:hover,
.hv-header .hv-category-item:hover > .hv-category-link {
  background: var(--hv-bg-soft);
  color: var(--hv-brand);
}

.hv-header .hv-category-menu__link span {
  flex: 1;
}

.hv-header .hv-category-menu__arrow {
  color: var(--hv-muted);
}

.hv-header .hv-category-menu__item--sale > .hv-category-menu__link,
.hv-header .hv-category-menu__item--sale > .hv-category-menu__link span {
  color: var(--hv-sale);
}

.hv-header .hv-category-submenu {
  position: absolute;
  top: 0;
  left: calc(100% - 2px);
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 6px 0;
  background: var(--hv-white);
  border: 1px solid var(--hv-border);
  border-radius: var(--hv-radius);
  box-shadow: var(--hv-shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translateX(4px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
}

.hv-header .hv-category-menu__item:hover > .hv-category-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.hv-header .hv-category-submenu a {
  display: block;
  padding: 9px 14px;
  text-decoration: none;
  color: var(--hv-text);
  font-size: 13.5px;
}

.hv-header .hv-category-submenu a:hover {
  background: var(--hv-bg-soft);
  color: var(--hv-brand);
}

.hv-header .hv-nav__links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}

.hv-header .hv-nav__link {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  color: var(--hv-text);
  font-size: 14px;
  font-weight: 500;
  border-radius: var(--hv-radius);
  transition: background 0.12s ease, color 0.12s ease;
}

.hv-header .hv-nav__link:hover {
  background: var(--hv-bg-soft);
  color: var(--hv-brand);
}

/* ========== STICKY STATE ========== */
.hv-header.is-sticky {
  box-shadow: var(--hv-shadow-md);
}

.hv-header.is-sticky .hv-topbar {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

.hv-header.is-sticky .hv-main-header__inner {
  min-height: 64px;
}

.hv-header.is-sticky .hv-nav__inner {
  height: 44px;
  min-height: 44px;
}

/* ========== MOBILE DRAWER / OVERLAY ========== */
.hv-header .hv-mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, 0.45);
  z-index: var(--hv-z-overlay);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.hv-header .hv-mobile-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.hv-header .hv-mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: min(86vw, 340px);
  height: 100%;
  background: var(--hv-white);
  z-index: var(--hv-z-drawer);
  transform: translateX(-100%);
  transition: transform 0.28s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 4px 0 24px rgba(16, 24, 40, 0.12);
}

.hv-header .hv-mobile-drawer.is-open {
  transform: translateX(0);
}

.hv-header .hv-mobile-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 12px;
  border-bottom: 1px solid var(--hv-border);
}

.hv-header .hv-mobile-drawer__brand {
  font-size: 18px;
  font-weight: 700;
  color: var(--hv-brand);
  text-decoration: none;
}

.hv-header .hv-mobile-drawer__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: var(--hv-text);
  cursor: pointer;
  border-radius: var(--hv-radius);
}

.hv-header .hv-mobile-drawer__close:hover {
  background: var(--hv-bg-soft);
}

.hv-header .hv-mobile-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid var(--hv-border);
  padding: 0 8px;
}

.hv-header .hv-mobile-tabs__btn {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 12px 8px;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--hv-muted);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}

.hv-header .hv-mobile-tabs__btn.is-active {
  color: var(--hv-brand);
  border-bottom-color: var(--hv-brand);
}

.hv-header .hv-mobile-panels {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.hv-header .hv-mobile-panel {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.hv-header .hv-mobile-panel[hidden] {
  display: none !important;
}

.hv-header .hv-mobile-menu {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}

.hv-header .hv-mobile-menu a {
  display: block;
  padding: 13px 16px;
  text-decoration: none;
  color: var(--hv-text);
  font-size: 15px;
  border-bottom: 1px solid var(--hv-border);
}

.hv-header .hv-mobile-menu a:hover {
  background: var(--hv-bg-soft);
  color: var(--hv-brand);
}

/* ========== DRILLDOWN ========== */
.hv-header .hv-drilldown {
  height: 100%;
  overflow: hidden;
}

.hv-header .hv-drilldown__track {
  position: relative;
  height: 100%;
  width: 100%;
}

.hv-header .hv-drilldown__level {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--hv-white);
  transform: translateX(0);
  transition: transform 0.28s ease;
}

.hv-header .hv-drilldown__level > li {
  border-bottom: 1px solid var(--hv-border);
}

.hv-header .hv-drilldown__level > li > a,
.hv-header .hv-drilldown__back {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 13px 16px;
  text-decoration: none;
  color: var(--hv-text);
  font-size: 15px;
  background: transparent;
  border: 0;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.hv-header .hv-drilldown__level > li > a:hover,
.hv-header .hv-drilldown__back:hover {
  background: var(--hv-bg-soft);
  color: var(--hv-brand);
}

/* Shortcode categories inside mobile drilldown panel. */
.hv-header .hv-drilldown ul.hv-category-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: static;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transform: none;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.hv-header .hv-drilldown .hv-category-item {
  border-bottom: 1px solid var(--hv-border);
}

.hv-header .hv-drilldown .hv-category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 13px 16px;
  font-size: 15px;
}

.hv-header .hv-drilldown__sale > a {
  color: var(--hv-sale) !important;
}

.hv-header .hv-drilldown__opener {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--hv-muted);
  flex-shrink: 0;
}

.hv-header .hv-drilldown__back {
  font-weight: 600;
  color: var(--hv-brand);
  border-bottom: 1px solid var(--hv-border);
}

.hv-header .hv-drilldown__title {
  display: block;
  padding: 12px 16px 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--hv-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--hv-border);
}

.hv-header .hv-drilldown__level.is-left {
  transform: translateX(-100%);
}

.hv-header .hv-drilldown__level.is-active {
  transform: translateX(0);
  z-index: 2;
}

.hv-header .hv-drilldown__level.is-right {
  transform: translateX(100%);
}

.hv-header .hv-drilldown__level li > ul {
  display: none !important;
}

body.hv-drawer-open {
  overflow: hidden;
}

/* ========== TABLET: 768px-1024px ========== */
@media (max-width: 1024px) {
  .hv-header .hv-topbar__center {
    display: none;
  }

  .hv-header .hv-nav {
    display: none;
  }

  .hv-header .hv-hamburger {
    display: inline-flex;
  }

  .hv-header .hv-main-header__inner {
    flex-wrap: wrap;
    min-height: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 12px 16px;
  }

  .hv-header .hv-logo {
    flex: 1;
    justify-content: center;
  }

  .hv-header .hv-header-actions {
    gap: 4px;
  }

  .hv-header .hv-action--account .hv-action__meta {
    display: none;
  }

  .hv-header .hv-action--cart .hv-action__meta {
    display: none;
  }

  .hv-header .hv-action--search-toggle {
    display: none;
  }

  .hv-header .hv-search {
    order: 10;
    flex: 1 1 100%;
    max-width: none;
    height: 44px;
    margin: 0;
  }

  .hv-header .hv-search__select {
    max-width: 130px;
  }
}

/* ========== MOBILE: max 768px (app chrome) ========== */
@media (max-width: 768px) {
  .hv-header {
    --hv-mobile-primary: #18382B;
    --hv-mobile-secondary: #2D5D48;
    /* Row1 56 + search 44 + search bottom pad 10 ≈ 110 */
    --hv-mobile-header-h: 110px;
    --hv-mobile-bottom-h: 64px;

    /*
     * Sticky fails inside Elementor Theme Builder wrappers (overflow/transform).
     * Keep .hv-header in normal flow as a height spacer; pin .hv-main-header instead.
     */
    position: relative;
    top: auto;
    z-index: auto;
    border-bottom: 0;
    box-shadow: none;
    background: transparent;
  }

  /* In-flow spacer so page content is not covered by the fixed chrome */
  .hv-header::before {
    content: "";
    display: block;
    height: var(--hv-mobile-header-h);
    pointer-events: none;
  }

  .hv-header .hv-topbar {
    display: none;
  }

  .hv-header .hv-nav {
    display: none;
  }

  /* Fixed mobile chrome: logo row + search (inside .hv-main-header) */
  .hv-header .hv-main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    border-bottom: 0;
    background: var(--hv-white);
    box-shadow: 0 1px 0 var(--hv-border), 0 4px 12px rgba(16, 24, 40, 0.06);
  }

  .hv-header .hv-main-header__inner {
    flex-wrap: nowrap;
    min-height: 56px;
    height: 56px;
    padding-top: 0;
    padding-bottom: 0;
    gap: 6px;
  }

  .hv-header .hv-hamburger {
    display: inline-flex;
    order: 1;
    color: var(--hv-mobile-primary);
  }

  .hv-header .hv-logo {
    order: 2;
    flex: 1;
    justify-content: center;
    color: var(--hv-mobile-primary);
  }

  .hv-header .hv-logo__text {
    font-size: 18px;
  }

  .hv-header .hv-logo__icon {
    width: 24px;
    height: 24px;
  }

  .hv-header .hv-search {
    display: none;
  }

  .hv-header .hv-header-actions {
    order: 3;
    gap: 0;
    align-items: center;
  }

  .hv-header .hv-action--account {
    display: inline-flex;
    padding: 6px;
    color: var(--hv-mobile-primary);
  }

  .hv-header .hv-action--account .hv-action__meta {
    display: none;
  }

  .hv-header .hv-action--search-toggle {
    display: none;
  }

  .hv-header .hv-action--cart {
    padding: 6px;
    color: var(--hv-mobile-primary);
  }

  .hv-header .hv-action--cart .hv-action__meta {
    display: none;
  }

  /* Locale flag — mobile only */
  .hv-header .hv-action--locale {
    display: inline-flex;
    position: relative;
    padding: 0;
  }

  .hv-header .hv-locale-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
  }

  /* ---- Mobile Language Dropdown (HomeVera) ---- */
  /* Shell chrome only — language text color left to Translate Site / plugin. */
  .hv-header .hv-action--locale .hv-locale-panel {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 1200;
    min-width: 180px;
    padding: 12px;
    background: #FAF9F5;
    border: 1px solid #DDDCD4;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  }

  .hv-header .hv-action--locale .hv-locale-panel[hidden] {
    display: none !important;
  }

  .hv-header .hv-action--locale .hv-locale-panel__section + .hv-locale-panel__section {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #DDDCD4;
  }

  .hv-header .hv-action--locale .hv-locale-panel__label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  /* Hide plugin section titles (e.g. SPRACHE); we use English labels above */
  .hv-header .hv-action--locale .hv-locale-panel__langs h1,
  .hv-header .hv-action--locale .hv-locale-panel__langs h2,
  .hv-header .hv-action--locale .hv-locale-panel__langs h3,
  .hv-header .hv-action--locale .hv-locale-panel__langs h4,
  .hv-header .hv-action--locale .hv-locale-panel__langs .widget-title,
  .hv-header .hv-action--locale .hv-locale-panel__langs .widgettitle,
  .hv-header .hv-action--locale .hv-locale-panel__langs .gt_languages_title,
  .hv-header .hv-action--locale .hv-locale-panel__langs .gt-title {
    display: none;
  }

  .hv-header .hv-action--locale .hv-locale-panel__langs,
  .hv-header .hv-action--locale .hv-locale-panel__langs ul,
  .hv-header .hv-action--locale .hv-locale-panel__langs .gtranslate_wrapper,
  .hv-header .hv-action--locale .hv-locale-panel__langs .gt_container,
  .hv-header .hv-action--locale .hv-locale-panel__langs .wpml-ls,
  .hv-header .hv-action--locale .hv-locale-panel__langs .trp-language-switcher {
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  /* Layout only — no color overrides (plugin owns language text color) */
  .hv-header .hv-action--locale .hv-locale-panel__langs a {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 2px;
    padding: 8px 10px;
    border: 0;
    border-radius: 8px;
    background: #FAF9F5;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    overflow: visible;
    white-space: nowrap;
    cursor: pointer;
  }

  .hv-header .hv-action--locale .hv-locale-panel__langs a:hover,
  .hv-header .hv-action--locale .hv-locale-panel__langs a:focus-visible {
    background: #F3EFE4;
  }

  .hv-header .hv-action--locale .hv-locale-panel__langs a:focus-visible {
    outline: 2px solid rgba(24, 56, 43, 0.25);
    outline-offset: 1px;
  }

  .hv-header .hv-action--locale .hv-locale-panel__langs a.gt-current-lang,
  .hv-header .hv-action--locale .hv-locale-panel__langs a.current-lang,
  .hv-header .hv-action--locale .hv-locale-panel__langs a.active,
  .hv-header .hv-action--locale .hv-locale-panel__langs .wpml-ls-current-language > a,
  .hv-header .hv-action--locale .hv-locale-panel__langs a[aria-current="true"] {
    background: #FAF9F5;
    font-weight: 600;
  }

  /* Flags only — never match language <a class="…flag…"> */
  .hv-header .hv-action--locale .hv-locale-panel__langs img,
  .hv-header .hv-action--locale .hv-locale-panel__langs span.gflag,
  .hv-header .hv-action--locale .hv-locale-panel__langs .wpml-ls-flag {
    flex-shrink: 0;
    width: 18px;
    height: auto;
    max-height: 14px;
    object-fit: contain;
  }

  .hv-header .hv-action--locale .hv-locale-panel__currency {
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    background: #FAF9F5;
  }

  /* Second row: search */
  .hv-header .hv-mobile-search {
    display: block;
    padding: 0 12px 10px;
    background: var(--hv-white);
    border-bottom: 1px solid var(--hv-border);
  }

  .hv-header .hv-mobile-search__form {
    position: relative;
    display: flex;
    align-items: center;
    height: 44px;
    border: 1px solid var(--hv-border);
    border-radius: 8px;
    background: var(--hv-bg-soft);
    padding: 0 12px 0 40px;
  }

  .hv-header .hv-mobile-search__form:focus-within {
    border-color: var(--hv-mobile-secondary);
    background: var(--hv-white);
    box-shadow: 0 0 0 3px rgba(24, 56, 43, 0.1);
  }

  .hv-header .hv-mobile-search__icon {
    position: absolute;
    left: 12px;
    color: var(--hv-muted);
    pointer-events: none;
  }

  .hv-header .hv-mobile-search__input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    background: transparent;
    font: inherit;
    font-size: 14px;
    color: var(--hv-text);
  }

  .hv-header .hv-mobile-search__input::placeholder {
    color: var(--hv-muted);
  }

  /* Keep chrome height stable (ignore desktop is-sticky shrink) */
  .hv-header.is-sticky .hv-main-header__inner {
    min-height: 56px;
    height: 56px;
  }

  .hv-header.is-sticky .hv-topbar {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
  }

  /* Drawer above bottom nav */
  .hv-header .hv-mobile-overlay {
    z-index: 10000;
  }

  .hv-header .hv-mobile-drawer {
    z-index: 10001;
    bottom: 0;
  }

  /* Bottom navigation */
  .hv-header .hv-bottom-nav {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    height: var(--hv-mobile-bottom-h);
    padding: 0 4px;
    padding-bottom: env(safe-area-inset-bottom, 0);
    background: var(--hv-white);
    border-top: 1px solid var(--hv-border);
    box-shadow: 0 -2px 12px rgba(16, 24, 40, 0.06);
    align-items: stretch;
    justify-content: space-around;
  }

  .hv-header .hv-bottom-nav__item {
    flex: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-width: 0;
    padding: 6px 4px;
    border: 0;
    background: transparent;
    color: var(--hv-muted);
    text-decoration: none;
    font: inherit;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .hv-header .hv-bottom-nav__item.is-active,
  .hv-header .hv-bottom-nav__item:active {
    color: var(--hv-mobile-primary);
  }

  .hv-header .hv-bottom-nav__label {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
  }

  .hv-header .hv-bottom-nav__icon-wrap {
    position: relative;
    display: inline-flex;
  }

  .hv-header .hv-bottom-nav__badge {
    position: absolute;
    top: -6px;
    right: -10px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--hv-mobile-primary);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
  }

  .hv-header .hv-bottom-nav__badge:empty {
    display: none;
  }

  /* Page content clearance for fixed bottom nav */
  body {
    padding-bottom: calc(var(--hv-mobile-bottom-h, 64px) + env(safe-area-inset-bottom, 0px));
  }
}

/* Hide app-only chrome on larger screens */
@media (min-width: 769px) {
  .hv-header .hv-action--locale,
  .hv-header .hv-bottom-nav {
    display: none !important;
  }
}

/* Desktop only tweaks */
@media (min-width: 1025px) {
  .hv-header .hv-hamburger,
  .hv-header .hv-action--search-toggle,
  .hv-header .hv-mobile-search {
    display: none !important;
  }
}/* End custom CSS */