.zlx-toast{position:fixed;top:100px;right:24px;z-index:9999;width:340px;max-width:calc(100vw - 32px);background:#0d2032;border:1px solid rgba(255,255,255,.14);border-radius:16px;box-shadow:0 24px 60px rgba(0,0,0,.45);padding:18px;color:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;opacity:0;transform:translateY(-12px) scale(.97);transition:opacity .25s ease,transform .25s ease;pointer-events:none}
.zlx-toast.is-open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}
.zlx-toast[hidden]{display:none}
.zlx-toast-close{position:absolute;top:12px;right:12px;width:26px;height:26px;border:0;border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:16px;line-height:1;cursor:pointer}
.zlx-toast-close::before{content:"";position:absolute;inset:-9px}
.zlx-toast-close:hover{background:rgba(255,255,255,.16)}
.zlx-toast-head{display:flex;align-items:center;gap:8px;font-weight:800;font-size:14px;margin-bottom:14px;padding-right:24px;color:#7fe0a8}
.zlx-toast-check{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#ff6b2c;color:#fff;font-size:12px;flex:none}
.zlx-toast-body{display:flex;gap:14px}
.zlx-toast-img{width:64px;height:64px;border-radius:10px;object-fit:contain;background:#f5f2ed;flex:none}
.zlx-toast-info{min-width:0}
.zlx-toast-name{margin:0 0 4px;font-size:14px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.zlx-toast-variant{margin:0 0 4px;font-size:13px;color:#a8bbcc}
.zlx-toast-qty-price{margin:0;font-size:13px;color:#a8bbcc;font-weight:700}
.zlx-toast-viewcart{display:flex;align-items:center;justify-content:center;min-height:44px;box-sizing:border-box;margin-top:14px;padding:11px;border-radius:10px;background:#C94A0C;color:#fff;text-align:center;text-decoration:none;font-weight:800;font-size:14px}
.zlx-toast-viewcart:hover{background:#B23F08}
@media(max-width:640px){
  .zlx-toast{top:auto;bottom:20px;left:16px;right:16px;width:auto;transform:translateY(16px) scale(.98)}
  .zlx-toast.is-open{transform:translateY(0) scale(1)}
}
