.tt-toasts{position:fixed;z-index:2147483000;display:flex;flex-direction:column;gap:10px;pointer-events:none;top:16px;right:16px;width:440px;max-width:calc(100vw - 32px)}.tt-toast{pointer-events:auto;box-sizing:border-box;display:flex;align-items:center;gap:13px;width:100%;padding:13px 16px 13px 14px;background:#fff;border:1px solid #e8ebed;border-radius:14px;box-shadow:0 10px 26px -8px #0d121a1a;font-family:"Manrope",var(--font-body-family, sans-serif);animation:tt-in-right .26s cubic-bezier(.16,1,.3,1) both}.tt-toast.tt-out{animation:tt-out-right .18s ease-in both}.tt-toast__chip{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:11px}.tt-toast__chip svg{display:block}.tt-toast--success .tt-toast__chip{background:#e5f6ed}.tt-toast--progress .tt-toast__chip{background:#e5f6f1}.tt-toast--error .tt-toast__chip{background:#fceded}.tt-toast--validation .tt-toast__chip{background:#fcf2db}.tt-toast--progress .tt-toast__chip svg{animation:tt-spin .8s linear infinite}.tt-toast__text{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:2px}.tt-toast__title{margin:0;font-size:14.5px;font-weight:600;line-height:normal;color:#1c1c21;word-break:break-word}.tt-toast__body{margin:0;font-size:12.5px;font-weight:500;line-height:normal;color:#737a87;word-break:break-word}.tt-toast__action{flex:0 0 auto;appearance:none;-webkit-appearance:none;border:0;background:none;padding:0;margin:0;font-family:inherit;font-size:13px;font-weight:600;line-height:normal;color:#29a483;white-space:nowrap;cursor:pointer}.tt-toast__action:hover{text-decoration:underline}.tt-toast__action:focus-visible{outline:2px solid #29a483;outline-offset:3px;border-radius:4px}.tt-toast__close{flex:0 0 auto;appearance:none;-webkit-appearance:none;border:0;background:none;padding:4px;margin:-4px -4px -4px 0;line-height:0;color:#a2a8b4;cursor:pointer;border-radius:6px}.tt-toast__close:hover{color:#1c1c21}.tt-toast__close:focus-visible{outline:2px solid #29a483;outline-offset:1px}@media(max-width:767px){.tt-toasts{top:auto;right:0;left:0;bottom:0;width:auto;max-width:none;padding:12px;gap:8px;flex-direction:column-reverse;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}.tt-toast{animation-name:tt-in-up}.tt-toast.tt-out{animation-name:tt-out-down}}@keyframes tt-in-right{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes tt-out-right{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(24px)}}@keyframes tt-in-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes tt-out-down{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}@keyframes tt-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.tt-toast,.tt-toast.tt-out{animation-duration:1ms}.tt-toast--progress .tt-toast__chip svg{animation-duration:2.4s}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/form-toast.css.map */
