/* DBX ONE v0.6.6.2 — product sub-navigation connection fix */

/* Desktop global header is 72px high. The old 84px sticky offset left a visible 12px gap,
   making the product-local navigation look detached/floating. */
.product-localbar {
  top: 72px !important;
  margin-top: 0 !important;
  border-top: 0 !important;
}

/* Keep both bars visually joined while they stack during scroll. */
.topbar {
  margin-bottom: 0 !important;
}

@media (max-width: 980px) {
  .product-localbar { top: 66px !important; }
}
