reduce top margin on product page

I have a white space on the top of my product page in both mobile and desktop. I’ve tried a couple things in the css but can’t get it to go to zero. Here is a page example:

https://nature-niche.com/products/new-copper-bird-bath-purification-disk

Hello @natureniche

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
.product--section {
margin-top: 0;
}