:root {
  /* Paleta premium: preto absoluto + verde garrafa */
  --cor-principal: #1FA971;
  --cor-secundaria: #0A0C0B;
  --ink: #0A0C0B;
  --emerald: var(--cor-principal);
  --emerald-deep: #0E3D2A;
  --emerald-soft: rgba(31, 169, 113, 0.14);
  --bg: #F1F3F1;
  --bg-elevated: #FAFBFA;
  --card: #FFFFFF;
  --text: #0A0C0B;
  --muted: #5A635D;
  --line: rgba(10, 12, 11, 0.08);
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 12px 32px rgba(10, 12, 11, 0.08);
  --shadow-soft: 0 4px 14px rgba(10, 12, 11, 0.06);
  --header-h: auto;
  --sticky-h: 200px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  background:
    radial-gradient(1100px 520px at 8% -8%, rgba(31, 169, 113, 0.10), transparent 55%),
    radial-gradient(900px 480px at 100% 0%, rgba(10, 12, 11, 0.05), transparent 50%),
    linear-gradient(180deg, #F7F8F6 0%, var(--bg) 40%, #EEF1EE 100%);
  color: var(--text);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }

.loja-top {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--cor-secundaria);
  box-shadow: 0 10px 28px rgba(10, 12, 11, 0.28);
}

