@mike Jolley
Thanks!! How works??
I Try this
<?php
$cate = get_queried_object();
$cateID = $cate->term_id;
// Se é a página da categoria 4 ou uma subcategoria
if ( is_product_category( ‘cosmopolita’ ) || term_is_ancestor_of( ‘cosmopolita’, $cateID ) ):?>
But not work =(