
:root{
  --v132-nav-h:76px;
  --v132-safe-bottom:env(safe-area-inset-bottom,0px);
  --v132-primary:#f97316;
  --v132-dark:#111827;
  --v132-muted:#64748b;
  --v132-line:rgba(15,23,42,.10);
}

.mobile-bottom-nav-v126,
.mobile-bottom-nav-v130,
.mobile-cart-pill-v126,
.mobile-cart-sheet-v128,
.mobile-sheet-backdrop-v128{
  display:none !important;
  pointer-events:none !important;
}

.mobile-bottom-nav-v132{display:none}

@media(max-width:767px){
  body{
    padding-bottom:calc(var(--v132-nav-h) + var(--v132-safe-bottom) + 14px)!important;
  }

  .mobile-bottom-nav-v132{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:12000;
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:2px;
    height:calc(var(--v132-nav-h) + var(--v132-safe-bottom));
    padding:7px 8px calc(7px + var(--v132-safe-bottom));
    background:rgba(255,255,255,.97);
    border-top:1px solid var(--v132-line);
    border-radius:24px 24px 0 0;
    box-shadow:0 -18px 44px rgba(15,23,42,.16);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
  }

  .mobile-bottom-nav-v132 a{
    min-width:0;
    min-height:58px;
    border:0;
    border-radius:20px;
    background:transparent;
    color:var(--v132-muted);
    text-decoration:none;
    font:inherit;
    font-weight:850;
    display:grid;
    place-items:center;
    gap:2px;
    padding:5px 3px;
    -webkit-tap-highlight-color:transparent;
  }

  .mobile-bottom-nav-v132 .active-v132{
    color:var(--v132-primary);
    background:#fff7ed;
  }

  .mobile-bottom-nav-v132 .icon-v132{
    font-size:21px;
    line-height:1;
  }

  .mobile-bottom-nav-v132 .label-v132{
    font-size:11px;
    line-height:1.1;
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .mobile-bottom-nav-v132 .cart-v132{
    position:relative;
  }

  .mobile-bottom-nav-v132 .badge-v132{
    position:absolute;
    top:4px;
    right:16px;
    display:none;
    min-width:18px;
    height:18px;
    border-radius:999px;
    background:#ef4444;
    color:#fff;
    font-size:11px;
    font-weight:950;
    place-items:center;
    padding:0 5px;
  }

  .mobile-bottom-nav-v132 .cart-v132[data-count]:not([data-count="0"]) .badge-v132{
    display:grid;
  }

  body.cart-open .mobile-bottom-nav-v132,
  body.item-modal-open-v130 .mobile-bottom-nav-v132{
    display:none!important;
    pointer-events:none!important;
  }

  .order-panel{z-index:9200!important}
  .order-panel.mobile-open{z-index:9300!important;padding-bottom:calc(28px + var(--v132-safe-bottom))!important}
  .mobile-cart-backdrop.visible{z-index:9100!important}

  .customer-account-link-v115,
  .customer-account-link-v114,
  .customer-account-link-v113{
    display:none!important;
  }
}
