/** Shopify CDN: Minification failed

Line 158:40 Expected "}" to go with "{"

**/
.howitworks-luxury{
    background:#faf9f7;
    padding:40px 20px 60px;
    border-top:1px solid #ece7df;
}

.howitworks-container{
    max-width:1200px;
    margin:0 auto;
}

.howitworks-title{
    text-align:center;
    
    font-size:34px;
    color:#222;
    margin:0 0 50px;
    font-weight:600;
    letter-spacing:.5px;
    text-transform:uppercase;
}

.howitworks-steps{
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}
.howitworks-steps p {margin: 0;}
.howitworks-steps:before{
    content:'';
    position:absolute;
    left:8%;
    right:8%;
    top:33px;
    height:1px;
    background:#ddd6cb;
    z-index:1;
}

.how-step{
    width:15%;
    text-align:center;
    position:relative;
    z-index:2;
}

.how-icon{
    width:86px;
    height:86px;
    margin:0 auto 15px;
    border:1px solid #d8bf8c;
    border-radius:50%;
    background:#faf9f7;
    display:flex;
    align-items:center;
    justify-content:center;
    padding: 15px;
}

.how-icon svg{
    width:34px;
    height:34px;
    stroke:#c79b3b;
    fill:none;
    stroke-width:1.7;
}

.how-number{
    
    color:#c79b3b;
    font-size:20px;
    line-height:1;
    margin-bottom:8px;
}

.how-label{
    
    font-size:18px;
    color:#222;
    text-transform:uppercase;
    line-height:1.35;
    letter-spacing:.4px;
    font-weight: 700;
}

@media(max-width:768px){

    .howitworks-steps{
        display:flex;
        flex-direction:column;
        gap:25px;
        padding-left:10px;
    }

    .howitworks-steps:before{
        display:none;
    }

    .how-step{
        width:100%;
        display:flex;
        align-items:center;
        gap:38px;
        position:relative;
    }

    .how-step:not(:last-child)::after{
        content:'';
        position:absolute;
        left:32px;
        top:64px;
        width:1px;
        height:42px;
        background:#d8bf8c;
        z-index:1;
    }

    .how-icon{
        width:74px;
        height:74px;
        margin:0;
        flex-shrink:0;
        background:#faf9f7;
        border:1px solid #d8bf8c;
        border-radius:50%;
        display:flex;
        align-items:center;
        justify-content:center;
        position:relative;
        z-index:2;
    }

    .how-content{
        text-align:left;
        width: 60%;
    }

    .how-number{
        font-size:24px;
        margin-bottom:6px;
    }

    .how-label{
        font-size:15px;
        line-height:1.4;
        letter-spacing:0;
    }

    .how-label br{
        display:none;
    }
    .howitworks-title {font-size: 24px;}