*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,Helvetica,sans-serif;background:#f6f6f6;color:#191919;padding-bottom:92px}.app-header{background:linear-gradient(135deg,#7a0000,#b00000);color:white;padding:16px 16px 18px;border-radius:0 0 22px 22px;position:sticky;top:0;z-index:20;box-shadow:0 4px 16px rgba(0,0,0,.2)}.header-top{display:flex;align-items:center;justify-content:space-between}.brand-mini{display:flex;align-items:center;gap:12px}.brand-logo{width:48px;height:48px;background:#ffd451;color:#9c0000;border-radius:16px;display:grid;place-items:center;font-size:27px}.brand-mini h1{font-family:Georgia,serif;font-style:italic;font-size:28px;line-height:1}.brand-mini p{color:#ffd451;font-size:13px;margin-top:3px;letter-spacing:1px}.search-icon{border:none;width:44px;height:44px;border-radius:14px;background:rgba(255,255,255,.14);color:white;font-size:22px;cursor:pointer}.store-info{display:flex;gap:10px;overflow-x:auto;margin-top:14px;padding-bottom:2px}.store-info div,.store-info span{white-space:nowrap;background:rgba(255,255,255,.13);border-radius:999px;padding:8px 11px;font-size:13px;display:flex;align-items:center;gap:6px}.status-dot{width:9px;height:9px;border-radius:50%;background:#33d35a}.hero-mobile{margin:16px;padding:18px;background:linear-gradient(135deg,#fff1c2,#ffe0a6);border-radius:20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 5px 16px rgba(0,0,0,.08)}.hero-mobile h2{color:#6e0000;margin-bottom:5px}.hero-mobile p{color:#6c4d00;font-size:14px}.hero-mobile span{font-size:48px}.category-tabs{display:flex;overflow-x:auto;gap:9px;padding:0 16px 13px;position:sticky;top:98px;z-index:15;background:#f6f6f6}.cat{border:none;background:white;color:#333;padding:11px 14px;border-radius:999px;white-space:nowrap;font-weight:bold;box-shadow:0 2px 10px rgba(0,0,0,.07);cursor:pointer}.cat.active{background:#9b0000;color:white}.app-main{padding:0 16px;max-width:860px;margin:0 auto}.pizza-controls{margin-bottom:13px}.size-switch{background:white;border-radius:16px;padding:5px;display:grid;grid-template-columns:1fr 1fr;box-shadow:0 2px 10px rgba(0,0,0,.06)}.sub{border:none;background:transparent;padding:12px;border-radius:13px;font-weight:bold;cursor:pointer}.sub.active{background:#9b0000;color:white}.meio-alert{background:#fff8e2;color:#5a3b00;border-left:5px solid #ffb000;padding:11px 13px;border-radius:12px;margin-top:10px;font-size:14px}.search-box{background:white;border-radius:16px;padding:0 14px;height:52px;display:flex;align-items:center;gap:10px;box-shadow:0 2px 10px rgba(0,0,0,.06);margin-bottom:15px}.search-box input{border:none;outline:none;width:100%;font-size:15px}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:10px;gap:12px}.section-title h2{font-size:22px;color:#111}.section-title p{color:#777;font-size:14px;margin-top:3px}.section-title button{border:none;background:white;padding:9px 11px;border-radius:12px;font-weight:bold;color:#8b0000;box-shadow:0 2px 10px rgba(0,0,0,.06);white-space:nowrap;cursor:pointer}.product-list{display:grid;gap:11px}.product-card{background:white;border-radius:18px;padding:14px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;box-shadow:0 3px 14px rgba(0,0,0,.07)}.product-main{display:flex;gap:12px;min-width:0}.product-icon{min-width:50px;height:50px;background:#fff0d0;border-radius:16px;display:grid;place-items:center;font-size:26px}.product-info h3{font-size:17px;text-transform:uppercase;margin-bottom:5px}.product-info p{font-size:14px;color:#727272;line-height:1.32;margin-bottom:8px}.product-info strong{color:#870000;font-size:18px}.qty-control{display:grid;grid-template-columns:34px 35px 34px;height:38px;border:1px solid #eee;border-radius:12px;overflow:hidden;background:white}.qty-control button,.qty-control span{border:none;background:white;display:grid;place-items:center;font-size:21px}.qty-control button{cursor:pointer;font-weight:bold}.qty-control span{border-left:1px solid #eee;border-right:1px solid #eee}.empty-card,.empty-cart{background:white;padding:20px;border-radius:16px;color:#777;text-align:center}.bottom-cart{position:fixed;left:12px;right:12px;bottom:12px;background:#151515;color:white;min-height:70px;border-radius:20px;display:grid;grid-template-columns:48px 1fr 110px;align-items:center;gap:10px;padding:10px 12px;box-shadow:0 8px 24px rgba(0,0,0,.32);z-index:30;cursor:pointer}.cart-bag{width:46px;height:46px;background:rgba(255,255,255,.1);border-radius:15px;display:grid;place-items:center;position:relative;font-size:24px}.cart-bag span{position:absolute;top:-7px;right:-7px;background:#d00000;color:white;min-width:23px;height:23px;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:bold}.bottom-cart strong{font-size:14px}.bottom-cart p{margin-top:4px;font-size:17px;font-weight:bold}.bottom-cart button{border:none;background:#25b844;color:white;border-radius:14px;height:46px;font-weight:bold;cursor:pointer}.modal{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:60;display:none;align-items:flex-end}.modal.ativo{display:flex}.modal-content{background:white;width:100%;max-height:92vh;overflow-y:auto;border-radius:26px 26px 0 0;padding:10px 16px 22px;animation:subir .2s ease}@keyframes subir{from{transform:translateY(100%)}to{transform:translateY(0)}}.modal-handle{width:52px;height:5px;background:#ddd;border-radius:999px;margin:5px auto 12px}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.modal-header h2{color:#850000}.modal-header button{border:none;background:#eee;width:38px;height:38px;border-radius:50%;font-size:24px;cursor:pointer}.cart-items{display:grid;gap:10px}.cart-item{background:#fafafa;border:1px solid #eee;border-radius:16px;padding:13px;display:grid;grid-template-columns:1fr auto;gap:12px}.cart-item strong{display:block}.cart-item small{display:block;color:#777;margin-top:4px}.cart-item-side{text-align:right}.cart-item-side div{display:flex;gap:6px;margin-top:8px;justify-content:flex-end}.cart-item-side button{border:none;background:#eee;border-radius:9px;width:31px;height:31px;cursor:pointer}.resumo{background:#fff7e6;border-radius:16px;padding:14px;margin-top:14px}.resumo div{display:flex;justify-content:space-between;margin:7px 0}.resumo .total{font-size:20px;color:#850000;padding-top:7px;border-top:1px solid #ead5aa}.checkout-form{margin-top:16px;display:grid;gap:10px}.checkout-form h3{color:#222}.checkout-form input,.checkout-form textarea,.checkout-form select{width:100%;border:1px solid #ddd;padding:13px;border-radius:14px;font-size:15px}.checkout-form textarea{min-height:82px;resize:vertical}.finalizar{width:100%;margin-top:14px;border:none;background:#25b844;color:white;padding:15px;border-radius:16px;font-size:17px;font-weight:bold;cursor:pointer}@media(min-width:780px){.app-header,.app-main,.hero-mobile,.category-tabs{max-width:860px;margin-left:auto;margin-right:auto}.category-tabs{top:99px}.modal{justify-content:center;align-items:center}.modal-content{max-width:520px;border-radius:26px}.bottom-cart{max-width:835px;left:50%;transform:translateX(-50%)}}

