Craft theme - Product's title too big on product page

Hi @Renko2022 ,

If you use craft theme, you can try follow the instruction below:

  1. Go to Online Store → Theme → Edit code.
  2. Asset → /section-main-product.css paste code below into end of the file.
.product__title {
    font-size: 25px !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Best regards.