Hide product details tab
To hide "product details" tab on product page is needed to add custom css in themeeditor
#product-details, #product-details-tab-nav{
display: none !important;
}
To hide "product details" tab on product page is needed to add custom css in themeeditor
#product-details, #product-details-tab-nav{
display: none !important;
}