.elementor-5377 .elementor-element.elementor-element-76fbf44{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5377 .elementor-element.elementor-element-5887cc8 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}#elementor-popup-modal-5377 .dialog-widget-content{animation-duration:0.8s;background-color:#F3F3F3;box-shadow:2px 8px 23px 3px rgba(0, 0, 0, 0.1);}#elementor-popup-modal-5377{background-color:rgba(32, 32, 32, 0.53);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-5377 .dialog-message{width:650px;height:auto;}@media(max-width:767px){#elementor-popup-modal-5377 .dialog-message{width:325px;}}@media(min-width:768px){.elementor-5377 .elementor-element.elementor-element-76fbf44{--content-width:500px;}}/* Start custom CSS for html, class: .elementor-element-5887cc8 *//* Christmas Marketing Popup Content */
.christmas-popup {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    background: #fff;
    padding: 32px;
    position: relative;
    overflow: hidden;
    max-width: 480px;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

/* Elementor popup overrides */
.elementor-popup-modal .dialog-message {
    overflow: visible !important;
    max-height: none !important;
    padding: 0 !important;
}

.elementor-popup-modal .dialog-widget-content {
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
}

.elementor-popup-modal .elementor-widget-container {
    background: transparent !important;
}

.elementor-popup-modal .e-con-inner,
.elementor-popup-modal .e-con {
    background: transparent !important;
    padding: 0 !important;
}

.christmas-popup::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1A3C34 0%, #D97D79 50%, #1A3C34 100%);
}

.popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #E8E4E0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #7A7A7A;
    transition: all 0.2s ease;
    z-index: 10;
    line-height: 1;
    padding: 0;
}

.popup-close:hover {
    background: #D97D79;
    border-color: #D97D79;
    color: #fff;
}

.popup-header {
    text-align: center;
    margin-bottom: 24px;
}

.popup-badge {
    display: inline-block;
    background: #D97D79;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.popup-title {
    color: #1A3C34;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.popup-subtitle {
    color: #7A7A7A;
    font-size: 15px;
    margin: 0;
    line-height: 1.5;
}

.popup-products {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.popup-product {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    text-decoration: none;
    border: 1px solid #E8E4E0;
    transition: all 0.3s ease;
}

.popup-product:hover {
    border-color: #D97D79;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(217, 125, 121, 0.15);
}

.popup-product-image {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.popup-product-info {
    flex: 1;
    min-width: 0;
}

.popup-product-name {
    color: #1A3C34;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 4px 0;
}

.popup-product-desc {
    color: #7A7A7A;
    font-size: 13px;
    margin: 0;
}

.popup-product-arrow {
    color: #D97D79;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.popup-product:hover .popup-product-arrow {
    transform: translateX(4px);
}

.popup-cta {
    display: block;
    width: 100%;
    background: #1A3C34;
    color: #fff;
    text-align: center;
    padding: 14px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}

.popup-cta:hover {
    background: #D97D79;
}

.popup-footer {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 0;
    color: #9A9A9A;
    font-size: 12px;
}

.popup-decor {
    position: absolute;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(217, 125, 121, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.popup-decor-1 {
    top: -40px;
    right: -40px;
}

.popup-decor-2 {
    bottom: -40px;
    left: -40px;
}

/* Tablet */
@media (max-width: 768px) {
    .christmas-popup {
        padding: 28px 24px;
    }

    .popup-title {
        font-size: 24px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .christmas-popup {
        padding: 24px 20px;
    }

    .popup-close {
        top: 12px;
        right: 12px;
        width: 28px;
        height: 28px;
        font-size: 18px;
    }

    .popup-header {
        margin-bottom: 20px;
    }

    .popup-badge {
        font-size: 10px;
        padding: 5px 12px;
    }

    .popup-title {
        font-size: 22px;
    }

    .popup-subtitle {
        font-size: 14px;
    }

    .popup-products {
        gap: 10px;
        margin-bottom: 20px;
    }

    .popup-product {
        padding: 10px;
        gap: 12px;
    }

    .popup-product-image {
        width: 52px;
        height: 52px;
    }

    .popup-product-name {
        font-size: 14px;
    }

    .popup-product-desc {
        font-size: 12px;
    }

    .popup-cta {
        padding: 12px 20px;
        font-size: 14px;
    }
}


#elementor-popup-modal-5377 {
    background-color: rgb(0 0 0 / 86%);}/* End custom CSS */