/* אפקט "קפיצה" קטן על אייקון העגלה כשמוצר נוחת */
@keyframes roso-cart-bump-kf {
    0%   { transform: scale(1); }
    30%  { transform: scale(1.25); }
    55%  { transform: scale(.92); }
    100% { transform: scale(1); }
}
.roso-cart-bump {
    animation: roso-cart-bump-kf .4s ease;
    transform-origin: center;
}
.roso-fly-ghost { will-change: top, left, transform, opacity; }
