/* Completely Remove Add to Cart Button Sitewide */
.sqs-add-to-cart-button,
.sqs-add-to-cart-button-wrapper,
.product-quick-view-button,
.product-form .sqs-add-to-cart-button {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
pointer-events: none !important;
height: 0 !important;
width: 0 !important;
padding: 0 !important;
}