Changing product page width for all product pages - DAWN Theme

anybody know how to change the general product page width for all product pages without changing the width of any other type of page? I just want all the things contained to have a little more room so that the thumbnails can be a little bigger, the main image too, the text lines longer

I have tried it with the selector as visible in the screenshot:

here in written form in the code in base.css:

@media screen and (min-width: 1000px) {
section#MainProduct-template–23316315242820__main.page-width {
width: 100% !important;
}
}

thanks in advance