.toast-notification{position:fixed;bottom:2rem;left:2rem;z-index:1000;max-width:26rem;width:100%;pointer-events:none;opacity:0;transition:opacity .3s ease}.toast-notification.active{pointer-events:auto;opacity:1;animation:zoomIn .3s cubic-bezier(.175,.885,.32,1.275) forwards}.toast-notification__content{display:flex;align-items:center;background-color:#f0fdf4;line-height:1.43;border-radius:4px;box-shadow:none;border:none;padding:9px;color:#1e4620}.toast-notification__icon{display:flex;align-items:center;margin-right:1.2rem;color:#2e7d32}.toast-notification__icon .icon{width:2.1rem;height:2.1rem}.toast-notification__message{flex-grow:1;font-size:1.3rem;font-weight:200;line-height:1.4;margin-right:1.2rem}.toast-notification__close{display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:.4rem;margin-left:auto;color:#1e4620;transition:color .2s ease}.toast-notification__close:hover{color:#14532d}.toast-notification__close .icon{width:1.8rem;height:1.8rem}.toast-notification--error .toast-notification__content{background-color:#fef2f2;color:#721c1c}.toast-notification--error .toast-notification__icon--success{display:none}.toast-notification--error .toast-notification__icon--error{display:flex;color:#b91c1c}.toast-notification--error .toast-notification__close{color:#721c1c}.toast-notification--error .toast-notification__close:hover{color:#450a0a}.toast-notification:not(.toast-notification--error) .toast-notification__icon--error{display:none}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media screen and (max-width:749px){.toast-notification{bottom:1rem;left:1rem;right:1rem;width:auto}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/component-toast.css.map */
