/** Shopify CDN: Minification failed

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

**/
.collection-banner {
    padding: 500px 0 116px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.collection-banner .bottom-content {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.collection-banner .left-side h2 {
    color: #FFF;
    font-family: Montreal-Serial, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 5;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 20px 0;
    width: 55%;
}


.collection-banner .left-side p {
    color: #FFF;
    font-family: 'Calibre', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.collection-banner .right-side {
    display: flex;
    align-items: center;
    justify-content: center;
}

.collection-banner .right-side .img-box {
    padding: 0 22.29px;

}

.collection-banner .right-side .img-box:first-child {
    border-right: 1px solid #fff;
}

.collection-banner .right-side img{
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .collection-banner {
        padding: 400px 0 50px 0;
    }

    .collection-banner .bottom-content {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 19px;
    }

    .collection-banner .left-side h2 {
        font-family: 'Calibre', sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 116%;
        width: fit-content;
        text-align: center;
        padding: 0 0 9px 0;
        text-transform: capitalize;
        width: 75%;
        margin: auto;
    }
 
    .collection-banner .left-side h2 span{
        font-weight: 600;
    }

    .collection-banner .left-side p{
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal; 
        font-weight: 400;
        line-height: 137%;
    }

    .collection-banner .left-side{
        order: 1;
    }

    .collection-banner .right-side{
        order: 0;
    }

    

}

@media only screen and (max-width: 767px) {
    .collection-banner .left-side h2 {
    font-size: 20px;
    }
