:root{--bg:#fff6ea;--card:#fffdf8;--brown:#5b2f23;--brown2:#2c1710;--green:#2f8434;--gold:#f3b133;--red:#b3261e;--muted:#806d63;--line:#e3c5ad}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:linear-gradient(180deg,#fff8ed,#fff1df);color:#3b241c}.wrap{max-width:1180px;margin:auto;padding:16px}.top{background:rgba(255,253,248,.95);border:1px solid var(--line);border-radius:20px;padding:18px 22px;margin:12px 0 18px;box-shadow:0 8px 24px rgba(91,47,35,.08);display:flex;align-items:center;gap:16px;flex-wrap:wrap}.logo{width:74px;height:74px;border-radius:50%;object-fit:cover;border:2px solid var(--line)}.brand h1{margin:0;color:var(--brown);font-size:30px}.brand p{margin:4px 0;color:var(--muted);font-size:13px}.nav{margin-left:auto;display:flex;gap:8px;flex-wrap:wrap}.nav a{color:var(--brown);text-decoration:none;border:1px solid #d6aa8d;border-radius:20px;padding:9px 14px;background:#fff7ee;font-weight:700;font-size:13px}.nav a.active{background:var(--brown);color:#fff;box-shadow:0 4px 12px rgba(91,47,35,.25)}.section{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:18px;margin:14px 0;box-shadow:0 5px 18px rgba(91,47,35,.06)}h2{margin:0 0 14px;color:var(--brown);font-size:26px}.hero{background:linear-gradient(135deg,#3b2018,#8b492d);color:#fff;border-radius:24px;padding:28px;position:relative;overflow:hidden}.hero h1{font-size:42px;margin:0 0 4px}.hero p{font-size:18px;margin:0}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.benefit{background:#fff8ef;color:var(--brown);border:1px solid #e2b894;border-radius:16px;padding:14px}.benefit b{display:block;font-size:18px}.benefit button,.btn{border:0;background:var(--green);color:#fff;border-radius:12px;padding:12px 16px;font-weight:800;cursor:pointer}.btn.brown{background:var(--brown)}.btn.red{background:var(--red)}.btn.gold{background:var(--gold);color:#3a2015}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.product{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;position:relative;display:flex;flex-direction:column}.product.dest{border:3px solid var(--gold);box-shadow:0 0 0 4px rgba(243,177,51,.16)}.product img{width:100%;height:190px;object-fit:cover;background:#f4f0e8}.product.bebida img{object-fit:contain;background:#fff;height:190px;padding:10px}.pbody{padding:14px}.pbody h3{margin:6px 0;color:var(--brown);font-size:20px}.tags{display:flex;gap:6px;flex-wrap:wrap;margin:8px 0}.tag{background:#fff2df;border:1px solid #e3c5ad;border-radius:99px;padding:5px 9px;font-size:12px}.seal{position:absolute;top:12px;left:12px;background:#ffd044;color:#492413;border-radius:99px;padding:8px 10px;font-weight:900;font-size:12px;z-index:2}.seal.red{left:auto;right:12px;background:#c72922;color:#fff}.old{color:#6e625a;text-decoration:line-through;font-size:16px;font-weight:800}.price{font-size:26px;color:var(--green);font-weight:900}.promoBox{display:inline-block;background:#ffd044;border:2px solid #9f251d;border-radius:10px;padding:8px 12px;font-weight:900;color:#5b2f23;margin:8px 0}.featured{display:grid;grid-template-columns:1fr 1.2fr;gap:18px;align-items:center;background:#fff7d8;border:2px solid var(--gold);border-radius:20px;padding:16px}.featured img{width:100%;height:280px;object-fit:cover;border-radius:16px}.formgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.formgrid .full{grid-column:1/-1}label{display:block;font-weight:800;font-size:13px;color:#593126;margin-bottom:4px}input,select,textarea{width:100%;padding:12px;border:1px solid #d7b49f;border-radius:10px;background:#fff;font-size:15px}textarea{min-height:80px}.summary{position:static;clear:both;background:#fffdf8;border:1px solid var(--line);border-radius:18px;padding:16px;margin:12px 0;box-shadow:0 -4px 14px rgba(0,0,0,.06)}.kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px}.kpi{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}.kpi b{font-size:26px;color:var(--green)}table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden}th,td{border-bottom:1px solid #eee;padding:10px;text-align:left}.modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);align-items:center;justify-content:center;padding:20px;z-index:50}.modal .box{background:#fff;border-radius:20px;padding:22px;max-width:560px;width:100%}.toast{position:fixed;right:18px;bottom:18px;background:#2e7d32;color:white;padding:14px 18px;border-radius:14px;font-weight:800;display:none;z-index:80}.artPreview{max-width:420px;width:100%;border:1px solid var(--line);border-radius:10px}.adminList{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.small{font-size:12px;color:var(--muted)}@media(max-width:760px){.wrap{padding:8px}.top{padding:14px}.nav{width:100%;margin-left:0}.nav a{flex:1;text-align:center}.hero h1{font-size:30px}.benefits,.featured{grid-template-columns:1fr}.formgrid{grid-template-columns:1fr}.product img{height:230px}.grid{grid-template-columns:1fr}}
@media print{body{background:#fff}.top,.nav,.noPrint{display:none!important}.printOnly{display:block!important}}

.pdv-summary{position:static!important;clear:both;margin-top:18px;}
.priceRow{margin:10px 0}.priceRow .old{display:block}.priceRow .price{display:block}.site-note{display:none!important}
.notice{margin-top:16px;padding:16px;border:1px solid #d9b18f;border-radius:12px;background:#fff7ed;line-height:1.55}.notice.error{border-color:#b3261e;background:#fff0ef;color:#7e1d17}.stats{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:12px}.stats>div{background:#fff7ed;border:1px solid #e5c3a6;border-radius:12px;padding:16px}.stats strong{display:block;font-size:24px;margin-top:8px;color:#6b3426}@media(max-width:760px){.stats{grid-template-columns:repeat(2,1fr)}}


/* v12.8.6 - Missão página do site: imagens e responsividade */
.site-page{background:#fff6ea;overflow-x:hidden}
.site-shell{width:min(100%,980px);margin:0 auto;padding:12px 16px 28px}
.public-header{background:#fffdf8;border:1px solid var(--line);border-radius:18px;padding:14px 18px;margin:10px 0 14px;box-shadow:0 6px 18px rgba(91,47,35,.07)}
.public-brand{display:flex;align-items:center;gap:14px}.public-brand img{width:72px;height:72px;border-radius:50%;object-fit:cover;border:2px solid var(--line);flex:0 0 auto}.public-brand h1{margin:0;color:var(--brown);font-size:30px}.public-brand p{margin:3px 0;color:var(--muted);font-size:13px}
.site-hero{padding:24px}.site-hero h2{color:#fff;font-size:38px;margin-bottom:4px}.site-section{padding:16px}
.site-featured-list{display:grid;gap:16px}.site-featured-card{display:grid;grid-template-columns:minmax(260px,42%) 1fr;gap:18px;background:#fff7d8;border:2px solid var(--gold);border-radius:20px;padding:14px;overflow:hidden}.site-featured-content{min-width:0}.site-featured-content h3{margin:0 0 8px;color:var(--brown);font-size:28px}
.site-photo{width:100%;height:165px;overflow:hidden;background:#f4f0e8;display:flex;align-items:center;justify-content:center;border-radius:14px}.site-photo img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.site-photo.photo-contain img{object-fit:contain;padding:12px;background:#fff}.site-photo-featured{height:230px}.photo-empty{border:1px dashed #c9a98e;color:#8b7568;font-weight:700;background:#fffaf3}
.site-category{margin-top:18px}.site-category>h3{font-size:22px;color:var(--brown);margin:0 0 10px}.site-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.site-product{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;min-width:0}.site-product.is-featured{border-color:var(--gold)}.site-product-body{padding:11px;display:flex;flex-direction:column;flex:1;min-width:0}.site-product-body h3{margin:0 0 5px;color:var(--brown);font-size:18px;overflow-wrap:anywhere}.site-desc{margin:0 0 6px;color:var(--muted);font-size:12px}.site-add{width:100%;margin-top:auto}.site-badge{position:absolute;z-index:2;top:10px;left:10px;background:#ffd044;border-radius:99px;padding:7px 10px;font-size:12px;font-weight:900}
.site-price-block{display:flex;align-items:flex-start;flex-direction:column;gap:5px;margin:10px 0 12px}.site-old-price{text-decoration:line-through;color:#75685f;font-weight:800}.site-promo-label{background:#ffd044;color:#5b2f23;border:1px solid #bd7422;border-radius:8px;padding:5px 8px;font-size:12px;font-weight:900;text-transform:uppercase}.site-new-price{font-size:26px;color:var(--green)}
.site-form{grid-template-columns:repeat(2,minmax(0,1fr))}.site-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.site-summary{max-width:980px;margin:12px auto 0}.cart-line{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid #eee}.cart-line button{border:0;background:none;color:#b3261e;cursor:pointer;font-weight:700}.site-submit{width:100%;font-size:17px}
@media(max-width:760px){.site-shell{padding:8px 10px 24px}.public-header{padding:12px}.public-brand img{width:58px;height:58px}.public-brand h1{font-size:24px}.public-brand p{font-size:11px}.site-hero{padding:20px 16px}.site-hero h2{font-size:30px}.benefits{grid-template-columns:1fr}.site-featured-card{grid-template-columns:1fr}.site-photo-featured{height:190px}.site-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.site-photo{height:145px}.site-form,.site-two-cols{grid-template-columns:1fr}.site-section{padding:13px}.cart-line{align-items:flex-start;flex-direction:column}.site-featured-content h3{font-size:24px}}
@media(min-width:761px) and (max-width:1000px){.site-shell{max-width:900px}.site-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-photo{height:155px}}


/* v12.8.7 - PDV compacto para lancamento rapido */
.pdv-items-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:12px}.pdv-items-head h2{margin:0}.pdv-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.pdv-product{min-width:0;display:grid;grid-template-columns:72px minmax(0,1fr) 30px;align-items:center;gap:10px;padding:8px;background:#fff;border:1px solid var(--line);border-radius:14px;cursor:pointer;text-align:left;color:inherit;transition:.15s ease;box-shadow:0 2px 7px rgba(91,47,35,.05)}.pdv-product:hover{transform:translateY(-1px);border-color:#c58c66;box-shadow:0 5px 13px rgba(91,47,35,.12)}.pdv-product:active{transform:scale(.985)}.pdv-thumb{width:72px;height:62px;border-radius:10px;overflow:hidden;background:#f5efe8;display:flex;align-items:center;justify-content:center}.pdv-thumb img{width:100%;height:100%;object-fit:cover;display:block}.pdv-drink .pdv-thumb img{object-fit:contain;padding:4px;background:#fff}.pdv-info{min-width:0;display:flex;flex-direction:column;gap:3px}.pdv-info b{font-size:14px;color:var(--brown);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdv-info small{font-size:11px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdv-info strong{font-size:16px;color:var(--green)}.pdv-plus{width:28px;height:28px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-size:21px;font-weight:900;line-height:1}.pdv-client textarea{min-height:54px}.pdv-items-section{padding:14px}.pdv-summary{padding:14px}.pdv-summary h2{font-size:22px}.pdv-summary #cartbox>div{padding:5px 0;border-bottom:1px solid #eee}
@media(max-width:1000px){.pdv-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.pdv-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pdv-product{grid-template-columns:58px minmax(0,1fr) 26px;padding:7px;gap:7px}.pdv-thumb{width:58px;height:54px}.pdv-info b{font-size:13px}.pdv-info strong{font-size:15px}.pdv-plus{width:24px;height:24px;font-size:18px}.pdv-items-head{align-items:flex-start;flex-direction:column;gap:2px}}
@media(max-width:430px){.pdv-grid{grid-template-columns:1fr}.pdv-product{grid-template-columns:64px minmax(0,1fr) 28px}.pdv-thumb{width:64px;height:56px}}

/* v12.8.9 - PDV por categorias em colunas verticais */
.pdv-category-board{display:grid;grid-template-columns:repeat(auto-fit,minmax(235px,1fr));gap:12px;align-items:start}
.pdv-category-column{background:#fff8ef;border:1px solid var(--line);border-radius:16px;overflow:hidden;min-width:0}
.pdv-category-title{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;background:#f1dfd2;color:var(--brown);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:1}
.pdv-category-title b{font-size:16px}.pdv-category-title span{background:var(--brown);color:#fff;border-radius:99px;min-width:25px;height:25px;display:grid;place-items:center;font-size:12px;font-weight:900}
.pdv-category-list{display:flex;flex-direction:column;gap:7px;padding:8px}
.pdv-category-list .pdv-product{width:100%;grid-template-columns:58px minmax(0,1fr) 27px;padding:7px;gap:8px;border-radius:11px;box-shadow:none}
.pdv-category-list .pdv-thumb{width:58px;height:50px;border-radius:8px}
.pdv-category-list .pdv-info b{font-size:13px}.pdv-category-list .pdv-info small{display:none}.pdv-category-list .pdv-info strong{font-size:15px}.pdv-category-list .pdv-plus{width:25px;height:25px;font-size:18px}
@media(max-width:760px){.pdv-category-board{display:flex;overflow-x:auto;gap:10px;padding-bottom:8px;scroll-snap-type:x proximity}.pdv-category-column{flex:0 0 min(82vw,310px);scroll-snap-align:start}.pdv-category-list .pdv-product{grid-template-columns:56px minmax(0,1fr) 26px}.pdv-category-list .pdv-thumb{width:56px;height:48px}}

@media(max-width:470px){.site-grid{grid-template-columns:1fr}.site-photo{height:155px}.site-product-body h3{font-size:17px}}
\n\n/* v12.8.12 - Site mais compacto e ordem das categorias respeitada */
.site-photo{height:132px}
.site-photo-featured{height:195px}
.site-product-body{padding:9px}
.site-product-body h3{font-size:16px;margin-bottom:4px}
.site-desc{font-size:11px;margin-bottom:5px}
.site-price-block{margin:7px 0 9px;gap:4px}
.site-new-price{font-size:23px}
.site-add{padding:10px 12px;font-size:12px}
.site-category{margin-top:14px}
.site-category>h3{font-size:20px;margin-bottom:8px}
@media(max-width:760px){
  .site-photo{height:118px}
  .site-photo-featured{height:165px}
  .site-product-body{padding:8px}
  .site-product-body h3{font-size:15px}
  .site-new-price{font-size:21px}
  .site-grid{gap:8px}
}
@media(max-width:470px){
  .site-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .site-photo{height:105px}
  .site-product-body h3{font-size:14px}
  .site-desc{display:none}
  .site-add{padding:9px 8px;font-size:11px}
}


/* v12.8.13 - Guia simples de pedido no topo do site */
.order-guide{background:#fffdf8;border:1px solid var(--line);border-radius:18px;padding:16px 18px;margin:14px 0;box-shadow:0 5px 18px rgba(91,47,35,.06)}
.order-guide-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.order-guide-head h2{margin:0;font-size:24px}.order-guide-head p{margin:3px 0 0;color:var(--muted)}.order-guide-icon{font-size:32px}
.order-steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:10px;align-items:center}.order-step{display:flex;align-items:center;gap:10px;background:#fff6ea;border:1px solid #e3c5ad;border-radius:14px;padding:12px;min-height:82px}.order-step>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--brown);color:white;font-weight:900;flex:0 0 auto}.order-step b{display:block;color:var(--brown);font-size:15px}.order-step small{display:block;color:var(--muted);margin-top:3px;line-height:1.25}.order-step-arrow{font-size:28px;color:var(--gold);font-weight:900}.payment-guide{margin-top:12px;background:#edf8ee;border:1px solid #b8d9ba;border-radius:12px;padding:10px 12px;color:#285d2c}.trust-guide{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}.trust-guide span{background:#fff2df;border:1px solid #e3c5ad;border-radius:99px;text-align:center;padding:8px 10px;font-size:12px;font-weight:800;color:var(--brown)}.first-order-note{text-align:center;margin:12px 0 0;color:var(--brown);font-size:13px}
@media(max-width:760px){.order-guide{padding:14px}.order-guide-head h2{font-size:21px}.order-steps{grid-template-columns:1fr}.order-step-arrow{transform:rotate(90deg);text-align:center;height:14px;line-height:10px}.trust-guide{grid-template-columns:repeat(2,1fr)}.payment-guide{text-align:center}}


/* v12.8.21 - fluxo operacional PDV/cozinha */
body.pdv-page .wrap{max-width:none;width:100%;padding:8px 10px}
body.pdv-page .top{margin-top:4px}
body.pdv-page .pdv-category-board{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.pdv-client-buttons{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.pdv-cart-line{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:8px 0;border-bottom:1px solid #eee}
.pdv-cart-line>span:first-child{display:flex;flex-direction:column;min-width:0}.pdv-cart-line small{color:var(--muted)}
.pdv-cart-actions{display:flex;align-items:center;gap:7px}.pdv-cart-actions button{width:30px;height:30px;border:1px solid var(--line);border-radius:8px;background:#fff7ed;font-weight:900;cursor:pointer}.pdv-cart-actions button.remove{background:#fff0ef;color:var(--red)}.pdv-cart-actions strong{min-width:88px;text-align:right;color:var(--green)}
.pdv-finalize{font-size:17px;padding:13px 22px}
.kitchen-tools{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.kitchen-tools input{flex:1 1 320px}.empty-kitchen{grid-column:1/-1;padding:30px;text-align:center;border:1px dashed var(--line);border-radius:14px;color:var(--muted)}
.client-list-tools{display:flex;gap:8px;align-items:center;margin:10px 0}.client-list-tools input{flex:1}
@media(max-width:760px){.pdv-cart-line{align-items:flex-start;flex-direction:column}.pdv-cart-actions{width:100%;justify-content:flex-end}.client-list-tools{flex-direction:column;align-items:stretch}}


/* V12.8.23 - padronizacao definitiva das imagens */
img{max-width:100%;height:auto}
.product,.pdv-product,.site-card,.featured{min-width:0;overflow:hidden}
.product>img,.product .product-photo{display:block!important;width:100%!important;height:160px!important;max-height:160px!important;min-height:160px!important;object-fit:cover!important;object-position:center!important;background:#f4f0e8!important}
.product.bebida>img,.product.bebida .product-photo{object-fit:contain!important;padding:10px!important;background:#fff!important}
.adminList .product img{width:100%!important;height:118px!important;min-height:118px!important;max-height:118px!important;object-fit:cover!important;object-position:center!important;display:block!important}
.adminList .product.bebida img{object-fit:contain!important;padding:8px!important;background:#fff!important}
.site-photo{width:100%!important;height:145px!important;min-height:145px!important;max-height:145px!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#f4f0e8!important}
.site-photo img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important}
.site-photo.photo-contain img{object-fit:contain!important;padding:10px!important;background:#fff!important}
.site-photo-featured{height:205px!important;min-height:205px!important;max-height:205px!important}
.pdv-thumb{width:72px!important;height:62px!important;min-width:72px!important;min-height:62px!important;max-width:72px!important;max-height:62px!important;overflow:hidden!important}
.pdv-thumb img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important}
.pdv-drink .pdv-thumb img{object-fit:contain!important;padding:4px!important;background:#fff!important}
.photoPreview{width:150px!important;height:105px!important;min-width:150px!important;min-height:105px!important;max-width:150px!important;max-height:105px!important;object-fit:cover!important;object-position:center!important}
@media(max-width:760px){.product>img,.product .product-photo{height:145px!important;min-height:145px!important;max-height:145px!important}.site-photo{height:128px!important;min-height:128px!important;max-height:128px!important}.site-photo-featured{height:180px!important;min-height:180px!important;max-height:180px!important}}


/* v12.8.24 - menu operacional simplificado e atalhos */
.nav a{display:inline-flex;align-items:center;gap:5px}
.nav a .nav-icon{font-size:13px;line-height:1;opacity:.78;min-width:14px;text-align:center}
.nav a small{font-size:9px;font-weight:900;line-height:1;padding:3px 5px;border-radius:6px;background:rgba(255,255,255,.22);margin-left:1px}
.nav a.nav-pdv{font-weight:900;border-color:#c79358}
.nav a.nav-pdv:not(.active){background:#fff4df}
.nav a.nav-pdv.active{box-shadow:0 0 0 2px rgba(255,255,255,.38) inset}
.config-updates{border-left:5px solid var(--brown);background:#fffaf4}
@media(max-width:760px){.nav a{gap:4px}.nav a .nav-icon{font-size:12px}.nav a small{font-size:8px;padding:2px 4px}}


/* v12.8.27 - atalho F9 e cardapio publico com compra em duas colunas */
.site-v127 .site-shell{width:min(100%,1440px);max-width:1440px;padding:10px 14px 28px}
.site-hero-compact{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 24px}
.site-hero-compact h2{font-size:34px;margin:0 0 4px}.site-hero-compact p{margin:0}.site-hero-cart{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.32);border-radius:14px;padding:12px 16px;white-space:nowrap}
.site-order-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(365px,.72fr);gap:14px;align-items:start}
.site-products-area{min-width:0}.site-order-side{display:grid;gap:14px;position:sticky;top:10px;align-self:start;max-height:calc(100vh - 20px);overflow:auto;padding-right:2px}
.site-order-side .site-summary,.site-order-side .site-customer-card{margin:0}.site-summary-card h2,.site-customer-card h2{font-size:22px}
.site-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.site-title-row>span{font-size:12px;color:var(--muted)}
.site-v127 .site-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.site-v127 .site-photo{height:135px!important;min-height:135px!important;max-height:135px!important}
.site-v127 .site-category>h3{display:flex;align-items:center;gap:7px}.site-v127 .site-category>h3 small{display:grid;place-items:center;background:var(--brown);color:#fff;border-radius:99px;min-width:23px;height:23px;font-size:11px}
.site-cart-line{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;padding:9px 0;border-bottom:1px solid #eee}.site-cart-name{display:flex;flex-direction:column;min-width:0}.site-cart-name b{overflow-wrap:anywhere}.site-cart-name small{color:var(--muted);margin-top:2px}
.site-cart-controls{display:flex;align-items:center;gap:5px}.site-cart-controls button{width:28px;height:28px;border:1px solid var(--line);border-radius:8px;background:#fff7ed;font-weight:900;cursor:pointer}.site-cart-controls strong{min-width:20px;text-align:center}.site-cart-controls span{min-width:78px;text-align:right;color:var(--green);font-weight:900}.site-cart-controls .site-cart-remove{background:#fff0ef;color:var(--red)}
.site-empty-cart{text-align:center;padding:20px 8px;border:1px dashed var(--line);border-radius:12px;color:var(--muted)}
.site-total-lines{margin-top:10px}.site-total-lines p,.site-total-lines h2{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0;padding:9px 0;border-bottom:1px solid #eee}.site-total-lines h2{border:0;padding-top:13px}.site-total-lines strong{color:var(--green);font-size:25px}
.site-v127 .site-form{grid-template-columns:1fr 1fr}.site-v127 .site-form input,.site-v127 .site-form select,.site-v127 .site-form textarea{padding:10px}.site-v127 .site-form textarea{min-height:56px}.site-safe-note{text-align:center;color:var(--muted);font-size:12px;margin:9px 0 0}.site-v127 .site-submit{margin-top:12px}
.site-benefits-section h2{font-size:22px}.site-benefits-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.site-benefit-mini{border:1px solid var(--line);background:#fff7ed;border-radius:14px;padding:12px;text-align:left;color:var(--brown);cursor:pointer}.site-benefit-mini b,.site-benefit-mini small{display:block}.site-benefit-mini small{color:var(--muted);margin-top:4px;line-height:1.3}
@media(max-width:1100px){.site-order-layout{grid-template-columns:minmax(0,1.35fr) minmax(350px,.85fr)}.site-v127 .site-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:860px){.site-order-layout{grid-template-columns:1fr}.site-order-side{position:static;max-height:none;overflow:visible}.site-v127 .site-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-hero-compact{align-items:flex-start}.site-benefits-mini{grid-template-columns:1fr}}
@media(max-width:560px){.site-v127 .site-shell{padding:7px 8px 22px}.site-hero-compact{padding:17px 14px;flex-direction:column;gap:10px}.site-hero-compact h2{font-size:28px}.site-hero-cart{padding:8px 11px}.site-v127 .site-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.site-v127 .site-photo{height:110px!important;min-height:110px!important;max-height:110px!important}.site-v127 .site-form{grid-template-columns:1fr}.site-cart-line{grid-template-columns:1fr}.site-cart-controls{justify-content:flex-end}.site-title-row{align-items:flex-start;flex-direction:column;gap:2px}}


/* v12.8.46 - validacao Supabase, responsividade e seguranca operacional */
.site-v128 .site-shell{width:min(100%,1500px);max-width:1500px;margin:0 auto;padding:12px 18px 32px;box-sizing:border-box}
.site-v128 .site-order-layout{grid-template-columns:minmax(0,1fr) minmax(360px,430px);gap:18px}
.site-v128 .site-products-area,.site-v128 .site-order-side{min-width:0}
.site-v128 .site-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}
.site-v128 .site-product{height:100%;display:flex;flex-direction:column}
.site-v128 .site-product .site-product-body{display:flex;flex:1;flex-direction:column}
.site-v128 .site-product .site-add{margin-top:auto}
.site-v128 .site-order-side{width:100%}
.admin-security{border-left:5px solid var(--brown);background:#fffaf4}
@media(min-width:1600px){.site-v128 .site-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:1180px){.site-v128 .site-order-layout{grid-template-columns:minmax(0,1fr) minmax(330px,390px)}.site-v128 .site-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.site-v128 .site-order-layout{grid-template-columns:1fr}.site-v128 .site-order-side{position:static;max-height:none;overflow:visible}.site-v128 .site-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.site-v128 .site-shell{padding:7px 8px 24px}.site-v128 .site-grid{grid-template-columns:1fr}.site-v128 .site-photo{height:190px!important;min-height:190px!important;max-height:190px!important}.site-v128 .site-hero-compact{padding:16px 14px}.site-v128 .site-hero-compact h2{font-size:27px}.site-v128 .site-form{grid-template-columns:1fr}}


/* v12.8.47 - imagens controladas e pagamento Pix */
.site-v128 .site-photo{height:180px!important;min-height:180px!important;max-height:180px!important;overflow:hidden}
.site-v128 .site-photo img{width:100%!important;height:100%!important;max-width:100%!important;object-fit:cover!important;object-position:center!important;display:block!important}
.site-v128 .site-photo.photo-contain img{object-fit:contain!important;padding:10px;background:#fff}
.site-v128 .site-photo-featured{height:210px!important;min-height:210px!important;max-height:210px!important}
.site-v128 .site-featured-card{grid-template-columns:minmax(240px,36%) minmax(0,1fr);align-items:stretch}
.pix-box{max-width:520px!important;text-align:center;max-height:92vh;overflow:auto}.pix-order-label{color:var(--muted);margin-top:-4px}.pix-qr{display:grid;place-items:center;min-height:240px;margin:10px auto}.pix-qr img,.pix-qr canvas{max-width:100%;height:auto!important}.pix-total{font-size:25px;font-weight:900;color:var(--green);margin:8px 0 14px}.pix-box textarea{min-height:92px;font-size:11px;word-break:break-all}.pix-actions{display:grid;gap:9px;margin-top:12px}.pix-actions .btn{width:100%}
@media(min-width:1500px){.site-v128 .site-shell{max-width:1560px}.site-v128 .site-order-layout{grid-template-columns:minmax(0,1fr) minmax(390px,440px)}}
@media(max-width:760px){.site-v128 .site-featured-card{grid-template-columns:1fr}.site-v128 .site-photo,.site-v128 .site-photo-featured{height:190px!important;min-height:190px!important;max-height:190px!important}}

/* v12.8.50 - referencia de tamanho do site restaurada */
.site-v128 .site-shell{
  width:min(100%,1320px);
  max-width:1320px;
  margin:0 auto;
  padding:12px 16px 30px;
}
.site-v128 .site-order-layout{
  grid-template-columns:minmax(0,1fr) minmax(340px,390px);
  gap:16px;
}
.site-v128 .site-grid{
  grid-template-columns:repeat(auto-fill,minmax(245px,310px));
  justify-content:start;
  align-items:stretch;
  gap:12px;
}
.site-v128 .site-product{
  width:100%;
  max-width:310px;
}
.site-v128 .site-photo{
  height:150px!important;
  min-height:150px!important;
  max-height:150px!important;
}
.site-v128 .site-photo-featured{
  height:200px!important;
  min-height:200px!important;
  max-height:200px!important;
}
.site-v128 .site-featured-card{
  grid-template-columns:minmax(230px,34%) minmax(0,1fr);
}
@media(max-width:1100px){
  .site-v128 .site-shell{max-width:1080px}
  .site-v128 .site-order-layout{grid-template-columns:minmax(0,1fr) minmax(320px,360px)}
  .site-v128 .site-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .site-v128 .site-product{max-width:none}
}
@media(max-width:900px){
  .site-v128 .site-order-layout{grid-template-columns:1fr}
  .site-v128 .site-order-side{position:static;max-height:none;overflow:visible}
}
@media(max-width:620px){
  .site-v128 .site-grid{grid-template-columns:1fr}
  .site-v128 .site-product{max-width:none}
  .site-v128 .site-photo,.site-v128 .site-photo-featured{
    height:180px!important;
    min-height:180px!important;
    max-height:180px!important;
  }
}

/* v13.0.1 - correcao definitiva do cardapio em celulares Android */
html,body{max-width:100%;overflow-x:hidden}
.site-v128 .site-shell,.site-v128 .site-order-layout,.site-v128 .site-products-area,
.site-v128 .site-section,.site-v128 .site-featured-list,.site-v128 .site-featured-card,
.site-v128 .site-featured-content,.site-v128 .site-category,.site-v128 .site-grid,
.site-v128 .site-product,.site-v128 .site-product-body{min-width:0;max-width:100%;box-sizing:border-box}

@media (max-width:820px){
  .site-v128 .site-shell{width:100%;max-width:100%;padding:8px 10px 24px}
  .site-v128 .site-order-layout{display:block;width:100%}
  .site-v128 .site-products-area,.site-v128 .site-order-side{width:100%}
  .site-v128 .site-featured-list{display:grid;grid-template-columns:1fr;gap:12px}
  .site-v128 .site-featured-card{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    max-width:100%!important;
    gap:0!important;
    padding:10px!important;
  }
  .site-v128 .site-featured-card>.site-photo,
  .site-v128 .site-featured-card>.site-photo-featured{
    flex:none!important;
    width:100%!important;
    max-width:100%!important;
    height:210px!important;
    min-height:210px!important;
    max-height:210px!important;
    border-radius:14px!important;
    overflow:hidden!important;
  }
  .site-v128 .site-featured-content{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    padding:12px 2px 2px!important;
  }
  .site-v128 .site-featured-content h3{font-size:22px!important;line-height:1.15;overflow-wrap:anywhere}
  .site-v128 .site-grid{display:grid!important;grid-template-columns:1fr!important;width:100%;gap:12px}
  .site-v128 .site-product{width:100%!important;max-width:100%!important;display:flex!important;flex-direction:column!important}
  .site-v128 .site-product>.site-photo{
    width:100%!important;
    height:200px!important;
    min-height:200px!important;
    max-height:200px!important;
  }
  .site-v128 .site-product-body{width:100%!important;padding:12px!important}
  .site-v128 .site-product-body h3{font-size:20px!important;line-height:1.2;white-space:normal!important;overflow-wrap:anywhere}
  .site-v128 .site-desc{font-size:14px!important;line-height:1.35}
  .site-v128 .tags{display:flex!important;flex-wrap:wrap!important;gap:6px!important;width:100%}
  .site-v128 .tag{white-space:normal!important;max-width:100%;overflow-wrap:anywhere}
  .site-v128 .site-price-block{width:100%;margin-top:8px}
  .site-v128 .site-add{display:block!important;width:100%!important;min-height:46px;margin-top:10px!important}
  .site-v128 .site-order-side{position:static!important;max-height:none!important;overflow:visible!important;margin-top:14px}
}

@media (max-width:430px){
  .site-v128 .public-brand{align-items:center}
  .site-v128 .public-brand h1{font-size:24px;line-height:1.1}
  .site-v128 .site-hero-compact h2{font-size:29px}
  .site-v128 .site-featured-card>.site-photo,
  .site-v128 .site-featured-card>.site-photo-featured,
  .site-v128 .site-product>.site-photo{
    height:190px!important;
    min-height:190px!important;
    max-height:190px!important;
  }
}

/* v13.0.2 - controle simples da loja online */
.online-store-status{display:flex;flex-direction:column;gap:5px;padding:16px;border-radius:14px;margin:12px 0}.online-store-status.is-open{background:#e8f7ed;border:2px solid #39a85a;color:#175c32}.online-store-status.is-closed{background:#fff0f0;border:2px solid #c94040;color:#8b1e1e}.online-store-actions{display:flex;gap:10px;flex-wrap:wrap}.online-store-actions .btn{min-width:190px}.pdv-online-control{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}.pdv-online-control>div{display:grid;grid-template-columns:auto 1fr;column-gap:9px;align-items:center}.pdv-online-control small{grid-column:2}.online-dot{width:15px;height:15px;border-radius:50%;display:inline-block}.online-dot.open{background:#2ea44f;box-shadow:0 0 0 5px #2ea44f22}.online-dot.closed{background:#c73535;box-shadow:0 0 0 5px #c7353522}.store-closed-banner{margin:14px auto 0;max-width:1180px;background:#7d2525;color:#fff;text-align:center;padding:15px 18px;border-radius:14px;font-size:1.08rem;font-weight:900;box-shadow:0 5px 18px #0002}.store-closed .site-add,.store-closed .site-submit{opacity:.48;cursor:not-allowed;filter:grayscale(.3)}@media(max-width:760px){.pdv-online-control{align-items:stretch;flex-direction:column}.pdv-online-control .btn,.online-store-actions .btn{width:100%}.store-closed-banner{margin:10px 10px 0;border-radius:12px}}

/* v13.0.3 */
.payment-notice{margin-top:7px;padding:10px 12px;border-radius:10px;background:#fff4dd;border:1px solid #e2b85c;color:#593b13;font-size:14px;line-height:1.35}.kitchen-payment-warning{padding:8px 10px;border-radius:9px;background:#fff0c7;border:1px solid #d99c21;font-weight:900}.print-size-note{font-weight:800}


/* v13.0.5 - fluxo de sucesso, WhatsApp e coluna lateral sem rolagem interna */
.site-v128 .site-order-side{position:sticky;top:10px;max-height:none!important;overflow:visible!important;padding-right:0!important;align-self:start}
.order-success-box{max-width:520px;text-align:center;padding:28px!important}.order-success-icon{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;background:#e7f7ed;color:#14743a;font-size:42px;font-weight:900}.order-success-box h2{margin:6px 0 10px}.order-success-box p{font-size:17px;line-height:1.5}.order-success-payment{background:#fff6db;border:1px solid #d8a834;border-radius:12px;padding:13px;margin:15px 0;text-align:left;line-height:1.45}.order-success-actions{display:grid;gap:10px}.order-success-actions .btn{width:100%}
.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:9000;border:0;border-radius:999px;background:#1f9d55;color:#fff;box-shadow:0 5px 20px #0004;padding:7px 14px 7px 7px;display:flex;align-items:center;gap:8px;font-weight:900;cursor:pointer}.whatsapp-float img{width:42px;height:42px;border-radius:50%;object-fit:cover;background:#fff;border:2px solid #fff}.whatsapp-float:hover{transform:translateY(-1px)}
@media(max-width:900px){.site-v128 .site-order-side{position:static}.whatsapp-float span{display:none}.whatsapp-float{right:12px;bottom:12px;padding:6px}.whatsapp-float img{width:46px;height:46px}}
