/** Shopify CDN: Minification failed

Line 10:7 Expected ":"

**/
.haute-coll-img img{
    width: 100%;
    height: auto;
    display: block;
    max=width: 100%;
}
.haute-jewelry-coll{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}
.haute-jewelry-coll .haute-coll-img , .haute-jewelry-coll .haute-coll-text {
    width: 50%;
} 
@media screen and (min-width: 750px) {
/* Every even item */
.haute-jewelry-coll:nth-child(even) {
  flex-direction: row-reverse;
}
}
@media screen and (max-width: 749px) {
.haute-jewelry-coll {
    flex-direction: column;
    gap: 15px
}
.haute-container{
max-width: calc(100% - 60px);
        padding: 15px 12px 41px;
        margin-top: 73px;
}
.haute-jewelry-coll .haute-coll-img , .haute-jewelry-coll .haute-coll-text {
    width: 100%;
} 
.haute-text p{
    font-size: 20px;
}
.haute-coll-text p{
    font-size: 20px;
}
}
.haute-container{
background: #fff;
    max-width: 1175px;
    padding: 0px 40.5px 77px;
    margin: 60px auto 0;
}


.haute-coll-text h2{
    font-size: 42px;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: -.42px;
    padding-right: 22px;
    margin-bottom: 0;
}
.haute-coll-text p{
    font-size: 25px
}
.haute-text p{
       font-size: 23px;
    font-weight: 500;
    letter-spacing: normal;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
}