Breadcrumb navigation disappears in mobile version

You can use this code to Custom CSS box to fix problem

@media screen and (max-width:767px) {
.ProductItem .ProductItem-nav .ProductItem-nav-breadcrumb {
display: block;
}
.ProductItem .ProductItem-nav {
flex-direction: column;
}
}

Result: