/*
Theme Name: Storefront-Child
Template: storefront
Version: 1.0
*/
.heart{
    display:inline-block !important;
    font-size:30px !important;
    color:red !important;
    font-family:Arial !important;
    line-height:1 !important;
}
.like-btn.active .heart{
    color:#ff2f6f;
}

.like-btn.pop .heart{
    transform:scale(1.3);
}