/*
Theme Name: HeShoeSheShoe Preview Browse Child
Theme URI: https://heshoesheshoe.com
Template: heshoesheshoe-preview-browse
Author: HeShoeSheShoe
Description: HeShoeSheShoe Storybook Space Salvage storefront for WooCommerce. Warm landing-sand surfaces, Rocket Blue anchors, meteor-coral calls to action, signal-lime discovery details, orbit trails, and mission-ticket metadata.
Version: 1.0.15.1788235862
Updated: 2026-08-31

*/

/*
 * Desktop dropdown hover bridge.
 * The flyout is visually offset by .55rem, so this transparent strip keeps the
 * parent <details> hovered while the pointer travels from the button to its menu.
 * Touch/mobile behavior remains controlled by the native <details> click state.
 */
@media (hover: hover) and (pointer: fine) and (min-width: 981px) {
  .hs-nav-department::after {
    content: "";
    position: absolute;
    z-index: 998;
    top: 100%;
    left: -1rem;
    right: -1rem;
    height: .65rem;
    pointer-events: auto;
  }
}
