.toast-notification{position:fixed;top:10%;right:3%;z-index:99999;font-family:Roboto,sans-serif;animation:toastSlideIn .5s cubic-bezier(.175,.885,.32,1.275) forwards;cursor:pointer;max-width:90vw;overflow:hidden;box-shadow:0 10px 30px #00000040;transition:transform .4s ease,opacity .4s ease}.toast-notification.visible{opacity:1;transform:translate(0)}.toast-notification.hide{transform:translate(120%);opacity:0}.toast-content{display:flex;align-items:center;gap:14px;padding:16px 24px 16px 28px;font-size:15px;font-weight:500;border-radius:6px}.toast-content.success{background:#ecfdf5;color:#064e3b;border:#34D399 1px solid}.toast-content.error{background:#fef2f2;color:#7f1d1d;border:#F87171 1px solid}.toast-content.warning{background:#fffbeb;color:#78350f;border:#FBBF24 1px solid}.toast-content.info{background:#eff6ff;color:#1e3a8a;border:#60A5FA 1px solid}.toast-icon{flex-shrink:0;width:20px;height:20px}@media(max-width:480px){.toast-notification{top:20px;right:16px;left:16px;max-width:none}.toast-content{min-width:auto;font-size:14px;padding:14px 18px}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/toast-notification.css.map */
