.floating-cart{position:fixed;right:18px;bottom:22px;z-index:75;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#4a0620,#8a123d);color:#fff;font-size:24px;box-shadow:0 18px 40px rgba(74,6,32,.34)}.cart-count{position:absolute;top:-5px;right:-5px;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:var(--gold);color:#4a0620;font-size:12px;font-weight:950;display:none;place-items:center;border:2px solid #fff}.bottom-drawer{position:fixed;left:50%;bottom:0;z-index:85;width:min(560px,100%);transform:translate(-50%,100%);transition:transform .3s ease;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border:1px solid rgba(138,18,61,.14);border-radius:28px 28px 0 0;box-shadow:0 -22px 60px rgba(74,6,32,.22);overflow:hidden}.drawer-header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;background:linear-gradient(135deg,#4a0620,#8a123d);color:#fff}.drawer-header strong{font-size:18px}.btn-close{background:rgba(255,255,255,.18);box-shadow:none;padding:8px 12px;border-radius:999px}.drawer-body{padding:16px;max-height:72vh;overflow:auto}.empty{padding:18px;text-align:center;color:var(--muted);font-weight:800}.order-row{display:flex;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid rgba(138,18,61,.12)}.o-left strong{color:var(--brand-dark)}.small{font-size:13px;color:var(--muted);margin-top:4px}.o-right{text-align:right}.o-sub{font-weight:950;color:var(--brand)}.o-actions{display:flex;gap:6px;justify-content:flex-end;margin-top:8px}.mini-btn{width:32px;height:32px;border-radius:10px;padding:0}.order-total{display:flex;justify-content:space-between;align-items:center;margin:14px 0 8px;padding:14px;border-radius:16px;background:rgba(138,18,61,.07);color:var(--brand-dark);font-weight:900}.drawer-actions{display:grid;gap:10px;margin-top:12px}.drawer-buttons{display:grid;grid-template-columns:1fr 120px;gap:10px}.drawer-buttons .btn-outline{width:100%}@media(max-width:640px){.floating-cart{right:14px;bottom:18px;width:58px;height:58px}.bottom-drawer{width:100%;border-radius:24px 24px 0 0}.drawer-buttons{grid-template-columns:1fr}.drawer-body{max-height:76vh}}
