.cart-sidebar{position:fixed;top:0;right:0;width:350px;height:100vh;background:#e6f0a8;box-shadow:-6px 0 20px #0000001f;z-index:999;display:flex;flex-direction:column}.cart-sidebar.open{right:0}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;background:#facc15;color:#111;font-weight:700;border-bottom:2px solid rgba(0,0,0,.08)}.cart-body{padding:16px;overflow-y:auto}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;margin-bottom:12px;border-radius:14px;background:#fff;box-shadow:0 6px 14px #00000014}.cart-item strong{font-size:14px;color:#111}.cart-item p{font-size:12px;color:#6b7280;margin-top:4px}.cart-icon{position:fixed;top:20px;right:24px;z-index:2000;display:flex;align-items:center;gap:6px;padding:10px;border-radius:999px;background:#16a34a;color:#fff;cursor:pointer;box-shadow:0 6px 16px #16a34a59}.badge{background:#facc15;color:#111;font-size:11px;font-weight:700;padding:2px 7px;border-radius:999px}html,body{margin:0;padding:0;max-width:max-content;max-height:max-content;background:#aecb0a3f;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}
