How to make product page & collection page title/ filter full width

Hi,

Please add below css to your store customizer Custom CSS field, then product page content will be full-width as like header.

@media screen and (min-width: 750px) {
    .product__info-container {
        max-width: 100%;
    }
    .section-template--23465630728470__related-products-padding {
        max-width: 100%;
    }
}