I’m sure a few of you will have asked whether this is possible. Eventually everyone creates a custom post type and then wonders why Genesis Simple Sidebars isn’t enabled. No problem. You just have to add one line of code to your functions.php file and you’re good to go.
add_post_type_support( 'product', 'genesis-simple-sidebars' );