/** Shopify CDN: Minification failed

Line 49:1 Expected "}" to go with "{"

**/
.cstm-list-collections{
    .banner__box{
        padding: 2rem 3.5rem 0 !important;
    }
    @media (max-width: 749px){
        .banner__content{
        position: absolute;
        height: 100%
    }
    }
    /* .cstm-card-product-description{
        display: none;
    }
} */

.cstm-collection{
    .cstm-collection-section{
        padding-top: 30px;
        padding-bottom: 30px;
        
        .product-grid{
            justify-content: center;
            
            @media (max-width: 989px){
                justify-content: start;
            }
                .banner__box{
                    padding: 2rem 3.5rem 0 !important;
                }
        }
    }
    .hair-concern-wrapper{
        padding-top: 50px;
    }
    @media (max-width: 749px){
        .banner__content{
        position: absolute;
        height: 100%
    }
    }
    .cstm-card-product-description{
        display: none;
    }
}