.ilm-product-reviews {
    background: #fff;
    padding: 32px 0 40px;
    direction: rtl;
}

.ilm-product-rating {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 8px;
    margin: 8px 0 12px;
    width: auto !important;
    max-width: 100%;
    cursor: pointer;
    direction: rtl;
    font-family: "Heebo-Regular", "Montserrat", sans-serif;
    white-space: nowrap;
}

.ilm-product-rating__stars {
    display: inline-flex !important;
    flex: 0 0 auto;
    width: auto !important;
    float: none !important;
    gap: 1px;
    direction: rtl;
    line-height: 1;
    vertical-align: middle;
}

.ilm-product-rating__star {
    display: inline-block !important;
    width: auto !important;
    color: #d9d9d9;
    font-size: 18px;
    line-height: 1;
}

.ilm-product-rating__star.is-filled {
    color: #000;
}

.ilm-product-rating__count {
    display: inline !important;
    flex: 0 0 auto;
    width: auto !important;
    float: none !important;
    font-size: 14px;
    color: #000;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: underline;
}

.ilm-product-reviews__inner {
    max-width: 1165px;
    margin: 0 auto;
    padding: 0 16px;
}

.ilm-product-reviews__title {
    margin: 0 0 20px;
    font-family: "Heebo-Regular", "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #000;
}

.ilm-product-reviews__toolbar {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px;
}

.ilm-product-reviews__count {
    font-family: "Heebo-Regular", "Montserrat", sans-serif;
    font-size: 14px;
    color: #6a6c77;
}

.ilm-product-reviews__empty {
    margin: 0;
    text-align: center;
    font-family: "Heebo-Regular", "Montserrat", sans-serif;
    font-size: 16px;
    color: #6a6c77;
}

.ilm-product-reviews__list {
    border-top: 1px solid #e3e3e3;
}

.ilm-product-reviews__more-wrap {
    margin-top: 28px;
    text-align: center;
}

.ilm-product-reviews__more.button.btn-cart {
    display: inline-flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    height: 48px;
    padding: 0;
    border: 0;
    background: #000000;
    color: #ffffff;
    font-family: AkzidenzGroteskBE, Almoni-Tzar, "Heebo-Regular", sans-serif;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 48px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

.ilm-product-reviews__more.button.btn-cart span,
.ilm-product-reviews__more.button.btn-cart span span {
    display: inline !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
    padding: 0;
    line-height: inherit;
    white-space: nowrap;
}

.ilm-product-reviews__more.button.btn-cart:hover,
.ilm-product-reviews__more.button.btn-cart:focus {
    background: #000000;
    color: #ffffff;
    opacity: 0.9;
}

.ilm-product-reviews__more.button.btn-cart.is-loading {
    opacity: 0.7;
    cursor: wait;
}

.ilm-product-reviews__loading {
    padding: 28px 0;
    text-align: center;
    font-family: "Heebo-Regular", "Montserrat", sans-serif;
    font-size: 16px;
    color: #6a6c77;
}

.ilm-review-card {
    display: flex;
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid #e3e3e3;
}

.ilm-review-card__sidebar {
    flex: 0 0 120px;
    text-align: center;
}

.ilm-review-card__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-family: "Heebo-Regular", "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}

.ilm-review-card__name {
    display: block;
    font-family: "Heebo-Regular", "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    color: #000;
    text-transform: uppercase;
    word-break: break-word;
}

.ilm-review-card__content {
    flex: 1;
    min-width: 0;
}

.ilm-review-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.ilm-review-card__stars {
    display: flex;
    gap: 2px;
    direction: rtl;
}

.ilm-review-card__star {
    color: #d9d9d9;
    font-size: 16px;
    line-height: 1;
}

.ilm-review-card__star.is-filled {
    color: #000;
}

.ilm-review-card__date {
    font-family: "Heebo-Regular", "Montserrat", sans-serif;
    font-size: 12px;
    color: #6a6c77;
    white-space: nowrap;
}

.ilm-review-card__title {
    margin: 0 0 8px;
    font-family: "Heebo-Regular", "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: #6b6d76;
    text-transform: uppercase;
}

.ilm-review-card__body {
    font-family: "Heebo-Regular", "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
}

.ilm-review-card__body.is-collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ilm-review-card__read-more {
    margin-top: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: "Heebo-Regular", "Montserrat", sans-serif;
    font-size: 14px;
    color: #a2a2a2;
    cursor: pointer;
}

.ilm-review-card__images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.ilm-review-card__image-link {
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 8px;
    overflow: hidden;
    background: #f3f3f3;
}

.ilm-review-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media only screen and (max-width: 768px) {
    .ilm-product-reviews {
        padding: 24px 0 32px;
    }

    .ilm-product-reviews__title {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .ilm-review-card {
        flex-direction: column;
        gap: 12px;
        padding: 20px 0;
    }

    .ilm-review-card__sidebar {
        flex: none;
        display: flex;
        align-items: center;
        gap: 12px;
        text-align: right;
    }

    .ilm-review-card__avatar {
        margin: 0;
        flex-shrink: 0;
    }

    .ilm-review-card__meta {
        flex-wrap: wrap;
    }
}
