@media (max-width:900.98px) {
  body.index-page.has-mobile-tabbar:not(.checkout-page) .home-map__stage {
    --home-map-mobile-toolbar-edge: 12px;
    --home-map-mobile-controls-right: var(--home-map-mobile-toolbar-edge);
  }

  body.index-page.has-mobile-tabbar:not(.checkout-page) .home-map__toolbar {
    right: var(--home-map-mobile-toolbar-edge);
  }

  body.index-page.has-mobile-tabbar:not(.checkout-page) .home-map-mobile-controls {
    right: var(--home-map-mobile-controls-right);
    width: 48px;
  }
}

@media (max-width:575px) {
  body.index-page.has-mobile-tabbar:not(.checkout-page) .home-map__stage {
    --home-map-mobile-toolbar-edge: 6px;
  }
}
