how can I hide this sold out badge after the price on the PDP? https://imanethelabel.com/products/essential-dress?variant=52234339352925
open your base.css or theme.css or section-main-product.css file from your theme code editor and add this at the very bottom of everything
.product .price__badge-sold-out{
display: none;
}
