How can I add a divider line above my product title on the collection page?

Hey, does anyone know how I can put a divider line above my product title on the collection page as shown down below? I have the broadcast theme. Thanks in advance for your help!

link to my site: https://d6698b-3.myshopify.com/

Password is mohwhi

Hi @DAZESKINCARE ,
This is Richard from PageFly - Shopify Page Builder App.

Can you check the store again? When I log in, it looks like this

Best regards,
Richard | PageFly

HI @DAZESKINCARE ,

Insert this CSS into your CSS file:

.product-item__info {
    border-top: 1px solid gray !important;
}

Image:

Hope it helps you!