.floating-cart{position:fixed;right:18px;bottom:24px;width:58px;height:58px;border:0;border-radius:50%;background:linear-gradient(135deg,#14532d,#16a34a);color:#fff;font-size:23px;box-shadow:0 14px 32px rgba(20,83,45,.3);z-index:1200;cursor:pointer}.cart-count{position:absolute;top:-4px;right:-2px;min-width:23px;height:23px;display:grid;place-items:center;border-radius:999px;background:#f59e0b;color:#fff;font-size:11px;font-weight:900}.bottom-drawer{position:fixed;left:50%;bottom:0;transform:translate(-50%,100%);width:min(620px,100%);max-height:82vh;background:#fff;border-radius:24px 24px 0 0;box-shadow:0 -20px 60px rgba(0,0,0,.22);z-index:1300;transition:.3s;overflow:auto}.drawer-header{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:#fff;border-bottom:1px solid #dfe9df;z-index:2}.btn-close{border:0;background:#eff8f0;color:#14532d;width:38px;height:38px;border-radius:11px}.drawer-body{padding:18px}.order-row{display:flex;justify-content:space-between;gap:14px;padding:14px 0;border-bottom:1px solid #edf3ed}.o-left strong{display:block}.small{font-size:11px;color:#617065;margin-top:4px}.o-right{text-align:right}.o-actions{display:flex;justify-content:flex-end;gap:6px;margin-top:6px}.mini-btn{width:30px;height:30px;border:1px solid #dfe9df;border-radius:9px;background:#eff8f0;color:#14532d}.order-total{padding:16px 0;text-align:right;font-size:18px}.drawer-actions{display:grid;gap:10px;margin-top:14px}.form-control{height:48px;border:1px solid #dfe9df;border-radius:12px;padding:0 14px;font:inherit}.drawer-buttons{display:grid;grid-template-columns:1fr auto;gap:10px}.drawer-buttons .btn{width:100%}