{"id":33,"date":"2023-06-16T08:59:24","date_gmt":"2023-06-16T08:59:24","guid":{"rendered":"https:\/\/www.grecotel.com\/caramel\/?page_id=33"},"modified":"2026-03-20T16:23:49","modified_gmt":"2026-03-20T14:23:49","slug":"accommodation","status":"publish","type":"page","link":"https:\/\/www.grecotel.com\/caramel\/accommodation\/","title":{"rendered":"ACCOMMODATION"},"content":{"rendered":"\n<div class=\"single-description dining-description\">\n    <div class=\"block-text-container\" style=\"margin-bottom: 50px;\"><\/div>    <div class=\"wrapper page-caramel\">\n                                <style>\n                    .panel.on .panel-navigation.hide-nav {\n                        opacity: 0;\n                        visibility: hidden;\n                    }\n                <\/style>\n                <script>\n                    document.addEventListener('DOMContentLoaded', function() {\n                        const panel = document.querySelector(\".panel\");\n                        const panelMedia = document.querySelector(\".panel-media\");\n                        let openPopupATag = document.querySelectorAll('.open-popup-crc');\n                        \n                        const closePanel = () => {\n                            if (!panel) return;\n                            panel.classList.remove('on');\n                            var media = panel.querySelector('.panel-media');\n                            if (media) media.innerHTML = '';\n                            var nav = panel.querySelector('.panel-navigation');\n                            if (nav) nav.classList.remove('hide-nav');\n                        }\n\n                        for(let i = 0; i < openPopupATag.length; i++) {\n                            openPopupATag[i].addEventListener('click', function(event) {\n                                event.preventDefault();\n                                event.stopPropagation();\n                                if (!panel || !panelMedia) return;\n                                const isButton = event.target.classList.contains('ab-link') ? false : true;\n                                let element = event.target || event.srcElement;\n                                let ATag = getNearestElement(element, '.open-popup-crc');\n                                if (!ATag) return;\n                                let ATagHref = (ATag.getAttribute('href') || '').trim();\n                                let singleDescInfo = getNearestElement(element, '.single-description-info');\n                                let textContent = singleDescInfo !== null ? singleDescInfo.querySelector('input[name*=\"text-content\"]') : null;\n                                let windowName ='';\n                                let url = '';\n                                let content = '';\n                                let windowFeatures = \"width=\" + window.innerWidth + \",height=\" + window.innerHeight;\n                                let newWindow = null;\n                                \n                                if(ATagHref != 'javascript:void(0)') {\n                                    if (isButton) { \n                                        if (event.target.classList.contains('is-img')) {\n                                            panel.classList.add(\"on\");\n                                            var pnav = panel.querySelector('.panel-navigation');\n                                            if (pnav) pnav.classList.add('hide-nav');\n                                            const image = document.createElement('img');\n                                            image.className = \"img-center\";\n                                            image.src = event.target.href;\n                                            panelMedia.appendChild(image);\n\n                                            const close = panel.querySelector('.panel-close');\n                                            close.addEventListener('click', () => {\n                                                closePanel();\n                                                close.removeEventListener('click', closePanel, true)\n                                            }, true);\n                                        }\n                                    } else {\n                                        url = ATagHref;\n                                        windowName = 'PDFPopUp';\n                                        newWindow = window.open(url, windowName, windowFeatures);\n                                    }\n                                } else {\n                                    if(textContent !== null) {\n                                        if(ATag.classList.contains('content-popup-crc')) {\n                                            content = textContent.value.trim()\n                                            newWindow = window.open(\"\", windowName, windowFeatures);\n                                            newWindow.document.write(content);\n                                            newWindow.document.close();\n                                        }\n                                    }\n                                }\n                            });\n                        }\n                        \/\/ document.querySelectorAll(\"body > main > div:nth-child(7) > div > div:nth-child(1) > a\").addEventListener('click', function(event) {\n                        \/\/     event.preventDefault();\n                        \/\/     event.stopPropagation();\n                            \n                            \/\/var content = \"<h1>Hello Pop-up<\/h1><p>This is custom content in the pop-up window.<\/p>\";\n\n                            \/\/ var newWindow = window.open(url, windowName, windowFeatures);\n                            \/\/newWindow.document.write(content);\n                            \/\/newWindow.document.close();\n                        \/\/ })\n\n                        function getNearestElement(element, selector) {\n                            while (element) {\n                                if (element.matches(selector)) {\n                                    return element;\n                                }\n                                element = element.parentElement;\n                            }\n                            return null;\n                        }\n                    });\n                <\/script>\n                                \n    <\/div>\n<\/div>\n<div class=\"panel\" data-media-index=\"-1\">\n<div class=\"panel-close\">\n    <div>\n        <spna class=\"line\"><\/spna>\n        <spna class=\"line\"><\/spna>\n    <\/div>\n<\/div>\n<div class=\"panel-wrapper flex centered\">\n    <div class=\"panel-media\"><\/div>\n<\/div>\n\n<div class=\"panel-navigation\">\n    <div class=\"panel-btn prev\">\n        <div class=\"panel-wrapper\"><\/div>\n    <\/div>\n    <div class=\"panel-btn next\">\n        <div class=\"panel-wrapper\"><\/div>\n    <\/div>\n<\/div>\n<\/div>\n\n  <style>\r\n    .breadcrumbs {\r\n      max-width: 900px!important;\r\n      padding-left: 0;\r\n      margin-inline: auto;\r\n      margin-top: 40px !important;\r\n      margin-bottom: 90px;\r\n    }\r\n    .breadcrumb-item,\r\n    .breadcrumb-item .span-text{\r\n      font-family: \"GothamGreek-Book\";\r\n      padding-inline-end: 1rem;\r\n      font-size: 10px;\r\n      letter-spacing: 1px;\r\n      list-style-type: none;\r\n      margin-left: 0;\r\n      border-right: 0 !important;\r\n      position: relative;\r\n      padding-left: 0;\r\n    }\r\n\r\n    .breadcrumb-item{\r\n      color: #000;\r\n    }\r\n    .breadcrumb-item:last-of-type{\r\n      color: #939597;\r\n    }\r\n    .breadcrumb-item .divider{\r\n      position: relative;\r\n      display: inline-block;\r\n      width: 1px;\r\n      height: 8px;\r\n      background-color: #000;\r\n      transform: rotate(30deg);\r\n      left: 7px;\r\n    }\r\n    .breadcrumbs-list{\r\n      margin: 0!important;\r\n    }\r\n    .breadcrumbs{\r\n      display: none;\r\n    }\r\n\r\n    .breadcrumbs-ne{\r\n      display: block;\r\n    }\r\n    @media (max-width: 600px){\r\n      ul.breadcrumbs-list{\r\n        flex-wrap: wrap;\r\n      }\r\n      .breadcrumbs {\r\n        padding-right: 0px;\r\n      }\r\n    }\r\n\r\n\r\n\r\n  <\/style>\r\n  <div class=\"breadcrumbs wrapper sm breadcrumbs-ne\">\r\n    <ul class=\"breadcrumbs-list flex border\">\r\n      <li class='breadcrumb-item'><a href=\"https:\/\/www.grecotel.com\/caramel\/\" data-breadcrumb-title=\"CARAMEL\"><\/a><span class='divider'><\/span><\/li><li class='breadcrumb-item'><span class=\"span-text\" data-breadcrumb-title=\"ACCOMMODATION\"><\/span><\/li>    <\/ul>\r\n  <\/div>\r\n  <script>\r\n  (function(){\r\n    document.querySelectorAll('.breadcrumbs [data-breadcrumb-title]').forEach(function(el){\r\n      var t = el.getAttribute('data-breadcrumb-title');\r\n      el.textContent = t ? t.replace(\/&amp;\/g, '&') : '';\r\n    });\r\n  })();\r\n  <\/script>\r\n\n\n\n<h1 class=\"wp-block-heading\">SUITES, BUNGALOWS &amp; VILLAS<\/h1>\n\n\n\n<p class=\"has-text-align-center\">Main house suites, bungalow suites, maisonettes, villas: each one is unique, encapsulating a welcoming and comfortable feeling. All with exhilarating views, an aura of privacy and exquisite flair. Thoughtfully designed with an intrinsic play of colours, textures and patterns. Spaces furinished gracefully with antique and contemporary furniture, handmade floor tiles, exceptional designer fabrics, enticing spa-inspired bathrooms, capturing the allure of a perfect holiday.<\/p>\n\n\n    <style>\n        @media (max-width: 600px){\n            main .cards-grid-block.split-view-slider{\n                min-height: unset!important;\n                height: auto!important;\n            }\n            main .cards-grid-block.split-view-slider .wrapper {\n                padding-top: 0!important;\n                height: auto!important;\n            }\n        }\n    <\/style>\n    <div id=\"section-1\" class=\"main-section-info cards-grid-block \" style=\"min-height: 704px;\">\n        <div class=\"block-text-container\"><\/div>        <div class=\"wrapper\">\n            <div class=\"main-section-info-wrapper flex\">\n                \n                    \n\n                    <div class=\"card-wrapper page-caramel eq3\">\n                            <div class=\"card\">\n                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/suites\/caramel-junior-suite\/\" >\n                                                                    <div class=\"card-image  default \" style=\"--aspect-ratio:default\">\n                                        \n                                        <picture class=\"\" style=\"\">\n                        <source\n                            type='image\/webp'>\n                        <img \n\t\tclass='img-center no-lazy'\n\t\t\n\t\tsrc='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-caramel-junior-suite-1119x1536.jpg'\n\t\tsrcset='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-caramel-junior-suite.jpg 1290w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-caramel-junior-suite-219x300.jpg 219w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-caramel-junior-suite-746x1024.jpg 746w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-caramel-junior-suite-768x1054.jpg 768w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-caramel-junior-suite-1119x1536.jpg 1119w'\n\t\tsizes='(min-width: 1800px) 1800px, (min-width: 800px) 1200px, (min-width: 768px) 800px, (min-width: 350px) 400px, (min-width: 200px) 200px, 100vw'\n\t\t\" width=\"1290\" height=\"1770\" data-src=\"https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-caramel-junior-suite.jpg\">\n                        <\/source>\n                   <\/picture>                                                                            <\/div>\n                                                                <\/a>\n                                                                                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/suites\/caramel-junior-suite\/\" >\n                                                                    <div class=\"card-info\">\n                                                                                <h2 class=\"header-title font-20--light\">CARAMEL JUNIOR SUITE<\/h2>\n                                                                                   \n                                        <div class=\"header-info\">\n                                            <p><p><strong>40m\u00b2, Private Balcony or Garden, Garden\/Pool View<br \/>\n2 persons<br \/>\n<\/strong>Elegantly decorated suites with hand-made tiled floors and contemporary designer furniture.<\/p>\n<\/p>\n                                        <\/div>\n                                                                                                                      \n                                    <\/div>\n                                                                <\/a>\n                                                                                            <\/div>\n                                                <\/a>\n                                            <\/div>\n                    \n                    \n\n                    <div class=\"card-wrapper page-caramel eq3\">\n                            <div class=\"card\">\n                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/suites\/luxury-suite-garden\/\" >\n                                                                    <div class=\"card-image  default \" style=\"--aspect-ratio:default\">\n                                        \n                                        <picture class=\"\" style=\"\">\n                        <source\n                            type='image\/webp'>\n                        <img \n\t\tclass='img-center no-lazy'\n\t\t\n\t\tsrc='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-junior-suite-private-garden-1119x1536.jpg'\n\t\tsrcset='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-junior-suite-private-garden.jpg 1290w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-junior-suite-private-garden-219x300.jpg 219w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-junior-suite-private-garden-746x1024.jpg 746w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-junior-suite-private-garden-768x1054.jpg 768w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-junior-suite-private-garden-1119x1536.jpg 1119w'\n\t\tsizes='(min-width: 1800px) 1800px, (min-width: 800px) 1200px, (min-width: 768px) 800px, (min-width: 350px) 400px, (min-width: 200px) 200px, 100vw'\n\t\t\" width=\"1290\" height=\"1770\" data-src=\"https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-junior-suite-private-garden.jpg\">\n                        <\/source>\n                   <\/picture>                                                                            <\/div>\n                                                                <\/a>\n                                                                                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/suites\/luxury-suite-garden\/\" >\n                                                                    <div class=\"card-info\">\n                                                                                <h2 class=\"header-title font-20--light\">JUNIOR SUITE PRIVATE GARDEN<\/h2>\n                                                                                   \n                                        <div class=\"header-info\">\n                                            <p><p><strong>40m\u00b2, Private Garden, Garden View<br \/>\n2+1 persons<br \/>\n<\/strong>Open Plan Junior Suites with private garden offer generous stylish space combining sleeping &amp; living area.<\/p>\n<\/p>\n                                        <\/div>\n                                                                                                                      \n                                    <\/div>\n                                                                <\/a>\n                                                                                            <\/div>\n                                                <\/a>\n                                            <\/div>\n                    \n                    \n\n                    <div class=\"card-wrapper page-caramel eq3\">\n                            <div class=\"card\">\n                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/suites\/junior-suite-sea-view\/\" >\n                                                                    <div class=\"card-image  default \" style=\"--aspect-ratio:default\">\n                                        \n                                        <picture class=\"\" style=\"\">\n                        <source\n                            type='image\/webp'>\n                        <img \n\t\tclass='img-center no-lazy'\n\t\t\n\t\tsrc='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/03-junior-suite-sea-view-1119x1536.jpg'\n\t\tsrcset='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/03-junior-suite-sea-view.jpg 1290w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/03-junior-suite-sea-view-219x300.jpg 219w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/03-junior-suite-sea-view-746x1024.jpg 746w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/03-junior-suite-sea-view-768x1054.jpg 768w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/03-junior-suite-sea-view-1119x1536.jpg 1119w'\n\t\tsizes='(min-width: 1800px) 1800px, (min-width: 800px) 1200px, (min-width: 768px) 800px, (min-width: 350px) 400px, (min-width: 200px) 200px, 100vw'\n\t\t\" width=\"1290\" height=\"1770\" data-src=\"https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/03-junior-suite-sea-view.jpg\">\n                        <\/source>\n                   <\/picture>                                                                            <\/div>\n                                                                <\/a>\n                                                                                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/suites\/junior-suite-sea-view\/\" >\n                                                                    <div class=\"card-info\">\n                                                                                <h2 class=\"header-title font-20--light\">JUNIOR SUITE SEA VIEW<\/h2>\n                                                                                   \n                                        <div class=\"header-info\">\n                                            <p><p><strong>28-35m\u00b2, Private Balcony, Sea View<br \/>\n2 persons<br \/>\n<\/strong>Ideally appointed with prime elevated sea view, Junior Suites featur handpicked antique &amp; contemporary furniture and hand-made floor tiles.<\/p>\n<\/p>\n                                        <\/div>\n                                                                                                                      \n                                    <\/div>\n                                                                <\/a>\n                                                                                            <\/div>\n                                                <\/a>\n                                            <\/div>\n                    \n                    \n\n                    <div class=\"card-wrapper page-caramel eq3\">\n                            <div class=\"card\">\n                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/suites\/family-suite\/\" >\n                                                                    <div class=\"card-image  default \" style=\"--aspect-ratio:default\">\n                                        \n                                        <picture class=\"\" style=\"\">\n                        <source\n                            type='image\/webp'>\n                        <img \n\t\tclass='img-center no-lazy'\n\t\t\n\t\tsrc='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/04-family-suite-main-house-1119x1536.jpg'\n\t\tsrcset='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/04-family-suite-main-house.jpg 1290w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/04-family-suite-main-house-219x300.jpg 219w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/04-family-suite-main-house-746x1024.jpg 746w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/04-family-suite-main-house-768x1054.jpg 768w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/04-family-suite-main-house-1119x1536.jpg 1119w'\n\t\tsizes='(min-width: 1800px) 1800px, (min-width: 800px) 1200px, (min-width: 768px) 800px, (min-width: 350px) 400px, (min-width: 200px) 200px, 100vw'\n\t\t\" width=\"1290\" height=\"1770\" data-src=\"https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/04-family-suite-main-house.jpg\">\n                        <\/source>\n                   <\/picture>                                                                            <\/div>\n                                                                <\/a>\n                                                                                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/suites\/family-suite\/\" >\n                                                                    <div class=\"card-info\">\n                                                                                <h2 class=\"header-title font-20--light\">FAMILY SUITE MAIN HOUSE<\/h2>\n                                                                                   \n                                        <div class=\"header-info\">\n                                            <p><p><strong>50m\u00b2, Private Balcony, Garden &amp; Parking View<\/strong><br \/>\n<strong>2+2 persons<\/strong><br \/>\nCleverly designed accommodation with added comfort for families, featuring two separate sleeping areas divided by sliding doors.<\/p>\n<\/p>\n                                        <\/div>\n                                                                                                                      \n                                    <\/div>\n                                                                <\/a>\n                                                                                            <\/div>\n                                                <\/a>\n                                            <\/div>\n                                <\/div>\n                                <\/div>\n    <\/div>\n     \n\n\n<h2 class=\"wp-block-heading\">LUXE BUNGALOWS<\/h2>\n\n\n    <style>\n        @media (max-width: 600px){\n            main .cards-grid-block.split-view-slider{\n                min-height: unset!important;\n                height: auto!important;\n            }\n            main .cards-grid-block.split-view-slider .wrapper {\n                padding-top: 0!important;\n                height: auto!important;\n            }\n        }\n    <\/style>\n    <div id=\"section-2\" class=\"main-section-info cards-grid-block \" style=\"min-height: 704px;\">\n        <div class=\"block-text-container\"><\/div>        <div class=\"wrapper\">\n            <div class=\"main-section-info-wrapper flex\">\n                \n                    \n\n                    <div class=\"card-wrapper page-caramel eq3\">\n                            <div class=\"card\">\n                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/luxury-bungalows\/bungalow-suite\/\" >\n                                                                    <div class=\"card-image  default \" style=\"--aspect-ratio:default\">\n                                        \n                                        <picture class=\"\" style=\"\">\n                        <source\n                            type='image\/webp'>\n                        <img \n\t\tclass='img-center no-lazy'\n\t\t\n\t\tsrc='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-deluxe-bungalow-suite-1119x1536.jpg'\n\t\tsrcset='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-deluxe-bungalow-suite.jpg 1290w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-deluxe-bungalow-suite-219x300.jpg 219w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-deluxe-bungalow-suite-746x1024.jpg 746w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-deluxe-bungalow-suite-768x1054.jpg 768w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-deluxe-bungalow-suite-1119x1536.jpg 1119w'\n\t\tsizes='(min-width: 1800px) 1800px, (min-width: 800px) 1200px, (min-width: 768px) 800px, (min-width: 350px) 400px, (min-width: 200px) 200px, 100vw'\n\t\t\" width=\"1290\" height=\"1770\" data-src=\"https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-deluxe-bungalow-suite.jpg\">\n                        <\/source>\n                   <\/picture>                                                                            <\/div>\n                                                                <\/a>\n                                                                                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/luxury-bungalows\/bungalow-suite\/\" >\n                                                                    <div class=\"card-info\">\n                                                                                <h2 class=\"header-title font-20--light\">DELUXE BUNGALOW SUITE<\/h2>\n                                                                                   \n                                        <div class=\"header-info\">\n                                            <p><p><strong>50-55 m\u00b2, Private Balcony or Garden, Garden View<\/strong><br \/>\n<strong>2+1 persons<\/strong><br \/>\nUltra-stylish suites, designed for refined living nestle in the hotel\u2019s multi-colored gardens.<\/p>\n<\/p>\n                                        <\/div>\n                                                                                                                      \n                                    <\/div>\n                                                                <\/a>\n                                                                                            <\/div>\n                                                <\/a>\n                                            <\/div>\n                    \n                    \n\n                    <div class=\"card-wrapper page-caramel eq3\">\n                            <div class=\"card\">\n                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/luxury-bungalows\/bungalow-suite-private-pool\/\" >\n                                                                    <div class=\"card-image  default \" style=\"--aspect-ratio:default\">\n                                        \n                                        <picture class=\"\" style=\"\">\n                        <source\n                            type='image\/webp'>\n                        <img \n\t\tclass='img-center no-lazy'\n\t\t\n\t\tsrc='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-deluxe-bungalow-suite-private-pool-1119x1536.jpg'\n\t\tsrcset='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-deluxe-bungalow-suite-private-pool.jpg 1290w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-deluxe-bungalow-suite-private-pool-219x300.jpg 219w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-deluxe-bungalow-suite-private-pool-746x1024.jpg 746w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-deluxe-bungalow-suite-private-pool-768x1054.jpg 768w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-deluxe-bungalow-suite-private-pool-1119x1536.jpg 1119w'\n\t\tsizes='(min-width: 1800px) 1800px, (min-width: 800px) 1200px, (min-width: 768px) 800px, (min-width: 350px) 400px, (min-width: 200px) 200px, 100vw'\n\t\t\" width=\"1290\" height=\"1770\" data-src=\"https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-deluxe-bungalow-suite-private-pool.jpg\">\n                        <\/source>\n                   <\/picture>                                                                            <\/div>\n                                                                <\/a>\n                                                                                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/luxury-bungalows\/bungalow-suite-private-pool\/\" >\n                                                                    <div class=\"card-info\">\n                                                                                <h2 class=\"header-title font-20--light\">DELUXE BUNGALOW SUITE PRIVATE POOL<\/h2>\n                                                                                   \n                                        <div class=\"header-info\">\n                                            <p><p><strong>50-55m\u00b2, Private Balcony or Garden, Garden View<\/strong><br \/>\n<strong>2+1 persons<\/strong><br \/>\nBungalow-style accommodations, ideal for families, offer luxury, comfort and versatility.<\/p>\n<\/p>\n                                        <\/div>\n                                                                                                                      \n                                    <\/div>\n                                                                <\/a>\n                                                                                            <\/div>\n                                                <\/a>\n                                            <\/div>\n                    \n                    \n\n                    <div class=\"card-wrapper page-caramel eq3\">\n                            <div class=\"card\">\n                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/luxury-bungalows\/maisonette\/\" >\n                                                                    <div class=\"card-image  default \" style=\"--aspect-ratio:default\">\n                                        \n                                        <picture class=\"\" style=\"\">\n                        <source\n                            type='image\/webp'>\n                        <img \n\t\tclass='img-center no-lazy'\n\t\t\n\t\tsrc='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/03-caramel-maisonette-1119x1536.jpg'\n\t\tsrcset='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/03-caramel-maisonette.jpg 1290w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/03-caramel-maisonette-219x300.jpg 219w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/03-caramel-maisonette-746x1024.jpg 746w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/03-caramel-maisonette-768x1054.jpg 768w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/03-caramel-maisonette-1119x1536.jpg 1119w'\n\t\tsizes='(min-width: 1800px) 1800px, (min-width: 800px) 1200px, (min-width: 768px) 800px, (min-width: 350px) 400px, (min-width: 200px) 200px, 100vw'\n\t\t\" width=\"1290\" height=\"1770\" data-src=\"https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/03-caramel-maisonette.jpg\">\n                        <\/source>\n                   <\/picture>                                                                            <\/div>\n                                                                <\/a>\n                                                                                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/luxury-bungalows\/maisonette\/\" >\n                                                                    <div class=\"card-info\">\n                                                                                <h2 class=\"header-title font-20--light\">CARAMEL MAISONETTE <\/h2>\n                                                                                   \n                                        <div class=\"header-info\">\n                                            <p><p><strong>45m\u00b2, Private Garden, Garden View<br \/>\n2+1 persons<br \/>\n<\/strong>Built in village bungalow style and cleverly designed with split level layout.<\/p>\n<\/p>\n                                        <\/div>\n                                                                                                                      \n                                    <\/div>\n                                                                <\/a>\n                                                                                            <\/div>\n                                                <\/a>\n                                            <\/div>\n                                <\/div>\n                                <\/div>\n    <\/div>\n     \n\n \n\n\n<h2 class=\"wp-block-heading has-text-align-center\">UNIQUE SUITES &amp; VILLAS<\/h2>\n\n\n    <style>\n        @media (max-width: 600px){\n            main .cards-grid-block.split-view-slider{\n                min-height: unset!important;\n                height: auto!important;\n            }\n            main .cards-grid-block.split-view-slider .wrapper {\n                padding-top: 0!important;\n                height: auto!important;\n            }\n        }\n    <\/style>\n    <div id=\"section-3\" class=\"main-section-info cards-grid-block \" style=\"min-height: 704px;\">\n        <div class=\"block-text-container\"><\/div>        <div class=\"wrapper\">\n            <div class=\"main-section-info-wrapper flex\">\n                \n                    \n\n                    <div class=\"card-wrapper page-caramel eq3\">\n                            <div class=\"card\">\n                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/luxury-suites-villas\/suite-private-outdoor-hydro-massage-bathtub\/\" >\n                                                                    <div class=\"card-image  default \" style=\"--aspect-ratio:default\">\n                                        \n                                        <picture class=\"\" style=\"\">\n                        <source\n                            type='image\/webp'>\n                        <img \n\t\tclass='img-center no-lazy'\n\t\t\n\t\tsrc='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-grecotel-caramel-suite-1119x1536.jpg'\n\t\tsrcset='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-grecotel-caramel-suite.jpg 1290w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-grecotel-caramel-suite-219x300.jpg 219w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-grecotel-caramel-suite-746x1024.jpg 746w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-grecotel-caramel-suite-768x1054.jpg 768w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-grecotel-caramel-suite-1119x1536.jpg 1119w'\n\t\tsizes='(min-width: 1800px) 1800px, (min-width: 800px) 1200px, (min-width: 768px) 800px, (min-width: 350px) 400px, (min-width: 200px) 200px, 100vw'\n\t\t\" width=\"1290\" height=\"1770\" data-src=\"https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-grecotel-caramel-suite.jpg\">\n                        <\/source>\n                   <\/picture>                                                                            <\/div>\n                                                                <\/a>\n                                                                                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/luxury-suites-villas\/suite-private-outdoor-hydro-massage-bathtub\/\" >\n                                                                    <div class=\"card-info\">\n                                                                                <h2 class=\"header-title font-20--light\">CARAMEL SUITE <\/h2>\n                                                                                   \n                                        <div class=\"header-info\">\n                                            <p><p><strong>50m\u00b2, Private Terrace, Sea View<br \/>\n2 persons<br \/>\n<\/strong>Open plan suite, featuring glorious views from its floor-to-ceiling glass panels and expansive terrace for unique holiday moments.<\/p>\n<\/p>\n                                        <\/div>\n                                                                                                                      \n                                    <\/div>\n                                                                <\/a>\n                                                                                            <\/div>\n                                                <\/a>\n                                            <\/div>\n                    \n                    \n\n                    <div class=\"card-wrapper page-caramel eq3\">\n                            <div class=\"card\">\n                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/luxury-suites-villas\/two-bedroom-villa-private-pool\/\" >\n                                                                    <div class=\"card-image  default \" style=\"--aspect-ratio:default\">\n                                        \n                                        <picture class=\"\" style=\"\">\n                        <source\n                            type='image\/webp'>\n                        <img \n\t\tclass='img-center no-lazy'\n\t\t\n\t\tsrc='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-two-bedroom-caramel-villa-private-pool-1119x1536.jpg'\n\t\tsrcset='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-two-bedroom-caramel-villa-private-pool.jpg 1290w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-two-bedroom-caramel-villa-private-pool-219x300.jpg 219w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-two-bedroom-caramel-villa-private-pool-746x1024.jpg 746w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-two-bedroom-caramel-villa-private-pool-768x1054.jpg 768w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-two-bedroom-caramel-villa-private-pool-1119x1536.jpg 1119w'\n\t\tsizes='(min-width: 1800px) 1800px, (min-width: 800px) 1200px, (min-width: 768px) 800px, (min-width: 350px) 400px, (min-width: 200px) 200px, 100vw'\n\t\t\" width=\"1290\" height=\"1770\" data-src=\"https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-two-bedroom-caramel-villa-private-pool.jpg\">\n                        <\/source>\n                   <\/picture>                                                                            <\/div>\n                                                                <\/a>\n                                                                                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/luxury-suites-villas\/two-bedroom-villa-private-pool\/\" >\n                                                                    <div class=\"card-info\">\n                                                                                <h2 class=\"header-title font-20--light\">2 BEDROOM CARAMEL VILLA PRIVATE POOL<\/h2>\n                                                                                   \n                                        <div class=\"header-info\">\n                                            <p><p><strong>65m\u00b2, Private Garden with pool, Garden View<br \/>\n4+1 persons<br \/>\n<\/strong>Two spacious master bedroom suites with separate entrance for enhanced privacy.<\/p>\n<\/p>\n                                        <\/div>\n                                                                                                                      \n                                    <\/div>\n                                                                <\/a>\n                                                                                            <\/div>\n                                                <\/a>\n                                            <\/div>\n                                <\/div>\n                                <\/div>\n    <\/div>\n     \n\n\n<h2 class=\"wp-block-heading has-text-align-center\">ULTIMATE ACCOMMODATION<\/h2>\n\n\n    <style>\n        @media (max-width: 600px){\n            main .cards-grid-block.split-view-slider{\n                min-height: unset!important;\n                height: auto!important;\n            }\n            main .cards-grid-block.split-view-slider .wrapper {\n                padding-top: 0!important;\n                height: auto!important;\n            }\n        }\n    <\/style>\n    <div id=\"section-4\" class=\"main-section-info cards-grid-block \" style=\"min-height: 704px;\">\n        <div class=\"block-text-container\"><\/div>        <div class=\"wrapper\">\n            <div class=\"main-section-info-wrapper flex\">\n                \n                    \n\n                    <div class=\"card-wrapper page-caramel eq3\">\n                            <div class=\"card\">\n                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/luxury-villas\/two-bedroom-villa-hydro-massage-bathtub\/\" >\n                                                                    <div class=\"card-image  default \" style=\"--aspect-ratio:default\">\n                                        \n                                        <picture class=\"\" style=\"\">\n                        <source\n                            type='image\/webp'>\n                        <img \n\t\tclass='img-center no-lazy'\n\t\t\n\t\tsrc='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-grecotel-two-bedroom-caramel-villa-1119x1536.jpg'\n\t\tsrcset='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-grecotel-two-bedroom-caramel-villa.jpg 1290w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-grecotel-two-bedroom-caramel-villa-219x300.jpg 219w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-grecotel-two-bedroom-caramel-villa-746x1024.jpg 746w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-grecotel-two-bedroom-caramel-villa-768x1054.jpg 768w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-grecotel-two-bedroom-caramel-villa-1119x1536.jpg 1119w'\n\t\tsizes='(min-width: 1800px) 1800px, (min-width: 800px) 1200px, (min-width: 768px) 800px, (min-width: 350px) 400px, (min-width: 200px) 200px, 100vw'\n\t\t\" width=\"1290\" height=\"1770\" data-src=\"https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/01-grecotel-two-bedroom-caramel-villa.jpg\">\n                        <\/source>\n                   <\/picture>                                                                            <\/div>\n                                                                <\/a>\n                                                                                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/luxury-villas\/two-bedroom-villa-hydro-massage-bathtub\/\" >\n                                                                    <div class=\"card-info\">\n                                                                                <h2 class=\"header-title font-20--light\">2 BEDROOM CARAMEL VILLA<\/h2>\n                                                                                   \n                                        <div class=\"header-info\">\n                                            <p><p><strong>80m\u00b2, Private Garden, Garden View<br \/>\n4+1 persons<br \/>\n<\/strong>Exclusively designed villas for those who demand superior comfort that matches their sense of elegance and style.<\/p>\n<\/p>\n                                        <\/div>\n                                                                                                                      \n                                    <\/div>\n                                                                <\/a>\n                                                                                            <\/div>\n                                                <\/a>\n                                            <\/div>\n                    \n                    \n\n                    <div class=\"card-wrapper page-caramel eq3\">\n                            <div class=\"card\">\n                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/luxury-villas\/two-bedroom-beach-villa\/\" >\n                                                                    <div class=\"card-image  default \" style=\"--aspect-ratio:default\">\n                                        \n                                        <picture class=\"\" style=\"\">\n                        <source\n                            type='image\/webp'>\n                        <img \n\t\tclass='img-center no-lazy'\n\t\t\n\t\tsrc='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-grecotel-two-bedroom-beach-villa-seafront-1119x1536.jpg'\n\t\tsrcset='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-grecotel-two-bedroom-beach-villa-seafront.jpg 1290w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-grecotel-two-bedroom-beach-villa-seafront-219x300.jpg 219w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-grecotel-two-bedroom-beach-villa-seafront-746x1024.jpg 746w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-grecotel-two-bedroom-beach-villa-seafront-768x1054.jpg 768w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-grecotel-two-bedroom-beach-villa-seafront-1119x1536.jpg 1119w'\n\t\tsizes='(min-width: 1800px) 1800px, (min-width: 800px) 1200px, (min-width: 768px) 800px, (min-width: 350px) 400px, (min-width: 200px) 200px, 100vw'\n\t\t\" width=\"1290\" height=\"1770\" data-src=\"https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/02-grecotel-two-bedroom-beach-villa-seafront.jpg\">\n                        <\/source>\n                   <\/picture>                                                                            <\/div>\n                                                                <\/a>\n                                                                                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/luxury-villas\/two-bedroom-beach-villa\/\" >\n                                                                    <div class=\"card-info\">\n                                                                                <h2 class=\"header-title font-20--light\">2 BEDROOM BEACH VILLA SEAFRONT<\/h2>\n                                                                                   \n                                        <div class=\"header-info\">\n                                            <p><p><strong>75m\u00b2, Private Balcony and Garden, Sea View<br \/>\n4+1 persons<br \/>\n<\/strong>Spacious and comfortable villas in split-level layout are perfect for a family or couples, offering privacy.<\/p>\n<\/p>\n                                        <\/div>\n                                                                                                                      \n                                    <\/div>\n                                                                <\/a>\n                                                                                            <\/div>\n                                                <\/a>\n                                            <\/div>\n                    \n                    \n\n                    <div class=\"card-wrapper page-caramel eq3\">\n                            <div class=\"card\">\n                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/luxury-villas\/three-bedroom-luxury-villa\/\" >\n                                                                    <div class=\"card-image  default \" style=\"--aspect-ratio:default\">\n                                        \n                                        <picture class=\"\" style=\"\">\n                        <source\n                            type='image\/webp'>\n                        <img \n\t\tclass='img-center no-lazy'\n\t\t\n\t\tsrc='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/03-grecotel-three-bedroom-villa-private-pool-and-garden-1119x1536.jpg'\n\t\tsrcset='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/03-grecotel-three-bedroom-villa-private-pool-and-garden.jpg 1290w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/03-grecotel-three-bedroom-villa-private-pool-and-garden-219x300.jpg 219w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/03-grecotel-three-bedroom-villa-private-pool-and-garden-746x1024.jpg 746w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/03-grecotel-three-bedroom-villa-private-pool-and-garden-768x1054.jpg 768w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/03-grecotel-three-bedroom-villa-private-pool-and-garden-1119x1536.jpg 1119w'\n\t\tsizes='(min-width: 1800px) 1800px, (min-width: 800px) 1200px, (min-width: 768px) 800px, (min-width: 350px) 400px, (min-width: 200px) 200px, 100vw'\n\t\t\" width=\"1290\" height=\"1770\" data-src=\"https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/03-grecotel-three-bedroom-villa-private-pool-and-garden.jpg\">\n                        <\/source>\n                   <\/picture>                                                                            <\/div>\n                                                                <\/a>\n                                                                                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/luxury-villas\/three-bedroom-luxury-villa\/\" >\n                                                                    <div class=\"card-info\">\n                                                                                <h2 class=\"header-title font-20--light\">3 BEDROOM VILLA PRIVATE POOL &amp; GARDEN<\/h2>\n                                                                                   \n                                        <div class=\"header-info\">\n                                            <p><p><strong>125m\u00b2, Private Balcony and Garden, Garden View<br \/>\n6+1 persons<br \/>\n<\/strong>Magnificent villas in the centre of the hotel estate and just a few steps away from beach.<\/p>\n<\/p>\n                                        <\/div>\n                                                                                                                      \n                                    <\/div>\n                                                                <\/a>\n                                                                                            <\/div>\n                                                <\/a>\n                                            <\/div>\n                    \n                    \n\n                    <div class=\"card-wrapper page-caramel eq3\">\n                            <div class=\"card\">\n                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/luxury-villas\/three-bedroom-luxury-villa-direct-beach-access\/\" >\n                                                                    <div class=\"card-image  default \" style=\"--aspect-ratio:default\">\n                                        \n                                        <picture class=\"\" style=\"\">\n                        <source\n                            type='image\/webp'>\n                        <img \n\t\tclass='img-center no-lazy'\n\t\t\n\t\tsrc='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/04-three-bedroom-luxury-villa-direct-access-to-the-beach-1119x1536.jpg'\n\t\tsrcset='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/04-three-bedroom-luxury-villa-direct-access-to-the-beach.jpg 1290w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/04-three-bedroom-luxury-villa-direct-access-to-the-beach-219x300.jpg 219w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/04-three-bedroom-luxury-villa-direct-access-to-the-beach-746x1024.jpg 746w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/04-three-bedroom-luxury-villa-direct-access-to-the-beach-768x1054.jpg 768w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/04-three-bedroom-luxury-villa-direct-access-to-the-beach-1119x1536.jpg 1119w'\n\t\tsizes='(min-width: 1800px) 1800px, (min-width: 800px) 1200px, (min-width: 768px) 800px, (min-width: 350px) 400px, (min-width: 200px) 200px, 100vw'\n\t\t\" width=\"1290\" height=\"1770\" data-src=\"https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/04-three-bedroom-luxury-villa-direct-access-to-the-beach.jpg\">\n                        <\/source>\n                   <\/picture>                                                                            <\/div>\n                                                                <\/a>\n                                                                                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/luxury-villas\/three-bedroom-luxury-villa-direct-beach-access\/\" >\n                                                                    <div class=\"card-info\">\n                                                                                <h2 class=\"header-title font-20--light\">3 BEDROOM LUXURY VILLA WITH DIRECT ACCESS TO THE BEACH<\/h2>\n                                                                                   \n                                        <div class=\"header-info\">\n                                            <p><p><strong>105m\u00b2, Private Balcony and Garden, Sea View<br \/>\n6+2 persons<br \/>\n<\/strong>Magnificent suites with separate bedrooms, gym area and large terrace with heated pool.<\/p>\n<\/p>\n                                        <\/div>\n                                                                                                                      \n                                    <\/div>\n                                                                <\/a>\n                                                                                            <\/div>\n                                                <\/a>\n                                            <\/div>\n                    \n                    \n\n                    <div class=\"card-wrapper page-caramel eq3\">\n                            <div class=\"card\">\n                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/luxury-villas\/three-bedroom-villa-seafront\/\" >\n                                                                    <div class=\"card-image  default \" style=\"--aspect-ratio:default\">\n                                        \n                                        <picture class=\"\" style=\"\">\n                        <source\n                            type='image\/webp'>\n                        <img \n\t\tclass='img-center no-lazy'\n\t\t\n\t\tsrc='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/05-three-bedroom-beach-villa-private-pool-1119x1536.jpg'\n\t\tsrcset='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/05-three-bedroom-beach-villa-private-pool.jpg 1290w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/05-three-bedroom-beach-villa-private-pool-219x300.jpg 219w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/05-three-bedroom-beach-villa-private-pool-746x1024.jpg 746w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/05-three-bedroom-beach-villa-private-pool-768x1054.jpg 768w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/05-three-bedroom-beach-villa-private-pool-1119x1536.jpg 1119w'\n\t\tsizes='(min-width: 1800px) 1800px, (min-width: 800px) 1200px, (min-width: 768px) 800px, (min-width: 350px) 400px, (min-width: 200px) 200px, 100vw'\n\t\t\" width=\"1290\" height=\"1770\" data-src=\"https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/05-three-bedroom-beach-villa-private-pool.jpg\">\n                        <\/source>\n                   <\/picture>                                                                            <\/div>\n                                                                <\/a>\n                                                                                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/luxury-villas\/three-bedroom-villa-seafront\/\" >\n                                                                    <div class=\"card-info\">\n                                                                                <h2 class=\"header-title font-20--light\">3 BEDROOM BEACH VILLA PRIVATE POOL <\/h2>\n                                                                                   \n                                        <div class=\"header-info\">\n                                            <p><p><strong>135m\u00b2, Private Balcony and Garden, Sea View<br \/>\n6+1 persons<br \/>\n<\/strong>Impressive beachfront villa designed in village bungalow style offer luxurious living space on two levels.<\/p>\n<\/p>\n                                        <\/div>\n                                                                                                                      \n                                    <\/div>\n                                                                <\/a>\n                                                                                            <\/div>\n                                                <\/a>\n                                            <\/div>\n                    \n                    \n\n                    <div class=\"card-wrapper page-caramel eq3\">\n                            <div class=\"card\">\n                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/luxury-villas\/villa-on-the-beach\/\" >\n                                                                    <div class=\"card-image  default \" style=\"--aspect-ratio:default\">\n                                        \n                                        <picture class=\"\" style=\"\">\n                        <source\n                            type='image\/webp'>\n                        <img \n\t\tclass='img-center no-lazy'\n\t\t\n\t\tsrc='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/06-four-bedroom-beach-villa-seafront-1119x1536.jpg'\n\t\tsrcset='https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/06-four-bedroom-beach-villa-seafront.jpg 1290w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/06-four-bedroom-beach-villa-seafront-219x300.jpg 219w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/06-four-bedroom-beach-villa-seafront-746x1024.jpg 746w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/06-four-bedroom-beach-villa-seafront-768x1054.jpg 768w, https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/06-four-bedroom-beach-villa-seafront-1119x1536.jpg 1119w'\n\t\tsizes='(min-width: 1800px) 1800px, (min-width: 800px) 1200px, (min-width: 768px) 800px, (min-width: 350px) 400px, (min-width: 200px) 200px, 100vw'\n\t\t\" width=\"1290\" height=\"1770\" data-src=\"https:\/\/www.grecotel.com\/caramel\/wp-content\/uploads\/sites\/25\/2025\/06\/06-four-bedroom-beach-villa-seafront.jpg\">\n                        <\/source>\n                   <\/picture>                                                                            <\/div>\n                                                                <\/a>\n                                                                                                                                <a href=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/luxury-villas\/villa-on-the-beach\/\" >\n                                                                    <div class=\"card-info\">\n                                                                                <h2 class=\"header-title font-20--light\">4 BEDROOM BEACH VILLA SEAFRONT<\/h2>\n                                                                                   \n                                        <div class=\"header-info\">\n                                            <p><p><strong>165m\u00b2, Private Balcony and Garden, Sea View<br \/>\n8+1 persons<br \/>\n<\/strong>Luxurious villas ideal for larger parties seeking total exclusivity.<\/p>\n<\/p>\n                                        <\/div>\n                                                                                                                      \n                                    <\/div>\n                                                                <\/a>\n                                                                                            <\/div>\n                                                <\/a>\n                                            <\/div>\n                                <\/div>\n                                <\/div>\n    <\/div>\n     ","protected":false},"excerpt":{"rendered":"<p>SUITES, BUNGALOWS &amp; VILLAS Main house suites, bungalow suites, maisonettes, villas: each one is unique, encapsulating a welcoming and comfortable feeling. All with exhilarating views, an aura of privacy and exquisite flair. Thoughtfully designed with an intrinsic play of colours, textures and patterns. Spaces furinished gracefully with antique and contemporary furniture, handmade floor tiles, exceptional [&hellip;]<\/p>\n","protected":false},"author":10,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-landing.php","meta":{"_acf_changed":false,"footnotes":""},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Luxury Accommodation in Crete | Caramel Boutique Resort<\/title>\n<meta name=\"description\" content=\"Grecotel Caramel offers avant garde luxury accommodation in Crete island for all family. Plan your dream holidays in Crete!\" \/>\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.grecotel.com\/caramel\/accommodation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Luxury Accommodation in Crete | Caramel Boutique Resort\" \/>\n<meta property=\"og:description\" content=\"Grecotel Caramel offers avant garde luxury accommodation in Crete island for all family. Plan your dream holidays in Crete!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.grecotel.com\/caramel\/accommodation\/\" \/>\n<meta property=\"og:site_name\" content=\"Caramel\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-20T14:23:49+00:00\" \/>\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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.grecotel.com\/caramel\/accommodation\/\",\"url\":\"https:\/\/www.grecotel.com\/caramel\/accommodation\/\",\"name\":\"Luxury Accommodation in Crete | Caramel Boutique Resort\",\"isPartOf\":{\"@id\":\"https:\/\/www.grecotel.com\/caramel\/#website\"},\"datePublished\":\"2023-06-16T08:59:24+00:00\",\"dateModified\":\"2026-03-20T14:23:49+00:00\",\"description\":\"Grecotel Caramel offers avant garde luxury accommodation in Crete island for all family. Plan your dream holidays in Crete!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.grecotel.com\/caramel\/accommodation\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.grecotel.com\/caramel\/accommodation\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.grecotel.com\/caramel\/accommodation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.grecotel.com\/caramel\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ACCOMMODATION\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.grecotel.com\/caramel\/#website\",\"url\":\"https:\/\/www.grecotel.com\/caramel\/\",\"name\":\"Caramel\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.grecotel.com\/caramel\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Luxury Accommodation in Crete | Caramel Boutique Resort","description":"Grecotel Caramel offers avant garde luxury accommodation in Crete island for all family. Plan your dream holidays in Crete!","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.grecotel.com\/caramel\/accommodation\/","og_locale":"en_US","og_type":"article","og_title":"Luxury Accommodation in Crete | Caramel Boutique Resort","og_description":"Grecotel Caramel offers avant garde luxury accommodation in Crete island for all family. Plan your dream holidays in Crete!","og_url":"https:\/\/www.grecotel.com\/caramel\/accommodation\/","og_site_name":"Caramel","article_modified_time":"2026-03-20T14:23:49+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.grecotel.com\/caramel\/accommodation\/","url":"https:\/\/www.grecotel.com\/caramel\/accommodation\/","name":"Luxury Accommodation in Crete | Caramel Boutique Resort","isPartOf":{"@id":"https:\/\/www.grecotel.com\/caramel\/#website"},"datePublished":"2023-06-16T08:59:24+00:00","dateModified":"2026-03-20T14:23:49+00:00","description":"Grecotel Caramel offers avant garde luxury accommodation in Crete island for all family. Plan your dream holidays in Crete!","breadcrumb":{"@id":"https:\/\/www.grecotel.com\/caramel\/accommodation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.grecotel.com\/caramel\/accommodation\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.grecotel.com\/caramel\/accommodation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.grecotel.com\/caramel\/"},{"@type":"ListItem","position":2,"name":"ACCOMMODATION"}]},{"@type":"WebSite","@id":"https:\/\/www.grecotel.com\/caramel\/#website","url":"https:\/\/www.grecotel.com\/caramel\/","name":"Caramel","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.grecotel.com\/caramel\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}},"lang":"en","translations":{"en":33},"pll_sync_post":[],"_links":{"self":[{"href":"https:\/\/www.grecotel.com\/caramel\/wp-json\/wp\/v2\/pages\/33"}],"collection":[{"href":"https:\/\/www.grecotel.com\/caramel\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.grecotel.com\/caramel\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.grecotel.com\/caramel\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/www.grecotel.com\/caramel\/wp-json\/wp\/v2\/comments?post=33"}],"version-history":[{"count":579,"href":"https:\/\/www.grecotel.com\/caramel\/wp-json\/wp\/v2\/pages\/33\/revisions"}],"predecessor-version":[{"id":19340,"href":"https:\/\/www.grecotel.com\/caramel\/wp-json\/wp\/v2\/pages\/33\/revisions\/19340"}],"wp:attachment":[{"href":"https:\/\/www.grecotel.com\/caramel\/wp-json\/wp\/v2\/media?parent=33"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}