How can I eliminate the add to cart pop up on my online store?

How to remove the add to cart pop up on the store

store name : https://senseoftaste.com.au/

@itsmiyong ,

#shopify-section-collection-template .boost-pfs-action-list-wrapper.boost-pfs-action-extend {
    display: none;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid