To make product title gradient in Squarespace Product Detail Page, you can use this code to Custom CSS box.
/* Product title gradient */
h1.ProductItem-details-title {
background-image: linear-gradient(to right,#c7b7a6,#f1f);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
Result