Move whole product block up 10px

Hi I want to love product block up 10-15px my site is https://vazluxe.com/products/brunello-cucinelli-shearling-frosty-effect-coat-242026dca000006-c7186?pr_prod_strat=collection_fallback&pr_rec_id=554d2f287&pr_rec_pid=9668524966195&pr_ref_pid=9669068652851&pr_seq=uniform

@Luxurymrkt

How to Add This to Shopify Dawn Theme:

  1. Go to Shopify Admin → Online Store → Themes.
  2. Click “Customize” on your Dawn theme.
  3. In the theme editor, go to “Theme settings” (bottom left).
  4. Scroll down and click “Custom CSS”.
  5. Paste the above CSS code and save changes.

Alternative (Edit Theme CSS Directly):

  1. Go to “Online Store” → “Themes”.
  2. Click “Actions” → “Edit code”.
  3. Open base.css inside the assets folder.
  4. Paste the CSS at the bottom and Save.
@media only screen and (max-width: 750px) {
.product__meta {
    padding-top: 0px;
}
}