body.order-cart-open{overflow:hidden}.order-cart-fab{position:fixed;right:18px;bottom:18px;z-index:1200;border:1px solid rgba(32,246,255,.28);background:linear-gradient(145deg,#111a24,#080c12);color:white;border-radius:17px;padding:.68rem .85rem;display:flex;align-items:center;gap:.7rem;box-shadow:0 18px 55px rgba(0,0,0,.5),0 0 28px rgba(32,246,255,.12)}.order-cart-fab__icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:rgba(32,246,255,.1);color:#20f6ff;position:relative}.order-cart-count{position:absolute;right:-7px;top:-7px;background:#ff2bd6;color:white;width:21px;height:21px;border-radius:50%;font-size:.69rem;display:grid;place-items:center;font-weight:950}.order-cart-fab__text{font-weight:900;text-align:left;line-height:1.15}.order-cart-fab__text small{display:block;color:#91a1b2;font-weight:700;margin-top:.2rem}.order-cart-fab.is-bumping{animation:cartBump .36s}@keyframes cartBump{50%{transform:scale(1.06)}}
.order-cart-backdrop{position:fixed;inset:0;z-index:1250;background:rgba(0,0,0,.65);backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:.2s}.order-cart-backdrop.is-open{opacity:1;pointer-events:auto}.order-cart-drawer{position:fixed;z-index:1300;right:0;top:0;height:100dvh;width:min(500px,100%);background:linear-gradient(180deg,#111722,#080c12);border-left:1px solid rgba(32,246,255,.17);box-shadow:-30px 0 80px rgba(0,0,0,.48);transform:translateX(105%);transition:transform .28s cubic-bezier(.2,.75,.2,1);display:grid;grid-template-rows:auto 1fr auto}.order-cart-drawer.is-open{transform:none}.order-cart-drawer__header{padding:1.05rem 1rem;border-bottom:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:1rem}.order-cart-drawer__title{margin:0;font-size:1.3rem}.order-cart-drawer__subtitle{margin:.2rem 0 0;color:#8f9eae;font-size:.82rem}.order-cart-icon-btn{width:40px;height:40px;border-radius:11px;border:1px solid rgba(255,255,255,.1);background:#0a1017;color:white}.order-cart-items{overflow:auto;padding:.8rem;display:grid;align-content:start;gap:.7rem}.order-cart-item{display:grid;grid-template-columns:92px 1fr;gap:.8rem;border:1px solid rgba(255,255,255,.08);background:#0c121a;border-radius:15px;padding:.65rem}.order-cart-item__image{width:92px;height:112px;object-fit:cover;border-radius:10px;background:#07090d}.order-cart-item__top{display:flex;justify-content:space-between;gap:.5rem}.order-cart-item__name{font-size:.9rem;line-height:1.15;margin:.1rem 0}.order-cart-item__category{font-size:.7rem;color:#20f6ff;margin:.25rem 0}.order-cart-remove{border:0;background:transparent;color:#ff7189}.order-cart-item__meta{color:#91a1b2;font-size:.76rem;display:grid;gap:.16rem}.order-cart-item__notes{white-space:pre-wrap}.order-cart-item__bottom{display:flex;justify-content:space-between;align-items:end;gap:.6rem;margin-top:.55rem}.order-cart-qty{display:flex;align-items:center;border:1px solid rgba(255,255,255,.09);border-radius:9px;overflow:hidden}.order-cart-qty button{width:30px;height:30px;border:0;background:#141d28;color:white}.order-cart-qty span{width:32px;text-align:center;font-weight:900}.order-cart-item__subtotal{text-align:right;font-weight:900;color:#dfff9b}.order-cart-item__subtotal small{display:block;color:#758596;font-size:.66rem;font-weight:700}.order-cart-footer{padding:.9rem;border-top:1px solid rgba(255,255,255,.08);background:#080c12}.order-cart-summary{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.8rem}.order-cart-summary span{display:block;color:#8494a5;font-size:.72rem}.order-cart-summary strong{font-size:1rem}.order-cart-summary__right{text-align:right}.order-cart-actions{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}.order-cart-action{border:1px solid rgba(255,255,255,.1);background:#111923;color:white;border-radius:11px;padding:.7rem;font-weight:850}.order-cart-action:disabled{opacity:.45}.order-cart-whatsapp{grid-column:1/-1;background:linear-gradient(100deg,#b7ff2a,#d6ff82);color:#081000;border:0;min-height:48px}.order-cart-continue{grid-column:1/-1}.order-cart-empty{padding:3rem 1rem;text-align:center;color:#8494a5}.order-cart-empty div{display:grid;gap:.5rem}.order-cart-empty i{font-size:2rem;color:#20f6ff}.order-cart-toast{position:fixed;z-index:1700;left:50%;bottom:26px;transform:translate(-50%,25px);opacity:0;background:#121a24;color:white;border:1px solid rgba(32,246,255,.22);padding:.7rem .9rem;border-radius:11px;pointer-events:none;transition:.2s;box-shadow:0 18px 45px rgba(0,0,0,.5)}.order-cart-toast.is-visible{opacity:1;transform:translate(-50%,0)}.order-cart-pdf-state{font-size:.75rem;color:#20f6ff;margin-top:.35rem}
@media(max-width:520px){.order-cart-fab{left:10px;right:10px;bottom:10px;justify-content:center}.order-cart-drawer{width:100%}.order-cart-item{grid-template-columns:78px 1fr}.order-cart-item__image{width:78px;height:102px}}
