/** Shopify CDN: Minification failed

Line 423:16 Unexpected "{"
Line 423:24 Expected ":"
Line 427:16 Unexpected "{"
Line 427:24 Expected ":"
Line 441:16 Unexpected "{"
Line 441:24 Expected ":"
Line 448:20 Unexpected "{"
Line 448:28 Expected ":"
Line 451:20 Unexpected "{"
Line 451:28 Expected ":"

**/
.customer-review-block .halo-block-header .title {
    margin-bottom: var(--margin-bottom-title);
}

.customer-review-block .halo-block-header .subtext-review {
    margin-bottom: var(--margin-bottom-des);
}

.customer-review-block .customer-review-slide{
    padding-bottom: 10px;
}

.customer-review__item .review_flex {
    display: flex;
    align-items: unset;
    justify-content: space-between;
}

.customer-review__item--left {
    width: 40%;
    padding-right: 4%;
}

.customer-review__item--left .heading {
    margin-top: 0;
    font-weight: var(--font-weight-medium);
    display: block;
}

.customer-review__item--left .customer-review__info {
    display: flex;
    align-items: center;
}

.customer-review__item--left .customer-review__icon {
    height: 30px;
    line-height: 30px;
    width: 30px;
    background: red;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.customer-review__item--left .customer-review__icon svg {
    width: 15px;
    height: 15px;
    color: var(--color-white);
    position: relative;
    left: 2px;
}

.customer-review__item--left .customer-review__name .name {
    font-weight: var(--font-weight-medium);
}

.customer-review__item--right {
    width: 60%;
}

.customer-review__item .star-reviews .star--icon {
    display: inline-block;
}

.customer-review__item .star-reviews .star--icon:before {
    content: "\2605";
    color: var(--product-review-full-color);
}

.customer-review__item .star-reviews .star--icon.star-empty:before {
    color: var(--product-review-empty-color);
}

/* Start: Style 2 */
    .customer-review-block.style_2 .customer-review-block-wrapper {
        padding-right: 0;
        gap: 20px;
    }
    
    .customer-review-block.style_2 .customer-review-block-wrapper .customer-review-slide {
        margin-right: -200px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        padding-bottom: 0;
        user-select: none;
    }

    .customer-review-block.style_2 .customer-review-block-wrapper .customer-review-slide .halo-item {
        width: calc(100% / var(--count));
        flex: 0 0 calc(100% / var(--count));
    }

    .customer-review-block.style_2 .customer-review-block-wrapper .customer-review__right {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .customer-review-block.style_2 .customer-review-block-wrapper .customer-review__left .title {
        max-width: 100%;
    }
    
    .customer-review-block.style_2 .customer-review-block-wrapper .customer-review__right::-webkit-scrollbar {
        height: var(--scrollbar-width);
        cursor: pointer;
    }
    
    .customer-review-block.style_2 .customer-review-block-wrapper .customer-review__right::-webkit-scrollbar-track {
        background: var(--scrollbar-track-color);
    }

    .customer-review-block.style_2 .customer-review-block-wrapper .customer-review__right::-webkit-scrollbar-thumb {
        background: var(--scrollbar-thumb-color);
    }

    .customer-review-block.style_2 .customer-review-block-wrapper .customer-review__right::-webkit-scrollbar-thumb:hover {
        background: var(--scrollbar-thumb-hover-color);
    }

    .customer-review-block.style_2 .review__item-content {
        margin: 0;
    }

    .customer-review-block.style_2.enable_heading_style_2 .customer-review-block-wrapper .customer-review-slide {
        margin-right: -210px;
    }

    .customer-review-block.style_2.enable_heading_style_2 .customer-review-block-wrapper .customer-review__left .title {
        line-height: 1;
    }
/* END: Style 2 */

/* Start: Style 3 */
    .customer-review-block.style_3 .halo-block-header .title .text {
        width: 100% !important;
        line-height: 1;
    }

    .customer-review-block.style_3 .customer-review-slide .customer-review__item {
        text-align: center;
    }

    .customer-review-block.style_3 .content__wrapper {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .customer-review-block.style_3 .review__item-content {
        max-width: 1040px;
    }

    .customer-review-block.style_3 .review__item-content .sub_heading {
        line-height: 42px !important;
        font-style: italic;
    }

    .customer-review-block.style_3 .review__item-content .name {
        margin-bottom: 0 !important;
    }

    .customer-review-block.style_3 .review__item-content .review__content_right {
        text-align: left;
        margin-left: 30px;
    }

    .customer-review-block.style_3 .customer-review-slide {
        padding-bottom: 55px !important;
    }
/* END: Style 3 */

/* Layout 3 */
.customer-review-block.style_3 .customer-review-slide.layout3 {
    padding-bottom: 62px !important;
    padding-top: 58px;
}

.customer-review-block.style_3 .customer-review-slide.layout3 .review__item-content {
    max-width: 1450px;
}

.customer-review-block.style_3 .customer-review-slide.layout3 .review__content_right {
    margin-left: 100px;
    width: calc(100% - 500px);
}

.customer-review-block.style_3 .customer-review-slide.layout3 .slick-dots {
    display: none !important;
}

.customer-review-slide.layout3 .customer-review__content{
    line-height: 1.55;
    letter-spacing: -.03em;
    font-weight: 250;
    font-style: italic;
}

.customer-review-slide.layout3 .review__item-content .name {
    position: relative;
    padding-left: 50px;
    font-weight: var(--font-weight-normal);
}

.customer-review-slide.layout3 .review__item-content .name:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 31px;
    height: 1px;
}

.customer-review-slide.layout3 .star-reviews .star--icon+.star--icon {
    margin-left: 3px;
}

.customer-review-slide.layout3 .slick-arrow {
    width: calc(var(--arrow-width) + 12px);
    height: calc(var(--arrow-height) - 2px);
    padding: 0;
}

.customer-review-slide.layout3 .slick-arrow svg {
    width: calc(var(--arrow-size-icon) + 36px);
    height: calc(var(--arrow-size-icon) + 36px);
}

.customer-review--center .customer-review__item.animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * .1s);
}

