/**
 * reparacionmovil.es – sticky header only (does not change mobile layout).
 */

#header.header.js-sticky-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
}

/* Theme .scrolled uses position:fixed – keep normal flow */
.scrolled .header-nav-full-width,
.scrolled .header-bottom__row {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
}

.scrolled .header-bottom__row .header-bottom__logo {
  height: auto !important;
  width: auto !important;
}

@media (min-width: 768px) {
  .js-sticky-header.scrolled {
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
  }
}

.ets_mm_megamenu.sticky_enabled.scroll_heading,
.ets_mm_megamenu.sticky_disabled.scroll_heading {
  position: static !important;
  left: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