.category-card{background:white;border-radius:18px;box-shadow:0 3px 14px rgba(0,0,0,.07);overflow:hidden}.category-main{width:100%;border:none;background:white;padding:16px;display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:12px;text-align:left;cursor:pointer}.category-main span{width:46px;height:46px;background:#fff0d0;border-radius:15px;display:grid;place-items:center;font-size:25px}.category-main strong{font-size:17px;color:#151515}.category-main small{color:#8b0000;font-weight:bold}.category-submenus{display:none}.submenu-screen{display:grid;gap:11px}.submenu-screen button{border:none;background:white;border-radius:18px;padding:17px 16px;text-align:left;font-weight:bold;font-size:16px;color:#222;box-shadow:0 3px 14px rgba(0,0,0,.07);cursor:pointer}.back-btn{border:none;background:#fff0d0!important;color:#8b0000!important;padding:8px 11px!important;border-radius:999px!important;margin-bottom:8px!important;font-weight:bold;box-shadow:none!important;cursor:pointer}.section-title{align-items:center}.product-list{padding-bottom:16px}

.status-dot.fechado{background:#777!important;box-shadow:none!important}.finalizar:disabled{background:#999!important;cursor:not-allowed!important}.horario-grid{display:grid;grid-template-columns:120px 1fr 1fr 90px;gap:10px;align-items:center;margin:10px 0}.admin-mini-list{display:grid;gap:10px}.admin-mini-item{background:#fff;border-radius:14px;padding:14px;box-shadow:0 2px 10px rgba(0,0,0,.06)}.admin-mini-item input,.admin-mini-item select{padding:10px;border:1px solid #ddd;border-radius:10px;width:100%}.submenu-editor{display:grid;gap:8px;margin-top:8px}.submenu-row{display:grid;grid-template-columns:1fr auto;gap:8px}.small-muted{color:#666;font-size:13px}@media(max-width:760px){.horario-grid{grid-template-columns:1fr 1fr}.horario-grid strong{grid-column:1/-1}}
.checkout-label{font-weight:bold;color:#333;margin-top:4px}.checkout-extra{display:grid;gap:10px}.resumo #entrega{color:#8b0000}
.cliente-cadastro-mensagem{display:none;font-size:13px;line-height:1.35;padding:10px 12px;border-radius:12px;background:#f3f3f3;color:#555}.cliente-cadastro-mensagem:not(:empty){display:block}.cliente-cadastro-mensagem.encontrado{background:#e9f9ed;color:#147331}.cliente-cadastro-mensagem.novo{background:#fff7df;color:#795600}.cliente-cadastro-mensagem.erro{background:#fff0f0;color:#a00000}.cliente-cadastro-mensagem.buscando{color:#555}
.admin-mini-item{background:#fff;border-radius:18px;padding:18px;box-shadow:0 3px 14px rgba(0,0,0,.07);margin-bottom:14px}.submenu-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin:6px 0}.small-muted{color:#777;font-size:13px}

.cart-item-info{min-width:0}
.item-observacao{width:100%;margin-top:9px;border:1px solid #ddd;border-radius:12px;padding:10px;font-size:14px;min-height:46px;resize:vertical;background:#fff}

.escolha-item-modal{display:grid;gap:12px}.escolha-produto-nome{font-weight:bold;color:#850000;background:#fff7e6;border-radius:14px;padding:12px}.opcao-item-btn{border:none;background:#9b0000;color:white;border-radius:14px;padding:14px;font-size:16px;font-weight:bold;cursor:pointer;width:100%;text-align:center}.meio-box{border:1px solid #eee;border-radius:16px;padding:13px;display:grid;gap:10px;background:#fafafa}.meio-box h3{color:#222}.meio-box select{width:100%;border:1px solid #ddd;padding:12px;border-radius:12px;margin-top:7px}.meio-box small{color:#777}

/* Painel: cardápio organizado por categoria e subcategoria */
.grupo-categoria-admin{background:#fff;border-radius:18px;padding:14px;margin:14px 0;box-shadow:0 3px 14px rgba(0,0,0,.07);border:1px solid #eee}.grupo-categoria-topo{display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:12px}.grupo-categoria-topo h3{color:#830000;font-size:20px}.grupo-categoria-topo span,.grupo-subcategoria-admin h4 span{background:#f4f4f4;border-radius:999px;padding:6px 10px;font-size:12px;color:#555;white-space:nowrap}.grupo-subcategoria-admin{background:#fafafa;border:1px solid #eee;border-radius:15px;padding:12px;margin:10px 0}.grupo-subcategoria-admin h4{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;color:#222}.produto-admin-organizado{margin:8px 0;background:#fff}.produto-admin-organizado .linha-produto-admin{border-radius:14px}


/* Logo oficial Quero Mais */
.brand-logo-img{width:68px;height:68px;object-fit:contain;border-radius:12px;filter:drop-shadow(0 3px 6px rgba(0,0,0,.28));background:transparent;}
.brand-mini{gap:10px;}
.brand-mini h1{font-size:26px;}
.hero-logo{width:112px;max-height:112px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.22));}
@media(max-width:520px){.brand-logo-img{width:58px;height:58px}.brand-mini h1{font-size:23px}.brand-mini p{font-size:12px}.hero-logo{width:92px}.store-info span{font-size:12px}}

.pedido-pix{border:2px solid #f2c94c!important;background:#fff8df!important;box-shadow:0 8px 22px rgba(242,201,76,.25)!important}
.pix-badge{display:inline-block;margin-left:8px;padding:4px 8px;border-radius:999px;background:#f2c94c;color:#3b2b00;font-weight:800;font-size:12px}
button.pix,.pedido-acoes button.pix{background:#f2c94c!important;color:#3b2b00!important;border:none!important;font-weight:800!important}

.pix-site-modal{align-items:center;justify-content:center;padding:16px;z-index:9999}
.pix-site-content{max-width:460px;width:100%;border-radius:22px;padding:22px;max-height:92vh;overflow-y:auto}
.pix-box-site{text-align:center}
.pix-loader{width:54px;height:54px;border:6px solid #eee;border-top-color:#d92323;border-radius:50%;animation:pixSpin 1s linear infinite;margin:10px auto 18px}
@keyframes pixSpin{to{transform:rotate(360deg)}}
.pix-qr-site{width:220px!important;height:220px!important;max-width:72vw!important;max-height:72vw!important;object-fit:contain;margin:10px auto;display:block;background:white;border-radius:14px;padding:8px;border:1px solid #eee}
#pix-copia-site{width:100%;min-height:110px;border:1px solid #ddd;border-radius:12px;padding:10px;font-size:13px;resize:none;box-sizing:border-box}
.pix-status-site{margin-top:12px;padding:12px;border-radius:12px;background:#fff8df;font-weight:800;color:#3b2b00}
.pix-btn-sec{margin-top:10px;background:#eee;border:0;border-radius:12px;padding:12px 16px;font-weight:700}
.pix-error-site{background:#ffe9e9;color:#8a0000;padding:10px;border-radius:10px;font-weight:700}

.pix-badge.pix-confirmado{background:#18a058!important;color:white!important}
@media(max-width:520px){.pix-site-content{max-width:94vw;padding:16px}.pix-box-site h2{font-size:24px}.pix-box-site p{font-size:15px}.pix-qr-site{width:210px!important;height:210px!important;max-width:70vw!important;max-height:70vw!important}#pix-copia-site{min-height:82px;font-size:12px}}

.cupom-site-box{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.cupom-site-box input{width:100%;padding:12px;border:1px solid #ddd;border-radius:12px}.cupom-site-box button{border:none;background:#8b0000;color:#fff;border-radius:12px;padding:0 14px;font-weight:bold}.cupom-mensagem-site{font-size:13px;margin-top:4px;color:#16833a;font-weight:bold}.cupom-mensagem-site.erro{color:#b00000}.cupom-badge{display:inline-block;background:#e8ffe8;color:#087a2d;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:bold;margin-top:4px}

.pagamento-opcoes{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.pagamento-opcoes button{border:1px solid #ddd;background:#fff;border-radius:16px;padding:12px 6px;display:grid;gap:7px;place-items:center;min-height:86px;color:#222;cursor:pointer}.pagamento-opcoes button .pag-icone{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#fff0d0;color:#8b0000;font-weight:900;font-size:16px}.pagamento-opcoes button .pag-icone.pix{background:#e7fff7;color:#007f6b;font-size:14px}.pagamento-opcoes button .pag-icone.cartao{background:#eef2ff;color:#1f3f8f;font-size:24px}.pagamento-opcoes button .pag-icone.refeicao{background:#fff8df;color:#8b5a00;font-size:24px}.pagamento-opcoes button .pag-icone.dinheiro{background:#eaffea;color:#087a2d}.pagamento-opcoes button strong{font-size:13px;line-height:1.1}.pagamento-opcoes button.ativo{border-color:#8b0000;background:#fff7e6;box-shadow:0 0 0 2px rgba(139,0,0,.08)}.pagamento-opcoes button.ativo .pag-icone{background:#8b0000;color:white}.pedido-confirmado-site{text-align:center;display:grid;gap:10px}.pedido-confirmado-icone{width:70px;height:70px;border-radius:50%;background:#18a058;color:white;display:grid;place-items:center;font-size:42px;font-weight:900;margin:4px auto}.pedido-confirmado-site h2{color:#16833a;font-size:25px}.pedido-confirmado-site p{font-size:18px;font-weight:800;color:#222}.pedido-confirmado-site small{color:#666;font-weight:700}@media(max-width:520px){.pagamento-opcoes{grid-template-columns:repeat(2,1fr)}.pagamento-opcoes button:last-child{grid-column:1/-1}}
.pagamento-opcoes button{min-width:0;overflow:hidden}.pagamento-opcoes button.pagamento-com-imagem{padding:10px 6px;min-height:86px}.pagamento-opcoes button .pag-imagem{width:64px;height:42px;border-radius:10px;overflow:hidden;display:grid;place-items:center;background:#111}.pagamento-opcoes button .pag-imagem img{width:100%;height:100%;object-fit:contain;display:block;background:#111}.pagamento-opcoes button.ativo .pag-imagem{box-shadow:0 0 0 2px #8b0000}
#pagamento-debito .pag-icone.cartao{width:64px;height:42px;border-radius:10px;background:#111 url("pagamento-debito.png") center/contain no-repeat!important;color:transparent!important;font-size:0!important;overflow:hidden}
#pagamento-pix .pag-icone.pix{width:64px;height:42px;border-radius:10px;background:#111 url("pagamento-pix.png") center/contain no-repeat!important;color:transparent!important;font-size:0!important;overflow:hidden}
#pagamento-credito .pag-icone.cartao{width:64px;height:42px;border-radius:10px;background:#111 url("pagamento-credito.png") center/contain no-repeat!important;color:transparent!important;font-size:0!important;overflow:hidden}
#pagamento-refeicao .pag-icone.refeicao{width:64px;height:42px;border-radius:10px;background:#111 url("pagamento-refeicao.png") center/contain no-repeat!important;color:transparent!important;font-size:0!important;overflow:hidden}

.header-actions{display:flex;align-items:center;gap:8px}.orders-icon{border:none;min-height:44px;border-radius:14px;background:rgba(255,255,255,.14);color:white;font-weight:800;padding:0 13px;cursor:pointer;white-space:nowrap}.cart-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;background:#f3f3f3;border-radius:14px;padding:5px;margin-bottom:12px}.cart-tabs button{border:none;background:transparent;border-radius:11px;padding:10px;font-weight:800;color:#555;cursor:pointer}.cart-tabs button.active{background:#9b0000;color:#fff}.cart-tab-panel{display:none}.cart-tab-panel.active{display:block}.historico-box{display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:12px}.historico-box input{border:1px solid #ddd;border-radius:14px;padding:13px;font-size:15px;min-width:0}.historico-box button,.historico-rodape button{border:none;background:#8b0000;color:#fff;border-radius:13px;padding:0 13px;font-weight:800;cursor:pointer}.historico-lista{display:grid;gap:10px}.historico-card{background:#fafafa;border:1px solid #eee;border-radius:16px;padding:13px;display:grid;gap:7px}.historico-topo,.historico-rodape{display:flex;align-items:center;justify-content:space-between;gap:10px}.historico-topo strong{color:#850000}.historico-topo span{background:#fff0d0;color:#6e0000;border-radius:999px;padding:5px 8px;font-size:12px;font-weight:800;white-space:nowrap}.historico-card small{color:#777}.historico-card p{font-size:14px;line-height:1.35;color:#333}.historico-rodape strong{font-size:18px}.historico-rodape button{min-height:36px;background:#25b844}@media(max-width:420px){.historico-box{grid-template-columns:1fr}.historico-box button{min-height:42px}.bottom-cart{grid-template-columns:48px 1fr 92px}.bottom-cart button{font-size:13px}.orders-icon{padding:0 9px;font-size:12px}}
.historico-card{cursor:pointer}.pedido-detalhe-content{max-width:560px}.detalhe-comanda{display:grid;gap:12px}.detalhe-comanda-topo{display:flex;justify-content:space-between;align-items:center;gap:10px}.detalhe-comanda-topo strong{font-size:18px;color:#850000}.detalhe-comanda-topo span{background:#fff0d0;color:#6e0000;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:800}.detalhe-comanda small{color:#777}.detalhe-bloco{background:#fafafa;border:1px solid #eee;border-radius:16px;padding:12px;display:grid;gap:6px}.detalhe-bloco p{font-size:14px;line-height:1.35}.detalhe-comanda h3{color:#222}.detalhe-itens{display:grid;gap:8px}.detalhe-item{display:grid;grid-template-columns:1fr auto;gap:10px;background:#fff;border:1px solid #eee;border-radius:14px;padding:11px}.detalhe-item span{font-weight:800;color:#850000;white-space:nowrap}.detalhe-item small{display:block;margin-top:4px;line-height:1.3}.detalhe-item.brinde{background:#efffed;border-color:#bce8bd}.detalhe-total{background:#fff7e6;border-radius:16px;padding:13px;display:grid;gap:7px}.detalhe-total div{display:flex;justify-content:space-between;gap:10px}.detalhe-total .total{border-top:1px solid #ead5aa;padding-top:8px;color:#850000;font-size:18px}
.pedidos-lista-painel{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.pedidos-lista-painel .coluna-pedidos{display:grid;align-content:start;gap:10px}.pedido-lista-card{background:#fff;border:1px solid #eee;border-radius:14px;padding:12px;box-shadow:0 2px 10px rgba(0,0,0,.06);display:grid;gap:9px}.pedido-lista-card.pedido-pix{border-color:#f2c94c;background:#fff8df}.pedido-lista-topo{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.pedido-lista-numero strong{display:block;color:#8b0000;font-size:18px}.pedido-lista-numero small,.pedido-lista-info small,.pedido-lista-itens small{display:block;color:#666;margin-top:3px}.pedido-lista-info b,.pedido-lista-itens b,.pedido-lista-total b{display:block;color:#222;margin-bottom:3px}.pedido-lista-status{display:inline-block;background:#f0f0f0;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:800;margin-top:3px;white-space:nowrap}.pedido-lista-itens details{margin-top:4px}.pedido-lista-itens summary{cursor:pointer;color:#8b0000;font-weight:800}.pedido-lista-itens ul{margin:7px 0 0;padding-left:18px}.pedido-lista-total{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff7e6;border-radius:12px;padding:9px}.pedido-lista-total strong{display:block;color:#8b0000;font-size:20px;white-space:nowrap}.pedido-lista-acoes{display:flex;gap:6px;flex-wrap:wrap}.pedido-lista-acoes button{border:none;background:#8b0000;color:#fff;border-radius:9px;padding:9px 10px;font-size:12px;font-weight:800;cursor:pointer}@media(max-width:980px){.pedidos-lista-painel{grid-template-columns:1fr}}

.promo-relampago-btn{background:#ffd451!important;color:#7a0000!important}.promo-relampago-content{max-width:560px}.promo-relampago-box{display:grid;gap:12px}.promo-relampago-input{display:grid;grid-template-columns:1fr auto;gap:8px}.promo-relampago-input input{border:1px solid #ddd;border-radius:14px;padding:13px;font-size:15px}.promo-relampago-input button{border:none;background:#8b0000;color:#fff;border-radius:13px;padding:0 16px;font-weight:800;cursor:pointer}.promo-relampago-card{background:#fff8df;border:1px solid #ffd451;border-radius:15px;padding:12px;display:grid;gap:5px}.promo-relampago-card strong{color:#8b0000;font-size:18px}.promo-relampago-card small{color:#6b4a00;font-weight:800}.promo-relampago-card p{color:#333;font-size:14px;line-height:1.35}#promo-relampago-mensagem{font-weight:800;color:#16833a}#promo-relampago-mensagem.erro{color:#b00000}@media(max-width:480px){.header-actions{flex-wrap:wrap;justify-content:flex-end}.promo-relampago-btn{font-size:12px;padding:0 9px}.promo-relampago-input{grid-template-columns:1fr}.promo-relampago-input button{min-height:42px}}
.pedido-finalizado-mini{background:#fff;border:1px solid #eee;border-radius:12px;padding:10px;box-shadow:0 2px 8px rgba(0,0,0,.05);display:grid;grid-template-columns:74px 1fr auto;gap:8px;align-items:center}.pedido-finalizado-mini strong{color:#8b0000}.pedido-finalizado-mini span{font-weight:800;color:#222;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pedido-finalizado-mini button{border:none;background:#8b0000;color:white;border-radius:9px;padding:8px 10px;font-size:12px;font-weight:800;cursor:pointer}.pedido-finalizado-acoes{grid-column:1/-1;display:none;gap:6px;flex-wrap:wrap;padding-top:8px;border-top:1px dashed #ddd}.pedido-finalizado-mini.aberto .pedido-finalizado-acoes{display:flex}.pedido-finalizado-acoes button{background:#8b0000}.pedido-finalizado-acoes .excluir{background:#777!important}

.produto-selecao-meio{width:100%;border:0;background:transparent;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;text-align:left;cursor:pointer}.product-card.sabor-selecionado{border:2px solid #9b0000;background:#fff8df;box-shadow:0 8px 22px rgba(155,0,0,.12)}.check-sabor{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff0d0;color:#8b0000;font-size:24px;font-weight:900}.product-card.sabor-selecionado .check-sabor{background:#16833a;color:#fff}.barra-meio-pagina{position:fixed;left:12px;right:150px;bottom:16px;z-index:35;background:#151515;color:#fff;border-radius:18px;padding:10px 12px;display:none;grid-template-columns:1fr auto;gap:10px;align-items:center;box-shadow:0 8px 24px rgba(0,0,0,.32)}.barra-meio-pagina.ativo{display:grid}.barra-meio-pagina strong,.barra-meio-pagina small,.barra-meio-pagina span{display:block}.barra-meio-pagina small{color:#ddd;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.barra-meio-pagina span{color:#ffd451;font-weight:900;margin-top:3px}.barra-meio-pagina button{border:0;background:#25b844;color:#fff;border-radius:14px;padding:13px 16px;font-weight:900;cursor:pointer}
.bottom-cart{left:auto!important;right:16px!important;bottom:16px!important;width:118px!important;height:118px!important;min-height:0!important;border-radius:50%!important;grid-template-columns:1fr!important;grid-template-rows:auto auto!important;place-items:center!important;gap:4px!important;padding:12px!important;text-align:center!important;transform:none!important;z-index:38!important}.bottom-cart>div:not(.cart-bag){display:none}.bottom-cart .cart-bag{width:42px;height:42px;border-radius:50%;font-size:22px}.bottom-cart button{width:86px;height:34px;border-radius:999px;font-size:12px;line-height:1.05}
@media(max-width:520px){body{padding-bottom:150px}.barra-meio-pagina{left:10px;right:132px;bottom:14px;border-radius:16px}.barra-meio-pagina button{padding:12px 11px}.bottom-cart{right:10px!important;bottom:14px!important;width:108px!important;height:108px!important}.bottom-cart button{width:78px;font-size:11px}}

/* Enquadramento automatico das fotos dos produtos. */
.product-card .product-main{min-width:0!important;overflow:hidden!important}
.product-card .product-icon{
  width:100px!important;
  min-width:100px!important;
  height:120px!important;
  overflow:hidden!important;
  padding:5px!important;
  isolation:isolate!important;
}
.product-card .product-icon img{
  position:static!important;
  inset:auto!important;
  width:auto!important;
  max-width:100%!important;
  height:auto!important;
  max-height:100%!important;
  margin:0!important;
  display:block!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:9px!important;
  transform:none!important;
}
.product-card .product-icon.tem-imagem{
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
  padding:2px!important;
  overflow:hidden!important;
}
.product-card .product-icon.tem-imagem img{
  width:auto!important;
  max-width:100%!important;
  height:auto!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  background:transparent!important;
}


/* CORRECAO MOBILE: imagens verticais de produtos inteiras, sem corte */
.product-card .product-icon.tem-imagem,
.product-card .product-icon:has(img){
  width:100px!important;
  min-width:100px!important;
  height:120px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
  background:transparent!important;
  padding:0!important;
}
.product-card .product-icon.tem-imagem img,
.product-card .product-icon:has(img) img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  display:block!important;
  border-radius:0!important;
  transform:none!important;
}
@media(max-width:520px){
  .product-card{
    min-height:132px!important;
    overflow:visible!important;
  }
  .product-card .product-main{
    overflow:visible!important;
  }
  .product-card .product-icon.tem-imagem,
  .product-card .product-icon:has(img){
    width:106px!important;
    min-width:106px!important;
    height:118px!important;
  }
}
