/* Bazarestan v1.0.78 — settings-first fixed surfaces during SPA navigation. */
html[data-bz-other-sticky="off"][data-bz-route-kind="other"] body .bz-sticky-action-bar,
html[data-bz-other-sticky="off"].bz-ux-route-other body .bz-sticky-action-bar {
  display:none!important; visibility:hidden!important; opacity:0!important; pointer-events:none!important;
}
html[data-bz-product-sticky="off"][data-bz-route-kind="product"] body .bz-sticky-action-bar,
html[data-bz-product-sticky="off"].bz-ux-route-product body .bz-sticky-action-bar {
  display:none!important; visibility:hidden!important; opacity:0!important; pointer-events:none!important;
}
html[data-bz-bottom-nav="off"] body .bottom-navigation,
html[data-bz-bottom-nav="off"] body .mobile-bottom-navigation {
  display:none!important; visibility:hidden!important; opacity:0!important; pointer-events:none!important;
}
