How to eliminate the shipping and returns tab from product pages?

Is there a setting or way to remove the shipping and returns tab on my products pages? https://lovingmemoryprints.com/products/american-flag-funeral-program-template-military-funeral-program-obituary-template-veteran-memorial-service-program-b180-1

I’ll attach a screenshot of the tab I’m talking about. just want it gone completely don’t need it.

Hello @LovMemPrin

Please use below code on assets → layout.theme.css at the bottom to hide shipping tab from product pages

#shipping-returns-tab-product-tabs{
display: none !important;
}

WORKED THANK YOU!