/** Shopify CDN: Minification failed

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

**/
.natural-ingredients-section{
    background: #F4E6DF;
    padding-block: var(--padding-100);
}
.natural-ingredients-section .section-header{
    margin-bottom: 4rem;
}
.natural-ingredients-section .common-heading{
    margin-bottom: 0;
}
.ni-wrapper .ni-blocks {
    display: flex;
    flex-wrap: wrap;
    --count: 3;
    --col_gap: 2.4rem;
    column-gap: var(--col_gap);
    row-gap: 2.4rem;
}
.ni-blocks .ni-block-wrap {
    flex: 0 0 calc((100% - (var(--count) - 1) * var(--col_gap)) / var(--count));
    max-width: calc((100% - (var(--count) - 1) * var(--col_gap)) / var(--count));
    background: #fff;
    border: 1px solid #40002166;
    border-radius: 2.4rem;
    display: grid;
    grid-template-columns: auto clamp(5rem,4.211vw,8rem);
    gap: 2rem;
    padding: 3.2rem;
    align-items: center;
}
.ni-blocks .ni-block-wrap .ni-block-content{
    max-width: 27.8rem;
    width: 100%;
}
.ni-blocks .ni-block-wrap .ni-block-content br{
    display: none;
}
.ni-blocks .ni-block-wrap .ni-b-title {
    font-size: var(--fs-32);
    line-height: 1;
    margin-bottom: .7rem;
}
.ni-blocks .ni-block-wrap .ni-b-icon{
    width: clamp(5rem,4.211vw,8rem);
    height: clamp(5rem,4.211vw,8rem);
}
.ni-blocks .ni-block-wrap .ni-b-icon img{
    width: 100%;
    height: 100%;
}
.ni-blocks .ni-block-wrap .ni-block-content .ni-b-text {
    line-height: 1.5;
}


/***** 1600px_RESPONSIVE_START *****/
@media (max-width: 1600px){

    .ni-blocks .ni-block-wrap {
        padding: 2.5rem 1.5rem;
        border-radius: 1.6rem;
    }
    .ni-blocks .ni-block-wrap .ni-b-icon {
        width: clamp(3.5rem,4.211vw,8rem);
        height: clamp(3.5rem,4.211vw,8rem);
    }

}
/***** 1600px_RESPONSIVE_ENDS *****/








/***** 1440px_RESPONSIVE_START *****/
@media (max-width: 1440px){








}
/***** 1440px_RESPONSIVE_ENDS *****/








/***** 1280px_RESPONSIVE_START *****/
@media (max-width: 1280px){






}
/***** 1280px_RESPONSIVE_ENDS *****/








/***** 1024px_RESPONSIVE_START *****/
@media (max-width: 1024px){



    .ni-wrapper .ni-blocks {
        --count: 2;
        --col_gap: 1.5rem;
        row-gap: 2rem;
        justify-content: center;
    }


}
/***** 1024px_RESPONSIVE_ENDS *****/








/***** 989px_RESPONSIVE_START *****/
@media (max-width: 989px){






}
/***** 989px_RESPONSIVE_ENDS *****/








/***** 767px_RESPONSIVE_START *****/
@media (max-width: 767px){

    .ni-wrapper .ni-blocks {
        --count: 1;
    }
    .natural-ingredients-section .section-header {
        flex-direction: column;
        row-gap: 2.5rem;
        align-items: center;
        justify-content: center;
    }

/***** 767px_RESPONSIVE_ENDS *****/








/***** 576px_RESPONSIVE_START *****/
@media (max-width: 576px){






}
/***** 576px_RESPONSIVE_ENDS *****/








/***** 480px_RESPONSIVE_START *****/
@media (max-width: 480px){






}
/***** 480px_RESPONSIVE_ENDS *****/


