.mrwoo-product__summary .mrwoo-product__categories a.mrwoo-product__category{
    color: #ff8fab;
    transition: .3s;
}

.mrwoo-product__summary .mrwoo-product__categories a.mrwoo-product__category:hover{
    color: #ff6c97;
    text-decoration: underline;
}