:root{--ink:#20170f;--muted:#75685c;--cream:#fbf7ef;--paper:#fffdf9;--gold:#c89938;--gold2:#f0c96a;--line:#eadfce;--green:#18794e;--shadow:0 16px 50px rgba(62,38,16,.10)}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased}.menu-shell{min-height:100vh;padding-bottom:110px}.menu-hero{padding:22px 18px 70px;background:radial-gradient(circle at 80% 10%,rgba(240,201,106,.35),transparent 32%),linear-gradient(145deg,#20140b,#3a2412 58%,#15100c);color:#fff;position:relative;overflow:hidden}.menu-hero:after{content:"";position:absolute;inset:auto -40px -65px;height:130px;background:var(--cream);border-radius:50% 50% 0 0/35% 35% 0 0}.hero-inner{max-width:1120px;margin:auto;position:relative;z-index:1}.brand-pill{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);font-weight:700}.brand-dot{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,var(--gold2),var(--gold));color:#24170d;font-family:Georgia,serif}.menu-hero h1{font-size:clamp(30px,7vw,56px);line-height:1.02;margin:24px 0 10px;font-family:Georgia,serif}.menu-hero p{max-width:620px;margin:0;color:#eadfce;font-size:15px;line-height:1.5}.service-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.service-pills span{font-size:12px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.1)}.catalog-wrap{max-width:1120px;margin:-32px auto 0;padding:0 14px;position:relative;z-index:2}.category-bar{position:sticky;top:0;z-index:20;display:flex;gap:8px;overflow:auto;padding:10px 2px 12px;background:linear-gradient(var(--cream) 75%,transparent);scrollbar-width:none}.category-bar::-webkit-scrollbar{display:none}.category-chip{border:1px solid var(--line);background:var(--paper);color:var(--ink);padding:10px 14px;border-radius:999px;white-space:nowrap;font-weight:700;box-shadow:0 4px 12px rgba(58,36,18,.04)}.category-chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.category-section{margin:22px 0 34px}.category-head{display:flex;align-items:end;justify-content:space-between;margin:0 2px 12px}.category-head h2{margin:0;font-family:Georgia,serif;font-size:25px}.category-head span{color:var(--muted);font-size:12px}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card{background:var(--paper);border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 8px 24px rgba(62,38,16,.05);display:flex;flex-direction:column}.product-photo{aspect-ratio:1.2;background:linear-gradient(145deg,#f4eadb,#fff7e9);overflow:hidden;display:grid;place-items:center;font-size:44px}.product-photo img{width:100%;height:100%;object-fit:cover}.product-body{padding:13px;display:flex;flex-direction:column;gap:8px;flex:1}.product-category{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#9a7b47;font-weight:800}.product-name{font-size:15px;line-height:1.25;font-weight:800}.product-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.product-price{font-size:16px;font-weight:900}.add-button{width:38px;height:38px;border:0;border-radius:13px;background:var(--ink);color:white;font-size:22px;box-shadow:0 5px 12px rgba(32,23,15,.2)}.qty-control{display:flex;align-items:center;gap:8px;background:#f5eee3;border-radius:13px;padding:3px}.qty-control button{width:31px;height:31px;border:0;background:white;border-radius:10px;font-weight:900}.qty-control b{min-width:16px;text-align:center}.desktop-cart{display:none}.floating-cart{position:fixed;z-index:50;left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom));border:0;border-radius:20px;background:linear-gradient(135deg,#2c1d12,#19110b);color:white;box-shadow:0 14px 40px rgba(30,20,10,.28);padding:13px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px}.floating-cart[hidden]{display:none}.cart-count{width:34px;height:34px;border-radius:12px;background:var(--gold2);color:var(--ink);display:grid;place-items:center;font-weight:900}.cart-summary{flex:1;text-align:left}.cart-summary small{display:block;color:#d8c7b2}.cart-summary b{display:block;font-size:16px}.cart-arrow{font-size:22px}.sheet-backdrop{position:fixed;inset:0;background:rgba(20,14,10,.45);z-index:70;display:flex;align-items:flex-end;backdrop-filter:blur(4px)}.sheet{background:var(--paper);width:100%;max-height:92vh;overflow:auto;border-radius:28px 28px 0 0;padding:16px 16px calc(22px + env(safe-area-inset-bottom));box-shadow:0 -20px 60px rgba(20,14,10,.2)}.sheet-head{display:flex;align-items:center;justify-content:space-between;position:sticky;top:-16px;background:var(--paper);padding:12px 0;z-index:2}.sheet-head h2{margin:0;font-family:Georgia,serif}.close-sheet{border:0;background:#eee5d9;width:38px;height:38px;border-radius:50%;font-size:22px}.cart-line{display:grid;grid-template-columns:1fr auto;gap:10px;padding:13px 0;border-bottom:1px solid var(--line)}.cart-line small{display:block;color:var(--muted);margin-top:3px}.cart-line-right{text-align:right}.cart-line .qty-control{margin-top:6px}.cart-total{display:flex;justify-content:space-between;padding:16px 0;font-size:19px}.checkout-form{display:grid;gap:13px}.checkout-form label{display:grid;gap:6px;font-size:12px;font-weight:800;color:#5e5146}.checkout-form input,.checkout-form select,.checkout-form textarea{width:100%;border:1px solid #ddd1bf;background:white;border-radius:14px;padding:13px 14px;font:inherit;font-size:16px;color:var(--ink);outline:none}.checkout-form input:focus,.checkout-form select:focus,.checkout-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(200,153,56,.13)}.two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.checkout-note{background:#f7f1e8;border-radius:14px;padding:11px 12px;color:var(--muted);font-size:12px}.primary-menu{border:0;background:linear-gradient(135deg,#2c1d12,#15100c);color:#fff;border-radius:16px;padding:14px;font-weight:900;font-size:15px;box-shadow:0 8px 20px rgba(30,20,10,.18)}.success-card{text-align:center;padding:30px 8px}.success-icon{width:66px;height:66px;border-radius:50%;margin:0 auto 14px;background:#e7f5ed;color:var(--green);display:grid;place-items:center;font-size:31px}.success-card h2{font-family:Georgia,serif;font-size:28px;margin:5px}.success-card p{color:var(--muted);line-height:1.5}.payment-link{display:block;margin:18px 0;background:var(--green);color:#fff;text-decoration:none;padding:14px;border-radius:16px;font-weight:900}.menu-toast{position:fixed;z-index:100;left:50%;bottom:100px;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:#251a12;color:#fff;padding:11px 15px;border-radius:999px;font-weight:700;transition:.2s}.menu-toast.show{opacity:1;transform:translate(-50%,0)}.menu-loading{padding:60px;text-align:center}.empty-menu{padding:30px 15px;text-align:center;color:var(--muted)}@media(min-width:760px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{border-radius:24px}.catalog-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:22px}.desktop-cart{display:block;position:sticky;top:68px;align-self:start;background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:17px;box-shadow:var(--shadow)}.floating-cart{display:none!important}.desktop-cart h3{margin:0 0 8px;font-family:Georgia,serif;font-size:22px}.desktop-checkout{width:100%;margin-top:12px}.category-bar{top:0}.menu-shell{padding-bottom:20px}}@media(min-width:1040px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-wrap{padding:0 20px}.menu-hero{padding-top:32px}.product-name{font-size:16px}}

/* v16 public menu reliability & branding */
.menu-brand-logo{width:34px;height:34px;border-radius:10px;object-fit:cover;margin-right:8px}.menu-loading,.menu-error{min-height:70vh;display:grid;place-items:center;align-content:center;gap:12px;text-align:center;padding:30px}.menu-loading small,.menu-error p{color:#697386}.loader-ring{width:42px;height:42px;border:4px solid #e5e7eb;border-top-color:#111827;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.menu-error>span{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#fee2e2;color:#991b1b;font-weight:900;font-size:1.4rem}
@media(max-width:640px){.menu-hero h1{font-size:clamp(1.8rem,8vw,2.6rem)}.product-grid{grid-template-columns:1fr!important}.product-card{grid-template-columns:110px 1fr!important}.product-photo{height:110px!important}.service-pills{gap:6px}.service-pills span{font-size:.78rem}.catalog-wrap{padding-left:12px!important;padding-right:12px!important}.sheet{border-radius:24px 24px 0 0!important}}

/* ===== Pedido Pro v18 · Cardápio refinado ===== */
:root{--ink:#1b1b1c;--muted:#71717a;--cream:#f7f7f6;--paper:#fff;--gold:#e85d04;--gold2:#ff8a45;--line:#e8e8e6;--green:#0f8a5f;--shadow:0 12px 36px rgba(24,24,27,.08)}body{background:#f7f7f6;color:#1d1d1f}.menu-hero{background:radial-gradient(circle at 80% 5%,rgba(232,93,4,.25),transparent 28%),linear-gradient(145deg,#1a1b1e,#292c31);padding-bottom:72px}.menu-hero:after{background:#f7f7f6}.brand-pill{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.13)}.brand-dot{background:#fff;color:#222;font-family:inherit}.menu-hero h1{font-family:inherit;font-weight:850;letter-spacing:-.045em}.menu-hero p{color:#cfd2d8}.category-chip{box-shadow:none}.category-chip.active{background:#202226;border-color:#202226}.product-card{border-radius:18px;box-shadow:0 3px 16px rgba(24,24,27,.04)}.product-card:hover{border-color:#d5d6d8}.product-photo{background:#f0f1f2}.product-body{padding:14px}.product-category{color:#8b8f96}.product-name{font-weight:800}.product-price{letter-spacing:-.02em}.add-button{background:#202226;box-shadow:none}.qty-control{background:#f0f1f2}.floating-cart{background:#202226;border-radius:16px;box-shadow:0 16px 40px rgba(24,24,27,.22)}.cart-count{background:var(--gold);color:#fff}.desktop-cart{border-radius:18px;box-shadow:var(--shadow)}.desktop-cart h3,.sheet-head h2,.success-card h2,.category-head h2{font-family:inherit;font-weight:850;letter-spacing:-.025em}.primary-menu{background:#e85d04;border-radius:13px;box-shadow:none}.primary-menu:hover{background:#d65302}.checkout-form input,.checkout-form select,.checkout-form textarea{border-color:#dedfe1;border-radius:11px}.checkout-form input:focus,.checkout-form select:focus,.checkout-form textarea:focus{border-color:#ef9b69;box-shadow:0 0 0 3px rgba(232,93,4,.11)}@media(max-width:640px){.menu-hero{padding:18px 15px 62px}.menu-hero h1{margin-top:20px}.product-grid{grid-template-columns:1fr!important}.product-card{display:grid!important;grid-template-columns:104px 1fr!important;min-height:116px}.product-photo{width:104px;height:100%!important;aspect-ratio:auto!important}.product-body{padding:12px}.product-name{font-size:14px}.product-footer{margin-top:4px}.floating-cart{left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom))}}


/* ===== Pedido Pro v19 · Cardápio estilo app ===== */
:root{--brand-primary:#e85d04;--brand-secondary:#171a1f}body{background:#f7f7f8;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.store-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid #ececef}.store-header-inner{height:66px;max-width:1120px;margin:auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between}.store-brand{display:flex;align-items:center;gap:10px;min-width:0}.store-brand>img,.store-brand>span{width:42px;height:42px;border-radius:12px;object-fit:cover;background:var(--brand-secondary);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:900}.store-brand b,.store-brand small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-brand small{font-size:10px;color:#777d87;margin-top:2px;max-width:320px}.store-open{display:inline-flex;align-items:center;gap:6px;color:#18794e;background:#effaf4;border:1px solid #d8f0e2;padding:6px 9px;border-radius:999px;font-size:10px;font-weight:850}.store-open i{width:7px;height:7px;background:#22c55e;border-radius:50%}.menu-hero{background:var(--brand-secondary)!important;padding:32px 16px 70px!important}.menu-hero:after{display:none!important}.hero-inner{max-width:1120px;margin:auto}.hero-kicker{display:inline-flex;padding:6px 9px;border-radius:999px;background:color-mix(in srgb,var(--brand-primary) 18%,transparent);color:#fff;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.menu-hero h1{font-size:clamp(30px,5vw,50px)!important;max-width:650px;margin:13px 0 8px!important}.menu-hero p{max-width:600px}.service-pills span{background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.08)}.catalog-wrap{margin:-36px auto 0!important}.catalog-tools{position:sticky;top:66px;z-index:30;background:#f7f7f8;padding:12px 0 8px}.menu-search{height:48px;background:#fff;border:1px solid #e5e7eb;border-radius:15px;display:flex;align-items:center;gap:9px;padding:0 13px;box-shadow:0 3px 14px rgba(16,24,40,.04)}.menu-search span{font-size:21px;color:#8a9099}.menu-search input{border:0;outline:0;background:transparent;width:100%;font:inherit;font-size:14px;color:#202124}.category-bar{position:static!important;background:transparent!important;padding:9px 0 3px!important}.category-chip{height:38px;padding:0 14px;border-radius:12px;background:#fff;font-size:11px}.category-chip.active{background:var(--brand-secondary)!important;border-color:var(--brand-secondary)!important}.category-section{scroll-margin-top:145px}.category-head{align-items:center;margin:18px 2px 10px}.category-head>div small{font-size:10px;color:#8b9098}.category-head h2{font-size:21px!important;margin-bottom:1px}.product-grid{gap:10px}.product-card{border-radius:16px!important;box-shadow:0 2px 10px rgba(16,24,40,.035)!important;transition:transform .15s,border-color .15s}.product-card:hover{transform:translateY(-1px);border-color:#d5d8dd}.product-photo{background:#f2f3f4!important}.product-category{display:none}.product-name{font-size:14px!important}.product-price{font-size:15px}.add-button{background:var(--brand-primary)!important;border-radius:11px!important}.qty-control button{color:var(--brand-secondary)}.floating-cart{background:var(--brand-secondary)!important;border-radius:15px!important}.cart-count{background:var(--brand-primary)!important}.primary-menu{background:var(--brand-primary)!important}.desktop-cart{top:145px!important;border-radius:16px!important}.desktop-cart h3{font-size:18px!important}.empty-menu{min-height:220px;display:grid;place-items:center;align-content:center;gap:5px;background:#fff;border:1px dashed #dfe2e6;border-radius:16px}.empty-menu>span{font-size:28px;color:#a2a7ae}.empty-menu>b{color:#3f444b}.empty-menu>small{color:#8b9098}
@media(max-width:640px){.store-header-inner{height:60px;padding:0 12px}.store-brand>img,.store-brand>span{width:38px;height:38px}.store-brand small{max-width:190px}.store-open{font-size:9px;padding:5px 7px}.menu-hero{padding:22px 13px 55px!important}.menu-hero h1{font-size:28px!important;line-height:1.08!important}.menu-hero p{font-size:13px!important}.service-pills{margin-top:13px!important}.service-pills span{font-size:10px!important;padding:6px 8px!important}.catalog-wrap{margin:-26px auto 0!important;padding:0 10px!important}.catalog-tools{top:60px;padding-top:9px}.menu-search{height:44px;border-radius:13px}.category-bar{gap:6px}.category-chip{height:35px;border-radius:11px;padding:0 12px}.category-section{scroll-margin-top:135px;margin:16px 0 26px}.category-head h2{font-size:19px!important}.product-grid{gap:8px}.product-card{grid-template-columns:96px 1fr!important;min-height:108px!important;border-radius:14px!important}.product-photo{width:96px!important}.product-body{padding:11px!important}.product-name{font-size:13px!important}.product-price{font-size:14px}.add-button{width:36px!important;height:36px!important}.floating-cart{left:9px!important;right:9px!important;bottom:max(9px,env(safe-area-inset-bottom))!important}.sheet{border-radius:22px 22px 0 0!important}.checkout-form{gap:11px}.two{grid-template-columns:1fr!important}}

/* ===== Pedido Pro v20 · cardápio sem overflow horizontal ===== */
html,body{width:100%;max-width:100%;overflow-x:clip}.menu-shell,.store-header,.store-header-inner,.menu-hero,.hero-inner,.catalog-wrap,.catalog-layout,.catalog-tools,.menu-search,.category-section,.category-head,.product-grid,.product-card,.product-body,.product-footer,.desktop-cart,.floating-cart,.sheet,.sheet-head,.cart-line,.checkout-form,.two{min-width:0;max-width:100%}img,svg,video{max-width:100%;height:auto}.store-brand{max-width:calc(100% - 92px)}.store-brand>div{min-width:0}.menu-search input,.checkout-form input,.checkout-form select,.checkout-form textarea{min-width:0;max-width:100%}.product-name,.menu-hero p,.store-brand b,.store-brand small,.cart-line b,.cart-line small{overflow-wrap:anywhere}.category-bar{max-width:100%;overscroll-behavior-x:contain}.floating-cart{max-width:calc(100vw - 18px)}
@media(max-width:759px){.catalog-layout{display:block}.desktop-cart{display:none!important}.floating-cart{display:flex!important}.category-head{gap:8px}.category-head>div{min-width:0}.category-head>span{flex:0 0 auto}.cart-line{grid-template-columns:minmax(0,1fr) auto}.cart-line-right{min-width:0}.sheet{width:100vw;max-width:100vw}.sheet-head{gap:10px}.sheet-head h2{min-width:0}.two{grid-template-columns:minmax(0,1fr)!important}}
@media(max-width:430px){.store-header-inner{gap:8px}.store-brand{max-width:calc(100% - 78px)}.store-brand small{max-width:150px}.store-open{flex:0 0 auto}.product-card{grid-template-columns:88px minmax(0,1fr)!important}.product-photo{width:88px!important}.product-body{min-width:0}.product-footer{gap:6px}.qty-control{gap:5px}.floating-cart{left:8px!important;right:8px!important;max-width:calc(100vw - 16px)}.cart-summary{min-width:0}.cart-summary small,.cart-summary b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}
@media(max-width:350px){.store-open{font-size:0;padding:7px}.store-open:after{content:'Aberto';font-size:9px}.store-brand small{display:none}.product-card{grid-template-columns:78px minmax(0,1fr)!important}.product-photo{width:78px!important}.product-body{padding:9px!important}.product-name{font-size:12px!important}.product-price{font-size:13px}.add-button{width:32px!important;height:32px!important}.sheet{padding-left:12px;padding-right:12px}}

/* ===== Pedido Pro v21 · catálogo responsivo auditado ===== */
html,body{width:100%;max-width:100%;overflow-x:clip}
.menu-shell,.store-header,.store-header-inner,.menu-hero,.hero-inner,.catalog-wrap,.catalog-tools,.catalog-layout,#productsArea,.category-section,.product-grid,.product-card,.product-body,.product-footer,.desktop-cart,.floating-cart,.sheet,.checkout-form{min-width:0;max-width:100%}
body{background:#f6f6f7}
.store-header-inner{width:100%}
.menu-hero{overflow:hidden}
.hero-inner{width:100%}
.catalog-wrap{width:100%}
.catalog-tools{width:100%}
.menu-search input{min-width:0}
.category-bar{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;overscroll-behavior-x:contain}
.category-bar::-webkit-scrollbar{display:none}
.category-chip{flex:0 0 auto}
.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.product-card{display:grid!important;grid-template-columns:126px minmax(0,1fr)!important;min-height:132px;height:100%;overflow:hidden}
.product-photo{width:126px!important;height:100%!important;min-height:132px;aspect-ratio:auto!important}
.product-body{min-width:0;padding:14px!important}
.product-name{overflow-wrap:break-word!important;word-break:normal!important}
.product-footer{min-width:0;flex-wrap:wrap}
.qty-control{flex:0 0 auto}
.catalog-layout{grid-template-columns:minmax(0,1fr) 310px!important;align-items:start}
.desktop-cart{width:100%;min-width:0}
.cart-line{grid-template-columns:minmax(0,1fr) auto!important}
.cart-line>div{min-width:0}
.checkout-form .two{grid-template-columns:repeat(2,minmax(0,1fr))}
.primary-menu{background:var(--brand-primary)!important}
.category-chip.active,.floating-cart{background:var(--brand-secondary)!important}
.add-button,.cart-count{background:var(--brand-primary)!important}

@media(max-width:980px){
  .catalog-layout{grid-template-columns:minmax(0,1fr)!important}
  .desktop-cart{display:none!important}
  .floating-cart{display:flex!important}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media(max-width:640px){
  .store-header-inner{padding:0 11px;gap:8px}
  .store-brand{max-width:calc(100% - 76px)!important}
  .store-brand>div{min-width:0}
  .store-brand b,.store-brand small{max-width:100%!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .menu-hero{padding:20px 12px 52px!important}
  .menu-hero h1{font-size:27px!important;max-width:100%}
  .menu-hero p{font-size:13px!important}
  .service-pills{display:flex;flex-wrap:wrap}
  .catalog-wrap{padding:0 10px!important}
  .catalog-tools{top:60px}
  .product-grid{grid-template-columns:minmax(0,1fr)!important}
  .product-card{grid-template-columns:96px minmax(0,1fr)!important;min-height:108px!important;border-radius:15px!important}
  .product-photo{width:96px!important;min-height:108px!important}
  .product-body{padding:11px 12px!important}
  .product-footer{gap:7px}
  .category-head{align-items:center;gap:8px}
  .category-head>div{min-width:0}.category-head>span{flex:0 0 auto}
  .floating-cart{left:9px!important;right:9px!important;max-width:calc(100vw - 18px)!important}
  .checkout-form .two{grid-template-columns:minmax(0,1fr)!important}
  .sheet{width:100vw!important;max-width:100vw!important;padding-left:14px!important;padding-right:14px!important}
}

@media(max-width:360px){
  .store-open{font-size:0}.store-open:after{content:'Aberto';font-size:9px}
  .product-card{grid-template-columns:84px minmax(0,1fr)!important}
  .product-photo{width:84px!important}
  .product-body{padding:9px 10px!important}
  .product-name{font-size:12.5px!important}
  .product-price{font-size:13px!important}
  .add-button{width:32px!important;height:32px!important}
}


/* ===== Pedido Pro v22 · catálogo estilo app ===== */
:root{--menu-bg:#f8f6f2;--menu-card:#fff;--menu-ink:#151820;--menu-muted:#777f89;--menu-line:#ece8e2;--menu-shadow:0 10px 30px rgba(35,28,20,.08)}
body{background:var(--menu-bg)!important;color:var(--menu-ink)}.store-header{background:rgba(16,23,31,.96)!important;border:0!important}.store-header-inner{max-width:1180px!important}.store-brand b{color:#fff!important}.store-brand small{color:#aeb7c2!important}.store-open{background:#1f9d5c!important;color:#fff!important;border:0!important}.menu-hero{background:linear-gradient(135deg,#111922 0%,#1a2430 62%,color-mix(in srgb,var(--brand-primary) 55%,#111922) 140%)!important;min-height:250px;display:flex;align-items:center}.menu-hero:before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;right:-70px;top:-110px;background:radial-gradient(circle,color-mix(in srgb,var(--brand-primary) 50%,transparent),transparent 68%)}.hero-inner{position:relative;z-index:2}.hero-kicker{background:color-mix(in srgb,var(--brand-primary) 28%,transparent)!important}.menu-hero h1{letter-spacing:-.045em!important}.catalog-wrap{max-width:1180px!important}.catalog-tools{border-radius:18px 18px 0 0}.menu-search{border-radius:17px!important;box-shadow:0 8px 24px rgba(30,24,18,.06)!important}.category-chip{border-radius:999px!important;border:1px solid #e6e1da!important;font-weight:800!important;background:#fff!important}.category-chip.active{background:var(--brand-primary)!important;border-color:var(--brand-primary)!important;color:#fff!important}.product-grid{gap:14px!important}.product-card{background:#fff!important;border:1px solid var(--menu-line)!important;border-radius:19px!important;box-shadow:0 5px 18px rgba(35,28,20,.045)!important;overflow:hidden;transition:.18s transform,.18s box-shadow}.product-card:hover{transform:translateY(-2px);box-shadow:var(--menu-shadow)!important}.product-photo{background:#f3efe8!important}.product-photo img{width:100%;height:100%;object-fit:cover}.product-name{font-weight:850!important;letter-spacing:-.015em}.product-price{color:var(--brand-primary)!important;font-weight:900!important}.add-button{border-radius:50%!important;box-shadow:0 6px 14px color-mix(in srgb,var(--brand-primary) 22%,transparent)}.desktop-cart{background:#fff!important;border:1px solid var(--menu-line)!important;border-radius:19px!important;box-shadow:var(--menu-shadow)!important;padding:18px!important}.desktop-cart h3{font-size:20px!important}.cart-total{border-top:1px solid var(--menu-line);padding-top:14px}.primary-menu,.floating-cart{background:linear-gradient(135deg,var(--brand-primary),color-mix(in srgb,var(--brand-primary) 78%,#ffba72))!important;box-shadow:0 10px 24px color-mix(in srgb,var(--brand-primary) 22%,transparent)}.floating-cart{border-radius:17px!important}.sheet{border-radius:24px!important;box-shadow:0 30px 80px rgba(19,24,31,.24)!important}.sheet-head h2{font-size:23px!important}.checkout-form label{font-weight:750}.checkout-form input,.checkout-form select,.checkout-form textarea{border:1px solid #e2ddd6!important;border-radius:13px!important;background:#fff!important;min-height:47px}.checkout-form input:focus,.checkout-form select:focus,.checkout-form textarea:focus{outline:0;border-color:color-mix(in srgb,var(--brand-primary) 60%,#fff)!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--brand-primary) 10%,transparent)}.checkout-note{background:#fff7ea!important;border:1px solid #ffe6c4!important;border-radius:13px!important}.success-card{background:linear-gradient(180deg,#15202a,#101820)!important;color:#fff!important;border-radius:20px;padding:24px!important}.success-card p{color:#cbd3dc!important}.success-icon{box-shadow:0 0 0 10px rgba(34,197,94,.12)}
@media(max-width:640px){body{padding-bottom:76px}.store-header{position:sticky!important;top:0;z-index:50}.menu-hero{min-height:215px!important;padding:22px 14px 58px!important}.menu-hero h1{font-size:30px!important}.menu-hero p{max-width:330px}.catalog-wrap{margin-top:-34px!important}.catalog-tools{background:var(--menu-bg)!important}.product-card{grid-template-columns:108px minmax(0,1fr)!important;min-height:118px!important}.product-photo{width:108px!important;min-height:118px!important}.product-body{padding:12px!important}.product-name{font-size:14px!important}.floating-cart{bottom:max(12px,env(safe-area-inset-bottom))!important;height:58px!important}.sheet{border-radius:24px 24px 0 0!important;max-height:92vh!important}}
@media(max-width:380px){.product-card{grid-template-columns:92px minmax(0,1fr)!important}.product-photo{width:92px!important}.service-pills span:nth-child(2){display:none}}



/* ===== Cardápio v23 · conteúdo grande e mobile seguro ===== */
html,body{max-width:100%;overflow-x:hidden}
*{box-sizing:border-box;min-width:0}
img{max-width:100%;height:auto}
button,input,select,textarea{font:inherit;min-width:0;max-width:100%}
button{white-space:normal}
.product-card,.menu-product,.cart-item,.checkout-card,.menu-header,.catalog-shell{min-width:0}
.product-card h3,.menu-product h3,.product-card p,.menu-product p{overflow-wrap:break-word}
.product-card .price,.menu-product .price,.cart-total,.cart-price{white-space:nowrap}
.category-strip,.categories{max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none}
.category-strip::-webkit-scrollbar,.categories::-webkit-scrollbar{display:none}
.cart-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}
.cart-item>div:first-child{min-width:0}
.cart-item b{overflow-wrap:break-word}
@media(max-width:680px){
  .catalog-grid,.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .product-card,.menu-product{min-width:0!important}
  .product-card h3,.menu-product h3{font-size:14px;line-height:1.22}
  .product-card p,.menu-product p{font-size:11px;line-height:1.35}
}
@media(max-width:380px){
  .catalog-grid,.products-grid{grid-template-columns:minmax(0,1fr)!important}
}
