.alert-toast{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;padding:1.6rem;pointer-events:none}.alert-toast[hidden]{display:none}.alert-toast--top-left,.alert-toast--top-center,.alert-toast--top-right{align-items:flex-start}.alert-toast--middle-left,.alert-toast--middle-center,.alert-toast--middle-right{align-items:center}.alert-toast--bottom-left,.alert-toast--bottom-center,.alert-toast--bottom-right{align-items:flex-end}.alert-toast--top-left,.alert-toast--middle-left,.alert-toast--bottom-left{justify-content:flex-start}.alert-toast--top-center,.alert-toast--middle-center,.alert-toast--bottom-center{justify-content:center}.alert-toast--top-right,.alert-toast--middle-right,.alert-toast--bottom-right{justify-content:flex-end}.alert-toast__panel{position:relative;display:flex;align-items:center;gap:1.6rem;width:100%;max-width:var(--alert-max-width, 34rem);padding:var(--alert-padding, 1.8rem);border-radius:var(--alert-radius, 1.2rem);background:rgb(var(--color-background));color:rgb(var(--color-foreground));box-shadow:0 1.2rem 3.6rem rgba(var(--color-shadow),.22);pointer-events:auto;opacity:0;transform:translateY(1.2rem);transition:opacity var(--duration-default) ease,transform var(--duration-default) ease}.alert-toast.is-visible .alert-toast__panel{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.alert-toast__panel{transform:none;transition:opacity var(--duration-default) ease}}.alert-toast__panel--media-right{flex-direction:row-reverse}@media screen and (max-width:749px){.alert-toast__panel--media-right-mobile{flex-direction:row-reverse}.alert-toast__panel--media-left-mobile{flex-direction:row}}.alert-toast__media{flex-shrink:0;width:var(--alert-media-size-mobile, 9rem);overflow:hidden;border-radius:calc(var(--alert-radius, 1.2rem) * .6)}.alert-toast__media img,.alert-toast__media svg{display:block;width:100%;height:auto}.alert-toast__media--contain img{object-fit:contain}@media screen and (min-width:750px){.alert-toast__media{width:var(--alert-media-size, 9rem)}}.alert-toast__icon{flex-shrink:0}.alert-toast__content{flex:1 1 auto;min-width:0}.alert-toast__content>*{margin:0}.alert-toast__content>*+*{margin-top:.8rem}.alert-toast__heading{line-height:1.2}.alert-toast__text{font-size:var(--alert-text-size, 1.55rem);line-height:1.4}.alert-toast__text>:first-child{margin-top:0}.alert-toast__text>:last-child{margin-bottom:0}.alert-toast__buttons{display:flex;flex-wrap:wrap;gap:.8rem}.alert-toast__close{position:absolute;top:.6rem;right:.6rem;display:inline-flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;padding:0;border:0;border-radius:50%;background:transparent;color:var(--alert-close-color, rgba(var(--color-foreground), .7));cursor:pointer}.alert-toast__close:hover{color:var(--alert-close-color, rgb(var(--color-foreground)));background:rgba(var(--color-foreground),.06)}.alert-toast__close svg{width:1.2rem;height:1.2rem;fill:currentColor}.alert-toast__panel--closeable .alert-toast__content{padding-right:2rem}@media screen and (min-width:750px){.alert-toast{padding:2.4rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-alert.css.map */
