/* Hide Quantity input field */ .product-quantity, .product-quantity input { display: none !important; } /* Hide Add to Cart button using ID and class */ .sqs-add-to-cart-button, .sqs-add-to-cart-button-inner, #yui_3_17_2_1_1728020906875_333 { display: none !important; } /* Hide cart emoji */ .cart-icon, .cart-emoji { display: none !important; }