

/* Start:/local/components/surprise/reviews.list/templates/.default/style.css?17871494343305*/
.reviews-page {
    box-sizing: border-box;
    padding-top: 22px;
    padding-bottom: 70px;
}

.reviews-page__title {
    margin: 0 0 36px;
    color: #0b0b0b;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
}

.reviews-page__summary {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 44px;
    color: #111;
    font-size: 16px;
    line-height: 1.3;
}

.reviews-page__star {
    color: #ff6f9e;
    font-size: 20px;
    line-height: 1;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 62px;
    row-gap: 60px;
}

.review-card {
    min-width: 0;
}

.review-card__product {
    margin: 0 0 16px;
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.22;
}

.review-card__product a {
    color: inherit;
    text-decoration: none;
}

.review-card__product a:hover,
.review-card__product a:focus-visible {
    color: #e64f83;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.review-card__meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.review-card__author {
    color: #111;
    font-size: 18px;
    line-height: 1.2;
}

.review-card__date {
    display: block;
    margin-top: 1px;
    color: #8a8a8a;
    font-size: 15px;
    line-height: 1.2;
}

.review-card__rating {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
    color: #111;
    font-size: 17px;
    line-height: 1.2;
    white-space: nowrap;
}

.review-card__text {
    color: #111;
    font-size: 14px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.reviews-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 62px;
}

.reviews-pagination__page,
.reviews-pagination__arrow {
    display: inline-flex;
    box-sizing: border-box;
    min-width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dedede;
    border-radius: 50%;
    color: #111;
    font-size: 15px;
    text-decoration: none;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.reviews-pagination__page:hover,
.reviews-pagination__arrow:hover,
.reviews-pagination__page:focus-visible,
.reviews-pagination__arrow:focus-visible,
.reviews-pagination__page.is-current {
    border-color: #ff6f9e;
    background: #ff6f9e;
    color: #fff;
}

.reviews-pagination__dots {
    padding: 0 3px;
    color: #777;
}

.reviews-page__empty {
    margin: 0;
    color: #555;
}

@media (max-width: 1023px) {
    .reviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 40px;
    }
}

@media (max-width: 639px) {
    .reviews-page {
        padding-top: 12px;
        padding-bottom: 45px;
    }

    .reviews-page__title {
        margin-bottom: 25px;
        font-size: 30px;
    }

    .reviews-page__summary {
        margin-bottom: 34px;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
        row-gap: 42px;
    }

    .reviews-pagination {
        gap: 5px;
        margin-top: 48px;
    }

    .reviews-pagination__page,
    .reviews-pagination__arrow {
        min-width: 36px;
        height: 36px;
    }
}

/* End */
/* /local/components/surprise/reviews.list/templates/.default/style.css?17871494343305 */
