{"id":6601,"date":"2022-12-27T19:10:45","date_gmt":"2022-12-27T18:10:45","guid":{"rendered":"https:\/\/thecityescape.nl\/our-cities\/"},"modified":"2026-05-20T15:50:43","modified_gmt":"2026-05-20T14:50:43","slug":"our-cities","status":"publish","type":"page","link":"https:\/\/thecityescape.nl\/en\/our-cities\/","title":{"rendered":"Our cities"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6601\" class=\"elementor elementor-6601 elementor-2050\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7ecf0c50 elementor-section-height-min-height elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"7ecf0c50\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1d3b9697\" data-id=\"1d3b9697\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61420290 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"61420290\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Choose your city. <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-482ae10 elementor-widget elementor-widget-text-editor\" data-id=\"482ae10\" data-element_type=\"widget\" data-e-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\t\t<p>From hidden alleys to city secrets. Discover what lies behind every corner. <\/p>\t\t\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-79a4df67 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"79a4df67\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-32264eba\" data-id=\"32264eba\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8a2b4b1 elementor-widget elementor-widget-shortcode\" data-id=\"8a2b4b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<style>\n      .tour-filter-bar {\n        display: flex;\n        gap: 12px;\n        flex-wrap: wrap;\n        margin-bottom: 15px;\n        align-items: center;\n      }\n      @media (min-width: 768px) {\n        .tour-filter-bar {\n          flex-wrap: nowrap;\n        }\n        .tour-filter-bar select {\n          width: 200px;\n          flex-shrink: 0;\n        }\n      }\n    <\/style>\n\n    <div class=\"tour-filter-bar\">\n\n            <select id=\"tourProvinceFilter\" style=\"padding:8px;\">\n        <option value=\"\">All provinces<\/option>\n                  <option value=\"gelderland\">\n            Gelderland          <\/option>\n                  <option value=\"limbrug\">\n            Limburg          <\/option>\n                  <option value=\"noord-brabant\">\n            Noord Brabant          <\/option>\n                  <option value=\"noord-holland\">\n            Noord-Holland          <\/option>\n                  <option value=\"utrecht\">\n            Utrecht          <\/option>\n                  <option value=\"zuid-holland\">\n            Zuid-Holland          <\/option>\n              <\/select>\n      \n      <input\n        type=\"text\"\n        id=\"tourSearch\"\n        placeholder=\"In which city will you take on the challenge?\"\n        style=\"flex:1; min-width:0; padding:8px;\"\n      >\n\n    <\/div>\n\n    <div id=\"tourNoResults\" style=\"display:none; margin-top:10px;\">\n      Sorry, I could not find a city.    <\/div>\n\n    <!-- Provincie data per product-id, gebruikt door JS -->\n    <script>\n    const tourProvinceMap = {\"6018\":[\"gelderland\"],\"6622\":[\"limbrug\"],\"6023\":[\"noord-brabant\"],\"6030\":[\"noord-brabant\"],\"6613\":[\"noord-brabant\"],\"7138\":[\"noord-brabant\"],\"7140\":[\"noord-brabant\"],\"6624\":[\"noord-holland\"],\"6026\":[\"utrecht\"],\"6629\":[\"utrecht\"],\"6617\":[\"zuid-holland\"],\"6619\":[\"zuid-holland\"]};\n    <\/script>\n\n    <script>\n    document.addEventListener(\"DOMContentLoaded\", function () {\n      const input  = document.getElementById(\"tourSearch\");\n      const select = document.getElementById(\"tourProvinceFilter\");\n      const noRes  = document.getElementById(\"tourNoResults\");\n      if (!input) return;\n\n      function runFilter() {\n        const filter   = input.value.trim().toLowerCase();\n        const province = select ? select.value.trim() : \"\";\n        const items    = document.querySelectorAll(\".product.woolentor-product-item\");\n        let visibleCount = 0;\n\n        items.forEach(item => {\n          const pid = item.dataset.productId;\n\n          const title = (item.querySelector(\".woolentor-product-title\")?.textContent || \"\")\n            .trim().toLowerCase();\n\n          const provincies = tourProvinceMap[pid] || [];\n\n          const matchTitle    = !filter   || title.includes(filter);\n          const matchProvince = !province || provincies.includes(province);\n          const show          = matchTitle && matchProvince;\n\n          item.style.display = show ? \"\" : \"none\";\n          if (show) visibleCount++;\n        });\n\n        if (noRes) {\n          noRes.style.display = (visibleCount === 0 && (filter || province)) ? \"\" : \"none\";\n        }\n      }\n\n      input.addEventListener(\"input\", runFilter);\n      if (select) select.addEventListener(\"change\", runFilter);\n      runFilter();\n    });\n    <\/script>\n\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ee6e4c0 woolentor-columns-3 woolentor-columns-tablet-3 woolentor-columns-mobile-1 woolentor-badge-style-solid woolentor-badge-pos-top-left woolentor-card-hover-lift woolentor-image-hover-zoom elementor-widget elementor-widget-woolentor-product-grid-modern\" data-id=\"ee6e4c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woolentor-product-grid-modern.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"woolentor-product-grid woolentor-style-modern woolentor-layout-grid woolentor-hover-fade-up\" data-wl-widget-name=\"woolentor-product-grid-modern\" data-wl-widget-settings=\"{&quot;style&quot;:&quot;modern&quot;,&quot;layout&quot;:&quot;grid&quot;,&quot;query_type&quot;:&quot;products&quot;,&quot;posts_per_page&quot;:15,&quot;orderby&quot;:&quot;title&quot;,&quot;order&quot;:&quot;ASC&quot;,&quot;categories&quot;:[&quot;steden&quot;],&quot;tags&quot;:[],&quot;exclude_out_of_stock&quot;:false,&quot;exclude_no_image&quot;:false,&quot;columns&quot;:&quot;3&quot;,&quot;columns_tablet&quot;:&quot;3&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;gap&quot;:25,&quot;gap_tablet&quot;:25,&quot;gap_mobile&quot;:20,&quot;show_image&quot;:true,&quot;image_size&quot;:&quot;woocommerce_thumbnail&quot;,&quot;show_secondary_image&quot;:false,&quot;show_title&quot;:true,&quot;title_tag&quot;:&quot;h3&quot;,&quot;title_length&quot;:0,&quot;show_price&quot;:true,&quot;show_rating&quot;:true,&quot;show_categories&quot;:false,&quot;show_excerpt&quot;:false,&quot;excerpt_length&quot;:20,&quot;show_add_to_cart&quot;:true,&quot;show_badges&quot;:false,&quot;show_stock_status&quot;:false,&quot;show_quick_view&quot;:false,&quot;show_wishlist&quot;:false,&quot;show_compare&quot;:false,&quot;hover_animation&quot;:&quot;fade-up&quot;,&quot;image_hover_effect&quot;:&quot;zoom&quot;,&quot;enable_pagination&quot;:false,&quot;pagination_type&quot;:&quot;numbers&quot;,&quot;load_more_text&quot;:null,&quot;load_more_complete_text&quot;:null,&quot;custom_class&quot;:&quot;&quot;,&quot;enable_quick_cart&quot;:false,&quot;grid_id&quot;:&quot;woolentor-grid-6a136f49c5cd0&quot;,&quot;default_view_mode&quot;:&quot;grid&quot;,&quot;include_products&quot;:[],&quot;exclude_products&quot;:&quot;&quot;,&quot;enable_filters&quot;:false,&quot;show_quick_actions&quot;:false,&quot;show_sale_badge&quot;:false,&quot;sale_badge_text&quot;:&quot;SALE&quot;,&quot;show_new_badge&quot;:false,&quot;new_badge_text&quot;:&quot;NEW&quot;,&quot;new_badge_days&quot;:7,&quot;show_trending_badge&quot;:false,&quot;trending_badge_text&quot;:&quot;HOT&quot;,&quot;badge_style&quot;:&quot;solid&quot;,&quot;badge_position&quot;:&quot;top-left&quot;,&quot;widget_name&quot;:&quot;woolentor-product-grid-modern&quot;,&quot;widget_id&quot;:&quot;ee6e4c0&quot;,&quot;show_grid_description&quot;:true,&quot;grid_description_length&quot;:20,&quot;show_list_description&quot;:false,&quot;list_description_length&quot;:20,&quot;show_product_features&quot;:false,&quot;show_quantity_selector&quot;:false}\"><div class=\"woolentor-products-wrapper  \">\n<div class=\"woolentor-product-grid-modern woolentor-layout-grid  woolentor-columns-3\" id=\"woolentor-grid-6a136f49c5cd0\">\n\n            \n        <div class=\"product woolentor-product-item\" data-product-id=\"6629\">\n            <div class=\"woolentor-product-card woolentor-grid-card  \">\n\n                <!-- GRID VIEW CONTENT -->\n                <div class=\"woolentor-grid-view-content\">\n\n                                            <div class=\"woolentor-product-image\">\n                            <a href=\"https:\/\/thecityescape.nl\/en\/product\/amersfoort\/\" title=\"Amersfoort\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/02\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals58-500x500.jpg\" class=\"woolentor-product-img\" alt=\"amersfoort\" loading=\"lazy\" srcset=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/02\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals58-500x500.jpg 500w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/02\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals58-150x150.jpg 150w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/02\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals58-100x100.jpg 100w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/>                            <\/a>\n                            \n                            \n                                                    <\/div>\n                    \n                    <div class=\"woolentor-product-content\">\n                        \n                        <h3 class='woolentor-product-title'><a href='https:\/\/thecityescape.nl\/en\/product\/amersfoort\/' title='Amersfoort'>Amersfoort<\/a><\/h3>\n                                                    <div class=\"woolentor-product-description\">\n                                <p>In 1903, the residents of Amersfoort decided: the famous Boulder must be unearthed. The stone to which the city owes&hellip;<\/p>\n                            <\/div>\n                        \n                        \n                                                    <div class=\"woolentor-product-price\">\n                                <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>29.95<\/span>                                                            <\/div>\n                        \n                                                    <div class=\"woolentor-product-actions\">\n                                <a href=\"\/en\/wp-json\/wp\/v2\/pages\/6601?add-to-cart=6629\" data-quantity=\"1\" data-product_id=\"6629\" data-product_sku=\"Koppelpoort (Kleine Spui 32)\" class=\"woolentor-cart-btn button product_type_simple add_to_cart_button ajax_add_to_cart\" title=\"Add to cart\" rel=\"nofollow\"><svg class=\"cart-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"><\/path><\/svg>Add to cart<\/a>                            <\/div>\n                                            <\/div>\n                <\/div>\n                <!-- END GRID VIEW CONTENT -->\n                \n                <!-- LIST VIEW CONTENT -->\n                <div class=\"woolentor-list-view-content\">\n\n                                            <div class=\"woolentor-product-image\">\n                            <a href=\"https:\/\/thecityescape.nl\/en\/product\/amersfoort\/\" title=\"Amersfoort\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/02\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals58-500x500.jpg\" class=\"woolentor-product-img\" alt=\"amersfoort\" loading=\"lazy\" srcset=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/02\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals58-500x500.jpg 500w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/02\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals58-150x150.jpg 150w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/02\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals58-100x100.jpg 100w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/>                            <\/a>\n                            \n                            \n                            \n                        <\/div>\n                    \n                    <div class=\"woolentor-product-content\">\n                        <div class=\"woolentor-content-header\">\n                                                        <h3 class='woolentor-product-title'><a href='https:\/\/thecityescape.nl\/en\/product\/amersfoort\/' title='Amersfoort'>Amersfoort<\/a><\/h3>                        <\/div>\n\n                        \n                        \n                        \n                        <div class=\"woolentor-content-footer\">\n                            <div class=\"woolentor-price-stock\">\n                                                                    <div class=\"woolentor-product-price\">\n                                        <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>29.95<\/span>                                                                            <\/div>\n                                                            <\/div>\n\n                                                            <div class=\"woolentor-product-actions\">\n\n                                                                        \n                                    \n                                    <a href=\"\/en\/wp-json\/wp\/v2\/pages\/6601?add-to-cart=6629\" data-quantity=\"1\" data-product_id=\"6629\" data-product_sku=\"Koppelpoort (Kleine Spui 32)\" class=\"woolentor-cart-btn button product_type_simple add_to_cart_button ajax_add_to_cart\" title=\"Add to cart\" rel=\"nofollow\"><svg class=\"cart-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"><\/path><\/svg>Add to cart<\/a>                                    \n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <!-- END LIST VIEW CONTENT -->\n\n            <\/div>\n        <\/div>\n\n            \n        <div class=\"product woolentor-product-item\" data-product-id=\"6624\">\n            <div class=\"woolentor-product-card woolentor-grid-card  \">\n\n                <!-- GRID VIEW CONTENT -->\n                <div class=\"woolentor-grid-view-content\">\n\n                                            <div class=\"woolentor-product-image\">\n                            <a href=\"https:\/\/thecityescape.nl\/en\/product\/amsterdam\/\" title=\"Amsterdam\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/02\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals40-scaled-500x500.jpg\" class=\"woolentor-product-img\" alt=\"amsterdam\" loading=\"lazy\" srcset=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/02\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals40-scaled-500x500.jpg 500w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/02\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals40-scaled-100x100.jpg 100w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/02\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals40-150x150.jpg 150w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/>                            <\/a>\n                            \n                            \n                                                    <\/div>\n                    \n                    <div class=\"woolentor-product-content\">\n                        \n                        <h3 class='woolentor-product-title'><a href='https:\/\/thecityescape.nl\/en\/product\/amsterdam\/' title='Amsterdam'>Amsterdam<\/a><\/h3>\n                                                    <div class=\"woolentor-product-description\">\n                                <p>Dive into 1667 Amsterdam. The Republic is at war with England, and Admiral Michiel de Ruyter is preparing a daring&hellip;<\/p>\n                            <\/div>\n                        \n                        \n                                                    <div class=\"woolentor-product-price\">\n                                <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>29.95<\/span>                                                            <\/div>\n                        \n                                                    <div class=\"woolentor-product-actions\">\n                                <a href=\"\/en\/wp-json\/wp\/v2\/pages\/6601?add-to-cart=6624\" data-quantity=\"1\" data-product_id=\"6624\" data-product_sku=\"Amsterdam Centraal Station (Stationsplein)\" class=\"woolentor-cart-btn button product_type_simple add_to_cart_button ajax_add_to_cart\" title=\"Add to cart\" rel=\"nofollow\"><svg class=\"cart-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"><\/path><\/svg>Add to cart<\/a>                            <\/div>\n                                            <\/div>\n                <\/div>\n                <!-- END GRID VIEW CONTENT -->\n                \n                <!-- LIST VIEW CONTENT -->\n                <div class=\"woolentor-list-view-content\">\n\n                                            <div class=\"woolentor-product-image\">\n                            <a href=\"https:\/\/thecityescape.nl\/en\/product\/amsterdam\/\" title=\"Amsterdam\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/02\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals40-scaled-500x500.jpg\" class=\"woolentor-product-img\" alt=\"amsterdam\" loading=\"lazy\" srcset=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/02\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals40-scaled-500x500.jpg 500w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/02\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals40-scaled-100x100.jpg 100w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/02\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals40-150x150.jpg 150w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/>                            <\/a>\n                            \n                            \n                            \n                        <\/div>\n                    \n                    <div class=\"woolentor-product-content\">\n                        <div class=\"woolentor-content-header\">\n                                                        <h3 class='woolentor-product-title'><a href='https:\/\/thecityescape.nl\/en\/product\/amsterdam\/' title='Amsterdam'>Amsterdam<\/a><\/h3>                        <\/div>\n\n                        \n                        \n                        \n                        <div class=\"woolentor-content-footer\">\n                            <div class=\"woolentor-price-stock\">\n                                                                    <div class=\"woolentor-product-price\">\n                                        <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>29.95<\/span>                                                                            <\/div>\n                                                            <\/div>\n\n                                                            <div class=\"woolentor-product-actions\">\n\n                                                                        \n                                    \n                                    <a href=\"\/en\/wp-json\/wp\/v2\/pages\/6601?add-to-cart=6624\" data-quantity=\"1\" data-product_id=\"6624\" data-product_sku=\"Amsterdam Centraal Station (Stationsplein)\" class=\"woolentor-cart-btn button product_type_simple add_to_cart_button ajax_add_to_cart\" title=\"Add to cart\" rel=\"nofollow\"><svg class=\"cart-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"><\/path><\/svg>Add to cart<\/a>                                    \n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <!-- END LIST VIEW CONTENT -->\n\n            <\/div>\n        <\/div>\n\n            \n        <div class=\"product woolentor-product-item\" data-product-id=\"7140\">\n            <div class=\"woolentor-product-card woolentor-grid-card  \">\n\n                <!-- GRID VIEW CONTENT -->\n                <div class=\"woolentor-grid-view-content\">\n\n                                            <div class=\"woolentor-product-image\">\n                            <a href=\"https:\/\/thecityescape.nl\/en\/product\/breda\/\" title=\"Breda\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/05\/PXL_20260420_095939933-500x500.jpg\" class=\"woolentor-product-img\" alt=\"breda\" loading=\"lazy\" srcset=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/05\/PXL_20260420_095939933-500x500.jpg 500w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/05\/PXL_20260420_095939933-150x150.jpg 150w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/05\/PXL_20260420_095939933-100x100.jpg 100w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/>                            <\/a>\n                            \n                            \n                                                    <\/div>\n                    \n                    <div class=\"woolentor-product-content\">\n                        \n                        <h3 class='woolentor-product-title'><a href='https:\/\/thecityescape.nl\/en\/product\/breda\/' title='Breda'>Breda<\/a><\/h3>\n                                                    <div class=\"woolentor-product-description\">\n                                <p>An ancient secret slumbers somewhere in the streets of Breda. Centuries ago, Johanna van Nassau's treasure vanished without a trace,&hellip;<\/p>\n                            <\/div>\n                        \n                        \n                                                    <div class=\"woolentor-product-price\">\n                                <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>29.95<\/span>                                                            <\/div>\n                        \n                                                    <div class=\"woolentor-product-actions\">\n                                <a href=\"\/en\/wp-json\/wp\/v2\/pages\/6601?add-to-cart=7140\" data-quantity=\"1\" data-product_id=\"7140\" data-product_sku=\"Stationsplein Breda\" class=\"woolentor-cart-btn button product_type_simple add_to_cart_button ajax_add_to_cart\" title=\"Add to cart\" rel=\"nofollow\"><svg class=\"cart-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"><\/path><\/svg>Add to cart<\/a>                            <\/div>\n                                            <\/div>\n                <\/div>\n                <!-- END GRID VIEW CONTENT -->\n                \n                <!-- LIST VIEW CONTENT -->\n                <div class=\"woolentor-list-view-content\">\n\n                                            <div class=\"woolentor-product-image\">\n                            <a href=\"https:\/\/thecityescape.nl\/en\/product\/breda\/\" title=\"Breda\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/05\/PXL_20260420_095939933-500x500.jpg\" class=\"woolentor-product-img\" alt=\"breda\" loading=\"lazy\" srcset=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/05\/PXL_20260420_095939933-500x500.jpg 500w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/05\/PXL_20260420_095939933-150x150.jpg 150w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/05\/PXL_20260420_095939933-100x100.jpg 100w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/>                            <\/a>\n                            \n                            \n                            \n                        <\/div>\n                    \n                    <div class=\"woolentor-product-content\">\n                        <div class=\"woolentor-content-header\">\n                                                        <h3 class='woolentor-product-title'><a href='https:\/\/thecityescape.nl\/en\/product\/breda\/' title='Breda'>Breda<\/a><\/h3>                        <\/div>\n\n                        \n                        \n                        \n                        <div class=\"woolentor-content-footer\">\n                            <div class=\"woolentor-price-stock\">\n                                                                    <div class=\"woolentor-product-price\">\n                                        <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>29.95<\/span>                                                                            <\/div>\n                                                            <\/div>\n\n                                                            <div class=\"woolentor-product-actions\">\n\n                                                                        \n                                    \n                                    <a href=\"\/en\/wp-json\/wp\/v2\/pages\/6601?add-to-cart=7140\" data-quantity=\"1\" data-product_id=\"7140\" data-product_sku=\"Stationsplein Breda\" class=\"woolentor-cart-btn button product_type_simple add_to_cart_button ajax_add_to_cart\" title=\"Add to cart\" rel=\"nofollow\"><svg class=\"cart-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"><\/path><\/svg>Add to cart<\/a>                                    \n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <!-- END LIST VIEW CONTENT -->\n\n            <\/div>\n        <\/div>\n\n            \n        <div class=\"product woolentor-product-item\" data-product-id=\"6023\">\n            <div class=\"woolentor-product-card woolentor-grid-card  \">\n\n                <!-- GRID VIEW CONTENT -->\n                <div class=\"woolentor-grid-view-content\">\n\n                                            <div class=\"woolentor-product-image\">\n                            <a href=\"https:\/\/thecityescape.nl\/en\/product\/den-bosch\/\" title=\"Den Bosch\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/01\/IMG_1209-500x500.jpg\" class=\"woolentor-product-img\" alt=\"den-bosch\" loading=\"lazy\" srcset=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/01\/IMG_1209-500x500.jpg 500w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/01\/IMG_1209-150x150.jpg 150w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/01\/IMG_1209-100x100.jpg 100w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/>                            <\/a>\n                            \n                            \n                                                    <\/div>\n                    \n                    <div class=\"woolentor-product-content\">\n                        \n                        <h3 class='woolentor-product-title'><a href='https:\/\/thecityescape.nl\/en\/product\/den-bosch\/' title='Den Bosch'>Den Bosch<\/a><\/h3>\n                                                    <div class=\"woolentor-product-description\">\n                                <p>In Den Bosch, a story about the Swamp Dragon has been circulating for centuries. A monster that lurks deep beneath&hellip;<\/p>\n                            <\/div>\n                        \n                        \n                                                    <div class=\"woolentor-product-price\">\n                                <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>29.95<\/span>                                                            <\/div>\n                        \n                                                    <div class=\"woolentor-product-actions\">\n                                <a href=\"\/en\/wp-json\/wp\/v2\/pages\/6601?add-to-cart=6023\" data-quantity=\"1\" data-product_id=\"6023\" data-product_sku=\"Stationsplein Den Bosch\" class=\"woolentor-cart-btn button product_type_simple add_to_cart_button ajax_add_to_cart\" title=\"Add to cart\" rel=\"nofollow\"><svg class=\"cart-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"><\/path><\/svg>Add to cart<\/a>                            <\/div>\n                                            <\/div>\n                <\/div>\n                <!-- END GRID VIEW CONTENT -->\n                \n                <!-- LIST VIEW CONTENT -->\n                <div class=\"woolentor-list-view-content\">\n\n                                            <div class=\"woolentor-product-image\">\n                            <a href=\"https:\/\/thecityescape.nl\/en\/product\/den-bosch\/\" title=\"Den Bosch\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/01\/IMG_1209-500x500.jpg\" class=\"woolentor-product-img\" alt=\"den-bosch\" loading=\"lazy\" srcset=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/01\/IMG_1209-500x500.jpg 500w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/01\/IMG_1209-150x150.jpg 150w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/01\/IMG_1209-100x100.jpg 100w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/>                            <\/a>\n                            \n                            \n                            \n                        <\/div>\n                    \n                    <div class=\"woolentor-product-content\">\n                        <div class=\"woolentor-content-header\">\n                                                        <h3 class='woolentor-product-title'><a href='https:\/\/thecityescape.nl\/en\/product\/den-bosch\/' title='Den Bosch'>Den Bosch<\/a><\/h3>                        <\/div>\n\n                        \n                        \n                        \n                        <div class=\"woolentor-content-footer\">\n                            <div class=\"woolentor-price-stock\">\n                                                                    <div class=\"woolentor-product-price\">\n                                        <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>29.95<\/span>                                                                            <\/div>\n                                                            <\/div>\n\n                                                            <div class=\"woolentor-product-actions\">\n\n                                                                        \n                                    \n                                    <a href=\"\/en\/wp-json\/wp\/v2\/pages\/6601?add-to-cart=6023\" data-quantity=\"1\" data-product_id=\"6023\" data-product_sku=\"Stationsplein Den Bosch\" class=\"woolentor-cart-btn button product_type_simple add_to_cart_button ajax_add_to_cart\" title=\"Add to cart\" rel=\"nofollow\"><svg class=\"cart-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"><\/path><\/svg>Add to cart<\/a>                                    \n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <!-- END LIST VIEW CONTENT -->\n\n            <\/div>\n        <\/div>\n\n            \n        <div class=\"product woolentor-product-item\" data-product-id=\"6030\">\n            <div class=\"woolentor-product-card woolentor-grid-card  \">\n\n                <!-- GRID VIEW CONTENT -->\n                <div class=\"woolentor-grid-view-content\">\n\n                                            <div class=\"woolentor-product-image\">\n                            <a href=\"https:\/\/thecityescape.nl\/en\/product\/eindhoven\/\" title=\"Eindhoven\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/The-City-Escape-Eindhoven-square-500x500.jpg\" class=\"woolentor-product-img\" alt=\"eindhoven\" loading=\"lazy\" srcset=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/The-City-Escape-Eindhoven-square-500x500.jpg 500w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/The-City-Escape-Eindhoven-square-100x100.jpg 100w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/The-City-Escape-Eindhoven-square-400x400.jpg 400w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/The-City-Escape-Eindhoven-square-300x300.jpg 300w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/The-City-Escape-Eindhoven-square-1024x1024.jpg 1024w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/The-City-Escape-Eindhoven-square-150x150.jpg 150w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/The-City-Escape-Eindhoven-square-768x768.jpg 768w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/The-City-Escape-Eindhoven-square-1536x1536.jpg 1536w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/The-City-Escape-Eindhoven-square.jpg 1920w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/>                            <\/a>\n                            \n                            \n                                                    <\/div>\n                    \n                    <div class=\"woolentor-product-content\">\n                        \n                        <h3 class='woolentor-product-title'><a href='https:\/\/thecityescape.nl\/en\/product\/eindhoven\/' title='Eindhoven'>Eindhoven<\/a><\/h3>\n                                                    <div class=\"woolentor-product-description\">\n                                <p>You travel back to 1932. Grocer Willem LaTour has organised a treasure hunt for all the town's residents to thank&hellip;<\/p>\n                            <\/div>\n                        \n                        \n                                                    <div class=\"woolentor-product-price\">\n                                <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>29.95<\/span>                                                            <\/div>\n                        \n                                                    <div class=\"woolentor-product-actions\">\n                                <a href=\"\/en\/wp-json\/wp\/v2\/pages\/6601?add-to-cart=6030\" data-quantity=\"1\" data-product_id=\"6030\" data-product_sku=\"Effenaar \u2013 Dommelstraat 5611CK Eindhoven\" class=\"woolentor-cart-btn button product_type_simple add_to_cart_button ajax_add_to_cart\" title=\"Add to cart\" rel=\"nofollow\"><svg class=\"cart-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"><\/path><\/svg>Add to cart<\/a>                            <\/div>\n                                            <\/div>\n                <\/div>\n                <!-- END GRID VIEW CONTENT -->\n                \n                <!-- LIST VIEW CONTENT -->\n                <div class=\"woolentor-list-view-content\">\n\n                                            <div class=\"woolentor-product-image\">\n                            <a href=\"https:\/\/thecityescape.nl\/en\/product\/eindhoven\/\" title=\"Eindhoven\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/The-City-Escape-Eindhoven-square-500x500.jpg\" class=\"woolentor-product-img\" alt=\"eindhoven\" loading=\"lazy\" srcset=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/The-City-Escape-Eindhoven-square-500x500.jpg 500w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/The-City-Escape-Eindhoven-square-100x100.jpg 100w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/The-City-Escape-Eindhoven-square-400x400.jpg 400w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/The-City-Escape-Eindhoven-square-300x300.jpg 300w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/The-City-Escape-Eindhoven-square-1024x1024.jpg 1024w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/The-City-Escape-Eindhoven-square-150x150.jpg 150w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/The-City-Escape-Eindhoven-square-768x768.jpg 768w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/The-City-Escape-Eindhoven-square-1536x1536.jpg 1536w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/The-City-Escape-Eindhoven-square.jpg 1920w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/>                            <\/a>\n                            \n                            \n                            \n                        <\/div>\n                    \n                    <div class=\"woolentor-product-content\">\n                        <div class=\"woolentor-content-header\">\n                                                        <h3 class='woolentor-product-title'><a href='https:\/\/thecityescape.nl\/en\/product\/eindhoven\/' title='Eindhoven'>Eindhoven<\/a><\/h3>                        <\/div>\n\n                        \n                        \n                        \n                        <div class=\"woolentor-content-footer\">\n                            <div class=\"woolentor-price-stock\">\n                                                                    <div class=\"woolentor-product-price\">\n                                        <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>29.95<\/span>                                                                            <\/div>\n                                                            <\/div>\n\n                                                            <div class=\"woolentor-product-actions\">\n\n                                                                        \n                                    \n                                    <a href=\"\/en\/wp-json\/wp\/v2\/pages\/6601?add-to-cart=6030\" data-quantity=\"1\" data-product_id=\"6030\" data-product_sku=\"Effenaar \u2013 Dommelstraat 5611CK Eindhoven\" class=\"woolentor-cart-btn button product_type_simple add_to_cart_button ajax_add_to_cart\" title=\"Add to cart\" rel=\"nofollow\"><svg class=\"cart-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"><\/path><\/svg>Add to cart<\/a>                                    \n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <!-- END LIST VIEW CONTENT -->\n\n            <\/div>\n        <\/div>\n\n            \n        <div class=\"product woolentor-product-item\" data-product-id=\"6622\">\n            <div class=\"woolentor-product-card woolentor-grid-card  \">\n\n                <!-- GRID VIEW CONTENT -->\n                <div class=\"woolentor-grid-view-content\">\n\n                                            <div class=\"woolentor-product-image\">\n                            <a href=\"https:\/\/thecityescape.nl\/en\/product\/maastricht\/\" title=\"Maastricht\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/02\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals22-500x500.jpg\" class=\"woolentor-product-img\" alt=\"maastricht\" loading=\"lazy\" srcset=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/02\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals22-500x500.jpg 500w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/02\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals22-150x150.jpg 150w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/02\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals22-100x100.jpg 100w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/>                            <\/a>\n                            \n                            \n                                                    <\/div>\n                    \n                    <div class=\"woolentor-product-content\">\n                        \n                        <h3 class='woolentor-product-title'><a href='https:\/\/thecityescape.nl\/en\/product\/maastricht\/' title='Maastricht'>Maastricht<\/a><\/h3>\n                                                    <div class=\"woolentor-product-description\">\n                                <p>Chaos has struck Maastricht: items are disappearing everywhere, things are getting mixed up, and nothing seems right anymore. All signs&hellip;<\/p>\n                            <\/div>\n                        \n                        \n                                                    <div class=\"woolentor-product-price\">\n                                <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>29.95<\/span>                                                            <\/div>\n                        \n                                                    <div class=\"woolentor-product-actions\">\n                                <a href=\"\/en\/wp-json\/wp\/v2\/pages\/6601?add-to-cart=6622\" data-quantity=\"1\" data-product_id=\"6622\" data-product_sku=\"Centraal Station (Stationsplein)\" class=\"woolentor-cart-btn button product_type_simple add_to_cart_button ajax_add_to_cart\" title=\"Add to cart\" rel=\"nofollow\"><svg class=\"cart-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"><\/path><\/svg>Add to cart<\/a>                            <\/div>\n                                            <\/div>\n                <\/div>\n                <!-- END GRID VIEW CONTENT -->\n                \n                <!-- LIST VIEW CONTENT -->\n                <div class=\"woolentor-list-view-content\">\n\n                                            <div class=\"woolentor-product-image\">\n                            <a href=\"https:\/\/thecityescape.nl\/en\/product\/maastricht\/\" title=\"Maastricht\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/02\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals22-500x500.jpg\" class=\"woolentor-product-img\" alt=\"maastricht\" loading=\"lazy\" srcset=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/02\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals22-500x500.jpg 500w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/02\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals22-150x150.jpg 150w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/02\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals22-100x100.jpg 100w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/>                            <\/a>\n                            \n                            \n                            \n                        <\/div>\n                    \n                    <div class=\"woolentor-product-content\">\n                        <div class=\"woolentor-content-header\">\n                                                        <h3 class='woolentor-product-title'><a href='https:\/\/thecityescape.nl\/en\/product\/maastricht\/' title='Maastricht'>Maastricht<\/a><\/h3>                        <\/div>\n\n                        \n                        \n                        \n                        <div class=\"woolentor-content-footer\">\n                            <div class=\"woolentor-price-stock\">\n                                                                    <div class=\"woolentor-product-price\">\n                                        <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>29.95<\/span>                                                                            <\/div>\n                                                            <\/div>\n\n                                                            <div class=\"woolentor-product-actions\">\n\n                                                                        \n                                    \n                                    <a href=\"\/en\/wp-json\/wp\/v2\/pages\/6601?add-to-cart=6622\" data-quantity=\"1\" data-product_id=\"6622\" data-product_sku=\"Centraal Station (Stationsplein)\" class=\"woolentor-cart-btn button product_type_simple add_to_cart_button ajax_add_to_cart\" title=\"Add to cart\" rel=\"nofollow\"><svg class=\"cart-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"><\/path><\/svg>Add to cart<\/a>                                    \n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <!-- END LIST VIEW CONTENT -->\n\n            <\/div>\n        <\/div>\n\n            \n        <div class=\"product woolentor-product-item\" data-product-id=\"6018\">\n            <div class=\"woolentor-product-card woolentor-grid-card  \">\n\n                <!-- GRID VIEW CONTENT -->\n                <div class=\"woolentor-grid-view-content\">\n\n                                            <div class=\"woolentor-product-image\">\n                            <a href=\"https:\/\/thecityescape.nl\/en\/product\/nijmegen\/\" title=\"Nijmegen\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/TheCityEscape-Nijmegen-500x500.png\" class=\"woolentor-product-img\" alt=\"nijmegen\" loading=\"lazy\" srcset=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/TheCityEscape-Nijmegen-500x500.png 500w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/TheCityEscape-Nijmegen-100x100.png 100w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/TheCityEscape-Nijmegen-400x400.png 400w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/TheCityEscape-Nijmegen-300x300.png 300w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/TheCityEscape-Nijmegen-1024x1024.png 1024w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/TheCityEscape-Nijmegen-150x150.png 150w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/TheCityEscape-Nijmegen-768x768.png 768w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/TheCityEscape-Nijmegen-1536x1536.png 1536w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/TheCityEscape-Nijmegen.png 1920w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/>                            <\/a>\n                            \n                            \n                                                    <\/div>\n                    \n                    <div class=\"woolentor-product-content\">\n                        \n                        <h3 class='woolentor-product-title'><a href='https:\/\/thecityescape.nl\/en\/product\/nijmegen\/' title='Nijmegen'>Nijmegen<\/a><\/h3>\n                                                    <div class=\"woolentor-product-description\">\n                                <p>It is 1806. The Waal is bursting its banks and the water is creeping toward the city. A letter from&hellip;<\/p>\n                            <\/div>\n                        \n                        \n                                                    <div class=\"woolentor-product-price\">\n                                <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>29.95<\/span>                                                            <\/div>\n                        \n                                                    <div class=\"woolentor-product-actions\">\n                                <a href=\"\/en\/wp-json\/wp\/v2\/pages\/6601?add-to-cart=6018\" data-quantity=\"1\" data-product_id=\"6018\" data-product_sku=\"Kronenburgerpark - Parkweg 7 6511 AW\" class=\"woolentor-cart-btn button product_type_simple add_to_cart_button ajax_add_to_cart\" title=\"Add to cart\" rel=\"nofollow\"><svg class=\"cart-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"><\/path><\/svg>Add to cart<\/a>                            <\/div>\n                                            <\/div>\n                <\/div>\n                <!-- END GRID VIEW CONTENT -->\n                \n                <!-- LIST VIEW CONTENT -->\n                <div class=\"woolentor-list-view-content\">\n\n                                            <div class=\"woolentor-product-image\">\n                            <a href=\"https:\/\/thecityescape.nl\/en\/product\/nijmegen\/\" title=\"Nijmegen\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/TheCityEscape-Nijmegen-500x500.png\" class=\"woolentor-product-img\" alt=\"nijmegen\" loading=\"lazy\" srcset=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/TheCityEscape-Nijmegen-500x500.png 500w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/TheCityEscape-Nijmegen-100x100.png 100w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/TheCityEscape-Nijmegen-400x400.png 400w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/TheCityEscape-Nijmegen-300x300.png 300w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/TheCityEscape-Nijmegen-1024x1024.png 1024w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/TheCityEscape-Nijmegen-150x150.png 150w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/TheCityEscape-Nijmegen-768x768.png 768w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/TheCityEscape-Nijmegen-1536x1536.png 1536w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2022\/12\/TheCityEscape-Nijmegen.png 1920w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/>                            <\/a>\n                            \n                            \n                            \n                        <\/div>\n                    \n                    <div class=\"woolentor-product-content\">\n                        <div class=\"woolentor-content-header\">\n                                                        <h3 class='woolentor-product-title'><a href='https:\/\/thecityescape.nl\/en\/product\/nijmegen\/' title='Nijmegen'>Nijmegen<\/a><\/h3>                        <\/div>\n\n                        \n                        \n                        \n                        <div class=\"woolentor-content-footer\">\n                            <div class=\"woolentor-price-stock\">\n                                                                    <div class=\"woolentor-product-price\">\n                                        <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>29.95<\/span>                                                                            <\/div>\n                                                            <\/div>\n\n                                                            <div class=\"woolentor-product-actions\">\n\n                                                                        \n                                    \n                                    <a href=\"\/en\/wp-json\/wp\/v2\/pages\/6601?add-to-cart=6018\" data-quantity=\"1\" data-product_id=\"6018\" data-product_sku=\"Kronenburgerpark - Parkweg 7 6511 AW\" class=\"woolentor-cart-btn button product_type_simple add_to_cart_button ajax_add_to_cart\" title=\"Add to cart\" rel=\"nofollow\"><svg class=\"cart-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"><\/path><\/svg>Add to cart<\/a>                                    \n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <!-- END LIST VIEW CONTENT -->\n\n            <\/div>\n        <\/div>\n\n            \n        <div class=\"product woolentor-product-item\" data-product-id=\"6617\">\n            <div class=\"woolentor-product-card woolentor-grid-card  \">\n\n                <!-- GRID VIEW CONTENT -->\n                <div class=\"woolentor-grid-view-content\">\n\n                                            <div class=\"woolentor-product-image\">\n                            <a href=\"https:\/\/thecityescape.nl\/en\/product\/rotterdam\/\" title=\"Rotterdam\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/01\/The-City-Escape-Den-Bosch-4-500x500.jpg\" class=\"woolentor-product-img\" alt=\"rotterdam\" loading=\"lazy\" srcset=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/01\/The-City-Escape-Den-Bosch-4-500x500.jpg 500w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/01\/The-City-Escape-Den-Bosch-4-150x150.jpg 150w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/01\/The-City-Escape-Den-Bosch-4-100x100.jpg 100w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/>                            <\/a>\n                            \n                            \n                                                    <\/div>\n                    \n                    <div class=\"woolentor-product-content\">\n                        \n                        <h3 class='woolentor-product-title'><a href='https:\/\/thecityescape.nl\/en\/product\/rotterdam\/' title='Rotterdam'>Rotterdam<\/a><\/h3>\n                                                    <div class=\"woolentor-product-description\">\n                                <p>You've been brought in as detectives on an urgent drug case. An anonymous tip has put you on the trail&hellip;<\/p>\n                            <\/div>\n                        \n                        \n                                                    <div class=\"woolentor-product-price\">\n                                <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>29.95<\/span>                                                            <\/div>\n                        \n                                                    <div class=\"woolentor-product-actions\">\n                                <a href=\"\/en\/wp-json\/wp\/v2\/pages\/6601?add-to-cart=6617\" data-quantity=\"1\" data-product_id=\"6617\" data-product_sku=\"Stationsplein Rotterdam\" class=\"woolentor-cart-btn button product_type_simple add_to_cart_button ajax_add_to_cart\" title=\"Add to cart\" rel=\"nofollow\"><svg class=\"cart-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"><\/path><\/svg>Add to cart<\/a>                            <\/div>\n                                            <\/div>\n                <\/div>\n                <!-- END GRID VIEW CONTENT -->\n                \n                <!-- LIST VIEW CONTENT -->\n                <div class=\"woolentor-list-view-content\">\n\n                                            <div class=\"woolentor-product-image\">\n                            <a href=\"https:\/\/thecityescape.nl\/en\/product\/rotterdam\/\" title=\"Rotterdam\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/01\/The-City-Escape-Den-Bosch-4-500x500.jpg\" class=\"woolentor-product-img\" alt=\"rotterdam\" loading=\"lazy\" srcset=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/01\/The-City-Escape-Den-Bosch-4-500x500.jpg 500w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/01\/The-City-Escape-Den-Bosch-4-150x150.jpg 150w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/01\/The-City-Escape-Den-Bosch-4-100x100.jpg 100w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/>                            <\/a>\n                            \n                            \n                            \n                        <\/div>\n                    \n                    <div class=\"woolentor-product-content\">\n                        <div class=\"woolentor-content-header\">\n                                                        <h3 class='woolentor-product-title'><a href='https:\/\/thecityescape.nl\/en\/product\/rotterdam\/' title='Rotterdam'>Rotterdam<\/a><\/h3>                        <\/div>\n\n                        \n                        \n                        \n                        <div class=\"woolentor-content-footer\">\n                            <div class=\"woolentor-price-stock\">\n                                                                    <div class=\"woolentor-product-price\">\n                                        <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>29.95<\/span>                                                                            <\/div>\n                                                            <\/div>\n\n                                                            <div class=\"woolentor-product-actions\">\n\n                                                                        \n                                    \n                                    <a href=\"\/en\/wp-json\/wp\/v2\/pages\/6601?add-to-cart=6617\" data-quantity=\"1\" data-product_id=\"6617\" data-product_sku=\"Stationsplein Rotterdam\" class=\"woolentor-cart-btn button product_type_simple add_to_cart_button ajax_add_to_cart\" title=\"Add to cart\" rel=\"nofollow\"><svg class=\"cart-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"><\/path><\/svg>Add to cart<\/a>                                    \n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <!-- END LIST VIEW CONTENT -->\n\n            <\/div>\n        <\/div>\n\n            \n        <div class=\"product woolentor-product-item\" data-product-id=\"6619\">\n            <div class=\"woolentor-product-card woolentor-grid-card  \">\n\n                <!-- GRID VIEW CONTENT -->\n                <div class=\"woolentor-grid-view-content\">\n\n                                            <div class=\"woolentor-product-image\">\n                            <a href=\"https:\/\/thecityescape.nl\/en\/product\/the-hague\/\" title=\"The Hague\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2025\/07\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals86-scaled-e1770458553986-500x500.jpg\" class=\"woolentor-product-img\" alt=\"the-hague\" loading=\"lazy\" srcset=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2025\/07\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals86-scaled-e1770458553986-500x500.jpg 500w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2025\/07\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals86-scaled-e1770458553986-100x100.jpg 100w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/>                            <\/a>\n                            \n                            \n                                                    <\/div>\n                    \n                    <div class=\"woolentor-product-content\">\n                        \n                        <h3 class='woolentor-product-title'><a href='https:\/\/thecityescape.nl\/en\/product\/the-hague\/' title='The Hague'>The Hague<\/a><\/h3>\n                                                    <div class=\"woolentor-product-description\">\n                                <p>The Republic is under pressure and The Hague is the center of the chaos. Grand Pensionary Johan de Witt is&hellip;<\/p>\n                            <\/div>\n                        \n                        \n                                                    <div class=\"woolentor-product-price\">\n                                <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>29.95<\/span>                                                            <\/div>\n                        \n                                                    <div class=\"woolentor-product-actions\">\n                                <a href=\"\/en\/wp-json\/wp\/v2\/pages\/6601?add-to-cart=6619\" data-quantity=\"1\" data-product_id=\"6619\" data-product_sku=\"Stationsplein Den Haag\" class=\"woolentor-cart-btn button product_type_simple add_to_cart_button ajax_add_to_cart\" title=\"Add to cart\" rel=\"nofollow\"><svg class=\"cart-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"><\/path><\/svg>Add to cart<\/a>                            <\/div>\n                                            <\/div>\n                <\/div>\n                <!-- END GRID VIEW CONTENT -->\n                \n                <!-- LIST VIEW CONTENT -->\n                <div class=\"woolentor-list-view-content\">\n\n                                            <div class=\"woolentor-product-image\">\n                            <a href=\"https:\/\/thecityescape.nl\/en\/product\/the-hague\/\" title=\"The Hague\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2025\/07\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals86-scaled-e1770458553986-500x500.jpg\" class=\"woolentor-product-img\" alt=\"the-hague\" loading=\"lazy\" srcset=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2025\/07\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals86-scaled-e1770458553986-500x500.jpg 500w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2025\/07\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals86-scaled-e1770458553986-100x100.jpg 100w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/>                            <\/a>\n                            \n                            \n                            \n                        <\/div>\n                    \n                    <div class=\"woolentor-product-content\">\n                        <div class=\"woolentor-content-header\">\n                                                        <h3 class='woolentor-product-title'><a href='https:\/\/thecityescape.nl\/en\/product\/the-hague\/' title='The Hague'>The Hague<\/a><\/h3>                        <\/div>\n\n                        \n                        \n                        \n                        <div class=\"woolentor-content-footer\">\n                            <div class=\"woolentor-price-stock\">\n                                                                    <div class=\"woolentor-product-price\">\n                                        <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>29.95<\/span>                                                                            <\/div>\n                                                            <\/div>\n\n                                                            <div class=\"woolentor-product-actions\">\n\n                                                                        \n                                    \n                                    <a href=\"\/en\/wp-json\/wp\/v2\/pages\/6601?add-to-cart=6619\" data-quantity=\"1\" data-product_id=\"6619\" data-product_sku=\"Stationsplein Den Haag\" class=\"woolentor-cart-btn button product_type_simple add_to_cart_button ajax_add_to_cart\" title=\"Add to cart\" rel=\"nofollow\"><svg class=\"cart-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"><\/path><\/svg>Add to cart<\/a>                                    \n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <!-- END LIST VIEW CONTENT -->\n\n            <\/div>\n        <\/div>\n\n            \n        <div class=\"product woolentor-product-item\" data-product-id=\"6613\">\n            <div class=\"woolentor-product-card woolentor-grid-card  \">\n\n                <!-- GRID VIEW CONTENT -->\n                <div class=\"woolentor-grid-view-content\">\n\n                                            <div class=\"woolentor-product-image\">\n                            <a href=\"https:\/\/thecityescape.nl\/en\/product\/tilburg\/\" title=\"Tilburg\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/01\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals152-scaled-e1769768651582-500x500.jpg\" class=\"woolentor-product-img\" alt=\"tilburg\" loading=\"lazy\" srcset=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/01\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals152-scaled-e1769768651582-500x500.jpg 500w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/01\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals152-scaled-e1769768651582-100x100.jpg 100w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/>                            <\/a>\n                            \n                            \n                                                    <\/div>\n                    \n                    <div class=\"woolentor-product-content\">\n                        \n                        <h3 class='woolentor-product-title'><a href='https:\/\/thecityescape.nl\/en\/product\/tilburg\/' title='Tilburg'>Tilburg<\/a><\/h3>\n                                                    <div class=\"woolentor-product-description\">\n                                <p>Travel back to 1831 together. William II sends you into the city to learn more about Tilburg's rapidly growing textile&hellip;<\/p>\n                            <\/div>\n                        \n                        \n                                                    <div class=\"woolentor-product-price\">\n                                <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>29.95<\/span>                                                            <\/div>\n                        \n                                                    <div class=\"woolentor-product-actions\">\n                                <a href=\"\/en\/wp-json\/wp\/v2\/pages\/6601?add-to-cart=6613\" data-quantity=\"1\" data-product_id=\"6613\" data-product_sku=\"Noordzijde Station\" class=\"woolentor-cart-btn button product_type_simple add_to_cart_button ajax_add_to_cart\" title=\"Add to cart\" rel=\"nofollow\"><svg class=\"cart-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"><\/path><\/svg>Add to cart<\/a>                            <\/div>\n                                            <\/div>\n                <\/div>\n                <!-- END GRID VIEW CONTENT -->\n                \n                <!-- LIST VIEW CONTENT -->\n                <div class=\"woolentor-list-view-content\">\n\n                                            <div class=\"woolentor-product-image\">\n                            <a href=\"https:\/\/thecityescape.nl\/en\/product\/tilburg\/\" title=\"Tilburg\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/01\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals152-scaled-e1769768651582-500x500.jpg\" class=\"woolentor-product-img\" alt=\"tilburg\" loading=\"lazy\" srcset=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/01\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals152-scaled-e1769768651582-500x500.jpg 500w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2026\/01\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals152-scaled-e1769768651582-100x100.jpg 100w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/>                            <\/a>\n                            \n                            \n                            \n                        <\/div>\n                    \n                    <div class=\"woolentor-product-content\">\n                        <div class=\"woolentor-content-header\">\n                                                        <h3 class='woolentor-product-title'><a href='https:\/\/thecityescape.nl\/en\/product\/tilburg\/' title='Tilburg'>Tilburg<\/a><\/h3>                        <\/div>\n\n                        \n                        \n                        \n                        <div class=\"woolentor-content-footer\">\n                            <div class=\"woolentor-price-stock\">\n                                                                    <div class=\"woolentor-product-price\">\n                                        <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>29.95<\/span>                                                                            <\/div>\n                                                            <\/div>\n\n                                                            <div class=\"woolentor-product-actions\">\n\n                                                                        \n                                    \n                                    <a href=\"\/en\/wp-json\/wp\/v2\/pages\/6601?add-to-cart=6613\" data-quantity=\"1\" data-product_id=\"6613\" data-product_sku=\"Noordzijde Station\" class=\"woolentor-cart-btn button product_type_simple add_to_cart_button ajax_add_to_cart\" title=\"Add to cart\" rel=\"nofollow\"><svg class=\"cart-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"><\/path><\/svg>Add to cart<\/a>                                    \n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <!-- END LIST VIEW CONTENT -->\n\n            <\/div>\n        <\/div>\n\n            \n        <div class=\"product woolentor-product-item\" data-product-id=\"6026\">\n            <div class=\"woolentor-product-card woolentor-grid-card  \">\n\n                <!-- GRID VIEW CONTENT -->\n                <div class=\"woolentor-grid-view-content\">\n\n                                            <div class=\"woolentor-product-image\">\n                            <a href=\"https:\/\/thecityescape.nl\/en\/product\/utrecht\/\" title=\"Utrecht\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2025\/11\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals137-scaled-500x500.jpg\" class=\"woolentor-product-img\" alt=\"utrecht\" loading=\"lazy\" srcset=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2025\/11\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals137-scaled-500x500.jpg 500w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2025\/11\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals137-scaled-100x100.jpg 100w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2025\/11\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals137-150x150.jpg 150w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/>                            <\/a>\n                            \n                            \n                                                    <\/div>\n                    \n                    <div class=\"woolentor-product-content\">\n                        \n                        <h3 class='woolentor-product-title'><a href='https:\/\/thecityescape.nl\/en\/product\/utrecht\/' title='Utrecht'>Utrecht<\/a><\/h3>\n                                                    <div class=\"woolentor-product-description\">\n                                <p>It is 1423. Utrecht mourns the death of Bishop Frederick of Blankenheim. The throne is empty, and the city is&hellip;<\/p>\n                            <\/div>\n                        \n                        \n                                                    <div class=\"woolentor-product-price\">\n                                <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>29.95<\/span>                                                            <\/div>\n                        \n                                                    <div class=\"woolentor-product-actions\">\n                                <a href=\"\/en\/wp-json\/wp\/v2\/pages\/6601?add-to-cart=6026\" data-quantity=\"1\" data-product_id=\"6026\" data-product_sku=\"Stationsplein Utrecht\" class=\"woolentor-cart-btn button product_type_simple add_to_cart_button ajax_add_to_cart\" title=\"Add to cart\" rel=\"nofollow\"><svg class=\"cart-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"><\/path><\/svg>Add to cart<\/a>                            <\/div>\n                                            <\/div>\n                <\/div>\n                <!-- END GRID VIEW CONTENT -->\n                \n                <!-- LIST VIEW CONTENT -->\n                <div class=\"woolentor-list-view-content\">\n\n                                            <div class=\"woolentor-product-image\">\n                            <a href=\"https:\/\/thecityescape.nl\/en\/product\/utrecht\/\" title=\"Utrecht\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2025\/11\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals137-scaled-500x500.jpg\" class=\"woolentor-product-img\" alt=\"utrecht\" loading=\"lazy\" srcset=\"https:\/\/thecityescape.nl\/wp-content\/uploads\/2025\/11\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals137-scaled-500x500.jpg 500w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2025\/11\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals137-scaled-100x100.jpg 100w, https:\/\/thecityescape.nl\/wp-content\/uploads\/2025\/11\/The-City-Escape_fotos-door-Rowen-van-RnB-Visuals137-150x150.jpg 150w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/>                            <\/a>\n                            \n                            \n                            \n                        <\/div>\n                    \n                    <div class=\"woolentor-product-content\">\n                        <div class=\"woolentor-content-header\">\n                                                        <h3 class='woolentor-product-title'><a href='https:\/\/thecityescape.nl\/en\/product\/utrecht\/' title='Utrecht'>Utrecht<\/a><\/h3>                        <\/div>\n\n                        \n                        \n                        \n                        <div class=\"woolentor-content-footer\">\n                            <div class=\"woolentor-price-stock\">\n                                                                    <div class=\"woolentor-product-price\">\n                                        <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>29.95<\/span>                                                                            <\/div>\n                                                            <\/div>\n\n                                                            <div class=\"woolentor-product-actions\">\n\n                                                                        \n                                    \n                                    <a href=\"\/en\/wp-json\/wp\/v2\/pages\/6601?add-to-cart=6026\" data-quantity=\"1\" data-product_id=\"6026\" data-product_sku=\"Stationsplein Utrecht\" class=\"woolentor-cart-btn button product_type_simple add_to_cart_button ajax_add_to_cart\" title=\"Add to cart\" rel=\"nofollow\"><svg class=\"cart-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"><\/path><\/svg>Add to cart<\/a>                                    \n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <!-- END LIST VIEW CONTENT -->\n\n            <\/div>\n        <\/div>\n\n    \n<\/div><\/div><\/div>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ab1aa5d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ab1aa5d\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5e81e0e\" data-id=\"5e81e0e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4e43b9d elementor-widget elementor-widget-text-editor\" data-id=\"4e43b9d\" data-element_type=\"widget\" data-e-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\t\t<p class=\"p1\"><b>The City Escape as a city tour<\/b><b><\/b><\/p><p class=\"p3\">The City Escape is an interactive city game played via your smartphone. Together with your team, you head out into the city and solve puzzles linked to real locations in the area. No boring multiple-choice questions, but interactive riddles where you have to look closely, search, and combine elements from the city.  <\/p><p class=\"p3\">During the tour, you&#8217;ll discover not just the city, but the stories behind it. Along the way, you&#8217;ll encounter info points with short facts about special places. The City Escape was developed by three young puzzle enthusiasts and can now be played in various Dutch cities, including Amsterdam, Utrecht, Eindhoven, and Maastricht.  <\/p>\t\t\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4e9e15c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4e9e15c\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6c403df\" data-id=\"6c403df\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-99f626f elementor-widget elementor-widget-heading\" data-id=\"99f626f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">FAQ <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ce19dd3 elementor-widget elementor-widget-toggle\" data-id=\"ce19dd3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2161\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2161\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How does The City Escape work?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2161\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-2161\"><p class=\"p1\">After purchase, you will receive a unique game code by email. Download &#8220;The City Escape&#8221; app, go to the starting point in the city, and enter the code. Then the adventure begins, and the puzzles will lead you through the city. You can find more info <a href=\"https:\/\/thecityescape.nl\/en\/how-it-works\/\">here<\/a>.   <\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2162\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-2162\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How many people can play The City Escape?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2162\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-2162\"><p class=\"p1\">You play The City Escape in teams of <span class=\"s1\"><b>2 to 4 people per phone<\/b><\/span>. With larger groups, you can create multiple teams to play against each other. <\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2163\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-2163\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you need to make a reservation for The City Escape?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2163\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-2163\"><p class=\"p1\">No, a reservation is not necessary. You can <span class=\"s1\">play the tour whenever you want<\/span>. <\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2164\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-2164\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do I need to be tech-savvy?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2164\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-2164\"><p>As the puzzles are interactive, you\u2019ll need to drag and combine items on your screen, for example. Don\u2019t worry, it\u2019s all explained during the tour.  It would be a bonus, though, if at least one team member was comfortable using a phone. <\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2165\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-2165\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are the puzzles difficult?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2165\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-2165\"><p class=\"p1\">The puzzles are designed for true escapers, so they sometimes require some serious thinking \ud83d\ude09 But you&#8217;ll never get stuck: for every puzzle, you can use a hint or view the answer and simply keep playing.<\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2166\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-2166\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is it suitable for children?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2166\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-2166\"><p class=\"p1\">The tour is most suitable for ages 16 and up. For every riddle, you can use hints and answers, so you can always move on to the next point. <\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2167\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-2167\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can we play with a large group?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2167\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-2167\"><p class=\"p1\">Certainly! If you&#8217;re playing with multiple teams, we recommend starting a few minutes apart. You can pay via invoice <a href=\"https:\/\/thecityescape.nl\/en\/groups\/\">here<\/a>.  <\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2168\" class=\"elementor-tab-title\" data-tab=\"8\" role=\"button\" aria-controls=\"elementor-tab-content-2168\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What makes The City Escape different from other city games?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2168\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"8\" role=\"region\" aria-labelledby=\"elementor-tab-title-2168\"><p class=\"p1\">The City Escape is all about <span class=\"s1\"><b>real interactive puzzles<\/b><\/span>. You use elements from the city such as buildings, symbols, and dates to solve riddles. No boring multiple-choice questions, but real brain teasers for true detectives.  <\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2169\" class=\"elementor-tab-title\" data-tab=\"9\" role=\"button\" aria-controls=\"elementor-tab-content-2169\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is The City Escape comparable to an escape room?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2169\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"9\" role=\"region\" aria-labelledby=\"elementor-tab-title-2169\"><p class=\"p1\">Yes, The City Escape is essentially an <span class=\"s1\"><b>outdoor escape room<\/b><\/span>. Instead of being in a room, you solve puzzles while walking through the city center. <\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"How does The City Escape work?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p class=\\\"p1\\\">After purchase, you will receive a unique game code by email. Download &#8220;The City Escape&#8221; app, go to the starting point in the city, and enter the code. Then the adventure begins, and the puzzles will lead you through the city. You can find more info <a href=\\\"https:\\\/\\\/thecityescape.nl\\\/en\\\/how-it-works\\\/\\\">here<\\\/a>.   <\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"How many people can play The City Escape?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p class=\\\"p1\\\">You play The City Escape in teams of <span class=\\\"s1\\\"><b>2 to 4 people per phone<\\\/b><\\\/span>. With larger groups, you can create multiple teams to play against each other. <\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you need to make a reservation for The City Escape?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p class=\\\"p1\\\">No, a reservation is not necessary. You can <span class=\\\"s1\\\">play the tour whenever you want<\\\/span>. <\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do I need to be tech-savvy?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>As the puzzles are interactive, you\\u2019ll need to drag and combine items on your screen, for example. Don\\u2019t worry, it\\u2019s all explained during the tour.  It would be a bonus, though, if at least one team member was comfortable using a phone. <\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are the puzzles difficult?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p class=\\\"p1\\\">The puzzles are designed for true escapers, so they sometimes require some serious thinking \\ud83d\\ude09 But you&#8217;ll never get stuck: for every puzzle, you can use a hint or view the answer and simply keep playing.<\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is it suitable for children?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p class=\\\"p1\\\">The tour is most suitable for ages 16 and up. For every riddle, you can use hints and answers, so you can always move on to the next point. <\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can we play with a large group?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p class=\\\"p1\\\">Certainly! If you&#8217;re playing with multiple teams, we recommend starting a few minutes apart. You can pay via invoice <a href=\\\"https:\\\/\\\/thecityescape.nl\\\/en\\\/groups\\\/\\\">here<\\\/a>.  <\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What makes The City Escape different from other city games?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p class=\\\"p1\\\">The City Escape is all about <span class=\\\"s1\\\"><b>real interactive puzzles<\\\/b><\\\/span>. You use elements from the city such as buildings, symbols, and dates to solve riddles. No boring multiple-choice questions, but real brain teasers for true detectives.  <\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is The City Escape comparable to an escape room?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p class=\\\"p1\\\">Yes, The City Escape is essentially an <span class=\\\"s1\\\"><b>outdoor escape room<\\\/b><\\\/span>. Instead of being in a room, you solve puzzles while walking through the city center. <\\\/p>\\n\"}}]}<\/script>\n\t\t\t\t\t<\/div>\n\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<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Choose your city. From hidden alleys to city secrets. Discover what lies behind every corner. Amersfoort In 1903 besluiten de inwoners van Amersfoort: de beroemde Kei moet weer boven de grond. De steen waar de stad&hellip; &euro;29.95 Toevoegen aan winkelwagen Amersfoort &euro;29.95 Toevoegen aan winkelwagen Amsterdam Duik in het Amsterdam van 1667. De Republiek is [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-6601","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/thecityescape.nl\/en\/wp-json\/wp\/v2\/pages\/6601","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thecityescape.nl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thecityescape.nl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thecityescape.nl\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thecityescape.nl\/en\/wp-json\/wp\/v2\/comments?post=6601"}],"version-history":[{"count":13,"href":"https:\/\/thecityescape.nl\/en\/wp-json\/wp\/v2\/pages\/6601\/revisions"}],"predecessor-version":[{"id":7150,"href":"https:\/\/thecityescape.nl\/en\/wp-json\/wp\/v2\/pages\/6601\/revisions\/7150"}],"wp:attachment":[{"href":"https:\/\/thecityescape.nl\/en\/wp-json\/wp\/v2\/media?parent=6601"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}