/* v772 — topo social, vitrine minimalista e carrinho com múltiplos itens. */

/* Cabeçalho mais presente, mantendo o visual leve. */
.mf-encomendas-v761 .enc-public-header-v772{
  min-height:78px;
  padding-top:11px;
  padding-bottom:11px;
}
.mf-encomendas-v761 .enc-public-header-v772 .enc-public-logo{
  width:48px;
  height:48px;
  flex:0 0 48px;
  font-size:19px;
  overflow:hidden;
  box-shadow:0 5px 18px rgba(35,27,22,.09);
}
.mf-encomendas-v761 .enc-public-header-v772 .enc-public-logo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.mf-encomendas-v761 .enc-public-header-v772 .enc-public-brand{gap:13px}
.mf-encomendas-v761 .enc-public-header-v772 .enc-public-brand strong{
  font-size:19px;
  line-height:1.05;
}
.mf-encomendas-v761 .enc-public-header-v772 .enc-public-brand span{
  margin-top:4px;
  font-size:8.5px;
}
.mf-encomendas-v761 .enc-header-actions-v772{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:7px;
  margin-left:auto;
}
.mf-encomendas-v761 .enc-header-link-v772{
  min-height:37px;
  padding:0 10px;
  border:1px solid #e2dbd4;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  background:#fff;
  color:#554b44;
  text-decoration:none;
  font-size:8.7px;
  font-weight:850;
  cursor:pointer;
  transition:.16s ease;
  list-style:none;
}
.mf-encomendas-v761 .enc-header-link-v772::-webkit-details-marker{display:none}
.mf-encomendas-v761 .enc-header-link-v772:hover{
  border-color:rgba(var(--enc-brand-rgb,18,54,181),.28);
  color:var(--enc-brand,#1236B5);
  transform:translateY(-1px);
}
.mf-encomendas-v761 .enc-header-link-v772 i{font-size:12px}
.mf-encomendas-v761 .enc-hours-v772{position:relative}
.mf-encomendas-v761 .enc-hours-popover-v772{
  position:absolute;
  z-index:45;
  right:0;
  top:calc(100% + 9px);
  width:265px;
  padding:14px;
  border:1px solid #e6dfd9;
  border-radius:16px;
  background:#fff;
  box-shadow:0 18px 48px rgba(31,24,19,.16);
}
.mf-encomendas-v761 .enc-hours-popover-v772>strong{
  display:block;
  margin-bottom:9px;
  color:#342e2a;
  font-family:Georgia,'Times New Roman',serif;
  font-size:14px;
}
.mf-encomendas-v761 .enc-hours-popover-v772>div{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:6px 0;
  border-top:1px solid #f0ece8;
  color:#72675f;
  font-size:8.5px;
}
.mf-encomendas-v761 .enc-hours-popover-v772>div b{color:#39322e;font-weight:850}
.mf-encomendas-v761 .enc-hours-popover-v772 p{margin:0;color:#7e736b;font-size:9px;line-height:1.5}

/* A vitrine é só inspiração visual: foto + nome. Detalhes ficam nos cards abaixo. */
.mf-encomendas-v761 .enc-showcase-v765 .enc-showcase-badge-v764,
.mf-encomendas-v761 .enc-showcase-v765 .enc-showcase-price-v764,
.mf-encomendas-v761 .enc-showcase-v765 .enc-showcase-copy-v764 p{
  display:none!important;
}
.mf-encomendas-v761 .enc-showcase-v765 .enc-showcase-copy-v764{
  left:17px;
  right:17px;
  bottom:15px;
  display:block;
}
.mf-encomendas-v761 .enc-showcase-v765 .enc-showcase-copy-v764 h3{
  max-width:90%;
  margin:0;
  color:#fff;
  font-family:Georgia,'Times New Roman',serif;
  font-size:18px;
  line-height:1.05;
  text-shadow:0 2px 12px rgba(0,0,0,.42);
}
.mf-encomendas-v761 .enc-showcase-v765 .enc-showcase-card-v764.main .enc-showcase-copy-v764 h3{font-size:25px}

/* Carrinho com várias linhas. */
.mf-encomendas-v761 .enc-cart-empty-v772{
  padding:17px;
  border:1px dashed #ddd4cd;
  border-radius:15px;
  text-align:left;
  background:#fcfaf8;
}
.mf-encomendas-v761 .enc-cart-empty-v772[hidden]{display:none!important}
.mf-encomendas-v761 .enc-cart-empty-v772 strong{display:block;color:#3b342f;font-size:11px;font-weight:900}
.mf-encomendas-v761 .enc-cart-empty-v772 span{display:block;margin-top:4px;color:#8a7e75;font-size:9px;line-height:1.5}
.mf-encomendas-v761 .enc-cart-items-v772{display:grid;gap:9px}
.mf-encomendas-v761 .enc-cart-line-v772{
  padding:12px;
  border:1px solid #e8e1db;
  border-radius:15px;
  background:#fff;
}
.mf-encomendas-v761 .enc-cart-line-copy-v772 strong{display:block;color:#38312d;font-size:10.5px;font-weight:900}
.mf-encomendas-v761 .enc-cart-line-copy-v772 span{display:block;margin-top:3px;color:#877b72;font-size:8.5px;line-height:1.45}
.mf-encomendas-v761 .enc-cart-line-bottom-v772{
  display:flex;
  align-items:center;
  gap:9px;
  margin-top:10px;
  padding-top:9px;
  border-top:1px solid #f0ebe7;
}
.mf-encomendas-v761 .enc-cart-qty-v772{
  display:inline-flex;
  align-items:center;
  gap:0;
  overflow:hidden;
  border:1px solid #e2dad4;
  border-radius:999px;
  background:#faf8f6;
}
.mf-encomendas-v761 .enc-cart-qty-v772 button{
  width:28px;
  height:27px;
  border:0;
  background:transparent;
  color:#5b5049;
  font-size:14px;
  cursor:pointer;
}
.mf-encomendas-v761 .enc-cart-qty-v772 b{min-width:23px;text-align:center;color:#413934;font-size:9px}
.mf-encomendas-v761 .enc-cart-line-price-v772{margin-left:auto;color:#342e2a;font-size:10px}
.mf-encomendas-v761 .enc-cart-remove-v772{
  width:30px;
  height:30px;
  border:0;
  border-radius:9px;
  background:#fbf6f3;
  color:#aa6459;
  cursor:pointer;
}
.mf-encomendas-v761 .enc-cart-checkout-v772{display:grid;gap:8px}
.mf-encomendas-v761 .enc-keep-shopping-v772{
  width:100%;
  min-height:40px;
  border:1px solid #dfd7d1;
  border-radius:12px;
  background:#fff;
  color:#4e443e;
  font-size:9px;
  font-weight:850;
  cursor:pointer;
}
.mf-encomendas-v761 .enc-checkout-button:disabled{opacity:.45;cursor:not-allowed}

/* Resumo final de vários produtos. */
.mf-encomendas-v761 .enc-checkout-summary-v772{display:grid!important;grid-template-columns:1fr 180px 130px!important}
.mf-encomendas-v761 .enc-checkout-cart-lines-v772{display:grid;gap:5px;align-content:start}
.mf-encomendas-v761 .enc-checkout-cart-line-v772{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  color:#514840;
  font-size:8.8px;
}
.mf-encomendas-v761 .enc-checkout-cart-line-v772 span{min-width:0}
.mf-encomendas-v761 .enc-checkout-cart-line-v772 small{color:#94887f;font-size:8px}
.mf-encomendas-v761 .enc-checkout-cart-line-v772 strong{flex:none;color:#332d29;font-size:9px}

@media (max-width:900px){
  .mf-encomendas-v761 .enc-header-link-v772 span{display:none}
  .mf-encomendas-v761 .enc-header-link-v772{width:38px;padding:0}
  .mf-encomendas-v761 .enc-public-header-v772 .enc-public-brand strong{font-size:16px}
  .mf-encomendas-v761 .enc-public-header-v772 .enc-public-logo{width:44px;height:44px;flex-basis:44px}
}

@media (max-width:760px){
  .mf-encomendas-v761 .enc-public-header-v772{min-height:68px;padding:8px 11px;gap:8px}
  .mf-encomendas-v761 .enc-public-header-v772 .enc-public-brand{gap:9px;max-width:55vw}
  .mf-encomendas-v761 .enc-public-header-v772 .enc-public-logo{width:42px;height:42px;flex-basis:42px}
  .mf-encomendas-v761 .enc-public-header-v772 .enc-public-brand strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .mf-encomendas-v761 .enc-public-header-v772 .enc-public-brand span{font-size:6.8px}
  .mf-encomendas-v761 .enc-header-actions-v772{gap:5px}
  .mf-encomendas-v761 .enc-hours-v772 .enc-header-link-v772{width:35px;height:35px;min-height:35px}
  .mf-encomendas-v761 .enc-hours-popover-v772{position:fixed;right:12px;top:72px;width:min(285px,calc(100vw - 24px))}
  .mf-encomendas-v761 .enc-showcase-v765 .enc-showcase-copy-v764{left:11px;right:11px;bottom:10px}
  .mf-encomendas-v761 .enc-showcase-v765 .enc-showcase-copy-v764 h3{font-size:14px}
  .mf-encomendas-v761 .enc-showcase-v765 .enc-showcase-card-v764.main .enc-showcase-copy-v764 h3{font-size:19px}
  .mf-encomendas-v761 .enc-checkout-summary-v772{grid-template-columns:1fr!important}
  .mf-encomendas-v761 .enc-checkout-cart-lines-v772{padding-bottom:8px;border-bottom:1px solid #ece6e1}
}

@media (max-width:430px){
  .mf-encomendas-v761 .enc-public-header-v772 .enc-public-brand{max-width:48vw}
  .mf-encomendas-v761 .enc-public-header-v772 .enc-public-logo{width:39px;height:39px;flex-basis:39px}
  .mf-encomendas-v761 .enc-public-header-v772 .enc-public-brand strong{font-size:12.8px}
  .mf-encomendas-v761 .enc-hours-v772{display:none}
  .mf-encomendas-v761 .enc-cart-line-v772{padding:11px}
}
