הסרת מנוע חיפוש קטגוריות

Hello everyone,
I would like to remove the category finder
role = “searchbox”

Thanks

You can add the following CSS under admin > customize > themes

.category-breadcrumb .select-kit.single-select .select-kit-filter.is-expanded {
    display: none;
}

Thank you very much, in this world there are wonderful people