@keyframes hand-bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

/* ── Profile page: افزودن فروشگاه جدید ── */
.addAccount-wrap{position:relative;display:inline-block}
.addAccount-wrap .hand-pointer-anim{position:absolute;width:48px;bottom:-52px;left:50%;transform:translateX(-50%);animation:hand-bounce 1s ease-in-out infinite;pointer-events:none;z-index:10}

/* ── Product page: buy button ── */
.cheapShow-wrap{position:relative}
.hand-pointer-product{position:absolute;width:48px;bottom:21px;left:40%;transform:translateX(-50%);animation:hand-bounce 1s ease-in-out infinite;pointer-events:none;z-index:10}
