Hi,
Thank you for your attention. Try to add the following code snippet to the Custom CSS area in Theme Settings to make breadcrumbs look on the layout builder product page like it does on the regular product page.
.wd-single-breadcrumbs :is(
.woocommerce-breadcrumb,
.yoast-breadcrumb) .breadcrumb-link-last {
margin-right: 0;
color: var(--color-gray-800);
font-weight: 600; }
.wd-single-breadcrumbs :is(
.woocommerce-breadcrumb,
.yoast-breadcrumb) .breadcrumb-link-last:after {
content: none; }
.wd-single-breadcrumbs :is(
.woocommerce-breadcrumb,
.yoast-breadcrumb) .breadcrumb-last {
display: none; }
We also consider improving this in the next theme updates.
Kind Regards