/* ════════════════════════════════════════════════════════════════
   VENDOLINE DEFAULT — theme overrides (loaded after store.css).
   The default theme otherwise relies entirely on the core stylesheet;
   this file only carries small, intentional refinements.
   ════════════════════════════════════════════════════════════════ */

/* Remove the thin bottom border under the header so the nav/search bar
   sits flush against the hero slider (no white hairline). The scroll
   shadow is kept for depth feedback. */
.store-header,
.store-header.scrolled {
    border-bottom: 0 !important;
}
