/* Favorito Delivery — Build 474
   Somente nova Home da loja + aviso real de compra no produto/oferta.
   NÃO altera a Home principal do Marketplace. */

/* CAPA FIXA: o conteúdo sobe por cima e cobre a imagem. */
body.marketplace-store-pwa-embedded[data-market-page="loja"].fav474-cover-pin .store-app-hero{
  padding-top:var(--fav474-cover-height,245px)!important;
}
body.marketplace-store-pwa-embedded[data-market-page="loja"].fav474-cover-pin .app-store-cover{
  position:fixed!important;
  top:0!important;
  left:var(--fav474-cover-left,0px)!important;
  width:var(--fav474-cover-width,100%)!important;
  height:var(--fav474-cover-height,245px)!important;
  z-index:1!important;
  margin:0!important;
}
body.marketplace-store-pwa-embedded[data-market-page="loja"] :is(.fav469-delivery-strip,.fav447-store-summary,.store-app-actions,.store-app-description,.store-catalog-app){
  position:relative!important;
  z-index:3!important;
}
body.marketplace-store-pwa-embedded[data-market-page="loja"] .fav469-delivery-strip{background:#fff!important}
body.marketplace-store-pwa-embedded[data-market-page="loja"] :is(.fav447-store-summary,.store-catalog-app){background:var(--fav447-soft,#f7f8fa)!important}

/* Voltar/favorito/compartilhar permanecem na capa até a barra assumir. */
body.marketplace-store-pwa-embedded[data-market-page="loja"].fav474-cover-pin .fav447-hero-toolbar{
  position:fixed!important;
  z-index:43!important;
  left:calc(var(--fav474-cover-left,0px) + 14px)!important;
  right:auto!important;
  width:calc(var(--fav474-cover-width,100vw) - 28px)!important;
  top:max(14px,env(safe-area-inset-top))!important;
  transition:opacity .14s ease!important;
}
body.marketplace-store-pwa-embedded[data-market-page="loja"].fav474-context-on .fav447-hero-toolbar{
  opacity:0!important;
  pointer-events:none!important;
}
body.marketplace-store-pwa-embedded[data-market-page="loja"] .market-store-context-bar{
  transition:none!important;
  will-change:transform,opacity!important;
}

/* AVISO REAL DE PESSOAS COMPRANDO AGORA — temporário, 4s. */
.fav470-buying-now.fav474-buying-toast{
  position:fixed!important;
  left:50%!important;
  bottom:var(--fav474-buying-bottom,10px)!important;
  z-index:120!important;
  width:min(760px,100vw)!important;
  max-width:100vw!important;
  min-height:54px!important;
  margin:0!important;
  padding:12px 18px calc(12px + env(safe-area-inset-bottom))!important;
  border-radius:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  background:var(--store-brand-primary,var(--primary,#ea010b))!important;
  color:var(--color-primary-contrast,#fff)!important;
  box-shadow:0 -5px 18px rgba(15,23,42,.12)!important;
  font:650 14px/1.2 var(--font)!important;
  transform:translate(-50%,120%)!important;
  opacity:0!important;
  transition:transform .24s ease,opacity .20s ease!important;
  pointer-events:none!important;
}
.fav470-buying-now.fav474-buying-toast.is-visible{transform:translate(-50%,0)!important;opacity:1!important}
.fav470-buying-now.fav474-buying-toast.is-leaving{transform:translate(-50%,120%)!important;opacity:0!important}
.fav470-buying-now.fav474-buying-toast svg{width:20px!important;height:20px!important;color:currentColor!important}
.fav470-buying-now.fav474-buying-toast strong{font-weight:850!important;color:currentColor!important}
.fav470-buying-now.fav474-buying-toast span{color:currentColor!important}
