here is the code ``` const style = document.createElement('style'); style.innerText = ` div[b2b_buyer_product_details-summary_summary].quantity-and-list { display: none !important; } `; this.template.querySelector('.container').appendChild(style); ```