Zend certified PHP/Magento developer

Magento 2: Change product template based on the category

We have multiple categories and each category has it’s own products(mostly simple products). The products in each category has different UI design for product view page / product details page.

I know it is possible to change the product view layout based on the product id or sku or product type or for all products – Product layouts. But, is it possible to change the layout based on the products’ category? Or is there any way we can change the layout design for a specific set of products.

Thanks in advance.