/* Masquer header-nav PrestaShop vide (contenu réel dans Elementor header-top) */
.header-nav:has(.topnav .inner:empty):has(.bottomnav .inner:empty) {
  display: none;
}

/* Bouton « Composer mon potager » à droite du megamenu */
.header-top-h2 .leo-megamenu .navbar-nav.megamenu,
.leo-top-menu .navbar-nav.megamenu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.najbox-megamenu-cta {
  margin-left: auto !important;
  align-self: center;
}

.najbox-megamenu-cta__link {
  display: inline-flex !important;
  align-items: center;
  margin: 0.2rem 0 0.2rem 0.75rem !important;
  padding: 0.45rem 1rem !important;
  border-radius: 999px !important;
  background: #b6552a !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 0.85rem !important;
  text-transform: none !important;
  letter-spacing: 0.02em;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  transition: background 0.2s ease, transform 0.2s ease;
}

.najbox-megamenu-cta__link:hover,
.najbox-megamenu-cta__link:focus {
  background: #c96538 !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.najbox-megamenu-cta__link .menu-title {
  color: #fff !important;
}

.najbox-megamenu-cta__link::after {
  display: none !important;
}

@media (max-width: 991px) {
  .najbox-megamenu-cta {
    margin-left: 0 !important;
    width: 100%;
    order: 99;
  }

  .najbox-megamenu-cta__link {
    width: 100%;
    justify-content: center;
    margin: 0.5rem 0 0 !important;
  }
}
