How to disable click of the cart button

In the cart page of my project, I was wondering if anyone had an idea of how to disable the click of the cart button since I have the cart wrapper always on. Any guidance and assistance would be highly appreciated. I tried the following below, but no results:

Webflow.push(function () {
$(“.button.cc-cart”).on(‘click’, function(event){
event.preventDefault();
});
});

Below you will find my read-only link:
https://preview.webflow.com/preview/modvrn-3-new?utm_medium=preview_link&utm_source=designer&utm_content=modvrn-3-new&preview=b063e0c1cdac7f7c44e268f2bcf665cc&pageId=601ec54ed9b4c52801de70f5&mode=preview


Here is my site Read-Only: LINK
(how to share your site Read-Only link)