/* STORE APP Patch 443: express checkout modal must outrank storefront filters/backdrops. */
html body.site-masterpalm #mpb2bExpressShippingModal.mpb2b-express-shipping-modal,
html body.site-masterpalm > #mpb2bExpressShippingModal.mpb2b-express-shipping-modal,
html body.site-masterpalm .mpb2b-express-shipping-modal.show,
html body.site-masterpalm.modal-open .mpb2b-express-shipping-modal.show,
html body.site-masterpalm.mp-express-shipping-modal-open #mpb2bExpressShippingModal.mpb2b-express-shipping-modal{
  position:fixed!important;
  inset:0!important;
  display:block;
  z-index:2147483642!important;
  isolation:isolate!important;
  pointer-events:auto!important;
}
html body.site-masterpalm #mpb2bExpressShippingModal.mpb2b-express-shipping-modal .modal-dialog,
html body.site-masterpalm .mpb2b-express-shipping-modal.show .modal-dialog{
  position:relative!important;
  z-index:2147483643!important;
  pointer-events:auto!important;
}
html body.site-masterpalm #mpb2bExpressShippingModal.mpb2b-express-shipping-modal .modal-content{
  position:relative!important;
  z-index:2147483644!important;
  pointer-events:auto!important;
}
html body.site-masterpalm.mp-express-shipping-modal-open > .modal-backdrop,
html body.site-masterpalm.mp-express-shipping-modal-open > .modal-backdrop.show,
html body.site-masterpalm.modal-open.mp-express-shipping-modal-open > .modal-backdrop.show{
  z-index:2147483632!important;
  pointer-events:auto!important;
  background:#030507!important;
  opacity:.78!important;
}
/* Keep product option popup highest when both rulesheets exist. */
html body.site-masterpalm > #mpProductOptionModal.mp-product-option-modal,
html body.site-masterpalm.mp-product-option-modal-open > #mpProductOptionModal.mp-product-option-modal{
  z-index:2147483646!important;
}
html body.site-masterpalm.mp-product-option-modal-open > .modal-backdrop.show{
  z-index:2147483635!important;
}
/* Prevent catalog filters, sidebars, and overlays from creating a layer above active express checkout. */
html body.site-masterpalm.mp-express-shipping-modal-open #site-main,
html body.site-masterpalm.mp-express-shipping-modal-open .mp-catalog-filter-panel,
html body.site-masterpalm.mp-express-shipping-modal-open .mp-category-sidebar,
html body.site-masterpalm.mp-express-shipping-modal-open .mp-category-nav,
html body.site-masterpalm.mp-express-shipping-modal-open .mp-page-hero,
html body.site-masterpalm.mp-express-shipping-modal-open .ses-home-hero,
html body.site-masterpalm.mp-express-shipping-modal-open .mpb2b-header{
  transform:none!important;
  filter:none!important;
}
