/** Shopify CDN: Minification failed

Line 32:0 Unexpected "}"

**/
.drawer__content{
    min-width: 25% !important;
    z-index: 99999999999 !important;
}

.drawer--visible .drawer__underlay .drawer__underlay__fill, .drawer__underlay.underlay--visible .drawer__underlay__fill{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0.59) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat !important;
}

.pm-top{
    display: flex;
    height: 40px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #C2A56B;
}

.pm-flexin{
  display: flex;
    align-items: flex-start !important;
    flex-direction: column;
    gap: 10px;
}
}

.pm-top span{
    color: #000;
    text-align: center;
    font-family: "Crimson Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 111.166%; /* 13.34px */
    text-transform: uppercase;
}

.cart_drawer_subtotal{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.cart__footer__label{
    color: #201E1E;
    font-family: "Crimson Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 123%; /* 24.6px */
}

.cart__footer__value{
    color: #000;
    font-family: "Crimson Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    }

    .pm-payment{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 20px;


    }

    .pm-checkout{
        display: flex;
        justify-content: center;
        align-items: center;
        background: #000;
        gap: 10px;
        color: #FFF;
        font-family: "Crimson Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        align-self: stretch;
        min-width: 70%;
        min-height: 50px;
        margin-bottom: 20px;
    }

   html .pm-checkout span{
        display: block !important;
    }

    .pm-flex{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }


    #drawer-disable{
        display: none !important;
    }

    .gb-ship-container{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .gb-ship{
        display: flex;
        padding: 8px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 8px;
        max-width: 90%;
        align-self: stretch;
        background: #FFF;       
        margin-bottom: 25px;
        max-height: 29px;
    }

    .gb-ship p{
        margin: 0;  
        color: #2E3237;
        font-family: "Crimson Pro";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .thrity-day{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
        width: 100%;
    }

    .product-box{
        display: flex;
        padding: 8px;
        align-items: center;
        gap: 12px;
        align-self: stretch;
        border: 1px solid #DFDFDF;
        max-width: 80%;
    }

    .upsell-cont{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
        width: 100%;
    }

    .pm-product-image img{
        min-width: 97px;
        max-width: 97px;
        min-height: 101px;
        max-height: 101px;
    }

    .pm-product-title{
        color: #000;
        font-family: "Crimson Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 0;
    }

    .pm-add-to-cart-form{
        margin-bottom: 0px;
    }

    .upsell-top{
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        gap: 10px;
        margin-bottom: 20px;
        width: 100%;
    }

    .no-margin{
        margin-top: 0 !important;
    }

    .pm-product-details{
        display: flex;
        height: 102px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        flex: 1 0 0;
    }

    .pm-add-to-cart-button{
        display: flex;
        width: 129px;
        padding: 8px 24px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background: #000;
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }

    /* .cart__remove__icon{
        display: none;
    } */

    .pm-upsell-title{
        color: #000;
        text-align: center;
        font-family: "Crimson Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 0;
    }

    .pm-product-price{
        color: #5A5A5A;
        font-family: "Crimson Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }