Sticky content not working on product page

Hi

on my store the ‘Sticky content’ not working on product page

theme:- Craft

store:- https://aesthetixme.shop/products/pannkh-solid-embroidered-maxi-dress-with-tie-up

Thank you

try using the code below

.product__info-wrapper.grid__item {
    position: sticky;
    top: 0 !important;
}