Skip to content
- Choosing a selection results in a full page refresh.
- Opens in a new window.
.fly-to-cart-img {
position: fixed;
border-radius: 50%;
width: 60px;
height: 60px;
object-fit: cover;
pointer-events: none;
z-index: 99999;
transition: none;
box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
<