.hidden { display: none; } /* Add this CSS to your theme.scss.liquid file */ .price { display: none !important; } .price__regular { display: none !important; } .price__sale { display: none !important; } .price-item { display: none !important; } .product-single__price { display: none !important; } /* If you want to replace the price with custom text */ .price:after { content: "Login to see prices"; display: block; font-weight: bold; color: #333; } /* To hide prices in collection pages */ .price-wrapper { display: none !important; } /* To hide variant prices in product pages */ .variant-wrapper price-wrapper { display: none !important; } /* If using Dawn theme, add these selectors */ .price__container { display: none !important; } .price__badge { display: none !important; } /* Optional: Add customer-specific visibility */