.cart-toast{position:fixed;left:1.6rem;right:1.6rem;bottom:1.6rem;z-index:calc(var(--header-z-index) + 20);display:flex;align-items:center;gap:1.2rem;padding:1.4rem 1.6rem;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border-radius:var(--border-radius-button);box-shadow:0 .4rem 1.2rem #00000026;transform:translateY(150%);opacity:0;transition:transform .35s ease,opacity .35s ease;pointer-events:none}.cart-toast.active{transform:translateY(0);opacity:1;pointer-events:auto}.cart-toast__icon{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#ffffff26}.cart-toast__icon .icon-checkmark{width:1.1rem;height:auto;color:rgb(var(--color-background));stroke:currentColor;stroke-width:1}.cart-toast__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}.cart-toast__title{font-size:1.3rem;font-weight:600}.cart-toast__product-title{margin-top:.2rem;font-size:1.2rem;opacity:.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-toast__link{flex-shrink:0;font-size:1.2rem;font-weight:600;text-decoration:underline;color:rgb(var(--color-background))}@media screen and (min-width:990px){.cart-toast{display:none}}
/*# sourceMappingURL=/cdn/shop/t/80/assets/component-cart-toast.css.map */
