/** Shopify CDN: Minification failed

Line 140:12 Expected ":"

**/

/*engati custom modals code css properties starts from here*/
.engt_modal_popup_root {
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    width: 475px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 32px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius:8px;
    background-color: rgb(255, 255, 255);
}
@media (max-width: 600px) {
    .engt_modal_popup_root {
        width: 90%; 
        max-width: none; 
        padding-left: 8px; 
        padding-right: 8px; 
        padding-bottom: 16px;
    }
}
.engt_modal_heading_1 {
    color: #1990c6;
    margin-top: 0px;
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 16px;
}
.engt_modal_heading_2 {
    margin-top: 0px;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}
.engt_modal_heading_2_subscribe {
    margin-top: 0px;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px;
}
.engt_form_container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.engt_form {
    border-radius: 10px;
    width: 80%;
    font-family: var(--font-body-family);
}
.engt_label {
    display: block;
    margin-bottom: 10px;
    font-family: var(--font-body-family);
}
.engt_input {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #e8e6e7;
    border-radius: 8px;
    margin-bottom: 20px;
    font-family: var(--font-body-family);
}
.engt_modal_coupon_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}
.engt_modal_coupon_heading {
    margin-top: 3px;
    margin-bottom: 0px;
}
.engt_modal_coupon_text {
    background-color: rgba(var(--color-button,0,0,0), 0.1);
    border-radius: 8px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 700;
    height: fit-content;
    color: rgba(var(--color-foreground,0,0,0), 0.85);
    border: 1px dashed;
}
.engt_checkout_btn_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.engt_center_all {
    display: flex;
    align-items: center;
    justify-content: center;
}
.engt_modal_close-btn {
    font-size: 24px;
    cursor: pointer;
    color: rgb(var(--color-button,0,0,0));
    font-weight: bolder;
    display: flex;
    flex-direction: row;
    justify-content: end;
    height: 35px;
}
#engt_submit-btn-form {
    display: block;
    background-color: #1990c6;
    color: rgb(255, 255, 255);
    border: 2px solid;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.engt_modal_popup_overlay {
    display: block;
    z-index: 1000000;
    background-color: rgba(0, 0, 0, 0.65);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    overflow = "hidden";     
}
#engt_email {
    display: block;
}
#engt_phone {
    display: block;
}
/*engati custom modals code css properties ends from here*/