.cart-motion-toast{position:fixed;right:20px;bottom:20px;z-index:999999;display:flex;align-items:center;gap:11px;max-width:min(390px,calc(100vw - 32px));padding:14px 16px;border-radius:10px;background:#161616;color:#fff;box-shadow:0 12px 34px rgba(0,0,0,.25);font:600 14px/1.35 inherit;animation:cart-motion-in .28s ease-out}.cart-motion-toast:before{content:'✓';display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#fff;color:#111;font-weight:800}.cart-motion-toast.is-leaving{animation:cart-motion-out .22s ease-in forwards}.cart-motion-flyer{position:fixed;top:0;left:0;z-index:2147483647;display:grid;place-items:center;pointer-events:none;border-radius:999px;background:var(--cart-motion-fly-background,#151515);color:var(--cart-motion-fly-color,#fff);box-shadow:0 10px 28px rgba(0,0,0,.28);will-change:transform,opacity}.cart-motion-flyer--image{padding:2px;overflow:hidden;background:#fff}.cart-motion-flyer--image img{display:block;width:100%;height:100%;border-radius:inherit;object-fit:cover}.cart-motion-flyer svg{width:52%;height:52%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cart-motion-cart-hit{animation:cart-motion-cart-hit .52s cubic-bezier(.18,.8,.28,1)}@keyframes cart-motion-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes cart-motion-out{to{opacity:0;transform:translateY(8px)}}@keyframes cart-motion-cart-hit{35%{transform:scale(1.16)}70%{transform:scale(.97)}to{transform:scale(1)}}@media(max-width:600px){.cart-motion-toast{right:12px;bottom:12px;padding:13px}}@media(prefers-reduced-motion:reduce){.cart-motion-toast,.cart-motion-toast.is-leaving,.cart-motion-cart-hit{animation:none}}
