- Introduces CSS custom property `--shopify-safe-area-inset-bottom` for embedded apps on Shopify Mobile to account for the floating bottom navigation bar.
- The variable is auto‑set by App Bridge (0 px when no overlay, otherwise overlay height) and adds bottom padding to `<body>` automatically.
- Apps with custom fixed‑bottom elements should use `var(--shopify-safe-area-inset-bottom, 0px)` in their CSS to avoid being obscured.