<style>

/* hide add to cart */

div.sqs-add-to-cart-button-wrapper {

display: none !important;

}

/* hide quantity */

div.product-quantity-input {

display: none !important;

}

/* hide price and add to cart*/

.product-price {

display:none !important;

}

<style>