.product-selected{
    color:black;
}
.product-selected:hover{
    color: #fedd02;
}
.product-selected:hover svg{
    fill: #fedd02;
}