.tile-review__main {
    margin-bottom: 45px;
}

.reviewsPageTitle-main {
    background: radial-gradient(
        214.59% 1708.61% at 46.09% 49.4%, 
        #FFFFFF 0%, 
        rgba(255, 255, 255, 0) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 470px;
    margin: 0 auto;
}

.tile-review-grid.tile-review__main {
    margin-top: 64px;
}

.tile-review-more {
    max-width: 468px;
    margin: 0 auto;
}

.tile-review-more a {
    background: linear-gradient(263.56deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%), radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 8px 0px 0px #D8A86E;
    width: 100%;
    height: 95px;
    border-radius: 24px;
    position: relative;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 21px;
    line-height: 128%;
    text-transform: uppercase;
    
    color: #584D3E;
}

.tile-review-more a:before {
    content: '';
    background: radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 24px;
}

.tile-review-more a:hover {
    background: linear-gradient(263.56deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%), radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    color: #584D3E;
}

@media screen and (max-width: 900px) {
    .tile-review__main.tile-review-grid {
        display: flex;
        overflow-x: auto;
        gap: 16px;
        padding-bottom: 16px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .tile-review__main.tile-review-grid::-webkit-scrollbar {
        display: none;
    }

    .tile-review__main .tile-review {
        flex: 0 0 229px;
        scroll-snap-align: start;
    }

    .reviews .wrapper, .reviews-product-goods .wrapper {
        padding: 0 0 0 30px;
    }

    .tile-review-grid.tile-review__main {
        gap: 12px;
    }

    .tile-review-grid.tile-review__main {
        margin-top: 40px;
        margin-bottom: 35px;
    }

    .reviewsPageTitle-main {
        font-size: 60px;
        max-width: 470px;
    }

    .tile-review-more {
        width: 311px;
    }

    .tile-review-more a {
        font-size: 16px;
        height: 72px;
        border-radius: 12px;
        box-shadow: 0px 5px 0px 0px #D8A86E;
    }

    .tile-review-content {
        padding: 0 15px 15px 12px;
    }
}

@media screen and (max-width: 515px) {
    .reviews .wrapper, .reviews-product-goods .wrapper {
        padding: 0 0 0 14px;
    }

    .reviews .reviewsPageTitle-main {
        font-size: 50px;
        max-width: 335px;
        text-align: center;
        margin-bottom: 35px !important;
    }

    .tile-review-grid.tile-review__main {
        gap: 10px;
    }

    .tile-review__main .tile-review {
        flex: 0 0 177px;
    }

    .tile-review-image {
        margin-bottom: 5px;
    }

    .tile-review-user {
        margin-bottom: 2px;
    }

    .tile-review-user-photo {
        width: 22px;
        height: 22px;
    }

    .tile-review-user {
        gap: 5px;
    }

    .tile-review-user-info {
        font-size: 9px;
    }

    .tile-review-rating {
        margin-bottom: 5px;
    }

    .tile-review-rating svg {
        width: 13px;
        height: auto;
    }

    .tile-review-footer a {
        font-size: 9px;
        padding: 0;
    }

    .tile-review-content {
        padding: 0 11px 12px 9px;
    }

    .tile-review-grid.tile-review__main {
        margin: 35px 0 25px 0;
    }

    .tile-review-more {
        width: 281px;
    }

    .tile-review-more a {
        font-size: 14px;
        height: 61px;
        border-radius: 16px;
        box-shadow: 0px 5px 0px 0px #D8A86E;
    }
}

@media screen and (max-width: 350px) {
    .tile-review-more {
        width: 200px;
    }

    .tile-review-more a {
        font-size: 12px;
        text-align: center;
        height: 45px;
    }

    .reviews .reviewsPageTitle-main {
        font-size: 45px;
    }
}

@media screen and (max-width: 350px) {
    .reviews .reviewsPageTitle-main {
        font-size: 35px;
    }
}
