Sakura

Array
(
    [post_type] => product
    [post_status] => publish
    [posts_per_page] => 12
    [tax_query] => Array
        (
            [relation] => AND
            [0] => Array
                (
                    [taxonomy] => product_visibility
                    [terms] => Array
                        (
                            [0] => 7
                            [1] => 9
                        )

                    [field] => term_taxonomy_id
                    [operator] => NOT IN
                    [include_children] => 1
                )

            [1] => Array
                (
                    [taxonomy] => product_cat
                    [terms] => Array
                        (
                            [0] => sakura
                        )

                    [field] => slug
                    [operator] => IN
                    [include_children] => 1
                )

        )

    [orderby] => Array
        (
            [ID] => DESC
        )

    [paged] => 0
    [meta_query] => Array
        (
            [relation] => AND
        )

)