{
const p = payloadOf($event);
const name = p.productName || 'Product';
push(name + ' added to cart', 'success');
})()
"
@notify.window="(() => { const p = payloadOf($event); push(p.message, p.type || 'info'); })()"
@toast.window="(() => { const p = payloadOf($event); push(p.message, p.type || 'info'); })()"
class="pointer-events-none fixed top-20 end-4 z-[9999] flex w-80 max-w-[calc(100vw-2rem)] flex-col gap-3"
role="region"
aria-live="polite"
aria-label="Notifications"
>