.elementor-2140 .elementor-element.elementor-element-35faaac{--display:flex;}.mfp-wrap.wd-mfp-popup-wrap-2140 .wd-popup{background-color:#02010100;}.mfp-bg.wd-mfp-popup-bg-2140{background-color:#28190F8C;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);}@media(max-width:768px){.elementor-2140 .elementor-element.elementor-element-35faaac{--content-width:100%;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.mfp-wrap.wd-mfp-popup-wrap-2140{--wd-popup-width:380px;--wd-justify-content:center;}}/* Start custom CSS for html, class: .elementor-element-f21df12 *//* ================================
   MIM BALE CHANNEL POPUP
   ================================ */

.mim-bale-popup {
    position: relative;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    padding: 58px 25px 25px;
    background: #FFF9EF;
    border: 2px solid #AB6A37;
    border-radius: 30px;
    box-sizing: border-box;
    text-align: center;
    direction: rtl;
    overflow: visible;
    box-shadow: 0 20px 55px rgba(80, 45, 20, 0.20);
}


/* ================================
   TOP DECORATION
   ================================ */

.mim-popup-decoration {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 55px;
    pointer-events: none;
}

.mim-moon {
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #F8D76A;
    color: #AB6A37;
    font-size: 38px;
    line-height: 59px;
    z-index: 2;
    border: 5px solid #FFF9EF;
    box-shadow: 0 8px 20px rgba(171, 106, 55, 0.12);
}

.mim-star,
.mim-heart {
    position: absolute;
    color: #D8A447;
    font-size: 24px;
    line-height: 1;
}

.mim-star-1 {
    left: 5px;
    top: 22px;
}

.mim-star-2 {
    right: 5px;
    top: 15px;
    font-size: 18px;
}

.mim-heart {
    right: 22px;
    top: 43px;
    font-size: 22px;
}


/* ================================
   BRAND BADGE
   ================================ */

.mim-popup-badge {
    display: inline-block;
    position: relative;
    margin-bottom: 17px;
    padding: 8px 23px;
    background: #AB6A37;
    color: #FFF9EF;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    box-shadow: 0 7px 18px rgba(171, 106, 55, 0.18);
}


/* ================================
   CONTENT
   ================================ */

.mim-popup-content h2 {
    margin: 0 0 12px;
    color: #704321;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.65;
}


/* Divider */

.mim-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 3px 0 13px;
    color: #E6B94F;
    font-size: 15px;
}

.mim-divider::before,
.mim-divider::after {
    content: "";
    display: block;
    width: 55px;
    height: 1px;
    background: #E9D6B8;
}


/* Description */

.mim-popup-content p {
    margin: 0 auto 20px;
    max-width: 310px;
    color: #765F4C;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.85;
}


/* ================================
   MAIN BALE BUTTON
   ================================ */

.mim-bale-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 11px 18px;
    box-sizing: border-box;
    background: #AB6A37;
    color: #FFFFFF !important;
    border: 0;
    border-radius: 17px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.25s ease;
    box-shadow: 0 8px 18px rgba(171, 106, 55, 0.20);
}

.mim-bale-button:hover {
    background: #8F5429;
    color: #FFFFFF !important;
    transform: translateY(-2px);
}


/* ================================
   CLOSE BUTTON
   ================================ */

.mim-popup-close {
    position: absolute;
    top: -15px;
    right: -8px;
    z-index: 10;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 2px solid #AB6A37;
    border-radius: 50%;
    background: #FFF9EF;
    color: #AB6A37;
    font-family: Arial, sans-serif;
    font-size: 27px;
    font-weight: 300;
    line-height: 32px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(80, 45, 20, 0.12);
}


/* ================================
   SMALL PHONES
   ================================ */

@media (max-width: 380px) {

    .mim-bale-popup {
        max-width: calc(100vw - 28px);
        padding: 54px 20px 20px;
        border-radius: 26px;
    }

    .mim-popup-badge {
        margin-bottom: 14px;
        padding: 7px 20px;
        font-size: 15px;
    }

    .mim-popup-content h2 {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 1.6;
    }

    .mim-divider {
        margin: 2px 0 11px;
    }

    .mim-popup-content p {
        margin-bottom: 17px;
        font-size: 14px;
        line-height: 1.8;
    }

    .mim-bale-button {
        min-height: 51px;
        font-size: 15px;
    }

    .mim-popup-close {
        top: -12px;
        left: -6px;
        width: 35px;
        height: 35px;
        font-size: 25px;
        line-height: 29px;
    }
}/* End custom CSS */