.star-rating {
    display: flex;
    align-items: flex-start;
    gap: 2px;
}

.star {
    width: auto;
    height: 18px;
}

.star.active path {
    fill: #d0a99e;
}

.star.inactive path {
    fill: #575656;
    opacity: 0.5;
}

.product-hit {
    position: absolute;
    bottom: 0;
    max-width: 48px;
    padding: 9px 10px;
    font-weight: 600;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    background-color: #FFC183;
    color: #963A00;
}

.card--product__img-block {
    position: relative;
}

.add2basket, .move2basket {
    display: flex;
    text-align: center;
    padding: 10px 10px;
    justify-content: center;
    align-items: center;
    border: none;
    font-size: 15px;
    color: #161616 !important;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}

@media (max-width: 650px) {
    .add2basket, .move2basket {
        font-size: 13px;
    }
}
