@media (max-width: 1439px) {
    #explore-block-wrapper.et_pb_section_0.et_pb_section {
        margin-top: 96px!important;
    }
    .explore-block {
        justify-content: center;

        max-width: 818px;
        min-width: 818px;

        margin: 0 auto;
    }
    .explore-block > .woocommerce {
        max-width: calc(33% - 9.33333px);
        min-width: calc(33% - 9.33333px);
    }
}

@media (max-width: 1023px) {
    #explore-block-wrapper.et_pb_section_0.et_pb_section {
        margin-top: 60px!important;
    }
    .explore-block {
        max-width: 672px;
        min-width: 672px;
    }
}

@media (max-width: 767px) {
    #explore-block-wrapper.et_pb_section_0.et_pb_section {
        margin-top: 54px!important;
    }
    .explore-block {
        max-width: 100%;
        min-width: 100%;

        padding: 0 16px;
    }
    .explore-block > .woocommerce {
        max-width: calc(50% - 7px);
        min-width: calc(50% - 7px);
    }
    .explore-col3.woocommerce {
        display: none;
    }

    .explore-block .woocommerce-lists-block__item .list-item__info .owner-info {
        font-size: 8px!important;
        line-height: 10px!important;
    }

    .explore-block .short-review {
        display: flex;
        flex-direction: column;

        min-height: 80px;

        padding: 38px 5px 40px;

        border-bottom-width: 3px;
    }
    #explore-block__content .explore-block .short-review {
        padding-top: 50px;
    }
    #explore-block__content .explore-block .short-review__content-wrp {
        max-width: 68%;
    }
    #explore-block__content .explore-block .short-review__subtitle {
        font-size: 9px !important;
        line-height: 10px !important;

        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 5;
        text-overflow: ellipsis;
    }
    #explore-block__content .explore-block .short-review__percon p {
        line-height: 17px;
        font-size: 10px;
    }
    .explore-block .short-review::before {
        left: 41%;
        top: 33px;
    }
    .explore-block .short-review__percon {
        margin-top: auto;
    }
    .explore-block .woocommerce ul.products li.product a .short-review__percon img,
    .explore-block .short-review__percon img {
        width: 14px !important;
        height: 14px !important;
        flex: 0 0 14px;
    }
    .explore-block .short-review__subtitle {
        margin-bottom: 8px;
        font-size: 8px;
        line-height: 12px;
    }
    .explore-block .short-review__value {
        right: 6px;
    }
}

@media (max-width: 650px) {
    #explore-block__content .explore-block .short-review__subtitle {
        -webkit-line-clamp: 4;
    }
}

@media (max-width: 620px) {
    .explore-block .short-review::before {
        left: 41%;
        top: 25px;
    }
    #explore-block__content .short-review__title {
        top: 21px;
    }
    #explore-block__content .explore-block .short-review {
        padding-top: 38px;
    }
}
@media (max-width: 550px) {
    #explore-block__content .explore-block .short-review__subtitle {
        -webkit-line-clamp: 3;
    }
    #explore-block__content .explore-block .short-review__percon p {
        font-size: 8px;
    }
}
@media (max-width: 500px) {
    #explore-block__content .explore-block .short-review__subtitle {
        -webkit-line-clamp: 2;
    }
}
@media (max-width: 450px) {
    .explore-block .short-review::before {
        left: 41%;
        top: 20px;
    }
    #explore-block__content .explore-block .short-review__subtitle {
        -webkit-line-clamp: 1;
    }
    #explore-block__content .explore-block .short-review__content-wrp {
        max-width: 78%;
    }
}


