/* Renovação visual do cardápio — isolada do sistema administrativo. */
.topbar{grid-template-columns:minmax(190px,1fr) auto minmax(150px,1fr)}
@media(max-width:900px){.topbar{grid-template-columns:minmax(0,1fr) auto}.compact-store-status{grid-column:1/-1;grid-row:2;justify-self:stretch;justify-content:center}.top-actions{grid-column:2;grid-row:1}}
@media(max-width:640px){.mobile-categories{margin-bottom:68px!important}}
.old-price{display:block;color:#989d98;font-size:9px;font-weight:600;text-decoration:line-through}
.topbar{transition:min-height .25s,height .25s,padding .25s,box-shadow .25s}.topbar.is-compact{height:68px;box-shadow:0 12px 32px rgba(0,0,0,.3)}.topbar.is-compact .brand-logo,.topbar.is-compact .brand-mark{width:42px;height:42px;border-radius:12px}.topbar.is-compact .search-box{height:42px}.compact-store-status{display:flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid #31533b;border-radius:999px;background:#12261a;color:#85dda4;font-size:9px;font-weight:900;white-space:nowrap}.compact-store-status i{width:8px;height:8px;border-radius:50%;background:#31ce6d;box-shadow:0 0 0 4px rgba(49,206,109,.12)}.compact-store-status.is-closed{border-color:#703a30;background:#2b1612;color:#ff9d84}.compact-store-status.is-closed i{background:#f15d3d}.compact-store-message{display:block;max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#aab0aa;font-size:8px;font-weight:600}.product-body h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:1.18;min-height:2.36em}.product-image .image-placeholder{display:grid;place-items:center;gap:6px;color:#f6a477;font-size:55px;filter:none}.product-image .image-placeholder small{display:block;color:#8e9690;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-badge{position:absolute;z-index:5;top:11px;right:11px;padding:7px 9px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:linear-gradient(135deg,#ff762d,#ed4b14);color:#fff;font-size:8px;font-style:normal;font-weight:900;box-shadow:0 7px 18px rgba(223,71,15,.25)}.add-button{width:auto;min-width:42px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:12px}.add-button span{font-size:21px}.add-button b{font-size:9px}.cart-button[hidden]{display:none!important}.cart-button{min-width:250px;padding-inline:16px}.cart-button-copy{grid-template-columns:auto auto;column-gap:8px}.cart-button-copy small{grid-column:1/-1}.cart-button-copy i{grid-column:1/-1;margin-top:3px;color:#aeb4af;font-size:8px;font-style:normal}.cart-finish-label{display:inline-flex;align-items:center;gap:7px;margin-left:5px;padding-left:12px;border-left:1px solid rgba(255,255,255,.14);font-size:9px;font-weight:900;text-transform:uppercase}.cart-finish-label i{font-size:15px;font-style:normal;color:#ff7135}.cart-toast{position:fixed;z-index:150;left:50%;top:88px;display:flex;align-items:center;gap:10px;max-width:calc(100vw - 24px);padding:11px 15px;border:1px solid #bfe7cc;border-radius:12px;background:#effbf3;color:#176b38;box-shadow:0 16px 38px rgba(0,0,0,.24);font-size:11px;font-weight:800;opacity:0;pointer-events:none;transform:translate(-50%,-15px);transition:.25s}.cart-toast.show{opacity:1;transform:translate(-50%,0)}.cart-toast span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#22a958;color:#fff}.checkout-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;padding:13px 20px;border-bottom:1px solid #e4e5e1;background:#fff}.checkout-progress span{position:relative;display:grid;gap:4px;text-align:center;color:#9a9f99;font-size:7px;font-weight:900}.checkout-progress span:before{content:attr(data-number);width:23px;height:23px;margin:auto;display:grid;place-items:center;border-radius:50%;background:#eef0ec;color:#717771;font-size:8px}.checkout-progress span.done:before{content:'✓';background:#def5e6;color:#16733b}.checkout-progress span.active{color:#d84f18}.checkout-progress span.active:before{background:#ff6426;color:#fff;box-shadow:0 0 0 4px rgba(255,100,38,.12)}.confirm-substep[hidden]{display:none!important}.confirm-substep{display:grid;gap:14px}.confirm-navigation{display:flex;gap:8px}.confirm-navigation button{flex:1}.checkout-secondary{min-height:45px;border:1px solid #d9ddd7;border-radius:11px;background:#fff;color:#596159;font-weight:800;cursor:pointer}.checkout-review{display:grid;gap:10px;padding:15px;border:1px solid #e3ded8;border-radius:13px;background:#fffaf7}.checkout-review h3{margin:0;font-size:17px}.checkout-review p{margin:0;font-size:11px}.hero{transition:min-height .3s,padding .3s}.hero-copy,.hero-visual{transition:opacity .25s,transform .25s}
@media(min-width:901px){.hero{min-height:390px;padding-top:38px;padding-bottom:38px}.hero h1{font-size:clamp(40px,4.4vw,66px)}.hero-visual{min-height:290px}.hero-visual>img{max-height:320px}}
@media(max-width:900px){.topbar{position:sticky}.compact-store-status{order:3;justify-self:end}.compact-store-message{display:none}.hero{min-height:260px;padding:22px 16px 24px;grid-template-columns:minmax(0,1fr) 115px;gap:10px}.hero h1{font-size:clamp(31px,9vw,42px);margin:14px 0 9px}.hero p{font-size:13px}.hero-features{display:none}.hero-cta{min-height:40px;padding:10px 14px}.hero-visual{min-height:130px;margin:0}.hero-visual>img{max-height:150px}.product-image .image-placeholder{font-size:42px}.add-button b{display:none}.add-button{width:38px;min-width:38px;height:38px;padding:0;border-radius:50%}.topbar.is-compact{min-height:60px;height:auto;padding-top:7px;padding-bottom:7px}.topbar.is-compact .brand>span:last-child{display:none}.topbar.is-compact .search-box{grid-row:auto;grid-column:auto;min-width:0}.topbar.is-compact{grid-template-columns:auto minmax(100px,1fr) auto}.topbar.is-compact .compact-store-status{display:none}.topbar.is-compact .top-actions{grid-column:3;grid-row:1}.mobile-categories{top:68px!important}}
@media(max-width:640px){body{padding-bottom:92px}.hero{grid-template-columns:1fr 95px}.hero-visual{min-height:110px}.hero-visual>img{max-height:125px}.product-card{grid-template-columns:104px minmax(0,1fr)!important;min-height:136px}.product-image{min-height:136px!important}.product-body{padding:11px!important}.product-body h3{font-size:14px!important}.product-body p{display:-webkit-box!important;height:auto!important;min-height:29px;-webkit-line-clamp:2!important;font-size:9px!important}.product-footer{margin-top:8px!important}.product-footer strong{font-size:16px!important;color:#161a17}.category-label{font-size:7px}.cart-button{min-width:0!important;height:66px!important}.cart-finish-label{display:inline-flex}.cart-button-copy i{display:block}.checkout-progress{padding:10px 8px}.checkout-progress span{font-size:6px}.checkout-card>header h2{font-size:21px}}
@media(max-width:380px){.hero{display:block}.hero-visual{display:none}.product-card{grid-template-columns:96px minmax(0,1fr)!important}.product-image{min-height:132px!important}.cart-finish-label{display:none}}
