Hide Add to Cart button

Code to hide Add to Cart button on all product pages:

/* -- code to hide Add to Cart button -- */
.add-to-cart__wrapper { display: none; }
/* - end - */

Where do I add the code?

Use this link to learn where exactly to add this code snippet:

Where to add your CSS style code