/* Favorito Delivery — Build 406
   Correção pontual: identidade da loja à esquerda, logo sobre a capa,
   produto centralizado no desktop e remoção do rodapé textual. */

body.marketplace-store-app[data-market-page="loja"] .store-app-identity{
  display:flex!important;
  align-items:flex-start!important;
  gap:14px!important;
  margin-top:-42px!important;
  padding:0 20px 15px!important;
  position:relative!important;
  z-index:2!important;
  min-height:102px!important;
  box-sizing:border-box!important;
}
body.marketplace-store-app[data-market-page="loja"] .store-app-identity .store-avatar.large{
  position:relative!important;
  inset:auto!important;
  flex:0 0 84px!important;
  width:84px!important;
  height:84px!important;
  margin:0!important;
  z-index:3!important;
  border:4px solid var(--surface)!important;
  box-shadow:0 3px 12px rgba(15,23,42,.09)!important;
}
body.marketplace-store-app[data-market-page="loja"] .store-app-copy{
  position:static!important;
  flex:1 1 auto!important;
  width:auto!important;
  min-width:0!important;
  padding:44px 118px 0 0!important;
  text-align:left!important;
  box-sizing:border-box!important;
}
body.marketplace-store-app[data-market-page="loja"] .store-app-copy h1{
  margin:0 0 3px!important;
  padding:0!important;
  text-align:left!important;
  font-size:20px!important;
  line-height:1.18!important;
  font-weight:760!important;
  letter-spacing:-.012em!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  overflow-wrap:anywhere!important;
}
body.marketplace-store-app[data-market-page="loja"] .store-app-copy p{
  margin:0!important;
  padding:0!important;
  text-align:left!important;
  font-size:12px!important;
  line-height:1.3!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body.marketplace-store-app[data-market-page="loja"] .store-open-state{
  position:absolute!important;
  top:48px!important;
  right:20px!important;
  left:auto!important;
  margin:0!important;
  padding:0!important;
  width:auto!important;
  max-width:110px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  white-space:nowrap!important;
  font-size:10.5px!important;
  font-weight:750!important;
  line-height:1.15!important;
  text-align:right!important;
}
body.marketplace-store-app[data-market-page="loja"] .market-store-service-chips{
  justify-content:flex-start!important;
  margin:7px 0 0!important;
  gap:5px!important;
  overflow-x:auto!important;
}
body.marketplace-store-app[data-market-page="loja"] .market-store-service-chip{
  min-height:25px!important;
  padding:4px 7px!important;
  gap:4px!important;
  border-radius:8px!important;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1!important;
}
body.marketplace-store-app[data-market-page="loja"] .market-store-service-chip svg{
  width:12px!important;
  height:12px!important;
}

@media (min-width:901px){
  html body.marketplace-body.marketplace-product-app[data-market-page="produto"] .market-main,
  html body.marketplace-body.marketplace-native-page[data-market-page="produto"] .market-main,
  html body.marketplace-body.marketplace-store-app.marketplace-product-app[data-market-page="produto"] .market-main{
    width:min(900px,100%)!important;
    max-width:900px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  html body.marketplace-body.marketplace-product-app[data-market-page="produto"] .market-product-page,
  html body.marketplace-body.marketplace-product-app[data-market-page="produto"] .market-product-page.is-pizza-builder,
  html body.marketplace-body.marketplace-native-page[data-market-page="produto"] .market-product-page,
  html body.marketplace-body.marketplace-native-page[data-market-page="produto"] .market-product-page.is-pizza-builder{
    width:100%!important;
    max-width:900px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }
  html body.marketplace-body.marketplace-product-app[data-market-page="produto"] .market-product-nav,
  html body.marketplace-body.marketplace-product-app[data-market-page="produto"] .market-product-screen,
  html body.marketplace-body.marketplace-product-app[data-market-page="produto"] .market-product-sticky-action{
    width:100%!important;
    max-width:900px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }
}

@media (max-width:900px){
  body.marketplace-store-app[data-market-page="loja"] .store-app-identity{
    gap:10px!important;
    margin-top:-36px!important;
    padding:0 12px 12px!important;
    min-height:96px!important;
  }
  body.marketplace-store-app[data-market-page="loja"] .store-app-identity .store-avatar.large{
    flex-basis:76px!important;
    width:76px!important;
    height:76px!important;
  }
  body.marketplace-store-app[data-market-page="loja"] .store-app-copy{
    padding:39px 86px 0 0!important;
  }
  body.marketplace-store-app[data-market-page="loja"] .store-app-copy h1{
    font-size:18px!important;
    line-height:1.18!important;
  }
  body.marketplace-store-app[data-market-page="loja"] .store-app-copy p{
    font-size:11.5px!important;
  }
  body.marketplace-store-app[data-market-page="loja"] .store-open-state{
    top:42px!important;
    right:12px!important;
    max-width:78px!important;
    font-size:9.5px!important;
  }
}
