Click on your preferences:
Boutique hotels with sauna's at kfar vradim
Not just it ! We have more places that match your search preferences:
We stayed here:The suite is luxurious and designed, suitable for couples only
Available Options
Available Options
בלאק דיימונד סוויטה
Starting from
₪1,350 Per night
- 50 M²
- 1 Bedrooms
- Up to 2 Guests
- Deluxe B&B vacation rentals with only one unit in the building
- Deluxe B&B vacation rentals with a private, heated pool
- Deluxe B&B vacation rentals with a sauna
Full Info
לחצו כאן
Guests share their experiences:
The unit is fully equipped, the suite is stunning and apparently if there was a housing unit for rent I would grab it. It is evident that thought has been put into the small details, and it is also evident that the reviews affect the lovely hosts and they take them to heart. There is a huge TV both in the living room and in the bedroom, we received beers, wine, fruit, milk, coffee and chocolates at the expense of the house. It was a stunning and too short vacation, I would have gladly stayed a few more days
...
termination + unwanted HTML escaping.
window.ecommData = [{"item_id":18586,"item_name":"Black Diamond","item_category":"סוויטה","item_category2":"Western Galilee","item_category3":"Kfar Varedim","item_variant":"2 guests","price":1350,"quantity":1,"currency":"ILS","_clickValue":1.8}];
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_30202',
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_30202',
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);
});
});