Thank you
I used this, but no magic thing happen, sir
add_action( ‘wp’, ‘tu_disable_wc_lightbox’, 20 );
function tu_disable_wc_lightbox() {
remove_theme_support( ‘wc-product-gallery-zoom’ );
remove_theme_support( ‘wc-product-gallery-lightbox’ );
remove_theme_support( ‘wc-product-gallery-slider’ );
}