This code actually resolved the issue:
.thumbnail-list {
grid-template-columns: repeat(5, 1fr) !important;
margin: 0px auto;
justify-content: center;
}
I finally realized the problem was the desktop layout on the default product page was set “thumbnails” instead “thumbnails carousel”.
When I switched to “thumbnails carousel” the code worked and the thumbnails center.
