.v-reviews-page-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    grid-gap: 80px;
}

.v-reviews-page-grid .statistics {
    width: 100%;
}

.v-reviews-page-grid .statistics .item {
    width: 100%;
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 8px;
    align-items: center;
    margin-bottom: 6px;
}
.averageRatingWrapper {
    display: flex;
    align-items: flex-end;
}
.averageRatingWrapper svg {
    flex-shrink: 0;
}
.averageRating {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 32px;
    color: #333333;
}
.averageRatingCnt {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #888888;
}

.v-reviews-page-grid .statistics .item.top {
    align-items: end;
    margin-bottom: 13px;
}
.v-reviews-page-grid .statistics .item .info {
    background: #E9E9E9;
    border-radius: 2px;
    width: 100%;
    height: 4px;
    position: relative;
}
.v-reviews-page-grid .statistics .item .info .percent {
    position: absolute;
    display: block;
    height: 100%;
    background: #333;
    border-radius: 2px;
    transition: .2s ease-out;
}
.v-reviews-page-grid .reviews-list {
    width: 100%;
}


.v-reviews-page-grid .reviews-list > .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid #E9E9E9;
    align-items: flex-start;
}
.v-reviews-page-grid .reviews-list > .item.hidden {
    display: none;
}
.v-reviews-page-grid .reviews-list > .item .product {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #EC584D;
    gap: 14px;
    padding: 0!important;
    background: none;
    margin: 0!important;
}

.v-reviews-page-grid .reviews-list .item .product .img {
    width: 52px;
    height: 52px;
    border: 1px solid #E9E9E9;
    border-radius: 12px;
    display: block;
    background: white;
    overflow: hidden;
}
.v-reviews-page-grid .reviews-list .item .product .img img {
    object-position: center;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.v-reviews-page-grid .reviews-list .item .author {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #333333;
}


.v-reviews-page-grid .reviews-list .item  .review-rating-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
}
.v-reviews-page-grid .reviews-list .item  .reviews__item-rating {
    margin-bottom: 0!important;
}
.v-reviews-page-grid .reviews-list .item .reviews__date-text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #888888;
}

.v-reviews-page-grid .reviews-list .item .reviews__item-opinion {
    margin: 0!important;
}

.v-reviews-page-grid .reviews-list .item .reviews__opinion-name {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #888888;
    margin: 0!important;
    display: inline-block;
}

.v-reviews-page-grid .reviews-list .item .reviews__opinion-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #333333;
    margin: 0!important;
    display: inline;
}

.review-item-photo-slider {
    width: 100%;
    height: 104px;
    overflow: hidden;
}
.review-item-photo-slider .item {
    width: 104px!important;
    height: 104px!important;
    padding: 0!important;
    border: none!important;
    display: block!important;
    margin-right: 8px;
}
.review-item-photo-slider .item img,
.review-item-photo-slider .item video{
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
}


.v-show-more {
    align-items: center;
    justify-content: center;
    transition: all .1s ease-in-out;
    border-radius: 10px;
    padding: 15px 20px;
    border: 1px solid #a84645;
    color: #FFF;
    background: #EC584D;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.4px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 24px auto;
    max-width: 160px;
}
body.vi-body-with-bg::before {
    display: none!important;
}




.reviews-list-wrapper .sort-filter {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.sort-wrapper {
    position: relative;
}

.sort-wrapper .selected {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #E9E9E9;
    cursor: pointer;
    user-select: none;
    border-radius: 30px;
}

.sort-wrapper .selected .text {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #333333;
}

.sort-wrapper .options {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    background: white;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    padding: 16px;
    min-width: 188px;
    display: none;
    z-index: 10;
    box-shadow: 0px 4px 12px 0px #3333334D!important;
}

.sort-wrapper.active .options {
    display: block;
}

.sort-wrapper .option-item {
    margin-bottom: 16px;
    display: flex;;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #333333;
    cursor: pointer;
    position: relative;
    gap: 8px;
}
.sort-wrapper .option-item:last-child {
    margin-bottom: 0;
}
.sort-wrapper .option-item:before {
    width: 16px;
    height: 16px;
    background: #D9D9D9;
    display: block;
    content: '';
    border-radius: 100%;
}

.sort-wrapper .option-item.active {
    background: white;
}
.sort-wrapper .option-item.active:before {
    border: 4px solid #EC584D;
    width: 8px;
    height: 8px;
    background: white;
}

.filter-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #E9E9E9;
    cursor: pointer;
    transition: all 0.2s;
    user-select: none;
    height: 34px;
    border-radius: 30px;
}
.filter-wrapper .icon {
    display: none;
}
.filter-wrapper:hover {
    background: #EEEEEE;
}

.filter-wrapper.active {
    background: #333;

}
.filter-wrapper.active .icon {
    display: block;
}

.filter-wrapper.active .text {
    color: #FFFFFF;
}



.filter-wrapper .text {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #333333;
    transition: color 0.2s;
}

.filter-wrapper .icon {
    flex-shrink: 0;
    transition: all 0.2s;
}



.reviews-photo-slider {
    width: 100%;
    overflow: hidden;
    height: 104px;
    margin-bottom: 36px;
}
.reviews-photo-slider .swiper-slide {
    width: 104px;
    height: 104px;
    margin-right: 8px
}
.reviews-photo-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

@media (max-width: 1280px) {
    .v-reviews-page-grid {
        grid-gap: 24px;
    }
}
@media (max-width: 980px) {
    .v-reviews-page-grid {
        grid-template-columns: 100%;
    }
}
@media (max-width: 640px) {

}

@media (max-width: 420px) {
    .sort-wrapper .options-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 900;
        display: none;
    }
    .sort-wrapper.active .options-wrapper {
        display: block;
    }
    .sort-wrapper .options-wrapper .overlay {
        background: rgba(0,0,0,.8);
        width: 100%;
        height: 100%;
    }
    .sort-wrapper .options {
        position: fixed;
        width: 100%;
        left: 0;
        top: initial;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        bottom: 0;
        transform: translateY(-100%);
        transition: .2s ease-out;
        padding: 24px;
    }
    .sort-wrapper.active .options {
        transform: translateY(0);
    }
    .sort-wrapper .option-item {
        margin-bottom: 24px;
        justify-content: space-between;
    }
    .sort-wrapper .option-item:before {
        order: 2;
    }
}

h1 b {
    color: #EC584D;
    font-size: inherit;
    font-weight: inherit;
}