/* Add custom CSS styles below */ 
.product-card__title{
   position: relative;
}
.product-card__title:before{
    content: "";
    display: flex;
    width: 100%;   
    content: "";
    background: url(https://cdn.shopify.com/s/files/1/0811/2668/6999/files/payment-banner.webp?v=1771377480);
    height: 50px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; 
}