/** Shopify CDN: Minification failed

Line 133:0 Unexpected "}"

**/
.byob-section{
    padding:70px 0 220px;
    background:#fff;
}
.byob-header{
    text-align:center;
    margin-bottom:35px;
}
.byob-header h2{
    font-size:42px;
    margin:0;
    color:#5c5143;
}

.byob-header p{
    margin-top:12px;
    color:#777;
    font-size:17px;
}



.byob-card{

    border:1px solid #ececec;
    border-radius:18px;
    overflow:hidden;

    background:#fff;

    transition:.35s;

}

.byob-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.byob-image{

    aspect-ratio:1;

    overflow:hidden;

}

.byob-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.4s;

}

.byob-card:hover img{

    transform:scale(1.06);

}

.byob-content{
    padding:18px 6px 0;
}

.byob-content h3{
    font-size:17px;
    line-height:1.5;
    color:#5c5143;
    margin-bottom:10px;
    min-height:52px;
}

.byob-price{

    font-size:20px;

    font-weight:700;

    color:#5c5143;

    margin-bottom:18px;

}

.byob-btn{

    width:100%;

    height:52px;

    border:none;

    border-radius:10px;

    background:#f7c7c7;

    color:#5c5143;

    font-weight:700;

    cursor:pointer;

    transition:.3s;

}

.byob-btn:hover{

    background:#5c5143;

    color:white;

}

@media(max-width:1200px){


}

}

@media(max-width:900px){


}

@media(max-width:600px){


.byob-header h2{

font-size:30px;

}

}
.byob-footer{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    background:#ffffff;
    border-top:1px solid #ececec;
    box-shadow:0 -8px 30px rgba(0,0,0,0.08);
    z-index:999;
    padding:20px 0;
}

.byob-footer-inner{
    max-width:900px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.byob-progress{
    width:100%;
    margin-bottom:22px;
}

.byob-progress-bar{
    width:100%;
    height:10px;

    background:#eee;

    border-radius:20px;

    overflow:hidden;

    margin-top:10px;

}

.byob-progress-fill{

    width:0;

    height:100%;

    background:#f7c7c7;

    transition:.3s;

}

.byob-selected-products{

    display:flex;

    gap:15px;

    margin-bottom:20px;

}
.byob-summary{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:22px;
}

.bundle-price-block{
    display:flex;
    flex-direction:column;
}

.bundle-label{
    font-size:13px;
    color:#888;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.bundle-price{
    font-size:30px;
    font-weight:700;
    color:#5c5143;
}

.bundle-status{
    font-size:16px;
    font-weight:600;
    color:#5c5143;
}

.byob-slot{

    width:70px;

    height:70px;

    border:2px dashed #ddd;

    border-radius:12px;

}

.byob-cart-btn{

    width:100%;

    height:56px;

    border:none;

    border-radius:12px;

    background:#f7c7c7;

    color:#5c5143;

    font-size:18px;

    font-weight:700;

    cursor:not-allowed;

    opacity:.5;

}

.byob-cart-btn.active{

    opacity:1;

    cursor:pointer;

}

/* ==========================
   Bundle Thumbnail
========================== */

.byob-slot{
    position: relative;
    overflow: visible;
}

.byob-thumb-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.byob-thumb{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.byob-remove-thumb{

    position:absolute;

    top:4px;
    right:4px;

    width:20px;
    height:20px;

    border:none;
    border-radius:50%;

    background:rgba(0,0,0,.75);
    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:14px;
    font-weight:bold;

    cursor:pointer;

    z-index:99999;

    padding:0;
}


.byob-remove-thumb:hover{
    transform: scale(1.1);
}
.byob-thumb-wrapper{

    position:relative;
    width:100%;
    height:100%;

    border-radius:12px;

    overflow:hidden;
}
.byob-row{
    margin-left:-18px;
    margin-right:-18px;
}

.byob-product{
    padding-left:18px;
    padding-right:18px;
    margin-bottom:60px;
}