.toasts{position:fixed;left:2rem;bottom:2rem;right:2rem;display:flex;flex-direction:column;align-items:flex-end;gap:20px;z-index:99;pointer-events:none}.toasts toast-component{width:100%;max-width:340px}.toasts .toast-item{display:none;pointer-events:all;padding:2rem;border:var(--toast-border-width) solid}.toasts .toast-item__loader{width:100%;background:rgba(var(--color-text-rgb),8%)}.toasts .toast-item__loader span{display:block;height:4px;width:0;background:rgba(var(--color-text-rgb),100%);animation:width-animation var(--close-after) linear}.toasts .toast-item--visible{display:flex;flex-direction:column;gap:20px;animation:y-fade .2s cubic-bezier(.22,.61,.36,1)}.toasts .toast-item__title{display:flex;align-items:center;justify-content:space-between;font-size:20px;font-weight:600}.toasts .toast-item__content{font-size:14px}.toasts .toast-item__close svg{fill:var(--color-text);width:24px}
/*# sourceMappingURL=/cdn/shop/t/10/assets/component-toasts.css.map */
