@media screen and (max-width: 767px) {
  shopify-chat {
    --shopify-agent-activator-offset: calc(16px + env(safe-area-inset-bottom));
    z-index: 79 !important;
  }

  body.menu_open shopify-chat,
  body.cart-sidebar-show shopify-chat,
  body.open_search_mobile shopify-chat,
  body.starumi-mobile-search-open shopify-chat,
  body:has(.starumi-purchase-modal[aria-hidden="false"]) shopify-chat {
    visibility: hidden !important;
    pointer-events: none !important;
  }
}
