Keep Product Images from being the whole screen wide on the Prestige theme

Hi @Jarch2

let try to add this Custom CSS:

@media screen and (max-width: 1007px) {
  .Product__Wrapper .Product__Gallery {
    max-width: 80%;
    margin-inline: auto;
  }
}