{"id":15387,"date":"2026-04-23T14:48:37","date_gmt":"2026-04-23T14:48:37","guid":{"rendered":"https:\/\/livezoku.com\/copenhagen\/?page_id=15387"},"modified":"2026-04-24T08:23:48","modified_gmt":"2026-04-24T08:23:48","slug":"long-stay-benefits","status":"publish","type":"page","link":"https:\/\/livezoku.com\/copenhagen\/long-stay-benefits\/","title":{"rendered":"Long Stay Benefits"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"15387\" class=\"elementor elementor-15387\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-43f774db e-con-full ohm-inpage-booking-widget-wrapper e-flex e-con e-parent\" data-id=\"43f774db\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-203c1c71 ohm-inner e-flex e-con-boxed e-con e-child\" data-id=\"203c1c71\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1447f922 animated-fast elementor-invisible elementor-widget elementor-widget-shortcode\" data-id=\"1447f922\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:&quot;200&quot;}\" 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        <!-- Booking widget component -->\n\n\n        <style>\n            \/* Error state for location field *\/\n            #inpage-zoku-location.error-highlight {\n                border: 1px solid #ff6264 !important;\n                box-shadow: inset 0 0 0 1px #ff6264;\n            }\n\n            \/* Hover effect for placeholder only *\/\n            #inpage-zoku-location {\n                transition: border-color 0.2s ease;\n            }\n\n            #inpage-zoku-location:hover::placeholder {\n                color: #ff6264;\n                transform: translateY(-2px);\n                transition: all 0.2s ease;\n            }\n\n            \/* For browsers that need vendor prefix *\/\n            #inpage-zoku-location:hover::-webkit-input-placeholder {\n                color: #ff6264;\n                transform: translateY(-2px);\n                transition: all 0.2s ease;\n            }\n\n            #inpage-zoku-location:hover::-moz-placeholder {\n                color: #ff6264;\n                transform: translateY(-2px);\n                transition: all 0.2s ease;\n            }\n\n            #inpage-zoku-location:hover:-ms-input-placeholder {\n                color: #ff6264;\n                transform: translateY(-2px);\n                transition: all 0.2s ease;\n            }\n\n            \/* Static position styles - disable transforms and height modifications *\/\n            .ohm-inpage-booking-widget--static.ohm-inpage-booking-widget-wrapper {\n                height: auto !important;\n                position: static !important;\n            }\n\n            .ohm-inpage-booking-widget--static.ohm-inpage-booking-widget-wrapper .ohm-inner {\n                transform: none !important;\n            }\n\n            .ohm-inpage-booking-widget--static .ohm-component-v2_conversion---BookingWidgetSimple {\n                position: static !important;\n                transform: none !important;\n            }\n        <\/style>\n\n        <div\n                class='ohm-component-v2_conversion---BookingWidgetSimple '\n        >\n\n            <form\n                    class=\"\"\n                    method='get'\n                    id=\"inpage-booking-form\"\n            >\n\n                <!-- From date field -->\n\n                <input type='hidden' id='inpage-ohm-target-location' value='vienna' name='location' required \/>\n\n                \n                <!-- Date Fields Wrapper -->\n\n                <div class=\"ohm-date-fields-wrapper\" id=\"inpage-ohm-date-fields-wrapper\">\n\n                    <!-- From date field -->\n\n                    <div class='ohm-bw-col ohm-date-input ohm-calendar-icon'>\n                        <input class=\"ohm-bw-input from ohmStartDate\" id=\"inpage-ohmStartDate\" ohm-from-date name=\"from\" type=\"text\" placeholder=\"Arrival\" readonly=\"readonly\">\n                    <\/div>\n\n                    <!-- Till date field -->\n\n                    <div class='ohm-bw-col ohm-date-input ohm-calendar-icon'>\n                        <input class=\"ohm-bw-input till ohmEndDate\" id=\"inpage-ohmEndDate\" ohm-till-date name=\"till\" type=\"text\" placeholder=\"Departure\" readonly=\"readonly\">\n                    <\/div>\n\n                    <div class=\"ohm-open-date-picker\">\n                        <input type=\"text\" id=\"inpage-ohmDatePicker\">\n                    <\/div>\n\n                <\/div>\n\n                <!-- Promo code -->\n                <div class='ohm-bw-col ohm-promo-code'>\n                    <input class=\"ohm-bw-input promo-code\" id=\"inpage-promo-code\" name=\"promo-code\" type=\"text\" placeholder=\"Got a code?\">\n                <\/div>\n\n                <!-- Submit button -->\n\n                <div class='ohm-bw-col ohm-submit namastay-offer-button'>\n                    <button type='submit' id='inpage-namastay-button'>\n        <span>\n            Book Now        <\/span>\n                    <\/button>\n                <\/div>\n\n            <\/form>\n        <\/div>\n\n        <script>\n            \/\/ Apply static class to parent wrapper if needed\n            (function() {\n                const widget = document.querySelector('.ohm-component-v2_conversion---BookingWidgetSimple.ohm-inpage-booking-widget--static');\n                if (widget) {\n                    const wrapper = widget.closest('.ohm-inpage-booking-widget-wrapper');\n                    if (wrapper) {\n                        wrapper.classList.add('ohm-inpage-booking-widget--static');\n                    }\n                }\n            })();\n\n            \/\/ Location validation and form redirect logic\n            (function() {\n                const form = document.getElementById('inpage-booking-form');\n                const locationInput = document.getElementById('inpage-ohm-target-location');\n                const locationField = document.getElementById('inpage-zoku-location');\n                const startDateInput = document.getElementById('inpage-ohmStartDate');\n                const endDateInput = document.getElementById('inpage-ohmEndDate');\n                const currentLocation = 'vienna';\n                const showLocations = false;\n\n                \/\/ Function to convert DD-MM-YYYY to YYYY-MM-DD\n                function formatDate(dateString) {\n                    if (!dateString) return '';\n                    const parts = dateString.split('-');\n                    if (parts.length === 3) {\n                        return parts[2] + '-' + parts[1] + '-' + parts[0];\n                    }\n                    return dateString;\n                }\n\n                \/\/ Check if Namastay is enabled for a specific location\n                function isNamastayEnabledForLocation(location) {\n                    if (!window.namastayEnabledLocations) {\n                        return false;\n                    }\n                    return window.namastayEnabledLocations[location] === true;\n                }\n\n                if (form && locationInput) {\n                    form.addEventListener('submit', function(e) {\n                        e.preventDefault();\n\n                        \/\/ Only validate location if show-locations is true\n                        if (showLocations && (!locationInput.value || locationInput.value === '')) {\n                            if (locationField) {\n                                \/\/ Add error highlight class\n                                locationField.classList.add('error-highlight');\n\n                                \/\/ Remove the highlight after 5 seconds\n                                setTimeout(function() {\n                                    locationField.classList.remove('error-highlight');\n                                }, 5000);\n                            }\n                            return false;\n                        }\n\n                        \/\/ Determine the target location\n                        const location = locationInput.value || currentLocation;\n\n                        \/\/ Check if Namastay is enabled for this specific location\n                        const useNamastay = isNamastayEnabledForLocation(location);\n\n                        if (useNamastay) {\n                            \/\/ Use Namastay redirect URL format\n                            const params = new URLSearchParams();\n                            params.append('namastay', 'true');\n\n                            \/\/ Add dates if they exist (convert format)\n                            if (startDateInput && startDateInput.value) {\n                                params.append('startDate', formatDate(startDateInput.value));\n                            }\n                            if (endDateInput && endDateInput.value) {\n                                params.append('endDate', formatDate(endDateInput.value));\n                            }\n\n                            \/\/ Add promo code if exists\n                            const promoCode = document.getElementById('inpage-promo-code');\n                            if (promoCode && promoCode.value) {\n                                params.append('promoCode', promoCode.value);\n                            }\n\n                            \/\/ Add language\n                            const langInput = document.querySelector('input[name=\"lang\"]');\n                            if (langInput && langInput.value) {\n                                params.append('lang', langInput.value);\n                            }\n\n                            const queryString = params.toString();\n                            const url = (location ? '\/' + location : '') + '?' + queryString;\n\n                            window.location.href = url;\n                        } else {\n                            \/\/ Use standard booking URL format (backwards compatible)\n                            const baseUrl = 'https:\/\/livezoku.com\/copenhagen\/reservations';\n                            const params = new URLSearchParams();\n\n                            \/\/ Add location\n                            if (location) {\n                                params.append('location', location);\n                            }\n\n                            \/\/ Add dates in original format\n                            if (startDateInput && startDateInput.value) {\n                                params.append('from', startDateInput.value);\n                            }\n                            if (endDateInput && endDateInput.value) {\n                                params.append('till', endDateInput.value);\n                            }\n\n                            \/\/ Add promo code if exists\n                            const promoCode = document.getElementById('inpage-promo-code');\n                            if (promoCode && promoCode.value) {\n                                params.append('promo-code', promoCode.value);\n                            }\n\n                            \/\/ Add language\n                            const langInput = document.querySelector('input[name=\"lang\"]');\n                            if (langInput && langInput.value) {\n                                params.append('lang', langInput.value);\n                            }\n\n                            const queryString = params.toString();\n                            const url = baseUrl + (queryString ? '?' + queryString : '');\n\n                            \/\/ Open in new tab for standard booking\n                            window.open(url, '_blank');\n                        }\n                    });\n\n                    \/\/ Remove error highlight when user selects a location\n                    if (locationField) {\n                        locationField.addEventListener('click', function() {\n                            this.classList.remove('error-highlight');\n                        });\n                    }\n\n                    \/\/ Remove error highlight when a location is selected\n                    if (locationInput && locationField) {\n                        const observer = new MutationObserver(function() {\n                            if (locationInput.value && locationInput.value !== '') {\n                                locationField.classList.remove('error-highlight');\n                            }\n                        });\n                        observer.observe(locationInput, { attributes: true, attributeFilter: ['value'] });\n                    }\n                }\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1e33dc43 elementor-section-full_width ohm-component-v2_HeroImage elementor-section-content-bottom elementor-section-height-default elementor-section-height-default\" data-id=\"1e33dc43\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-74ab730e\" data-id=\"74ab730e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-6f0789b0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6f0789b0\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-5c3c6563\" data-id=\"5c3c6563\" data-element_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-38287bbd ohm-heading elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"38287bbd\" data-element_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\">Stay 5. Thank us later.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-69a440df elementor-widget elementor-widget-spacer\" data-id=\"69a440df\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4f7c3f84 elementor-widget elementor-widget-spacer\" data-id=\"4f7c3f84\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-dd2f30d e-con-full ohm-inpage-booking-widget-wrapper e-flex e-con e-parent\" data-id=\"dd2f30d\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6686b459 ohm-inner e-flex e-con-boxed e-con e-child\" data-id=\"6686b459\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7a31ab39 animated-fast elementor-invisible elementor-widget elementor-widget-shortcode\" data-id=\"7a31ab39\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:&quot;200&quot;}\" 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        <!-- Booking widget component -->\n\n\n        <style>\n            \/* Error state for location field *\/\n            #inpage-zoku-location.error-highlight {\n                border: 1px solid #ff6264 !important;\n                box-shadow: inset 0 0 0 1px #ff6264;\n            }\n\n            \/* Hover effect for placeholder only *\/\n            #inpage-zoku-location {\n                transition: border-color 0.2s ease;\n            }\n\n            #inpage-zoku-location:hover::placeholder {\n                color: #ff6264;\n                transform: translateY(-2px);\n                transition: all 0.2s ease;\n            }\n\n            \/* For browsers that need vendor prefix *\/\n            #inpage-zoku-location:hover::-webkit-input-placeholder {\n                color: #ff6264;\n                transform: translateY(-2px);\n                transition: all 0.2s ease;\n            }\n\n            #inpage-zoku-location:hover::-moz-placeholder {\n                color: #ff6264;\n                transform: translateY(-2px);\n                transition: all 0.2s ease;\n            }\n\n            #inpage-zoku-location:hover:-ms-input-placeholder {\n                color: #ff6264;\n                transform: translateY(-2px);\n                transition: all 0.2s ease;\n            }\n\n            \/* Static position styles - disable transforms and height modifications *\/\n            .ohm-inpage-booking-widget--static.ohm-inpage-booking-widget-wrapper {\n                height: auto !important;\n                position: static !important;\n            }\n\n            .ohm-inpage-booking-widget--static.ohm-inpage-booking-widget-wrapper .ohm-inner {\n                transform: none !important;\n            }\n\n            .ohm-inpage-booking-widget--static .ohm-component-v2_conversion---BookingWidgetSimple {\n                position: static !important;\n                transform: none !important;\n            }\n        <\/style>\n\n        <div\n                class='ohm-component-v2_conversion---BookingWidgetSimple '\n        >\n\n            <form\n                    class=\"\"\n                    method='get'\n                    id=\"inpage-booking-form\"\n            >\n\n                <!-- From date field -->\n\n                <input type='hidden' id='inpage-ohm-target-location' value='vienna' name='location' required \/>\n\n                \n                <!-- Date Fields Wrapper -->\n\n                <div class=\"ohm-date-fields-wrapper\" id=\"inpage-ohm-date-fields-wrapper\">\n\n                    <!-- From date field -->\n\n                    <div class='ohm-bw-col ohm-date-input ohm-calendar-icon'>\n                        <input class=\"ohm-bw-input from ohmStartDate\" id=\"inpage-ohmStartDate\" ohm-from-date name=\"from\" type=\"text\" placeholder=\"Arrival\" readonly=\"readonly\">\n                    <\/div>\n\n                    <!-- Till date field -->\n\n                    <div class='ohm-bw-col ohm-date-input ohm-calendar-icon'>\n                        <input class=\"ohm-bw-input till ohmEndDate\" id=\"inpage-ohmEndDate\" ohm-till-date name=\"till\" type=\"text\" placeholder=\"Departure\" readonly=\"readonly\">\n                    <\/div>\n\n                    <div class=\"ohm-open-date-picker\">\n                        <input type=\"text\" id=\"inpage-ohmDatePicker\">\n                    <\/div>\n\n                <\/div>\n\n                <!-- Promo code -->\n                <div class='ohm-bw-col ohm-promo-code'>\n                    <input class=\"ohm-bw-input promo-code\" id=\"inpage-promo-code\" name=\"promo-code\" type=\"text\" placeholder=\"Got a code?\">\n                <\/div>\n\n                <!-- Submit button -->\n\n                <div class='ohm-bw-col ohm-submit namastay-offer-button'>\n                    <button type='submit' id='inpage-namastay-button'>\n        <span>\n            Book Now        <\/span>\n                    <\/button>\n                <\/div>\n\n            <\/form>\n        <\/div>\n\n        <script>\n            \/\/ Apply static class to parent wrapper if needed\n            (function() {\n                const widget = document.querySelector('.ohm-component-v2_conversion---BookingWidgetSimple.ohm-inpage-booking-widget--static');\n                if (widget) {\n                    const wrapper = widget.closest('.ohm-inpage-booking-widget-wrapper');\n                    if (wrapper) {\n                        wrapper.classList.add('ohm-inpage-booking-widget--static');\n                    }\n                }\n            })();\n\n            \/\/ Location validation and form redirect logic\n            (function() {\n                const form = document.getElementById('inpage-booking-form');\n                const locationInput = document.getElementById('inpage-ohm-target-location');\n                const locationField = document.getElementById('inpage-zoku-location');\n                const startDateInput = document.getElementById('inpage-ohmStartDate');\n                const endDateInput = document.getElementById('inpage-ohmEndDate');\n                const currentLocation = 'vienna';\n                const showLocations = false;\n\n                \/\/ Function to convert DD-MM-YYYY to YYYY-MM-DD\n                function formatDate(dateString) {\n                    if (!dateString) return '';\n                    const parts = dateString.split('-');\n                    if (parts.length === 3) {\n                        return parts[2] + '-' + parts[1] + '-' + parts[0];\n                    }\n                    return dateString;\n                }\n\n                \/\/ Check if Namastay is enabled for a specific location\n                function isNamastayEnabledForLocation(location) {\n                    if (!window.namastayEnabledLocations) {\n                        return false;\n                    }\n                    return window.namastayEnabledLocations[location] === true;\n                }\n\n                if (form && locationInput) {\n                    form.addEventListener('submit', function(e) {\n                        e.preventDefault();\n\n                        \/\/ Only validate location if show-locations is true\n                        if (showLocations && (!locationInput.value || locationInput.value === '')) {\n                            if (locationField) {\n                                \/\/ Add error highlight class\n                                locationField.classList.add('error-highlight');\n\n                                \/\/ Remove the highlight after 5 seconds\n                                setTimeout(function() {\n                                    locationField.classList.remove('error-highlight');\n                                }, 5000);\n                            }\n                            return false;\n                        }\n\n                        \/\/ Determine the target location\n                        const location = locationInput.value || currentLocation;\n\n                        \/\/ Check if Namastay is enabled for this specific location\n                        const useNamastay = isNamastayEnabledForLocation(location);\n\n                        if (useNamastay) {\n                            \/\/ Use Namastay redirect URL format\n                            const params = new URLSearchParams();\n                            params.append('namastay', 'true');\n\n                            \/\/ Add dates if they exist (convert format)\n                            if (startDateInput && startDateInput.value) {\n                                params.append('startDate', formatDate(startDateInput.value));\n                            }\n                            if (endDateInput && endDateInput.value) {\n                                params.append('endDate', formatDate(endDateInput.value));\n                            }\n\n                            \/\/ Add promo code if exists\n                            const promoCode = document.getElementById('inpage-promo-code');\n                            if (promoCode && promoCode.value) {\n                                params.append('promoCode', promoCode.value);\n                            }\n\n                            \/\/ Add language\n                            const langInput = document.querySelector('input[name=\"lang\"]');\n                            if (langInput && langInput.value) {\n                                params.append('lang', langInput.value);\n                            }\n\n                            const queryString = params.toString();\n                            const url = (location ? '\/' + location : '') + '?' + queryString;\n\n                            window.location.href = url;\n                        } else {\n                            \/\/ Use standard booking URL format (backwards compatible)\n                            const baseUrl = 'https:\/\/livezoku.com\/copenhagen\/reservations';\n                            const params = new URLSearchParams();\n\n                            \/\/ Add location\n                            if (location) {\n                                params.append('location', location);\n                            }\n\n                            \/\/ Add dates in original format\n                            if (startDateInput && startDateInput.value) {\n                                params.append('from', startDateInput.value);\n                            }\n                            if (endDateInput && endDateInput.value) {\n                                params.append('till', endDateInput.value);\n                            }\n\n                            \/\/ Add promo code if exists\n                            const promoCode = document.getElementById('inpage-promo-code');\n                            if (promoCode && promoCode.value) {\n                                params.append('promo-code', promoCode.value);\n                            }\n\n                            \/\/ Add language\n                            const langInput = document.querySelector('input[name=\"lang\"]');\n                            if (langInput && langInput.value) {\n                                params.append('lang', langInput.value);\n                            }\n\n                            const queryString = params.toString();\n                            const url = baseUrl + (queryString ? '?' + queryString : '');\n\n                            \/\/ Open in new tab for standard booking\n                            window.open(url, '_blank');\n                        }\n                    });\n\n                    \/\/ Remove error highlight when user selects a location\n                    if (locationField) {\n                        locationField.addEventListener('click', function() {\n                            this.classList.remove('error-highlight');\n                        });\n                    }\n\n                    \/\/ Remove error highlight when a location is selected\n                    if (locationInput && locationField) {\n                        const observer = new MutationObserver(function() {\n                            if (locationInput.value && locationInput.value !== '') {\n                                locationField.classList.remove('error-highlight');\n                            }\n                        });\n                        observer.observe(locationInput, { attributes: true, attributeFilter: ['value'] });\n                    }\n                }\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c53ac88 e-flex e-con-boxed e-con e-parent\" data-id=\"c53ac88\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-862fa61 elementor-icon-list--layout-inline ohm-icon-list elementor-list-item-link-inline elementor-mobile-align-center elementor-widget elementor-widget-icon-list\" data-id=\"862fa61\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:hellocopenhagen@livezoku.com?subject=Stay%20request%20at%20Zoku%20Copenhagen\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512;\" xml:space=\"preserve\"><g>\t<g>\t\t<path d=\"M485.743,85.333H26.257C11.815,85.333,0,97.148,0,111.589V400.41c0,14.44,11.815,26.257,26.257,26.257h459.487   c14.44,0,26.257-11.815,26.257-26.257V111.589C512,97.148,500.185,85.333,485.743,85.333z M475.89,105.024L271.104,258.626   c-3.682,2.802-9.334,4.555-15.105,4.529c-5.77,0.026-11.421-1.727-15.104-4.529L36.109,105.024H475.89z M366.5,268.761   l111.59,137.847c0.112,0.138,0.249,0.243,0.368,0.368H33.542c0.118-0.131,0.256-0.23,0.368-0.368L145.5,268.761   c3.419-4.227,2.771-10.424-1.464-13.851c-4.227-3.419-10.424-2.771-13.844,1.457l-110.5,136.501V117.332l209.394,157.046   c7.871,5.862,17.447,8.442,26.912,8.468c9.452-0.02,19.036-2.6,26.912-8.468l209.394-157.046v275.534L381.807,256.367   c-3.42-4.227-9.623-4.877-13.844-1.457C363.729,258.329,363.079,264.534,366.5,268.761z\"><\/path>\t<\/g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">hellocopenhagen@livezoku.com<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:+4589882422\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 473.806 473.806\" style=\"enable-background:new 0 0 473.806 473.806;\" xml:space=\"preserve\"><g>\t<g>\t\t<path d=\"M374.456,293.506c-9.7-10.1-21.4-15.5-33.8-15.5c-12.3,0-24.1,5.3-34.2,15.4l-31.6,31.5c-2.6-1.4-5.2-2.7-7.7-4   c-3.6-1.8-7-3.5-9.9-5.3c-29.6-18.8-56.5-43.3-82.3-75c-12.5-15.8-20.9-29.1-27-42.6c8.2-7.5,15.8-15.3,23.2-22.8   c2.8-2.8,5.6-5.7,8.4-8.5c21-21,21-48.2,0-69.2l-27.3-27.3c-3.1-3.1-6.3-6.3-9.3-9.5c-6-6.2-12.3-12.6-18.8-18.6   c-9.7-9.6-21.3-14.7-33.5-14.7s-24,5.1-34,14.7c-0.1,0.1-0.1,0.1-0.2,0.2l-34,34.3c-12.8,12.8-20.1,28.4-21.7,46.5   c-2.4,29.2,6.2,56.4,12.8,74.2c16.2,43.7,40.4,84.2,76.5,127.6c43.8,52.3,96.5,93.6,156.7,122.7c23,10.9,53.7,23.8,88,26   c2.1,0.1,4.3,0.2,6.3,0.2c23.1,0,42.5-8.3,57.7-24.8c0.1-0.2,0.3-0.3,0.4-0.5c5.2-6.3,11.2-12,17.5-18.1c4.3-4.1,8.7-8.4,13-12.9   c9.9-10.3,15.1-22.3,15.1-34.6c0-12.4-5.3-24.3-15.4-34.3L374.456,293.506z M410.256,398.806   C410.156,398.806,410.156,398.906,410.256,398.806c-3.9,4.2-7.9,8-12.2,12.2c-6.5,6.2-13.1,12.7-19.3,20   c-10.1,10.8-22,15.9-37.6,15.9c-1.5,0-3.1,0-4.6-0.1c-29.7-1.9-57.3-13.5-78-23.4c-56.6-27.4-106.3-66.3-147.6-115.6   c-34.1-41.1-56.9-79.1-72-119.9c-9.3-24.9-12.7-44.3-11.2-62.6c1-11.7,5.5-21.4,13.8-29.7l34.1-34.1c4.9-4.6,10.1-7.1,15.2-7.1   c6.3,0,11.4,3.8,14.6,7c0.1,0.1,0.2,0.2,0.3,0.3c6.1,5.7,11.9,11.6,18,17.9c3.1,3.2,6.3,6.4,9.5,9.7l27.3,27.3   c10.6,10.6,10.6,20.4,0,31c-2.9,2.9-5.7,5.8-8.6,8.6c-8.4,8.6-16.4,16.6-25.1,24.4c-0.2,0.2-0.4,0.3-0.5,0.5   c-8.6,8.6-7,17-5.2,22.7c0.1,0.3,0.2,0.6,0.3,0.9c7.1,17.2,17.1,33.4,32.3,52.7l0.1,0.1c27.6,34,56.7,60.5,88.8,80.8   c4.1,2.6,8.3,4.7,12.3,6.7c3.6,1.8,7,3.5,9.9,5.3c0.4,0.2,0.8,0.5,1.2,0.7c3.4,1.7,6.6,2.5,9.9,2.5c8.3,0,13.5-5.2,15.2-6.9   l34.2-34.2c3.4-3.4,8.8-7.5,15.1-7.5c6.2,0,11.3,3.9,14.4,7.3c0.1,0.1,0.1,0.1,0.2,0.2l55.1,55.1   C420.456,377.706,420.456,388.206,410.256,398.806z\"><\/path>\t\t<path d=\"M256.056,112.706c26.2,4.4,50,16.8,69,35.8s31.3,42.8,35.8,69c1.1,6.6,6.8,11.2,13.3,11.2c0.8,0,1.5-0.1,2.3-0.2   c7.4-1.2,12.3-8.2,11.1-15.6c-5.4-31.7-20.4-60.6-43.3-83.5s-51.8-37.9-83.5-43.3c-7.4-1.2-14.3,3.7-15.6,11   S248.656,111.506,256.056,112.706z\"><\/path>\t\t<path d=\"M473.256,209.006c-8.9-52.2-33.5-99.7-71.3-137.5s-85.3-62.4-137.5-71.3c-7.3-1.3-14.2,3.7-15.5,11   c-1.2,7.4,3.7,14.3,11.1,15.6c46.6,7.9,89.1,30,122.9,63.7c33.8,33.8,55.8,76.3,63.7,122.9c1.1,6.6,6.8,11.2,13.3,11.2   c0.8,0,1.5-0.1,2.3-0.2C469.556,223.306,474.556,216.306,473.256,209.006z\"><\/path>\t<\/g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">+45 89 88 24 22<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/livezoku.typeform.com\/to\/IXqLeXhg?utm_source=xxxxx&#038;utm_medium=xxxxx&#038;utm_campaign=xxxxx&#038;utm_term=xxxxx&#038;utm_content=xxxxx\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 1000 1000\" style=\"enable-background:new 0 0 1000 1000;\" xml:space=\"preserve\"><path d=\"M128.9,596c-8.4,3.9-12.1,13.8-8.3,22.3l38.2,82.1c1.9,4.1,5.3,7.3,9.5,8.8c1.8,0.7,3.8,1,5.8,1c2.5,0,4.9-0.5,7.1-1.5 L470,573.8l-26.2,273.5c-0.5,5.4,1.6,10.7,5.6,14.3c12.7,10.5,28.4,16.5,44.9,17c4.5,0,9-0.6,13.4-1.7c23.4-6.1,41.6-27,54-62.7 l113.7-336.6l225.1-105C966.8,341.7,1001,279,978,230c-13-25.6-37.9-43-66.4-46.4c-31.7-4.8-64,0.2-92.8,14.3L559.1,319.7 L279.8,210.5c-35.2-13.2-63-12.9-82.6,1.2c-16.4,13.4-25.7,33.7-25.3,54.9c0.2,5.4,2.9,10.4,7.3,13.4l188.1,129.3l-107.7,51 L79,414.4c-7.4-1.8-15.1,1.5-18.9,8.2l-45,81c-2.3,4.3-2.7,9.4-1,14s5.3,8.2,9.8,10l133.7,55.2L128.9,596z M206.7,258.1 c1-7.2,4.6-13.7,10.2-18.3c9.7-7,27.4-5.9,51,2.9l248.7,97l-113.5,53L206.7,258.1z M53.8,503.4l29.6-52.5L257.2,494 c3.7,0.9,7.7,0.6,11.2-1l564.9-263.8c22.5-11.1,47.8-15.1,72.5-11.6c17.4,1.6,32.9,11.6,41.5,26.8c14.3,30.6-13.8,75.3-61.2,97.4 l-195.7,91.7l11.9-35.2c3-9-1.9-18.8-11-21.8s-18.8,1.9-21.8,11L529.7,803.6c-8.3,23.6-18.7,37.7-30.2,40.8 c-7.2,1.4-14.6,0-20.7-3.9l34-356.8c0.9-9.4-6-17.7-15.4-18.6s-17.7,6-18.6,15.4l-5.3,54.5L181.9,670.9l-23.9-51l47.9-22.4 c6.2-2.7,10.1-8.8,10.1-15.5s-4-12.8-10.1-15.5L53.8,503.4z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Relocation housing request<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/livezoku.typeform.com\/to\/DynLeUz5?utm_source=xxxxx&#038;utm_medium=xxxxx&#038;utm_campaign=xxxxx&#038;utm_term=xxxxx&#038;utm_content=xxxxx\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"92.56 152.79 414.87 294.42\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><path class=\"cls-1\" d=\"m174.63,293.41c-26.54,0-48.13-21.39-48.13-47.68s21.59-47.69,48.13-47.69,48.12,21.39,48.12,47.69-21.59,47.68-48.12,47.68Zm0-81.98c-19.16,0-34.75,15.39-34.75,34.3s15.58,34.3,34.75,34.3,34.74-15.39,34.74-34.3-15.58-34.3-34.74-34.3Z\"><\/path><path class=\"cls-1\" d=\"m193.99,425.44h-83.94c-9.64,0-17.49-7.8-17.49-17.38v-21.89c0-44.81,36.81-81.26,82.06-81.26,17.8,0,34.74,5.55,48.98,16.06,2.97,2.2,3.61,6.38,1.41,9.36-2.2,2.97-6.38,3.6-9.36,1.41-11.92-8.8-26.11-13.45-41.03-13.45-37.87,0-68.68,30.45-68.68,67.88v21.89c0,2.2,1.84,4,4.11,4h83.94c3.69,0,6.69,3,6.69,6.69s-3,6.69-6.69,6.69Z\"><\/path><path class=\"cls-1\" d=\"m489.94,420.37h-83.94c-3.69,0-6.69-3-6.69-6.69s3-6.69,6.69-6.69h83.94c2.26,0,4.11-1.79,4.11-3.99v-21.89c0-37.43-30.81-67.88-68.68-67.88-15.82,0-31.26,5.45-43.48,15.34-2.87,2.32-7.08,1.88-9.41-.99-2.32-2.87-1.89-7.09.99-9.41,14.59-11.81,33.03-18.32,51.9-18.32,45.25,0,82.06,36.45,82.06,81.26v21.89c0,9.58-7.84,17.38-17.49,17.38Z\"><\/path><path class=\"cls-1\" d=\"m425.37,290.11c-26.54,0-48.12-21.39-48.12-47.68s21.59-47.69,48.12-47.69,48.13,21.39,48.13,47.69-21.59,47.68-48.13,47.68Zm0-81.98c-19.16,0-34.74,15.39-34.74,34.3s15.58,34.3,34.74,34.3,34.75-15.39,34.75-34.3-15.59-34.3-34.75-34.3Z\"><\/path><path class=\"cls-1\" d=\"m390.82,447.21h-181.63c-12.07,0-21.88-9.74-21.88-21.72v-30.78c0-61.52,50.55-111.57,112.7-111.57s112.7,50.05,112.7,111.57v30.78c0,11.98-9.81,21.72-21.88,21.72Zm-90.82-150.69c-54.76,0-99.31,44.05-99.31,98.19v30.78c0,4.6,3.81,8.34,8.5,8.34h181.63c4.69,0,8.5-3.74,8.5-8.34v-30.78c0-54.14-44.55-98.19-99.31-98.19Z\"><\/path><path class=\"cls-1\" d=\"m297.67,275.31c-34.1,0-61.84-27.48-61.84-61.26s27.74-61.26,61.84-61.26,61.85,27.48,61.85,61.26-27.75,61.26-61.85,61.26Zm0-109.14c-26.72,0-48.46,21.48-48.46,47.88s21.74,47.88,48.46,47.88,48.46-21.48,48.46-47.88-21.74-47.88-48.46-47.88Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Group booking request<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.visit-us-in-3d.com\/hotel\/zoku-copenhagen\/\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\" id=\"svg2001\" xml:space=\"preserve\" width=\"682.66669\" height=\"682.66669\" viewBox=\"0 0 682.66669 682.66669\"><defs id=\"defs2005\"><clipPath clipPathUnits=\"userSpaceOnUse\" id=\"clipPath2015\"><path d=\"M 0,512 H 512 V 0 H 0 Z\" id=\"path2013\"><\/path><\/clipPath><\/defs><g id=\"g2007\" transform=\"matrix(1.3333333,0,0,-1.3333333,0,682.66667)\"><g id=\"g2009\"><g id=\"g2011\" clip-path=\"url(#clipPath2015)\"><g id=\"g2017\" transform=\"translate(244.3213,452.9395)\"><path d=\"m 0,0 -116.723,-64.846 c -7.634,-4.241 -12.369,-12.289 -12.369,-21.022 V -221.8 c 0,-8.734 4.735,-16.781 12.369,-21.023 L 0,-307.668 c 7.263,-4.036 16.095,-4.036 23.357,0 l 116.723,64.845 c 7.635,4.242 12.37,12.289 12.37,21.023 v 135.932 c 0,8.733 -4.735,16.781 -12.37,21.022 L 23.357,0 C 16.095,4.035 7.263,4.035 0,0 Z\" style=\"fill:none;stroke:#000000;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" id=\"path2019\"><\/path><\/g><g id=\"g2021\" transform=\"translate(119.9507,378.5981)\"><path d=\"M 0,0 136.049,-75.583 272.099,0\" style=\"fill:none;stroke:#000000;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" id=\"path2023\"><\/path><\/g><g id=\"g2025\" transform=\"translate(256,179.3643)\"><path d=\"M 0,0 V 123.651\" style=\"fill:none;stroke:#000000;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" id=\"path2027\"><\/path><\/g><g id=\"g2029\" transform=\"translate(431.7158,279.9194)\"><path d=\"m 0,0 c 44.97,-21.76 72.784,-51.82 72.784,-85.024 0,-25.771 -16.756,-49.649 -45.284,-69.222\" style=\"fill:none;stroke:#000000;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" id=\"path2031\"><\/path><\/g><g id=\"g2033\" transform=\"translate(410.333,100.6479)\"><path d=\"m 0,0 c -42.391,-16.274 -96.016,-25.995 -154.333,-25.995 -137.243,0 -248.5,53.835 -248.5,120.243 0,33.043 27.547,62.974 72.135,84.708\" style=\"fill:none;stroke:#000000;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" id=\"path2035\"><\/path><\/g><g id=\"g2037\" transform=\"translate(346.4517,111.7793)\"><path d=\"M 0,0 77.455,-7.209 16.664,-55.745\" style=\"fill:none;stroke:#000000;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" id=\"path2039\"><\/path><\/g><\/g><\/g><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">3D tour<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-785ae641 elementor-section-full_width ohm-component-v2_IntroTextSection ohm-small-padding-bottom elementor-section-height-default elementor-section-height-default\" data-id=\"785ae641\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4ea0c4c6\" data-id=\"4ea0c4c6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1545cbc9 ohm-inner elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1545cbc9\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;100&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-inner-column elementor-element elementor-element-608e2012 ohm-btn-wrap\" data-id=\"608e2012\" data-element_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-6154c146 ohm-heading ohm-divider ohm-center ohm-bottom-spacing-big ohm-add-animation ohm-thick-divider mobile:ohm-small-divider elementor-widget elementor-widget-heading\" data-id=\"6154c146\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Long Stay Benefits at Zoku Copenhagen<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-40e33261 ohm-heading ohm-sub-heading ohm-bottom-spacing-big elementor-widget elementor-widget-heading\" data-id=\"40e33261\" data-element_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\">Stay 5 nights or longer at Zoku Copenhagen and automatically unlock extra perks when you book directly on our website. Alongside a lower nightly rate, you will enjoy added benefits designed to help you settle in, stay productive, and feel at home from day one.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4dab49c7 ohm-btn ohm-solid elementor-widget elementor-widget-button\" data-id=\"4dab49c7\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6NzIzMiwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book your stay<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-64ea2355 elementor-widget elementor-widget-spacer\" data-id=\"64ea2355\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\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\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-c21be7 elementor-section-full_width ohm-heading-title ohm-big-padding-bottom ohm-remove-padding-top elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"c21be7\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;100&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-1a104966\" data-id=\"1a104966\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-2b79d073 ohm-inner elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2b79d073\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;200&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-inner-column elementor-element elementor-element-260ed222 ohm-col\" data-id=\"260ed222\" data-element_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-531f5915 ohm-heading ohm-main-heading ohm-add-animation elementor-widget elementor-widget-heading\" data-id=\"531f5915\" data-element_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\">Stay 5+ nights and get more<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3ef93012 ohm-heading ohm-sub-heading ohm-mobile-center elementor-widget elementor-widget-heading\" data-id=\"3ef93012\" data-element_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\">These thoughtful on-site perks are automatically included when you stay 5 nights or longer, helping you work smarter, relax deeper, and connect with the Zoku Copenhagen community.<\/h2>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-2837919f e-flex e-con-boxed e-con e-parent\" data-id=\"2837919f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-39d56220 e-con-full e-flex e-con e-child\" data-id=\"39d56220\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7ae72ad8 ohm-col e-con-full e-flex e-con e-child\" data-id=\"7ae72ad8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-227c8a20 ohm-img elementor-widget elementor-widget-image\" data-id=\"227c8a20\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-0222-005-1.webp 2000w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-0222-005-1-300x200.jpeg 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-0222-005-1-1024x683.jpeg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-0222-005-1.jpeg\" height=\"1333\" width=\"2000\" srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-0222-005-1.jpeg 2000w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-0222-005-1-300x200.jpeg 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-0222-005-1-1024x683.jpeg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" class=\"attachment-2048x2048 size-2048x2048 wp-image-15549 sp-no-webp\" alt=\"\" fetchpriority=\"high\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-34db518f ohm-heading elementor-widget elementor-widget-heading\" data-id=\"34db518f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">15% Off Food &amp; Drinks<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-152fb811 ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"152fb811\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"248\" data-end=\"418\">Treat yourself to rooftop favorites at The Living Kitchen and Kindred Spirits Bar. From morning coffee to late night bites, enjoy great flavors with a little extra value.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1ec43792 e-con-full e-flex e-con e-child\" data-id=\"1ec43792\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1ec8114a ohm-col e-con-full e-flex e-con e-child\" data-id=\"1ec8114a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1218c44 ohm-img elementor-widget elementor-widget-image\" data-id=\"1218c44\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-5077-scaled.webp 2000w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-5077-300x200.jpeg 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-5077-1024x683.jpeg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-5077-scaled.jpeg\" height=\"1334\" width=\"2000\" srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-5077-scaled.jpeg 2000w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-5077-300x200.jpeg 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-5077-1024x683.jpeg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" class=\"attachment-2048x2048 size-2048x2048 wp-image-15362 sp-no-webp\" alt=\"\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-25b4b4d9 ohm-heading elementor-widget elementor-widget-heading\" data-id=\"25b4b4d9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">15% Off Ticketed Events<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2066541b ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"2066541b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Say yes to more inspiring moments. Join workshops, live music nights, talks, and creative sessions while enjoying exclusive long stay savings on ticketed community events.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4935ff25 e-con-full e-flex e-con e-child\" data-id=\"4935ff25\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6728d4dd ohm-col e-con-full e-flex e-con e-child\" data-id=\"6728d4dd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f93483d ohm-img elementor-widget elementor-widget-image\" data-id=\"f93483d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/136A9322.webp 1024w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/136A9322-300x200.jpg 300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/136A9322.jpg\" height=\"683\" width=\"1024\" srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/136A9322.jpg 1024w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/136A9322-300x200.jpg 300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" class=\"attachment-2048x2048 size-2048x2048 wp-image-15196 sp-no-webp\" alt=\"\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f1871ca ohm-heading elementor-widget elementor-widget-heading\" data-id=\"5f1871ca\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">10% Off Meeting Room Rentals<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-69e4fba6 ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"69e4fba6\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Gather your team or colleagues with a view. Book our rooftop meeting rooms for brainstorms, presentations, or big ideas in a setting that makes work feel anything but ordinary.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-44663997 e-con-full e-flex e-con e-child\" data-id=\"44663997\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-151c421f ohm-col e-con-full e-flex e-con e-child\" data-id=\"151c421f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d9d74d6 ohm-img elementor-widget elementor-widget-image\" data-id=\"4d9d74d6\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Screen-Shot-2024-10-21-at-14.59.11-1.webp \"  type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Screen-Shot-2024-10-21-at-14.59.11-1.jpg\" class=\" sp-no-webp\" alt=\"Screen-Shot-2024-10-21-at-14.59.11-1.jpg\" decoding=\"async\" title=\"Screen-Shot-2024-10-21-at-14.59.11-1.jpg\" loading=\"lazy\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62e81107 ohm-heading elementor-widget elementor-widget-heading\" data-id=\"62e81107\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">First Laundry Wash On Us<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4847d8e7 ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"4847d8e7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Fresh start, sorted. Use our on-site laundrette whenever it suits you and enjoy your first wash or dry session completely on the house.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-67d141e8 e-con-full e-flex e-con e-child\" data-id=\"67d141e8\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6ec63438 ohm-col e-con-full e-flex e-con e-child\" data-id=\"6ec63438\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2ca236d9 ohm-img elementor-widget elementor-widget-image\" data-id=\"2ca236d9\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/136A0058-scaled-1.webp 2000w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/136A0058-scaled-1-300x199.jpg 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/136A0058-scaled-1-1024x679.jpg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/136A0058-scaled-1.jpg\" height=\"1327\" width=\"2000\" srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/136A0058-scaled-1.jpg 2000w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/136A0058-scaled-1-300x199.jpg 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/136A0058-scaled-1-1024x679.jpg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" class=\"attachment-2048x2048 size-2048x2048 wp-image-15444 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17228d6f ohm-heading elementor-widget elementor-widget-heading\" data-id=\"17228d6f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Join Daily \"Fika\" Social Ritual<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ec02826 ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"ec02826\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Press pause and join our daily social coffee moment. Meet fellow residents and coworkers, share stories, and enjoy a sweet afternoon treat together.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7c280617 e-con-full e-flex e-con e-child\" data-id=\"7c280617\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3560449e ohm-col e-con-full e-flex e-con e-child\" data-id=\"3560449e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-323a24a6 ohm-img elementor-widget elementor-widget-image\" data-id=\"323a24a6\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-Pantry-scaled.webp 2000w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-Pantry-300x200.jpeg 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-Pantry-1024x683.jpeg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-Pantry-scaled.jpeg\" height=\"1334\" width=\"2000\" srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-Pantry-scaled.jpeg 2000w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-Pantry-300x200.jpeg 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-Pantry-1024x683.jpeg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" class=\"attachment-2048x2048 size-2048x2048 wp-image-15537 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ee15638 ohm-heading elementor-widget elementor-widget-heading\" data-id=\"7ee15638\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">24\/7 Pantry Access<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e12b130 ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"3e12b130\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Get unlimited access to the Pantry on your Loft floor for additional supplies during your stay: like cleaning products, fresh sheets, kitchen utensils and more.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7097dddf e-con-full e-flex e-con e-child\" data-id=\"7097dddf\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-39c85c7c ohm-col e-con-full e-flex e-con e-child\" data-id=\"39c85c7c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c5a95a8 ohm-img elementor-widget elementor-widget-image\" data-id=\"7c5a95a8\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/HW-4740-800x533-1-1.webp 800w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/HW-4740-800x533-1-1-300x200.jpg 300w\" sizes=\"(max-width: 800px) 100vw, 800px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/HW-4740-800x533-1-1.jpg\" height=\"533\" width=\"800\" srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/HW-4740-800x533-1-1.jpg 800w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/HW-4740-800x533-1-1-300x200.jpg 300w\" sizes=\"(max-width: 800px) 100vw, 800px\" class=\"attachment-2048x2048 size-2048x2048 wp-image-14593 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-53241105 ohm-heading elementor-widget elementor-widget-heading\" data-id=\"53241105\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">24\/7 Coworking Access<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-26dc8a8c ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"26dc8a8c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Work your way, on your time. Our 24\/7 coworking space is always open, so you can stay productive, inspired, and in the zone whenever it suits you.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1e99fefa e-con-full e-flex e-con e-child\" data-id=\"1e99fefa\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2bf993e ohm-col e-con-full e-flex e-con e-child\" data-id=\"2bf993e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-78b48a41 ohm-img elementor-widget elementor-widget-image\" data-id=\"78b48a41\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/zoku_cph_2_DSCF1556-1.webp 1600w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/zoku_cph_2_DSCF1556-1-300x200.jpg 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/zoku_cph_2_DSCF1556-1-1024x683.jpg 1024w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/zoku_cph_2_DSCF1556-1.jpg\" height=\"1067\" width=\"1600\" srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/zoku_cph_2_DSCF1556-1.jpg 1600w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/zoku_cph_2_DSCF1556-1-300x200.jpg 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/zoku_cph_2_DSCF1556-1-1024x683.jpg 1024w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" class=\"attachment-2048x2048 size-2048x2048 wp-image-15450 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-94e5c26 ohm-heading elementor-widget elementor-widget-heading\" data-id=\"94e5c26\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Curated Digital Copenhagen Guide<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-458c4842 ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"458c4842\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Explore the city like a local. Get access to our handpicked Copenhagen guide filled with favorite spots and hidden gems, on top of a ready to use Google Map from the Zoku team.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-abe1a32 e-con-full e-flex e-con e-child\" data-id=\"abe1a32\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-48695d6f ohm-col e-con-full e-flex e-con e-child\" data-id=\"48695d6f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-16b8f86e ohm-img elementor-widget elementor-widget-image\" data-id=\"16b8f86e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-0222-034-1.webp 2000w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-0222-034-1-300x200.jpeg 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-0222-034-1-1024x683.jpeg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-0222-034-1.jpeg\" height=\"1333\" width=\"2000\" srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-0222-034-1.jpeg 2000w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-0222-034-1-300x200.jpeg 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-0222-034-1-1024x683.jpeg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" class=\"attachment-2048x2048 size-2048x2048 wp-image-15532 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-588a6576 ohm-heading elementor-widget elementor-widget-heading\" data-id=\"588a6576\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">10% Off Bike Rental<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3d80f7b5 ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"3d80f7b5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Pedal your way through Copenhagen. Grab a bike for 10% off and discover hidden streets, sunny terraces, and local favorites like a true city insider.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-740fb6ac e-flex e-con-boxed e-con e-parent\" data-id=\"740fb6ac\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-626e431b elementor-widget elementor-widget-spacer\" data-id=\"626e431b\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2c907ad2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2c907ad2\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7ec8b8a5\" data-id=\"7ec8b8a5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4521c4fc ohm-inner elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"4521c4fc\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;200&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-inner-column elementor-element elementor-element-345279a8 ohm-col\" data-id=\"345279a8\" data-element_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-5f6a9f22 ohm-heading ohm-main-heading ohm-add-animation elementor-widget elementor-widget-heading\" data-id=\"5f6a9f22\" data-element_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\">Stay 14+ Nights and Unlock Even More<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1aae2536 ohm-heading ohm-sub-heading ohm-mobile-center elementor-widget elementor-widget-heading\" data-id=\"1aae2536\" data-element_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\">But wait, there's more! When you stay two weeks or longer, you become part of the Zoku Copenhagen rhythm. Enjoy extra community driven perks designed to help you settle in faster, build connections, and truly experience life in the city.<\/h2>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-cdb4660 e-flex e-con-boxed e-con e-parent\" data-id=\"cdb4660\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-117985c6 elementor-widget elementor-widget-spacer\" data-id=\"117985c6\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cf8fe29 e-flex e-con-boxed e-con e-parent\" data-id=\"cf8fe29\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1a118c59 e-con-full e-flex e-con e-child\" data-id=\"1a118c59\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4579e7ba ohm-col e-con-full e-flex e-con e-child\" data-id=\"4579e7ba\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-32a006dc ohm-img elementor-widget elementor-widget-image\" data-id=\"32a006dc\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/DSC_0984.webp 2000w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/DSC_0984-300x200.jpg 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/DSC_0984-1024x684.jpg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/DSC_0984.jpg\" height=\"1335\" width=\"2000\" srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/DSC_0984.jpg 2000w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/DSC_0984-300x200.jpg 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/DSC_0984-1024x684.jpg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" class=\"attachment-2048x2048 size-2048x2048 wp-image-15462 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ed8c1f1 ohm-heading elementor-widget elementor-widget-heading\" data-id=\"5ed8c1f1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Check-In Chat<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-593fba07 ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"593fba07\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"248\" data-end=\"418\">Start your stay with a relaxed one on one welcome chat. Our Community Manager will share insider tips, help you get oriented, and make sure you feel at home from day one.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2b7519c7 e-con-full e-flex e-con e-child\" data-id=\"2b7519c7\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5a717946 ohm-col e-con-full e-flex e-con e-child\" data-id=\"5a717946\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-685c63be ohm-img elementor-widget elementor-widget-image\" data-id=\"685c63be\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/zoku_cph_3_zoku_cph_004-4.webp 2000w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/zoku_cph_3_zoku_cph_004-4-300x200.jpeg 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/zoku_cph_3_zoku_cph_004-4-1024x683.jpeg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/zoku_cph_3_zoku_cph_004-4.jpeg\" height=\"1333\" width=\"2000\" srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/zoku_cph_3_zoku_cph_004-4.jpeg 2000w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/zoku_cph_3_zoku_cph_004-4-300x200.jpeg 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/zoku_cph_3_zoku_cph_004-4-1024x683.jpeg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" class=\"attachment-2048x2048 size-2048x2048 wp-image-15545 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a85e705 ohm-heading elementor-widget elementor-widget-heading\" data-id=\"3a85e705\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Community Dinner<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c26a63b ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"c26a63b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Join a hosted dinner with fellow long stay guests and locals. Share stories, meet new people, and enjoy a memorable evening around the table in true Zoku style.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-41b9c154 e-con-full e-flex e-con e-child\" data-id=\"41b9c154\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-603c37cd ohm-col e-con-full e-flex e-con e-child\" data-id=\"603c37cd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6118e70c ohm-img elementor-widget elementor-widget-image\" data-id=\"6118e70c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/zoku_cph_3_zoku_cph_003-1.webp 2000w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/zoku_cph_3_zoku_cph_003-1-300x200.jpg 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/zoku_cph_3_zoku_cph_003-1-1024x682.jpg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/zoku_cph_3_zoku_cph_003-1.jpg\" height=\"1333\" width=\"2000\" srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/zoku_cph_3_zoku_cph_003-1.jpg 2000w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/zoku_cph_3_zoku_cph_003-1-300x200.jpg 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/zoku_cph_3_zoku_cph_003-1-1024x682.jpg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" class=\"attachment-2048x2048 size-2048x2048 wp-image-15466 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a78b14b ohm-heading elementor-widget elementor-widget-heading\" data-id=\"5a78b14b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">WhatsApp Group Access<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-749ca825 ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"749ca825\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Stay in the loop during your stay. Get invited to a dedicated guest WhatsApp group where you can discover events, local tips, spontaneous meetups, and useful updates.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-16410d5a e-flex e-con-boxed e-con e-parent\" data-id=\"16410d5a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-307b8070 elementor-widget elementor-widget-spacer\" data-id=\"307b8070\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-185d4df7 elementor-section-full_width ohm-heading-title ohm-big-padding-bottom ohm-remove-padding-top elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"185d4df7\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;100&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-6e8b4706\" data-id=\"6e8b4706\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-68c9af5e ohm-inner elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"68c9af5e\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;200&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-inner-column elementor-element elementor-element-373d09b1 ohm-col\" data-id=\"373d09b1\" data-element_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-2dee7f80 ohm-heading ohm-main-heading ohm-add-animation elementor-widget elementor-widget-heading\" data-id=\"2dee7f80\" data-element_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\">Meet Your  future Community Manager<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a14e16d ohm-heading ohm-sub-heading ohm-mobile-center elementor-widget elementor-widget-heading\" data-id=\"4a14e16d\" data-element_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\">Your go to local from day one. Sergio is here to help you settle in, connect with the community, and make the most of your stay in Copenhagen.<\/h2>\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\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-cf58250 elementor-section-full_width ohm-meet-person-block ohm-extra-big-padding-top ohm-extra-big-padding-bottom mobile:ohm-extra-big-padding-top mobile:ohm-extra-big-padding-bottom elementor-section-height-default elementor-section-height-default\" data-id=\"cf58250\" data-element_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-23b8edc5\" data-id=\"23b8edc5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-77002491 ohm-inner elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"77002491\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2c420428 ohm-col ohm-img-col\" data-id=\"2c420428\" data-element_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-2d777d98 ohm-img mobile:ohm-remove-margin-bottom elementor-widget elementor-widget-image\" data-id=\"2d777d98\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.linkedin.com\/in\/sergio-fernandescph\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Sergio-Zoku-Headshot-1.webp 600w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Sergio-Zoku-Headshot-1-300x300.png 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Sergio-Zoku-Headshot-1-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Sergio-Zoku-Headshot-1.png\" height=\"600\" width=\"600\" srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Sergio-Zoku-Headshot-1.png 600w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Sergio-Zoku-Headshot-1-300x300.png 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Sergio-Zoku-Headshot-1-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" class=\"attachment-large size-large wp-image-15530 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-52bcb6cd ohm-col ohm-text-col\" data-id=\"52bcb6cd\" data-element_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-3598b4a7 ohm-heading ohm-small mobile:ohm-standard-margin-top elementor-widget elementor-widget-heading\" data-id=\"3598b4a7\" data-element_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\"><a href=\"https:\/\/www.linkedin.com\/in\/sergio-fernandescph\/\" target=\"_blank\">Sergio Fernandes<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-115849fb ohm-divider elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"115849fb\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-34f5a351 ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"34f5a351\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong><span style=\"color: #000000\">Community Manager at Zoku Copenhagen<\/span><\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6184b1f6 ohm-heading ohm-sub-heading ohm-mobile-center elementor-widget elementor-widget-heading\" data-id=\"6184b1f6\" data-element_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\">Sergio is your local connection to the city. He's originally from Lisbon, Portugal and has lived in Copenhagen for 5 years. Ask him for recommendations on the best live music venues, swimming spots, or shopping in the \u00d8restad area.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-38f5237b elementor-widget elementor-widget-spacer\" data-id=\"38f5237b\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9d594c0 ohm-btn ohm-solid elementor-widget elementor-widget-button\" data-id=\"9d594c0\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6NjMwMiwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book a stay<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b1608e4 elementor-widget elementor-widget-spacer\" data-id=\"7b1608e4\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-b94f30f e-flex e-con-boxed e-con e-parent\" data-id=\"b94f30f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7de95a32 elementor-widget elementor-widget-spacer\" data-id=\"7de95a32\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7824ea37 elementor-section-full_width ohm-heading-title ohm-big-padding-bottom ohm-remove-padding-top elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"7824ea37\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;100&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-5f08555f\" data-id=\"5f08555f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1e71122e ohm-inner elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1e71122e\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;200&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-inner-column elementor-element elementor-element-be4fa0d ohm-col\" data-id=\"be4fa0d\" data-element_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-49b70c66 ohm-heading ohm-main-heading ohm-add-animation elementor-widget elementor-widget-heading\" data-id=\"49b70c66\" data-element_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\">Ready to stay at Zoku Copenhagen?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-337ad5ef ohm-heading ohm-sub-heading ohm-mobile-center elementor-widget elementor-widget-heading\" data-id=\"337ad5ef\" data-element_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\">Browse our Lofts below, book your favorite, and automatically get our long stay perks when you arrive.<\/h2>\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\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-7f664013 elementor-section-full_width ohm-static-swiper-slider ohm-remove-padding-top elementor-section-height-default elementor-section-height-default\" data-id=\"7f664013\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7035135c\" data-id=\"7035135c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section ohm-swiper-settings=\"[&quot;{\\n\\&quot;slidesPerView\\&quot;: 1,\\n\\&quot;spaceBetween\\&quot;: 0,\\n\\&quot;navigation\\&quot;: {\\n  \\&quot;nextEl\\&quot;: \\&quot;.swiper-button-next\\&quot;,\\n  \\&quot;prevEl\\&quot;: \\&quot;.swiper-button-prev\\&quot;\\n},\\n\\&quot;breakpoints\\&quot;: {\\n  \\&quot;640\\&quot;: {\\n    \\&quot;slidesPerView\\&quot;: 1,\\n    \\&quot;spaceBetween\\&quot;: 0\\n  },\\n  \\&quot;790\\&quot;: {\\n    \\&quot;slidesPerView\\&quot;: 1.7,\\n    \\&quot;spaceBetween\\&quot;: 27\\n  },\\n  \\&quot;1100\\&quot;: {\\n    \\&quot;slidesPerView\\&quot;: 2.5,\\n    \\&quot;spaceBetween\\&quot;: 37\\n  }\\n}\\n}&quot;]\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-3d7af4de ohm-inner elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3d7af4de\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-f196845 ohm-col ohm-icon-list-wrapper\" data-id=\"f196845\" data-element_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-29e19f3 ohm-img elementor-widget elementor-widget-image\" data-id=\"29e19f3\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/livezoku.com\/copenhagen\/stay\/zoku-loft\/\">\n\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-088-copy-1024x683.jpg 1024w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-088-copy-300x200.jpg 300w,https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-088-copy-scaled.webp 2000w\" sizes=\"(max-width: 800px) 100vw, 800px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-088-copy-1024x683.jpg\" height=\"534\" width=\"800\" srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-088-copy-1024x683.jpg 1024w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-088-copy-300x200.jpg 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-088-copy-scaled.jpg 2000w\" sizes=\"(max-width: 800px) 100vw, 800px\" class=\"attachment-large size-large wp-image-14965 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-97701e1 ohm-label-icon-list elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"97701e1\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/livezoku.com\/copenhagen\/stay\/zoku-loft\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Most Popular<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\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-e6ba72e ohm-heading ohm-small elementor-widget elementor-widget-heading\" data-id=\"e6ba72e\" data-element_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\"><a href=\"https:\/\/livezoku.com\/copenhagen\/stay\/zoku-loft\/\">Zoku Loft<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5822c65 ohm-divider elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"5822c65\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6572b61 elementor-widget elementor-widget-text-editor\" data-id=\"6572b61\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: center\"><span class=\"TextRun SCXW14182544 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"auto\"><span class=\"NormalTextRun SCXW14182544 BCX0\">Welcome to the Zoku Loft: part home, part office, all yours.\u00a0<\/span><span class=\"NormalTextRun SCXW14182544 BCX0\">It\u2019s<\/span><span class=\"NormalTextRun SCXW14182544 BCX0\">\u00a0fully equipped<\/span><span class=\"NormalTextRun SCXW14182544 BCX0\">\u00a0and easy to make your own. Whether\u00a0<\/span><span class=\"NormalTextRun SCXW14182544 BCX0\">you\u2019re<\/span><span class=\"NormalTextRun SCXW14182544 BCX0\">\u00a0here to hustle or unwind, this smart space has everything you need to live comfortably and work efficiently<\/span><span class=\"NormalTextRun SCXW14182544 BCX0\">.<\/span><\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e4272c9 ohm-icon-list ohm-wrap-list elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"e4272c9\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"109.15 157.67 381.68 284.66\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><g id=\"surface1\"><path class=\"cls-1\" d=\"m239.94,296.12c31.6,0,57.38-19.41,57.38-43.18s-25.7-43.19-57.38-43.19-57.38,19.41-57.38,43.19,25.77,43.18,57.38,43.18Zm0-71.03c23.01,0,42.03,12.73,42.03,27.84s-19.25,27.84-42.03,27.84-42.04-12.73-42.04-27.84,19.25-27.92,42.04-27.92v.08Z\"><\/path><path class=\"cls-1\" d=\"m483.17,332.71h-113.22v-79.85c0-52.47-58.37-95.19-130.4-95.19s-130.4,42.72-130.4,95.19v94.35c0,48.32,49.48,88.21,113.22,94.27h1.3c5.29.46,10.66.85,16.11.85h243.38c4.23,0,7.67-3.44,7.67-7.67v-94.27c0-4.23-3.44-7.67-7.67-7.67Zm-243.23-159.63c63.28,0,115.06,35.82,115.06,79.85s-51.47,79.85-115.06,79.85-115.06-35.82-115.06-79.85,51.85-79.85,115.06-79.85Zm115.06,124.57v35.06h-44.49c17.37-7.87,32.52-19.91,44.1-35.06h.39Zm120.5,129.32h-15.34v-38.81c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v38.89h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-38.89c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v38.89h-29.38v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v19.25c-51.77-7.67-90.74-39.73-90.74-78.08v-49.48c21.94,29.99,65.12,50.39,115.06,50.39h235.18v78.93Z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">24m2 \/ 258ft2 <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"92.56 152.79 414.87 294.42\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><path class=\"cls-1\" d=\"m174.63,293.41c-26.54,0-48.13-21.39-48.13-47.68s21.59-47.69,48.13-47.69,48.12,21.39,48.12,47.69-21.59,47.68-48.12,47.68Zm0-81.98c-19.16,0-34.75,15.39-34.75,34.3s15.58,34.3,34.75,34.3,34.74-15.39,34.74-34.3-15.58-34.3-34.74-34.3Z\"><\/path><path class=\"cls-1\" d=\"m193.99,425.44h-83.94c-9.64,0-17.49-7.8-17.49-17.38v-21.89c0-44.81,36.81-81.26,82.06-81.26,17.8,0,34.74,5.55,48.98,16.06,2.97,2.2,3.61,6.38,1.41,9.36-2.2,2.97-6.38,3.6-9.36,1.41-11.92-8.8-26.11-13.45-41.03-13.45-37.87,0-68.68,30.45-68.68,67.88v21.89c0,2.2,1.84,4,4.11,4h83.94c3.69,0,6.69,3,6.69,6.69s-3,6.69-6.69,6.69Z\"><\/path><path class=\"cls-1\" d=\"m489.94,420.37h-83.94c-3.69,0-6.69-3-6.69-6.69s3-6.69,6.69-6.69h83.94c2.26,0,4.11-1.79,4.11-3.99v-21.89c0-37.43-30.81-67.88-68.68-67.88-15.82,0-31.26,5.45-43.48,15.34-2.87,2.32-7.08,1.88-9.41-.99-2.32-2.87-1.89-7.09.99-9.41,14.59-11.81,33.03-18.32,51.9-18.32,45.25,0,82.06,36.45,82.06,81.26v21.89c0,9.58-7.84,17.38-17.49,17.38Z\"><\/path><path class=\"cls-1\" d=\"m425.37,290.11c-26.54,0-48.12-21.39-48.12-47.68s21.59-47.69,48.12-47.69,48.13,21.39,48.13,47.69-21.59,47.68-48.13,47.68Zm0-81.98c-19.16,0-34.74,15.39-34.74,34.3s15.58,34.3,34.74,34.3,34.75-15.39,34.75-34.3-15.59-34.3-34.75-34.3Z\"><\/path><path class=\"cls-1\" d=\"m390.82,447.21h-181.63c-12.07,0-21.88-9.74-21.88-21.72v-30.78c0-61.52,50.55-111.57,112.7-111.57s112.7,50.05,112.7,111.57v30.78c0,11.98-9.81,21.72-21.88,21.72Zm-90.82-150.69c-54.76,0-99.31,44.05-99.31,98.19v30.78c0,4.6,3.81,8.34,8.5,8.34h181.63c4.69,0,8.5-3.74,8.5-8.34v-30.78c0-54.14-44.55-98.19-99.31-98.19Z\"><\/path><path class=\"cls-1\" d=\"m297.67,275.31c-34.1,0-61.84-27.48-61.84-61.26s27.74-61.26,61.84-61.26,61.85,27.48,61.85,61.26-27.75,61.26-61.85,61.26Zm0-109.14c-26.72,0-48.46,21.48-48.46,47.88s21.74,47.88,48.46,47.88,48.46-21.48,48.46-47.88-21.74-47.88-48.46-47.88Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">1-2 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M496,344h-8V280a32.042,32.042,0,0,0-32-32V112a32.042,32.042,0,0,0-32-32H88a32.042,32.042,0,0,0-32,32V248a32.042,32.042,0,0,0-32,32v64H16a8,8,0,0,0-8,8v32a8,8,0,0,0,8,8h8v32a8,8,0,0,0,8,8H56a7.99,7.99,0,0,0,7.84-6.43L70.56,392H441.44l6.72,33.57A7.99,7.99,0,0,0,456,432h24a8,8,0,0,0,8-8V392h8a8,8,0,0,0,8-8V352A8,8,0,0,0,496,344ZM72,112A16.021,16.021,0,0,1,88,96H424a16.021,16.021,0,0,1,16,16V248H424V216a32.042,32.042,0,0,0-32-32H296a32.042,32.042,0,0,0-32,32v32H248V216a32.042,32.042,0,0,0-32-32H120a32.042,32.042,0,0,0-32,32v32H72ZM408,216v32H280V216a16.021,16.021,0,0,1,16-16h96A16.021,16.021,0,0,1,408,216Zm-176,0v32H104V216a16.021,16.021,0,0,1,16-16h96A16.021,16.021,0,0,1,232,216ZM40,280a16.021,16.021,0,0,1,16-16H456a16.021,16.021,0,0,1,16,16v64H40Zm9.44,136H40V392H54.24ZM472,416h-9.44l-4.8-24H472Zm16-40H24V360H488Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">King-size bed<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\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-2f0aeca ohm-icon-list ohm-wrap-list elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"2f0aeca\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"153.86 109.74 328.35 382.3\"><path d=\"m399.61,115.82c0-4.36-3.98-6.64-7.86-5.96-7.47,1.23-14.61,7.75-19.44,13.07-16.84,18.56-24.39,44.73-29.27,68.67-6.46,31.72-8.13,64.37-8.17,96.66,0,1.99,1.14,4.53,3.08,5.36,9.74,4.14,21.01,3.27,31.02.63,7.74-2.04,4.45-14.02-3.31-11.98-5.32,1.45-10.85,1.98-16.35,1.55-.66-.07-1.32-.18-1.98-.3.17-41.14,2.68-84.17,17.32-122.94,1.99-5.27,4.35-10.38,7.08-15.31,1.12-2.05,2.34-4.05,3.62-5.96.58-.89,1.18-1.76,1.79-2.63l.89-1.22c.15-.2.24-.34.31-.43-.02.03.01,0,.19-.22,2.1-2.67,4.43-5.15,6.96-7.41.5-.44.99-.86,1.53-1.29.08-.06.14-.11.19-.16v360.08c0,8.01,12.42,8.01,12.42,0h-.02V115.82Z\"><\/path><path d=\"m236.32,300.91v183.42c0,8.01,12.42,8.01,12.42,0v-183.42c0-8.01-12.42-8.01-12.42,0Z\"><\/path><path d=\"m204.84,237.7l34.55,16.33c1.37.65,2.85.83,4.22.61.67-.08,1.36-.28,2.05-.61l34.55-16.33c1.92-1.1,3.1-3.15,3.08-5.37v-114.86c0-8.01-12.42-8.01-12.42,0v110.95l-22.13,10.46v-121.41c0-8.01-12.42-8.01-12.42,0v121.42l-22.09-10.46v-110.96c0-8.01-12.42-8.01-12.42,0h-.04v114.86c-.02,2.21,1.15,4.26,3.07,5.37Z\"><\/path><circle cx=\"242.53\" cy=\"273.75\" r=\"8.91\"><\/circle><path d=\"m296.09,192.45c8.78,5.64,18.76,18.97,29.99,10.54,6.32-4.76.14-15.56-6.27-10.73v.03c-3.04,2.29-5.37-1.64-7.81-3.61-3.08-2.49-6.3-4.81-9.63-6.96-6.77-4.34-12.99,6.41-6.27,10.73Z\"><\/path><path d=\"m419.18,173.3c-7.49-2.88-10.7,9.13-3.31,11.99,16.71,6.42,30.81,18.78,40.75,33.57,9.67,14.46,13.51,31.33,13.12,48.56-.39,17.23-6.37,33.39-16.64,47.19-5.29,7.12-12.13,13.23-18.35,19.51-7.33,7.38-14.68,14.74-22.05,22.1-5.68,5.67,3.11,14.44,8.79,8.79,14.64-14.62,30.87-28.71,43.25-45.35,11.57-15.57,17.02-34.59,17.45-53.81.91-40.75-25.19-77.98-63.02-92.54Z\"><\/path><path d=\"m370.09,398.29c-12.04,11.71-24.12,23.36-36.46,34.79-3.98,3.62-7.88,7.2-11.93,10.69-1.51,1.32-2.98,2.57-4.32,3.66-5.35-4-10.48-9.14-15.45-13.79-11.52-10.75-22.73-21.87-33.92-32.94-5.7-5.65-14.48,3.14-8.79,8.79v.03c11.2,11.09,22.42,22.16,33.92,32.94,6.69,6.25,13.5,13.06,21.28,17.97,1.93,1.17,4.34,1.17,6.27,0,7.41-5.27,14.1-11.63,20.79-17.77,12.68-11.63,25.05-23.6,37.38-35.59,5.75-5.6-3.04-14.37-8.79-8.78Z\"><\/path><path d=\"m187.88,320.57c-9.58-10.31-16.33-22.92-19.6-36.61-7.01-29.01,2.27-58.58,22.96-79.57,5.63-5.71-3.16-14.5-8.79-8.79-23.19,23.53-32.57,54.75-27.05,87.26,6.06,35.78,36.03,58.9,60.22,83.1,5.67,5.68,14.45-3.11,8.79-8.79-12.17-12.17-24.85-24-36.53-36.61Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Full kitchen<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"87.23 148.14 425.54 292.2\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><path class=\"cls-1\" d=\"m467.52,378.41v-199.95c0-3.46-2.8-6.26-6.26-6.26H138.75c-3.46,0-6.26,2.8-6.26,6.26v199.95c0,3.46,2.8,6.26,6.26,6.26h322.51c3.46,0,6.26-2.8,6.26-6.26Zm-12.53-6.26H145.01v-187.43h309.98v187.43Z\"><\/path><path class=\"cls-1\" d=\"m506.51,396.21h-14.92v-225.69c-.01-12.35-10.02-22.37-22.38-22.38H130.79c-12.35.01-22.37,10.02-22.38,22.38v225.69h-14.92c-3.46,0-6.26,2.81-6.26,6.26v15.5c.01,12.35,10.02,22.36,22.37,22.37h380.8c12.35-.01,22.36-10.02,22.37-22.37v-15.5c0-3.46-2.8-6.26-6.26-6.26h0ZM120.94,170.52c0-5.44,4.41-9.85,9.85-9.85h338.42c5.44,0,9.85,4.41,9.85,9.85v225.69h-132.01c-3.46,0-6.26,2.8-6.26,6.26v3.35h-81.57v-3.35c0-3.46-2.81-6.26-6.26-6.26H120.94v-225.69Zm379.3,247.46c0,5.43-4.41,9.84-9.84,9.84H109.6c-5.43,0-9.84-4.41-9.84-9.84v-9.24h146.93v3.35c0,3.46,2.8,6.26,6.26,6.26h94.1c3.46,0,6.26-2.8,6.26-6.26v-3.35h146.93v9.24Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">4-person table<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512;\" xml:space=\"preserve\"><g>\t<g>\t\t<g>\t\t\t<path d=\"M122.619,495.832H77.35c-4.466,0-8.084,3.619-8.084,8.084c0,4.466,3.619,8.084,8.084,8.084h45.269    c4.466,0,8.084-3.618,8.084-8.084C130.703,499.45,127.084,495.832,122.619,495.832z\"><\/path>\t\t\t<path d=\"M434.65,495.832h-45.269c-4.466,0-8.084,3.619-8.084,8.084c0,4.466,3.618,8.084,8.084,8.084h45.269    c4.466,0,8.084-3.618,8.084-8.084C442.734,499.45,439.116,495.832,434.65,495.832z\"><\/path>\t\t\t<path d=\"M286.181,207.924v53.787c0,4.466,3.619,8.084,8.084,8.084c4.466,0,8.084-3.619,8.084-8.084v-53.787    c0-4.466-3.618-8.084-8.084-8.084C289.8,199.84,286.181,203.459,286.181,207.924z\"><\/path>\t\t\t<path d=\"M217.735,269.795c4.466,0,8.084-3.619,8.084-8.084v-53.787c0-4.465-3.619-8.084-8.084-8.084s-8.084,3.618-8.084,8.084    v53.787C209.65,266.176,213.269,269.795,217.735,269.795z\"><\/path>\t\t\t<path d=\"M489.51,0h-15.548H460.68c-4.466,0-8.084,3.619-8.084,8.084s3.619,8.084,8.084,8.084h13.282h15.548    c3.486,0,6.322,2.836,6.322,6.321v404.208c0,3.485-2.836,6.321-6.322,6.321h-16.862H264.084V16.168h31.206h138.052    c4.466,0,8.084-3.619,8.084-8.084S437.808,0,433.343,0H295.29H256H22.49C10.089,0,0,10.088,0,22.489v404.208    c0,12.401,10.089,22.489,22.49,22.489h8.777v8.082c0,11.59,9.429,21.019,21.019,21.019h92.876c4.466,0,8.084-3.619,8.084-8.084    c0-4.466-3.618-8.084-8.084-8.084H52.287c-2.674,0-4.851-2.176-4.851-4.851v-8.082H256h208.564v8.082    c0,2.674-2.176,4.851-4.851,4.851H173.548c-4.466,0-8.084,3.618-8.084,8.084c0,4.466,3.618,8.084,8.084,8.084h286.166    c11.59,0,21.019-9.429,21.019-21.019v-8.082h8.777c12.401,0,22.49-10.088,22.49-22.489V22.489C512,10.088,501.911,0,489.51,0z     M247.916,433.019H39.352H22.49c-3.486,0-6.322-2.836-6.322-6.321V22.489c0-3.485,2.836-6.321,6.322-6.321h225.425V433.019z\"><\/path>\t\t<\/g>\t<\/g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Tons of storage<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\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-d61fa75 ohm-btn ohm-transparent elementor-widget elementor-widget-button\" data-id=\"d61fa75\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/livezoku.com\/copenhagen\/stay\/zoku-loft\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Find out more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eff2036 ohm-btn ohm-solid elementor-widget elementor-widget-button\" data-id=\"eff2036\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6NzIzMiwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\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<div class=\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-a404033 ohm-col ohm-icon-list-wrapper\" data-id=\"a404033\" data-element_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-4ae768a ohm-img elementor-widget elementor-widget-image\" data-id=\"4ae768a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/livezoku.com\/copenhagen\/stay\/zoku-loft-xl\/\">\n\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-110-1024x683.jpg 1024w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-110-300x200.jpg 300w,https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-110.webp 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-110-1024x683.jpg\" height=\"534\" width=\"800\" srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-110-1024x683.jpg 1024w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-110-300x200.jpg 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-110.jpg 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" class=\"attachment-large size-large wp-image-14967 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-be7eb6a ohm-heading ohm-small elementor-widget elementor-widget-heading\" data-id=\"be7eb6a\" data-element_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\"><a href=\"https:\/\/livezoku.com\/copenhagen\/stay\/zoku-loft-xl\/\">Zoku Loft XL<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-497c9c2 ohm-divider elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"497c9c2\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b2d3d2 elementor-widget elementor-widget-text-editor\" data-id=\"1b2d3d2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: center\"><span class=\"TextRun SCXW118132856 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"auto\"><span class=\"NormalTextRun SCXW118132856 BCX0\">Meet the Zoku Loft XL: same clever setup, with extra room to\u00a0<\/span><span class=\"NormalTextRun SCXW118132856 BCX0\">breathe. Bright, spacious, and designed for longer stays.<\/span><span class=\"NormalTextRun SCXW118132856 BCX0\">\u00a0<\/span><span class=\"NormalTextRun SCXW118132856 BCX0\">From hosting meetings to cooking meals (or take a fitness break on the gym rings)<\/span><span class=\"NormalTextRun SCXW118132856 BCX0\">,\u00a0<\/span><span class=\"NormalTextRun SCXW118132856 BCX0\">the Zoku Loft XL has it all.\u00a0<\/span><\/span><span class=\"EOP Selected SCXW118132856 BCX0\" data-ccp-props=\"{&quot;335559739&quot;:40}\">\u00a0<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1720648 ohm-icon-list ohm-wrap-list elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1720648\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"109.15 157.67 381.68 284.66\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><g id=\"surface1\"><path class=\"cls-1\" d=\"m239.94,296.12c31.6,0,57.38-19.41,57.38-43.18s-25.7-43.19-57.38-43.19-57.38,19.41-57.38,43.19,25.77,43.18,57.38,43.18Zm0-71.03c23.01,0,42.03,12.73,42.03,27.84s-19.25,27.84-42.03,27.84-42.04-12.73-42.04-27.84,19.25-27.92,42.04-27.92v.08Z\"><\/path><path class=\"cls-1\" d=\"m483.17,332.71h-113.22v-79.85c0-52.47-58.37-95.19-130.4-95.19s-130.4,42.72-130.4,95.19v94.35c0,48.32,49.48,88.21,113.22,94.27h1.3c5.29.46,10.66.85,16.11.85h243.38c4.23,0,7.67-3.44,7.67-7.67v-94.27c0-4.23-3.44-7.67-7.67-7.67Zm-243.23-159.63c63.28,0,115.06,35.82,115.06,79.85s-51.47,79.85-115.06,79.85-115.06-35.82-115.06-79.85,51.85-79.85,115.06-79.85Zm115.06,124.57v35.06h-44.49c17.37-7.87,32.52-19.91,44.1-35.06h.39Zm120.5,129.32h-15.34v-38.81c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v38.89h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-38.89c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v38.89h-29.38v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v19.25c-51.77-7.67-90.74-39.73-90.74-78.08v-49.48c21.94,29.99,65.12,50.39,115.06,50.39h235.18v78.93Z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">30m2 \/ 323ft2 <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"92.56 152.79 414.87 294.42\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><path class=\"cls-1\" d=\"m174.63,293.41c-26.54,0-48.13-21.39-48.13-47.68s21.59-47.69,48.13-47.69,48.12,21.39,48.12,47.69-21.59,47.68-48.12,47.68Zm0-81.98c-19.16,0-34.75,15.39-34.75,34.3s15.58,34.3,34.75,34.3,34.74-15.39,34.74-34.3-15.58-34.3-34.74-34.3Z\"><\/path><path class=\"cls-1\" d=\"m193.99,425.44h-83.94c-9.64,0-17.49-7.8-17.49-17.38v-21.89c0-44.81,36.81-81.26,82.06-81.26,17.8,0,34.74,5.55,48.98,16.06,2.97,2.2,3.61,6.38,1.41,9.36-2.2,2.97-6.38,3.6-9.36,1.41-11.92-8.8-26.11-13.45-41.03-13.45-37.87,0-68.68,30.45-68.68,67.88v21.89c0,2.2,1.84,4,4.11,4h83.94c3.69,0,6.69,3,6.69,6.69s-3,6.69-6.69,6.69Z\"><\/path><path class=\"cls-1\" d=\"m489.94,420.37h-83.94c-3.69,0-6.69-3-6.69-6.69s3-6.69,6.69-6.69h83.94c2.26,0,4.11-1.79,4.11-3.99v-21.89c0-37.43-30.81-67.88-68.68-67.88-15.82,0-31.26,5.45-43.48,15.34-2.87,2.32-7.08,1.88-9.41-.99-2.32-2.87-1.89-7.09.99-9.41,14.59-11.81,33.03-18.32,51.9-18.32,45.25,0,82.06,36.45,82.06,81.26v21.89c0,9.58-7.84,17.38-17.49,17.38Z\"><\/path><path class=\"cls-1\" d=\"m425.37,290.11c-26.54,0-48.12-21.39-48.12-47.68s21.59-47.69,48.12-47.69,48.13,21.39,48.13,47.69-21.59,47.68-48.13,47.68Zm0-81.98c-19.16,0-34.74,15.39-34.74,34.3s15.58,34.3,34.74,34.3,34.75-15.39,34.75-34.3-15.59-34.3-34.75-34.3Z\"><\/path><path class=\"cls-1\" d=\"m390.82,447.21h-181.63c-12.07,0-21.88-9.74-21.88-21.72v-30.78c0-61.52,50.55-111.57,112.7-111.57s112.7,50.05,112.7,111.57v30.78c0,11.98-9.81,21.72-21.88,21.72Zm-90.82-150.69c-54.76,0-99.31,44.05-99.31,98.19v30.78c0,4.6,3.81,8.34,8.5,8.34h181.63c4.69,0,8.5-3.74,8.5-8.34v-30.78c0-54.14-44.55-98.19-99.31-98.19Z\"><\/path><path class=\"cls-1\" d=\"m297.67,275.31c-34.1,0-61.84-27.48-61.84-61.26s27.74-61.26,61.84-61.26,61.85,27.48,61.85,61.26-27.75,61.26-61.85,61.26Zm0-109.14c-26.72,0-48.46,21.48-48.46,47.88s21.74,47.88,48.46,47.88,48.46-21.48,48.46-47.88-21.74-47.88-48.46-47.88Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">1-2 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M496,344h-8V280a32.042,32.042,0,0,0-32-32V112a32.042,32.042,0,0,0-32-32H88a32.042,32.042,0,0,0-32,32V248a32.042,32.042,0,0,0-32,32v64H16a8,8,0,0,0-8,8v32a8,8,0,0,0,8,8h8v32a8,8,0,0,0,8,8H56a7.99,7.99,0,0,0,7.84-6.43L70.56,392H441.44l6.72,33.57A7.99,7.99,0,0,0,456,432h24a8,8,0,0,0,8-8V392h8a8,8,0,0,0,8-8V352A8,8,0,0,0,496,344ZM72,112A16.021,16.021,0,0,1,88,96H424a16.021,16.021,0,0,1,16,16V248H424V216a32.042,32.042,0,0,0-32-32H296a32.042,32.042,0,0,0-32,32v32H248V216a32.042,32.042,0,0,0-32-32H120a32.042,32.042,0,0,0-32,32v32H72ZM408,216v32H280V216a16.021,16.021,0,0,1,16-16h96A16.021,16.021,0,0,1,408,216Zm-176,0v32H104V216a16.021,16.021,0,0,1,16-16h96A16.021,16.021,0,0,1,232,216ZM40,280a16.021,16.021,0,0,1,16-16H456a16.021,16.021,0,0,1,16,16v64H40Zm9.44,136H40V392H54.24ZM472,416h-9.44l-4.8-24H472Zm16-40H24V360H488Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">King-size bed<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\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-d8c7144 ohm-icon-list ohm-wrap-list elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"d8c7144\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"153.86 109.74 328.35 382.3\"><path d=\"m399.61,115.82c0-4.36-3.98-6.64-7.86-5.96-7.47,1.23-14.61,7.75-19.44,13.07-16.84,18.56-24.39,44.73-29.27,68.67-6.46,31.72-8.13,64.37-8.17,96.66,0,1.99,1.14,4.53,3.08,5.36,9.74,4.14,21.01,3.27,31.02.63,7.74-2.04,4.45-14.02-3.31-11.98-5.32,1.45-10.85,1.98-16.35,1.55-.66-.07-1.32-.18-1.98-.3.17-41.14,2.68-84.17,17.32-122.94,1.99-5.27,4.35-10.38,7.08-15.31,1.12-2.05,2.34-4.05,3.62-5.96.58-.89,1.18-1.76,1.79-2.63l.89-1.22c.15-.2.24-.34.31-.43-.02.03.01,0,.19-.22,2.1-2.67,4.43-5.15,6.96-7.41.5-.44.99-.86,1.53-1.29.08-.06.14-.11.19-.16v360.08c0,8.01,12.42,8.01,12.42,0h-.02V115.82Z\"><\/path><path d=\"m236.32,300.91v183.42c0,8.01,12.42,8.01,12.42,0v-183.42c0-8.01-12.42-8.01-12.42,0Z\"><\/path><path d=\"m204.84,237.7l34.55,16.33c1.37.65,2.85.83,4.22.61.67-.08,1.36-.28,2.05-.61l34.55-16.33c1.92-1.1,3.1-3.15,3.08-5.37v-114.86c0-8.01-12.42-8.01-12.42,0v110.95l-22.13,10.46v-121.41c0-8.01-12.42-8.01-12.42,0v121.42l-22.09-10.46v-110.96c0-8.01-12.42-8.01-12.42,0h-.04v114.86c-.02,2.21,1.15,4.26,3.07,5.37Z\"><\/path><circle cx=\"242.53\" cy=\"273.75\" r=\"8.91\"><\/circle><path d=\"m296.09,192.45c8.78,5.64,18.76,18.97,29.99,10.54,6.32-4.76.14-15.56-6.27-10.73v.03c-3.04,2.29-5.37-1.64-7.81-3.61-3.08-2.49-6.3-4.81-9.63-6.96-6.77-4.34-12.99,6.41-6.27,10.73Z\"><\/path><path d=\"m419.18,173.3c-7.49-2.88-10.7,9.13-3.31,11.99,16.71,6.42,30.81,18.78,40.75,33.57,9.67,14.46,13.51,31.33,13.12,48.56-.39,17.23-6.37,33.39-16.64,47.19-5.29,7.12-12.13,13.23-18.35,19.51-7.33,7.38-14.68,14.74-22.05,22.1-5.68,5.67,3.11,14.44,8.79,8.79,14.64-14.62,30.87-28.71,43.25-45.35,11.57-15.57,17.02-34.59,17.45-53.81.91-40.75-25.19-77.98-63.02-92.54Z\"><\/path><path d=\"m370.09,398.29c-12.04,11.71-24.12,23.36-36.46,34.79-3.98,3.62-7.88,7.2-11.93,10.69-1.51,1.32-2.98,2.57-4.32,3.66-5.35-4-10.48-9.14-15.45-13.79-11.52-10.75-22.73-21.87-33.92-32.94-5.7-5.65-14.48,3.14-8.79,8.79v.03c11.2,11.09,22.42,22.16,33.92,32.94,6.69,6.25,13.5,13.06,21.28,17.97,1.93,1.17,4.34,1.17,6.27,0,7.41-5.27,14.1-11.63,20.79-17.77,12.68-11.63,25.05-23.6,37.38-35.59,5.75-5.6-3.04-14.37-8.79-8.78Z\"><\/path><path d=\"m187.88,320.57c-9.58-10.31-16.33-22.92-19.6-36.61-7.01-29.01,2.27-58.58,22.96-79.57,5.63-5.71-3.16-14.5-8.79-8.79-23.19,23.53-32.57,54.75-27.05,87.26,6.06,35.78,36.03,58.9,60.22,83.1,5.67,5.68,14.45-3.11,8.79-8.79-12.17-12.17-24.85-24-36.53-36.61Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Full kitchen<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"87.23 148.14 425.54 292.2\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><path class=\"cls-1\" d=\"m467.52,378.41v-199.95c0-3.46-2.8-6.26-6.26-6.26H138.75c-3.46,0-6.26,2.8-6.26,6.26v199.95c0,3.46,2.8,6.26,6.26,6.26h322.51c3.46,0,6.26-2.8,6.26-6.26Zm-12.53-6.26H145.01v-187.43h309.98v187.43Z\"><\/path><path class=\"cls-1\" d=\"m506.51,396.21h-14.92v-225.69c-.01-12.35-10.02-22.37-22.38-22.38H130.79c-12.35.01-22.37,10.02-22.38,22.38v225.69h-14.92c-3.46,0-6.26,2.81-6.26,6.26v15.5c.01,12.35,10.02,22.36,22.37,22.37h380.8c12.35-.01,22.36-10.02,22.37-22.37v-15.5c0-3.46-2.8-6.26-6.26-6.26h0ZM120.94,170.52c0-5.44,4.41-9.85,9.85-9.85h338.42c5.44,0,9.85,4.41,9.85,9.85v225.69h-132.01c-3.46,0-6.26,2.8-6.26,6.26v3.35h-81.57v-3.35c0-3.46-2.81-6.26-6.26-6.26H120.94v-225.69Zm379.3,247.46c0,5.43-4.41,9.84-9.84,9.84H109.6c-5.43,0-9.84-4.41-9.84-9.84v-9.24h146.93v3.35c0,3.46,2.8,6.26,6.26,6.26h94.1c3.46,0,6.26-2.8,6.26-6.26v-3.35h146.93v9.24Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">4-person table<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"511pt\" viewBox=\"1 -4 511.999 511\" width=\"511pt\"><path d=\"m381.246094 178.917969v-170.917969c0-4.140625-3.359375-7.5-7.5-7.5h-51.367188c-4.144531 0-7.5 3.359375-7.5 7.5v117.363281c0 4.140625 3.355469 7.5 7.5 7.5 4.140625 0 7.5-3.359375 7.5-7.5v-109.863281h36.367188v218.402344c0 10.027344-8.15625 18.183594-18.183594 18.183594s-18.183594-8.15625-18.183594-18.183594v-78.539063c0-4.144531-3.359375-7.5-7.5-7.5-4.144531 0-7.5 3.355469-7.5 7.5v23.566407c-20.96875 4.328124-41.121094 12.847656-58.886718 24.910156-17.734376-12.046875-37.738282-20.566406-58.871094-24.921875v-170.917969c0-4.140625-3.355469-7.5-7.5-7.5h-51.367188c-4.140625 0-7.5 3.359375-7.5 7.5v34.695312c0 4.140626 3.359375 7.5 7.5 7.5s7.5-3.359374 7.5-7.5v-27.195312h36.367188v218.402344c0 10.027344-8.15625 18.183594-18.183594 18.183594s-18.183594-8.15625-18.183594-18.183594v-161.207032c0-4.144531-3.359375-7.5-7.5-7.5s-7.5 3.355469-7.5 7.5v106.222657c-35.421875 7.300781-67.679687 26.304687-91.390625 53.992187-25.382812 29.640625-39.363281 67.488282-39.363281 106.5625 0 90.398438 73.542969 163.941406 163.9375 163.941406 34.082031 0 65.761719-10.460937 92.011719-28.328124 27.226562 18.546874 58.953125 28.328124 92.113281 28.328124 90.394531 0 163.9375-73.542968 163.9375-163.941406 0-39.074218-13.980469-76.921875-39.363281-106.5625-23.710938-27.6875-55.96875-46.695312-91.390625-53.992187zm-33.183594 88.171875c16.414062 0 30.074219-11.984375 32.714844-27.660156 19.257812 6.316406 36.546875 18.226562 49.359375 34.167968 15.15625 18.851563 23.167969 41.632813 23.167969 65.878906 0 58.03125-47.210938 105.242188-105.242188 105.242188-17.257812 0-34.117188-4.207031-49.21875-12.210938 18.296875-26.449218 29.03125-58.507812 29.03125-93.03125 0-33.367187-10.199219-65.828124-28.976562-93.058593 5.285156-2.800781 10.777343-5.140625 16.445312-6.992188 2.636719 15.675781 16.300781 27.664063 32.71875 27.664063zm-79.324219-53.671875c14.175781-8.921875 29.859375-15.433594 46.140625-19.15625v29.613281c-8.765625 2.507812-17.191406 6.007812-25.175781 10.453125.050781-.074219-20.023437-21.5-20.964844-20.910156zm-104.800781 53.671875c16.414062 0 30.074219-11.984375 32.714844-27.660156 5.671875 1.859374 11.167968 4.210937 16.433594 7.003906-18.972657 27.40625-28.964844 59.390625-28.964844 93.039062 0 33.648438 9.992187 65.632813 28.960937 93.039063-14.679687 7.785156-31.40625 12.203125-49.144531 12.203125-58.03125 0-105.242188-47.210938-105.242188-105.242188 0-24.242187 8.011719-47.023437 23.164063-65.878906 12.8125-15.9375 30.105469-27.847656 49.363281-34.164062 2.640625 15.675781 16.300782 27.660156 32.714844 27.660156zm82.875 7.542968c-12.441406 19.367188-18.992188 41.667969-18.992188 64.839844 0 23.1875 6.539063 45.488282 18.960938 64.835938-6.019531 7.675781-13.082031 14.492187-20.972656 20.246094-17.480469-25.019532-26.683594-54.285157-26.683594-85.082032 0-30.800781 9.203125-60.066406 26.691406-85.082031 5.019532 3.652344 9.738282 7.742187 14.0625 12.242187.46875.492188 6.257813 7.140626 6.933594 8zm22.367188 64.839844c0 18.488282-4.796876 35.871094-13.199219 50.984375-8.632813-15.535156-13.160157-32.949219-13.160157-50.984375 0-18.039062 4.546876-35.472656 13.210938-51.03125 8.644531 15.496094 13.148438 32.851563 13.148438 51.03125zm-254.179688 0c0-35.5 12.699219-69.882812 35.757812-96.808594 20.867188-24.367187 49.015626-41.339843 79.996094-48.402343v29.617187c-23.6875 6.804688-45.027344 20.96875-60.582031 40.320313-17.074219 21.238281-26.476563 47.972656-26.476563 75.273437 0 66.304688 53.941407 120.242188 120.242188 120.242188 65.414062 0 120.242188-54.847656 120.242188-120.242188 0-41.261718-21.792969-80.308594-56.777344-102.09375-9.410156-5.855468-19.601563-10.433594-30.28125-13.5v-29.617187c19.964844 4.550781 38.746094 13.222656 55.167968 25.328125 37.765626 27.847656 60.589844 72.949218 60.589844 119.886718 0 82.125-66.816406 148.9375-148.941406 148.9375s-148.9375-66.816406-148.9375-148.941406zm333.0625 148.941406c-28.378906 0-55.601562-7.878906-79.335938-22.871093 7.605469-6.328125 14.625-13.328125 20.980469-20.917969 17.796875 9.890625 37.832031 15.09375 58.355469 15.09375 66.300781 0 120.242188-53.941406 120.242188-120.242188 0-27.304687-9.402344-54.039062-26.476563-75.277343-15.550781-19.351563-36.894531-33.511719-60.582031-40.320313v-29.617187c30.984375 7.0625 59.128906 24.035156 79.996094 48.40625 23.058593 26.921875 35.757812 61.304687 35.757812 96.804687 0 82.125-66.8125 148.941406-148.9375 148.941406zm0 0\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Gym rings<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\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-e473aad ohm-btn ohm-transparent elementor-widget elementor-widget-button\" data-id=\"e473aad\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/livezoku.com\/copenhagen\/stay\/zoku-loft-xl\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Find out more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1b7852 ohm-btn ohm-solid elementor-widget elementor-widget-button\" data-id=\"c1b7852\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6NzIzMiwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\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<div class=\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-d42d2ad ohm-col ohm-icon-list-wrapper\" data-id=\"d42d2ad\" data-element_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-c808243 ohm-img elementor-widget elementor-widget-image\" data-id=\"c808243\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/livezoku.com\/copenhagen\/stay\/zoku-loft-xxl\/\">\n\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-079-1024x683.jpg 1024w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-079-300x200.jpg 300w,https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-079.webp 1600w\" sizes=\"(max-width: 800px) 100vw, 800px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-079-1024x683.jpg\" height=\"534\" width=\"800\" srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-079-1024x683.jpg 1024w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-079-300x200.jpg 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-079.jpg 1600w\" sizes=\"(max-width: 800px) 100vw, 800px\" class=\"attachment-large size-large wp-image-14969 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-954bcd3 ohm-heading ohm-small elementor-widget elementor-widget-heading\" data-id=\"954bcd3\" data-element_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\"><a href=\"https:\/\/livezoku.com\/copenhagen\/stay\/zoku-loft-xxl\/\">Zoku Loft XXL<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d14b11 ohm-divider elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"5d14b11\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fc250c6 elementor-widget elementor-widget-text-editor\" data-id=\"fc250c6\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: center\">The Loft XXL is a supersized setup with space for three. With an extra bedroom and bathroom, a walk-in closet, and a screenable bed, it\u2019s perfect for longer stays with friends or family without stepping on each other\u2019s toes.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e3c06c ohm-icon-list ohm-wrap-list elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"3e3c06c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"109.15 157.67 381.68 284.66\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><g id=\"surface1\"><path class=\"cls-1\" d=\"m239.94,296.12c31.6,0,57.38-19.41,57.38-43.18s-25.7-43.19-57.38-43.19-57.38,19.41-57.38,43.19,25.77,43.18,57.38,43.18Zm0-71.03c23.01,0,42.03,12.73,42.03,27.84s-19.25,27.84-42.03,27.84-42.04-12.73-42.04-27.84,19.25-27.92,42.04-27.92v.08Z\"><\/path><path class=\"cls-1\" d=\"m483.17,332.71h-113.22v-79.85c0-52.47-58.37-95.19-130.4-95.19s-130.4,42.72-130.4,95.19v94.35c0,48.32,49.48,88.21,113.22,94.27h1.3c5.29.46,10.66.85,16.11.85h243.38c4.23,0,7.67-3.44,7.67-7.67v-94.27c0-4.23-3.44-7.67-7.67-7.67Zm-243.23-159.63c63.28,0,115.06,35.82,115.06,79.85s-51.47,79.85-115.06,79.85-115.06-35.82-115.06-79.85,51.85-79.85,115.06-79.85Zm115.06,124.57v35.06h-44.49c17.37-7.87,32.52-19.91,44.1-35.06h.39Zm120.5,129.32h-15.34v-38.81c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v38.89h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-38.89c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v38.89h-29.38v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v19.25c-51.77-7.67-90.74-39.73-90.74-78.08v-49.48c21.94,29.99,65.12,50.39,115.06,50.39h235.18v78.93Z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">46m2 \/ 495ft2 <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"92.56 152.79 414.87 294.42\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><path class=\"cls-1\" d=\"m174.63,293.41c-26.54,0-48.13-21.39-48.13-47.68s21.59-47.69,48.13-47.69,48.12,21.39,48.12,47.69-21.59,47.68-48.12,47.68Zm0-81.98c-19.16,0-34.75,15.39-34.75,34.3s15.58,34.3,34.75,34.3,34.74-15.39,34.74-34.3-15.58-34.3-34.74-34.3Z\"><\/path><path class=\"cls-1\" d=\"m193.99,425.44h-83.94c-9.64,0-17.49-7.8-17.49-17.38v-21.89c0-44.81,36.81-81.26,82.06-81.26,17.8,0,34.74,5.55,48.98,16.06,2.97,2.2,3.61,6.38,1.41,9.36-2.2,2.97-6.38,3.6-9.36,1.41-11.92-8.8-26.11-13.45-41.03-13.45-37.87,0-68.68,30.45-68.68,67.88v21.89c0,2.2,1.84,4,4.11,4h83.94c3.69,0,6.69,3,6.69,6.69s-3,6.69-6.69,6.69Z\"><\/path><path class=\"cls-1\" d=\"m489.94,420.37h-83.94c-3.69,0-6.69-3-6.69-6.69s3-6.69,6.69-6.69h83.94c2.26,0,4.11-1.79,4.11-3.99v-21.89c0-37.43-30.81-67.88-68.68-67.88-15.82,0-31.26,5.45-43.48,15.34-2.87,2.32-7.08,1.88-9.41-.99-2.32-2.87-1.89-7.09.99-9.41,14.59-11.81,33.03-18.32,51.9-18.32,45.25,0,82.06,36.45,82.06,81.26v21.89c0,9.58-7.84,17.38-17.49,17.38Z\"><\/path><path class=\"cls-1\" d=\"m425.37,290.11c-26.54,0-48.12-21.39-48.12-47.68s21.59-47.69,48.12-47.69,48.13,21.39,48.13,47.69-21.59,47.68-48.13,47.68Zm0-81.98c-19.16,0-34.74,15.39-34.74,34.3s15.58,34.3,34.74,34.3,34.75-15.39,34.75-34.3-15.59-34.3-34.75-34.3Z\"><\/path><path class=\"cls-1\" d=\"m390.82,447.21h-181.63c-12.07,0-21.88-9.74-21.88-21.72v-30.78c0-61.52,50.55-111.57,112.7-111.57s112.7,50.05,112.7,111.57v30.78c0,11.98-9.81,21.72-21.88,21.72Zm-90.82-150.69c-54.76,0-99.31,44.05-99.31,98.19v30.78c0,4.6,3.81,8.34,8.5,8.34h181.63c4.69,0,8.5-3.74,8.5-8.34v-30.78c0-54.14-44.55-98.19-99.31-98.19Z\"><\/path><path class=\"cls-1\" d=\"m297.67,275.31c-34.1,0-61.84-27.48-61.84-61.26s27.74-61.26,61.84-61.26,61.85,27.48,61.85,61.26-27.75,61.26-61.85,61.26Zm0-109.14c-26.72,0-48.46,21.48-48.46,47.88s21.74,47.88,48.46,47.88,48.46-21.48,48.46-47.88-21.74-47.88-48.46-47.88Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">1-4 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M496,344h-8V280a32.042,32.042,0,0,0-32-32V112a32.042,32.042,0,0,0-32-32H88a32.042,32.042,0,0,0-32,32V248a32.042,32.042,0,0,0-32,32v64H16a8,8,0,0,0-8,8v32a8,8,0,0,0,8,8h8v32a8,8,0,0,0,8,8H56a7.99,7.99,0,0,0,7.84-6.43L70.56,392H441.44l6.72,33.57A7.99,7.99,0,0,0,456,432h24a8,8,0,0,0,8-8V392h8a8,8,0,0,0,8-8V352A8,8,0,0,0,496,344ZM72,112A16.021,16.021,0,0,1,88,96H424a16.021,16.021,0,0,1,16,16V248H424V216a32.042,32.042,0,0,0-32-32H296a32.042,32.042,0,0,0-32,32v32H248V216a32.042,32.042,0,0,0-32-32H120a32.042,32.042,0,0,0-32,32v32H72ZM408,216v32H280V216a16.021,16.021,0,0,1,16-16h96A16.021,16.021,0,0,1,408,216Zm-176,0v32H104V216a16.021,16.021,0,0,1,16-16h96A16.021,16.021,0,0,1,232,216ZM40,280a16.021,16.021,0,0,1,16-16H456a16.021,16.021,0,0,1,16,16v64H40Zm9.44,136H40V392H54.24ZM472,416h-9.44l-4.8-24H472Zm16-40H24V360H488Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">King-size &amp; queen-size bed<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\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-b54ccd1 ohm-icon-list ohm-wrap-list elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"b54ccd1\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"153.86 109.74 328.35 382.3\"><path d=\"m399.61,115.82c0-4.36-3.98-6.64-7.86-5.96-7.47,1.23-14.61,7.75-19.44,13.07-16.84,18.56-24.39,44.73-29.27,68.67-6.46,31.72-8.13,64.37-8.17,96.66,0,1.99,1.14,4.53,3.08,5.36,9.74,4.14,21.01,3.27,31.02.63,7.74-2.04,4.45-14.02-3.31-11.98-5.32,1.45-10.85,1.98-16.35,1.55-.66-.07-1.32-.18-1.98-.3.17-41.14,2.68-84.17,17.32-122.94,1.99-5.27,4.35-10.38,7.08-15.31,1.12-2.05,2.34-4.05,3.62-5.96.58-.89,1.18-1.76,1.79-2.63l.89-1.22c.15-.2.24-.34.31-.43-.02.03.01,0,.19-.22,2.1-2.67,4.43-5.15,6.96-7.41.5-.44.99-.86,1.53-1.29.08-.06.14-.11.19-.16v360.08c0,8.01,12.42,8.01,12.42,0h-.02V115.82Z\"><\/path><path d=\"m236.32,300.91v183.42c0,8.01,12.42,8.01,12.42,0v-183.42c0-8.01-12.42-8.01-12.42,0Z\"><\/path><path d=\"m204.84,237.7l34.55,16.33c1.37.65,2.85.83,4.22.61.67-.08,1.36-.28,2.05-.61l34.55-16.33c1.92-1.1,3.1-3.15,3.08-5.37v-114.86c0-8.01-12.42-8.01-12.42,0v110.95l-22.13,10.46v-121.41c0-8.01-12.42-8.01-12.42,0v121.42l-22.09-10.46v-110.96c0-8.01-12.42-8.01-12.42,0h-.04v114.86c-.02,2.21,1.15,4.26,3.07,5.37Z\"><\/path><circle cx=\"242.53\" cy=\"273.75\" r=\"8.91\"><\/circle><path d=\"m296.09,192.45c8.78,5.64,18.76,18.97,29.99,10.54,6.32-4.76.14-15.56-6.27-10.73v.03c-3.04,2.29-5.37-1.64-7.81-3.61-3.08-2.49-6.3-4.81-9.63-6.96-6.77-4.34-12.99,6.41-6.27,10.73Z\"><\/path><path d=\"m419.18,173.3c-7.49-2.88-10.7,9.13-3.31,11.99,16.71,6.42,30.81,18.78,40.75,33.57,9.67,14.46,13.51,31.33,13.12,48.56-.39,17.23-6.37,33.39-16.64,47.19-5.29,7.12-12.13,13.23-18.35,19.51-7.33,7.38-14.68,14.74-22.05,22.1-5.68,5.67,3.11,14.44,8.79,8.79,14.64-14.62,30.87-28.71,43.25-45.35,11.57-15.57,17.02-34.59,17.45-53.81.91-40.75-25.19-77.98-63.02-92.54Z\"><\/path><path d=\"m370.09,398.29c-12.04,11.71-24.12,23.36-36.46,34.79-3.98,3.62-7.88,7.2-11.93,10.69-1.51,1.32-2.98,2.57-4.32,3.66-5.35-4-10.48-9.14-15.45-13.79-11.52-10.75-22.73-21.87-33.92-32.94-5.7-5.65-14.48,3.14-8.79,8.79v.03c11.2,11.09,22.42,22.16,33.92,32.94,6.69,6.25,13.5,13.06,21.28,17.97,1.93,1.17,4.34,1.17,6.27,0,7.41-5.27,14.1-11.63,20.79-17.77,12.68-11.63,25.05-23.6,37.38-35.59,5.75-5.6-3.04-14.37-8.79-8.78Z\"><\/path><path d=\"m187.88,320.57c-9.58-10.31-16.33-22.92-19.6-36.61-7.01-29.01,2.27-58.58,22.96-79.57,5.63-5.71-3.16-14.5-8.79-8.79-23.19,23.53-32.57,54.75-27.05,87.26,6.06,35.78,36.03,58.9,60.22,83.1,5.67,5.68,14.45-3.11,8.79-8.79-12.17-12.17-24.85-24-36.53-36.61Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Full kitchen<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"87.23 148.14 425.54 292.2\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><path class=\"cls-1\" d=\"m467.52,378.41v-199.95c0-3.46-2.8-6.26-6.26-6.26H138.75c-3.46,0-6.26,2.8-6.26,6.26v199.95c0,3.46,2.8,6.26,6.26,6.26h322.51c3.46,0,6.26-2.8,6.26-6.26Zm-12.53-6.26H145.01v-187.43h309.98v187.43Z\"><\/path><path class=\"cls-1\" d=\"m506.51,396.21h-14.92v-225.69c-.01-12.35-10.02-22.37-22.38-22.38H130.79c-12.35.01-22.37,10.02-22.38,22.38v225.69h-14.92c-3.46,0-6.26,2.81-6.26,6.26v15.5c.01,12.35,10.02,22.36,22.37,22.37h380.8c12.35-.01,22.36-10.02,22.37-22.37v-15.5c0-3.46-2.8-6.26-6.26-6.26h0ZM120.94,170.52c0-5.44,4.41-9.85,9.85-9.85h338.42c5.44,0,9.85,4.41,9.85,9.85v225.69h-132.01c-3.46,0-6.26,2.8-6.26,6.26v3.35h-81.57v-3.35c0-3.46-2.81-6.26-6.26-6.26H120.94v-225.69Zm379.3,247.46c0,5.43-4.41,9.84-9.84,9.84H109.6c-5.43,0-9.84-4.41-9.84-9.84v-9.24h146.93v3.35c0,3.46,2.8,6.26,6.26,6.26h94.1c3.46,0,6.26-2.8,6.26-6.26v-3.35h146.93v9.24Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">6-person table<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512;\" xml:space=\"preserve\"><g>\t<g>\t\t<g>\t\t\t<path d=\"M122.619,495.832H77.35c-4.466,0-8.084,3.619-8.084,8.084c0,4.466,3.619,8.084,8.084,8.084h45.269    c4.466,0,8.084-3.618,8.084-8.084C130.703,499.45,127.084,495.832,122.619,495.832z\"><\/path>\t\t\t<path d=\"M434.65,495.832h-45.269c-4.466,0-8.084,3.619-8.084,8.084c0,4.466,3.618,8.084,8.084,8.084h45.269    c4.466,0,8.084-3.618,8.084-8.084C442.734,499.45,439.116,495.832,434.65,495.832z\"><\/path>\t\t\t<path d=\"M286.181,207.924v53.787c0,4.466,3.619,8.084,8.084,8.084c4.466,0,8.084-3.619,8.084-8.084v-53.787    c0-4.466-3.618-8.084-8.084-8.084C289.8,199.84,286.181,203.459,286.181,207.924z\"><\/path>\t\t\t<path d=\"M217.735,269.795c4.466,0,8.084-3.619,8.084-8.084v-53.787c0-4.465-3.619-8.084-8.084-8.084s-8.084,3.618-8.084,8.084    v53.787C209.65,266.176,213.269,269.795,217.735,269.795z\"><\/path>\t\t\t<path d=\"M489.51,0h-15.548H460.68c-4.466,0-8.084,3.619-8.084,8.084s3.619,8.084,8.084,8.084h13.282h15.548    c3.486,0,6.322,2.836,6.322,6.321v404.208c0,3.485-2.836,6.321-6.322,6.321h-16.862H264.084V16.168h31.206h138.052    c4.466,0,8.084-3.619,8.084-8.084S437.808,0,433.343,0H295.29H256H22.49C10.089,0,0,10.088,0,22.489v404.208    c0,12.401,10.089,22.489,22.49,22.489h8.777v8.082c0,11.59,9.429,21.019,21.019,21.019h92.876c4.466,0,8.084-3.619,8.084-8.084    c0-4.466-3.618-8.084-8.084-8.084H52.287c-2.674,0-4.851-2.176-4.851-4.851v-8.082H256h208.564v8.082    c0,2.674-2.176,4.851-4.851,4.851H173.548c-4.466,0-8.084,3.618-8.084,8.084c0,4.466,3.618,8.084,8.084,8.084h286.166    c11.59,0,21.019-9.429,21.019-21.019v-8.082h8.777c12.401,0,22.49-10.088,22.49-22.489V22.489C512,10.088,501.911,0,489.51,0z     M247.916,433.019H39.352H22.49c-3.486,0-6.322-2.836-6.322-6.321V22.489c0-3.485,2.836-6.321,6.322-6.321h225.425V433.019z\"><\/path>\t\t<\/g>\t<\/g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Tons of storage<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\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-cb94a15 ohm-btn ohm-transparent elementor-widget elementor-widget-button\" data-id=\"cb94a15\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/livezoku.com\/copenhagen\/stay\/zoku-loft-xxl\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Find out more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35c232c ohm-btn ohm-solid elementor-widget elementor-widget-button\" data-id=\"35c232c\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6NjE0MCwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\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<div class=\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-c896014 ohm-col ohm-icon-list-wrapper\" data-id=\"c896014\" data-element_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-6d22aaf ohm-img elementor-widget elementor-widget-image\" data-id=\"6d22aaf\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-125-1024x683.jpg 1024w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-125-300x200.jpg 300w,https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-125.webp 1900w\" sizes=\"(max-width: 800px) 100vw, 800px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-125-1024x683.jpg\" height=\"534\" width=\"800\" srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-125-1024x683.jpg 1024w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-125-300x200.jpg 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-125.jpg 1900w\" sizes=\"(max-width: 800px) 100vw, 800px\" class=\"attachment-large size-large wp-image-14971 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-093914e ohm-heading ohm-small elementor-widget elementor-widget-heading\" data-id=\"093914e\" data-element_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\">Zoku Movie Room<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-601b338 ohm-divider elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"601b338\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3200dfc elementor-widget elementor-widget-text-editor\" data-id=\"3200dfc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: center\">\u201cNetflix &amp; Chill\u201d just got an upgrade. The Movie Room is your own private cinema, featuring a huge projector screen right in front of the bed. It also comes with a fully equipped kitchen, an inviting bed, and a spacious (accessible) bathroom.\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-73c7bf7 ohm-icon-list ohm-wrap-list elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"73c7bf7\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"109.15 157.67 381.68 284.66\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><g id=\"surface1\"><path class=\"cls-1\" d=\"m239.94,296.12c31.6,0,57.38-19.41,57.38-43.18s-25.7-43.19-57.38-43.19-57.38,19.41-57.38,43.19,25.77,43.18,57.38,43.18Zm0-71.03c23.01,0,42.03,12.73,42.03,27.84s-19.25,27.84-42.03,27.84-42.04-12.73-42.04-27.84,19.25-27.92,42.04-27.92v.08Z\"><\/path><path class=\"cls-1\" d=\"m483.17,332.71h-113.22v-79.85c0-52.47-58.37-95.19-130.4-95.19s-130.4,42.72-130.4,95.19v94.35c0,48.32,49.48,88.21,113.22,94.27h1.3c5.29.46,10.66.85,16.11.85h243.38c4.23,0,7.67-3.44,7.67-7.67v-94.27c0-4.23-3.44-7.67-7.67-7.67Zm-243.23-159.63c63.28,0,115.06,35.82,115.06,79.85s-51.47,79.85-115.06,79.85-115.06-35.82-115.06-79.85,51.85-79.85,115.06-79.85Zm115.06,124.57v35.06h-44.49c17.37-7.87,32.52-19.91,44.1-35.06h.39Zm120.5,129.32h-15.34v-38.81c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v38.89h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-38.89c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v38.89h-29.38v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v19.25c-51.77-7.67-90.74-39.73-90.74-78.08v-49.48c21.94,29.99,65.12,50.39,115.06,50.39h235.18v78.93Z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">36m2 \/ 388ft2 <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"92.56 152.79 414.87 294.42\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><path class=\"cls-1\" d=\"m174.63,293.41c-26.54,0-48.13-21.39-48.13-47.68s21.59-47.69,48.13-47.69,48.12,21.39,48.12,47.69-21.59,47.68-48.12,47.68Zm0-81.98c-19.16,0-34.75,15.39-34.75,34.3s15.58,34.3,34.75,34.3,34.74-15.39,34.74-34.3-15.58-34.3-34.74-34.3Z\"><\/path><path class=\"cls-1\" d=\"m193.99,425.44h-83.94c-9.64,0-17.49-7.8-17.49-17.38v-21.89c0-44.81,36.81-81.26,82.06-81.26,17.8,0,34.74,5.55,48.98,16.06,2.97,2.2,3.61,6.38,1.41,9.36-2.2,2.97-6.38,3.6-9.36,1.41-11.92-8.8-26.11-13.45-41.03-13.45-37.87,0-68.68,30.45-68.68,67.88v21.89c0,2.2,1.84,4,4.11,4h83.94c3.69,0,6.69,3,6.69,6.69s-3,6.69-6.69,6.69Z\"><\/path><path class=\"cls-1\" d=\"m489.94,420.37h-83.94c-3.69,0-6.69-3-6.69-6.69s3-6.69,6.69-6.69h83.94c2.26,0,4.11-1.79,4.11-3.99v-21.89c0-37.43-30.81-67.88-68.68-67.88-15.82,0-31.26,5.45-43.48,15.34-2.87,2.32-7.08,1.88-9.41-.99-2.32-2.87-1.89-7.09.99-9.41,14.59-11.81,33.03-18.32,51.9-18.32,45.25,0,82.06,36.45,82.06,81.26v21.89c0,9.58-7.84,17.38-17.49,17.38Z\"><\/path><path class=\"cls-1\" d=\"m425.37,290.11c-26.54,0-48.12-21.39-48.12-47.68s21.59-47.69,48.12-47.69,48.13,21.39,48.13,47.69-21.59,47.68-48.13,47.68Zm0-81.98c-19.16,0-34.74,15.39-34.74,34.3s15.58,34.3,34.74,34.3,34.75-15.39,34.75-34.3-15.59-34.3-34.75-34.3Z\"><\/path><path class=\"cls-1\" d=\"m390.82,447.21h-181.63c-12.07,0-21.88-9.74-21.88-21.72v-30.78c0-61.52,50.55-111.57,112.7-111.57s112.7,50.05,112.7,111.57v30.78c0,11.98-9.81,21.72-21.88,21.72Zm-90.82-150.69c-54.76,0-99.31,44.05-99.31,98.19v30.78c0,4.6,3.81,8.34,8.5,8.34h181.63c4.69,0,8.5-3.74,8.5-8.34v-30.78c0-54.14-44.55-98.19-99.31-98.19Z\"><\/path><path class=\"cls-1\" d=\"m297.67,275.31c-34.1,0-61.84-27.48-61.84-61.26s27.74-61.26,61.84-61.26,61.85,27.48,61.85,61.26-27.75,61.26-61.85,61.26Zm0-109.14c-26.72,0-48.46,21.48-48.46,47.88s21.74,47.88,48.46,47.88,48.46-21.48,48.46-47.88-21.74-47.88-48.46-47.88Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">1-2 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M496,344h-8V280a32.042,32.042,0,0,0-32-32V112a32.042,32.042,0,0,0-32-32H88a32.042,32.042,0,0,0-32,32V248a32.042,32.042,0,0,0-32,32v64H16a8,8,0,0,0-8,8v32a8,8,0,0,0,8,8h8v32a8,8,0,0,0,8,8H56a7.99,7.99,0,0,0,7.84-6.43L70.56,392H441.44l6.72,33.57A7.99,7.99,0,0,0,456,432h24a8,8,0,0,0,8-8V392h8a8,8,0,0,0,8-8V352A8,8,0,0,0,496,344ZM72,112A16.021,16.021,0,0,1,88,96H424a16.021,16.021,0,0,1,16,16V248H424V216a32.042,32.042,0,0,0-32-32H296a32.042,32.042,0,0,0-32,32v32H248V216a32.042,32.042,0,0,0-32-32H120a32.042,32.042,0,0,0-32,32v32H72ZM408,216v32H280V216a16.021,16.021,0,0,1,16-16h96A16.021,16.021,0,0,1,408,216Zm-176,0v32H104V216a16.021,16.021,0,0,1,16-16h96A16.021,16.021,0,0,1,232,216ZM40,280a16.021,16.021,0,0,1,16-16H456a16.021,16.021,0,0,1,16,16v64H40Zm9.44,136H40V392H54.24ZM472,416h-9.44l-4.8-24H472Zm16-40H24V360H488Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Queen-size Murphy bed<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\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-d057c91 ohm-icon-list ohm-wrap-list elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"d057c91\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"153.86 109.74 328.35 382.3\"><path d=\"m399.61,115.82c0-4.36-3.98-6.64-7.86-5.96-7.47,1.23-14.61,7.75-19.44,13.07-16.84,18.56-24.39,44.73-29.27,68.67-6.46,31.72-8.13,64.37-8.17,96.66,0,1.99,1.14,4.53,3.08,5.36,9.74,4.14,21.01,3.27,31.02.63,7.74-2.04,4.45-14.02-3.31-11.98-5.32,1.45-10.85,1.98-16.35,1.55-.66-.07-1.32-.18-1.98-.3.17-41.14,2.68-84.17,17.32-122.94,1.99-5.27,4.35-10.38,7.08-15.31,1.12-2.05,2.34-4.05,3.62-5.96.58-.89,1.18-1.76,1.79-2.63l.89-1.22c.15-.2.24-.34.31-.43-.02.03.01,0,.19-.22,2.1-2.67,4.43-5.15,6.96-7.41.5-.44.99-.86,1.53-1.29.08-.06.14-.11.19-.16v360.08c0,8.01,12.42,8.01,12.42,0h-.02V115.82Z\"><\/path><path d=\"m236.32,300.91v183.42c0,8.01,12.42,8.01,12.42,0v-183.42c0-8.01-12.42-8.01-12.42,0Z\"><\/path><path d=\"m204.84,237.7l34.55,16.33c1.37.65,2.85.83,4.22.61.67-.08,1.36-.28,2.05-.61l34.55-16.33c1.92-1.1,3.1-3.15,3.08-5.37v-114.86c0-8.01-12.42-8.01-12.42,0v110.95l-22.13,10.46v-121.41c0-8.01-12.42-8.01-12.42,0v121.42l-22.09-10.46v-110.96c0-8.01-12.42-8.01-12.42,0h-.04v114.86c-.02,2.21,1.15,4.26,3.07,5.37Z\"><\/path><circle cx=\"242.53\" cy=\"273.75\" r=\"8.91\"><\/circle><path d=\"m296.09,192.45c8.78,5.64,18.76,18.97,29.99,10.54,6.32-4.76.14-15.56-6.27-10.73v.03c-3.04,2.29-5.37-1.64-7.81-3.61-3.08-2.49-6.3-4.81-9.63-6.96-6.77-4.34-12.99,6.41-6.27,10.73Z\"><\/path><path d=\"m419.18,173.3c-7.49-2.88-10.7,9.13-3.31,11.99,16.71,6.42,30.81,18.78,40.75,33.57,9.67,14.46,13.51,31.33,13.12,48.56-.39,17.23-6.37,33.39-16.64,47.19-5.29,7.12-12.13,13.23-18.35,19.51-7.33,7.38-14.68,14.74-22.05,22.1-5.68,5.67,3.11,14.44,8.79,8.79,14.64-14.62,30.87-28.71,43.25-45.35,11.57-15.57,17.02-34.59,17.45-53.81.91-40.75-25.19-77.98-63.02-92.54Z\"><\/path><path d=\"m370.09,398.29c-12.04,11.71-24.12,23.36-36.46,34.79-3.98,3.62-7.88,7.2-11.93,10.69-1.51,1.32-2.98,2.57-4.32,3.66-5.35-4-10.48-9.14-15.45-13.79-11.52-10.75-22.73-21.87-33.92-32.94-5.7-5.65-14.48,3.14-8.79,8.79v.03c11.2,11.09,22.42,22.16,33.92,32.94,6.69,6.25,13.5,13.06,21.28,17.97,1.93,1.17,4.34,1.17,6.27,0,7.41-5.27,14.1-11.63,20.79-17.77,12.68-11.63,25.05-23.6,37.38-35.59,5.75-5.6-3.04-14.37-8.79-8.78Z\"><\/path><path d=\"m187.88,320.57c-9.58-10.31-16.33-22.92-19.6-36.61-7.01-29.01,2.27-58.58,22.96-79.57,5.63-5.71-3.16-14.5-8.79-8.79-23.19,23.53-32.57,54.75-27.05,87.26,6.06,35.78,36.03,58.9,60.22,83.1,5.67,5.68,14.45-3.11,8.79-8.79-12.17-12.17-24.85-24-36.53-36.61Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Full kitchen<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"no_chicken\" height=\"512\" viewBox=\"0 0 96 96\" width=\"512\"><path d=\"m50.02 19.7c-2.28 0-4.14 1.86-4.14 4.14 0 .55.45 1 1 1s1-.45 1-1c0-1.18.96-2.14 2.14-2.14s2.14.96 2.14 2.14c0 .55.45 1 1 1s1-.45 1-1c0-2.28-1.86-4.14-4.14-4.14z\"><\/path><path d=\"m65.9 23.59c-.74-.45-1.62-.58-2.46-.37s-1.55.73-2 1.48c-.29.47-.13 1.09.34 1.37s1.09.13 1.37-.34c.17-.29.45-.49.77-.57.33-.08.66-.03.95.14.59.36.78 1.13.42 1.72-.29.47-.13 1.09.34 1.37.16.1.34.14.52.14.34 0 .67-.17.86-.48.93-1.54.43-3.54-1.1-4.46z\"><\/path><path d=\"m33.4 25.15c-.77-.41-1.65-.49-2.48-.24s-1.51.82-1.92 1.58c-.41.77-.49 1.65-.24 2.48.13.43.53.71.96.71.1 0 .2-.01.29-.04.53-.16.83-.72.66-1.25-.1-.32-.07-.66.09-.95s.42-.51.74-.61.66-.07.95.09.51.42.61.74c.16.53.72.82 1.25.66s.83-.72.66-1.25c-.25-.83-.82-1.51-1.58-1.92z\"><\/path><path d=\"m81.24 32.08h-.72c.02-.23.04-.46.04-.69 0-1.06-.24-2.09-.69-3.02.45-.94.69-1.97.69-3.02 0-3.55-2.64-6.49-6.05-6.97 0-.02 0-.04 0-.06 0-4.41-3.58-8-7.99-8.03-1.36-2.52-4.02-4.23-7.07-4.23-1.78 0-3.5.61-4.9 1.68-1.48-2.18-3.96-3.53-6.64-3.53-3.22 0-6.04 1.9-7.31 4.72-1.26-1.17-2.93-1.88-4.78-1.88-3.57 0-6.51 2.66-6.98 6.11-4.59.51-8.18 4.4-8.2 9.12-3.17 1.53-5.19 4.69-5.19 8.26 0 .53.06 1.05.15 1.56h-.83c-1.65 0-3 1.35-3 3v2.49c0 1.65 1.35 3 3 3h1.67l6.32 50.34c.06.5.49.88.99.88h48.5c.5 0 .93-.38.99-.88l6.32-50.34h1.67c1.65 0 3-1.35 3-3v-2.49c0-1.65-1.35-3-3-3zm-63.79-1.56c0-2.99 1.79-5.62 4.58-6.71 1.41-.56 2.99-.65 4.45-.28.54.14 1.08-.18 1.22-.72.14-.53-.19-1.08-.72-1.22-1.4-.36-2.88-.38-4.29-.07.39-3.62 3.46-6.44 7.18-6.44 3.98 0 7.22 3.24 7.22 7.22 0 .55.45 1 1 1s1-.45 1-1c0-4.74-3.6-8.66-8.21-9.16.44-2.33 2.49-4.1 4.95-4.1 2.78 0 5.05 2.26 5.05 5.05 0 .55.45 1 1 1s1-.45 1-1c0-1.17-.29-2.27-.8-3.25.64-2.7 3.03-4.63 5.84-4.63 2.34 0 4.48 1.37 5.47 3.5v.02c.36.79.55 1.64.55 2.51 0 .55.45 1 1 1s1-.45 1-1c0-.92-.16-1.82-.47-2.68 1.1-.97 2.49-1.49 3.97-1.49 3.32 0 6.03 2.7 6.03 6.03 0 .55.45 1 1 1s1-.45 1-1c0-.6-.07-1.18-.2-1.74 2.94.4 5.22 2.92 5.22 5.97 0 .64-.1 1.27-.29 1.87-.17.52.12 1.09.64 1.26.1.03.21.05.31.05.42 0 .81-.27.95-.69.05-.14.07-.29.1-.43 2.44.35 4.34 2.44 4.34 4.98 0 .89-.24 1.76-.68 2.52-.18.31-.18.7 0 1.02.44.75.68 1.62.68 2.51 0 .23-.03.46-.06.69h-60.85c-.11-.5-.18-1.02-.18-1.56zm29.55 59.26h-10.03l-1.42-16.47c3.21 1.38 7.25 2.2 11.46 2.31v14.16zm2-14.16c.33 0 .66 0 .98-.03 3.86-.21 7.52-1.01 10.47-2.29l-1.42 16.47h-10.03v-14.16zm12.12-4.85c-3.35 1.83-8.13 2.88-13.12 2.88s-9.78-1.05-13.13-2.88c-2.8-1.53-4.34-3.44-4.34-5.4 0-1.7 1.2-3.4 3.38-4.81 3.37-2.2 8.5-3.46 14.09-3.46s10.72 1.26 14.09 3.46c2.18 1.41 3.38 3.12 3.38 4.81 0 .73-.22 1.46-.64 2.16-.7 1.17-1.96 2.28-3.71 3.23zm-14.12-29.8v14.16c-4.87.13-9.4 1.16-12.78 2.94l-1.48-17.1zm14.78 17.1c-3.38-1.77-7.91-2.81-12.78-2.94v-14.16h14.26zm-43.27-17.1h12.23l1.58 18.27c-2.44 1.73-3.79 3.89-3.79 6.13 0 2.59 1.75 5.01 4.91 6.87l1.52 17.54h-10.33l-6.13-48.81zm52.87 48.81h-10.33l1.52-17.54c1.05-.62 1.95-1.29 2.67-2.02.03-.03.06-.05.09-.08.14-.14.25-.29.37-.43.13-.15.28-.3.39-.46.03-.04.06-.09.09-.14.19-.26.37-.52.51-.79.35-.63.58-1.28.7-1.95.06-.33.09-.67.09-1.01 0-2.24-1.35-4.4-3.79-6.14l1.58-18.27h12.23l-6.13 48.81zm10.87-52.22c0 .55-.45 1-1 1h-66.49c-.55 0-1-.45-1-1v-2.49c0-.55.45-1 1-1h66.47c.55 0 1 .45 1 1v2.49z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Movie  screen<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512;\" xml:space=\"preserve\"><g>\t<g>\t\t<g>\t\t\t<path d=\"M336.178,327.127c-5.612,0.614-9.667,5.673-9.052,11.284c0.369,3.338,0.553,6.451,0.553,9.748    c0,9.277-0.901,18.698-2.683,27.914c-13.21,66.888-72.376,115.446-140.677,115.446c-79.053,0-143.36-64.328-143.36-143.36    c0-58.778,35.185-110.838,89.6-132.649c5.263-2.089,7.823-8.049,5.714-13.292c-2.109-5.263-8.11-7.803-13.312-5.693    C60.702,221.43,20.479,280.965,20.479,348.16c0,90.337,73.503,163.84,163.84,163.84c78.049,0,145.674-55.501,160.788-131.994    c2.028-10.547,3.052-21.258,3.052-31.846c0-4.055-0.225-7.905-0.676-11.981C346.869,330.568,342.036,326.513,336.178,327.127z\"><\/path>\t\t\t<path d=\"M490.987,416.604c-1.782-5.345-7.537-8.294-12.943-6.492l-52.081,17.367l-57.979-154.604    c-1.495-3.994-5.325-6.636-9.585-6.636H203.919l-5.591-61.44h98.632c5.652,0,10.24-4.588,10.24-10.24s-4.588-10.24-10.24-10.24    H196.464l-7.68-84.316c21.033-6.39,36.495-25.702,36.495-48.804c0-28.242-22.979-51.2-51.2-51.2s-51.2,22.958-51.2,51.2    c0,26.276,19.988,47.759,45.507,50.627l15.974,175.575c0.471,5.284,4.895,9.318,10.199,9.318h156.733l58.962,157.205    c1.536,4.096,5.427,6.635,9.585,6.635c1.065,0,2.171-0.164,3.236-0.512l61.44-20.48    C489.881,427.766,492.789,421.97,490.987,416.604z M174.079,81.92c-16.937,0-30.72-13.783-30.72-30.72s13.783-30.72,30.72-30.72    s30.72,13.783,30.72,30.72S191.016,81.92,174.079,81.92z\"><\/path>\t\t<\/g>\t<\/g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Wheelchair accessible<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\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-df463b3 ohm-btn ohm-transparent elementor-widget elementor-widget-button\" data-id=\"df463b3\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/livezoku.com\/copenhagen\/stay\/zoku-movie-room\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Find out more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e68181c ohm-btn ohm-solid elementor-widget elementor-widget-button\" data-id=\"e68181c\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6NjE0MCwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\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<div class=\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-6164761 ohm-col ohm-icon-list-wrapper\" data-id=\"6164761\" data-element_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-81fd993 ohm-img elementor-widget elementor-widget-image\" data-id=\"81fd993\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/livezoku.com\/copenhagen\/stay\/zoku-room\/\">\n\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-077-1024x683.jpg 1024w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-077-300x200.jpg 300w,https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-077.webp 1900w\" sizes=\"(max-width: 800px) 100vw, 800px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-077-1024x683.jpg\" height=\"534\" width=\"800\" srcset=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-077-1024x683.jpg 1024w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-077-300x200.jpg 300w, https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-CPH-077.jpg 1900w\" sizes=\"(max-width: 800px) 100vw, 800px\" class=\"attachment-large size-large wp-image-14973 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-726dab6 ohm-heading ohm-small elementor-widget elementor-widget-heading\" data-id=\"726dab6\" data-element_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\"><a href=\"https:\/\/livezoku.com\/copenhagen\/stay\/zoku-room\/\">Zoku Room<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fc910e2 ohm-divider elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"fc910e2\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9dfd91e elementor-widget elementor-widget-text-editor\" data-id=\"9dfd91e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: center\">Say hi to the Zoku Room: the compact sibling of the Zoku Loft. It\u2019s got all the essentials for a comfy stay and productive workday, minus the kitchen. With a cozy bed nook and your choice of wall art, it still feels just like home for a quick stay.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f90db8d ohm-icon-list ohm-wrap-list elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"f90db8d\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"109.15 157.67 381.68 284.66\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><g id=\"surface1\"><path class=\"cls-1\" d=\"m239.94,296.12c31.6,0,57.38-19.41,57.38-43.18s-25.7-43.19-57.38-43.19-57.38,19.41-57.38,43.19,25.77,43.18,57.38,43.18Zm0-71.03c23.01,0,42.03,12.73,42.03,27.84s-19.25,27.84-42.03,27.84-42.04-12.73-42.04-27.84,19.25-27.92,42.04-27.92v.08Z\"><\/path><path class=\"cls-1\" d=\"m483.17,332.71h-113.22v-79.85c0-52.47-58.37-95.19-130.4-95.19s-130.4,42.72-130.4,95.19v94.35c0,48.32,49.48,88.21,113.22,94.27h1.3c5.29.46,10.66.85,16.11.85h243.38c4.23,0,7.67-3.44,7.67-7.67v-94.27c0-4.23-3.44-7.67-7.67-7.67Zm-243.23-159.63c63.28,0,115.06,35.82,115.06,79.85s-51.47,79.85-115.06,79.85-115.06-35.82-115.06-79.85,51.85-79.85,115.06-79.85Zm115.06,124.57v35.06h-44.49c17.37-7.87,32.52-19.91,44.1-35.06h.39Zm120.5,129.32h-15.34v-38.81c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v38.89h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-38.89c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v38.89h-29.38v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v19.25c-51.77-7.67-90.74-39.73-90.74-78.08v-49.48c21.94,29.99,65.12,50.39,115.06,50.39h235.18v78.93Z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">17m2 \/ 183ft2 <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"92.56 152.79 414.87 294.42\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><path class=\"cls-1\" d=\"m174.63,293.41c-26.54,0-48.13-21.39-48.13-47.68s21.59-47.69,48.13-47.69,48.12,21.39,48.12,47.69-21.59,47.68-48.12,47.68Zm0-81.98c-19.16,0-34.75,15.39-34.75,34.3s15.58,34.3,34.75,34.3,34.74-15.39,34.74-34.3-15.58-34.3-34.74-34.3Z\"><\/path><path class=\"cls-1\" d=\"m193.99,425.44h-83.94c-9.64,0-17.49-7.8-17.49-17.38v-21.89c0-44.81,36.81-81.26,82.06-81.26,17.8,0,34.74,5.55,48.98,16.06,2.97,2.2,3.61,6.38,1.41,9.36-2.2,2.97-6.38,3.6-9.36,1.41-11.92-8.8-26.11-13.45-41.03-13.45-37.87,0-68.68,30.45-68.68,67.88v21.89c0,2.2,1.84,4,4.11,4h83.94c3.69,0,6.69,3,6.69,6.69s-3,6.69-6.69,6.69Z\"><\/path><path class=\"cls-1\" d=\"m489.94,420.37h-83.94c-3.69,0-6.69-3-6.69-6.69s3-6.69,6.69-6.69h83.94c2.26,0,4.11-1.79,4.11-3.99v-21.89c0-37.43-30.81-67.88-68.68-67.88-15.82,0-31.26,5.45-43.48,15.34-2.87,2.32-7.08,1.88-9.41-.99-2.32-2.87-1.89-7.09.99-9.41,14.59-11.81,33.03-18.32,51.9-18.32,45.25,0,82.06,36.45,82.06,81.26v21.89c0,9.58-7.84,17.38-17.49,17.38Z\"><\/path><path class=\"cls-1\" d=\"m425.37,290.11c-26.54,0-48.12-21.39-48.12-47.68s21.59-47.69,48.12-47.69,48.13,21.39,48.13,47.69-21.59,47.68-48.13,47.68Zm0-81.98c-19.16,0-34.74,15.39-34.74,34.3s15.58,34.3,34.74,34.3,34.75-15.39,34.75-34.3-15.59-34.3-34.75-34.3Z\"><\/path><path class=\"cls-1\" d=\"m390.82,447.21h-181.63c-12.07,0-21.88-9.74-21.88-21.72v-30.78c0-61.52,50.55-111.57,112.7-111.57s112.7,50.05,112.7,111.57v30.78c0,11.98-9.81,21.72-21.88,21.72Zm-90.82-150.69c-54.76,0-99.31,44.05-99.31,98.19v30.78c0,4.6,3.81,8.34,8.5,8.34h181.63c4.69,0,8.5-3.74,8.5-8.34v-30.78c0-54.14-44.55-98.19-99.31-98.19Z\"><\/path><path class=\"cls-1\" d=\"m297.67,275.31c-34.1,0-61.84-27.48-61.84-61.26s27.74-61.26,61.84-61.26,61.85,27.48,61.85,61.26-27.75,61.26-61.85,61.26Zm0-109.14c-26.72,0-48.46,21.48-48.46,47.88s21.74,47.88,48.46,47.88,48.46-21.48,48.46-47.88-21.74-47.88-48.46-47.88Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">1-2 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M496,344h-8V280a32.042,32.042,0,0,0-32-32V112a32.042,32.042,0,0,0-32-32H88a32.042,32.042,0,0,0-32,32V248a32.042,32.042,0,0,0-32,32v64H16a8,8,0,0,0-8,8v32a8,8,0,0,0,8,8h8v32a8,8,0,0,0,8,8H56a7.99,7.99,0,0,0,7.84-6.43L70.56,392H441.44l6.72,33.57A7.99,7.99,0,0,0,456,432h24a8,8,0,0,0,8-8V392h8a8,8,0,0,0,8-8V352A8,8,0,0,0,496,344ZM72,112A16.021,16.021,0,0,1,88,96H424a16.021,16.021,0,0,1,16,16V248H424V216a32.042,32.042,0,0,0-32-32H296a32.042,32.042,0,0,0-32,32v32H248V216a32.042,32.042,0,0,0-32-32H120a32.042,32.042,0,0,0-32,32v32H72ZM408,216v32H280V216a16.021,16.021,0,0,1,16-16h96A16.021,16.021,0,0,1,408,216Zm-176,0v32H104V216a16.021,16.021,0,0,1,16-16h96A16.021,16.021,0,0,1,232,216ZM40,280a16.021,16.021,0,0,1,16-16H456a16.021,16.021,0,0,1,16,16v64H40Zm9.44,136H40V392H54.24ZM472,416h-9.44l-4.8-24H472Zm16-40H24V360H488Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Queen-size bed<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\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-18270a9 ohm-icon-list ohm-wrap-list elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"18270a9\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\"><path d=\"m452.156 310.87c-14.96-26.174-40.363-44.254-69.496-50.011 28.766-56.972-12.435-126.169-77.76-126.169-63.92 0-105.851 66.872-78.705 124.2h-145.994c-17.417 0-33.858 8.464-43.979 22.639-53.283 74.592-48.737 58.543 21.224 180.97 17.447 30.533 50.131 49.501 85.295 49.501h296.95c17.218 0 33.229-9.292 41.786-24.251 44.164-77.273 44.975-46.872-29.321-176.879zm-147.255-160.18c57.811 0 90.825 65.397 58.149 111.854-10.143 16.229-33.212 30.216-58.149 30.216-40.182 0-59.476-32.134-58.299-30.447-32.388-46.426.601-111.623 58.299-111.623zm189.014 283.05c-24.243 42.418-29.775 62.26-54.224 62.26h-296.95c-29.437 0-56.797-15.879-71.404-41.439l-49.71-86.989c-7.348-12.859-6.531-28.952 2.084-41.001 24.434-34.207 31.852-51.68 56.49-51.68h155.792c34.615 44.822 102.211 45.203 137.313.661 27.201 3.354 51.262 19.291 64.96 43.258 60.199 105.34 62.379 103.138 55.649 114.93z\"><\/path><path d=\"m429.102 416.964h-260.276c-17.628 0-33.897-9.573-42.459-24.982l-40.289-72.521c-5.138-9.257-19.127-1.483-13.986 7.77l40.289 72.521c11.381 20.486 33.01 33.213 56.445 33.213h260.276c10.576-.001 10.593-16.001 0-16.001z\"><\/path><path d=\"m135.54 195.855c35.54 0 64.454-28.914 64.454-64.454s-28.914-64.454-64.454-64.454c-35.541 0-64.455 28.914-64.455 64.454s28.914 64.454 64.455 64.454zm0-112.908c26.718 0 48.454 21.736 48.454 48.454s-21.736 48.454-48.454 48.454-48.455-21.736-48.455-48.454 21.737-48.454 48.455-48.454z\"><\/path><path d=\"m282.321 83.745c23.088 0 41.873-18.784 41.873-41.872 0-23.089-18.785-41.873-41.873-41.873s-41.873 18.784-41.873 41.873c0 23.088 18.785 41.872 41.873 41.872zm0-67.745c34.243 0 34.201 51.745 0 51.745-34.244 0-34.2-51.745 0-51.745z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Private bathroom<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 1000 1000\" width=\"512\" data-name=\"Layer 1\"><path d=\"m500 396.65c-106 0-205.89-14.93-281.27-42-37.64-13.54-67.43-29.52-88.55-47.47-24.08-20.48-36.29-43-36.29-66.81s12.21-46.37 36.29-66.85c21.12-18 50.91-33.94 88.55-47.48 75.38-27.11 175.27-42.04 281.27-42.04s205.89 14.93 281.27 42c37.64 13.54 67.43 29.52 88.55 47.48 24.08 20.48 36.29 42.95 36.29 66.81s-12.21 46.33-36.29 66.81c-21.12 17.95-50.91 33.93-88.55 47.47-75.38 27.15-175.27 42.08-281.27 42.08zm0-280.65c-102.4 0-198.45 14.26-270.44 40.16-33.53 12.06-60.73 26.49-78.65 41.73-16.61 14.12-25 28.4-25 42.44s8.41 28.31 25 42.43c17.92 15.24 45.09 29.67 78.65 41.74 72 25.89 168 40.15 270.44 40.15s198.45-14.26 270.44-40.15c33.53-12.07 60.73-26.5 78.65-41.74 16.61-14.12 25-28.4 25-42.43s-8.41-28.32-25-42.44c-17.92-15.24-45.12-29.67-78.65-41.73-71.99-25.9-168.04-40.16-270.44-40.16z\"><\/path><path d=\"m500 537.94c-95.57 0-188.07-12.45-260.45-35.06-52.89-16.53-120.14-46.27-140.09-94.11a16 16 0 1 1 29.54-12.32c11.69 28 55.47 55.69 120.1 75.88 69.37 21.67 158.48 33.61 250.9 33.61s181.53-11.94 250.91-33.61c64.63-20.19 108.41-47.85 120.1-75.88a16 16 0 1 1 29.53 12.32c-19.95 47.84-87.2 77.58-140.09 94.11-72.38 22.61-164.88 35.06-260.45 35.06z\"><\/path><path d=\"m837.11 327a15.87 15.87 0 0 1 -8.31-2.34l-.41-.25a16 16 0 0 1 16.83-27.22l.4.25a16 16 0 0 1 -8.51 29.56z\"><\/path><path d=\"m885.77 418.61a16 16 0 0 1 -16-16v-141.29a16 16 0 1 1 32 0v141.29a16 16 0 0 1 -16 16z\"><\/path><path d=\"m114.23 418.61a16 16 0 0 1 -16-16v-141.29a16 16 0 1 1 32 0v141.29a16 16 0 0 1 -16 16z\"><\/path><path d=\"m543.35 838.85h-86.7a16 16 0 0 1 -15.95-14.72l-24.38-303a16 16 0 1 1 31.9-2.56l23.19 288.29h57.18l23.19-288.29a16 16 0 1 1 31.9 2.56l-24.38 303a16 16 0 0 1 -15.95 14.72z\"><\/path><path d=\"m859.73 916h-71.4a16 16 0 0 1 -14.79-9.9l-159.31-385.91a16 16 0 1 1 29.58-12.19l155.19 376h39.19l-116.02-386.45a16 16 0 0 1 30.65-9.2l122.24 407a16 16 0 0 1 -15.33 20.65z\"><\/path><path d=\"m211.67 916h-71.4a16 16 0 0 1 -15.33-20.6l122.24-407a16 16 0 0 1 30.65 9.2l-116.05 386.4h39.22l155.19-376a16 16 0 1 1 29.58 12.21l-159.31 385.89a16 16 0 0 1 -14.79 9.9z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Windowsill desk<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512;\" xml:space=\"preserve\"><g>\t<g>\t\t<g>\t\t\t<path d=\"M122.619,495.832H77.35c-4.466,0-8.084,3.619-8.084,8.084c0,4.466,3.619,8.084,8.084,8.084h45.269    c4.466,0,8.084-3.618,8.084-8.084C130.703,499.45,127.084,495.832,122.619,495.832z\"><\/path>\t\t\t<path d=\"M434.65,495.832h-45.269c-4.466,0-8.084,3.619-8.084,8.084c0,4.466,3.618,8.084,8.084,8.084h45.269    c4.466,0,8.084-3.618,8.084-8.084C442.734,499.45,439.116,495.832,434.65,495.832z\"><\/path>\t\t\t<path d=\"M286.181,207.924v53.787c0,4.466,3.619,8.084,8.084,8.084c4.466,0,8.084-3.619,8.084-8.084v-53.787    c0-4.466-3.618-8.084-8.084-8.084C289.8,199.84,286.181,203.459,286.181,207.924z\"><\/path>\t\t\t<path d=\"M217.735,269.795c4.466,0,8.084-3.619,8.084-8.084v-53.787c0-4.465-3.619-8.084-8.084-8.084s-8.084,3.618-8.084,8.084    v53.787C209.65,266.176,213.269,269.795,217.735,269.795z\"><\/path>\t\t\t<path d=\"M489.51,0h-15.548H460.68c-4.466,0-8.084,3.619-8.084,8.084s3.619,8.084,8.084,8.084h13.282h15.548    c3.486,0,6.322,2.836,6.322,6.321v404.208c0,3.485-2.836,6.321-6.322,6.321h-16.862H264.084V16.168h31.206h138.052    c4.466,0,8.084-3.619,8.084-8.084S437.808,0,433.343,0H295.29H256H22.49C10.089,0,0,10.088,0,22.489v404.208    c0,12.401,10.089,22.489,22.49,22.489h8.777v8.082c0,11.59,9.429,21.019,21.019,21.019h92.876c4.466,0,8.084-3.619,8.084-8.084    c0-4.466-3.618-8.084-8.084-8.084H52.287c-2.674,0-4.851-2.176-4.851-4.851v-8.082H256h208.564v8.082    c0,2.674-2.176,4.851-4.851,4.851H173.548c-4.466,0-8.084,3.618-8.084,8.084c0,4.466,3.618,8.084,8.084,8.084h286.166    c11.59,0,21.019-9.429,21.019-21.019v-8.082h8.777c12.401,0,22.49-10.088,22.49-22.489V22.489C512,10.088,501.911,0,489.51,0z     M247.916,433.019H39.352H22.49c-3.486,0-6.322-2.836-6.322-6.321V22.489c0-3.485,2.836-6.321,6.322-6.321h225.425V433.019z\"><\/path>\t\t<\/g>\t<\/g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Storage &amp; wardrobe<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\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-fdf8ddc ohm-btn ohm-transparent elementor-widget elementor-widget-button\" data-id=\"fdf8ddc\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/livezoku.com\/copenhagen\/stay\/zoku-room\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Find out more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0957df8 ohm-btn ohm-solid elementor-widget elementor-widget-button\" data-id=\"0957df8\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6NjE0MCwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\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\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-57c7b644 elementor-section-full_width ohm-heading-title ohm-small-padding-bottom ohm-small-padding-top mobile:ohm-standard-padding-top elementor-section-height-default elementor-section-height-default\" data-id=\"57c7b644\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-25526d19\" data-id=\"25526d19\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-57411c54 ohm-inner elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"57411c54\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;200&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-inner-column elementor-element elementor-element-4de20245 ohm-col\" data-id=\"4de20245\" data-element_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-18faf650 ohm-heading ohm-main-heading ohm-add-animation elementor-widget elementor-widget-heading\" data-id=\"18faf650\" data-element_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\">Pick Your Purpose<\/h2>\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\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-d24f279 elementor-section-full_width ohm-component-v2_DoubleImageWithHoverEffect ohm-extra-big-padding-bottom elementor-section-height-default elementor-section-height-default\" data-id=\"d24f279\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-626b394\" data-id=\"626b394\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-2173bae ohm-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2173bae\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-08813e8 ohm-col ohm-img-col elementor-invisible\" data-id=\"08813e8\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;200&quot;}\">\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-cc05777 ohm-heading animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"cc05777\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:&quot;300&quot;}\" 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\"><a href=\"https:\/\/livezoku.com\/copenhagen\/business-trip\/\">Business Trip<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5fd406b ohm-col ohm-img-col elementor-invisible\" data-id=\"5fd406b\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;200&quot;}\">\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-bbdfdc3 ohm-heading animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"bbdfdc3\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:&quot;300&quot;}\" 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\"><a href=\"https:\/\/livezoku.com\/copenhagen\/extended-stay\/\">Extended Stay<\/a><\/h2>\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 class=\"elementor-element elementor-element-2a14fb6 elementor-widget elementor-widget-spacer\" data-id=\"2a14fb6\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d94960d elementor-widget elementor-widget-spacer\" data-id=\"d94960d\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-9490cfb ohm-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9490cfb\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1a0ab0b ohm-col ohm-img-col elementor-invisible\" data-id=\"1a0ab0b\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;200&quot;}\">\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-8906560 ohm-heading animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"8906560\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:&quot;300&quot;}\" 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\"><a href=\"https:\/\/livezoku.com\/copenhagen\/city-trip\/\">City Trip<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6d4861f ohm-col ohm-img-col elementor-invisible\" data-id=\"6d4861f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;200&quot;}\">\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-1cca2a4 ohm-heading animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1cca2a4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:&quot;300&quot;}\" 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\"><a href=\"https:\/\/livezoku.com\/copenhagen\/work-remote\/\">Work Remote<\/a><\/h2>\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\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-17f0d1dc elementor-section-full_width ohm-heading-title ohm-small-padding-top ohm-remove-padding-bottom ohm-remove-padding-bottom-mobile mobile:ohm-remove-padding-top elementor-section-height-default elementor-section-height-default\" data-id=\"17f0d1dc\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-63ed19ba\" data-id=\"63ed19ba\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-47514cd1 ohm-inner elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"47514cd1\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;200&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-inner-column elementor-element elementor-element-52ae00b4 ohm-col\" data-id=\"52ae00b4\" data-element_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-2fcef5f5 ohm-heading ohm-main-heading ohm-add-animation elementor-widget elementor-widget-heading\" data-id=\"2fcef5f5\" data-element_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\">FAQs<\/h2>\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\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-6ebe0321 elementor-section-full_width ohm-faq-section elementor-section-height-default elementor-section-height-default\" data-id=\"6ebe0321\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6466eb00\" data-id=\"6466eb00\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7e968746 ohm-inner elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7e968746\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-a4c811c ohm-col\" data-id=\"a4c811c\" data-element_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-4c7f57c1 ohm-faq elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"4c7f57c1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:&quot;200&quot;}\" 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-1281\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-1281\" 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-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/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 are the benefits of staying longer at Zoku Copenhagen?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1281\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-1281\"><p data-start=\"652\" data-end=\"971\">When you stay 5 nights or longer, you unlock extra value alongside a lower nightly rate. These benefits include savings on food and drinks, discounted meeting rooms and events, 24\/7 coworking access, social rituals like daily fika, plus local perks such as a curated Copenhagen city guide and bike rental discounts.<\/p><\/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-1282\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-1282\" 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-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/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 Zoku Copenhagen different from a traditional hotel in Copenhagen?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1282\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-1282\"><p>Zoku combines the comfort of an apartment with the services and social atmosphere of a hotel. Each loft includes a kitchen, living area, and workspace, making it ideal for longer stays, business travel, or relocation periods.<\/p><\/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-1283\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-1283\" 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-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/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\">Why is Zoku Copenhagen a good choice for a longer city stay?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1283\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-1283\"><p data-start=\"1045\" data-end=\"1293\">Zoku Copenhagen is designed for guests who want more than a typical hotel experience. With apartment style lofts, shared workspaces, social spaces, and lifestyle perks, it becomes easy to settle in, stay productive, and explore Copenhagen at your own pace.<\/p><\/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-1284\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-1284\" 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-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/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 I comfortably work during a 5 night or longer stay at Zoku Copenhagen?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1284\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-1284\"><p>Yes! Long stay guests can take advantage of 24\/7 coworking access, inspiring shared spaces, and fast WiFi throughout the building. Many guests choose Zoku Copenhagen for project based stays, remote work trips, or blended work and travel experiences.<\/p><\/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-1285\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-1285\" 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-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/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 do the perks make my stay in Copenhagen easier?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1285\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-1285\"><p>The added benefits are designed to simplify daily life while traveling. From discounted bike rentals and a ready to use digital city guide to on site laundry access and social moments, everything helps you feel more at home from the moment you arrive.<\/p><\/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-1286\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-1286\" 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-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/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 there opportunities to meet other guests during a longer stay in Copenhagen?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1286\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-1286\"><p data-start=\"2028\" data-end=\"2255\">Yes. Zoku\u2019s daily fika ritual and regular community events make it easy to connect with fellow residents, remote workers, and locals. Many guests staying 5 nights or more appreciate the social atmosphere and sense of belonging.<\/p><\/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-1287\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-1287\" 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-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/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 Zoku Copenhagen suitable for business trips lasting several days?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1287\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-1287\"><p>Absolutely. Guests staying longer can benefit from meeting room discounts, flexible workspaces, central connectivity, and a comfortable loft setup that supports both productivity and relaxation.<\/p><\/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-1288\" class=\"elementor-tab-title\" data-tab=\"8\" role=\"button\" aria-controls=\"elementor-tab-content-1288\" 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-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/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 can I explore Copenhagen more like a local during my stay?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1288\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"8\" role=\"region\" aria-labelledby=\"elementor-tab-title-1288\"><p data-start=\"2607\" data-end=\"2871\">Guests receive access to a curated digital Copenhagen city guide created by the local Zoku team. Combined with discounted bike rentals and strong public transport connections, this makes discovering neighborhoods, parks, caf\u00e9s, and cultural spots simple and enjoyable.<\/p><\/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-1289\" class=\"elementor-tab-title\" data-tab=\"9\" role=\"button\" aria-controls=\"elementor-tab-content-1289\" 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-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/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 staying longer at Zoku Copenhagen better value than a standard hotel stay?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1289\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"9\" role=\"region\" aria-labelledby=\"elementor-tab-title-1289\"><p>In addition to reduced nightly rates, longer stays unlock practical perks, lifestyle benefits, and community experiences that enhance everyday comfort. This combination of living space, work facilities, and local experiences offers more value than a traditional short hotel stay.<\/p><\/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\":\"What are the benefits of staying longer at Zoku Copenhagen?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p data-start=\\\"652\\\" data-end=\\\"971\\\">When you stay 5 nights or longer, you unlock extra value alongside a lower nightly rate. These benefits include savings on food and drinks, discounted meeting rooms and events, 24\\\/7 coworking access, social rituals like daily fika, plus local perks such as a curated Copenhagen city guide and bike rental discounts.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"What makes Zoku Copenhagen different from a traditional hotel in Copenhagen?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Zoku combines the comfort of an apartment with the services and social atmosphere of a hotel. Each loft includes a kitchen, living area, and workspace, making it ideal for longer stays, business travel, or relocation periods.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Why is Zoku Copenhagen a good choice for a longer city stay?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p data-start=\\\"1045\\\" data-end=\\\"1293\\\">Zoku Copenhagen is designed for guests who want more than a typical hotel experience. With apartment style lofts, shared workspaces, social spaces, and lifestyle perks, it becomes easy to settle in, stay productive, and explore Copenhagen at your own pace.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Can I comfortably work during a 5 night or longer stay at Zoku Copenhagen?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Yes! Long stay guests can take advantage of 24\\\/7 coworking access, inspiring shared spaces, and fast WiFi throughout the building. Many guests choose Zoku Copenhagen for project based stays, remote work trips, or blended work and travel experiences.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"How do the perks make my stay in Copenhagen easier?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>The added benefits are designed to simplify daily life while traveling. From discounted bike rentals and a ready to use digital city guide to on site laundry access and social moments, everything helps you feel more at home from the moment you arrive.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Are there opportunities to meet other guests during a longer stay in Copenhagen?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p data-start=\\\"2028\\\" data-end=\\\"2255\\\">Yes. Zoku\\u2019s daily fika ritual and regular community events make it easy to connect with fellow residents, remote workers, and locals. Many guests staying 5 nights or more appreciate the social atmosphere and sense of belonging.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Is Zoku Copenhagen suitable for business trips lasting several days?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Absolutely. Guests staying longer can benefit from meeting room discounts, flexible workspaces, central connectivity, and a comfortable loft setup that supports both productivity and relaxation.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"How can I explore Copenhagen more like a local during my stay?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p data-start=\\\"2607\\\" data-end=\\\"2871\\\">Guests receive access to a curated digital Copenhagen city guide created by the local Zoku team. Combined with discounted bike rentals and strong public transport connections, this makes discovering neighborhoods, parks, caf\\u00e9s, and cultural spots simple and enjoyable.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"What makes staying longer at Zoku Copenhagen better value than a standard hotel stay?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>In addition to reduced nightly rates, longer stays unlock practical perks, lifestyle benefits, and community experiences that enhance everyday comfort. This combination of living space, work facilities, and local experiences offers more value than a traditional short hotel stay.<\\\/p>\"}}]}<\/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<div class=\"elementor-element elementor-element-63bde578 elementor-align-center ohm-btn ohm-transparent ohm-center elementor-widget elementor-widget-button\" data-id=\"63bde578\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/livezoku.com\/copenhagen\/faqs\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">More Faqs<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\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\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>Stay 5. Thank us later. hellocopenhagen@livezoku.com +45 89 88 24 22 Relocation housing request .cls-1 { fill: #010101; } Group booking request 3D tour Long Stay Benefits at Zoku Copenhagen Stay 5 nights or longer at Zoku Copenhagen and automatically unlock extra perks when you book directly on our website. Alongside a lower nightly rate, [&hellip;]<\/p>\n","protected":false},"author":23,"featured_media":15360,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-15387","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Long Stay Perks at Zoku | Stay 5+ Nights at Zoku Copenhagen<\/title>\n<meta name=\"description\" content=\"Stay longer at Zoku Copenhagen and get more. Unlock long stay perks at Zoku when you stay for 5 nights or more.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/livezoku.com\/copenhagen\/long-stay-benefits\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Long Stay Perks at Zoku | Stay 5+ Nights at Zoku Copenhagen\" \/>\n<meta property=\"og:description\" content=\"Stay longer at Zoku Copenhagen and get more. Unlock long stay perks at Zoku when you stay for 5 nights or more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/livezoku.com\/copenhagen\/long-stay-benefits\/\" \/>\n<meta property=\"og:site_name\" content=\"Zoku Copenhagen\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/livezoku\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-24T08:23:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-4715-scaled.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"2000\" \/>\n\t<meta property=\"og:image:height\" content=\"1334\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/livezoku.com\/copenhagen\/long-stay-benefits\/\",\"url\":\"https:\/\/livezoku.com\/copenhagen\/long-stay-benefits\/\",\"name\":\"Long Stay Perks at Zoku | Stay 5+ Nights at Zoku Copenhagen\",\"isPartOf\":{\"@id\":\"https:\/\/livezoku.com\/copenhagen\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/livezoku.com\/copenhagen\/long-stay-benefits\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/livezoku.com\/copenhagen\/long-stay-benefits\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-4715-scaled.jpeg\",\"datePublished\":\"2026-04-23T14:48:37+00:00\",\"dateModified\":\"2026-04-24T08:23:48+00:00\",\"description\":\"Stay longer at Zoku Copenhagen and get more. Unlock long stay perks at Zoku when you stay for 5 nights or more.\",\"breadcrumb\":{\"@id\":\"https:\/\/livezoku.com\/copenhagen\/long-stay-benefits\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/livezoku.com\/copenhagen\/long-stay-benefits\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/livezoku.com\/copenhagen\/long-stay-benefits\/#primaryimage\",\"url\":\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-4715-scaled.jpeg\",\"contentUrl\":\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-4715-scaled.jpeg\",\"width\":2000,\"height\":1334},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/livezoku.com\/copenhagen\/long-stay-benefits\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/livezoku.com\/copenhagen\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Long Stay Benefits\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/livezoku.com\/copenhagen\/#website\",\"url\":\"https:\/\/livezoku.com\/copenhagen\/\",\"name\":\"Zoku Copenhagen\",\"description\":\"Zoku Copenhagen\",\"publisher\":{\"@id\":\"https:\/\/livezoku.com\/copenhagen\/#organization\"},\"alternateName\":\"Zoku CPH\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/livezoku.com\/copenhagen\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/livezoku.com\/copenhagen\/#organization\",\"name\":\"Zoku Copenhagen\",\"alternateName\":\"Zoku CPH\",\"url\":\"https:\/\/livezoku.com\/copenhagen\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/livezoku.com\/copenhagen\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2022\/12\/zoku-logo-cropped-1.svg\",\"contentUrl\":\"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2022\/12\/zoku-logo-cropped-1.svg\",\"width\":175,\"height\":27,\"caption\":\"Zoku Copenhagen\"},\"image\":{\"@id\":\"https:\/\/livezoku.com\/copenhagen\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/livezoku\",\"https:\/\/www.instagram.com\/zokucopenhagen\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Long Stay Perks at Zoku | Stay 5+ Nights at Zoku Copenhagen","description":"Stay longer at Zoku Copenhagen and get more. Unlock long stay perks at Zoku when you stay for 5 nights or more.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/livezoku.com\/copenhagen\/long-stay-benefits\/","og_locale":"en_US","og_type":"article","og_title":"Long Stay Perks at Zoku | Stay 5+ Nights at Zoku Copenhagen","og_description":"Stay longer at Zoku Copenhagen and get more. Unlock long stay perks at Zoku when you stay for 5 nights or more.","og_url":"https:\/\/livezoku.com\/copenhagen\/long-stay-benefits\/","og_site_name":"Zoku Copenhagen","article_publisher":"https:\/\/www.facebook.com\/livezoku","article_modified_time":"2026-04-24T08:23:48+00:00","og_image":[{"width":2000,"height":1334,"url":"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-4715-scaled.jpeg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/livezoku.com\/copenhagen\/long-stay-benefits\/","url":"https:\/\/livezoku.com\/copenhagen\/long-stay-benefits\/","name":"Long Stay Perks at Zoku | Stay 5+ Nights at Zoku Copenhagen","isPartOf":{"@id":"https:\/\/livezoku.com\/copenhagen\/#website"},"primaryImageOfPage":{"@id":"https:\/\/livezoku.com\/copenhagen\/long-stay-benefits\/#primaryimage"},"image":{"@id":"https:\/\/livezoku.com\/copenhagen\/long-stay-benefits\/#primaryimage"},"thumbnailUrl":"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-4715-scaled.jpeg","datePublished":"2026-04-23T14:48:37+00:00","dateModified":"2026-04-24T08:23:48+00:00","description":"Stay longer at Zoku Copenhagen and get more. Unlock long stay perks at Zoku when you stay for 5 nights or more.","breadcrumb":{"@id":"https:\/\/livezoku.com\/copenhagen\/long-stay-benefits\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/livezoku.com\/copenhagen\/long-stay-benefits\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/livezoku.com\/copenhagen\/long-stay-benefits\/#primaryimage","url":"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-4715-scaled.jpeg","contentUrl":"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2026\/04\/Zoku-4715-scaled.jpeg","width":2000,"height":1334},{"@type":"BreadcrumbList","@id":"https:\/\/livezoku.com\/copenhagen\/long-stay-benefits\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/livezoku.com\/copenhagen\/"},{"@type":"ListItem","position":2,"name":"Long Stay Benefits"}]},{"@type":"WebSite","@id":"https:\/\/livezoku.com\/copenhagen\/#website","url":"https:\/\/livezoku.com\/copenhagen\/","name":"Zoku Copenhagen","description":"Zoku Copenhagen","publisher":{"@id":"https:\/\/livezoku.com\/copenhagen\/#organization"},"alternateName":"Zoku CPH","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/livezoku.com\/copenhagen\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/livezoku.com\/copenhagen\/#organization","name":"Zoku Copenhagen","alternateName":"Zoku CPH","url":"https:\/\/livezoku.com\/copenhagen\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/livezoku.com\/copenhagen\/#\/schema\/logo\/image\/","url":"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2022\/12\/zoku-logo-cropped-1.svg","contentUrl":"https:\/\/livezoku.com\/copenhagen\/wp-content\/uploads\/sites\/2\/2022\/12\/zoku-logo-cropped-1.svg","width":175,"height":27,"caption":"Zoku Copenhagen"},"image":{"@id":"https:\/\/livezoku.com\/copenhagen\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/livezoku","https:\/\/www.instagram.com\/zokucopenhagen\/"]}]}},"_links":{"self":[{"href":"https:\/\/livezoku.com\/copenhagen\/wp-json\/wp\/v2\/pages\/15387","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/livezoku.com\/copenhagen\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/livezoku.com\/copenhagen\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/livezoku.com\/copenhagen\/wp-json\/wp\/v2\/users\/23"}],"replies":[{"embeddable":true,"href":"https:\/\/livezoku.com\/copenhagen\/wp-json\/wp\/v2\/comments?post=15387"}],"version-history":[{"count":0,"href":"https:\/\/livezoku.com\/copenhagen\/wp-json\/wp\/v2\/pages\/15387\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/livezoku.com\/copenhagen\/wp-json\/wp\/v2\/media\/15360"}],"wp:attachment":[{"href":"https:\/\/livezoku.com\/copenhagen\/wp-json\/wp\/v2\/media?parent=15387"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}