/* ZIP-176 — Marketplace World global shell.
 * Applies only to Mobile Market, Grocery Market and Electronics Market.
 * Keeps the canonical global marketplace header and removes page-width gutters.
 */
body.shahaz-mobile-market-world-page .shz-mobile-world,
body.shahaz-grocery-market-world-page .shz-grocery-world,
body.shahaz-electronics-market-world-page .shz-electronics-world{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

/* Do not allow theme/archive wrappers to reintroduce a centered content rail. */
body.shahaz-mobile-market-world-page .site-content,
body.shahaz-grocery-market-world-page .site-content,
body.shahaz-electronics-market-world-page .site-content,
body.shahaz-mobile-market-world-page .ast-container,
body.shahaz-grocery-market-world-page .ast-container,
body.shahaz-electronics-market-world-page .ast-container{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
}

/* These three Marketplace World pages must use the canonical global header,
 * never the footer-destination chrome. */
body.shahaz-mobile-market-world-page #shahaz-global-market-header,
body.shahaz-grocery-market-world-page #shahaz-global-market-header,
body.shahaz-electronics-market-world-page #shahaz-global-market-header{
  display:block!important;
  visibility:visible!important;
}
