component-product-card-image a, component-product-card-image a:hover {
    text-decoration: none;
}
component-product-card-image a .product_image {
    background-color: #ccc;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100%;
    margin: 0 5px;
}