Selective Product Category for Carousel

If these products came from WooCommerce, then most probably you’re using wrong taxonomy in your code.

WC products use product_cat taxonomy as categories, so you can’t use built-in categories to filter them.

Use this instead

 'product_cat' => 'category-slug-here',

and it should work correctly.