Product page shows Shipping Date - can't figure out how to delete

Hello - I just noticed one of my product pages shows a shipping date. “Ships July 26, 2023” under the price. Any idea where it comes from and how I can delete?

https://dragonwing.com/products/criss-cross-crop-top-purple

Hello @allisonher

Can you check if it is coming from some app?

Or you add some code in the liquid file. If you have added in the liquid file with the custom code then you can remove it.

Or else with the custom css you can make it like this:

.product-inventory-transfer {
display: none;

}
in the style.css file