:root{--brand:#111;--accent:#e11d1d;--gold:#f6b21a;--ink:#222;--muted:#6d6d6d;--line:#ececec;--bg:#f5f5f5;--card:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}.page{width:100%;max-width:720px;margin:0 auto;background:#fff;min-height:100vh;padding-bottom:92px}.hero{height:230px;background-size:cover;background-position:center;position:relative}.hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:5px;background:linear-gradient(90deg,#111,#e11d1d,#f6b21a)}.back{position:absolute;left:18px;top:18px;width:54px;height:54px;border:0;border-radius:50%;background:#fff;color:#111;font-size:42px;line-height:42px;box-shadow:0 10px 24px #0003}.hero-actions{position:absolute;right:18px;top:18px;display:flex;gap:12px}.round{width:50px;height:50px;border:0;border-radius:50%;background:#fff;color:#111;font-size:26px;font-weight:800;box-shadow:0 10px 24px #0003}.store-card{display:flex;align-items:center;gap:16px;padding:0 18px 18px;background:#fff;border-bottom:1px solid var(--line);position:relative}.store-logo{width:92px;height:92px;object-fit:cover;border-radius:50%;border:5px solid #fff;margin-top:-46px;background:#fff;box-shadow:0 6px 20px #0002;flex:0 0 auto}.store-main{min-width:0}.store-main h1{margin:12px 0 7px;font-size:30px;line-height:1;font-weight:950;letter-spacing:-.5px}.store-main p{margin:0;color:#555;font-size:16px}.store-info{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:15px 18px;background:#fff;border-bottom:1px solid var(--line);font-size:15px;color:#555}.store-info a{color:var(--accent);font-weight:900;text-decoration:none;white-space:nowrap}.tabs{position:sticky;top:0;z-index:10;display:flex;gap:0;overflow-x:auto;background:#fff;border-bottom:1px solid var(--line);scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab{border:0;background:#fff;color:#333;padding:15px 18px 13px;font-size:18px;font-weight:900;white-space:nowrap;border-bottom:4px solid transparent}.tab.active{color:var(--accent);border-bottom-color:var(--accent)}.search-box{display:flex;align-items:center;gap:10px;margin:14px 18px;padding:0 12px;border-radius:13px;background:#eee;color:#666}.search-box input{width:100%;border:0;outline:0;background:transparent;padding:14px 4px;font-size:16px}.search-box button{border:0;background:transparent;font-size:28px;color:#777}.again{padding:4px 18px 8px}.again:empty{display:none}.again-title{font-size:22px;margin:4px 0 12px;font-weight:950}.again-card{display:grid;grid-template-columns:94px 1fr;gap:13px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:10px;background:#fff;box-shadow:0 5px 18px #0000000a}.again-card img{width:94px;height:94px;border-radius:13px;object-fit:cover}.again-card h3{margin:2px 0 6px;font-size:18px}.again-card button{border:0;background:transparent;color:var(--accent);padding:0;font-weight:950;font-size:16px}.section{padding:20px 18px 0;background:#fff}.section h2{font-size:30px;line-height:1.05;margin:0 0 11px;font-weight:950;letter-spacing:-.4px}.product{display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:14px;align-items:start;padding:16px 0;border-top:1px solid var(--line)}.product:first-of-type{border-top:0}.product-info{min-width:0}.product h3{margin:0 0 6px;font-size:21px;line-height:1.18;font-weight:900;color:#4a4a4a}.product p{margin:0 0 8px;color:#696969;font-size:16px;line-height:1.25}.price{font-size:20px;font-weight:950;color:#444}.photo-wrap{position:relative;width:112px;height:112px}.photo{width:112px;height:112px;border-radius:12px;object-fit:cover;background:#f1f1f1;display:block}.add{position:absolute;right:6px;bottom:6px;border:0;background:#fff;color:var(--accent);width:42px;height:42px;border-radius:50%;font-size:32px;line-height:38px;font-weight:950;box-shadow:0 4px 15px #0003}.cartbar{position:fixed;left:50%;bottom:calc(12px + env(safe-area-inset-bottom));transform:translateX(-50%);z-index:30;width:min(688px,calc(100% - 28px));border:0;border-radius:15px;padding:15px 18px;background:linear-gradient(90deg,#111,#e11d1d);color:#fff;display:flex;justify-content:space-between;align-items:center;font-size:18px;font-weight:900;box-shadow:0 16px 34px #0005}.modal{position:fixed;inset:0;z-index:50;background:rgba(0,0,0,.55);display:none;align-items:flex-end}.modal.open{display:flex}.sheet{width:100%;max-width:720px;margin:0 auto;background:#fff;border-radius:24px 24px 0 0;max-height:88vh;overflow:auto;padding:18px 18px calc(18px + env(safe-area-inset-bottom))}.sheet-head{display:flex;align-items:center;justify-content:space-between}.sheet h2{margin:0 0 12px;font-size:26px}.sheet-head button{border:0;background:#eee;border-radius:50%;width:42px;height:42px;font-size:26px}.cart-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:13px 0;border-bottom:1px solid var(--line)}.cart-item strong{font-size:16px}.qty{display:flex;align-items:center;gap:9px}.qty button{width:34px;height:34px;border:0;border-radius:9px;background:#eee;font-weight:950}.form{margin-top:12px}.form input,.form textarea,.form select{width:100%;margin:6px 0;padding:14px;border:1px solid #ddd;border-radius:13px;outline:0}.primary,.ghost{width:100%;border:0;border-radius:14px;padding:15px;font-size:17px;font-weight:950;margin-top:9px}.primary{background:#111;color:#fff}.ghost{background:#fff;border:1px solid #ddd;color:#333}.empty{padding:34px 20px;text-align:center;color:#777}@media(max-width:430px){.hero{height:190px}.store-logo{width:82px;height:82px;margin-top:-41px}.store-main h1{font-size:25px}.store-main p,.store-info{font-size:14px}.tab{font-size:16px;padding-left:15px;padding-right:15px}.section h2{font-size:27px}.product{grid-template-columns:minmax(0,1fr) 100px;gap:12px}.photo-wrap,.photo{width:100px;height:100px}.product h3{font-size:19px}.product p{font-size:15px}.price{font-size:19px}.add{width:38px;height:38px;font-size:29px;line-height:34px}}@media(min-width:760px){.page{box-shadow:0 0 0 1px #ddd}.hero{border-radius:0}.product{grid-template-columns:minmax(0,1fr) 128px}.photo-wrap,.photo{width:128px;height:128px}}
.status-pill{background:#fff1f1;color:#c1121f;border:1px solid #ffd0d0;border-radius:999px;padding:7px 10px;font-weight:900;font-size:13px}.location-btn{border:1px solid #ddd;border-radius:12px;background:#fafafa;padding:12px;font-weight:900;text-align:left}.muted{color:#777;font-size:13px}.store-info{justify-content:space-between}.store-info a{display:none!important}.product{align-items:center}.photo{background:#f5f5f5;object-fit:cover}.again-card img{object-fit:cover;background:#f5f5f5}.sheet{max-height:92vh;overflow:auto}.form{display:grid;gap:9px}
/* Atualização pedidos do cliente */
.status-pill{border:0;background:#f2f2f2;color:#d71920;font-weight:900;border-radius:14px;padding:10px 12px;font-size:14px}
.my-order{border:1px solid #eee;border-radius:18px;padding:14px;margin:10px 0;background:#fff;line-height:1.45}
.badge-mini{display:inline-block;background:#111;color:#fff;border-radius:999px;padding:3px 8px;font-size:12px;margin-left:6px;text-transform:capitalize}

/* Status piscando para clientes */
.blink{animation:domBlink 1s infinite}
@keyframes domBlink{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.985)}}
.st-recebido{background:#fff2b8!important;color:#8a6200!important}
.st-preparando{background:#eadcff!important;color:#6d28d9!important}
.st-enviado{background:#ffe0e0!important;color:#d71920!important}
.st-entregue{background:#dcfce7!important;color:#15803d!important}
.st-cancelado{background:#eee!important;color:#555!important}
.tracking{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:10px 0}
.step{border-radius:12px;padding:8px 6px;text-align:center;font-size:12px;font-weight:950;filter:grayscale(.8);opacity:.55}
.step.on{filter:none;opacity:1}
.order-details{margin:10px 0;padding:10px;border-radius:12px;background:#f7f7f7;font-size:14px}
.order-details a{color:#d71920;font-weight:900}

.order-history{margin:8px 0;padding:8px 10px;border-radius:10px;background:#fafafa;color:#555}
.st-pagamento{background:#e8f0ff!important;color:#1d4ed8!important}
.tracking.one{grid-template-columns:1fr}
.pay-link{display:block;text-align:center;margin:10px 0;padding:12px;border-radius:12px;background:#111;color:#fff!important;font-weight:950;text-decoration:none}
/* Pagamento online na mesma tela */
.payment-box{margin-top:12px;border:1px solid #eee;border-radius:18px;padding:14px;background:#fff;box-shadow:0 8px 24px #0000000a}
.payment-box h2{margin:0 0 8px;font-size:23px}.payment-box h3{margin:10px 0 8px;font-size:19px}.pay-status{border-radius:14px;padding:12px;margin:10px 0;text-align:center;font-weight:950;background:#e8f0ff;color:#1d4ed8}.pix-box,.card-box,.pix-mini{border:1px solid #eee;background:#fafafa;border-radius:16px;padding:12px;margin:10px 0}.pix-qr{display:block;width:230px;max-width:100%;margin:10px auto;background:#fff;border-radius:12px;padding:8px}.pix-qr.mini{width:150px}.pix-box textarea,.pix-mini textarea{width:100%;min-height:90px;border:1px solid #ddd;border-radius:12px;padding:10px;background:#fff;color:#222;font-size:13px}.pay-frame{width:100%;height:560px;border:1px solid #ddd;border-radius:14px;background:#fff}.card-box .pay-link{margin-top:8px}.form select option{font-weight:700}
.sumup-widget{min-height:260px;background:#fff;border-radius:14px;padding:8px;overflow:hidden}.pay-fallback{border:1px solid #f3d6d6;background:#fff6f6;color:#7f1d1d;border-radius:14px;padding:12px;margin-top:10px}.pay-fallback .err{margin:6px 0 10px;color:#991b1b}.sumup-widget iframe{max-width:100%}
.demo-pay{border:1px dashed #d71920;background:#fff7f7;border-radius:18px;padding:14px;margin:14px 0}.demo-pay[hidden]{display:none}.form select,.form input,.form textarea{font-size:16px}.pay-status{border-radius:14px;padding:12px;margin:10px 0;font-weight:900}.pix-box textarea{width:100%;min-height:90px;border:1px solid #ddd;border-radius:14px;padding:10px}.pix-qr{width:190px;max-width:100%;display:block;margin:12px auto;border-radius:12px}.card-box{border:1px solid #eee;border-radius:18px;padding:14px;margin:14px 0}.sumup-widget{min-height:180px}.tracking .step.blink,.status-pill.blink,.pay-status.blink{animation:pulse 1s infinite}@keyframes pulse{50%{opacity:.45;transform:scale(.98)}}
.address-grid{display:grid;gap:8px}.fee-info{border:1px solid #eee;background:#fafafa;border-radius:13px;padding:12px;font-weight:900;color:#333}.totals{border-top:1px solid #eee;margin-top:10px;padding-top:10px}.totals div{display:flex;justify-content:space-between;padding:3px 0}.totals h2{margin-top:8px}.form input,.form select,.form textarea{font-size:16px}.location-btn{display:block;width:100%}


/* Promoções/destaques no site do cliente */
.again-grid{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:12px}.again-card.is-promo{border-color:#ffd4d4;background:#fffafa}.again-card b{display:block;margin:4px 0 8px;font-size:18px;color:#333}.promo-title{margin-top:18px}.product-tags{display:flex;gap:6px;flex-wrap:wrap;margin:2px 0 7px}.tag-promo,.tag-destaque{display:inline-block;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:950;line-height:1}.tag-promo{background:#ffe0e0;color:#b91c1c}.tag-destaque{background:#e8f0ff;color:#1d4ed8}.product.is-promo{background:linear-gradient(90deg,#fffafa,#fff);border-radius:14px;padding-left:10px;padding-right:10px}@media(min-width:560px){.again-grid{grid-template-columns:1fr 1fr}}

/* Correção: mostra descrição/ingredientes também nos cards de Destaques e Promoções */
.again-card .again-desc{display:block;margin:0 0 8px;color:#5f5f5f;font-size:14px;line-height:1.28;font-weight:500;overflow-wrap:anywhere}.again-card h3{margin-bottom:4px}.again-card .product-tags{margin-bottom:5px}@media(max-width:430px){.again-card .again-desc{font-size:13px;line-height:1.25;margin-bottom:7px}}

/* Seleção de sabor para suco natural */
.flavor-box{margin:6px 0 9px}.flavor-box label{display:block;margin-bottom:5px;font-size:13px;font-weight:950;color:#333}.flavor-select{width:100%;border:1px solid #ddd;border-radius:11px;background:#fff;padding:10px 11px;font-weight:800;color:#222;outline:0}.again-card .flavor-box{margin:5px 0 8px}.again-card .flavor-box label{font-size:12px}.again-card .flavor-select{padding:8px 9px;font-size:14px}.item-obs{display:inline-block;color:#1d4ed8;font-weight:900;margin-top:3px}
