Overlapping header only on home page

Hello, my store (shopseiza.com) currently has a transparent, overlapping header which i like. However i only want it on the homepage. Is there a way to do this so it doesnt overlap text in product pages etc.?

Not good:

Good:

Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the end of the file and save.

.shopify-policy__container {
margin-top: 8rem !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

This did not do anything