.fo-global-footer,.fo-global-footer-spacer{display:none}
@media(max-width:767px){
    .fo-global-footer-spacer{display:block;height:62px}
    .fo-global-footer{
        position:fixed;
        right:0;
        left:0;
        bottom:var(--fo-global-footer-bottom,0px);
        z-index:99980;
        display:grid;
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:3px;
        width:100%;
        min-height:58px;
        padding:4px 6px;
        border:0;
        border-top:1px solid color-mix(in srgb,var(--fo-global-secondary,#111827) 10%,transparent);
        border-radius:16px 16px 0 0;
        background:color-mix(in srgb,var(--fo-global-surface,#fff) 97%,transparent);
        box-shadow:0 -8px 24px rgba(15,23,42,.13);
        backdrop-filter:blur(14px);
        -webkit-backdrop-filter:blur(14px);
        transform:none;
        box-sizing:border-box;
        transition:opacity .2s ease,visibility .2s ease,transform .2s ease;
    }
    .fo-global-footer:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.42),rgba(255,255,255,.04));pointer-events:none}
    .fo-global-footer-link{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-width:0;min-height:48px;padding:3px 5px;border-radius:11px;color:var(--fo-global-muted,#64748b)!important;background:transparent;text-decoration:none!important;font:inherit;font-size:10.5px;font-weight:800;line-height:1.15;transition:background .2s,color .2s,transform .2s,box-shadow .2s;-webkit-tap-highlight-color:transparent}
    .fo-global-footer-link:hover,.fo-global-footer-link:focus-visible{color:var(--fo-global-primary,#e53935)!important;background:color-mix(in srgb,var(--fo-global-primary,#e53935) 9%,transparent);outline:none}
    .fo-global-footer-link:active{transform:scale(.97)}
    .fo-global-footer-link.is-active{color:#fff!important;background:linear-gradient(135deg,var(--fo-global-primary,#e53935),color-mix(in srgb,var(--fo-global-primary,#e53935) 70%,var(--fo-global-secondary,#111827)));box-shadow:0 5px 14px color-mix(in srgb,var(--fo-global-primary,#e53935) 24%,transparent)}
    .fo-global-footer-icon{flex:0 0 auto;display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:color-mix(in srgb,currentColor 8%,transparent)}
    .fo-global-footer-icon svg{width:20px;height:20px}
    .fo-global-footer-link.is-active .fo-global-footer-icon{background:rgba(255,255,255,.14)}
    .fo-global-footer-link>span:last-child{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
    .fo-global-footer-link.is-disabled{opacity:.52;pointer-events:auto}
    body.fo-food-modal-open .fo-global-footer,
    body.fo-food-footer-hidden .fo-global-footer{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(12px)}
    body:not(.fo-food-modal-open) .fo-app .fo-cart-dock{bottom:calc(var(--fo-cart-bottom-mobile,10px) + 64px + var(--fo-global-footer-bottom,0px))!important}
}
@media(max-width:370px){.fo-global-footer-link{font-size:10px;padding-inline:3px}.fo-global-footer-icon{width:23px;height:23px}.fo-global-footer-icon svg{width:19px;height:19px}}
