/* Favorito Delivery — Build 532
   Ajustes isolados: retorno loja -> Marketplace sem faixa lateral e endereço com o mesmo componente visual já usado na Home. */

/* Evita qualquer deslocamento horizontal/overscroll que apareça como faixa branca durante a troca de rota. */
html.fd531-preload,
html.fd531-preload body.marketplace-body,
body.marketplace-body{
  width:100%;
  max-width:100%;
  overflow-x:clip;
  overscroll-behavior-x:none;
}
html.fd531-preload,
html.fd532-market-returning{
  background:#fbfbfc;
}
html.fd532-market-returning body.marketplace-body{
  background:#fbfbfc!important;
  overflow-x:clip!important;
}

/* Quando a logo do Marketplace está oculta, reaproveita o componente de endereço da própria Home,
   com ícone, cidade/endereço e seta. A busca do cabeçalho permanece exatamente onde já estava. */
body[data-market-page="inicio"][data-market-home-model="favorito_vitrine"] .is-vitrine-header>.fd532-header-location{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:auto;
  max-width:min(58vw,520px);
  margin:0;
  min-width:0;
  z-index:1;
}
body[data-market-page="inicio"][data-market-home-model="favorito_vitrine"] .is-vitrine-header>.fd532-header-location .fav-vitrine-location-copy{
  min-width:0;
}
body[data-market-page="inicio"][data-market-home-model="favorito_vitrine"] .is-vitrine-header>.fd532-header-location .fav-vitrine-location-copy strong,
body[data-market-page="inicio"][data-market-home-model="favorito_vitrine"] .is-vitrine-header>.fd532-header-location .fav-vitrine-location-copy small{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body.fav-vitrine-search-is-open[data-market-page="inicio"][data-market-home-model="favorito_vitrine"] .is-vitrine-header>.fd532-header-location{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.fd532-market-location-simple{
  max-width:min(70vw,560px);
  min-width:0;
}

@media(max-width:620px){
  body[data-market-page="inicio"][data-market-home-model="favorito_vitrine"] .is-vitrine-header>.fd532-header-location{
    max-width:calc(100% - 106px);
  }
}
