@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ═══════════════════════════════════════
   AB43 — ARTBUILDING PREMIUM v5 FINAL
   ═══════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; }

/* ── TOP BAR ── */
.ab43-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 35px;
  z-index: 99998;
  background: rgb(5 36 84);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  align-items: center;
}
.ab43-top-inner {
  width: 100%; padding: 0 60px;
  display: flex; align-items: center; justify-content: space-between;
}
.ab43-soc { display: flex; gap: 8px; }
.ab43-soc a {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  color: rgba(255, 255, 255, .8);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  transition: .2s;
}
.ab43-soc a:hover { background: #56ad56; color: #fff; }
.ab43-contact { display: flex; gap: 28px; }
.ab43-contact a {
  color: rgba(255, 255, 255, .85);
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: color .2s;
}
.ab43-contact a:hover { color: #56ad56; }
.ab43-contact .bi {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  transition: color .2s;
}
.ab43-contact a:hover .bi { color: #56ad56; }

/* ── MAIN HEADER — fixed transparent → white on scroll ── */
.ab43-hdr {
  position: fixed; top: 35px; left: 0; right: 0;
  height: 82px; z-index: 99999;
  background: transparent;
  transition: background .4s ease, box-shadow .4s ease, top .4s ease, height .4s ease;
}
.ab43-hdr.scrolled {
  top: 0;
  height: 70px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 4px 30px rgba(0,0,0,.09);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.ab43-hdr-inner {
  width: 100%; height: 100%;
  padding: 0 60px;
  display: flex; align-items: center;
}

/* Logo */
.ab43-logo { flex: 0 0 auto; margin-right: 36px; }
.ab43-logo a { display: flex; align-items: center; }
.ab43-logo img { height: 60px; width: auto; transition: height .4s ease; }
.ab43-hdr.scrolled .ab43-logo img { height: 48px; }

/* Nav */
.ab43-nav {
  flex: 1; display: flex; align-items: center;
  height: 100%; overflow: visible;
  position: static !important;
  z-index: 99999;
}

/* Empirex wrapper — position:static => .emx-dropdown se ancoreaza la .ab43-hdr (fixed, 100vw) */
.empirex-megamenu { position: static !important; margin-top: 0 !important; }

/* Dropdown FULL WIDTH — imediat sub header, fara gap */
.empirex-megamenu .emx-dropdown {
  position: fixed !important;
  top: 117px !important;   /* topbar(35px) + header(82px) */
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  border-radius: 0 0 20px 20px !important;
  box-shadow: 0 20px 60px rgba(10,51,112,.14) !important;
  border-top: 3px solid #56ad56 !important;
  margin: 0 !important;
  padding-top: 0 !important;
  transition: top .4s ease;
}
.ab43-hdr.scrolled .empirex-megamenu .emx-dropdown {
  top: 70px !important;
}

/* Nav link — fara font-family override, lasa Poppins din empirex */
.empirex-megamenu .emx-nav-list {
  justify-content: center !important;
}
.empirex-megamenu .emx-nav-item {
  flex: 0 1 auto !important;
  padding: 0 18px !important;
}
.empirex-megamenu .emx-nav-link {
  color: #1a2942 !important;
  border-bottom: 2px solid transparent !important;
  transition: color .18s, border-color .18s, background .18s !important;
}
.empirex-megamenu .emx-nav-item:hover > .emx-nav-link {
  color: #56ad56 !important;
  border-bottom: 2px solid #56ad56 !important;
  background: rgba(255,255,255,0.20) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}
/* Bridge hover mega-menu — pastreaza meniul deschis la trecerea mouse-ului */
.empirex-megamenu .emx-nav-item {
  position: relative !important;
}
.empirex-megamenu .emx-nav-item::after {
  content: '';
  position: absolute;
  bottom: -40px; left: 0; right: 0; height: 40px;
  display: block;
  z-index: 99;
}
/* Chevron — vizibil, rotire la hover */
.empirex-megamenu .emx-chev {
  width: 13px !important; height: 13px !important;
  stroke: #888 !important;
  fill: none !important;
  opacity: 1 !important;
  flex-shrink: 0 !important;
  transition: transform .2s ease, stroke .2s !important;
}
.empirex-megamenu .emx-nav-item:hover > .emx-nav-link .emx-chev {
  transform: rotate(180deg) !important;
  stroke: #56ad56 !important;
}

/* Spacer */
.ab43-fill { flex: 0 0 1px; }

/* Divider */
.ab43-divider {
  width: 1px; height: 26px;
  background: rgba(10,51,112,.15);
  margin: 0 18px; flex: 0 0 auto;
}
.ab43-hdr.scrolled .ab43-divider { background: #ddd; }

/* Actions */
.ab43-acts { display: flex; align-items: center; gap: 2px; flex: 0 0 auto; }
.ab43-act {
  width: 42px; height: 42px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #0a3370;
  background: transparent; border: none !important;
  cursor: pointer; text-decoration: none;
  font-size: 0; position: relative;
  transition: background .2s, color .2s;
  outline: none !important;
  box-shadow: none !important;
}
.ab43-act:hover,
.ab43-act:focus,
.ab43-act.open,
.ab43-act.open > a { background: #f0f4fa !important; color: #56ad56 !important; }
/* Elimina stilurile Bootstrap pe open */
.ab43-act.dropdown.open > .dropdown-toggle,
.ab43-act.open > .dropdown-toggle {
  background: #f0f4fa !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 10px !important;
  color: #56ad56 !important;
}
.ab43-act .bi {
  font-size: 20px;
  line-height: 1;
  color: inherit;
  font-style: normal;
}

/* Account dropdown */
.ab43-act.dropdown .dropdown-toggle {
  all: unset;
  display: flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; cursor: pointer;
  color: #0a3370;
  border-radius: 10px;
  font-size: 0;
  transition: background .2s, color .2s;
}
.ab43-act.dropdown .dropdown-toggle .bi { font-size: 20px; }
.ab43-act.dropdown .dropdown-toggle:hover,
.ab43-act.dropdown.open .dropdown-toggle { background: #f0f4fa; color: #56ad56; }
/* Dropdown menu modern — fara gap */
.ab43-act .dropdown-menu {
  border-radius: 16px !important;
  border: none !important;
  box-shadow: 0 16px 48px rgba(10,51,112,.13) !important;
  padding: 8px !important;
  min-width: 200px !important;
  margin-top: 2px !important;   /* aproape de buton, fara gap */
  z-index: 999999 !important;
}
/* Bridge pseudo-element — umple golul dintre buton si dropdown (rezolva problema cu disparitia meniului pe hover) */
.ab43-act.dropdown::after,
.ab43-cart-wrap .btn-group::after {
  content: '' !important;
  position: absolute !important;
  bottom: -15px !important; left: -10px !important; right: -10px !important;
  height: 20px !important;
  display: block !important;
}
.ab43-act .dropdown-menu li a {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 10px 14px !important;
  color: #1a2942 !important;
  border-radius: 10px !important;
  display: block !important;
  transition: background .15s, color .15s !important;
  text-decoration: none !important;
}
.ab43-act .dropdown-menu li a:hover {
  background: #f0f9f4 !important;
  color: #56ad56 !important;
}


/* Cart — bazat pe structura reala cart.twig */
.ab43-cart-wrap { position: relative; display: flex; align-items: center; }
/* Butonul real: <a class="btn-group top_cart dropdown-toggle"> */
.ab43-cart-wrap .btn-group.top_cart {
  width: 42px !important;
  height: 42px !important;
  border-radius: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  cursor: pointer !important;
  transition: background .2s !important;
  text-decoration: none !important;
}
.ab43-cart-wrap .btn-group.top_cart:hover { background: #f0f4fa !important; }
/* Ascunde textul si total */
.ab43-cart-wrap .shopcart-inner { display: none !important; }
/* Iconita bi din icon-c */
.ab43-cart-wrap .icon-c .bi {
  font-size: 20px !important;
  color: #0a3370 !important;
  line-height: 1 !important;
  display: block !important;
}
.ab43-cart-wrap .btn-group.top_cart:hover .icon-c .bi { color: #56ad56 !important; }

/* Badge nr. produse */
.ab43-cart-wrap .items_cart {
  position: absolute !important;
  top: 1px !important; right: 1px !important;
  background: #56ad56 !important; color: #fff !important;
  border-radius: 50% !important;
  min-width: 18px !important; height: 18px !important;
  font-size: 10px !important; font-weight: 700 !important;
  display: flex !important; align-items: center !important;
  justify-content: center !important;
  padding: 0 3px !important; line-height: 1 !important;
  font-family: 'Inter', sans-serif !important;
  pointer-events: none !important;
}
/* Ascunde badge daca e 0 produse */
.ab43-cart-wrap .shopcart2 { position: relative !important; display: flex !important; }
/* Dropdown modern */
.ab43-cart-wrap .shoppingcart-box {
  border-radius: 18px !important;
  border: none !important;
  box-shadow: 0 16px 60px rgba(10,51,112,.15) !important;
  min-width: 340px !important;
  right: 0 !important; left: auto !important;
  margin-top: 10px !important;
  z-index: 999999 !important;
  padding: 8px 0 !important;
}
.ab43-cart-wrap .shoppingcart-box .empty {
  padding: 24px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important; color: #555 !important;
  text-align: center !important;
}
.ab43-cart-wrap .btn-view-cart,
.ab43-cart-wrap .btn-checkout {
  border-radius: 50px !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  padding: 11px 22px !important;
  font-size: 13px !important;
}
.ab43-cart-wrap .btn-checkout { background: #56ad56 !important; border-color: #56ad56 !important; }
.ab43-cart-wrap .btn-view-cart { background: #0a3370 !important; border-color: #0a3370 !important; color:#fff !important; }
/* ═══════════════════════════════════════
   HERO — inaltimea imaginii, fara overlay
   ═══════════════════════════════════════ */
.ab43-hero {
  position: relative;
  width: 100%;
  height: 85vh;
  min-height: 580px;
  background: #f0f4f8;
  overflow: hidden;
}
.ab43-hero-img {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background:
    url('/image/hero.webp')
    center bottom / cover no-repeat;
  z-index: 0;
  animation: ab43ZoomOut 8s cubic-bezier(0.25, 1, 0.5, 1) both;
}
@keyframes ab43ZoomOut {
  from { transform: scale(1.1); filter: brightness(1.1); }
  to { transform: scale(1); filter: brightness(1); }
}
/* ZERO overlay — imagine 100% clara */
.ab43-hero-grad { display: none !important; }
.ab43-hero-inner {
  position: relative; z-index: 2;
  height: 85vh; min-height: 580px;
  display: flex; align-items: center;
  /* Text in jumatatea dreapta — padding-left 50% */
  padding: 0 80px 0 52%;
}
.ab43-hero-text {
  max-width: 600px;
  text-align: left;
  animation: ab43FadeIn 1.4s cubic-bezier(0.25, 1, 0.5, 1) both;
  animation-delay: 0.2s;
}
@keyframes ab43FadeIn {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Label badge */
.ab43-hero-label {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(10,51,112,.08);
  border: 1.5px solid rgba(10,51,112,.2);
  color: #0a3370;
  padding: 8px 22px; border-radius: 50px;
  font-size: 11px; font-weight: 800;
  letter-spacing: 3px;
  margin-bottom: 24px; font-family: 'Inter', sans-serif;
}
.ab43-hero-label::before {
  content: ''; width: 7px; height: 7px; border-radius: 50%;
  background: #56ad56; flex: 0 0 auto;
  animation: ab43Pulse 2s ease infinite;
}
@keyframes ab43Pulse { 0%,100%{opacity:1;} 50%{opacity:.25;} }

/* H1 */
.ab43-hero-h1 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 900; line-height: 1.08;
  letter-spacing: -2px;
  color: #0a3370;
  margin: 0 0 18px;
}
.ab43-hero-h1 em { font-style: normal; color: #56ad56; }

/* Paragraf */
.ab43-hero-p {
  font-family: 'Inter', sans-serif;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.75;
  color: #1a2942;
  margin: 0 0 36px; max-width: 480px;
}

/* Butoane */
.ab43-hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.ab43-hbtn {
  font-family: 'Inter', sans-serif;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 4px 34px; border-radius: 50px;
  font-weight: 700; font-size: 15px;
  text-decoration: none; transition: all .3s ease;
  letter-spacing: .2px;
}
/* Buton primar — verde */
.ab43-hbtn-g {
  background: #56ad56; color: #fff;
  border: 2px solid #56ad56;
  box-shadow: 0 8px 32px rgba(86,173,86,.45);
}
.ab43-hbtn-g:hover {
  background: #449944; border-color: #449944;
  box-shadow: 0 14px 40px rgba(86,173,86,.55);
  transform: translateY(-3px);
  color: #fff; text-decoration: none;
}
/* Buton secundar — outline navy */
.ab43-hbtn-w {
  background: transparent;
  color: #0a3370;
  border: 2px solid #0a3370;
}
.ab43-hbtn-w:hover {
  background: #0a3370; color: #fff;
  border-color: #0a3370;
  transform: translateY(-3px);
  color: #fff; text-decoration: none;
}
.ab43-hbtn svg {
  width: 17px; height: 17px; fill: none; stroke: currentColor;
  stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round;
}

/* ── SEARCH OVERLAY ── */
.ab43-sov {
  display: none; position: fixed; inset: 0;
  background: rgba(5, 36, 84, 0.95); z-index: 9999999;
  align-items: center; justify-content: center;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
}
.ab43-sov.open { display: flex; }
.ab43-sov-inner { width: 100%; max-width: 680px; padding: 0 30px; text-align: center; position: relative; }
.ab43-sov-label {
  color: rgba(255,255,255,.5); font-family: 'Inter', sans-serif;
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  font-weight: 700; margin-bottom: 24px;
}
.ab43-sov-form { display: flex; position: relative; box-shadow: 0 12px 50px rgba(0,0,0,.4); border-radius: 16px; }
.ab43-sov-form input {
  flex: 1; padding: 18px 24px; font-size: 16px;
  border: none; outline: none; background: #fff;
  font-family: 'Inter', sans-serif;
  border-radius: 16px 0 0 16px;
  color: #1a2942;
}
.ab43-sov-form input::placeholder { color: #a0abbc; font-weight: 400; }
.ab43-sov-form button {
  background: #56ad56; border: none; color: #fff;
  padding: 0 28px; font-size: 18px; cursor: pointer; transition: background .2s;
  border-radius: 0 16px 16px 0;
}
.ab43-sov-form button:hover { background: #449944; }

/* AJAX Search Results (Dropdown) - Premium Styling */
.ab43-sov-inner ul.dropdown-menu,
.ab43-sov-form ul.dropdown-menu,
ul.ab43-search-results {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: none !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 60px rgba(0,0,0,.2) !important;
  padding: 12px 0 !important;
  margin-top: 16px !important;
  width: 100% !important;
  max-width: 620px !important;
  text-align: left;
  z-index: 99999999 !important;
  left: 50% !important; transform: translateX(-50%) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  max-height: 50vh !important;
  position: absolute !important;
  top: 100% !important;
}

/* Scrollbar Modern pentru rezultate */
ul.ab43-search-results::-webkit-scrollbar {
  width: 6px;
}
ul.ab43-search-results::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.02);
  border-radius: 10px;
}
ul.ab43-search-results::-webkit-scrollbar-thumb {
  background: rgba(86,173,86,0.5);
  border-radius: 10px;
}
ul.ab43-search-results::-webkit-scrollbar-thumb:hover {
  background: rgba(86,173,86,0.8);
}
.ab43-sov-inner ul.dropdown-menu li,
ul.ab43-search-results li {
  list-style: none !important;
  margin: 0 !important;
}
.ab43-sov-inner ul.dropdown-menu li a,
ul.ab43-search-results li a {
  text-decoration: none !important;
  border-bottom: 1px solid rgba(0,0,0,.04) !important;
  transition: background .2s, padding-left .2s !important;
}
.ab43-sov-inner ul.dropdown-menu li:last-child a,
ul.ab43-search-results li:last-child a { border-bottom: none !important; }
.ab43-sov-inner ul.dropdown-menu li a:hover,
ul.ab43-search-results li a:hover {
  background: rgba(86, 173, 86, 0.08) !important;
  padding-left: 32px !important;
}
.ab43-sov-inner ul.dropdown-menu li a img,
ul.ui-autocomplete li a img {
  border-radius: 6px; margin-right: 12px; vertical-align: middle;
}
.ab43-sov-close {
  position: absolute; top: 36px; right: 48px;
  background: none; border: none; color: rgba(255,255,255,.5);
  font-size: 34px; cursor: pointer; width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; transition: .2s;
}
.ab43-sov-close:hover { color: #fff; background: rgba(255,255,255,.1); }

/* ── MOBILE FOOTER ── */
.ab43-mfoot { display: none; }
@media (max-width: 769px) {
  .ab43-mfoot {
    display: flex; position: fixed;
    bottom: 0; left: 0; right: 0; height: 52px; z-index: 99999;
  }
  .ab43-mf-half { flex: 1; display: flex; align-items: center; justify-content: center; }
  .ab43-mf-wa { background: #25D366; }
  .ab43-mf-ph { background: #0a3370; }
  .ab43-mfoot a {
    color: #fff; text-decoration: none;
    display: flex; align-items: center; gap: 8px;
    font-family: 'Inter', sans-serif; font-weight: 600; font-size: 14px;
  }
}
@media (max-width: 505px) { .ab43-mfoot span { display: none; } }

/* ── RESPONSIVE ── */
@media (max-width: 1728px) {
  .ab43-nav .emx-nav-item { padding: 0 12px !important; }
  .ab43-nav .emx-nav-link { font-size: 13px !important; padding: 5px 8px !important; }
}

@media (max-width: 1500px) {
  .ab43-top { position: relative !important; }
  .ab43-divider { display: none; }
  
  /* Folosim sticky pt a preveni suprapunerea cand top bar-ul isi mareste inaltimea (ex. sub 360px) */
  .ab43-hdr { position: sticky !important; top: 0 !important; background: rgba(255,255,255,.97) !important; height: 68px; }
  .ab43-hdr.scrolled { height: 60px; }
  .ab43-hdr-inner { padding: 0 24px; justify-content: flex-start; }
  .ab43-top-inner { padding: 0 24px; }
  
  .ab43-hamburger { order: 1; display: flex !important; margin-right: 16px; z-index: 1000; position: relative; }
  .ab43-hamburger span { background: #0a3370 !important; height: 3px !important; width: 24px !important; border-radius: 3px !important; } /* Aspect robust normal */
  
  .ab43-logo { order: 2; flex: 1; display: flex; justify-content: flex-start; margin: 0; }
  .ab43-logo a { justify-content: flex-start; }
  .ab43-acts { order: 3; flex: 0 0 auto; gap: 4px; margin-left: auto; }
  .ab43-act { width: 36px !important; height: 36px !important; font-size: 16px !important; }
  
  /* Permite incarcarea containerului nav (dar ascunde ce e flex) pt ca drawer-ul sa nu fie display: none */
  .ab43-nav { display: block !important; flex: none !important; width: 0 !important; height: 0 !important; margin: 0 !important; overflow: visible !important; position: static !important; }
  .empirex-megamenu { display: none !important; }
  
  .emx-drawer { width: 100% !important; max-width: 100vw !important; }
}

@media (max-width: 1300px) {
  .ab43-hero-inner { padding: 0 40px 0 50%; }
}

@media (max-width: 1100px) {
  .ab43-hero-inner { padding: 0 30px 0 45%; }
  .ab43-logo img { height: 50px; }
}

@media (max-width: 991px) {
  .ab43-hdr-inner { padding: 0 16px; }
}
@media (max-width: 767px) {
  .ab43-hero-grad {
    display: block !important;
    background: linear-gradient(180deg,rgba(10,51,112,.9) 0%,rgba(10,51,112,.75) 100%);
  }
  .ab43-hero-inner { padding: 70px 24px 60px; text-align: center; }
  .ab43-hero-text { margin: 0 auto; text-align: center; }
  .ab43-hero-btns { flex-direction: column; align-items: center; }
  .ab43-hbtn { justify-content: center; text-align: center; width: 100%; max-width: 280px; }
  .ab43-contact { gap: 16px; }
}
@media (max-width: 480px) {
  .ab43-soc { display: none; }
  .ab43-hero-h1 { font-size: 32px; letter-spacing: -1px; }
}
@media (max-width: 500px) {
  /* Topbar sub 500px */
  .ab43-top { height: auto; padding: 2px 0; z-index: 0; }
  .ab43-top-inner { justify-content: flex-end; }
  .ab43-contact { flex-direction: column; align-items: flex-end; gap: 1px; }
  .ab43-contact a { font-size: 11px; }
  
  /* Header sub 500px */
  .ab43-hdr { height: 112px; }
  .ab43-hdr.scrolled { height: 102px; }
  .ab43-hdr-inner { padding: 10px 16px 0; position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
  
  .ab43-logo { order: 1; display: flex; flex: 0 0 auto; justify-content: flex-start; margin: 0; }
  .ab43-logo img { height: 42px; }
  .ab43-hdr.scrolled .ab43-logo img { height: 38px; }
  
  .ab43-hamburger { order: 2; position: static; margin: 0 !important; z-index: 1000; left: auto; right: auto; top: auto; }
  
  .ab43-acts { order: 3; display: flex; justify-content: flex-start; width: 100%; flex: 1 1 100%; margin-top: 10px; margin-left: 0; gap: 8px; }
}

@media (max-width: 354px) {
  .ab43-logo { flex: 1 1 100%; }
  .ab43-acts { flex: 0 0 auto; width: auto; margin-top: 6px; }
  .ab43-hamburger { order: 3; margin-left: auto !important; margin-top: 6px !important; }
}

@media (max-width: 245px) {
  .ab43-hdr, .ab43-hdr.scrolled { height: auto; min-height: 100px; padding-bottom: 12px; }
  .ab43-act { width: 32px !important; height: 32px !important; font-size: 14px !important; }
  .ab43-acts { gap: 4px; }
  .ab43-hamburger span { width: 22px !important; }
  .ab43-logo img { height: 36px; }
}

/* Fix pentru Sticky pe Mobile:
   Tema So-Claue forțează overflow-x: hidden pe #wrapper la rezoluții mici,
   ceea ce distruge complet position: sticky. overflow-x: clip este alternativa modernă
   care previne scroll-ul orizontal fără a crea un context nou ce anulează sticky. */
body, #wrapper {
  overflow-x: clip !important;
  overflow-y: visible !important;
}
