וילות נופש ליד הים בעמוקה: ההמלצות שלנו לשנת 2026
מקומות עם התאמה חלקית למה שחיפשתם הממוקמים בישוב/אזור המבוקש
ביקרנו פה:וילה ויו כוללת וילה כפרית ובקתה נפרדת לזוג, מול נוף עוצר נשימה
במתחם האפשרויות הבאות:
במתחם האפשרויות הבאות:
הוילה
- 160 מ"ר
- 3 ח' שינה
- עד 6 אורחים
- נוף פנורמי מרהיב
- אווירה רומנטית נעימה
- מתאים לזוגות חברים
- מתאים לאירועים מיוחדים
- קמין / אח ביחידה
מה יש במתחם הנופש?
לחצו כאן
אורחים משתפים בחוויה:
יחס ממש מדהים של דורית המדהימה, נהנהו מאוד מהפרטיות והשטק, מקום שמרגיש כאילו טסנו ליערות הקסומים של אוסטריה
...
termination + unwanted HTML escaping.
window.ecommData = [{"item_id":16683,"item_name":"וילה ויו","item_category":"וילה","item_category2":"גליל עליון","item_category3":"עמוקה","item_variant":"6 guests","price":2500,"quantity":1,"currency":"ILS","item_brand":"booking"}];
window.ecommSend = 0;
function ecomm_push_list(){
if (!window.eCommHandle)
return console.log('no ecomm handle');
if (!Array.isArray(window.ecommData))
return console.log('ecommData not an array', typeof window.ecommData);
window.ecommData.forEach((item, i) => item.index = i);
window.eCommHandle.push_event('view_item_list', {
item_list_id: 'clp_36709',
item_list_name: $('h1').text().trim(),
send_attempt: ++window.ecommSend,
items: window.ecommData
});
// Fire search event once per page load
if (!window._searchFired) {
window._searchFired = true;
window.eCommHandle.push_event('search', {
search_term: $('h1').text().trim(),
results_count: window.ecommData.length
});
}
}
function ecomm_push_select(id, unit){
if (!window.eCommHandle || !Array.isArray(window.ecommData))
return;
for (const item of window.ecommData) {
if (item.item_id == id){
let selected = $.extend({}, item, unit || {});
window.eCommHandle.push_event('select_item', {
item_list_id: 'clp_36709',
item_list_name: $('h1').text().trim(),
items: [selected]
});
break;
}
}
}
$(function(){
ecomm_push_list();
$('a.newres-item.main-link').add('.hapisga-newres a.roomName').on('click', function(){
let id = $(this).closest('.hapisga-newres').data('elemId');
ecomm_push_select(id);
});
});