.articul_and_stars .stars svg {
    width: 10px;
    height: 10px;
}

.articul_and_stars .stars {
    white-space: nowrap;
    text-align: center;
}

.articul_and_stars {
    padding: 0;
}

.product_slider_img {
    height: 100px;
    position: relative;
}

.product_slider_img > img {
    height: 100px;
    object-fit: contain;
    position: relative;
}

div.product_slider_img > div.product_icons_top {
    position: absolute;
    width: 100%;
    top: 60%;
}

.articul {
    font-size: 9px;
    text-align: center;
    line-height: 10px;

}

div.product_slider_title {
    padding: 10px 20px;
    min-height: calc(14px * 4 + 20px); /* 4 строки + отступы */
    max-height: calc(14px * 4); /* высота только для текста */
    overflow: hidden;
    font-size: 8px;
    letter-spacing: 0.4px;
    line-height: 14px; /* комфортная высота строки для 11px */
    color: #2f3033;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-align: left;
    align-content: center;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* не более 4-х строк */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    cursor: default;
    transition: max-height 0.2s ease;
}

div.product_slider_title:hover {
    -webkit-line-clamp: unset; /* показать весь текст при наведении */
    max-height: none;
    overflow: visible;
    position: relative;
    z-index: 2;
}

div.buttons_div > a.buy_one_click, div.buttons_div > p.not_in_stock {
    margin: 0;
    width: 115px;
    height: 40px;
}

div.buttons_div {
    padding: 0;
}

/*div.product_slider_wr, div.product_slider_wr:hover {*/
/*    min-height: unset !important;*/
/*}*/

div.prices_block {
    flex-direction: row;
}

div.prices_block > div.current_price {
    font-size: 12px;
    line-height: 15px;
}

div.prices_block > div.old_price {
    font-size: 10px;
    line-height: 15px;
}