/** Shopify CDN: Minification failed

Line 182:0 Expected "}" to go with "{"

**/
.customer-review-main {
    overflow: hidden;
   
    margin-top: 15px;
  
}
.customer-review-col {
    border: 1px solid #000000;
    background: #FFFBFD;
    border-radius: 10px;
    overflow: hidden;
}
.customer-review-image {
    margin: -1px -1px 0 -1px;
}
.customer-review-title {
    display: flex;
    border-bottom: 1px solid #000000;
    padding: 11px 19px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    
}
.customer-review-text {
    padding: 17px 19px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
   
    color: #1c1b20;
}
.customer-review-meta {
    padding: 6px 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000000;
}
.customer-review-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #1C1B20;
}
.customer-review-stars {
    display: flex;
}
.customer-review-before-after {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #000000;
}
.customer-review-before, .customer-review-after {
    width: calc(50% - 5px);
    position: relative;
    display: flex;
    overflow: hidden;
}
.customer-review-before img, .customer-review-after img {
    aspect-ratio: 181/289;
    object-fit: cover;
}
.customer-review-before-text, .customer-review-after-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    background: #FFE6EA;
    padding: 5px 10px;
}
.customer-review-slider .swiper-slide {
    height: auto;
}
.customer-review-main .section-header {
    margin-bottom: 27px;
}






@media screen and (max-width:1149px) {

}

@media screen and (max-width:999px) { 

    .customer-review-title {
        font-size: 14px;
        line-height: 16.03px;
        padding: 10px 16px;
    }
    .customer-review-text {
        padding: 22px 16px;
        font-size: 12px;
        line-height: 15.94px;
    }

}

@media screen and (max-width:499px) {
    .after-before-slider+.button {
        margin-top: 21px;
    }
    .customer-review-name {
            font-size: 14px;
            line-height: 20px;
    }
    .customer-review-before-text, .customer-review-after-text {
        font-size: 16px;
        line-height: 20px
    }
    .customer-review-text {
        font-size: 14px !important;
        line-height: 20px;
    }
}





.section-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 50px;
}
.header-subtext {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
}
.section-header h2 {
    font-family: sans-serif;;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.005em;
.section-header:has(.section-header-inr) {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 27px;
}
.section-header-inr {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    gap: 5px;
}
.section-header .button {
    white-space: nowrap;
}
.section-header h2 strong {
    color: #FF7285 !important
    font-weight: inherit !important;

}
