#toast-root{position:fixed;left:16px;bottom:16px;z-index:9999;display:grid;gap:8px;max-width:min(90vw,360px);pointer-events:none}.toast{pointer-events:auto;font:500 14px/1.3 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#0a0a0a;background:#fff;border:1px solid #e5e7eb;border-left:6px solid #22c55e;box-shadow:0 8px 24px #0000001f;border-radius:12px;padding:12px 14px;opacity:0;transform:translateY(8px);animation:toast-in .18s ease-out forwards,toast-out .25s ease-in forwards var(--hide-at, 2s)}.toast--error{border-left-color:#ef4444}.toast--info{border-left-color:#3b82f6}@keyframes toast-in{to{opacity:1;transform:translateY(0)}}@keyframes toast-out{to{opacity:0;transform:translateY(8px)}}@media(prefers-reduced-motion:reduce){.toast{animation:none;opacity:1}}@media(max-width:420px){#toast-root{left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right))}.toast{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/50/assets/custom-toast.css.map */
