#flyingProduct{

position:fixed;

width:80px;

height:80px;

pointer-events:none;

display:none;

object-fit:contain;

z-index:999999;

transition:
left .8s cubic-bezier(.22,1,.36,1),
top .8s cubic-bezier(.22,1,.36,1),
width .8s,
height .8s,
opacity .8s;

opacity:1;

}