/* Hide Add to Cart button site-wide */
.sqs-add-to-cart-button,
.ProductItem-addToCart {
display: none !important;
}
/* If you only want to hide it on product pages (not featured blocks) */
.ProductItem .sqs-add-to-cart-button,
.ProductItem .ProductItem-addToCart {
display: none !important;
}