.review__item-image img {
    pointer-events: none;
}

.review__item-content .name {
    font-weight: var(--font-weight-semibold);
}

@media (max-width: 1440px) {
    .review__item-content.maw-780 {max-width: 565px}
}

@media (max-width: 1200px) {
    .customer-review-block.style_3 .customer-review-slide.layout3 .content__wrapper {
        justify-content: space-between;
    }

    .customer-review-block.style_3 .customer-review-slide.layout3 .review__content_right {
        margin-left: 50px;
    }
}

@media (max-width: 1024px) {
    /* Start: Style 2 */
        .customer-review-block.style_2 .customer-review-block-wrapper .customer-review__right {
            padding-left: 15px;
        }
    /* END: Style 2 */
    .customer-review-block.style_3 .customer-review-slide.layout3 .content__wrapper {
        flex-direction: column;
    }

    .customer-review-block.style_3 .customer-review-slide.layout3 .review__content_right {
        margin-left: 0;
        width: 100%;
    }

    .customer-review-block.style_3 .customer-review-slide.layout3 .slick-dots {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .customer-review__item .review_flex {
        display: block;
    }

    .customer-review__item .review_flex > div {
        width: 100%;
    }
    
    .customer-review__item .review_flex > div + div {
        margin-top: 25px;
    }
    /* Start: Style 2 */
        .customer-review-block.style_2 .customer-review-block-wrapper .customer-review-slide  {
            --count: 2 !important;
        }
    /* End: Style 2 */
    .customer-review-block .halo-block-header .title {
        margin-bottom: var(--margin-bottom-title-mb)
    }
}

@media (max-width: 551px) {
    /* Start: Style 2 */
        .customer-review-block.style_2 .customer-review-block-wrapper .customer-review__right {
            padding-left: 10px;
        }
    /* END: Style 2 */

    .customer-review-block.style_3 .review__item-content .sub_heading {
        line-height: 28px!important;
        padding-left: 15px;
        padding-right: 15px;
        font-size: var(--font-body-size) !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .customer-review-block.style_2.enable_heading_style_2 .customer-review-block-wrapper .customer-review-slide .halo-item {
        width: 33.333333%;
        flex: 0 0 33.333333%;
    }
}

@media (min-width: 1025px) {
    .customer-review-block.style_2.enable_heading_style_2 .customer-review-block-wrapper .customer-review-slide .halo-item {
        padding-left: 10px;
        padding-right: 10px;
    }
    .customer-review-block.style_2.enable_heading_style_2 .customer-review-block-wrapper .customer-review-slide {
        margin-left: -10px;
    }
}

@media (min-width: 1200px) {
    /* Start: Style 2 */
        .customer-review-block.style_2 .customer-review-block-wrapper .customer-review__right {
            overflow-x: hidden;
            overflow-y: hidden;
            scrollbar-gutter: stable;
        }

        .customer-review-block.style_2 .customer-review-block-wrapper .customer-review__right:hover {
            cursor: grab;
        }

        .customer-review-block.style_2:hover .customer-review-block-wrapper .customer-review__right,
        .customer-review-block.style_2:focus .customer-review-block-wrapper .customer-review__right {
            overflow-x: auto;
        }

        .customer-review-block.style_2:hover .customer-review-block-wrapper {
            margin-bottom: calc(-1 * var(--scrollbar-width));
        }

        .customer-review-block.style_2:hover .customer-review-block-wrapper .customer-review__left {
            padding-bottom: var(--scrollbar-width);
        }

        .customer-review-block.style_2 .customer-review-block-wrapper .customer-review-slide {
            margin-left: -15px;
        }

        .customer-review-block.style_2 .customer-review-block-wrapper .customer-review-slide.layout3.column-1 {
            margin-left: 0;
        }

        .customer-review-block.style_2 .customer-review-block-wrapper {
            display: flex;
            align-items: center;
        }

        .customer-review-block.style_2 .customer-review-block-wrapper .customer-review__left {
            width: 25%;
        }

        .customer-review-block.style_2 .customer-review-block-wrapper product-scroller {
            width: 75%;
        }

        .customer-review-block.style_2 .customer-review-block-wrapper .customer-review__left .halo-block-header {
            text-align: left !important;
        }

        .customer-review-block.style_2.enable_heading_style_2 .customer-review-block-wrapper {
            display: block;
        }

        .customer-review-block.style_2.enable_heading_style_2 .customer-review-block-wrapper .customer-review__left {
            width: 100%;
        }

        .customer-review-block.style_2.enable_heading_style_2 .customer-review-block-wrapper .customer-review__left .halo-block-header.text-center {
            text-align: center !important;
            margin-bottom: 39px;
        }

        .customer-review-block.style_2.enable_heading_style_2 .customer-review-block-wrapper .customer-review__left .halo-block-header.text-left {
            text-align: left !important;
        }

        .customer-review-block.style_2.enable_heading_style_2 .customer-review-block-wrapper .customer-review__left .halo-block-header.text-right {
            text-align: right !important;
        }

        .customer-review-block.style_2.enable_heading_style_2:hover .customer-review-block-wrapper .customer-review__left {
            padding-bottom: 0;
        }
    /* END: Style 2 */
}
/* Read Story Button Styles */
.section-block-{{section.id}} .review-button-wrapper {
    margin-top: 20px;
    text-align: center;
}
.section-block-{{section.id}} .review-read-story-btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #F9F7F3;
    color: #7A8B6F;
    text-decoration: none;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 1px solid #7A8B6F;
}
.section-block-{{section.id}} .review-read-story-btn:hover {
    background-color: #7A8B6F;
    color: #F9F7F3;
    border: 1px solid #7A8B6F;
    text-decoration: none;
}
@media (max-width: 767px) {
    .section-block-{{section.id}} .review-button-wrapper {
        margin-top: 15px;
    }
    .section-block-{{section.id}} .review-read-story-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}