{"id":757,"date":"2019-12-12T13:37:36","date_gmt":"2019-12-12T13:37:36","guid":{"rendered":"http:\/\/www.pillowshotels.com\/maurits-development\/?page_id=757"},"modified":"2026-09-07T12:38:33","modified_gmt":"2026-09-07T12:38:33","slug":"rooms-suites","status":"publish","type":"page","link":"https:\/\/www.pillowshotels.com\/inter-scaldes\/rooms-suites\/","title":{"rendered":"Rooms"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"757\" class=\"elementor elementor-757\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t\t\t\t<section class=\"has_eae_slider elementor-section elementor-top-section elementor-element elementor-element-592e7a27 elementor-section-full_width elementor-section-height-min-height hero-image elementor-section-height-default elementor-section-items-middle\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"592e7a27\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"has_eae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3e44bbd4\" data-id=\"3e44bbd4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-49b895c6 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"49b895c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Suites of Inter Scaldes<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has_eae_slider elementor-section elementor-top-section elementor-element elementor-element-408ce383 booking-widget elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"408ce383\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"has_eae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-40ab8714\" data-id=\"40ab8714\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3bcac28f elementor-widget elementor-widget-shortcode\" data-id=\"3bcac28f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\">\t<script>\n\t\twindow.ohmMews = window.ohmMews || ( function () {\n\t\t\tvar SITE_CONFIG = \"23fbf8c8-a69c-4106-be52-b49400ee1a3e\";\n\t\t\tvar SITE_LANG   = \"en-US\";\n\n\t\t\tvar pools      = {};    \/\/ configId -> { instance, ready, queue: [] }\n\t\t\tvar sdkLoading = false;\n\t\t\tvar sdkQueue   = [];\n\n\t\t\t\/\/ Load distributor.min.js once; run every queued cb when Mews is ready.\n\t\t\tfunction loadSdk( cb ) {\n\t\t\t\tif ( typeof Mews !== 'undefined' ) { cb(); return; }\n\t\t\t\tsdkQueue.push( cb );\n\t\t\t\tif ( sdkLoading ) { return; }\n\t\t\t\tsdkLoading = true;\n\n\t\t\t\tif ( ! document.getElementById( 'mews-distributor-sdk' ) ) {\n\t\t\t\t\tvar s = document.createElement( 'script' );\n\t\t\t\t\ts.id  = 'mews-distributor-sdk';\n\t\t\t\t\ts.src = 'https:\/\/api.mews.com\/distributor\/distributor.min.js';\n\t\t\t\t\tdocument.head.appendChild( s );\n\t\t\t\t}\n\n\t\t\t\t( function poll() {\n\t\t\t\t\tif ( typeof Mews !== 'undefined' ) {\n\t\t\t\t\t\tvar q = sdkQueue; sdkQueue = [];\n\t\t\t\t\t\tq.forEach( function ( fn ) { fn(); } );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tsetTimeout( poll, 100 );\n\t\t\t\t\t}\n\t\t\t\t} )();\n\t\t\t}\n\n\t\t\t\/\/ Get (or lazily create) the one distributor for configId, then cb(d).\n\t\t\tfunction get( configId, cb ) {\n\t\t\t\tloadSdk( function () {\n\t\t\t\t\tvar pool = pools[ configId ];\n\t\t\t\t\tif ( ! pool ) {\n\t\t\t\t\t\tpool = pools[ configId ] = { instance: null, ready: false, queue: [] };\n\t\t\t\t\t\tMews.Distributor( { configurationIds: [ configId ] }, function ( d ) {\n\t\t\t\t\t\t\tif ( configId === SITE_CONFIG && SITE_LANG ) { d.setLanguageCode( SITE_LANG ); }\n\t\t\t\t\t\t\tpool.instance = d;\n\t\t\t\t\t\t\tpool.ready    = true;\n\t\t\t\t\t\t\tpool.queue.forEach( function ( fn ) { fn( d ); } );\n\t\t\t\t\t\t\tpool.queue = [];\n\t\t\t\t\t\t} );\n\t\t\t\t\t}\n\t\t\t\t\tif ( pool.ready ) { cb( pool.instance ); }\n\t\t\t\t\telse { pool.queue.push( cb ); }\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\treturn { get: get, loadSdk: loadSdk };\n\t\t} )();\n\t<\/script>\n\t\n\t<div class=\"ohm-bw-wrapper ohm-bw-wrapper1\">\n\t\t<div class=\"booking-widget-wrapper ohm-booking-widget\" id=\"ohm-guestline\">\n\t\t\t<form class=\"ohm-bw-form\" style=\"display: flex;\" onsubmit=\"return false;\">\n\n\t\t\t\t<div class=\"ohm-bw-input-wrapper ohm-bw-input-wrapper-calendar\">\n\t\t\t\t\t<input class=\"ohm-bw-input ohm-bw-departure-input\" id=\"ohm-mews-arrival\" type=\"text\" placeholder=\"Arrival\" readonly=\"readonly\">\n\t\t\t\t\t<input type=\"hidden\" name=\"arrival\" id=\"hidden_arrival_field\">\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"ohm-bw-input-wrapper ohm-bw-input-wrapper-calendar\">\n\t\t\t\t\t<input class=\"ohm-bw-input ohm-bw-departure-input\" id=\"ohm-mews-departure\" type=\"text\" placeholder=\"Departure\" readonly=\"readonly\">\n\t\t\t\t\t<input type=\"hidden\" name=\"departure\" id=\"hidden_departure_field\">\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"ohm-bw-input-wrapper\">\n\t\t\t\t\t<input class=\"ohm-bw-input ohm-bw-departure-input\" id=\"ohm-bw-promo-code\" type=\"text\" name=\"promo-code\" placeholder=\"Promo code\" autocomplete=\"off\">\n\t\t\t\t<\/div>\n\n\t\t\t\t<button type=\"submit\" class=\"ohm-bw-submit\">Check availability<\/button>\n\t\t\t<\/form>\n\t\t<\/div>\n\t<\/div>\n\n\t<script>\n\t\t( function () {\n\t\t\tvar MEWS_CONFIG_ID = \"23fbf8c8-a69c-4106-be52-b49400ee1a3e\";\n\t\t\tvar MEWS_LANGUAGE  = \"en-US\";\n\t\t\tvar distributor    = null;\n\n\t\t\t\/\/ Reuse the shared instance for this configId (SDK + Distributor\n\t\t\t\/\/ are loaded\/created once per page by window.ohmMews).\n\t\t\twindow.ohmMews.get( MEWS_CONFIG_ID, function ( d ) {\n\t\t\t\tdistributor = d;\n\t\t\t\td.setLanguageCode( MEWS_LANGUAGE );\n\t\t\t} );\n\n\t\t\t\/\/ Load the flatpickr library once (CSS + JS) if it isn't on the page.\n\t\t\tif ( typeof flatpickr === 'undefined' ) {\n\t\t\t\tif ( ! document.getElementById( 'ohm-flatpickr-css' ) ) {\n\t\t\t\t\tvar fpCss = document.createElement( 'link' );\n\t\t\t\t\tfpCss.id  = 'ohm-flatpickr-css';\n\t\t\t\t\tfpCss.rel = 'stylesheet';\n\t\t\t\t\tfpCss.href = 'https:\/\/cdn.jsdelivr.net\/npm\/flatpickr\/dist\/flatpickr.min.css';\n\t\t\t\t\tdocument.head.appendChild( fpCss );\n\t\t\t\t}\n\t\t\t\tif ( ! document.getElementById( 'ohm-flatpickr-sdk' ) ) {\n\t\t\t\t\tvar fpJs = document.createElement( 'script' );\n\t\t\t\t\tfpJs.id  = 'ohm-flatpickr-sdk';\n\t\t\t\t\tfpJs.src = 'https:\/\/cdn.jsdelivr.net\/npm\/flatpickr';\n\t\t\t\t\tdocument.head.appendChild( fpJs );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tjQuery( document ).ready( function ( $ ) {\n\n\t\t\t\t\/\/ Keep hidden fields in sync with the visible date inputs.\n\t\t\t\t$( '#ohm-mews-arrival' ).change( function () {\n\t\t\t\t\t$( '#hidden_arrival_field' ).val( this.value );\n\t\t\t\t} );\n\t\t\t\t$( '#ohm-mews-departure' ).change( function () {\n\t\t\t\t\t$( '#hidden_departure_field' ).val( this.value );\n\t\t\t\t} );\n\n\t\t\t\t\/\/ flatpickr calendars (wait for the library, it may load late).\n\t\t\t\tfunction initDatePickers() {\n\t\t\t\t\tif ( $( '#ohm-guestline' ).length < 1 ) { return; }\n\n\t\t\t\t\tvar fromDatePicker = flatpickr( '#ohm-mews-arrival', {\n\t\t\t\t\t\tdisableMobile: 'true',\n\t\t\t\t\t\tdateFormat: 'd-m-Y',\n\t\t\t\t\t\tminDate: 'today',\n\t\t\t\t\t\tlocale: { firstDayOfWeek: 1 }\n\t\t\t\t\t} );\n\n\t\t\t\t\tvar tillDatePicker = flatpickr( '#ohm-mews-departure', {\n\t\t\t\t\t\tdisableMobile: 'true',\n\t\t\t\t\t\tdateFormat: 'd-m-Y',\n\t\t\t\t\t\tminDate: new Date().fp_incr( 1 ),\n\t\t\t\t\t\tlocale: { firstDayOfWeek: 1 }\n\t\t\t\t\t} );\n\n\t\t\t\t\t\/\/ When arrival changes: push the departure minimum to the next day\n\t\t\t\t\t\/\/ and pre-fill departure with arrival + 1 (the \"true\" fires change,\n\t\t\t\t\t\/\/ which syncs the hidden field).\n\t\t\t\t\tfromDatePicker.config.onChange.push( function ( selectedDates ) {\n\t\t\t\t\t\tvar tillMinDate = selectedDates[0].fp_incr( 1 );\n\t\t\t\t\t\ttillDatePicker.set( 'minDate', tillMinDate );\n\t\t\t\t\t\ttillDatePicker.setDate( tillMinDate, true );\n\t\t\t\t\t} );\n\t\t\t\t}\n\n\t\t\t\tvar tries = 0;\n\t\t\t\tvar poll = setInterval( function () {\n\t\t\t\t\tif ( typeof flatpickr !== 'undefined' ) {\n\t\t\t\t\t\tclearInterval( poll );\n\t\t\t\t\t\tinitDatePickers();\n\t\t\t\t\t} else if ( ++tries > 100 ) {\n\t\t\t\t\t\tclearInterval( poll );\n\t\t\t\t\t}\n\t\t\t\t}, 100 );\n\n\t\t\t\t\/\/ Parse a \"DD-MM-YYYY\" string into a local Date (avoids timezone shifts).\n\t\t\t\tfunction parseDate( str ) {\n\t\t\t\t\tif ( ! str ) { return null; }\n\t\t\t\t\tvar p = str.split( '-' );\n\t\t\t\t\tif ( p.length !== 3 ) { return null; }\n\t\t\t\t\treturn new Date( parseInt( p[2], 10 ), parseInt( p[1], 10 ) - 1, parseInt( p[0], 10 ) );\n\t\t\t\t}\n\n\t\t\t\t\/\/ Open Mews pre-filled with the chosen dates \/ promo code.\n\t\t\t\t$( '#ohm-guestline form' ).on( 'submit', function ( e ) {\n\t\t\t\t\te.preventDefault();\n\t\t\t\t\tif ( ! distributor ) { return; } \/\/ SDK not ready yet \u2014 click again\n\n\t\t\t\t\tvar arrival   = parseDate( $( '#hidden_arrival_field' ).val() );\n\t\t\t\t\tvar departure = parseDate( $( '#hidden_departure_field' ).val() );\n\t\t\t\t\tvar promo     = $.trim( $( '#ohm-bw-promo-code' ).val() );\n\n\t\t\t\t\tif ( arrival )   { distributor.setStartDate( arrival ); }\n\t\t\t\t\tif ( departure ) { distributor.setEndDate( departure ); }\n\t\t\t\t\tif ( promo )     { distributor.setVoucherCode( promo ); }\n\n\t\t\t\t\tdistributor.open();\n\n\t\t\t\t\twindow.dataLayer = window.dataLayer || [];\n\t\t\t\t\twindow.dataLayer.push( { 'event': 'OHM_CheckAvailability' } );\n\t\t\t\t} );\n\n\t\t\t} );\n\t\t} )();\n\t<\/script>\n\n\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-751ba2ad ohm-intro-section e-flex e-con-boxed e-con e-parent\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"751ba2ad\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-6d5b1a33 ohm-inner e-flex e-con-boxed e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"6d5b1a33\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-3270fb73 e-con-full ohm-left e-flex e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"3270fb73\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71ddd1bc ohm-img elementor-widget elementor-widget-image\" data-id=\"71ddd1bc\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-9-683x1024.jpg\" height=\"1024\" width=\"683\" srcset=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-9-683x1024.jpg 683w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-9-200x300.jpg 200w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-9-768x1151.jpg 768w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-9-1025x1536.jpg 1025w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-9-1366x2048.jpg 1366w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-9.jpg 1001w\" sizes=\"(max-width: 683px) 100vw, 683px\" class=\"attachment-large size-large wp-image-9311 sp-no-webp\" alt=\"\"> \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-4577c506 e-con-full ohm-right e-flex e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"4577c506\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-390f673b ohm-heading elementor-widget elementor-widget-heading\" data-id=\"390f673b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Comfortable suites<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2388bb7d ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"2388bb7d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Discover a haven of comfort nestled in the region of Zeeland. Indulge in the serene ambiance as you step into the suites, each crafted with high-quality materials and a warm and inviting atmosphere.<\/p><p>The suites can be booked with a restaurant reservation only.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-70a334cd ohm-button-container e-flex e-con-boxed e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"70a334cd\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c272a9 ohm-btn ohm-brown-btn elementor-widget elementor-widget-button\" data-id=\"3c272a9\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#suites\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">view suites<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6250c181 ohm-btn ohm-white-btn elementor-widget elementor-widget-button\" data-id=\"6250c181\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/app.mews.com\/distributor\/23fbf8c8-a69c-4106-be52-b49400ee1a3e\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Book now <\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"has_eae_slider elementor-section elementor-top-section elementor-element elementor-element-6f0f5982 text-middle ohm-illustration-with-text-component elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"6f0f5982\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"has_eae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-377c68dd\" data-id=\"377c68dd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<section class=\"has_eae_slider elementor-section elementor-inner-section elementor-element elementor-element-23e8be4b ohm-inner elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"23e8be4b\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"has_eae_slider elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-59e15292\" data-id=\"59e15292\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-10f1c9e8 elementor-widget elementor-widget-heading\" data-id=\"10f1c9e8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Experience your ultimate getaway<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5209f209 elementor-widget elementor-widget-text-editor\" data-id=\"5209f209\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Immerse yourself in the tranquil surroundings of Zeeland, whether it&#8217;s the lush views of the garden or the calming ambiance of the nearby Schelde.<\/p><p>All 12 suites are equipped with:<\/p><p><a href=\"https:\/\/thepillowsshop.com\/products\/pillows-boxspring\" target=\"_blank\" rel=\"noopener\">Signature Pillows (king size) bed<\/a> | bathroom with rain shower | <a href=\"https:\/\/fablesandfeathers.com\/collections\/bed\" target=\"_blank\" rel=\"noopener\">pillows and duvet from 100% duck down<\/a> | <a href=\"https:\/\/fablesandfeathers.com\/collections\/bath\/products\/deluxe-bathrobe\" target=\"_blank\" rel=\"noopener\">\u00a0luxury bathrobes<\/a> and slippers | hairdryer | Phillips handsteamer | Nespresso coffee machine and capsules | tea facilities | minibar | safe | Smart HD TV | Google Chromecast | free Wi-Fi | record player with vinyl records | Dyptique care products<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-42a14b09 ohm-room-overview-section e-flex e-con-boxed e-con e-parent\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"42a14b09\" data-element_type=\"container\" id=\"suites\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-28e1ef63 e-con-full ohm-inner e-flex e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"28e1ef63\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6f1c5c29 ohm-heading ohm-medium-heading elementor-widget elementor-widget-heading\" data-id=\"6f1c5c29\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Suites<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-500a5955 ohm-items-container e-flex e-con-boxed e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"500a5955\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-14441bc7 e-con-full ohm-card e-flex e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"14441bc7\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-391037a8 ohm-img elementor-widget elementor-widget-image\" data-id=\"391037a8\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-4.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"Inter Scaldes Junior Suite\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjkzMTQiLCJ1cmwiOiJodHRwczpcL1wvd3d3LnBpbGxvd3Nob3RlbHMuY29tXC9pbnRlci1zY2FsZGVzXC93cC1jb250ZW50XC91cGxvYWRzXC9zaXRlc1wvMTlcLzIwMjVcLzEwXC9JbnRlci1TY2FsZGVzLVNwbGl0LUxldmVsLVN1aXRlLTQuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-4-1024x683.jpg\" height=\"534\" width=\"800\" srcset=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-4-1024x683.jpg 1024w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-4-300x200.jpg 300w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-4-768x513.jpg 768w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-4.jpg 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" class=\"attachment-large size-large wp-image-9314 sp-no-webp\" alt=\"\"> \t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7def203c ohm-heading ohm-small-heading elementor-widget elementor-widget-heading\" data-id=\"7def203c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Junior Suite<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2bc44963 ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"2bc44963\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul><li>Kingsize bed<\/li><li><span style=\"background-color: transparent\">Elegant seating area<\/span><\/li><li>Situated on first floor<br \/><br \/><\/li><\/ul><p><em>Our Suites are located on the first floor. Please note, there is no elevator available.<\/em><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-52dc23fd ohm-btn-container e-flex e-con-boxed e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"52dc23fd\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aa64b68 ohm-btn ohm-brown-btn elementor-widget elementor-widget-button\" data-id=\"aa64b68\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/app.mews.com\/distributor\/cbabef30-e093-4dd5-a2cc-b4ab00a145d5\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Book now<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-25422331 e-con-full ohm-card e-flex e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"25422331\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4857923 ohm-img elementor-widget elementor-widget-image\" data-id=\"4857923\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Junior-Suite-with-Terras-6-1024x683.jpg\" height=\"534\" width=\"800\" srcset=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Junior-Suite-with-Terras-6-1024x683.jpg 1024w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Junior-Suite-with-Terras-6-300x200.jpg 300w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Junior-Suite-with-Terras-6-768x512.jpg 768w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Junior-Suite-with-Terras-6-1536x1025.jpg 1536w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Junior-Suite-with-Terras-6-2048x1366.jpg 2048w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Junior-Suite-with-Terras-6.jpg 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" class=\"attachment-large size-large wp-image-9309 sp-no-webp\" alt=\"\"> \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-63562fcc ohm-heading ohm-small-heading elementor-widget elementor-widget-heading\" data-id=\"63562fcc\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Junior Suite with terrace\u200b<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-59e3beca ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"59e3beca\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul><li>Kingsize bed<\/li><li>Elegant seating area<\/li><li>With terrace<br \/><br \/><\/li><\/ul><p><em>Our Suites are located on the first floor. Please note, there is no elevator available.<\/em><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-214cb9c2 ohm-btn-container e-flex e-con-boxed e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"214cb9c2\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c0db64a ohm-btn ohm-brown-btn elementor-widget elementor-widget-button\" data-id=\"6c0db64a\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/app.mews.com\/distributor\/051b3cf4-9ecb-4820-921d-b4ab00a17031\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Book now<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-eec6e2d e-con-full ohm-card e-flex e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"eec6e2d\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6eaf1c7b ohm-img elementor-widget elementor-widget-image\" data-id=\"6eaf1c7b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-12-1024x683.jpg\" height=\"534\" width=\"800\" srcset=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-12-1024x683.jpg 1024w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-12-300x200.jpg 300w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-12-768x513.jpg 768w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-12.jpg 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" class=\"attachment-large size-large wp-image-9293 sp-no-webp\" alt=\"Split Level Suite\"> \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-206d68fa ohm-heading ohm-small-heading elementor-widget elementor-widget-heading\" data-id=\"206d68fa\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Split Level Suite with terrace<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6efd64e2 ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"6efd64e2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul><li>Kingsize bed<\/li><li>Separate seating area<\/li><li>With terrace<br \/><br \/><\/li><\/ul><p><em>Our Split-Level Suites feature an internal staircase.<\/em><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-48fd0d16 ohm-btn-container e-flex e-con-boxed e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"48fd0d16\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-27092f51 ohm-btn ohm-brown-btn elementor-widget elementor-widget-button\" data-id=\"27092f51\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/app.mews.com\/distributor\/6cec12d6-b008-481a-8063-b4ab00a19598\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Book now<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-1fcc781d e-con-full ohm-card e-flex e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"1fcc781d\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-162f760f ohm-img elementor-widget elementor-widget-image\" data-id=\"162f760f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Suite-7-1024x683.jpg\" height=\"534\" width=\"800\" srcset=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Suite-7-1024x683.jpg 1024w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Suite-7-300x200.jpg 300w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Suite-7-768x513.jpg 768w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Suite-7.jpg 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" class=\"attachment-large size-large wp-image-9307 sp-no-webp\" alt=\"Inter Scaldes Suite\"> \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b119aa1 ohm-heading ohm-small-heading elementor-widget elementor-widget-heading\" data-id=\"1b119aa1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Inter Scaldes Suite with balcony<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-401e825c ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"401e825c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul><li>Kingsize bed<\/li><li>Separate seating area<\/li><li>With balcony<\/li><\/ul><p><em>Our Suites are located on the first floor. Please not, there is no elevator available.<\/em><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-4969aa46 ohm-btn-container e-flex e-con-boxed e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"4969aa46\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cf48d60 ohm-btn ohm-brown-btn elementor-widget elementor-widget-button\" data-id=\"cf48d60\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/app.mews.com\/distributor\/45b5bd91-b784-4a84-8021-b4ab00a1c16d\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Book now<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"has_eae_slider elementor-section elementor-top-section elementor-element elementor-element-1855fc5b ohm-faq-section  elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"1855fc5b\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"has_eae_slider elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-e6b1f61\" data-id=\"e6b1f61\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"has_eae_slider elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-17720a9a\" data-id=\"17720a9a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2a12dfff elementor-widget elementor-widget-heading\" data-id=\"2a12dfff\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">FAQ<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-23a70817 elementor-widget elementor-widget-heading\" data-id=\"23a70817\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Frequently Asked Questions<\/h5>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8d4238d elementor-widget elementor-widget-pp-faq\" data-id=\"8d4238d\" data-element_type=\"widget\" data-settings=\"{&quot;faq_layout&quot;:&quot;accordion&quot;,&quot;accordion_type&quot;:&quot;accordion&quot;,&quot;toggle_speed&quot;:300}\" data-widget_type=\"pp-faq.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"pp-faqs pp-advanced-accordion pp-toggle-icon-align-left\" id=\"pp-advanced-accordion-8d4238d\" data-accordion-id=\"8d4238d\">\n\t\t\t\t\t\t<div class=\"pp-faq-item elementor-grid-item pp-accordion-item\">\n\t\t\t\t<div id=\"pp-accordion-tab-title-1481\" class=\"pp-faq-question pp-accordion-tab-title\" tabindex=\"0\" data-tab=\"1\">\n\t\t\t\t\t<div class=\"pp-accordion-title-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-accordion-title-text\">\n\t\t\t\t\t\t\tWhat are the check-in and check-out times at Pillows Inter Scaldes?\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-accordion-toggle-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class='pp-accordion-toggle-icon-close pp-icon'>\n\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-plus\"><\/i>\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class='pp-accordion-toggle-icon-open pp-icon'>\n\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-minus\"><\/i>\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t<div id=\"pp-accordion-tab-content-1481\" class=\"pp-faq-answer pp-accordion-tab-content\" data-tab=\"1\">\n\t\t\t\t\t<p>Our hosts will welcome you from 15.00 hrs. Our farewell is until 11.00 hrs. Arriving early? We are more than happy to store your luggage during the day.<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-faq-item elementor-grid-item pp-accordion-item\">\n\t\t\t\t<div id=\"pp-accordion-tab-title-1482\" class=\"pp-faq-question pp-accordion-tab-title\" tabindex=\"0\" data-tab=\"2\">\n\t\t\t\t\t<div class=\"pp-accordion-title-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-accordion-title-text\">\n\t\t\t\t\t\t\tWhat is the maximum occupancy of the suites at Pillows Hotel Inter Scaldes\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-accordion-toggle-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class='pp-accordion-toggle-icon-close pp-icon'>\n\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-plus\"><\/i>\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class='pp-accordion-toggle-icon-open pp-icon'>\n\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-minus\"><\/i>\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t<div id=\"pp-accordion-tab-content-1482\" class=\"pp-faq-answer pp-accordion-tab-content\" data-tab=\"2\">\n\t\t\t\t\t<p>The standard maximum occupancy per suite is two adults. Want to add an extra bed to your suite? <a href=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/contact\/\" target=\"_blank\" rel=\"noopener\">Contact the hotel<\/a> for more information.\u00a0<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-faq-item elementor-grid-item pp-accordion-item\">\n\t\t\t\t<div id=\"pp-accordion-tab-title-1483\" class=\"pp-faq-question pp-accordion-tab-title\" tabindex=\"0\" data-tab=\"3\">\n\t\t\t\t\t<div class=\"pp-accordion-title-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-accordion-title-text\">\n\t\t\t\t\t\t\tIs there a 24\/7 reception at Pillows Hotel Inter Scaldes\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-accordion-toggle-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class='pp-accordion-toggle-icon-close pp-icon'>\n\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-plus\"><\/i>\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class='pp-accordion-toggle-icon-open pp-icon'>\n\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-minus\"><\/i>\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t<div id=\"pp-accordion-tab-content-1483\" class=\"pp-faq-answer pp-accordion-tab-content\" data-tab=\"3\">\n\t\t\t\t\t<p>Yes, our hosts are day and night available at Pillows Luxury Boutique Hotel Inter Scaldes.<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-faq-item elementor-grid-item pp-accordion-item\">\n\t\t\t\t<div id=\"pp-accordion-tab-title-1484\" class=\"pp-faq-question pp-accordion-tab-title\" tabindex=\"0\" data-tab=\"4\">\n\t\t\t\t\t<div class=\"pp-accordion-title-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-accordion-title-text\">\n\t\t\t\t\t\t\tAre pets allowed at Pillows Inter Scaldes\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-accordion-toggle-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class='pp-accordion-toggle-icon-close pp-icon'>\n\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-plus\"><\/i>\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class='pp-accordion-toggle-icon-open pp-icon'>\n\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-minus\"><\/i>\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t<div id=\"pp-accordion-tab-content-1484\" class=\"pp-faq-answer pp-accordion-tab-content\" data-tab=\"4\">\n\t\t\t\t\t<p>Pets are allowed in the hotel rooms. Please note pets are not allowed in the restaurant.<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-faq-item elementor-grid-item pp-accordion-item\">\n\t\t\t\t<div id=\"pp-accordion-tab-title-1485\" class=\"pp-faq-question pp-accordion-tab-title\" tabindex=\"0\" data-tab=\"5\">\n\t\t\t\t\t<div class=\"pp-accordion-title-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-accordion-title-text\">\n\t\t\t\t\t\t\tIs it possible to exclusively book Inter Scaldes?\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-accordion-toggle-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class='pp-accordion-toggle-icon-close pp-icon'>\n\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-plus\"><\/i>\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class='pp-accordion-toggle-icon-open pp-icon'>\n\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-minus\"><\/i>\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t<div id=\"pp-accordion-tab-content-1485\" class=\"pp-faq-answer pp-accordion-tab-content\" data-tab=\"5\">\n\t\t\t\t\t<p>We offer private dining for you and your company including an overnight stay. <a href=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/contact\/\" target=\"_blank\" rel=\"noopener\">Contact the hotel<\/a> for more information.<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c033397 elementor-widget elementor-widget-spacer\" data-id=\"c033397\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"has_eae_slider elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2f29b76e\" data-id=\"2f29b76e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has_eae_slider elementor-section elementor-top-section elementor-element elementor-element-e1d3ab3 elementor-section-full_width golden-separator elementor-section-height-default elementor-section-height-default\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"e1d3ab3\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"has_eae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-283d8ff\" data-id=\"283d8ff\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-df3ee79 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"df3ee79\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-3ee7bd1b e-con-full ohm-component-imageSlider e-flex e-con e-parent\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"3ee7bd1b\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\" data-core-v316-plus=\"true\">\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-5b4cd0f1 ohm-inner e-flex e-con-boxed e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"5b4cd0f1\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-6ad20025 e-con-full ohm-slider e-flex e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"6ad20025\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-660fae21 e-con-full ohm-slide e-flex e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"660fae21\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5ee03e18 ohm-img elementor-widget elementor-widget-image\" data-id=\"5ee03e18\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2026\/05\/Screenshot-2026-05-14-101601.jpg\" height=\"635\" width=\"700\" srcset=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2026\/05\/Screenshot-2026-05-14-101601.jpg 700w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2026\/05\/Screenshot-2026-05-14-101601-300x272.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" class=\"attachment-large size-large wp-image-9525 sp-no-webp\" alt=\"\"> \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-2977b6b7 ohm-content e-flex e-con-boxed e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"2977b6b7\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4bb5e849 ohm-heading ohm-medium-heading elementor-widget elementor-widget-heading\" data-id=\"4bb5e849\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Pillows Shop<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-332c5f1b ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"332c5f1b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Create the Pillows feeling at home with our exclusive products or surpise loved ones with a gift card.\u00a0<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3763846f ohm-btn ohm-link-btn elementor-widget elementor-widget-button\" data-id=\"3763846f\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/thepillowsshop.com\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Visit shop<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-2689c465 e-con-full ohm-slide e-flex e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"2689c465\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1636fb47 ohm-img elementor-widget elementor-widget-image\" data-id=\"1636fb47\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-4-1024x683.jpg\" height=\"534\" width=\"800\" srcset=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-4-1024x683.jpg 1024w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-4-300x200.jpg 300w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-4-768x513.jpg 768w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-4.jpg 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" class=\"attachment-large size-large wp-image-9314 sp-no-webp\" alt=\"\"> \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-47b4a49 ohm-content e-flex e-con-boxed e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"47b4a49\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-625919ec ohm-heading ohm-medium-heading elementor-widget elementor-widget-heading\" data-id=\"625919ec\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Special Offers<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6a29be11 ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"6a29be11\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Exclusive offers when booking directly via the official website\u00a0<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-608667bb ohm-btn ohm-link-btn elementor-widget elementor-widget-button\" data-id=\"608667bb\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/offers\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">View offers<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-4cc0ca83 e-con-full ohm-slide e-flex e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"4cc0ca83\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6a572e4a ohm-img elementor-widget elementor-widget-image\" data-id=\"6a572e4a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2021\/03\/Pillows_Anna_van_den_Vondel_Amsterdam_Details_3-1024x683.jpg\" height=\"534\" width=\"800\" srcset=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2021\/03\/Pillows_Anna_van_den_Vondel_Amsterdam_Details_3-1024x683.jpg 1024w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2021\/03\/Pillows_Anna_van_den_Vondel_Amsterdam_Details_3-300x200.jpg 300w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2021\/03\/Pillows_Anna_van_den_Vondel_Amsterdam_Details_3-768x512.jpg 768w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2021\/03\/Pillows_Anna_van_den_Vondel_Amsterdam_Details_3.jpg 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" class=\"attachment-large size-large wp-image-5094 sp-no-webp\" alt=\"Pencil and notebook of Pillows Hotels\"> \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-7f2b8c65 ohm-content e-flex e-con-boxed e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"7f2b8c65\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2db3d54f ohm-heading ohm-medium-heading elementor-widget elementor-widget-heading\" data-id=\"2db3d54f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Get in touch <\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-79348c5f ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"79348c5f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Do you have any further questions? We are happy to assist you.\u00a0<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6b00b913 ohm-btn ohm-link-btn elementor-widget elementor-widget-button\" data-id=\"6b00b913\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Contact us <\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Suites of Inter Scaldes Comfortable suites Discover a haven of comfort nestled in the region of Zeeland. Indulge in the serene ambiance as you step into the suites, each crafted with high-quality materials and a warm and inviting atmosphere. The suites can be booked with a restaurant reservation only. view suites Book now Experience your [&hellip;]<\/p>\n","protected":false},"author":70,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-757","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Rooms &amp; Suites of Inter Scaldes | Pillows Inter Scaldes<\/title>\n<meta name=\"description\" content=\"Discover one of the 12 luxury rooms and suites of Pillows Hotel Inter Scaldes in Kruiningen, Zeeland. Book now.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/rooms-suites\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Rooms &amp; Suites of Inter Scaldes | Pillows Inter Scaldes\" \/>\n<meta property=\"og:description\" content=\"Discover one of the 12 luxury rooms and suites of Pillows Hotel Inter Scaldes in Kruiningen, Zeeland. Book now.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/rooms-suites\/\" \/>\n<meta property=\"og:site_name\" content=\"Pillows Hotel Inter Scaldes\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-07T12:38:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-9.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1001\" \/>\n\t<meta property=\"og:image:height\" content=\"1500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/rooms-suites\\\/\",\"url\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/rooms-suites\\\/\",\"name\":\"Rooms & Suites of Inter Scaldes | Pillows Inter Scaldes\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/rooms-suites\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/rooms-suites\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/wp-content\\\/uploads\\\/sites\\\/19\\\/2025\\\/10\\\/Inter-Scaldes-Split-Level-Suite-9-683x1024.jpg\",\"datePublished\":\"2019-12-12T13:37:36+00:00\",\"dateModified\":\"2026-09-07T12:38:33+00:00\",\"description\":\"Discover one of the 12 luxury rooms and suites of Pillows Hotel Inter Scaldes in Kruiningen, Zeeland. Book now.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/rooms-suites\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/rooms-suites\\\/\"]}],\"about\":{\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/#hotel\"}},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/rooms-suites\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/wp-content\\\/uploads\\\/sites\\\/19\\\/2025\\\/10\\\/Inter-Scaldes-Split-Level-Suite-9.jpg\",\"contentUrl\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/wp-content\\\/uploads\\\/sites\\\/19\\\/2025\\\/10\\\/Inter-Scaldes-Split-Level-Suite-9.jpg\",\"width\":1001,\"height\":1500},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/rooms-suites\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Rooms\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/#website\",\"url\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/\",\"name\":\"Pillows Hotel Inter Scaldes\",\"description\":\"Official website\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/#organization\",\"name\":\"Pillows Hotels\",\"url\":\"https:\\\/\\\/www.pillowshotels.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/#organization-logo\",\"url\":\"https:\\\/\\\/www.pillowshotels.com\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/Pillows_Hotels__logo_01_RGB-Copper.svg\",\"contentUrl\":\"https:\\\/\\\/www.pillowshotels.com\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/Pillows_Hotels__logo_01_RGB-Copper.svg\"},\"image\":{\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/#organization-logo\"},\"email\":\"info@pillowshotels.com\",\"telephone\":\"+31 (0)85 487 20 00\",\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/pillowshotels\",\"https:\\\/\\\/www.instagram.com\\\/pillowshotels\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/pillows-hotels\"],\"award\":[\"MICHELIN Keys\",\"Small Luxury Hotels of the World member\"]},{\"@type\":\"Hotel\",\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/#hotel\",\"name\":\"Pillows Hotel Inter Scaldes\",\"url\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Rooms & Suites of Inter Scaldes | Pillows Inter Scaldes","description":"Discover one of the 12 luxury rooms and suites of Pillows Hotel Inter Scaldes in Kruiningen, Zeeland. Book now.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.pillowshotels.com\/inter-scaldes\/rooms-suites\/","og_locale":"en_US","og_type":"article","og_title":"Rooms & Suites of Inter Scaldes | Pillows Inter Scaldes","og_description":"Discover one of the 12 luxury rooms and suites of Pillows Hotel Inter Scaldes in Kruiningen, Zeeland. Book now.","og_url":"https:\/\/www.pillowshotels.com\/inter-scaldes\/rooms-suites\/","og_site_name":"Pillows Hotel Inter Scaldes","article_modified_time":"2026-09-07T12:38:33+00:00","og_image":[{"width":1001,"height":1500,"url":"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-9.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.pillowshotels.com\/inter-scaldes\/rooms-suites\/","url":"https:\/\/www.pillowshotels.com\/inter-scaldes\/rooms-suites\/","name":"Rooms & Suites of Inter Scaldes | Pillows Inter Scaldes","isPartOf":{"@id":"https:\/\/www.pillowshotels.com\/inter-scaldes\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.pillowshotels.com\/inter-scaldes\/rooms-suites\/#primaryimage"},"image":{"@id":"https:\/\/www.pillowshotels.com\/inter-scaldes\/rooms-suites\/#primaryimage"},"thumbnailUrl":"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-9-683x1024.jpg","datePublished":"2019-12-12T13:37:36+00:00","dateModified":"2026-09-07T12:38:33+00:00","description":"Discover one of the 12 luxury rooms and suites of Pillows Hotel Inter Scaldes in Kruiningen, Zeeland. Book now.","breadcrumb":{"@id":"https:\/\/www.pillowshotels.com\/inter-scaldes\/rooms-suites\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pillowshotels.com\/inter-scaldes\/rooms-suites\/"]}],"about":{"@id":"https:\/\/www.pillowshotels.com\/inter-scaldes\/#hotel"}},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.pillowshotels.com\/inter-scaldes\/rooms-suites\/#primaryimage","url":"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-9.jpg","contentUrl":"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-9.jpg","width":1001,"height":1500},{"@type":"BreadcrumbList","@id":"https:\/\/www.pillowshotels.com\/inter-scaldes\/rooms-suites\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.pillowshotels.com\/inter-scaldes\/"},{"@type":"ListItem","position":2,"name":"Rooms"}]},{"@type":"WebSite","@id":"https:\/\/www.pillowshotels.com\/inter-scaldes\/#website","url":"https:\/\/www.pillowshotels.com\/inter-scaldes\/","name":"Pillows Hotel Inter Scaldes","description":"Official website","publisher":{"@id":"https:\/\/www.pillowshotels.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.pillowshotels.com\/inter-scaldes\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.pillowshotels.com\/#organization","name":"Pillows Hotels","url":"https:\/\/www.pillowshotels.com\/","logo":{"@type":"ImageObject","@id":"https:\/\/www.pillowshotels.com\/#organization-logo","url":"https:\/\/www.pillowshotels.com\/wp-content\/uploads\/2019\/12\/Pillows_Hotels__logo_01_RGB-Copper.svg","contentUrl":"https:\/\/www.pillowshotels.com\/wp-content\/uploads\/2019\/12\/Pillows_Hotels__logo_01_RGB-Copper.svg"},"image":{"@id":"https:\/\/www.pillowshotels.com\/#organization-logo"},"email":"info@pillowshotels.com","telephone":"+31 (0)85 487 20 00","sameAs":["https:\/\/www.facebook.com\/pillowshotels","https:\/\/www.instagram.com\/pillowshotels","https:\/\/www.linkedin.com\/company\/pillows-hotels"],"award":["MICHELIN Keys","Small Luxury Hotels of the World member"]},{"@type":"Hotel","@id":"https:\/\/www.pillowshotels.com\/inter-scaldes\/#hotel","name":"Pillows Hotel Inter Scaldes","url":"https:\/\/www.pillowshotels.com\/inter-scaldes\/"}]}},"acf":[],"_links":{"self":[{"href":"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-json\/wp\/v2\/pages\/757","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-json\/wp\/v2\/users\/70"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-json\/wp\/v2\/comments?post=757"}],"version-history":[{"count":9,"href":"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-json\/wp\/v2\/pages\/757\/revisions"}],"predecessor-version":[{"id":9697,"href":"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-json\/wp\/v2\/pages\/757\/revisions\/9697"}],"wp:attachment":[{"href":"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-json\/wp\/v2\/media?parent=757"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}