ACF Relationship - Getting ACF get_field value from a Related Post

I have two post types: Product and Brewery. A product post has an ACF repeater where I can define multiple beverages within the product, and there are ACF fields: beverage name, description, image, and more.

In my brewery post, I want to display related products. I can also display the post title, content, and excerpt. But I can’t get the ACF field values from the repeaters within the related product.

The relationship field is set to return the post object. Under advanced, I have a bi-directional set.

My understanding may be incorrect here but any help is appreciated.

Solved! It’s not often, but i love my brain.

To resolve this, I had to run a nested query.
First query was for the relationship field.
The nested/second query was for the repeater fields I wanted.