@media (min-width: 981px) {
  body > #gdv-mobile-menu-drawer.gdv-mobile-menu__panel,
  body > .gdv-mobile-menu__backdrop {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

/* Reuse the existing homepage paw/heart/fish trail on every primary menu
   page. The shared markup is already present; these selectors only reveal it
   in otherwise empty desktop side lanes. */
@media (min-width: 1440px) {
  body.woocommerce-shop:not(.wp-admin),
  body.page-id-223:not(.wp-admin),
  body.page-id-458:not(.wp-admin),
  body.gdv-contact-page:not(.wp-admin) {
    position: relative;
    background-color: #fff9ef !important;
    background-image: none !important;
  }

  body.woocommerce-shop .gdv-edge-story,
  body.page-id-223 .gdv-edge-story,
  body.page-id-458 .gdv-edge-story,
  body.gdv-contact-page .gdv-edge-story {
    display: block;
    position: absolute;
    z-index: 6;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    user-select: none;
  }
}
