.toast-host{position:fixed;inset:var(--lj-sp-16);z-index:9999;pointer-events:none}.toast{position:absolute;top:0;right:0;left:0;display:flex;width:fit-content;max-width:350px;align-items:center;margin:0 auto;padding:8px 10px;border-radius:20px;background:#009d9a;box-shadow:#0000001a 0 3px 10px,#0000000d 0 3px 3px;color:#fff;font-size:16px;font-weight:400;line-height:20.8px;animation:toast-in .35s cubic-bezier(.21,1.02,.73,1) both}.toast[data-leaving]{animation:toast-out .35s cubic-bezier(.21,1.02,.73,1) both}.toast__icon{display:flex;flex:0 0 auto}.toast__icon svg{display:block;width:28px;height:28px}.toast__message{margin:4px 10px}@keyframes toast-in{0%{opacity:.5;transform:translate3d(0,-200%,0) scale(.6)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes toast-out{0%{opacity:1;transform:translateZ(-1px) scale(1)}to{opacity:0;transform:translate3d(0,-150%,-1px) scale(.6)}}@media(prefers-reduced-motion:reduce){.toast,.toast[data-leaving]{animation-duration:.01ms}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/component-toast.css.map */
