/* Mucha & Kalma · Producción · WooCommerce rating stars without icon-font dependency */
html body .star-rating{
    position:relative!important;
    width:5.5em!important;
    height:1.15em!important;
    line-height:1!important;
    overflow:hidden!important;
    font-family:Arial,"Segoe UI Symbol",sans-serif!important;
    color:transparent!important;
}
html body .star-rating::before,
html body .star-rating span::before{
    content:"★★★★★"!important;
    font-family:Arial,"Segoe UI Symbol",sans-serif!important;
    font-style:normal!important;
    font-weight:400!important;
    letter-spacing:.08em!important;
    line-height:1!important;
    white-space:nowrap!important;
}
html body .star-rating::before{
    position:absolute!important;
    top:0!important;
    left:0!important;
    color:#ded6ca!important;
}
html body .star-rating span{
    position:absolute!important;
    top:0!important;
    left:0!important;
    height:1.15em!important;
    overflow:hidden!important;
    padding-top:1.2em!important;
}
html body .star-rating span::before{
    position:absolute!important;
    top:0!important;
    left:0!important;
    color:#c9a35a!important;
    text-indent:0!important;
}
