<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.last-comments {
    margin-bottom: 6rem;
}

.last-comments__title {
    display: block;
    margin: 0 0 2rem;
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 500;
}
.last-comments .swiper-slide {
    padding: 0 1rem;
}
.last-comments__item {
    background: #fff;
    border-radius: 10px;
    padding: 3.5rem 3rem 4rem 4rem;
    display: block;
    width: 100%;
    min-height: 100%;
}

.last-comment__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1.5rem;
    color: var(--main-text-color);
    text-decoration: none;
    transition: color 0.25s;
} 

.last-comment__product-img {
    width: 4.8rem;
    height: 4.8rem;
    margin: 0 1rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.last-comment__product-title {
    display: block;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.4rem;
    line-height: 1.43;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.last-comment__center {
    font-size: 1.5rem;
    line-height: 1.7;
    font-weight: 400;
}

.last-comment__comment {
    margin: 0 0 1.5rem;
    height: 12.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.last-comment__date {
    position: relative;
    top: -1rem;
    margin: 0 0 1rem;
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    opacity: 0.4;
}

.last-comment__link {
    color: var(--link-color);
    border-bottom: 1px solid #E3EEFF;
    text-decoration: none;
    transition: opacity 0.25s, color 0.25s;
}

.last-comment__link:hover {
    opacity: 0.7;
    text-decoration: none;
}

.last-comment__avatar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 1.2rem 0 0;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: linear-gradient(90deg, #02AAB0 0%, #00CDAC 100%);
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 500;
    color: var(--secondary-text-color);
}

.last-comment__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #EAEDF9;
    margin: 2.5rem -3rem -2rem -4rem;
    padding: 1.5rem 3rem 0 4rem;
}

.last-comment__footer-right {
    display: block;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.62;
    font-weight: 500;
    -ms-flex: 1;
    flex: 1;
}

.last-comment__rating-text {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
}

.last-comment__rating-star {
    margin: 0 0.4rem;
    color: #E6C622;
    display: block;
    position: relative;
    top: -1px;
    width: 1.5rem;
    height: 1.4rem;
}

.last-comment__rating {
    display: flex;
    align-items: center;
}</pre></body></html>