.loja-header {
  position: relative;
  color: #F5F7F5;
  padding: 0.85rem 1rem 0.55rem;
  background:
    radial-gradient(700px 180px at 50% -40%, rgba(31, 169, 113, 0.28), transparent 60%),
    var(--cor-secundaria);
}
.header-top {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  gap: .5rem;
}
.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .35rem;
}
.brand-logo {
  width: 56px; height: 56px; object-fit: cover;
  border-radius: 14px; background: #fff;
  box-shadow: 0 0 0 2px rgba(31, 169, 113, 0.45);
}
.brand-mark {
  width: 56px; height: 56px; border-radius: 14px;
  background: linear-gradient(145deg, rgba(31,169,113,.35), rgba(255,255,255,.08));
  border: 1px solid rgba(31, 169, 113, 0.35);
  display: grid; place-items: center;
  font-family: Outfit, sans-serif; font-size: 1.5rem; font-weight: 800;
  color: #E8FFF3;
}
.brand-name {
  margin: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
}
.btn-icon {
  width: 40px; height: 40px; border: 0; border-radius: 12px;
  background: rgba(255,255,255,.08); color: #F5F7F5; cursor: pointer;
  display: grid; place-items: center;
  transition: background .15s ease;
}
.btn-icon:hover { background: rgba(31, 169, 113, 0.22); }
.btn-icon span {
  display: block; width: 18px; height: 2px; background: #F5F7F5; margin: 2px 0; border-radius: 2px;
}
.header-spacer {
  width: 40px;
  height: 40px;
}
.header-sair-loja {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 40px;
  padding: 0 .7rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  color: #F5F7F5 !important;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.header-sair-loja:hover {
  background: rgba(31, 169, 113, 0.28);
}
.loja-sair-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .55rem;
  margin: 0;
  padding: .7rem .9rem;
  background: #122018;
  border-bottom: 1px solid rgba(31, 169, 113, 0.35);
  color: #E8F2EC;
  font-size: .86rem;
}
.loja-sair-banner a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: .35rem .75rem;
  border-radius: 10px;
  background: #1FA971;
  color: #04150E !important;
  text-decoration: none;
  font-weight: 700;
  font-size: .82rem;
}
.loja-sair-actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
}
.loja-sair-actions a:last-child {
  background: rgba(255, 255, 255, 0.12);
  color: #F5F7F5 !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.side-menu-sair {
  background: rgba(31, 169, 113, 0.16) !important;
  border: 1px solid rgba(31, 169, 113, 0.4);
  font-weight: 700;
}
.search-wrap { margin-top: .75rem; }
.search-input {
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: .85rem 1rem;
  background: #FBFCFA;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 8px 20px rgba(0,0,0,.18);
}
.search-input::placeholder { color: #8A938C; }
.status-bar {
  display: flex; flex-wrap: wrap; gap: .35rem .5rem;
  align-items: center; justify-content: center;
  margin-top: .65rem; font-size: .85rem; color: rgba(245,247,245,.88);
}
.status-info-btn {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .35rem .5rem;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  padding: .15rem .25rem;
}
.status-info-hint {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .02em;
  padding: .15rem .45rem;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #E8FFF3;
}
.status-pill {
  font-weight: 700;
  padding: .2rem .6rem;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
}
.status-pill.is-open {
  background: linear-gradient(135deg, #1FA971, #18C47A);
  color: #04150E;
}
.status-pill.is-closed { background: #3A1512; color: #FFB4A8; }

.loja-hello {
  margin: .55rem 0 0;
  text-align: center;
  font-size: .95rem;
  font-weight: 700;
  color: #E8FFF3;
  letter-spacing: -0.01em;
}

.cat-nav {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #111513 0%, #0A0C0B 100%);
  border-bottom: 1px solid rgba(31, 169, 113, 0.18);
}
.cat-track {
  display: flex;
  gap: .5rem;
  overflow-x: auto;
  padding: .7rem 1rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.cat-track::-webkit-scrollbar { display: none; }
.cat-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  color: rgba(245,247,245,.88);
  border-radius: 999px;
  padding: .55rem .95rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  white-space: nowrap;
  transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.cat-item:hover {
  border-color: rgba(31, 169, 113, 0.45);
  background: rgba(31, 169, 113, 0.12);
}
.cat-item.is-active {
  background: linear-gradient(135deg, #1FA971, #17B86A);
  color: #04150E;
  border-color: transparent;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(31, 169, 113, 0.35);
  transform: translateY(-1px);
}

.loja-main {
  padding: 1rem 0 7rem;
  width: 100%;
  max-width: none;
  margin: 0;
}
.secao-cat {
  margin-bottom: 1.75rem;
  scroll-margin-top: calc(var(--sticky-h) + 12px);
  padding: 0 1rem;
}
.secao-head {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin-bottom: .85rem;
}
.secao-titulo {
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: .4rem;
  flex: 0 0 auto;
  white-space: nowrap;
}
.secao-linha {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(31,169,113,.45), rgba(10,12,11,.08) 55%, transparent);
}
.produto-card {
  background: var(--card);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--line);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  animation: fadeUp .35s ease both;
  width: 100%;
}
.produto-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(31, 169, 113, 0.28);
}
.produto-card.is-off { opacity: .55; }
.preco { font-weight: 800; color: var(--emerald-deep); }
.badge-promo {
  background: linear-gradient(135deg, #1FA971, #0E3D2A);
  color: #E8FFF3;
}
.produtos-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
  width: 100%;
}
@media (min-width: 640px) {
  .produtos-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 900px) {
  .produtos-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .85rem; }
}
@media (min-width: 1200px) {
  .produtos-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
@media (min-width: 1500px) {
  .produtos-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}

/* PromoÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ§ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂµes / categorias: cards um pouco maiores, ainda full-bleed */
.secao-destaque .produtos-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 700px) {
  .secao-destaque .produtos-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1100px) {
  .secao-destaque .produtos-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.secao-destaque .produto-img-wrap {
  aspect-ratio: 1 / 1;
  max-height: 200px;
}
@media (min-width: 900px) {
  .secao-destaque .produto-img-wrap { max-height: 220px; }
}

/* Mais vendidos: faixa horizontal full width (estilo DualFood) */
.secao-hscroll {
  padding-right: 0;
}
.produtos-hscroll {
  display: flex;
  gap: .75rem;
  overflow-x: auto;
  padding: 0 1rem .35rem 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.produtos-hscroll::-webkit-scrollbar { display: none; }
.produto-card--compact {
  flex: 0 0 auto;
  width: min(78vw, 280px);
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: stretch;
  position: relative;
}
.produto-card--compact .produto-body {
  min-width: 0;
  padding-right: 2.1rem;
  padding-bottom: .45rem;
  box-sizing: border-box;
}
.produto-card--compact .produto-foot {
  margin-top: .35rem;
}
.produto-card--compact .produto-add {
  position: absolute;
  right: .4rem;
  bottom: .4rem;
  width: 26px;
  height: 26px;
  font-size: 1.05rem;
}
.produto-img-wrap {
  position: relative;
  aspect-ratio: 1 / 1;
  max-height: 190px;
  background: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: .55rem;
  box-sizing: border-box;
}
.produto-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
  padding: 0;
  display: block;
}
.produto-card--compact .produto-img-wrap {
  aspect-ratio: auto;
  min-height: 72px;
  max-height: none;
  border-bottom: 0;
  padding: .4rem;
}
.produto-card--compact .produto-img-wrap img {
  padding: 0;
  transform: none;
  object-fit: contain;
  object-position: center;
}
.produto-card--compact .produto-desc { display: none; }
@media (min-width: 720px) {
  .produto-card--compact { width: 290px; grid-template-columns: 84px 1fr; }
  .produto-card--compact .produto-img-wrap { min-height: 84px; }
}
.produto-placeholder {
  width: 100%; height: 100%; display: grid; place-items: center; font-size: 1.8rem;
  background: #f5f6f5;
  color: #9aa39c;
}
.badge-promo, .badge-off, .badge-grupo {
  position: absolute; top: .45rem; left: .45rem;
  font-size: .65rem; font-weight: 700;
  padding: .2rem .4rem; border-radius: 7px;
  z-index: 1;
}
.badge-off { background: #0A0C0B; color: #fff; left: auto; right: .45rem; }
.badge-grupo {
  left: auto;
  right: .35rem;
  top: .35rem;
  background: rgba(10, 12, 11, 0.82);
  color: #fff;
  font-weight: 600;
}
.preco--apartir {
  font-size: .78rem;
  font-weight: 700;
}
.bebidas-picker { padding-top: .15rem; }
.bebidas-picker-search { margin: .35rem 0 .75rem; }
.bebidas-lista {
  display: flex;
  flex-direction: column;
  gap: .45rem;
  padding-bottom: .5rem;
}
.bebida-item {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: .7rem;
  width: 100%;
  margin: 0;
  padding: .55rem .65rem;
  border: 1px solid #e6ebe7;
  border-radius: 12px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  color: inherit;
  font: inherit;
  transition: border-color .15s ease, background .15s ease;
}
.bebida-item[hidden],
.bebida-item.is-hidden {
  display: none !important;
}
.bebida-item:hover,
.bebida-item:focus-visible {
  border-color: var(--cor-principal);
  background: color-mix(in srgb, var(--cor-principal) 8%, #fff);
  outline: none;
}
.bebida-item-thumb {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  overflow: hidden;
  background: #f5f6f5;
  display: grid;
  place-items: center;
}
.bebida-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.bebida-item-ico { font-size: 1.35rem; }
.bebida-item-meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: .15rem;
}
.bebida-item-nome {
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.25;
}
.bebida-item-preco {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem .4rem;
  align-items: baseline;
  font-size: .82rem;
}
.bebida-item-preco .preco {
  color: color-mix(in srgb, var(--cor-principal) 85%, #0A0C0B);
}
.bebida-item-add {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--cor-principal);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--cor-principal) 35%, transparent);
}
.produto-body { padding: .55rem .65rem .7rem; }
.produto-nome {
  margin: 0; font-size: .86rem; font-weight: 700; line-height: 1.25;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.produto-desc {
  margin: .25rem 0 0;
  color: #7a847e;
  font-size: .72rem;
  line-height: 1.35;
  letter-spacing: .01em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.produto-precos { margin-top: 0; display: flex; flex-wrap: wrap; gap: .2rem .4rem; align-items: baseline; flex: 1; min-width: 0; }
.produto-foot {
  margin-top: .45rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
}
.produto-add {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #1FA971;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(31, 169, 113, 0.35);
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.produto-add:hover,
.produto-add:focus-visible {
  background: #18C47A;
  transform: scale(1.06);
  outline: none;
  box-shadow: 0 6px 16px rgba(31, 169, 113, 0.45);
}
.produto-add:active {
  transform: scale(0.96);
}
@media (min-width: 900px) {
  .produto-img-wrap { max-height: 210px; }
}
.preco-antigo { text-decoration: line-through; color: var(--muted); font-size: .8rem; }
.pts { font-size: .75rem; color: var(--muted); }

.cart-fab {
  position: fixed;
  left: 1rem; right: 1rem; bottom: calc(1rem + var(--safe-bottom));
  z-index: 50;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #111513, #0A0C0B);
  color: #F5F7F5;
  padding: .9rem 1rem;
  display: flex; align-items: center; gap: .65rem;
  box-shadow: 0 14px 34px rgba(10, 12, 11, 0.4), 0 0 0 1px rgba(31, 169, 113, 0.35);
  cursor: pointer;
  max-width: 520px;
  margin: 0 auto;
  animation: fadeUp .3s ease;
}
.cart-fab-qty {
  background: linear-gradient(135deg, #1FA971, #18C47A);
  color: #04150E;
  min-width: 1.5rem; height: 1.5rem; border-radius: 999px;
  display: grid; place-items: center; font-weight: 800; font-size: .8rem;
}
.cart-fab-label { font-weight: 700; flex: 1; text-align: left; }
.cart-fab-total { font-weight: 800; color: #1FA971; }


.drawer-backdrop, .modal-backdrop {
  position: fixed; inset: 0; background: rgba(8, 14, 11, .58); z-index: 60;
  backdrop-filter: blur(3px);
}
.sheet-close {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: #0A0C0B;
  color: #F5F7F5;
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 6px 16px rgba(10, 12, 11, 0.18);
  transition: transform .12s ease, background .15s ease;
}
.sheet-close:hover { background: #1a1f1c; }
.sheet-close:active { transform: scale(.96); }
.cart-drawer {
  position: fixed; right: 0; top: 0; bottom: 0; width: min(430px, 100%);
  background:
    radial-gradient(420px 180px at 100% 0%, rgba(31,169,113,.10), transparent 60%),
    #fff;
  z-index: 70; display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform .28s cubic-bezier(.22,1,.36,1);
  box-shadow: -18px 0 48px rgba(10, 12, 11, 0.22);
}
.cart-drawer.is-open { transform: translateX(0); }
.drawer-head {
  padding: 1.15rem 1.2rem 1rem;
  border-bottom: 1px solid rgba(10,12,11,.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .85rem;
}
.drawer-eyebrow {
  margin: 0 0 .2rem;
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  color: #7a857e;
}
.drawer-head h2 {
  margin: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--ink, #0A0C0B);
  letter-spacing: -.01em;
}
.drawer-foot {
  padding: 1.05rem 1.2rem calc(1.15rem + var(--safe-bottom, 0px));
  border-top: 1px solid rgba(10,12,11,.08);
  display: flex;
  flex-direction: column;
  gap: .9rem;
  align-items: stretch;
  background: #fff;
  box-shadow: 0 -10px 28px rgba(10,12,11,.06);
}

.drawer-body {
  flex: 1;
  overflow: auto;
  padding: .85rem 1rem 1.15rem;
  -webkit-overflow-scrolling: touch;
  background: #f3f5f3;
}
.cart-resumo-label {
  margin: 0 0 .75rem .15rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #6b756f;
}
.cart-list { display: grid; gap: .7rem; }
.cart-line {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: .75rem;
  padding: .85rem;
  border: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(10, 12, 11, 0.06);
}
.cart-thumb {
  width: 78px;
  height: 78px;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(160deg, #eef3f0, #f8faf8);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.cart-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: .25rem;
  box-sizing: border-box;
}
.cart-thumb-empty {
  font-size: 1.6rem;
  opacity: .7;
}
.cart-line-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: .28rem;
}
.cart-line-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .5rem;
}
.cart-line-name {
  display: block;
  font-family: Outfit, sans-serif;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.25;
  color: #1b221e;
  text-transform: uppercase;
  letter-spacing: .01em;
  word-break: break-word;
}
.cart-trash {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #eef1ef;
  color: #5a635d;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.cart-trash:hover {
  background: rgba(180, 35, 24, 0.12);
  color: #b42318;
}
.cart-line-opt {
  margin: 0;
  color: #6b756f;
  font-size: .78rem;
  line-height: 1.35;
}
.cart-line-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .55rem;
  margin-top: .35rem;
  flex-wrap: wrap;
}
.qty-ctrl {
  display: inline-flex;
  align-items: center;
  gap: .15rem;
  background: #eef3f0;
  border-radius: 12px;
  padding: .15rem;
}
.qty-ctrl button {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  border: 0;
  background: #fff;
  color: #0A0C0B;
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  box-shadow: 0 1px 3px rgba(10, 12, 11, 0.08);
}
.qty-ctrl button:active { transform: scale(.96); }
.qty-ctrl span {
  min-width: 1.4rem;
  text-align: center;
  font-weight: 800;
  font-size: .9rem;
}
.cart-line-valor {
  margin: 0;
  margin-left: auto;
  font-size: .82rem;
  color: #4a554f;
  font-weight: 600;
}
.cart-line-valor strong {
  color: var(--cor-principal, #1FA971);
  font-size: .98rem;
  font-weight: 800;
}
.drawer-body .vazio {
  text-align: center;
  padding: 3rem 1rem;
  color: #7a857e;
  font-size: .95rem;
  background: transparent;
}

.modal-backdrop[hidden] { display: none !important; }
.modal-backdrop:not([hidden]) { display: block; }
.modal-sheet {
  position: fixed;
  left: 0; right: 0; bottom: 0; top: auto;
  z-index: 80;
  background:
    radial-gradient(520px 220px at 12% -10%, color-mix(in srgb, var(--cor-principal) 16%, transparent), transparent 65%),
    radial-gradient(420px 180px at 100% 0%, rgba(10, 12, 11, 0.04), transparent 55%),
    #fff;
  border-radius: 26px 26px 0 0;
  height: min(94vh, 920px);
  max-height: 94vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: sheetUp .32s cubic-bezier(.22, 1, .36, 1);
  box-shadow: 0 -22px 60px rgba(0,0,0,.24);
}
@media (min-width: 768px) {
  .modal-sheet {
    left: 50%;
    right: auto;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(560px, 94vw);
    height: min(88vh, 820px);
    border-radius: 24px;
    animation: fadeUp .26s ease;
  }
}
.modal-head {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .85rem;
  padding: 1.05rem 1.15rem .95rem;
  border-bottom: 0;
  background: transparent;
  position: relative;
  z-index: 2;
}
.modal-head::after {
  content: "";
  position: absolute;
  left: 1.15rem;
  right: 1.15rem;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(10,12,11,.1), transparent);
}
.modal-title {
  margin: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -.02em;
  text-transform: none;
  color: #0A0C0B;
  line-height: 1.2;
  padding-right: .35rem;
}
.modal-body {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: transparent;
}
.modal-hero {
  position: relative;
  margin: .35rem 1rem 0;
  padding: 1.1rem 1rem .85rem;
  border-radius: 22px;
  background:
    radial-gradient(220px 140px at 70% 20%, color-mix(in srgb, var(--cor-principal) 22%, transparent), transparent 70%),
    linear-gradient(165deg, #f6faf7 0%, #eef4f0 45%, #f8faf8 100%);
  border: 1px solid rgba(10, 12, 11, 0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
  overflow: hidden;
  animation: modalHeroIn .4s ease both;
}
.modal-hero::before {
  content: "";
  position: absolute;
  inset: auto -20% -35% 20%;
  height: 70%;
  background: radial-gradient(ellipse at center, rgba(255,255,255,.75), transparent 70%);
  pointer-events: none;
}
.modal-hero.is-empty {
  min-height: 180px;
  display: grid;
  place-items: center;
}
.modal-badge-promo {
  position: absolute;
  top: .75rem;
  left: .75rem;
  z-index: 2;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .35rem .65rem;
  border-radius: 999px;
  background: #0A0C0B;
  color: #F5F7F5;
  box-shadow: 0 6px 16px rgba(10,12,11,.18);
}
.modal-img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-height: 260px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto;
  padding: .35rem .5rem;
  box-sizing: border-box;
  filter: drop-shadow(0 18px 28px rgba(10,12,11,.16));
  animation: modalImgIn .45s cubic-bezier(.22, 1, .36, 1) .05s both;
}
.modal-img-empty {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-height: 200px;
  display: grid;
  place-items: center;
  font-size: 3.2rem;
  margin: 0 auto;
  opacity: .85;
}
.modal-info {
  padding: 1.05rem 1.2rem 1.35rem;
  animation: modalInfoIn .35s ease .08s both;
}
.modal-kicker {
  margin: 0 0 .35rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--cor-principal) 70%, #3f4843);
}
.modal-desc {
  margin: 0 0 .95rem;
  color: #4d5751;
  font-size: .98rem;
  line-height: 1.5;
}
.modal-price-card,
.modal-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .85rem;
  flex-wrap: wrap;
  padding: .85rem 1rem;
  border-radius: 16px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--cor-principal) 12%, #fff), #fff 55%);
  border: 1px solid color-mix(in srgb, var(--cor-principal) 18%, #e6ebe7);
  box-shadow: 0 8px 20px rgba(10, 12, 11, 0.04);
}
.modal-price {
  display: flex;
  align-items: baseline;
  gap: .45rem;
  flex-wrap: wrap;
}
.modal-price .preco-antigo {
  font-size: .92rem;
  font-weight: 600;
  color: #8a948e;
}
.modal-price .preco-atual {
  font-family: Outfit, sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  color: color-mix(in srgb, var(--cor-principal) 85%, #0A0C0B);
  letter-spacing: -.03em;
}
.modal-pts {
  font-size: .78rem;
  font-weight: 700;
  color: #0A0C0B;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(31,169,113,.22);
  border-radius: 999px;
  padding: .4rem .7rem;
  box-shadow: 0 2px 8px rgba(10,12,11,.04);
}
.comp-group {
  margin: 0 .85rem 1rem;
  border: 1px solid #e8eee9;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 18px rgba(10,12,11,.03);
}
.comp-group-title {
  margin: 0;
  padding: .75rem 1rem;
  background: linear-gradient(180deg, #f5f8f6, #eef3f0);
  color: #2f3833;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-bottom: 1px solid #e8eee9;
}
.comp-search {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: .75rem 1rem .35rem;
  padding: .6rem .85rem;
  border: 1px solid #dde4df;
  border-radius: 999px;
  background: #fff;
}
.comp-search input {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  font-size: .9rem;
}
.comp-search span { opacity: .55; }
.comp-option {
  display: flex;
  align-items: center;
  gap: .75rem;
  width: 100%;
  margin: 0;
  padding: .95rem 1rem;
  border: 0;
  border-bottom: 1px solid #eef1ef;
  background: #fff;
  cursor: pointer;
  text-align: left;
  color: #222;
  font-weight: 700;
  letter-spacing: .01em;
  text-transform: none;
  font-size: .9rem;
}
.comp-option:last-child { border-bottom: 0; }
.comp-option:hover { background: #fafcfb; }
.comp-option:has(input:checked) { background: color-mix(in srgb, var(--cor-principal) 9%, #fff); }
.comp-option input {
  width: 18px;
  height: 18px;
  accent-color: var(--cor-principal);
  flex: 0 0 auto;
}
.comp-option-name { flex: 1; }
.comp-option-extra {
  color: #6b756f;
  font-size: .8rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}
.comp-option.is-hidden { display: none; }
.modal-foot {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  gap: .65rem;
  padding: .95rem 1.1rem calc(1.05rem + var(--safe-bottom));
  border-top: 1px solid rgba(10,12,11,.06);
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), #fff),
    radial-gradient(280px 80px at 80% 100%, color-mix(in srgb, var(--cor-principal) 12%, transparent), transparent 70%);
  box-shadow: 0 -10px 28px rgba(10,12,11,.05);
  backdrop-filter: blur(8px);
}
.modal-foot[hidden] {
  display: none !important;
}
.modal-qty {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  flex: 0 0 auto;
  align-self: center;
  background: #eef3f0;
  border-radius: 999px;
  padding: .28rem;
  border: 1px solid rgba(10,12,11,.06);
}
.modal-qty button {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 0;
  background: #0A0C0B;
  color: #fff;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  transition: transform .12s ease, background .15s ease;
}
.modal-qty button:hover { background: #1a1f1c; }
.modal-qty button:active { transform: scale(.94); }
.modal-qty strong {
  min-width: 1.5rem;
  text-align: center;
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
}

.btn-add {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--cor-principal), color-mix(in srgb, var(--cor-principal) 75%, #0E3D2A));
  color: #04150E;
  font-weight: 800;
  padding: .9rem 1rem;
  cursor: pointer;
  font-size: .95rem;
  box-shadow: 0 12px 26px color-mix(in srgb, var(--cor-principal) 35%, transparent);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.btn-add:hover {
  filter: brightness(1.03);
  box-shadow: 0 14px 30px color-mix(in srgb, var(--cor-principal) 42%, transparent);
}
.btn-add:active { transform: scale(.985); }
.btn-add-main {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  min-width: 0;
}
.btn-add-price {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: .95rem;
  font-variant-numeric: tabular-nums;
  font-family: Outfit, sans-serif;
}
.btn-add:disabled { opacity: .55; cursor: not-allowed; }
.btn-add-ico { font-size: 1rem; }

@keyframes modalHeroIn {
  from { opacity: 0; transform: translateY(10px) scale(.985); }
  to { opacity: 1; transform: none; }
}
@keyframes modalImgIn {
  from { opacity: 0; transform: translateY(12px) scale(.96); }
  to { opacity: 1; transform: none; }
}
@keyframes modalInfoIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 420px) {
  .modal-foot {
    gap: .5rem;
    padding-left: .85rem;
    padding-right: .85rem;
  }
  .modal-qty button {
    width: 34px;
    height: 34px;
  }
  .btn-add {
    padding: .8rem .7rem;
    font-size: .88rem;
  }
  .btn-add-ico { display: none; }
  .btn-add-price { font-size: .85rem; }
  .modal-title { font-size: 1.08rem; }
  .modal-hero { margin-left: .85rem; margin-right: .85rem; }
}

.comp-group.is-missing {
  outline: 2px solid #e74c3c;
  outline-offset: 2px;
  border-radius: 16px;
  animation: comp-shake .35s ease;
}
@keyframes comp-shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  75% { transform: translateX(4px); }
}

.loja-toast {
  position: fixed;
  left: 50%;
  bottom: calc(5.5rem + var(--safe-bottom, 0px));
  transform: translateX(-50%) translateY(12px);
  z-index: 80;
  max-width: min(92vw, 340px);
  padding: .85rem 1.15rem;
  border-radius: 14px;
  background: #0A0C0B;
  color: #fff;
  font-weight: 700;
  font-size: .92rem;
  text-align: center;
  box-shadow: 0 12px 32px rgba(10, 12, 11, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.loja-toast.is-on {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.cart-fab.is-pulse {
  animation: fab-pulse .55s ease;
}
@keyframes fab-pulse {
  0% { transform: scale(1); }
  40% { transform: scale(1.06); }
  100% { transform: scale(1); }
}

.btn-primary {
  background: linear-gradient(135deg, #1FA971, #16B56A);
  color: #04150E;
  border: 0;
  border-radius: 14px;
  padding: .85rem 1rem;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 8px 18px rgba(31, 169, 113, 0.22);
}
.btn-block { display: block; width: 100%; }
.btn-lg { padding: 1rem; font-size: 1.05rem; }
.btn-primary:disabled { opacity: .5; cursor: not-allowed; }
.btn-continue {
  display: block;
  width: 100%;
  border: 1px solid #d5ddd7;
  background: #fff;
  color: #0A0C0B;
  border-radius: 14px;
  padding: .8rem 1rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
}
.btn-continue:hover { background: #f4f7f5; }
.btn-esvaziar {
  display: block;
  width: 100%;
  margin: .15rem 0 0;
  border: 0;
  background: transparent;
  color: #b42318;
  border-radius: 14px;
  padding: .7rem 1rem;
  font: inherit;
  font-size: .92rem;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
}
.btn-esvaziar:hover,
.btn-esvaziar:focus-visible {
  background: #fef3f2;
  outline: none;
}
.btn-esvaziar-confirm {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: .85rem 1rem;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  text-align: center;
  background: #b42318;
  color: #fff;
  box-shadow: 0 8px 18px rgba(180, 35, 24, 0.22);
}
.btn-esvaziar-confirm:hover,
.btn-esvaziar-confirm:focus-visible {
  background: #912018;
  outline: none;
}
.btn-esvaziar-confirm:disabled {
  opacity: .6;
  cursor: not-allowed;
}
.loja-ui-actions {
  display: grid;
  gap: .55rem;
  margin-top: .35rem;
}
.loja-ui-actions .btn-primary,
.loja-ui-actions .btn-continue,
.loja-ui-actions .btn-esvaziar-confirm {
  width: 100%;
  margin: 0;
}

.side-menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(4, 8, 6, 0.62);
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}
.side-menu.is-open { opacity: 1; pointer-events: auto; }
.side-menu-inner {
  width: min(340px, 88vw);
  height: 100%;
  height: 100dvh;
  padding: 1.1rem 1.1rem calc(1.25rem + env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-direction: column;
  gap: .85rem;
  background:
    radial-gradient(480px 220px at 0% 0%, rgba(31, 169, 113, 0.22), transparent 55%),
    linear-gradient(180deg, #121614 0%, #0A0C0B 48%, #070908 100%);
  color: #F3F6F4;
  box-shadow: 12px 0 40px rgba(0, 0, 0, 0.45);
  transform: translateX(-12px);
  transition: transform .25s ease;
  overflow: hidden;
}
.side-menu.is-open .side-menu-inner { transform: translateX(0); }
.side-menu-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: .35rem;
}
.side-menu-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
}
.side-menu-brand {
  display: flex;
  align-items: center;
  gap: .75rem;
  min-width: 0;
}
.side-menu-logo,
.side-menu-mark {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  flex: 0 0 auto;
}
.side-menu-logo {
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(31, 169, 113, 0.35);
}
.side-menu-mark {
  display: grid;
  place-items: center;
  font-family: Outfit, sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  background: linear-gradient(145deg, rgba(31,169,113,.35), rgba(255,255,255,.06));
  border: 1px solid rgba(31, 169, 113, 0.3);
  color: #E8FFF3;
}
.side-menu-kicker {
  display: block;
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(31, 169, 113, 0.9);
  font-weight: 700;
  margin-bottom: .15rem;
}
.side-menu-brand strong {
  display: block;
  font-family: Outfit, sans-serif;
  font-size: 1.05rem;
  line-height: 1.2;
}
.side-menu-close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: #F3F6F4;
  cursor: pointer;
  font-size: 1rem;
}
.side-menu-close:hover { background: rgba(31, 169, 113, 0.2); }
.side-menu-status {
  display: flex;
  gap: .7rem;
  align-items: center;
  padding: .85rem .9rem;
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
}
.side-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  flex: 0 0 auto;
  background: #777;
  box-shadow: 0 0 0 4px rgba(255,255,255,.04);
}
.side-dot.is-open {
  background: #1FA971;
  box-shadow: 0 0 0 4px rgba(31, 169, 113, 0.18);
}
.side-dot.is-closed { background: #E07A6A; }
.side-menu-status strong { display: block; font-size: .95rem; }
.side-menu-status small { color: rgba(243,246,244,.62); font-size: .78rem; }
.side-menu-section {
  display: grid;
  gap: .45rem;
}
.side-menu-label {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(243,246,244,.45);
  font-weight: 700;
}
.side-menu-link {
  display: block;
  padding: .7rem .85rem;
  border-radius: 12px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.05);
  color: #F3F6F4 !important;
  text-decoration: none;
  font-weight: 600;
}
.side-menu-link:hover {
  border-color: rgba(31, 169, 113, 0.35);
  background: rgba(31, 169, 113, 0.1);
}
.side-menu-address {
  margin: 0;
  padding: .7rem .85rem;
  color: rgba(243,246,244,.7);
  font-size: .88rem;
  line-height: 1.4;
}
.side-painel {
  display: grid;
  gap: .15rem;
  padding: .95rem 1rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #1FA971, #16B56A);
  color: #04150E !important;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(31, 169, 113, 0.28);
}
.side-painel span {
  font-weight: 800;
  font-size: 1rem;
}
.side-painel small {
  color: rgba(4, 21, 14, 0.72);
  font-weight: 600;
}
.side-menu-foot {
  flex: 0 0 auto;
  margin-top: auto;
  padding-top: .5rem;
}
.side-menu-dismiss {
  width: 100%;
  border: 1px solid rgba(255,255,255,.12);
  background: transparent;
  color: #F3F6F4;
  border-radius: 12px;
  padding: .85rem 1rem;
  font-weight: 700;
  cursor: pointer;
}
.side-menu-dismiss:hover {
  border-color: rgba(31, 169, 113, 0.4);
  background: rgba(31, 169, 113, 0.08);
}
.busca-resultados {
  background: #fff; border-radius: var(--radius); padding: .75rem;
  margin-bottom: 1rem; box-shadow: var(--shadow);
}
.busca-item {
  display: flex; justify-content: space-between; gap: .5rem;
  padding: .65rem 0; border-bottom: 1px solid #f0f0f0; cursor: pointer;
}

.loja-teste-banner {
  margin: 0;
  padding: .65rem 1rem;
  text-align: center;
  font-size: .82rem;
  font-weight: 600;
  color: #5c3b00;
  background: #fff4d6;
  border-bottom: 1px solid #f0d48a;
}
.fechada-backdrop {
  position: fixed;
  inset: 0;
  z-index: 95;
  background: rgba(8, 14, 11, .45);
  backdrop-filter: blur(2px);
}
.fechada-modal[hidden],
.fechada-backdrop[hidden] { display: none !important; }
.fechada-modal {
  position: fixed;
  inset: 0;
  z-index: 96;
  display: grid;
  place-items: center;
  padding: 1rem;
}
.fechada-modal__panel {
  width: min(100%, 420px);
  background: #fff;
  border-radius: 20px;
  padding: 1.4rem 1.25rem 1.25rem;
  box-shadow: 0 24px 48px rgba(10, 12, 11, 0.2);
  animation: fadeUp .2s ease-out;
}
.fechada-modal__kicker {
  margin: 0 0 .35rem;
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 800;
  color: #7a857e;
}
.fechada-modal__kicker .pedido-num {
  letter-spacing: 0.04em;
  text-transform: none;
}
.pedido-num {
  color: var(--cor-principal);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.simple-header h1 .pedido-num {
  color: var(--cor-principal);
}
.fechada-modal__panel h2 {
  margin: 0 0 .55rem;
  font-family: Outfit, sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: #0A0C0B;
  line-height: 1.25;
}
.fechada-modal__text {
  margin: 0 0 1rem;
  color: #5d6761;
  font-size: .95rem;
  line-height: 1.5;
  white-space: pre-wrap;
}
.fechada-modal__horarios {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: .85rem 0 0;
  border-top: 1px solid #eef1ef;
  display: grid;
  gap: .45rem;
}
.fechada-modal__horarios li {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  font-size: .88rem;
  color: #4a554f;
}
.fechada-modal__horarios strong { color: #0A0C0B; font-weight: 700; }
.fechada-modal .btn-primary { margin-top: .15rem; }
.notif-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  justify-content: stretch;
  margin-top: .25rem;
}
.notif-actions .btn,
.notif-actions .btn-primary,
.notif-actions a.btn-primary {
  flex: 1 1 100%;
  margin: 0;
  text-align: center;
  border-radius: 12px;
  padding: .85rem 1rem;
  font-weight: 700;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.notif-actions .btn[hidden],
.notif-actions .btn-primary[hidden],
.notif-actions a.btn-primary[hidden],
#okWhatsApp[hidden] {
  display: none !important;
}
.notif-actions .btn.ghost {
  background: #fff;
  color: #0A0C0B;
  border: 1px solid #d5ddd7;
}
.notif-actions .btn-primary {
  border: 0;
  background: linear-gradient(135deg, #1FA971, #16B56A);
  color: #04150E;
}

.page-simple { max-width: 640px; margin: 0 auto; padding-bottom: 2rem; }
.checkout-page {
  --checkout-orange: #f36b10;
  --checkout-dark: #181715;
  --checkout-cream: #f4f1ea;
  background: var(--checkout-cream);
  min-height: 100vh;
  padding-bottom: 2.5rem;
  max-width: none;
  margin: 0;
}
.checkout-topo {
  background: var(--checkout-dark);
  color: #fff;
  padding: 22px 20px 72px;
  border-radius: 0;
}
.checkout-topo-conteudo {
  width: min(100%, 640px);
  margin: 0 auto;
}
.checkout-voltar {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #d3d3d3;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}
.checkout-voltar:hover { color: #fff; }
.checkout-page .checkout-hello {
  margin: 0 0 14px;
  color: #c8c6c2;
  font-size: 15px;
  font-weight: 600;
}
.checkout-eyebrow {
  margin: 0 0 7px;
  color: var(--checkout-orange);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 800;
}
.checkout-topo h1 {
  margin: 0 0 10px;
  font-family: Outfit, sans-serif;
  font-size: clamp(1.55rem, 5vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.1;
  color: #fff;
}
.checkout-page .checkout-sub {
  margin: 0;
  color: #aaa8a5;
  font-size: 14px;
  font-weight: 600;
  opacity: 1;
}
.checkout-pagina {
  width: min(100% - 24px, 640px);
  margin: -48px auto 0;
  position: relative;
  z-index: 2;
}
.checkout-page .card-block {
  margin: 0 0 14px;
  padding: 1.2rem 1.1rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 28px rgba(24, 23, 21, 0.08);
}
.checkout-page .checkout-kicker {
  color: #8a8a8a;
  letter-spacing: 0.14em;
}
.checkout-page .checkout-hint {
  color: #747474;
}
.checkout-step { display: none; }
.checkout-step.is-on { display: block; animation: fadeUp .22s ease; }
.checkout-mod-chip {
  margin: .35rem 0 0;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .82rem;
  font-weight: 700;
  color: #0A0C0B;
  background: #eef5f0;
  border: 1px solid rgba(31,169,113,.22);
  border-radius: 999px;
  padding: .3rem .7rem;
}
.checkout-endereco {
  margin-top: 1rem;
  padding-top: .9rem;
  border-top: 1px solid #eef1ef;
}
.checkout-endereco-title {
  margin: 0 0 .75rem;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}
.field-hint {
  display: block;
  margin-top: .3rem;
  font-size: .78rem;
  font-weight: 500;
  color: #7a857e;
}
.btn-linkish {
  display: inline-block;
  margin: .35rem 0 .75rem;
  border: 0;
  background: transparent;
  color: #1a6b45;
  font: inherit;
  font-size: .88rem;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sem-cep-msg {
  margin: 0 0 .35rem;
  font-size: .9rem;
  color: #5d6761;
  font-weight: 500;
}
.taxa-hint {
  margin: .55rem 0 0;
  font-size: .85rem;
  font-weight: 600;
  color: #1a6b45;
  background: #eef8f2;
  border-radius: 10px;
  padding: .55rem .7rem;
}
.taxa-hint.is-warn {
  color: #7a4a00;
  background: #fff4d6;
}
.entrega-aviso {
  margin-top: .75rem;
  padding: .85rem .9rem;
  border-radius: 12px;
  background: #fff4d6;
  border: 1px solid #f0d48a;
  color: #5c3b00;
}
.entrega-aviso strong {
  display: block;
  margin-bottom: .25rem;
  font-size: .92rem;
}
.entrega-aviso p {
  margin: 0;
  font-size: .88rem;
  line-height: 1.4;
  font-weight: 500;
}
.simple-header {
  color: #F5F7F5;
  padding: 1rem 1.1rem 1.35rem;
  border-radius: 0 0 22px 22px;
  background:
    radial-gradient(700px 180px at 50% -40%, rgba(31, 169, 113, 0.28), transparent 60%),
    var(--cor-secundaria);
}
.simple-header h1 { margin: .35rem 0 0; font-family: Outfit, sans-serif; font-size: 1.35rem; }
.checkout-sub {
  margin: .35rem 0 0;
  opacity: .82;
  font-size: .9rem;
  font-weight: 600;
}
.back-link { color: #fff; text-decoration: none; font-weight: 600; opacity: .9; }
.card-block {
  background: #fff;
  margin: 1rem;
  padding: 1.15rem 1.1rem;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(10, 12, 11, 0.05);
  border: 1px solid rgba(10,12,11,.04);
}
.card-block h2 {
  margin: 0 0 .85rem;
  font-family: Outfit, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #0A0C0B;
}
.checkout-kicker {
  margin: 0 0 .25rem;
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 800;
  color: #7a857e;
}
.checkout-hint {
  margin: -.35rem 0 1rem;
  color: #6b756f;
  font-size: .9rem;
  line-height: 1.4;
}
.checkout-step-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .35rem;
}
.btn-text {
  border: 0;
  background: #eef3f0;
  color: #0A0C0B;
  font: inherit;
  font-weight: 700;
  font-size: .82rem;
  padding: .45rem .7rem;
  border-radius: 999px;
  cursor: pointer;
}
.receive-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: .7rem;
}
.receive-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: .85rem;
  text-align: left;
  border: 1.5px solid #e2e2e0;
  background: #fff;
  border-radius: 16px;
  padding: 1rem 1rem;
  cursor: pointer;
  font: inherit;
  color: #0A0C0B;
  transition: border-color .15s ease, box-shadow .15s ease, transform .12s ease, background .15s ease;
  -webkit-tap-highlight-color: transparent;
  min-height: 0;
  width: 100%;
}
.receive-card:hover {
  border-color: rgba(13, 107, 71, .4);
  box-shadow: 0 8px 18px rgba(13, 107, 71, 0.1);
}
.receive-card:active { transform: scale(.99); }
.receive-card.is-active,
.receive-card:focus-visible {
  border-color: #0d6b47;
  background: #f3fbf7;
  box-shadow: 0 0 0 3px rgba(13, 107, 71, 0.14);
  outline: none;
}
.receive-ico {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  font-size: 1.45rem;
  line-height: 1;
}
.receive-copy {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: .15rem;
}
.receive-card strong {
  font-family: Outfit, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #181715;
}
.receive-sub {
  font-size: .82rem;
  color: #747474;
  font-weight: 500;
}
.receive-mark {
  flex: 0 0 auto;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  border: 1.5px solid transparent;
  background: transparent;
  position: relative;
  opacity: .7;
}
.receive-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 42%;
  width: 0.42rem;
  height: 0.42rem;
  border-right: 2px solid #9a9a98;
  border-bottom: 2px solid #9a9a98;
  transform: translateY(-60%) rotate(-45deg);
}
.receive-card.is-active .receive-mark {
  border-color: #0d6b47;
  background: #0d6b47;
  opacity: 1;
  box-shadow: none;
}
.receive-card.is-active .receive-mark::after {
  left: 0.42rem;
  top: 0.28rem;
  width: 0.28rem;
  height: 0.55rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkout-btn-voltar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
  padding: 0.95rem 1rem;
  border: 1.5px solid #e2e2e0;
  border-radius: 14px;
  background: #fff;
  color: #181715;
  font: inherit;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}
.checkout-btn-voltar:hover {
  border-color: #cfcfcb;
  background: #fafafa;
}
.checkout-btn-voltar:active {
  transform: scale(0.99);
}
.card-block label { display: block; margin-bottom: .7rem; font-size: .88rem; color: #5d6761; font-weight: 600; }
.card-block input, .card-block select, .card-block textarea {
  width: 100%; margin-top: .35rem; padding: .8rem .85rem;
  border: 1px solid #dde5df; border-radius: 12px; background: #fff; color: var(--text);
  font: inherit;
}
.card-block input:focus, .card-block select:focus, .card-block textarea:focus {
  outline: none;
  border-color: rgba(31, 169, 113, .55);
  box-shadow: 0 0 0 3px rgba(31, 169, 113, 0.12);
}
.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: .65rem;
}
.pay-grid { display: grid; gap: .45rem; }
.modalidade-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
.mod-option, .pay-option {
  display: flex; align-items: center; gap: .55rem;
  padding: .85rem .9rem; border: 1px solid #dde5df; border-radius: 12px; margin-bottom: 0;
  background: #fff;
  cursor: pointer;
}
.pay-option:has(input:checked) {
  border-color: rgba(31, 169, 113, .5);
  background: rgba(31, 169, 113, 0.06);
}
.mod-option { margin: 0; justify-content: center; font-weight: 700; color: var(--text); }
.check-inline {
  display: flex !important;
  align-items: center;
  gap: .5rem;
  color: #0A0C0B !important;
}
.check-inline input { width: auto !important; margin: 0 !important; }
.checkout-submit { margin: 0 1rem 1.75rem; width: calc(100% - 2rem); }
.checkout-wa-hint {
  margin: 0 1rem .65rem;
  text-align: center;
  color: #5c675f;
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.4;
}
.checkout-wa-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  background: #25D366 !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.28);
}
.checkout-wa-btn:hover {
  background: #1ebe57 !important;
}
.checkout-wa-btn .wa-ico {
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
}
.checkout-wa-btn span {
  font-weight: 800;
}
.alert-erro {
  margin: 1rem; padding: .85rem 1rem; border-radius: 12px;
  background: #ffe8e4; color: #7a1f14;
}
.alert-teste {
  margin: 1rem; padding: .85rem 1rem; border-radius: 12px;
  background: #fff4d6; color: #5c3b00; font-weight: 600; font-size: .9rem;
}
.resumo-itens { list-style: none; padding: 0; margin: 0 0 1rem; }
.resumo-itens li {
  display: flex; justify-content: space-between; gap: .75rem;
  padding: .55rem 0; border-bottom: 1px solid #eef1ef;
}
.checkout-resumo h2 {
  margin: 0 0 .85rem;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}
.checkout-resumo .resumo-itens {
  margin: 0;
  padding: 0 0 .35rem;
}
.checkout-resumo .resumo-itens li {
  padding: .7rem 0;
  border-bottom: 1px solid #e8ece9;
  align-items: baseline;
}
.checkout-resumo .resumo-itens li:last-child {
  border-bottom: none;
}
.checkout-resumo .resumo-item-nome {
  color: #2a322e;
  font-size: .95rem;
  line-height: 1.35;
  font-weight: 500;
}
.checkout-resumo .resumo-item-nome em {
  font-style: normal;
  font-weight: 700;
  color: #5f6b64;
  margin-right: .15rem;
}
.checkout-resumo .resumo-item-preco {
  font-size: .95rem;
  font-weight: 700;
  color: #1c241f;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.totais { display: grid; gap: .35rem; }
.totais > div { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.drawer-foot .totais > div span { color: #6b756f; font-weight: 500; }
.drawer-foot .totais > div strong { font-size: 1.15rem; font-weight: 800; }
.total-final { font-size: 1.1rem; margin-top: .35rem; padding-top: .45rem; border-top: 1px solid #eef1ef; }

.checkout-totais {
  margin-top: .85rem;
  padding-top: .85rem;
  border-top: 1px solid #e2e7e3;
  gap: .55rem;
}
.checkout-totais .totais-linha span {
  color: #6b756f;
  font-size: .92rem;
  font-weight: 500;
}
.checkout-totais .totais-linha strong {
  font-size: .95rem;
  font-weight: 600;
  color: #24302a;
  font-variant-numeric: tabular-nums;
}
.checkout-totais .totais-linha strong.is-gratis {
  color: #1f7a45;
  font-weight: 700;
}
.checkout-totais .total-final {
  margin-top: .35rem;
  padding: .75rem .85rem;
  border-top: none;
  border-radius: 12px;
  background: linear-gradient(180deg, #f4faf6 0%, #eaf5ee 100%);
}
.checkout-totais .total-final span {
  color: #1c241f;
  font-size: 1rem;
  font-weight: 700;
}
.checkout-totais .total-final strong {
  font-size: 1.2rem;
  font-weight: 800;
  color: #0f3d24;
  letter-spacing: -0.02em;
}
.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0;
}
.timeline li {
  display: grid;
  grid-template-columns: 1.6rem 1fr;
  gap: .75rem;
  align-items: stretch;
  color: #8a938c;
  position: relative;
}
.timeline li .tl-rail {
  position: relative;
  display: flex;
  justify-content: center;
  padding: .15rem 0;
}
.timeline li .tl-rail::before {
  content: "";
  position: absolute;
  top: 1.35rem;
  bottom: -.15rem;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: #e4eae5;
  border-radius: 2px;
}
.timeline li:last-child .tl-rail::before { display: none; }
.timeline li.done .tl-rail::before {
  background: linear-gradient(180deg, #1FA971, #b7e4cb);
}
.timeline li.done:not(.current) .tl-rail::before {
  background: rgba(31, 169, 113, 0.45);
}
.tl-dot {
  position: relative;
  z-index: 1;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
  color: transparent;
  background: #fff;
  border: 2px solid #d5ddd7;
  box-sizing: border-box;
}
.timeline li.done .tl-dot {
  color: #fff;
  background: #1FA971;
  border-color: #1FA971;
  box-shadow: 0 0 0 3px rgba(31, 169, 113, 0.16);
}
.timeline li.current .tl-dot {
  color: #fff;
  background: #1FA971;
  border-color: #1FA971;
  box-shadow: 0 0 0 4px rgba(31, 169, 113, 0.18);
  animation: tlPulse 1.6s ease-in-out infinite;
}
.timeline li.current .tl-dot::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid #1FA971;
  opacity: 0.55;
  animation: tlRing 1.6s ease-out infinite;
  pointer-events: none;
}
.tl-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .65rem;
  padding: .42rem 0 .85rem;
  min-height: 2.1rem;
}
.tl-label {
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.3;
  color: inherit;
}
.timeline li.done .tl-label { color: #24302a; }
.timeline li.current .tl-label {
  color: #0E3D2A;
  font-weight: 800;
}
.tl-now {
  flex-shrink: 0;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #0E3D2A;
  background: rgba(31, 169, 113, 0.14);
  border-radius: 999px;
  padding: .22rem .5rem;
  animation: tlNowPulse 1.6s ease-in-out infinite;
}
.track-kicker {
  margin: 0 0 .85rem;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #7a857e;
}
.track-status {
  padding-top: 1.05rem;
  padding-bottom: .55rem;
}
.track-detalhes h2 {
  margin: 0 0 .75rem;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}
.track-cliente {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .65rem;
  align-items: baseline;
  margin-bottom: .25rem;
}
.track-cliente strong {
  font-size: .98rem;
  color: #1c241f;
}
.track-cliente span {
  color: #6b756f;
  font-size: .9rem;
  font-weight: 500;
}
.track-mod {
  margin: 0 0 .85rem;
  color: #6b756f;
  font-size: .9rem;
  font-weight: 500;
}
.page-acompanhar .resumo-itens {
  margin: 0;
  padding: 0;
}
.page-acompanhar .resumo-itens li {
  padding: .65rem 0;
  border-bottom: 1px solid #e8ece9;
  align-items: baseline;
}
.page-acompanhar .resumo-itens li:last-child { border-bottom: none; }
.page-acompanhar .resumo-item-nome {
  color: #2a322e;
  font-size: .93rem;
  line-height: 1.35;
  font-weight: 500;
}
.page-acompanhar .resumo-item-nome em {
  font-style: normal;
  font-weight: 700;
  color: #5f6b64;
  margin-right: .15rem;
}
.page-acompanhar .resumo-item-nome small {
  display: inline-block;
  margin-top: .15rem;
  color: #7a857e;
  font-size: .8rem;
  font-weight: 500;
}
.page-acompanhar .resumo-item-preco {
  font-size: .93rem;
  font-weight: 700;
  color: #1c241f;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
@keyframes tlPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 3px rgba(31, 169, 113, 0.2);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 7px rgba(31, 169, 113, 0.08);
  }
}
@keyframes tlRing {
  0% {
    transform: scale(0.85);
    opacity: 0.55;
  }
  70% {
    transform: scale(1.45);
    opacity: 0;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}
@keyframes tlNowPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.72; transform: scale(1.04); }
}

/* Acompanhar pedido — layout mockup PeddiGo */
.page-acompanhar {
  --acomp-orange: #f36b10;
  --acomp-orange-dark: #d95600;
  --acomp-orange-light: #fff1e7;
  --acomp-dark: #181715;
  --acomp-green: #0d6b47;
  --acomp-green-light: #eaf7f1;
  --acomp-text: #202020;
  --acomp-text-soft: #747474;
  --acomp-border: #e9e7e3;
  --acomp-bg: #f5f6f4;
  --acomp-shadow: 0 14px 45px rgba(25, 24, 21, 0.08);

  font-family: "Manrope", "DM Sans", system-ui, sans-serif;
  background:
    radial-gradient(circle at top right, rgba(243, 107, 16, 0.08), transparent 25%),
    var(--acomp-bg);
  color: var(--acomp-text);
  min-height: 100vh;
  padding-bottom: 2.5rem;
}
.page-acompanhar:has(.wa-pendente-bar) {
  padding-bottom: 5.5rem;
}

.acomp-topo {
  background: var(--acomp-dark);
  color: #fff;
  padding: 26px 20px 85px;
}
.acomp-topo-conteudo {
  width: min(100%, 980px);
  margin: 0 auto;
}
.acomp-voltar {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d3d3d3;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 28px;
  transition: color 0.2s;
}
.acomp-voltar:hover { color: #fff; }
.acomp-pedido-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
}
.acomp-pedido-small {
  color: var(--acomp-orange);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 7px;
}
.acomp-pedido-header h1 {
  font-size: clamp(27px, 5vw, 42px);
  line-height: 1;
  letter-spacing: -1.5px;
  margin: 0 0 12px;
  font-weight: 800;
  color: #fff;
}
.acomp-num { color: var(--acomp-orange); }
.acomp-pedido-header p {
  margin: 0;
  color: #aaa8a5;
  font-size: 14px;
}
.acomp-status-topo {
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 12px 17px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
}
.acomp-status-topo span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #55d69b;
  box-shadow: 0 0 0 5px rgba(85, 214, 155, 0.12);
  animation: acompDotPulse 1.6s ease-in-out infinite;
}
.acomp-status-topo.is-cancelado span {
  background: #e57373;
  box-shadow: 0 0 0 5px rgba(229, 115, 115, 0.15);
  animation: none;
}
.acomp-status-topo.is-ok span {
  animation: none;
}
.acomp-topo-links {
  margin: 18px 0 0;
  font-size: 13px;
}
.acomp-topo-links a {
  color: #5fd4a0;
  font-weight: 700;
  text-decoration: none;
}

.acomp-pagina {
  width: min(100% - 30px, 980px);
  margin: -55px auto 40px;
  position: relative;
  z-index: 2;
}
.acomp-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.025);
  border-radius: 22px;
  box-shadow: var(--acomp-shadow);
}
.acomp-status-card {
  padding: 28px 30px 32px;
  margin-bottom: 20px;
}
.acomp-card-cabecalho {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.acomp-card-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  color: #98938e;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.acomp-card-cabecalho h2 {
  margin: 0;
  font-size: 20px;
  letter-spacing: -0.6px;
  font-weight: 800;
  color: var(--acomp-dark);
}
.acomp-tempo {
  display: flex;
  align-items: center;
  gap: 7px;
  background: #f7f7f5;
  border: 1px solid #eeeeeb;
  padding: 9px 12px;
  border-radius: 10px;
  color: #68645f;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.acomp-card-cabecalho-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
  justify-content: flex-end;
}
.acomp-btn-avisos {
  border: 0;
  border-radius: 10px;
  padding: 9px 14px;
  background: var(--emerald, #1FA971);
  color: #fff;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
}
.acomp-btn-avisos:hover {
  filter: brightness(1.06);
}
.acomp-avisos-feedback {
  margin: .45rem 0 0;
  width: 100%;
  text-align: right;
  font-size: .78rem;
  line-height: 1.35;
  font-weight: 600;
  color: var(--acomp-green);
}
.acomp-avisos-feedback.is-erro {
  color: #8a1f1a;
}
.acomp-alert-erro {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #fdecea;
  color: #8a1f1a;
  font-weight: 700;
  font-size: 0.92rem;
}

.acomp-progresso {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--acomp-cols, 6), 1fr);
  margin-top: 10px;
}
.acomp-linha-base,
.acomp-linha-preenchida {
  position: absolute;
  height: 4px;
  left: 8%;
  top: 17px;
  border-radius: 20px;
}
.acomp-linha-base {
  right: 8%;
  background: #e9ebe8;
}
.acomp-linha-preenchida {
  width: 0;
  background: #1FA971;
  transition: width 0.4s ease;
}
.acomp-progresso.is-muted .acomp-linha-preenchida {
  width: 0 !important;
}
.acomp-etapa {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.acomp-etapa-circulo {
  width: 38px;
  height: 38px;
  background: #fff;
  border: 3px solid #e0e4df;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  color: #b6bab5;
  margin-bottom: 11px;
  transition: all 0.3s ease;
}
.acomp-etapa.ativa .acomp-etapa-circulo {
  background: #1FA971;
  border-color: #1FA971;
  color: #fff;
  box-shadow:
    0 0 0 5px rgba(31, 169, 113, 0.16),
    0 6px 15px rgba(31, 169, 113, 0.25);
  animation: acompEtapaPulse 1.7s ease-in-out infinite;
}
.acomp-etapa.concluida .acomp-etapa-circulo {
  background: #1FA971;
  border-color: #1FA971;
  color: #fff;
}
.acomp-etapa-nome {
  font-size: 11px;
  font-weight: 700;
  color: #9a9996;
  max-width: 110px;
  line-height: 1.25;
}
.acomp-etapa.ativa .acomp-etapa-nome {
  color: var(--acomp-dark);
  font-weight: 800;
}
.acomp-etapa.concluida .acomp-etapa-nome {
  color: #595753;
}

.acomp-status-atual-box {
  margin-top: 30px;
  background: linear-gradient(135deg, #eef8f2, #f7fcf9);
  border: 1px solid #c8e8d6;
  border-radius: 16px;
  padding: 17px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.acomp-status-atual-box.is-wa {
  background: linear-gradient(135deg, #eef8f2, #f7fcf9);
  border-color: #c8e8d6;
}
.acomp-status-atual-box.is-cancelado {
  background: linear-gradient(135deg, #fff5f4, #fffaf9);
  border-color: #f5cfcb;
}
.acomp-status-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 13px;
  background: #1FA971;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
}
.acomp-status-atual-box.is-wa .acomp-status-icon {
  background: #1FA971;
}
.acomp-status-atual-box.is-cancelado .acomp-status-icon {
  background: #c0392b;
}
.acomp-status-atual-box strong {
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
  color: var(--acomp-dark);
}
.acomp-status-atual-box p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #77716d;
}

.acomp-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr;
  gap: 20px;
  align-items: start;
}
.acomp-pix-card {
  margin: 0 0 20px;
  padding: 1.15rem 1.25rem;
  border: 1px solid #d9efe3;
  background: #f7fbf8;
}
.acomp-pix-card.is-pendente {
  border: 2px solid #f0a020;
  background:
    linear-gradient(180deg, #fff8eb 0%, #fffdf8 42%, #fff 100%);
  box-shadow: 0 12px 32px rgba(154, 103, 0, 0.12);
}
.acomp-pix-card.is-informado {
  border: 2px solid #2f80ed;
  background:
    linear-gradient(180deg, #eef5ff 0%, #f8fbff 45%, #fff 100%);
  box-shadow: 0 12px 32px rgba(47, 128, 237, 0.12);
}
.acomp-pix-card.is-informado .acomp-card-label {
  color: #1a4f9c;
  font-weight: 800;
}
.acomp-pix-badge.is-info {
  background: rgba(47, 128, 237, 0.14);
  color: #1a4f9c;
  border-color: rgba(47, 128, 237, 0.28);
}
.acomp-pix-hint--box {
  margin: 0;
  padding: .85rem .95rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(47, 128, 237, 0.2);
  color: #2d3832;
  line-height: 1.45;
}
.acomp-pix-informar {
  margin-top: 1rem;
  padding-top: .9rem;
  border-top: 1px solid rgba(240, 160, 32, 0.28);
}
.acomp-pix-informar-btn {
  width: 100%;
  min-height: 48px;
  font-weight: 800;
}
.acomp-pix-card.is-pendente .acomp-card-label {
  color: #9a6700;
  font-weight: 800;
}
.acomp-pix-card.is-pendente h3 {
  font-size: clamp(1.25rem, 2.4vw, 1.45rem);
  color: #181715;
}
.acomp-pix-lead {
  margin: .45rem 0 0;
  max-width: 36rem;
  font-size: .95rem;
  line-height: 1.45;
  color: #4a524c;
}
.acomp-pix-lead strong {
  color: #0f6b3d;
  font-size: 1.05em;
}
.acomp-pix-passos {
  list-style: none;
  margin: 0 0 1rem;
  padding: .85rem .95rem;
  display: grid;
  gap: .55rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(240, 160, 32, 0.28);
}
.acomp-pix-passos li {
  display: flex;
  align-items: center;
  gap: .65rem;
  font-size: .9rem;
  font-weight: 650;
  color: #2d3832;
  line-height: 1.35;
}
.acomp-pix-passos li span {
  flex: 0 0 auto;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #f0a020;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
}
.acomp-pix-card.is-pago {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  background: #eef8f2;
  border-color: #cfe8da;
  color: #0f6b3d;
}
.acomp-pix-card.is-pago > strong {
  font-size: 1.05rem;
}
.acomp-pix-card.is-pago > span {
  font-size: .9rem;
  color: #2d5c45;
  font-weight: 600;
}
.acomp-pix-dados {
  margin-top: .75rem;
  padding-top: .75rem;
  border-top: 1px solid rgba(15, 107, 61, 0.15);
}
.acomp-pix-card.is-pago .acomp-pix-hint {
  color: #3d6b52;
  margin: 0 0 .55rem;
}
.acomp-pix-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .85rem;
}
.acomp-pix-head h3 {
  margin: .2rem 0 0;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}
.acomp-pix-badge {
  display: inline-flex;
  align-items: center;
  padding: .35rem .7rem;
  border-radius: 999px;
  background: #fff4df;
  color: #9a6700;
  font-size: .75rem;
  font-weight: 800;
  white-space: nowrap;
  border: 1px solid rgba(154, 103, 0, 0.22);
}
.acomp-pix-body {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-start;
}
.acomp-pix-qr-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4rem;
  flex: 0 0 auto;
}
.acomp-pix-qr-wrap small {
  font-size: .75rem;
  font-weight: 700;
  color: #6b6760;
}
.acomp-pix-qr {
  width: 168px;
  height: 168px;
  border-radius: 14px;
  border: 1px solid #e5e5e1;
  background: #fff;
  flex: 0 0 auto;
  box-shadow: 0 4px 14px rgba(10, 12, 11, 0.06);
}
.acomp-pix-copy {
  flex: 1 1 240px;
  min-width: 0;
}
.acomp-pix-copy label {
  display: block;
  font-size: .85rem;
  color: #6b6760;
  font-weight: 700;
}
.acomp-pix-row {
  display: flex;
  gap: .45rem;
  margin-top: .35rem;
}
.acomp-pix-row input {
  flex: 1;
  min-width: 0;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: .7rem .8rem;
  font-size: .8rem;
  background: #fff;
  transition: border-color .15s ease, background .15s ease;
}
.acomp-pix-row input.is-copied {
  border-color: #1FA971;
  background: #eef8f2;
}
.acomp-pix-card .btn-primary {
  min-height: 44px;
  white-space: nowrap;
  font-weight: 800;
}
.acomp-pix-card .btn-primary.is-copied {
  background: #0f6b3d;
}
.acomp-pix-feedback {
  margin: .55rem 0 0;
  padding: .55rem .75rem;
  border-radius: 10px;
  background: #e8f7ef;
  color: #0f6b3d;
  font-size: .88rem;
  font-weight: 700;
}
.acomp-pix-feedback.is-erro {
  background: #fdecea;
  color: #8a1f1a;
}
.acomp-pix-hint {
  margin: .45rem 0 0;
  font-size: .85rem;
  color: #6b6760;
}
.acomp-pix-copy p {
  margin: .55rem 0 0;
  font-size: .85rem;
  color: #6b6760;
}
.acomp-pedido-card { padding: 27px; }
.acomp-titulo-secao {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--acomp-border);
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.acomp-titulo-secao h3 {
  margin: 0;
  font-size: 17px;
  letter-spacing: -0.4px;
  font-weight: 800;
}
.acomp-titulo-secao span {
  color: var(--acomp-text-soft);
  font-size: 11px;
  font-weight: 600;
}
.acomp-produto {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 8px 0 23px;
}
.acomp-produto-esquerda {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}
.acomp-quantidade {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--acomp-orange-light);
  color: var(--acomp-orange-dark);
  font-weight: 800;
  font-size: 12px;
  border-radius: 10px;
}
.acomp-produto-nome {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
}
.acomp-produto-info {
  color: var(--acomp-text-soft);
  font-size: 11px;
  line-height: 1.35;
}
.acomp-produto-preco {
  font-weight: 800;
  font-size: 14px;
  white-space: nowrap;
}
.acomp-valores {
  border-top: 1px dashed #deddd9;
  padding-top: 18px;
}
.acomp-valor-linha {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #64615c;
  font-size: 13px;
  margin-bottom: 13px;
}
.acomp-valor-linha strong {
  color: var(--acomp-dark);
  font-size: 13px;
}
.acomp-valor-total {
  background: var(--acomp-green-light);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px;
  border-radius: 13px;
  margin-top: 20px;
}
.acomp-valor-total span {
  font-size: 14px;
  font-weight: 800;
}
.acomp-valor-total strong {
  color: var(--acomp-green);
  font-size: 21px;
  letter-spacing: -0.7px;
}

.acomp-dados-card {
  padding: 25px;
  margin-bottom: 20px;
}
.acomp-dados-card h3 {
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 800;
}
.acomp-info-item {
  display: flex;
  gap: 12px;
  margin-bottom: 17px;
}
.acomp-info-item:last-child { margin-bottom: 0; }
.acomp-info-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #f5f4f1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.acomp-info-texto small {
  display: block;
  color: #999691;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-bottom: 3px;
}
.acomp-info-texto strong {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: var(--acomp-dark);
}
.acomp-info-texto span {
  color: var(--acomp-text-soft);
  font-size: 11px;
}

.acomp-ajuda {
  padding: 22px;
  background: var(--acomp-dark);
  color: #fff;
  border: 0;
}
.acomp-ajuda small {
  display: block;
  color: #aaa7a3;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  margin-bottom: 5px;
}
.acomp-ajuda strong {
  display: block;
  font-size: 14px;
  margin-bottom: 13px;
  font-weight: 800;
}
.acomp-ajuda a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #fff;
  color: var(--acomp-dark);
  padding: 11px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  transition: 0.2s;
}
.acomp-ajuda a:hover {
  background: var(--acomp-orange);
  color: #fff;
}

.acomp-wa-banner,
.acomp-wa-box {
  background: #fff;
  border: 1px solid #c8e8d6;
  border-radius: 16px;
  padding: 1rem 1.1rem;
  margin-bottom: 1rem;
  box-shadow: var(--acomp-shadow);
}
.acomp-wa-box {
  margin: 1.25rem 0 0;
  box-shadow: none;
  background: #f7fcf9;
}
.acomp-wa-banner strong,
.acomp-wa-box strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--acomp-dark);
}
.acomp-wa-banner p,
.acomp-wa-box p {
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
  color: #5d6761;
  line-height: 1.45;
}
.acomp-btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  border-radius: 12px;
  background: #1fa971;
  color: #04150e;
  font-weight: 800;
  text-decoration: none;
  font-size: 0.92rem;
}
.acomp-wa-banner.is-pulse,
.wa-pendente-bar.is-pulse {
  animation: waPulse 0.7s ease 3;
}
.acomp-vazio {
  color: var(--acomp-text-soft);
  font-size: 0.9rem;
}

@keyframes acompEtapaPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow:
      0 0 0 5px rgba(31, 169, 113, 0.16),
      0 6px 15px rgba(31, 169, 113, 0.25);
  }
  50% {
    transform: scale(1.06);
    box-shadow:
      0 0 0 8px rgba(31, 169, 113, 0.12),
      0 8px 18px rgba(31, 169, 113, 0.3);
  }
}
@keyframes acompDotPulse {
  0%, 100% { box-shadow: 0 0 0 5px rgba(85, 214, 155, 0.12); }
  50% { box-shadow: 0 0 0 8px rgba(85, 214, 155, 0.22); }
}

@media (max-width: 750px) {
  .acomp-topo { padding-bottom: 80px; }
  .acomp-pedido-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .acomp-status-topo { display: none; }
  .acomp-pagina { width: min(100% - 20px, 980px); }
  .acomp-status-card { padding: 23px 17px; }
  .acomp-card-cabecalho { margin-bottom: 25px; }
  .acomp-tempo { display: none; }
  .acomp-status-atual-box { margin-top: 15px; }
  .acomp-grid { grid-template-columns: 1fr; }
  .acomp-pedido-card,
  .acomp-dados-card { padding: 21px; }
  .acomp-pix-card.is-pendente { padding: 1.05rem 1rem; }
  .acomp-pix-passos { margin-bottom: .9rem; }
  .acomp-pix-row {
    flex-direction: column;
  }
  .acomp-pix-row .btn-primary {
    width: 100%;
    min-height: 48px;
  }
  .acomp-pix-row input {
    font-size: 16px; /* evita zoom automático no iOS */
  }
  .acomp-pix-qr {
    width: 150px;
    height: 150px;
  }
  .acomp-btn-avisos {
    width: 100%;
    min-height: 40px;
  }
}

/* Celular em pé: linha do tempo vertical (todas as etapas visíveis) */
@media (max-width: 750px) and (orientation: portrait) {
  .acomp-progresso {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 4px;
  }
  .acomp-linha-base,
  .acomp-linha-preenchida { display: none; }
  .acomp-etapa {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 12px;
    align-items: start;
    text-align: left;
    position: relative;
    padding: 0 0 16px;
  }
  .acomp-etapa:last-child { padding-bottom: 0; }
  .acomp-etapa:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 36px;
    bottom: 0;
    width: 3px;
    border-radius: 20px;
    background: #e0e4df;
  }
  .acomp-etapa.concluida:not(:last-child)::before {
    background: #1FA971;
  }
  .acomp-etapa.ativa:not(:last-child)::before {
    background: #e0e4df;
  }
  .acomp-etapa-circulo {
    width: 36px;
    height: 36px;
    margin-bottom: 0;
    font-size: 13px;
  }
  .acomp-etapa.ativa .acomp-etapa-circulo {
    box-shadow:
      0 0 0 4px rgba(31, 169, 113, 0.16),
      0 4px 12px rgba(31, 169, 113, 0.22);
  }
  .acomp-etapa-nome {
    max-width: none;
    font-size: 13px;
    padding-top: 8px;
    line-height: 1.3;
  }
  .acomp-etapa.ativa .acomp-etapa-nome {
    font-size: 14px;
  }
}

/* Celular deitado (tela estreita): mantém a barra horizontal compacta */
@media (max-width: 750px) and (orientation: landscape) {
  .acomp-etapa-circulo {
    width: 30px;
    height: 30px;
    font-size: 12px;
    margin-bottom: 6px;
  }
  .acomp-linha-base,
  .acomp-linha-preenchida {
    top: 13px;
  }
  .acomp-etapa-nome {
    font-size: 9px;
    max-width: 72px;
  }
}
.vazio, .vazio-geral { color: var(--muted); padding: 1rem 0; }
.checkout-form .btn-primary { margin: 0 1rem 1.5rem; width: calc(100% - 2rem); }
.checkout-page .checkout-form .btn-primary,
.checkout-page .checkout-form .checkout-submit {
  margin: 0 0 1.25rem;
  width: 100%;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes sheetUp {
  from { transform: translateY(24px); opacity: .6; }
  to { transform: translateY(0); opacity: 1; }
}

/* Mais informações — PeddiGo */
.info-backdrop {
  position: fixed; inset: 0; z-index: 80;
  background: rgba(8, 12, 10, .58);
  backdrop-filter: blur(3px);
}
.info-backdrop[hidden] { display: none !important; }
.info-sheet {
  position: fixed;
  left: 0; right: 0; bottom: 0; top: auto;
  z-index: 90;
  width: 100%;
  max-height: min(92vh, 860px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background:
    radial-gradient(520px 220px at 10% -8%, color-mix(in srgb, var(--cor-principal) 18%, transparent), transparent 65%),
    radial-gradient(420px 180px at 100% 0%, rgba(10, 12, 11, 0.05), transparent 55%),
    #fff;
  border-radius: 26px 26px 0 0;
  box-shadow: 0 -22px 60px rgba(0,0,0,.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(28px);
  transition: opacity .22s ease, transform .28s cubic-bezier(.22, 1, .36, 1);
}
.info-sheet.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
@media (min-width: 768px) {
  .info-sheet {
    left: 50%;
    right: auto;
    bottom: auto;
    top: 50%;
    width: min(480px, 94vw);
    max-height: min(88vh, 780px);
    border-radius: 24px;
    transform: translate(-50%, -46%) scale(.98);
  }
  .info-sheet.is-open {
    transform: translate(-50%, -50%) scale(1);
  }
}
.info-head {
  position: sticky; top: 0; z-index: 2;
  display: flex; align-items: center; justify-content: space-between;
  gap: .85rem;
  padding: 1.05rem 1.1rem .95rem;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.88));
  backdrop-filter: blur(8px);
  border-bottom: 0;
}
.info-head::after {
  content: "";
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(10,12,11,.1), transparent);
}
.info-brand {
  display: flex;
  align-items: center;
  gap: .7rem;
  min-width: 0;
}
.info-brand-logo,
.info-brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  flex: 0 0 auto;
  object-fit: cover;
  background: #0A0C0B;
  box-shadow: 0 8px 18px rgba(10,12,11,.12);
}
.info-brand-mark {
  display: grid;
  place-items: center;
  color: #F5F7F5;
  font-family: Outfit, sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
}
.info-brand-text { min-width: 0; }
.info-brand-kicker {
  margin: 0 0 .1rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--cor-principal) 72%, #3f4843);
}
.info-head h2 {
  margin: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #0A0C0B;
  line-height: 1.15;
}
.info-body {
  padding: 1rem 1.1rem calc(1.4rem + var(--safe-bottom));
}
.info-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .65rem;
  margin-bottom: .35rem;
}
.info-stat {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  padding: .8rem .75rem;
  border-radius: 16px;
  background: #f5f7f5;
  border: 1px solid rgba(10, 12, 11, 0.05);
  min-width: 0;
}
.info-stat--accent {
  grid-column: 1 / -1;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--cor-principal) 16%, #fff), #fff 70%);
  border-color: color-mix(in srgb, var(--cor-principal) 22%, #e6ebe7);
}
.info-stat-ico {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #fff;
  font-size: .95rem;
  box-shadow: 0 2px 8px rgba(10,12,11,.05);
}
.info-stat-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: .15rem;
}
.info-stat-label {
  font-size: .72rem;
  font-weight: 600;
  color: #6b756f;
  line-height: 1.25;
}
.info-stat-value {
  font-family: Outfit, sans-serif;
  font-size: .95rem;
  font-weight: 800;
  color: #0A0C0B;
  letter-spacing: -.02em;
  line-height: 1.2;
  word-break: break-word;
}
.info-block {
  margin-top: 1.15rem;
  padding: 1rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(10, 12, 11, 0.06);
  box-shadow: 0 8px 20px rgba(10, 12, 11, 0.03);
}
.info-block h3 {
  margin: 0 0 .7rem;
  display: flex;
  align-items: center;
  gap: .4rem;
  text-align: left;
  font-family: Outfit, sans-serif;
  font-size: .92rem;
  color: #0A0C0B;
  font-weight: 800;
  letter-spacing: -.01em;
}
.info-block-ico {
  display: inline-grid;
  place-items: center;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 8px;
  background: color-mix(in srgb, var(--cor-principal) 14%, #fff);
  color: color-mix(in srgb, var(--cor-principal) 80%, #0A0C0B);
  font-size: .78rem;
}
.info-text {
  margin: 0;
  color: #4d5751;
  font-size: .9rem;
  line-height: 1.5;
}
.info-contact {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .65rem .8rem;
  border-radius: 12px;
  background: #f5f7f5;
  color: #0A0C0B;
  font-weight: 700;
  text-decoration: none;
}
.info-contact:hover { background: color-mix(in srgb, var(--cor-principal) 10%, #f5f7f5); }
.info-wa {
  display: inline-grid; place-items: center;
  width: 1.55rem; height: 1.55rem;
  border-radius: 999px;
  background: #25D366;
  color: #fff;
  font-size: 0;
}
.info-wa::before { content: "W"; font-size: .7rem; font-weight: 800; }
.info-address {
  margin: 0;
  text-align: left;
  color: #1a1f1c;
  font-weight: 700;
  line-height: 1.45;
  font-size: .92rem;
}
.info-hours {
  list-style: none; padding: 0; margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #f7f9f7;
}
.info-hours li {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .65rem .8rem;
  border-bottom: 1px solid rgba(10,12,11,.05);
  color: #3d4742;
  font-size: .88rem;
}
.info-hours li:last-child { border-bottom: 0; }
.info-hours li:nth-child(even) { background: rgba(255,255,255,.55); }
.info-hours strong {
  font-weight: 700;
  color: #0A0C0B;
  font-variant-numeric: tabular-nums;
}
.info-hours li.is-closed strong { color: #9aa39c; font-weight: 600; }
.side-menu-link--btn {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  margin-top: .35rem;
  color: #E8FFF3;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Ofertas ImperdÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ­veis (popup de entrada) */
.ofertas-backdrop {
  position: fixed; inset: 0; z-index: 95;
  background: rgba(10, 12, 11, .58);
}
.ofertas-backdrop[hidden] { display: none !important; }
.ofertas-sheet {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -46%) scale(.98);
  width: min(440px, calc(100vw - 1.25rem));
  max-height: min(88vh, 760px);
  z-index: 100;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 28px 70px rgba(0,0,0,.32);
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
  overflow: hidden;
}
.ofertas-sheet.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}
.ofertas-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: 1rem 1rem .55rem;
  flex: 0 0 auto;
}
.ofertas-head h2 {
  margin: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
  color: #3d4742;
  font-weight: 700;
}
.ofertas-tabs {
  display: flex;
  gap: .55rem;
  padding: .35rem 1rem .85rem;
  flex: 0 0 auto;
  overflow-x: auto;
  scrollbar-width: none;
}
.ofertas-tabs::-webkit-scrollbar { display: none; }
.ofertas-tab {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  border: 1px solid #e3e9e5;
  background: #f7f8f7;
  color: #3d4742;
  border-radius: 999px;
  padding: .45rem .85rem;
  font: inherit;
  font-size: .86rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}
.ofertas-tab.is-active {
  background: #0A0C0B;
  border-color: #0A0C0B;
  color: #E8FFF3;
}
.ofertas-tab-ico {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: .72rem;
  font-weight: 800;
}
.ofertas-tab-ico--promo { background: #E23B3B; color: #fff; }
.ofertas-tab-ico--star { background: #F5C518; color: #3a2c00; }
.ofertas-body {
  overflow: auto;
  padding: 0 1rem 1.1rem;
  -webkit-overflow-scrolling: touch;
}
.ofertas-panel[hidden] { display: none !important; }
.ofertas-item {
  width: 100%;
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: .75rem;
  align-items: center;
  text-align: left;
  border: 1px solid #eef1ee;
  background: #fff;
  border-radius: 14px;
  padding: .65rem .7rem;
  margin-bottom: .65rem;
  cursor: pointer;
  font: inherit;
  color: inherit;
  box-shadow: 0 4px 14px rgba(10,12,11,.04);
  position: relative;
}
.ofertas-item:active { transform: scale(.99); }
.ofertas-thumb {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
  background: #f4f6f4;
  display: grid;
  place-items: center;
}
.ofertas-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.ofertas-info {
  display: grid;
  gap: .2rem;
  min-width: 0;
}
.ofertas-info strong {
  font-size: .9rem;
  line-height: 1.25;
  color: #0A0C0B;
  text-transform: uppercase;
  letter-spacing: .01em;
}
.ofertas-desc {
  color: #8a938c;
  font-size: .75rem;
  line-height: 1.3;
}
.ofertas-preco-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .3rem .45rem;
  margin-top: .15rem;
}
.ofertas-preco-row s {
  color: #9aa39c;
  font-size: .78rem;
}
.ofertas-preco-row em {
  font-style: normal;
  font-weight: 800;
  color: var(--emerald-deep, #0E5A38);
  font-size: .95rem;
}
.ofertas-badge {
  align-self: start;
  font-size: .68rem;
  font-weight: 800;
  padding: .28rem .5rem;
  border-radius: 999px;
  background: #0A0C0B;
  color: #E8FFF3;
  white-space: nowrap;
}
.ofertas-badge--pts {
  background: #E7F8EF;
  color: #0E5A38;
}

/* Celular: mesma leitura do app concorrente */
@media (max-width: 720px) {
  .ofertas-backdrop {
    background: rgba(10, 12, 11, .62);
  }
  .ofertas-sheet {
    left: 50%;
    top: 50%;
    width: calc(100vw - 1.5rem);
    max-width: 420px;
    max-height: min(86dvh, 86vh);
    border-radius: 18px;
    transform: translate(-50%, -48%) scale(.98);
  }
  .ofertas-sheet.is-open {
    transform: translate(-50%, -50%) scale(1);
  }
  .ofertas-head {
    padding: .95rem .95rem .4rem;
  }
  .ofertas-head h2 {
    font-size: 1.12rem;
    font-weight: 700;
    color: #5a635e;
  }
  .ofertas-head .modal-close {
    width: 2.35rem;
    height: 2.35rem;
    font-size: 1.05rem;
    flex: 0 0 auto;
  }
  .ofertas-tabs {
    gap: .5rem;
    padding: .25rem .95rem .8rem;
  }
  .ofertas-tab {
    padding: .5rem .9rem;
    font-size: .84rem;
  }
  .ofertas-body {
    padding: 0 .95rem calc(.95rem + env(safe-area-inset-bottom, 0px));
    overscroll-behavior: contain;
  }
  .ofertas-item {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: .7rem;
    align-items: start;
    padding: .7rem .7rem .75rem;
    padding-right: .75rem;
    margin-bottom: .7rem;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(10, 12, 11, .06);
  }
  .ofertas-thumb {
    width: 78px;
    height: 78px;
    border-radius: 12px;
    flex-shrink: 0;
  }
  .ofertas-info {
    padding-right: .15rem;
    padding-top: .05rem;
  }
  .ofertas-info strong {
    font-size: .86rem;
    padding-right: 3.6rem; /* espaÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ§o pro badge no canto */
  }
  .ofertas-desc {
    font-size: .74rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .ofertas-preco-row {
    margin-top: .35rem;
  }
  .ofertas-preco-row em {
    font-size: 1rem;
  }
  .ofertas-badge {
    position: absolute;
    top: .55rem;
    right: .55rem;
    z-index: 1;
    font-size: .65rem;
    padding: .26rem .48rem;
  }
}

@media (max-width: 380px) {
  .ofertas-sheet {
    width: calc(100vw - 1rem);
    max-height: min(88dvh, 88vh);
  }
  .ofertas-item {
    grid-template-columns: 68px minmax(0, 1fr);
  }
  .ofertas-thumb {
    width: 68px;
    height: 68px;
  }
  .ofertas-info strong {
    font-size: .82rem;
    padding-right: 3.2rem;
  }
}

body.ofertas-lock {
  overflow: hidden;
  touch-action: none;
}

.wa-pendente-banner {
  margin: 0 0 .85rem;
  padding: 1rem 1rem 1.1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff6d8, #ffe8b0);
  border: 1px solid #f0d48a;
  color: #5c3b00;
  display: grid;
  gap: .55rem;
}
.wa-pendente-banner strong {
  font-family: Outfit, sans-serif;
  font-size: 1.05rem;
}
.wa-pendente-banner p {
  margin: 0;
  font-size: .92rem;
  line-height: 1.4;
}
.wa-pendente-banner .btn-primary,
.wa-pendente-box .btn-primary {
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  box-sizing: border-box;
}
.wa-pendente-status {
  margin: 0 0 .75rem;
  padding: .65rem .8rem;
  border-radius: 12px;
  background: rgba(240, 180, 40, 0.14);
  color: #7a5b00;
  font-weight: 700;
  font-size: .9rem;
}
.wa-timeline-muted { opacity: .45; }
.wa-pendente-box {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 14px;
  background: #122018;
  color: #E8F2EC;
  display: grid;
  gap: .55rem;
}
.wa-pendente-box strong {
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  color: #8dffc7;
}
.wa-pendente-box p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.4;
  color: rgba(232, 242, 236, 0.88);
}
.wa-pendente-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .55rem;
  padding: .75rem .9rem calc(.75rem + env(safe-area-inset-bottom, 0px));
  background: #0A0C0B;
  border-top: 2px solid #1FA971;
  color: #F5F7F5;
  box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.28);
}
.wa-pendente-bar span {
  font-size: .86rem;
  font-weight: 700;
  flex: 1 1 140px;
}
.wa-pendente-bar .btn-primary {
  flex: 0 0 auto;
  min-height: 44px;
  padding: .55rem .9rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-acompanhar:has(.wa-pendente-bar) {
  padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
}
.wa-pendente-banner.is-pulse,
.wa-pendente-bar.is-pulse {
  animation: waPulse 0.7s ease 3;
}
@keyframes waPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.015); box-shadow: 0 0 0 3px rgba(31, 169, 113, 0.45); }
}

/* Conta / Meus pedidos */
.conta-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .35rem;
  margin-bottom: 1rem;
  padding: .25rem;
  border-radius: 12px;
  background: rgba(10, 12, 11, 0.05);
}
.conta-tab {
  text-align: center;
  padding: .65rem .5rem;
  border-radius: 10px;
  font-weight: 700;
  color: #5c675f;
  text-decoration: none;
}
.conta-tab.is-active {
  background: #fff;
  color: var(--ink, #0A0C0B);
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
}
.conta-form {
  display: grid;
  gap: .85rem;
}
.conta-form label {
  display: grid;
  gap: .35rem;
  font-weight: 600;
  font-size: .92rem;
}
.conta-form input {
  width: 100%;
  border: 1px solid #d5ddd8;
  border-radius: 12px;
  padding: .85rem 1rem;
  font: inherit;
}
.conta-switch {
  text-align: center;
  margin: .35rem 0 0;
  color: #5c675f;
  font-size: .92rem;
}
.conta-switch a { font-weight: 700; color: var(--emerald, #1FA971); }
.conta-hint p { margin: 0 0 .85rem; line-height: 1.45; }
.conta-phone-fixed {
  margin: 0;
  font-weight: 700;
  padding: .7rem 0;
}
.acompanhar-links {
  margin: .45rem 0 0;
  font-size: .9rem;
}
.acompanhar-links a {
  font-weight: 700;
  color: var(--emerald, #1FA971);
  text-decoration: none;
}
.pedidos-lista {
  list-style: none;
  margin: 0;
  padding: .25rem 1rem 1.25rem;
  display: grid;
  gap: .85rem;
}
.pedido-card {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  background:
    linear-gradient(180deg, #FFFFFF 0%, #FBFCFB 100%);
  border-radius: 18px;
  padding: 1.05rem 1.15rem 1rem;
  border: 1px solid rgba(10, 12, 11, 0.06);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 10px 28px rgba(10, 12, 11, 0.07);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.pedido-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--emerald) 0%, var(--emerald-deep) 100%);
  opacity: .85;
}
.pedido-card.is-wait::before {
  background: linear-gradient(180deg, #E0A84A 0%, #B7791F 100%);
}
.pedido-card:active {
  transform: scale(0.985);
  box-shadow: 0 6px 16px rgba(10, 12, 11, 0.06);
}
.pedido-card-top {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  align-items: center;
}
.pedido-card-num {
  font-family: Outfit, "DM Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--emerald);
}
.pedido-card-status {
  flex: 0 0 auto;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--emerald-deep);
  background: var(--emerald-soft);
  padding: .35rem .65rem;
  border-radius: 999px;
  border: 1px solid rgba(31, 169, 113, 0.18);
}
.pedido-card-status.is-wait {
  color: #8a5a00;
  background: #fff6e0;
  border-color: rgba(183, 121, 31, 0.22);
}
.pedido-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .3rem;
  margin: .55rem 0 0;
  color: var(--muted);
  font-size: .88rem;
  font-weight: 500;
}
.pedido-card-dot {
  opacity: .55;
}
.pedido-card-itens {
  margin: .4rem 0 0;
  color: var(--ink);
  font-size: .86rem;
  line-height: 1.35;
  opacity: .82;
}
.pedido-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-top: .85rem;
  padding-top: .8rem;
  border-top: 1px solid rgba(10, 12, 11, 0.06);
}
.pedido-card-total {
  margin: 0;
  font-family: Outfit, "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.pedido-card-go {
  font-size: .82rem;
  font-weight: 800;
  color: var(--emerald);
  letter-spacing: .01em;
}
.conta-sair-wrap {
  padding: .25rem 1rem calc(1.75rem + var(--safe-bottom));
}
.btn-sair-conta {
  width: 100%;
  appearance: none;
  border: 1px solid rgba(10, 12, 11, 0.12);
  background:
    linear-gradient(180deg, #FFFFFF 0%, #F4F6F4 100%);
  color: var(--ink);
  font-weight: 700;
  font-size: .95rem;
  padding: 1rem 1.15rem;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(10, 12, 11, 0.05);
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
.btn-sair-conta:active {
  transform: scale(0.99);
  border-color: rgba(10, 12, 11, 0.2);
  background: #EEEFEF;
}
.checkout-hello {
  margin: 0 0 .35rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: -0.01em;
}
.endereco-resumo {
  margin-top: .85rem;
  padding: .85rem 1rem;
  border-radius: 12px;
  background: rgba(31, 169, 113, 0.08);
}
.endereco-resumo strong {
  display: block;
  font-size: .85rem;
  margin-bottom: .25rem;
}
.endereco-resumo p {
  margin: 0 0 .35rem;
  line-height: 1.4;
}


/* Meus pedidos — padrão acompanhar */
.page-meus-pedidos .acomp-btn-novo-pedido {
  text-decoration: none;
  background: var(--acomp-orange);
  color: #fff !important;
  border: 0;
  padding: .55rem .9rem;
}
.page-meus-pedidos .acomp-btn-novo-pedido span { display: none; }
.meus-cta-bar {
  margin: 0 0 1rem;
}
.meus-cta-novo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  min-height: 48px;
  font-weight: 800;
}
.meus-pedidos-lista {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .85rem;
}
.meus-pedido-card {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 1.1rem 1.15rem;
  transition: transform .15s ease;
}
.meus-pedido-card.is-wait {
  border-color: #f0d7b0;
  background: #fffaf3;
}
.meus-pedido-card:active { transform: scale(0.99); }
.meus-pedido-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
}
.meus-pedido-num {
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  color: var(--acomp-dark, #181715);
}
.meus-pedido-status {
  display: inline-flex;
  align-items: center;
  padding: .35rem .65rem;
  border-radius: 999px;
  background: var(--acomp-green-light, #eaf7f1);
  color: var(--acomp-green, #0d6b47);
  font-size: .72rem;
  font-weight: 800;
  white-space: nowrap;
}
.meus-pedido-status.is-wait {
  background: #fff4df;
  color: #9a6700;
}
.meus-pedido-meta {
  margin: .55rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  color: var(--acomp-text-soft, #747474);
  font-size: .82rem;
  font-weight: 600;
}
.meus-pedido-itens {
  margin: .45rem 0 0;
  color: #444;
  font-size: .88rem;
  line-height: 1.35;
}
.meus-pedido-foot {
  margin-top: .85rem;
  padding-top: .75rem;
  border-top: 1px solid var(--acomp-border, #e9e7e3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}
.meus-pedido-foot strong {
  font-size: 1.05rem;
  color: var(--acomp-dark, #181715);
}
.meus-pedido-foot span {
  font-size: .85rem;
  font-weight: 800;
  color: var(--acomp-orange, #f36b10);
}
.meus-sair-wrap {
  margin-top: 1.25rem;
  padding-bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px));
}
