Change color of product name on hover

To change color of product name on hover on Squarespace, you can use this code to Custom CSS box

.products.collection-content-wrapper div.grid-main-meta:hover .grid-title, h1.ProductList-title:hover {
    color: #7fe8ff !important;
}