Add this to your custom css:
.single-product .header-wrap {
position: absolute;
width: 100%;
top: 0;
}
However not sure why you would want to do that as it looks messy. I’d say just make your header background the same color as the product page background
– Kyle