.goods__inner__review {
    margin-bottom: 10px;
}

.goods__inner__review .goods-header {
    margin-bottom: 37px;
}
.goods__inner__review .goods-header h2 {
    font-family: Buyan;
    font-weight: 700;
    font-size: 41px;
    line-height: 128%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 0px;
    width: auto;
}

.goods__inner__review .goods-buttons {
    gap: 20px;
    display: flex;
}

.goods__inner__review .goods-buttons button {
    width: 32px;
    height: 32px;
}

.goods__inner__review .goods-buttons img {
    width: 14px;
    height: 14px;
}

.goods__inner__review .goods-scroll-container {
    gap: 12px;
}

.goods__inner__review .goods-scroll-container-card {
    min-width: 293px;
    max-width: 293px;
    background: #505050;
    border-radius: 24px;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.goods__inner__review .goods-scroll-container-card-image {
    height: auto;
    padding-bottom: 89%;
    overflow: hidden;
    position: relative;
}
.goods__inner__review .goods-scroll-container-card-image img {
    border-radius: 24px 24px 0 0;
}

@media screen and (max-width: 900px) {
    .goods__inner__review .goods-scroll-container-card-image img {
        border-radius: 20px 20px 0 0;
    }
}

@media screen and (max-width: 515px) {
    .goods__inner__review .goods-scroll-container-card-image img {
        border-radius: 16px 16px 0 0;
    }
}

.goods__inner__review .goods-scroll-container-card-image img,
.goods__inner__review .goods-scroll-container-card-image video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.goods__inner__review .goods-scroll-container-card-image video {
    background: #000;
}

.slider-review-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
}

.goods__inner__review .goods-scroll-container-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 10px 19.28px 17.09px 16.05px;
}



.goods__inner__review .review-text {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 12px;
    line-height: 128%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(12px * 1.28 * 3);
    margin-bottom: 14px;
    color: #FFFFFF;
}

.goods__inner__review .reviews-scroll-container-card-desc-1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    min-width: 0;
    margin-bottom: 8px;
}

@media screen and (max-width: 900px) {
    .goods__inner__review .reviews-scroll-container-card-desc-1 {
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 900px) {
    .goods__inner__review .reviews-scroll-container-card-desc-1{
        margin-bottom: 5px;
    }
}

.goods__inner__review .reviews-message-user-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 12px;
    line-height: 128%;
    min-width: 0;
    color: #FFFFFF;
}

.goods__inner__review .testimonial-photo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 3px;
    flex-shrink: 0;
}

.goods__inner__review .testimonial-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.goods__inner__review .reviews-message-user-name {
    margin-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    flex: 1;
    min-width: 0;
}


.goods__inner__review .review-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.goods__inner__review .review-rating-stars {
    display: flex;
    gap: 2px;
}

.goods__inner__review .review-rating-stars svg {
    width: 16px;
    height: auto;
}

.goods__inner__review .review-stats {
    display: flex;
    gap: 12px;
}

.goods__inner__review .review-stats-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.goods__inner__review .review-stats-item svg {
    width: auto;
    height: 16px;
    flex-shrink: 0;
}

.goods__inner__review .review-stats-item span {
    font-family: Montserrat;
    font-weight: 800;
    font-size: 12px;
    line-height: 128%;
    color: #FFFFFF;
}


.goods__inner__review .review-details-btn {
    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 3px 0px 0px #D8A86E;
    width: 100%;
    height: 38px;
    border-radius: 12px;
    position: relative;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 10px;
    line-height: 128%;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: #584D3E;
    display: flex;
    justify-content: center;
    align-items: center;
}

.goods__inner__review .review-details-btn: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: 12px;
}

.goods__inner__review .review-details-btn: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) {
    .goods__inner__review {
        margin-bottom: 13px;
    }

    .goods__inner__review .goods-scroll-container-card {
        min-width: 227px;
        max-width: 227px;
        border-radius: 20px;
    }

    .goods__inner__review .goods-scroll-container-card-image {
        padding-bottom: 87%;
    }

    .goods__inner__review .goods-scroll-container-card-content {
        padding: 6px 23px 14.48px 12.66px;
    }

    .goods__inner__review .testimonial-photo {
        width: 28px;
        height: 28px;
    }

    .goods__inner__review .reviews-message-user-info {
        font-size: 10px;
    }

    .goods__inner__review .review-rating {
        margin-bottom: 6px;
    }

    .goods__inner__review .review-rating-stars svg {
        width: 14px;
        height: auto;
    }

    .goods__inner__review .review-stats {
        gap: 10px;
    }

    .goods__inner__review .review-stats-item svg {
        height: 14px;
    }

    .goods__inner__review .review-stats-item span {
        font-size: 10px;
    }

    .goods__inner__review .review-text {
        font-size: 9px;
        min-height: calc(9px * 1.28 * 3);
        margin-bottom: 6px;
    }

    .goods__inner__review .goods-header {
        margin-bottom: 28px;
        gap: 15px;
    }

    .goods__inner__review .goods-header h2 {
        font-size: 30px;
    }

    .goods__inner__review .goods-buttons {
        gap: 10px;
        display: none;
    }

    .goods__inner__review .goods-buttons button {
        width: 25px;
        height: 25px;
    }

    .goods__inner__review .goods-buttons img {
        width: 12px;
        height: 12px;
    }

    .goods__inner__review .scroll-buttons button:first-child img {
        margin-left: 2px;
    }

    .goods__inner__review .review-details-btn {
        height: 30px;
        font-size: 10px;
        border-radius: 8px;
    }
}

@media screen and (max-width: 515px) {
    .reviews h2 {
        margin-bottom: 0 !important;
    }

    .reviews .scroll-right {
        margin-left: 0;
    }

    .reviews .scroll-left {
        margin-right: 0;
    }

    .goods__inner__review .goods-scroll-container-card {
        min-width: 177px;
        max-width: 177px;
        border-radius: 16px;
    }

    .goods__inner__review .goods-scroll-container-card-content {
        padding: 5.65px 11.57px 12.09px 9.81px;
    }

    .goods__inner__review .testimonial-photo {
        width: 22px;
        height: 22px;
    }

    .goods__inner__review .reviews-scroll-container-card-desc-1 {
        gap: 5px;
    }

    .goods__inner__review .reviews-message-user-info {
        font-size: 9px;
    }

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

    .goods__inner__review .review-rating-stars svg {
        width: 12px;
        height: auto;
    }

    .goods__inner__review .review-stats {
        gap: 5px;
    }

    .goods__inner__review .review-stats-item svg {
        height: 12px;
    }

    .goods__inner__review .review-stats-item span {
        font-size: 9px;
    }

    .goods__inner__review .review-text {
        font-size: 9px;
        min-height: calc(9px * 1.28 * 3);
        margin-bottom: 6px;
    }

    .goods__inner__review .review-details-btn {
        border-radius: 8px;
        font-size: 9px;
    }
}
