/* Hide price on product detail when tagged “request-price” */ .tag-request-price .ProductItem-details .ProductItem-product-price, .tag-request-price .ProductItem-details .sqs-add-to-cart-button-wrapper { display: none !important; } /* Hide price on product grid / thumbnails on shop page */ .products.collection-content-wrapper .tag-request-price .grid-main-meta .grid-prices { display: none !important; }