How to make the add to cart button sticky on Martify theme?

Hi,
I want that Quick Add To Cart Button Becomes Sticky on Shopify Martify Theme instead of appearing on mouse hover.
https://cleversoft-martify.myshopify.com/
Thanks

Locate the class: .grid-item .product-inner .product-image .add-to-cartS in your theme_core.css and remove position: absolute

Thanks @YvanHK for your solution I want to know how you located that .add-to-cartS iis n theme_core.css ?