.elementor-3269 .elementor-element.elementor-element-45a6239{--display:flex;}.elementor-widget-jet-ajax-search .jet-search-title-fields__item-label{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-ajax-search .jet-search-title-fields__item-value{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-ajax-search .jet-search-content-fields__item-label{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-ajax-search .jet-search-content-fields__item-value{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3269 .elementor-element.elementor-element-4b5e34b .jet-ajax-search__results-slide{overflow-y:auto;max-height:500px;}.elementor-3269 .elementor-element.elementor-element-4b5e34b .jet-ajax-search__source-results-item_icon svg{width:24px;}.elementor-3269 .elementor-element.elementor-element-4b5e34b .jet-ajax-search__source-results-item_icon{font-size:24px;}.elementor-3269 .elementor-element.elementor-element-4b5e34b .jet-ajax-search__results-area{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-3269 .elementor-element.elementor-element-4b5e34b .jet-ajax-search__message{color:var( --e-global-color-secondary );}#elementor-popup-modal-3269{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-3269 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-3269 .dialog-close-button{display:flex;}#elementor-popup-modal-3269 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){#elementor-popup-modal-3269 .dialog-message{width:320px;}}/* Start custom CSS for jet-ajax-search, class: .elementor-element-4b5e34b *//* פותח את הפופ-אפ כאשר השדה במצב פעיל */
.popup-search-container:has(input:focus),
.popup-search-container:has(.jet-search__input:focus) {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

/* הופך את תיבת התוצאות לגלויה בתוך הפופ-אפ */
.popup-search-container .jet-search-results {
    display: block !important;
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    z-index: 9999;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* מבטיח שהפופ-אפ יישאר פתוח כשהמשתמש מקליד */
.popup-search-container:has(.jet-search__input:not(:placeholder-shown)) {
    display: block !important;
    opacity: 1;
    visibility: visible;
}/* End custom CSS */