.new-sp.instock {
    background: #99cc33;
    color: #fff;
}
.new-sp.preorder {
    background: #0a6cb6;
    color: #fff;
}
.new-sp.new {
    background: #FFCC33;
    color: #000;
}
.new-sp.premium {
    background: #9c27b0;
    color: #fff;
}

.product__category__row__box__txt__parameters-rating {
    gap: 8px;
}
.product__category__row__box__txt__parameters-rating p{
    font-size: 13px;
}
.product__category__row__box__txt__parameters__rating-row {
    display: flex;
}
.journal-rating-start {
    font-size: 13px;
    width: 13px;
    height: 13px;
}
.journal-rating-start.empty svg{
    fill: #ddd;
}
.journal-rating-start.filled svg{
    fill: #FFD700;
}