{"id":191424,"date":"2022-12-13T09:47:05","date_gmt":"2022-12-13T09:47:05","guid":{"rendered":"https:\/\/bravaexperience.es\/?page_id=63"},"modified":"2026-07-30T09:50:31","modified_gmt":"2026-07-30T08:50:31","slug":"search-results","status":"publish","type":"page","link":"https:\/\/bravaexperience.es\/en\/search-results\/","title":{"rendered":"Search Results"},"content":{"rendered":"<div class=\"cwp-root cwp-search\">\r\n<div class=\"cwp-root cwp-search-page\" x-data=\"connectSearch({\r\n    location: '',\r\n    checkin: '',\r\n    checkout: '',\r\n    guests: 0,\r\n    adults: 0,\r\n    children: 0,\r\n    infants: 0,\r\n    pets: 0,\r\n    totalResults: 11,\r\n    totalPages: 1,\r\n    showMap: false,\r\n    mapCollapsed: false,\r\n    selectedCollection: '',\r\n    collectionsLabels: [],\r\n    mapShownViewMode: 'list',\r\n    mapHiddenViewMode: 'grid',\r\n    showAll: false,\r\n    autoRegion: null,\r\n    locationClusters: []})\">\r\n\r\n    \r\n    <!-- Split View Layout -->\r\n    <div class=\"cwp-split-view\" :class=\"{ 'cwp-split-view--map-collapsed': mapCollapsed }\">\r\n\r\n        <!-- Results Panel -->\r\n        <div class=\"cwp-split-view__results\" id=\"cwp-results-area\">\r\n\r\n            \r\n            <!-- Search Bar (inside results panel, left-aligned like Plum Guide) -->\r\n            \r\n<!-- Mobile Search Trigger (replaces search bar on mobile; hidden when map is active) -->\r\n<button class=\"cwp-search-trigger\" type=\"button\" aria-label=\"Open search\" @click=\"openSearchOverlay()\" x-show=\"!showMap\">\r\n    <span class=\"cwp-search-trigger__icon\">\r\n        <svg width=\"14\" height=\"14\" viewBox=\"0 0 20 20\" fill=\"none\" aria-hidden=\"true\">\r\n            <circle cx=\"8\" cy=\"8\" r=\"6\" stroke=\"currentColor\" stroke-width=\"2\"\/>\r\n            <path d=\"M12.5 12.5L17 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\r\n        <\/svg>\r\n    <\/span>\r\n    <span class=\"cwp-search-trigger__text\">\r\n        <span class=\"cwp-search-trigger__title\" x-text=\"searchSummaryTitle || 'Where to?'\">Where to?<\/span>\r\n        <span class=\"cwp-search-trigger__subtitle\" x-text=\"searchSummarySubtitle || 'Anywhere \u00b7 Any week \u00b7 Add guests'\">Anywhere \u00b7 Any week \u00b7 Add guests<\/span>\r\n    <\/span>\r\n<\/button>\r\n\r\n<!-- Backdrop overlay (dims page when search dropdowns are open) -->\r\n<div class=\"cwp-search-backdrop\"\r\n     :class=\"{ 'cwp-search-backdrop--active': showDatePicker || showGuestPicker || showLocationDropdown || showFilterSort || showCollectionsPicker }\"\r\n     @click=\"closeDatePicker(); showGuestPicker = false; showLocationDropdown = false; showFilterSort = false; showCollectionsPicker = false;\"><\/div>\r\n\r\n<div class=\"cwp-search-bar-wrapper\" role=\"search\">\r\n<div class=\"cwp-search-bar\"\r\n     :class=\"{ 'cwp-search-bar--active': showDatePicker || showGuestPicker || showLocationDropdown || showFilterSort || showCollectionsPicker }\"\r\n\r\n    \r\n<!-- Where (searchable multi-select dropdown) -->\r\n<div class=\"cwp-search-bar__field cwp-search-bar__where\"\r\n     @click=\"openLocationDropdown()\"\r\n     @keydown.enter=\"openLocationDropdown()\"\r\n     :class=\"{ 'cwp-search-bar__field--active': showLocationDropdown }\"\r\n     tabindex=\"0\"\r\n     role=\"combobox\"\r\n     :aria-expanded=\"showLocationDropdown.toString()\">\r\n    <label class=\"cwp-search-bar__label\">\r\n        <svg class=\"cwp-search-bar__label-icon\" width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\">\r\n            <path d=\"M12 2.5C8.41 2.5 5.5 5.41 5.5 9c0 1.8.72 3.67 1.91 5.38 1.17 1.68 2.72 3.2 4.03 4.37a.75.75 0 001.12 0c1.31-1.17 2.86-2.69 4.03-4.37C17.78 12.67 18.5 10.8 18.5 9c0-3.59-2.91-6.5-6.5-6.5z\" stroke=\"currentColor\" stroke-width=\"1.8\" fill=\"none\"\/>\r\n            <circle cx=\"12\" cy=\"9\" r=\"2.5\" stroke=\"currentColor\" stroke-width=\"1.8\" fill=\"none\"\/>\r\n        <\/svg>\r\n        <span class=\"cwp-search-bar__label-text\">Where<\/span>\r\n    <\/label>\r\n    <span class=\"cwp-search-bar__value\"\r\n          :class=\"{ 'cwp-search-bar__value--filled': hasLocations }\"\r\n          x-text=\"locationSummary || 'Select destinations'\">\r\n        Select destinations    <\/span>\r\n    <!-- Clear all locations X button -->\r\n    <button type=\"button\" class=\"cwp-search-bar__clear-date\"\r\n            x-show=\"hasLocations\"\r\n            @click.stop=\"clearLocationsAndApply()\"\r\n            aria-label=\"Clear locations\"\r\n            x-cloak>\r\n        <svg width=\"12\" height=\"12\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\"><path d=\"M12 4L4 12M4 4L12 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><\/svg>\r\n    <\/button>\r\n<\/div>\r\n\r\n<!-- Location Dropdown (searchable multi-select popup) -->\r\n<div class=\"cwp-search-bar__dropdown cwp-search-bar__dropdown--location\"\r\n     x-show=\"showLocationDropdown\"\r\n     @click.outside=\"closeLocationDropdown()\"\r\n     @click.stop\r\n     @keydown.arrow-down.prevent=\"locationHighlight = Math.min(locationHighlight + 1, locationResults.length - 1)\"\r\n     @keydown.arrow-up.prevent=\"locationHighlight = Math.max(locationHighlight - 1, -1)\"\r\n     @keydown.enter.prevent=\"selectHighlightedLocation()\"\r\n     @keydown.escape.prevent=\"closeLocationDropdown()\"\r\n     x-cloak>\r\n    <div class=\"cwp-location-picker cwp-location-picker--multi\">\r\n        <!-- Mobile-only header (hidden on desktop) -->\r\n        <div class=\"cwp-location-picker__mobile-header\">\r\n            <h3>Where to?<\/h3>\r\n            <button type=\"button\" class=\"cwp-location-picker__mobile-close\"\r\n                    @click=\"closeLocationDropdown()\"\r\n                    aria-label=\"Close\">\r\n                <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\">\r\n                    <path d=\"M12 4L4 12M4 4L12 12\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\r\n                <\/svg>\r\n            <\/button>\r\n        <\/div>\r\n        <div class=\"cwp-location-picker__search\">\r\n            <svg width=\"14\" height=\"14\" viewBox=\"0 0 20 20\" fill=\"none\" aria-hidden=\"true\">\r\n                <circle cx=\"8.5\" cy=\"8.5\" r=\"5.5\" stroke=\"currentColor\" stroke-width=\"2\"\/>\r\n                <path d=\"M13 13L17 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\r\n            <\/svg>\r\n            <input type=\"text\"\r\n                   class=\"cwp-location-picker__input\"\r\n                   placeholder=\"Search destinations\"\r\n                   x-model=\"locationQuery\"\r\n                   @input.debounce.300ms=\"searchLocations(); locationHighlight = -1\"\r\n                   x-ref=\"locationSearchInput\"\r\n                   autocomplete=\"off\">\r\n            <button type=\"button\"\r\n                    class=\"cwp-location-picker__clear\"\r\n                    x-show=\"locationQuery\"\r\n                    @click=\"locationQuery = ''; loadAllLocations(); locationHighlight = -1\"\r\n                    x-cloak>\r\n                <svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n                    <path d=\"M9 3L3 9M3 3L9 9\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\r\n                <\/svg>\r\n            <\/button>\r\n        <\/div>\r\n        <!-- \"All locations\" reset option -->\r\n        <button class=\"cwp-location-picker__option cwp-location-picker__option--all\"\r\n                x-show=\"!locationQuery\"\r\n                @click=\"clearLocations(); closeLocationDropdown()\"\r\n                :class=\"{ 'cwp-location-picker__option--active': !hasLocations, 'cwp-location-picker__option--highlighted': locationHighlight === -1 && !locationQuery }\">\r\n            <span class=\"cwp-location-picker__icon cwp-location-picker__icon--all\">\r\n                <svg width=\"18\" height=\"18\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\">\r\n                    <circle cx=\"8\" cy=\"8\" r=\"6\" stroke=\"currentColor\" stroke-width=\"1.5\"\/>\r\n                    <path d=\"M2 8h12M8 2c-2 2.5-2 5.5 0 8M8 2c2 2.5 2 5.5 0 8\" stroke=\"currentColor\" stroke-width=\"1.2\"\/>\r\n                <\/svg>\r\n            <\/span>\r\n            <span class=\"cwp-location-picker__label\">All locations<\/span>\r\n            <span class=\"cwp-location-picker__check\" x-show=\"!hasLocations\">\r\n                <svg width=\"14\" height=\"14\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\"><path d=\"M3 8.5L6.5 12L13 4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\r\n            <\/span>\r\n        <\/button>\r\n        <div class=\"cwp-location-picker__header\" x-show=\"locationResults.length > 0\">\r\n            <span x-text=\"locationQuery ? 'Search results' : 'Popular destinations'\"><\/span>\r\n        <\/div>\r\n        <div class=\"cwp-location-picker__list\">\r\n            <template x-for=\"(result, index) in locationResults\" :key=\"result.value || result.label\">\r\n                <button class=\"cwp-location-picker__option\"\r\n                        @click=\"toggleLocation(result)\"\r\n                        @mouseenter=\"locationHighlight = index\"\r\n                        :aria-pressed=\"isLocationSelected(result.name || result.label).toString()\"\r\n                        :class=\"{ 'cwp-location-picker__option--active': isLocationSelected(result.name || result.label), 'cwp-location-picker__option--highlighted': locationHighlight === index }\">\r\n                    <span class=\"cwp-location-picker__icon\">\r\n                        <svg width=\"18\" height=\"18\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\">\r\n                            <path d=\"M8 2C5.243 2 3 4.243 3 7C3 11.75 8 16 8 16C8 16 13 11.75 13 7C13 4.243 10.757 2 8 2ZM8 9C6.895 9 6 8.105 6 7C6 5.895 6.895 5 8 5C9.105 5 10 5.895 10 7C10 8.105 9.105 9 8 9Z\" fill=\"currentColor\"\/>\r\n                        <\/svg>\r\n                    <\/span>\r\n                    <span class=\"cwp-location-picker__label\" x-text=\"result.name || result.label\"><\/span>\r\n                    <span class=\"cwp-location-picker__count\" x-text=\"result.count\" x-show=\"result.count\"><\/span>\r\n                    <!-- Checkmark for selected locations (multi) -->\r\n                    <span class=\"cwp-location-picker__check\" x-show=\"isLocationSelected(result.name || result.label)\">\r\n                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\"><path d=\"M3 8.5L6.5 12L13 4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\r\n                    <\/span>\r\n                <\/button>\r\n            <\/template>\r\n            <div class=\"cwp-location-picker__empty\" x-show=\"locationResults.length === 0 && locationQuery\">\r\n                <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" aria-hidden=\"true\" style=\"opacity:0.4;margin:0 auto 8px\">\r\n                    <circle cx=\"8.5\" cy=\"8.5\" r=\"5.5\" stroke=\"currentColor\" stroke-width=\"2\"\/>\r\n                    <path d=\"M13 13L17 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\r\n                <\/svg>\r\n                <span>No destinations found<\/span>\r\n            <\/div>\r\n                    <\/div>\r\n        <!-- Footer: explicit apply (desktop + mobile) so guests don't have to\r\n             discover click-away. Clear shows only when something is selected. -->\r\n        <div class=\"cwp-location-picker__footer\">\r\n            <button type=\"button\" class=\"cwp-location-picker__footer-clear\"\r\n                    x-show=\"hasLocations\"\r\n                    @click=\"clearLocations()\"\r\n                    x-cloak>\r\n                Clear            <\/button>\r\n            <button type=\"button\" class=\"cwp-location-picker__footer-done\"\r\n                    @click=\"closeLocationDropdown()\">\r\n                <span x-show=\"!hasLocations\">Done<\/span>\r\n                <span x-show=\"hasLocations\" x-cloak>Apply (<span x-text=\"selectedLocations.length\"><\/span>)<\/span>\r\n            <\/button>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<!-- Check-in -->\r\n<div class=\"cwp-search-bar__field cwp-search-bar__checkin\"\r\n     @click=\"openDatePicker('checkin')\"\r\n     @keydown.enter=\"openDatePicker('checkin')\"\r\n     @keydown.space.prevent=\"openDatePicker('checkin')\"\r\n     :class=\"{ 'cwp-search-bar__field--active': activeDate === 'checkin' || activeDate === 'done' }\"\r\n     tabindex=\"0\"\r\n     role=\"button\"\r\n     :aria-expanded=\"(showDatePicker && activeDate === 'checkin').toString()\">\r\n    <label class=\"cwp-search-bar__label\">\r\n        <svg class=\"cwp-search-bar__label-icon\" width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\">\r\n            <rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2.5\" stroke=\"currentColor\" stroke-width=\"1.8\" fill=\"none\"\/>\r\n            <path d=\"M8 2v4M16 2v4M3 10h18\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"\/>\r\n            <path d=\"M8 15l2.5 2.5L15 13\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n        <\/svg>\r\n        <span class=\"cwp-search-bar__label-text\">Check in<\/span>\r\n    <\/label>\r\n    <span class=\"cwp-search-bar__value\"\r\n          :class=\"{ 'cwp-search-bar__value--filled': checkin }\"\r\n          x-text=\"checkin || 'Add dates'\">\r\n        Add dates    <\/span>\r\n    <!-- Clear dates X button -->\r\n    <button type=\"button\" class=\"cwp-search-bar__clear-date\"\r\n            x-show=\"checkin\"\r\n            @click.stop=\"clearDates(); openDatePicker('checkin')\"\r\n            aria-label=\"Clear dates\"\r\n            x-cloak>\r\n        <svg width=\"12\" height=\"12\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\"><path d=\"M12 4L4 12M4 4L12 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><\/svg>\r\n    <\/button>\r\n<\/div>\r\n\r\n<!-- Check-out -->\r\n<div class=\"cwp-search-bar__field cwp-search-bar__checkout\"\r\n     @click=\"openDatePicker('checkout')\"\r\n     @keydown.enter=\"openDatePicker('checkout')\"\r\n     @keydown.space.prevent=\"openDatePicker('checkout')\"\r\n     :class=\"{ 'cwp-search-bar__field--active': activeDate === 'checkout' || activeDate === 'done' }\"\r\n     tabindex=\"0\"\r\n     role=\"button\"\r\n     :aria-expanded=\"(showDatePicker && activeDate === 'checkout').toString()\">\r\n    <label class=\"cwp-search-bar__label\">\r\n        <svg class=\"cwp-search-bar__label-icon\" width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\">\r\n            <rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2.5\" stroke=\"currentColor\" stroke-width=\"1.8\" fill=\"none\"\/>\r\n            <path d=\"M8 2v4M16 2v4M3 10h18\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"\/>\r\n            <path d=\"M9 15.5h6M12.5 13l2.5 2.5-2.5 2.5\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n        <\/svg>\r\n        <span class=\"cwp-search-bar__label-text\">Check out<\/span>\r\n    <\/label>\r\n    <span class=\"cwp-search-bar__value\"\r\n          :class=\"{ 'cwp-search-bar__value--filled': checkout }\"\r\n          x-text=\"checkout || 'Add dates'\">\r\n        Add dates    <\/span>\r\n    <!-- Clear dates X button -->\r\n    <button type=\"button\" class=\"cwp-search-bar__clear-date\"\r\n            x-show=\"checkout\"\r\n            @click.stop=\"clearDates(); openDatePicker('checkin')\"\r\n            aria-label=\"Clear dates\"\r\n            x-cloak>\r\n        <svg width=\"12\" height=\"12\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\"><path d=\"M12 4L4 12M4 4L12 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><\/svg>\r\n    <\/button>\r\n<\/div>\r\n\r\n<!-- Date Picker Popup -->\r\n<div class=\"cwp-date-picker\"\r\n     x-show=\"showDatePicker\"\r\n     x-transition:enter=\"cwp-fade-enter\"\r\n     x-transition:enter-start=\"cwp-fade-enter-start\"\r\n     x-transition:enter-end=\"cwp-fade-enter-end\"\r\n     x-transition:leave=\"cwp-fade-leave\"\r\n     x-transition:leave-start=\"cwp-fade-leave-start\"\r\n     x-transition:leave-end=\"cwp-fade-leave-end\"\r\n     @click.outside=\"closeDatePicker()\"\r\n     x-cloak>\r\n    <!-- Mobile-only header with title & close button (hidden on desktop) -->\r\n    <div class=\"cwp-date-picker__mobile-header\">\r\n        <h3>Select dates<\/h3>\r\n        <button type=\"button\" class=\"cwp-date-picker__mobile-close\"\r\n                @click=\"closeDatePicker()\"\r\n                aria-label=\"Close\">\r\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\">\r\n                <path d=\"M12 4L4 12M4 4L12 12\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\r\n            <\/svg>\r\n        <\/button>\r\n    <\/div>\r\n\r\n    <!-- Contextual header showing current step -->\r\n    <div class=\"cwp-date-picker__context cwp-date-picker__context--checkin\">\r\n        Select check-in date    <\/div>\r\n\r\n    <div id=\"cwp-search-datepicker\">\r\n        <!-- Calendar rendered by JavaScript -->\r\n    <\/div>\r\n\r\n    <!-- Footer -->\r\n    <div class=\"cwp-date-picker__footer\">\r\n        <button type=\"button\" class=\"cwp-date-picker__clear\"\r\n                @click=\"clearDates()\" x-show=\"checkin || checkout\">Clear dates<\/button>\r\n        <button type=\"button\" class=\"cwp-date-picker__apply\"\r\n                @click=\"closeDatePicker()\">Apply<\/button>\r\n    <\/div>\r\n<\/div>\r\n\r\n<!-- Guests -->\r\n<div class=\"cwp-search-bar__field cwp-search-bar__guests\"\r\n     @click=\"toggleGuestPicker()\"\r\n     @keydown.enter=\"toggleGuestPicker()\"\r\n     @keydown.space.prevent=\"toggleGuestPicker()\"\r\n     :class=\"{ 'cwp-search-bar__field--active': showGuestPicker }\"\r\n     tabindex=\"0\"\r\n     role=\"button\"\r\n     :aria-expanded=\"showGuestPicker.toString()\">\r\n    <label class=\"cwp-search-bar__label\">\r\n        <svg class=\"cwp-search-bar__label-icon\" width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\">\r\n            <circle cx=\"9\" cy=\"7\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.8\" fill=\"none\"\/>\r\n            <path d=\"M2 20c0-3.31 3.13-6 7-6s7 2.69 7 6\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"\/>\r\n            <circle cx=\"17.5\" cy=\"8.5\" r=\"2.5\" stroke=\"currentColor\" stroke-width=\"1.5\" fill=\"none\"\/>\r\n            <path d=\"M19 14.5c1.74.84 3 2.46 3 4.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\r\n        <\/svg>\r\n        <span class=\"cwp-search-bar__label-text\">Who<\/span>\r\n    <\/label>\r\n    <span class=\"cwp-search-bar__value\"\r\n          :class=\"{ 'cwp-search-bar__value--filled': guestSummary }\"\r\n          x-text=\"guestSummary || 'Add guests'\">\r\n        Add guests    <\/span>\r\n<\/div>\r\n\r\n<!-- Guest Picker Dropdown -->\r\n<div class=\"cwp-search-bar__dropdown cwp-search-bar__dropdown--guests\"\r\n     x-show=\"showGuestPicker\"\r\n     x-transition:enter=\"cwp-fade-enter\"\r\n     x-transition:enter-start=\"cwp-fade-enter-start\"\r\n     x-transition:enter-end=\"cwp-fade-enter-end\"\r\n     x-transition:leave=\"cwp-fade-leave\"\r\n     x-transition:leave-start=\"cwp-fade-leave-start\"\r\n     x-transition:leave-end=\"cwp-fade-leave-end\"\r\n     @click.outside=\"showGuestPicker = false\"\r\n     @click.stop\r\n     x-cloak>\r\n    <div class=\"cwp-guest-picker\">\r\n        <!-- Mobile-only header (hidden on desktop) -->\r\n        <div class=\"cwp-guest-picker__mobile-header\">\r\n            <h3>Guests<\/h3>\r\n            <button type=\"button\" class=\"cwp-guest-picker__mobile-close\"\r\n                    @click=\"showGuestPicker = false\"\r\n                    aria-label=\"Close\">\r\n                <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\">\r\n                    <path d=\"M12 4L4 12M4 4L12 12\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\r\n                <\/svg>\r\n            <\/button>\r\n        <\/div>\r\n\r\n        <!-- Adults -->\r\n        <div class=\"cwp-guest-picker__row\">\r\n            <div class=\"cwp-guest-picker__info\">\r\n                <strong>Adults<\/strong>\r\n                <span>Age 13+<\/span>\r\n            <\/div>\r\n            <div class=\"cwp-guest-picker__controls\">\r\n                <button class=\"cwp-guest-btn\"\r\n                        @click=\"decrementGuests('adults')\"\r\n                        :disabled=\"searchGuests.adults <= 1\"\r\n                        aria-label=\"Decrease adults\">\r\n                    <svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n                        <path d=\"M2 6H10\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\r\n                    <\/svg>\r\n                <\/button>\r\n                <span class=\"cwp-guest-picker__count\" x-text=\"searchGuests.adults\"><\/span>\r\n                <button class=\"cwp-guest-btn\"\r\n                        @click=\"incrementGuests('adults')\"\r\n                        aria-label=\"Increase adults\">\r\n                    <svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n                        <path d=\"M6 2V10M2 6H10\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\r\n                    <\/svg>\r\n                <\/button>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Children -->\r\n        <div class=\"cwp-guest-picker__row\">\r\n            <div class=\"cwp-guest-picker__info\">\r\n                <strong>Children<\/strong>\r\n                <span>Age 2-12<\/span>\r\n            <\/div>\r\n            <div class=\"cwp-guest-picker__controls\">\r\n                <button class=\"cwp-guest-btn\"\r\n                        @click=\"decrementGuests('children')\"\r\n                        :disabled=\"searchGuests.children <= 0\"\r\n                        aria-label=\"Decrease children\">\r\n                    <svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n                        <path d=\"M2 6H10\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\r\n                    <\/svg>\r\n                <\/button>\r\n                <span class=\"cwp-guest-picker__count\" x-text=\"searchGuests.children\"><\/span>\r\n                <button class=\"cwp-guest-btn\"\r\n                        @click=\"incrementGuests('children')\"\r\n                        aria-label=\"Increase children\">\r\n                    <svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n                        <path d=\"M6 2V10M2 6H10\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\r\n                    <\/svg>\r\n                <\/button>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Infants -->\r\n        <div class=\"cwp-guest-picker__row\">\r\n            <div class=\"cwp-guest-picker__info\">\r\n                <strong>Infants<\/strong>\r\n                <span>Under 2<\/span>\r\n            <\/div>\r\n            <div class=\"cwp-guest-picker__controls\">\r\n                <button class=\"cwp-guest-btn\"\r\n                        @click=\"decrementGuests('infants')\"\r\n                        :disabled=\"searchGuests.infants <= 0\"\r\n                        aria-label=\"Decrease infants\">\r\n                    <svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n                        <path d=\"M2 6H10\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\r\n                    <\/svg>\r\n                <\/button>\r\n                <span class=\"cwp-guest-picker__count\" x-text=\"searchGuests.infants\"><\/span>\r\n                <button class=\"cwp-guest-btn\"\r\n                        @click=\"incrementGuests('infants')\"\r\n                        aria-label=\"Increase infants\">\r\n                    <svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n                        <path d=\"M6 2V10M2 6H10\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\r\n                    <\/svg>\r\n                <\/button>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Pet friendly \u2014 replaces the old (non-functional) pets +\/- counter with a\r\n             toggle bound to the pet_friendly filter. Auto-hidden for hosts with no\r\n             pet-friendly properties (#1a). Works on the homepage bar AND the search\r\n             page (both components expose hasFilter\/toggleFilter), so the choice\r\n             carries homepage -> search (#4). -->\r\n        \r\n        <!-- Max guest limit feedback -->\r\n        <div class=\"cwp-guest-picker__limit-msg\"\r\n             x-show=\"totalSearchGuests >= 16\"\r\n             x-cloak>\r\n            Maximum 16 guests per booking        <\/div>\r\n\r\n    <\/div>\r\n    <!-- Guest picker footer with Done + Reset -->\r\n    <div class=\"cwp-guest-picker__footer\">\r\n        <button type=\"button\" class=\"cwp-guest-picker__reset\"\r\n                x-show=\"searchGuests.adults > 1 || searchGuests.children > 0 || searchGuests.infants > 0 || searchGuests.pets > 0\"\r\n                @click=\"resetGuests()\"\r\n                x-cloak>\r\n            Reset        <\/button>\r\n        <button type=\"button\" class=\"cwp-guest-picker__done\"\r\n                @click=\"showGuestPicker = false\">\r\n            Done        <\/button>\r\n    <\/div>\r\n<\/div>\r\n\r\n    <!-- Action Buttons \u2014 compact icon pair -->\r\n    <div class=\"cwp-search-bar__actions\">\r\n        <!-- Filter Toggle -->\r\n        <button class=\"cwp-search-bar__action cwp-search-bar__action--filter\"\r\n                @click.stop=\"showFilterSort = !showFilterSort; if(showFilterSort) { showDatePicker = false; showGuestPicker = false; showLocationDropdown = false; showCollectionsPicker = false; }\"\r\n                :class=\"{ 'cwp-search-bar__action--active': activeFilterCount > 0 || (sortValue && sortValue !== 'recommended' && sortValue !== '') }\"\r\n                aria-label=\"Filters\">\r\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\">\r\n                <path d=\"M2 3h12M4 8h8M6 13h4\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\r\n            <\/svg>\r\n            <span class=\"cwp-search-bar__action-label\">Filters<\/span>\r\n            <span class=\"cwp-search-bar__action-badge\" x-show=\"activeFilterCount > 0\" x-text=\"activeFilterCount\" x-cloak><\/span>\r\n        <\/button>\r\n        <!-- Search Submit -->\r\n        <button class=\"cwp-search-bar__action cwp-search-bar__action--search\"\r\n                @click=\"doSearch()\"\r\n                aria-label=\"Search properties\">\r\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 20 20\" fill=\"none\" aria-hidden=\"true\">\r\n                <circle cx=\"8.5\" cy=\"8.5\" r=\"5.5\" stroke=\"currentColor\" stroke-width=\"2\"\/>\r\n                <path d=\"M13 13L17 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\r\n            <\/svg>\r\n        <\/button>\r\n    <\/div>\r\n\r\n<\/div>\r\n\r\n\r\n\r\n<!-- Filter & Sort Dropdown -->\r\n<div class=\"cwp-filter-sort-dropdown\"\r\n     x-show=\"showFilterSort\"\r\n     x-transition:enter=\"cwp-transition-dropdown-enter\"\r\n     x-transition:enter-start=\"cwp-transition-dropdown-enter-start\"\r\n     x-transition:enter-end=\"cwp-transition-dropdown-enter-end\"\r\n     x-transition:leave=\"cwp-transition-dropdown-leave\"\r\n     x-transition:leave-start=\"cwp-transition-dropdown-leave-start\"\r\n     x-transition:leave-end=\"cwp-transition-dropdown-leave-end\"\r\n     @click.outside=\"showFilterSort = false\"\r\n     x-cloak>\r\n\r\n    <div class=\"cwp-filter-sort-dropdown__body\">\r\n\r\n        <!-- \u2500\u2500 Sort by \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n                <div class=\"cwp-filter-sort-dropdown__section\">\r\n            <h4 class=\"cwp-filter-sort-dropdown__heading\">Sort by<\/h4>\r\n            <div class=\"cwp-filter-sort-dropdown__pills\">\r\n                                <button class=\"cwp-filter-pill\"\r\n                        :class=\"{ 'cwp-filter-pill--active': !sortValue || sortValue === 'recommended' || sortValue === '' }\"\r\n                        @click=\"applySort('recommended', 'Recommended')\">\r\n                    Recommended                <\/button>\r\n                                                <button class=\"cwp-filter-pill\"\r\n                        :class=\"{ 'cwp-filter-pill--active': sortValue === 'featured' }\"\r\n                        @click=\"applySort('featured', 'Featured')\">\r\n                    Featured                <\/button>\r\n                                                <button class=\"cwp-filter-pill\"\r\n                        :class=\"{ 'cwp-filter-pill--active': sortValue === 'price_asc' }\"\r\n                        @click=\"applySort('price_asc', 'Price: Low to High')\">\r\n                    Price \u2191                <\/button>\r\n                                                <button class=\"cwp-filter-pill\"\r\n                        :class=\"{ 'cwp-filter-pill--active': sortValue === 'price_desc' }\"\r\n                        @click=\"applySort('price_desc', 'Price: High to Low')\">\r\n                    Price \u2193                <\/button>\r\n                                                <button class=\"cwp-filter-pill\"\r\n                        :class=\"{ 'cwp-filter-pill--active': sortValue === 'rating' }\"\r\n                        @click=\"applySort('rating', 'Top Rated')\">\r\n                    Top Rated                <\/button>\r\n                                                <button class=\"cwp-filter-pill\"\r\n                        :class=\"{ 'cwp-filter-pill--active': sortValue === 'newest' }\"\r\n                        @click=\"applySort('newest', 'Newest')\">\r\n                    Newest                <\/button>\r\n                                                <button class=\"cwp-filter-pill\"\r\n                        :class=\"{ 'cwp-filter-pill--active': sortValue === 'reviews' }\"\r\n                        @click=\"applySort('reviews', 'Most Reviewed')\">\r\n                    Most Reviewed                <\/button>\r\n                                                <button class=\"cwp-filter-pill\"\r\n                        :class=\"{ 'cwp-filter-pill--active': sortValue === 'capacity_desc' }\"\r\n                        @click=\"applySort('capacity_desc', 'Sleeps: Most')\">\r\n                    Sleeps: Most                <\/button>\r\n                                                <button class=\"cwp-filter-pill\"\r\n                        :class=\"{ 'cwp-filter-pill--active': sortValue === 'bedrooms_desc' }\"\r\n                        @click=\"applySort('bedrooms_desc', 'Bedrooms: Most')\">\r\n                    Bedrooms: Most                <\/button>\r\n                                                <button class=\"cwp-filter-pill\"\r\n                        :class=\"{ 'cwp-filter-pill--active': sortValue === 'name_asc' }\"\r\n                        @click=\"applySort('name_asc', 'Name: A\u2013Z')\">\r\n                    Name: A\u2013Z                <\/button>\r\n                                                <button class=\"cwp-filter-pill\"\r\n                        :class=\"{ 'cwp-filter-pill--active': sortValue === 'name_desc' }\"\r\n                        @click=\"applySort('name_desc', 'Name: Z\u2013A')\">\r\n                    Name: Z\u2013A                <\/button>\r\n                                                <button class=\"cwp-filter-pill\"\r\n                        :class=\"{ 'cwp-filter-pill--active': sortValue === 'value' }\"\r\n                        @click=\"applySort('value', 'Best Value')\">\r\n                    Best Value                <\/button>\r\n                            <\/div>\r\n        <\/div>\r\n\r\n        <!-- \u2500\u2500 Price range \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n        <div class=\"cwp-filter-sort-dropdown__section\">\r\n            <h4 class=\"cwp-filter-sort-dropdown__heading\">Price range <span class=\"cwp-filter-sort-dropdown__heading-note\">per night (\u20ac)<\/span><\/h4>\r\n            <div class=\"cwp-filter-sort-dropdown__price-row\">\r\n                <div class=\"cwp-filter-sort-dropdown__price-field\">\r\n                    <label class=\"cwp-filter-sort-dropdown__price-label\">Min<\/label>\r\n                    <div class=\"cwp-filter-sort-dropdown__price-input-wrap\">\r\n                        <input type=\"number\" class=\"cwp-filter-sort-dropdown__price-input\"\r\n                               x-model.number=\"filterMinPrice\"\r\n                               @input.debounce.800ms=\"doSearch()\"\r\n                               placeholder=\"0\" min=\"0\">\r\n                    <\/div>\r\n                <\/div>\r\n                <span class=\"cwp-filter-sort-dropdown__price-separator\">&ndash;<\/span>\r\n                <div class=\"cwp-filter-sort-dropdown__price-field\">\r\n                    <label class=\"cwp-filter-sort-dropdown__price-label\">Max<\/label>\r\n                    <div class=\"cwp-filter-sort-dropdown__price-input-wrap\">\r\n                        <input type=\"number\" class=\"cwp-filter-sort-dropdown__price-input\"\r\n                               x-model.number=\"filterMaxPrice\"\r\n                               @input.debounce.800ms=\"doSearch()\"\r\n                               placeholder=\"Any\" min=\"0\">\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- \u2500\u2500 Property type \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n        <div class=\"cwp-filter-sort-dropdown__section\">\r\n            <h4 class=\"cwp-filter-sort-dropdown__heading\">Property type<\/h4>\r\n            <div class=\"cwp-filter-sort-dropdown__pills\">\r\n                                    <button class=\"cwp-filter-pill\"\r\n                            :class=\"{ 'cwp-filter-pill--active': filterPropertyType === 'house' }\"\r\n                            @click=\"filterPropertyType = filterPropertyType === 'house' ? '' : 'house'; doSearch()\">\r\n                        House                    <\/button>\r\n                                    <button class=\"cwp-filter-pill\"\r\n                            :class=\"{ 'cwp-filter-pill--active': filterPropertyType === 'apartment' }\"\r\n                            @click=\"filterPropertyType = filterPropertyType === 'apartment' ? '' : 'apartment'; doSearch()\">\r\n                        Apartment                    <\/button>\r\n                                    <button class=\"cwp-filter-pill\"\r\n                            :class=\"{ 'cwp-filter-pill--active': filterPropertyType === 'villa' }\"\r\n                            @click=\"filterPropertyType = filterPropertyType === 'villa' ? '' : 'villa'; doSearch()\">\r\n                        Villa                    <\/button>\r\n                                    <button class=\"cwp-filter-pill\"\r\n                            :class=\"{ 'cwp-filter-pill--active': filterPropertyType === 'condo' }\"\r\n                            @click=\"filterPropertyType = filterPropertyType === 'condo' ? '' : 'condo'; doSearch()\">\r\n                        Condo                    <\/button>\r\n                                    <button class=\"cwp-filter-pill\"\r\n                            :class=\"{ 'cwp-filter-pill--active': filterPropertyType === 'cabin' }\"\r\n                            @click=\"filterPropertyType = filterPropertyType === 'cabin' ? '' : 'cabin'; doSearch()\">\r\n                        Cabin                    <\/button>\r\n                                    <button class=\"cwp-filter-pill\"\r\n                            :class=\"{ 'cwp-filter-pill--active': filterPropertyType === 'cottage' }\"\r\n                            @click=\"filterPropertyType = filterPropertyType === 'cottage' ? '' : 'cottage'; doSearch()\">\r\n                        Cottage                    <\/button>\r\n                                    <button class=\"cwp-filter-pill\"\r\n                            :class=\"{ 'cwp-filter-pill--active': filterPropertyType === 'townhouse' }\"\r\n                            @click=\"filterPropertyType = filterPropertyType === 'townhouse' ? '' : 'townhouse'; doSearch()\">\r\n                        Townhouse                    <\/button>\r\n                                    <button class=\"cwp-filter-pill\"\r\n                            :class=\"{ 'cwp-filter-pill--active': filterPropertyType === 'loft' }\"\r\n                            @click=\"filterPropertyType = filterPropertyType === 'loft' ? '' : 'loft'; doSearch()\">\r\n                        Loft                    <\/button>\r\n                            <\/div>\r\n        <\/div>\r\n\r\n        <!-- \u2500\u2500 Rooms \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n        <div class=\"cwp-filter-sort-dropdown__section\">\r\n            <h4 class=\"cwp-filter-sort-dropdown__heading\">Rooms<\/h4>\r\n            <div class=\"cwp-filter-sort-dropdown__counter-row\">\r\n                <span class=\"cwp-filter-sort-dropdown__counter-label\">Bedrooms<\/span>\r\n                <div class=\"cwp-filter-sort-dropdown__counter-controls\">\r\n                    <button class=\"cwp-filter-sort-dropdown__counter-btn\"\r\n                            @click=\"filterBedrooms = Math.max(0, (filterBedrooms || 0) - 1); doSearch()\"\r\n                            :disabled=\"!filterBedrooms || filterBedrooms <= 0\">&minus;<\/button>\r\n                    <span class=\"cwp-filter-sort-dropdown__counter-value\"\r\n                          x-text=\"filterBedrooms || 'Any'\"><\/span>\r\n                    <button class=\"cwp-filter-sort-dropdown__counter-btn\"\r\n                            @click=\"filterBedrooms = (filterBedrooms || 0) + 1; doSearch()\">+<\/button>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"cwp-filter-sort-dropdown__counter-row\">\r\n                <span class=\"cwp-filter-sort-dropdown__counter-label\">Bathrooms<\/span>\r\n                <div class=\"cwp-filter-sort-dropdown__counter-controls\">\r\n                    <button class=\"cwp-filter-sort-dropdown__counter-btn\"\r\n                            @click=\"filterBathrooms = Math.max(0, (filterBathrooms || 0) - 1); doSearch()\"\r\n                            :disabled=\"!filterBathrooms || filterBathrooms <= 0\">&minus;<\/button>\r\n                    <span class=\"cwp-filter-sort-dropdown__counter-value\"\r\n                          x-text=\"filterBathrooms || 'Any'\"><\/span>\r\n                    <button class=\"cwp-filter-sort-dropdown__counter-btn\"\r\n                            @click=\"filterBathrooms = (filterBathrooms || 0) + 1; doSearch()\">+<\/button>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- \u2500\u2500 Amenities \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n                <div class=\"cwp-filter-sort-dropdown__section\">\r\n            <h4 class=\"cwp-filter-sort-dropdown__heading\">Amenities<\/h4>\r\n            <!-- Popular amenities \u2014 DATA-DRIVEN: curated catalog INTERSECT amenities\r\n                 that exist on >=1 published property (0-count hidden), each pill's slug\r\n                 is a real term slug (alias-aware) so selecting it actually filters. -->\r\n                        <div class=\"cwp-filter-sort-dropdown__pills\">\r\n                                    <button class=\"cwp-filter-pill\"\r\n                            :class=\"{ 'cwp-filter-pill--active': hasFilter('wifi') }\"\r\n                            @click=\"toggleFilter('wifi')\">\r\n                        WiFi                    <\/button>\r\n                                    <button class=\"cwp-filter-pill\"\r\n                            :class=\"{ 'cwp-filter-pill--active': hasFilter('kitchen') }\"\r\n                            @click=\"toggleFilter('kitchen')\">\r\n                        Kitchen                    <\/button>\r\n                                    <button class=\"cwp-filter-pill\"\r\n                            :class=\"{ 'cwp-filter-pill--active': hasFilter('washer') }\"\r\n                            @click=\"toggleFilter('washer')\">\r\n                        Washer                    <\/button>\r\n                                    <button class=\"cwp-filter-pill\"\r\n                            :class=\"{ 'cwp-filter-pill--active': hasFilter('dryer') }\"\r\n                            @click=\"toggleFilter('dryer')\">\r\n                        Dryer                    <\/button>\r\n                                    <button class=\"cwp-filter-pill\"\r\n                            :class=\"{ 'cwp-filter-pill--active': hasFilter('air-conditioning') }\"\r\n                            @click=\"toggleFilter('air-conditioning')\">\r\n                        Air conditioning                    <\/button>\r\n                                    <button class=\"cwp-filter-pill\"\r\n                            :class=\"{ 'cwp-filter-pill--active': hasFilter('heating') }\"\r\n                            @click=\"toggleFilter('heating')\">\r\n                        Heating                    <\/button>\r\n                                    <button class=\"cwp-filter-pill\"\r\n                            :class=\"{ 'cwp-filter-pill--active': hasFilter('bbq-grill') }\"\r\n                            @click=\"toggleFilter('bbq-grill')\">\r\n                        BBQ grill                    <\/button>\r\n                                    <button class=\"cwp-filter-pill\"\r\n                            :class=\"{ 'cwp-filter-pill--active': hasFilter('fireplace') }\"\r\n                            @click=\"toggleFilter('fireplace')\">\r\n                        Fireplace                    <\/button>\r\n                            <\/div>\r\n\r\n            <!-- Expandable: the rest of the available amenities (also data-driven) -->\r\n                        <div x-data=\"{ showAllAmenities: false }\">\r\n                <button type=\"button\" class=\"cwp-filter-sort-dropdown__show-more\"\r\n                        @click=\"showAllAmenities = !showAllAmenities\">\r\n                    <span x-text=\"showAllAmenities ? 'Show less' : 'Show all amenities'\"><\/span>\r\n                <\/button>\r\n                <div x-show=\"showAllAmenities\" x-collapse x-cloak>\r\n                    <div class=\"cwp-filter-sort-dropdown__pills\">\r\n                                                    <button class=\"cwp-filter-pill cwp-filter-pill--sm\"\r\n                                    :class=\"{ 'cwp-filter-pill--active': hasFilter('waterfront') }\"\r\n                                    @click=\"toggleFilter('waterfront')\">\r\n                                Waterfront                            <\/button>\r\n                                                    <button class=\"cwp-filter-pill cwp-filter-pill--sm\"\r\n                                    :class=\"{ 'cwp-filter-pill--active': hasFilter('crib') }\"\r\n                                    @click=\"toggleFilter('crib')\">\r\n                                Crib                            <\/button>\r\n                                            <\/div>\r\n                <\/div>\r\n            <\/div>\r\n                    <\/div>\r\n\r\n        <!-- \u2500\u2500 Booking options \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n                        <div class=\"cwp-filter-sort-dropdown__section cwp-filter-sort-dropdown__section--last\">\r\n            <h4 class=\"cwp-filter-sort-dropdown__heading\">Booking options<\/h4>\r\n            <div class=\"cwp-filter-sort-dropdown__pills\">\r\n                <button class=\"cwp-filter-pill\"\r\n                        :class=\"{ 'cwp-filter-pill--active': hasFilter('instant_book') }\"\r\n                        @click=\"toggleFilter('instant_book')\">\r\n                    <svg width=\"14\" height=\"14\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\"><path d=\"M9 2L5 9H8L7 14L11 7H8L9 2Z\" stroke=\"currentColor\" stroke-width=\"1.3\" stroke-linejoin=\"round\"\/><\/svg>\r\n                    Instant Book                <\/button>\r\n                                                            <\/div>\r\n        <\/div>\r\n        \r\n    <\/div><!-- \/.cwp-filter-sort-dropdown__body -->\r\n\r\n    <!-- Sticky Footer -->\r\n    <div class=\"cwp-filter-sort-dropdown__footer\">\r\n        <button type=\"button\" class=\"cwp-filter-sort-dropdown__clear\"\r\n                x-show=\"activeFilterCount > 0 || (sortValue && sortValue !== 'recommended' && sortValue !== '') || (filterMinPrice && Number(filterMinPrice) > 0) || (filterMaxPrice && Number(filterMaxPrice) > 0) || filterPropertyType\"\r\n                @click=\"clearFilters(); sortValue = ''; sortLabel = 'Recommended'; filterMinPrice = ''; filterMaxPrice = ''; filterPropertyType = '';\"\r\n                x-cloak>\r\n            Clear all        <\/button>\r\n        <span x-show=\"!(activeFilterCount > 0 || (sortValue && sortValue !== 'recommended' && sortValue !== '') || (filterMinPrice && Number(filterMinPrice) > 0) || (filterMaxPrice && Number(filterMaxPrice) > 0) || filterPropertyType)\"><\/span>\r\n        <button type=\"button\" class=\"cwp-filter-sort-dropdown__apply\"\r\n                @click=\"showFilterSort = false\">\r\n            <span x-text=\"totalResults !== undefined ? 'Show ' + totalResults + ' properties' : 'Done'\"><\/span>\r\n        <\/button>\r\n    <\/div>\r\n<\/div>\r\n\r\n<\/div><!-- \/.cwp-search-bar-wrapper -->\r\n\r\n\r\n<!-- Active Filter Chips -->\r\n<div class=\"cwp-filter-chips\"\r\n     x-show=\"activeFilterCount > 0 || (filterMinPrice && Number(filterMinPrice) > 0) || (filterMaxPrice && Number(filterMaxPrice) > 0) || filterPropertyType || (sortValue && sortValue !== 'recommended' && sortValue !== '')\"\r\n     x-transition:enter=\"cwp-transition-fade-enter\"\r\n     x-transition:enter-start=\"cwp-transition-fade-enter-start\"\r\n     x-transition:enter-end=\"cwp-transition-fade-enter-end\"\r\n     x-transition:leave=\"cwp-transition-fade-leave\"\r\n     x-transition:leave-start=\"cwp-transition-fade-leave-start\"\r\n     x-transition:leave-end=\"cwp-transition-fade-leave-end\"\r\n     x-cloak>\r\n    <!-- Sort chip -->\r\n    <template x-if=\"sortValue && sortValue !== 'recommended' && sortValue !== ''\">\r\n        <button class=\"cwp-filter-chip\" @click=\"sortValue = ''; sortLabel = 'Recommended'; doSearch()\">\r\n            <span x-text=\"sortLabel\"><\/span>\r\n            <svg width=\"10\" height=\"10\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\"><path d=\"M12 4L4 12M4 4L12 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><\/svg>\r\n        <\/button>\r\n    <\/template>\r\n    <!-- Price chip -->\r\n    <template x-if=\"(filterMinPrice && Number(filterMinPrice) > 0) || (filterMaxPrice && Number(filterMaxPrice) > 0)\">\r\n        <button class=\"cwp-filter-chip\" @click=\"filterMinPrice = ''; filterMaxPrice = ''; doSearch()\">\r\n            <span x-text=\"blyJoinCurrency(connectData.currencySymbol || '\u00a3', filterMinPrice || '0') + ' \u2013 ' + blyJoinCurrency(connectData.currencySymbol || '\u00a3', filterMaxPrice || 'Any')\"><\/span>\r\n            <svg width=\"10\" height=\"10\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\"><path d=\"M12 4L4 12M4 4L12 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><\/svg>\r\n        <\/button>\r\n    <\/template>\r\n    <!-- Property type chip -->\r\n    <template x-if=\"filterPropertyType\">\r\n        <button class=\"cwp-filter-chip\" @click=\"filterPropertyType = ''; doSearch()\">\r\n            <span x-text=\"filterPropertyType.charAt(0).toUpperCase() + filterPropertyType.slice(1)\"><\/span>\r\n            <svg width=\"10\" height=\"10\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\"><path d=\"M12 4L4 12M4 4L12 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><\/svg>\r\n        <\/button>\r\n    <\/template>\r\n    <!-- Bedrooms chip -->\r\n    <template x-if=\"filterBedrooms > 0\">\r\n        <button class=\"cwp-filter-chip\" @click=\"filterBedrooms = 0; doSearch()\">\r\n            <span x-text=\"filterBedrooms + '+ beds'\"><\/span>\r\n            <svg width=\"10\" height=\"10\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\"><path d=\"M12 4L4 12M4 4L12 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><\/svg>\r\n        <\/button>\r\n    <\/template>\r\n    <!-- Bathrooms chip -->\r\n    <template x-if=\"filterBathrooms > 0\">\r\n        <button class=\"cwp-filter-chip\" @click=\"filterBathrooms = 0; doSearch()\">\r\n            <span x-text=\"filterBathrooms + '+ baths'\"><\/span>\r\n            <svg width=\"10\" height=\"10\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\"><path d=\"M12 4L4 12M4 4L12 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><\/svg>\r\n        <\/button>\r\n    <\/template>\r\n    <!-- Amenity \/ booking option chips -->\r\n    <template x-for=\"(val, key) in activeFilters\" :key=\"key\">\r\n        <button class=\"cwp-filter-chip\" @click=\"toggleFilter(key)\">\r\n            <span x-text=\"key.replace(\/_\/g, ' ').replace(\/\\b\\w\/g, function(l){ return l.toUpperCase(); })\"><\/span>\r\n            <svg width=\"10\" height=\"10\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\"><path d=\"M12 4L4 12M4 4L12 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><\/svg>\r\n        <\/button>\r\n    <\/template>\r\n<\/div>\r\n\r\n\r\n\r\n\r\n<!-- Mobile Search Overlay -->\r\n<div class=\"cwp-search-overlay\"\r\n     :class=\"{ 'cwp-search-overlay--visible': showSearchOverlay }\"\r\n     x-show=\"showSearchOverlay\"\r\n     x-transition:enter=\"cwp-transition-slide-up-enter\"\r\n     x-transition:enter-start=\"cwp-transition-slide-up-enter-start\"\r\n     x-transition:enter-end=\"cwp-transition-slide-up-enter-end\"\r\n     x-transition:leave=\"cwp-transition-slide-up-leave\"\r\n     x-transition:leave-start=\"cwp-transition-slide-up-leave-start\"\r\n     x-transition:leave-end=\"cwp-transition-slide-up-leave-end\"\r\n     x-cloak\r\n     role=\"dialog\"\r\n     aria-modal=\"true\"\r\n     aria-label=\"Search properties\">\r\n    <div class=\"cwp-search-overlay__header\">\r\n        <h2 class=\"cwp-h6\">Search<\/h2>\r\n        <button class=\"cwp-search-overlay__close\" type=\"button\" @click=\"closeSearchOverlay()\" aria-label=\"Close search\">\r\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\">\r\n                <path d=\"M12 4L4 12M4 4L12 12\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\r\n            <\/svg>\r\n        <\/button>\r\n    <\/div>\r\n    <div class=\"cwp-search-overlay__body\">\r\n        <div class=\"cwp-search-overlay__field\" @click=\"openLocationDropdown()\">\r\n            <label class=\"cwp-search-bar__label\">Where<\/label>\r\n            <span class=\"cwp-search-bar__value\"\r\n                  :class=\"{ 'cwp-search-bar__value--filled': hasLocations }\"\r\n                  x-text=\"locationSummary || 'Search destinations'\">\r\n                Search destinations            <\/span>\r\n        <\/div>\r\n        <div class=\"cwp-search-overlay__field\" @click=\"openDatePicker('checkin')\">\r\n            <label class=\"cwp-search-bar__label\">Check in<\/label>\r\n            <span class=\"cwp-search-bar__value\" :class=\"{ 'cwp-search-bar__value--filled': checkin }\" x-text=\"checkin || 'Add dates'\"><\/span>\r\n        <\/div>\r\n        <div class=\"cwp-search-overlay__field\" @click=\"openDatePicker('checkout')\">\r\n            <label class=\"cwp-search-bar__label\">Check out<\/label>\r\n            <span class=\"cwp-search-bar__value\" :class=\"{ 'cwp-search-bar__value--filled': checkout }\" x-text=\"checkout || 'Add dates'\"><\/span>\r\n        <\/div>\r\n        <div class=\"cwp-search-overlay__field\" @click=\"toggleGuestPicker()\">\r\n            <label class=\"cwp-search-bar__label\">Who<\/label>\r\n            <span class=\"cwp-search-bar__value\" :class=\"{ 'cwp-search-bar__value--filled': guestSummary }\" x-text=\"guestSummary || 'Add guests'\"><\/span>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"cwp-search-overlay__footer\">\r\n        <button class=\"cwp-search-overlay__clear\" type=\"button\" @click=\"clearSearchOverlay()\">Clear all<\/button>\r\n        <button class=\"cwp-search-overlay__submit\" type=\"button\" @click=\"submitSearchOverlay()\">\r\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 20 20\" fill=\"none\" aria-hidden=\"true\">\r\n                <circle cx=\"8\" cy=\"8\" r=\"6\" stroke=\"currentColor\" stroke-width=\"2\"\/>\r\n                <path d=\"M12.5 12.5L17 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\r\n            <\/svg>\r\n            Search        <\/button>\r\n    <\/div>\r\n<\/div>\r\n\n<!-- bly-partial: partials\/search-filters 3ms +7q -->\n\r\n            \r\n            \r\n                        <!-- Desktop counterpart of the mobile .cwp-map-fab \u2014 fixed bottom-center pill. -->\r\n            <div class=\"cwp-map-button-bar\">\r\n                <button type=\"button\"\r\n                        class=\"cwp-map-button-bar__toggle\"\r\n                        @click=\"mapCollapsed = !mapCollapsed\"\r\n                        :class=\"{ 'cwp-map-button-bar__toggle--collapsed': mapCollapsed }\"\r\n                        :aria-label=\"mapCollapsed ? 'Show Map' : 'Hide Map'\"\r\n                        aria-controls=\"cwp-map-panel\">\r\n                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\">\r\n                        <rect x=\"1.5\" y=\"3.5\" width=\"13\" height=\"9\" rx=\"1.5\" stroke=\"currentColor\" stroke-width=\"1.3\"\/>\r\n                        <path d=\"M5.5 3.5V12.5M10.5 3.5V12.5\" stroke=\"currentColor\" stroke-width=\"1.3\"\/>\r\n                    <\/svg>\r\n                    <span class=\"cwp-map-button-bar__label\" x-text=\"mapCollapsed ? 'Show Map' : 'Hide Map'\">Hide Map<\/span>\r\n                <\/button>\r\n            <\/div>\r\n            \r\n            <!-- Infinite Scroll Loading Bar -->\r\n            <div class=\"cwp-loading-bar\" id=\"cwp-loading-bar\">\r\n                <div class=\"cwp-loading-bar__progress\"><\/div>\r\n            <\/div>\r\n\r\n            \r\n            <!-- Results Header -->\r\n            <div class=\"cwp-results-header\">\r\n                <div class=\"cwp-results-header__info\">\r\n                    <h1 class=\"cwp-results-header__title\" id=\"cwp-results-count\">\r\n                        <strong>11<\/strong> properties                    <\/h1>\r\n                <\/div>\r\n                <div class=\"cwp-results-header__actions\">\r\n                    <!-- View Mode Toggle -->\r\n                    <div class=\"cwp-view-toggle\" role=\"group\" aria-label=\"View mode\">\r\n                        <button class=\"cwp-view-toggle__btn cwp-view-toggle__btn--grid\"\r\n                                data-view=\"grid\"\r\n                                aria-label=\"Grid view\"\r\n                                aria-pressed=\"false\">\r\n                            <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\">\r\n                                <rect x=\"1\" y=\"1\" width=\"6\" height=\"6\" rx=\"1\" stroke=\"currentColor\" stroke-width=\"1.5\"\/>\r\n                                <rect x=\"9\" y=\"1\" width=\"6\" height=\"6\" rx=\"1\" stroke=\"currentColor\" stroke-width=\"1.5\"\/>\r\n                                <rect x=\"1\" y=\"9\" width=\"6\" height=\"6\" rx=\"1\" stroke=\"currentColor\" stroke-width=\"1.5\"\/>\r\n                                <rect x=\"9\" y=\"9\" width=\"6\" height=\"6\" rx=\"1\" stroke=\"currentColor\" stroke-width=\"1.5\"\/>\r\n                            <\/svg>\r\n                        <\/button>\r\n                        <button class=\"cwp-view-toggle__btn cwp-view-toggle__btn--list cwp-view-toggle__btn--active\"\r\n                                data-view=\"list\"\r\n                                aria-label=\"List view\"\r\n                                aria-pressed=\"true\">\r\n                            <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\">\r\n                                <rect x=\"1\" y=\"1.5\" width=\"14\" height=\"3\" rx=\"1\" stroke=\"currentColor\" stroke-width=\"1.5\"\/>\r\n                                <rect x=\"1\" y=\"6.5\" width=\"14\" height=\"3\" rx=\"1\" stroke=\"currentColor\" stroke-width=\"1.5\"\/>\r\n                                <rect x=\"1\" y=\"11.5\" width=\"14\" height=\"3\" rx=\"1\" stroke=\"currentColor\" stroke-width=\"1.5\"\/>\r\n                            <\/svg>\r\n                        <\/button>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Screen reader: search results announcement -->\r\n            <div class=\"cwp-live-region\" id=\"cwp-results-announce\" aria-live=\"polite\" aria-atomic=\"true\"><\/div>\r\n\r\n            \r\n            \r\n            \r\n            <!-- Property Grid \u2014 always rendered so client-side AJAX has\r\n                 a stable container to inject into. -->\r\n            <div class=\"cwp-property-grid\" id=\"cwp-results-grid\" data-default-view=\"list\">\r\n                <script>\r\n                \/* Prevent FOUC: apply saved view mode before first paint *\/\r\n                (function(){\r\n                    var g=document.getElementById('cwp-results-grid');\r\n                    if(!g)return;\r\n                    var m;try{m=localStorage.getItem('cwp_view_mode')}catch(e){}\r\n                    if(!m)m=g.getAttribute('data-default-view')||'grid';\r\n                    if(m==='list')g.classList.add('cwp-property-grid--list');\r\n                    \/* sync toggle buttons *\/\r\n                    var btns=document.querySelectorAll('.cwp-view-toggle__btn');\r\n                    btns.forEach(function(b){\r\n                        var v=b.getAttribute('data-view');\r\n                        b.classList.toggle('cwp-view-toggle__btn--active',v===m);\r\n                        b.setAttribute('aria-pressed',v===m?'true':'false');\r\n                    });\r\n                })();\r\n                <\/script>\r\n\r\n                                    \r\n<article class=\"cwp-card\"\r\n         data-property-id=\"202674\"\r\n                  data-lat=\"42.2913933\"\r\n         data-lng=\"3.2807140\"\r\n                  x-data=\"{ slide: 0, slides: 15 }\">\r\n\r\n\t<!-- Full-card stretched link \u2014 click ANYWHERE on the card (photo, title,\r\n\t     location, spec pills, price) navigates to the property page.\r\n\t     Deliberately a direct child of <article class=\"cwp-card\"> \u2014 NOT\r\n\t     nested inside .cwp-card__image-wrap \/ .cwp-card__carousel, which are\r\n\t     both overflow:hidden and sized to the photo only, so an inset:0\r\n\t     anchor placed inside them could never grow past the photo. z-index 1\r\n\t     (see .cwp-root a.cwp-card__image-link in connect-public.css) keeps\r\n\t     it BELOW the carousel nav\/dots (z-index 3), save button (z-index 4),\r\n\t     and badges (z-index 2) so those stay independently clickable; it\r\n\t     still sits above the card body's plain in-flow text (title\/location\/\r\n\t     price), which is how a positioned element with z-index paints\r\n\t     relative to non-positioned content regardless of DOM order. -->\r\n\t<a href=\"https:\/\/bravaexperience.es\/en\/listing\/ca-la-mari-artistico-i-reformado-i-funcional-y-pet-friendly-con-3-camas-dobles-i-brava-experience\/\"\r\n\t   class=\"cwp-card__image-link\"\r\n\t   aria-label=\"Ca la Mari- Art\u00edstico I reformado I funcional y pet-friendly con 3 camas dobles I Brava Experience\"\r\n\t   tabindex=\"-1\"><\/a>\r\n\r\n\t<!-- \u2500\u2500 Image wrap \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n\t<div class=\"cwp-card__image-wrap\">\r\n\r\n\t\t\t\t\t<div class=\"cwp-card__carousel\"\r\n\t\t\t     @touchstart.passive=\"$el._touchStartX = $event.touches[0].clientX\"\r\n\t\t\t     @touchend.passive=\"(function(el, e) { var diff = el._touchStartX - e.changedTouches[0].clientX; if (Math.abs(diff) > 50) { if (diff > 0) { slide = slide < slides - 1 ? slide + 1 : 0; } else { slide = slide > 0 ? slide - 1 : slides - 1; } } })($el, $event)\">\r\n\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/L4sszXCv\/qT0tqfNX.jpg\"\r\n\t\t\t\t\t\talt=\"Ca la Mari- Art\u00edstico I reformado I funcional y pet-friendly con 3 camas dobles I Brava Experience \u2013 Photo 1\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 0\"\r\n\t\t\t\t\t\t\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/L4sszXCv\/3D6QSn18.jpg\"\r\n\t\t\t\t\t\talt=\"Ca la Mari- Art\u00edstico I reformado I funcional y pet-friendly con 3 camas dobles I Brava Experience \u2013 Photo 2\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 1\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/L4sszXCv\/zgm4kCTN.jpg\"\r\n\t\t\t\t\t\talt=\"Ca la Mari- Art\u00edstico I reformado I funcional y pet-friendly con 3 camas dobles I Brava Experience \u2013 Photo 3\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 2\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/L4sszXCv\/0ltlfOAA.jpg\"\r\n\t\t\t\t\t\talt=\"Ca la Mari- Art\u00edstico I reformado I funcional y pet-friendly con 3 camas dobles I Brava Experience \u2013 Photo 4\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 3\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/L4sszXCv\/g4fdz2XB.jpg\"\r\n\t\t\t\t\t\talt=\"Ca la Mari- Art\u00edstico I reformado I funcional y pet-friendly con 3 camas dobles I Brava Experience \u2013 Photo 5\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 4\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/L4sszXCv\/buwcI-uA.jpg\"\r\n\t\t\t\t\t\talt=\"Ca la Mari- Art\u00edstico I reformado I funcional y pet-friendly con 3 camas dobles I Brava Experience \u2013 Photo 6\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 5\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/L4sszXCv\/mJxaPeXJ.jpg\"\r\n\t\t\t\t\t\talt=\"Ca la Mari- Art\u00edstico I reformado I funcional y pet-friendly con 3 camas dobles I Brava Experience \u2013 Photo 7\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 6\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/L4sszXCv\/-YiLFr4m.jpg\"\r\n\t\t\t\t\t\talt=\"Ca la Mari- Art\u00edstico I reformado I funcional y pet-friendly con 3 camas dobles I Brava Experience \u2013 Photo 8\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 7\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/L4sszXCv\/OW9NewHp.jpg\"\r\n\t\t\t\t\t\talt=\"Ca la Mari- Art\u00edstico I reformado I funcional y pet-friendly con 3 camas dobles I Brava Experience \u2013 Photo 9\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 8\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/L4sszXCv\/_eKQh-y7.jpg\"\r\n\t\t\t\t\t\talt=\"Ca la Mari- Art\u00edstico I reformado I funcional y pet-friendly con 3 camas dobles I Brava Experience \u2013 Photo 10\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 9\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/L4sszXCv\/vxJOOlMH.jpg\"\r\n\t\t\t\t\t\talt=\"Ca la Mari- Art\u00edstico I reformado I funcional y pet-friendly con 3 camas dobles I Brava Experience \u2013 Photo 11\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 10\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/L4sszXCv\/cerVNjF-.jpg\"\r\n\t\t\t\t\t\talt=\"Ca la Mari- Art\u00edstico I reformado I funcional y pet-friendly con 3 camas dobles I Brava Experience \u2013 Photo 12\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 11\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/L4sszXCv\/KDSc9k-u.jpg\"\r\n\t\t\t\t\t\talt=\"Ca la Mari- Art\u00edstico I reformado I funcional y pet-friendly con 3 camas dobles I Brava Experience \u2013 Photo 13\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 12\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/L4sszXCv\/Wmf6UAKc.jpg\"\r\n\t\t\t\t\t\talt=\"Ca la Mari- Art\u00edstico I reformado I funcional y pet-friendly con 3 camas dobles I Brava Experience \u2013 Photo 14\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 13\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/L4sszXCv\/A55UeU47.jpg\"\r\n\t\t\t\t\t\talt=\"Ca la Mari- Art\u00edstico I reformado I funcional y pet-friendly con 3 camas dobles I Brava Experience \u2013 Photo 15\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 14\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<!-- Prev Arrow -->\r\n\t\t\t\t\t<button class=\"cwp-card__carousel-nav cwp-card__carousel-nav--prev\"\r\n\t\t\t\t\t        @click.prevent.stop=\"slide = slide > 0 ? slide - 1 : slides - 1\"\r\n\t\t\t\t\t        aria-label=\"Previous image\">\r\n\t\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t<path d=\"M7.5 9L4.5 6L7.5 3\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<\/button>\r\n\r\n\t\t\t\t\t<!-- Next Arrow -->\r\n\t\t\t\t\t<button class=\"cwp-card__carousel-nav cwp-card__carousel-nav--next\"\r\n\t\t\t\t\t        @click.prevent.stop=\"slide = slide < slides - 1 ? slide + 1 : 0\"\r\n\t\t\t\t\t        aria-label=\"Next image\">\r\n\t\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t<path d=\"M4.5 3L7.5 6L4.5 9\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<\/button>\r\n\r\n\t\t\t\t\t<!-- Dot Indicators -->\r\n\t\t\t\t\t<div class=\"cwp-card__carousel-dots\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 0 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 0\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 1\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 1 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 1\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 2\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 2 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 2\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 3\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 3 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 3\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 4\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 4 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 4\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 5\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 5 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 5\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 6\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 6 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 6\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 7\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 7 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 7\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 8\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 8 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 8\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 9\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 9 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 9\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 10\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 10 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 10\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 11\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 11 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 11\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 12\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 12 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 12\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 13\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 13 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 13\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 14\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 14 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 14\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 15\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\r\n\t\t<!-- Type Badge (top-left) -->\r\n\t\t\t\t\t<span class=\"cwp-badge cwp-card__type\">\r\n\t\t\t\tApartment\t\t\t<\/span>\r\n\t\t\r\n\t\t<!-- Superhost Badge (below save button) -->\r\n\t\t\r\n\t\t<!-- Featured \/ Owned Badge (host-labelled via Settings) -->\r\n\t\t\r\n\t\t<!-- Instant Book Badge (top-right, below superhost) -->\r\n\t\t\r\n\t\t<!-- Urgency Badge (bottom-left) -->\r\n\t\t\r\n\t<\/div><!-- .cwp-card__image-wrap -->\r\n\r\n\t<!-- \u2500\u2500 Card Body \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n\t<div class=\"cwp-card__body\">\r\n\r\n\t\t<!-- Header row: Title + Rating -->\r\n\t\t<div class=\"cwp-card__header\">\r\n\t\t\t<h3 class=\"cwp-card__title\">\r\n\t\t\t\t<a href=\"https:\/\/bravaexperience.es\/en\/listing\/ca-la-mari-artistico-i-reformado-i-funcional-y-pet-friendly-con-3-camas-dobles-i-brava-experience\/\">\r\n\t\t\t\t\tCa la Mari- Art\u00edstico I reformado I funcional y pet-friendly con 3 camas dobles I Brava Experience\t\t\t\t<\/a>\r\n\t\t\t<\/h3>\r\n\t\t\t\t\t\t\t<div class=\"cwp-card__rating\">\r\n\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"currentColor\" class=\"cwp-card__star\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t<path d=\"M6 0L7.326 4.41H12L8.337 7.18L9.663 11.59L6 8.82L2.337 11.59L3.663 7.18L0 4.41H4.674L6 0Z\"\/>\r\n\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<span class=\"cwp-card__rating-score\">4.8<\/span>\r\n\t\t\t\t\t<span class=\"cwp-card__rating-count\">(125)<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<!-- Location -->\r\n\t\t\t\t\t<p class=\"cwp-card__location\">\r\n\t\t\t\t<svg class=\"cwp-card__location-icon\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t<path d=\"M6 1C4.067 1 2.5 2.567 2.5 4.5C2.5 7.25 6 11 6 11C6 11 9.5 7.25 9.5 4.5C9.5 2.567 7.933 1 6 1Z\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t<circle cx=\"6\" cy=\"4.5\" r=\"1.25\" stroke=\"currentColor\" stroke-width=\"1.2\"\/>\r\n\t\t\t\t<\/svg>\r\n\t\t\t\tCadaqu\u00e9s, Catalunya\t\t\t<\/p>\r\n\t\t\r\n\t\t<!-- Spec Pills -->\r\n\t\t<div class=\"cwp-card__specs\">\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t3 bedrooms\t\t\t\t<\/span>\r\n\t\t\t\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t1 bath\t\t\t\t<\/span>\r\n\t\t\t\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t5 guests\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<!-- Price -->\r\n\t\t\t\t<div class=\"cwp-card__price\">\r\n\t\t\t\t\t\t\t<span class=\"cwp-card__price-amount\">\r\n\t\t\t\t\t\u20ac\u00a0175.00\t\t\t\t<\/span>\r\n\t\t\t\t<span class=\"cwp-card__price-unit\">\/night<\/span>\r\n\t\t\t\t\t<\/div>\r\n\t\t\r\n\t<\/div><!-- .cwp-card__body -->\r\n\r\n<\/article>\r\n\r\n\r\n<article class=\"cwp-card\"\r\n         data-property-id=\"202672\"\r\n                  data-lat=\"42.2893047\"\r\n         data-lng=\"3.2820063\"\r\n                  x-data=\"{ slide: 0, slides: 15 }\">\r\n\r\n\t<!-- Full-card stretched link \u2014 click ANYWHERE on the card (photo, title,\r\n\t     location, spec pills, price) navigates to the property page.\r\n\t     Deliberately a direct child of <article class=\"cwp-card\"> \u2014 NOT\r\n\t     nested inside .cwp-card__image-wrap \/ .cwp-card__carousel, which are\r\n\t     both overflow:hidden and sized to the photo only, so an inset:0\r\n\t     anchor placed inside them could never grow past the photo. z-index 1\r\n\t     (see .cwp-root a.cwp-card__image-link in connect-public.css) keeps\r\n\t     it BELOW the carousel nav\/dots (z-index 3), save button (z-index 4),\r\n\t     and badges (z-index 2) so those stay independently clickable; it\r\n\t     still sits above the card body's plain in-flow text (title\/location\/\r\n\t     price), which is how a positioned element with z-index paints\r\n\t     relative to non-positioned content regardless of DOM order. -->\r\n\t<a href=\"https:\/\/bravaexperience.es\/en\/listing\/casa-llucia-check-out-1-pm-i-3-playa-i-planta-baja-i-centrico-i-equipado\/\"\r\n\t   class=\"cwp-card__image-link\"\r\n\t   aria-label=\"Casa Ll\u00facia &#8211; Check-out 1 pm I 3&#8242; playa I planta baja I c\u00e9ntrico I equipado\"\r\n\t   tabindex=\"-1\"><\/a>\r\n\r\n\t<!-- \u2500\u2500 Image wrap \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n\t<div class=\"cwp-card__image-wrap\">\r\n\r\n\t\t\t\t\t<div class=\"cwp-card__carousel\"\r\n\t\t\t     @touchstart.passive=\"$el._touchStartX = $event.touches[0].clientX\"\r\n\t\t\t     @touchend.passive=\"(function(el, e) { var diff = el._touchStartX - e.changedTouches[0].clientX; if (Math.abs(diff) > 50) { if (diff > 0) { slide = slide < slides - 1 ? slide + 1 : 0; } else { slide = slide > 0 ? slide - 1 : slides - 1; } } })($el, $event)\">\r\n\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/NJdyvjO-\/SBinXvGx.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Ll\u00facia &#8211; Check-out 1 pm I 3&#8242; playa I planta baja I c\u00e9ntrico I equipado \u2013 Photo 1\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 0\"\r\n\t\t\t\t\t\t\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/NJdyvjO-\/V5WhbMrc.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Ll\u00facia &#8211; Check-out 1 pm I 3&#8242; playa I planta baja I c\u00e9ntrico I equipado \u2013 Photo 2\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 1\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/NJdyvjO-\/2StgzSJa.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Ll\u00facia &#8211; Check-out 1 pm I 3&#8242; playa I planta baja I c\u00e9ntrico I equipado \u2013 Photo 3\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 2\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/NJdyvjO-\/el-b6T1A.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Ll\u00facia &#8211; Check-out 1 pm I 3&#8242; playa I planta baja I c\u00e9ntrico I equipado \u2013 Photo 4\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 3\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/NJdyvjO-\/arqUXbYq.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Ll\u00facia &#8211; Check-out 1 pm I 3&#8242; playa I planta baja I c\u00e9ntrico I equipado \u2013 Photo 5\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 4\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/NJdyvjO-\/DvaUwtzg.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Ll\u00facia &#8211; Check-out 1 pm I 3&#8242; playa I planta baja I c\u00e9ntrico I equipado \u2013 Photo 6\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 5\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/NJdyvjO-\/WANG9-V5.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Ll\u00facia &#8211; Check-out 1 pm I 3&#8242; playa I planta baja I c\u00e9ntrico I equipado \u2013 Photo 7\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 6\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/NJdyvjO-\/qkHXh9XF.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Ll\u00facia &#8211; Check-out 1 pm I 3&#8242; playa I planta baja I c\u00e9ntrico I equipado \u2013 Photo 8\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 7\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/NJdyvjO-\/Idou9Na4.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Ll\u00facia &#8211; Check-out 1 pm I 3&#8242; playa I planta baja I c\u00e9ntrico I equipado \u2013 Photo 9\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 8\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/NJdyvjO-\/GT2D0aQg.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Ll\u00facia &#8211; Check-out 1 pm I 3&#8242; playa I planta baja I c\u00e9ntrico I equipado \u2013 Photo 10\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 9\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/NJdyvjO-\/SZG353jk.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Ll\u00facia &#8211; Check-out 1 pm I 3&#8242; playa I planta baja I c\u00e9ntrico I equipado \u2013 Photo 11\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 10\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/NJdyvjO-\/MbqwgCj7.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Ll\u00facia &#8211; Check-out 1 pm I 3&#8242; playa I planta baja I c\u00e9ntrico I equipado \u2013 Photo 12\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 11\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/NJdyvjO-\/DuW7wO8_.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Ll\u00facia &#8211; Check-out 1 pm I 3&#8242; playa I planta baja I c\u00e9ntrico I equipado \u2013 Photo 13\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 12\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/NJdyvjO-\/c26uzh_v.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Ll\u00facia &#8211; Check-out 1 pm I 3&#8242; playa I planta baja I c\u00e9ntrico I equipado \u2013 Photo 14\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 13\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/NJdyvjO-\/WYR6JAV_.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Ll\u00facia &#8211; Check-out 1 pm I 3&#8242; playa I planta baja I c\u00e9ntrico I equipado \u2013 Photo 15\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 14\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<!-- Prev Arrow -->\r\n\t\t\t\t\t<button class=\"cwp-card__carousel-nav cwp-card__carousel-nav--prev\"\r\n\t\t\t\t\t        @click.prevent.stop=\"slide = slide > 0 ? slide - 1 : slides - 1\"\r\n\t\t\t\t\t        aria-label=\"Previous image\">\r\n\t\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t<path d=\"M7.5 9L4.5 6L7.5 3\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<\/button>\r\n\r\n\t\t\t\t\t<!-- Next Arrow -->\r\n\t\t\t\t\t<button class=\"cwp-card__carousel-nav cwp-card__carousel-nav--next\"\r\n\t\t\t\t\t        @click.prevent.stop=\"slide = slide < slides - 1 ? slide + 1 : 0\"\r\n\t\t\t\t\t        aria-label=\"Next image\">\r\n\t\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t<path d=\"M4.5 3L7.5 6L4.5 9\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<\/button>\r\n\r\n\t\t\t\t\t<!-- Dot Indicators -->\r\n\t\t\t\t\t<div class=\"cwp-card__carousel-dots\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 0 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 0\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 1\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 1 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 1\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 2\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 2 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 2\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 3\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 3 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 3\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 4\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 4 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 4\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 5\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 5 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 5\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 6\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 6 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 6\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 7\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 7 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 7\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 8\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 8 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 8\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 9\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 9 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 9\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 10\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 10 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 10\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 11\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 11 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 11\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 12\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 12 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 12\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 13\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 13 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 13\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 14\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 14 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 14\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 15\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\r\n\t\t<!-- Type Badge (top-left) -->\r\n\t\t\t\t\t<span class=\"cwp-badge cwp-card__type\">\r\n\t\t\t\tApartment\t\t\t<\/span>\r\n\t\t\r\n\t\t<!-- Superhost Badge (below save button) -->\r\n\t\t\r\n\t\t<!-- Featured \/ Owned Badge (host-labelled via Settings) -->\r\n\t\t\r\n\t\t<!-- Instant Book Badge (top-right, below superhost) -->\r\n\t\t\r\n\t\t<!-- Urgency Badge (bottom-left) -->\r\n\t\t\r\n\t<\/div><!-- .cwp-card__image-wrap -->\r\n\r\n\t<!-- \u2500\u2500 Card Body \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n\t<div class=\"cwp-card__body\">\r\n\r\n\t\t<!-- Header row: Title + Rating -->\r\n\t\t<div class=\"cwp-card__header\">\r\n\t\t\t<h3 class=\"cwp-card__title\">\r\n\t\t\t\t<a href=\"https:\/\/bravaexperience.es\/en\/listing\/casa-llucia-check-out-1-pm-i-3-playa-i-planta-baja-i-centrico-i-equipado\/\">\r\n\t\t\t\t\tCasa Ll\u00facia &#8211; Check-out 1 pm I 3&#8242; playa I planta baja I c\u00e9ntrico I equipado\t\t\t\t<\/a>\r\n\t\t\t<\/h3>\r\n\t\t\t\t\t\t\t<div class=\"cwp-card__rating\">\r\n\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"currentColor\" class=\"cwp-card__star\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t<path d=\"M6 0L7.326 4.41H12L8.337 7.18L9.663 11.59L6 8.82L2.337 11.59L3.663 7.18L0 4.41H4.674L6 0Z\"\/>\r\n\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<span class=\"cwp-card__rating-score\">4.9<\/span>\r\n\t\t\t\t\t<span class=\"cwp-card__rating-count\">(47)<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<!-- Location -->\r\n\t\t\t\t\t<p class=\"cwp-card__location\">\r\n\t\t\t\t<svg class=\"cwp-card__location-icon\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t<path d=\"M6 1C4.067 1 2.5 2.567 2.5 4.5C2.5 7.25 6 11 6 11C6 11 9.5 7.25 9.5 4.5C9.5 2.567 7.933 1 6 1Z\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t<circle cx=\"6\" cy=\"4.5\" r=\"1.25\" stroke=\"currentColor\" stroke-width=\"1.2\"\/>\r\n\t\t\t\t<\/svg>\r\n\t\t\t\tCadaqu\u00e9s, Catalunya\t\t\t<\/p>\r\n\t\t\r\n\t\t<!-- Spec Pills -->\r\n\t\t<div class=\"cwp-card__specs\">\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t2 bedrooms\t\t\t\t<\/span>\r\n\t\t\t\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t1 bath\t\t\t\t<\/span>\r\n\t\t\t\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t4 guests\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<!-- Price -->\r\n\t\t\t\t<div class=\"cwp-card__price\">\r\n\t\t\t\t\t\t\t<span class=\"cwp-card__price-amount\">\r\n\t\t\t\t\t\u20ac\u00a068.00\t\t\t\t<\/span>\r\n\t\t\t\t<span class=\"cwp-card__price-unit\">\/night<\/span>\r\n\t\t\t\t\t<\/div>\r\n\t\t\r\n\t<\/div><!-- .cwp-card__body -->\r\n\r\n<\/article>\r\n\r\n\r\n<article class=\"cwp-card\"\r\n         data-property-id=\"202670\"\r\n                  data-lat=\"41.8440937\"\r\n         data-lng=\"3.0998863\"\r\n                  x-data=\"{ slide: 0, slides: 15 }\">\r\n\r\n\t<!-- Full-card stretched link \u2014 click ANYWHERE on the card (photo, title,\r\n\t     location, spec pills, price) navigates to the property page.\r\n\t     Deliberately a direct child of <article class=\"cwp-card\"> \u2014 NOT\r\n\t     nested inside .cwp-card__image-wrap \/ .cwp-card__carousel, which are\r\n\t     both overflow:hidden and sized to the photo only, so an inset:0\r\n\t     anchor placed inside them could never grow past the photo. z-index 1\r\n\t     (see .cwp-root a.cwp-card__image-link in connect-public.css) keeps\r\n\t     it BELOW the carousel nav\/dots (z-index 3), save button (z-index 4),\r\n\t     and badges (z-index 2) so those stay independently clickable; it\r\n\t     still sits above the card body's plain in-flow text (title\/location\/\r\n\t     price), which is how a positioned element with z-index paints\r\n\t     relative to non-positioned content regardless of DOM order. -->\r\n\t<a href=\"https:\/\/bravaexperience.es\/en\/listing\/balcon-al-mar-refurbished-style-tech-seafront\/\"\r\n\t   class=\"cwp-card__image-link\"\r\n\t   aria-label=\"Balc\u00f3 al mar: refurbished, style &amp; tech seafront\"\r\n\t   tabindex=\"-1\"><\/a>\r\n\r\n\t<!-- \u2500\u2500 Image wrap \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n\t<div class=\"cwp-card__image-wrap\">\r\n\r\n\t\t\t\t\t<div class=\"cwp-card__carousel\"\r\n\t\t\t     @touchstart.passive=\"$el._touchStartX = $event.touches[0].clientX\"\r\n\t\t\t     @touchend.passive=\"(function(el, e) { var diff = el._touchStartX - e.changedTouches[0].clientX; if (Math.abs(diff) > 50) { if (diff > 0) { slide = slide < slides - 1 ? slide + 1 : 0; } else { slide = slide > 0 ? slide - 1 : slides - 1; } } })($el, $event)\">\r\n\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/V7eYr7HM\/yFWfoy6F.jpg\"\r\n\t\t\t\t\t\talt=\"Balc\u00f3 al mar: refurbished, style &amp; tech seafront \u2013 Photo 1\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 0\"\r\n\t\t\t\t\t\t\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/V7eYr7HM\/B55WFsCi.jpg\"\r\n\t\t\t\t\t\talt=\"Balc\u00f3 al mar: refurbished, style &amp; tech seafront \u2013 Photo 2\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 1\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/V7eYr7HM\/kwML-9GN.jpg\"\r\n\t\t\t\t\t\talt=\"Balc\u00f3 al mar: refurbished, style &amp; tech seafront \u2013 Photo 3\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 2\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/V7eYr7HM\/URatI8u5.jpg\"\r\n\t\t\t\t\t\talt=\"Balc\u00f3 al mar: refurbished, style &amp; tech seafront \u2013 Photo 4\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 3\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/V7eYr7HM\/KbA_AXLh.jpg\"\r\n\t\t\t\t\t\talt=\"Balc\u00f3 al mar: refurbished, style &amp; tech seafront \u2013 Photo 5\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 4\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/V7eYr7HM\/qpNc7vNs.jpg\"\r\n\t\t\t\t\t\talt=\"Balc\u00f3 al mar: refurbished, style &amp; tech seafront \u2013 Photo 6\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 5\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/V7eYr7HM\/h0UXTKiS.jpg\"\r\n\t\t\t\t\t\talt=\"Balc\u00f3 al mar: refurbished, style &amp; tech seafront \u2013 Photo 7\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 6\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/V7eYr7HM\/CyZHOxsw.jpg\"\r\n\t\t\t\t\t\talt=\"Balc\u00f3 al mar: refurbished, style &amp; tech seafront \u2013 Photo 8\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 7\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/V7eYr7HM\/8jPBbS0G.jpg\"\r\n\t\t\t\t\t\talt=\"Balc\u00f3 al mar: refurbished, style &amp; tech seafront \u2013 Photo 9\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 8\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/V7eYr7HM\/H9SjRz_W.jpg\"\r\n\t\t\t\t\t\talt=\"Balc\u00f3 al mar: refurbished, style &amp; tech seafront \u2013 Photo 10\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 9\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/V7eYr7HM\/9kAweTDz.jpg\"\r\n\t\t\t\t\t\talt=\"Balc\u00f3 al mar: refurbished, style &amp; tech seafront \u2013 Photo 11\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 10\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/V7eYr7HM\/IW5OjkwL.jpg\"\r\n\t\t\t\t\t\talt=\"Balc\u00f3 al mar: refurbished, style &amp; tech seafront \u2013 Photo 12\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 11\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/V7eYr7HM\/ZJtoNn-W.jpg\"\r\n\t\t\t\t\t\talt=\"Balc\u00f3 al mar: refurbished, style &amp; tech seafront \u2013 Photo 13\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 12\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/V7eYr7HM\/Fkspg8Qm.jpg\"\r\n\t\t\t\t\t\talt=\"Balc\u00f3 al mar: refurbished, style &amp; tech seafront \u2013 Photo 14\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 13\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/V7eYr7HM\/ufmELktY.jpg\"\r\n\t\t\t\t\t\talt=\"Balc\u00f3 al mar: refurbished, style &amp; tech seafront \u2013 Photo 15\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 14\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<!-- Prev Arrow -->\r\n\t\t\t\t\t<button class=\"cwp-card__carousel-nav cwp-card__carousel-nav--prev\"\r\n\t\t\t\t\t        @click.prevent.stop=\"slide = slide > 0 ? slide - 1 : slides - 1\"\r\n\t\t\t\t\t        aria-label=\"Previous image\">\r\n\t\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t<path d=\"M7.5 9L4.5 6L7.5 3\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<\/button>\r\n\r\n\t\t\t\t\t<!-- Next Arrow -->\r\n\t\t\t\t\t<button class=\"cwp-card__carousel-nav cwp-card__carousel-nav--next\"\r\n\t\t\t\t\t        @click.prevent.stop=\"slide = slide < slides - 1 ? slide + 1 : 0\"\r\n\t\t\t\t\t        aria-label=\"Next image\">\r\n\t\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t<path d=\"M4.5 3L7.5 6L4.5 9\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<\/button>\r\n\r\n\t\t\t\t\t<!-- Dot Indicators -->\r\n\t\t\t\t\t<div class=\"cwp-card__carousel-dots\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 0 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 0\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 1\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 1 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 1\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 2\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 2 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 2\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 3\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 3 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 3\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 4\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 4 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 4\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 5\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 5 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 5\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 6\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 6 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 6\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 7\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 7 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 7\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 8\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 8 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 8\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 9\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 9 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 9\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 10\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 10 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 10\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 11\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 11 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 11\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 12\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 12 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 12\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 13\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 13 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 13\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 14\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 14 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 14\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 15\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\r\n\t\t<!-- Type Badge (top-left) -->\r\n\t\t\t\t\t<span class=\"cwp-badge cwp-card__type\">\r\n\t\t\t\tApartment\t\t\t<\/span>\r\n\t\t\r\n\t\t<!-- Superhost Badge (below save button) -->\r\n\t\t\r\n\t\t<!-- Featured \/ Owned Badge (host-labelled via Settings) -->\r\n\t\t\r\n\t\t<!-- Instant Book Badge (top-right, below superhost) -->\r\n\t\t\r\n\t\t<!-- Urgency Badge (bottom-left) -->\r\n\t\t\r\n\t<\/div><!-- .cwp-card__image-wrap -->\r\n\r\n\t<!-- \u2500\u2500 Card Body \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n\t<div class=\"cwp-card__body\">\r\n\r\n\t\t<!-- Header row: Title + Rating -->\r\n\t\t<div class=\"cwp-card__header\">\r\n\t\t\t<h3 class=\"cwp-card__title\">\r\n\t\t\t\t<a href=\"https:\/\/bravaexperience.es\/en\/listing\/balcon-al-mar-refurbished-style-tech-seafront\/\">\r\n\t\t\t\t\tBalc\u00f3 al mar: refurbished, style &amp; tech seafront\t\t\t\t<\/a>\r\n\t\t\t<\/h3>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<!-- Location -->\r\n\t\t\t\t\t<p class=\"cwp-card__location\">\r\n\t\t\t\t<svg class=\"cwp-card__location-icon\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t<path d=\"M6 1C4.067 1 2.5 2.567 2.5 4.5C2.5 7.25 6 11 6 11C6 11 9.5 7.25 9.5 4.5C9.5 2.567 7.933 1 6 1Z\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t<circle cx=\"6\" cy=\"4.5\" r=\"1.25\" stroke=\"currentColor\" stroke-width=\"1.2\"\/>\r\n\t\t\t\t<\/svg>\r\n\t\t\t\tSant Antoni de Calonge, Catalunya\t\t\t<\/p>\r\n\t\t\r\n\t\t<!-- Spec Pills -->\r\n\t\t<div class=\"cwp-card__specs\">\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t2 bedrooms\t\t\t\t<\/span>\r\n\t\t\t\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t2.5 baths\t\t\t\t<\/span>\r\n\t\t\t\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t4 guests\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<!-- Price -->\r\n\t\t\t\t<div class=\"cwp-card__price\">\r\n\t\t\t\t\t\t\t<span class=\"cwp-card__price-amount\">\r\n\t\t\t\t\t\u20ac\u00a055.00\t\t\t\t<\/span>\r\n\t\t\t\t<span class=\"cwp-card__price-unit\">\/night<\/span>\r\n\t\t\t\t\t<\/div>\r\n\t\t\r\n\t<\/div><!-- .cwp-card__body -->\r\n\r\n<\/article>\r\n\r\n\r\n<article class=\"cwp-card\"\r\n         data-property-id=\"202668\"\r\n                  data-lat=\"42.2890930\"\r\n         data-lng=\"3.2752750\"\r\n                  x-data=\"{ slide: 0, slides: 15 }\">\r\n\r\n\t<!-- Full-card stretched link \u2014 click ANYWHERE on the card (photo, title,\r\n\t     location, spec pills, price) navigates to the property page.\r\n\t     Deliberately a direct child of <article class=\"cwp-card\"> \u2014 NOT\r\n\t     nested inside .cwp-card__image-wrap \/ .cwp-card__carousel, which are\r\n\t     both overflow:hidden and sized to the photo only, so an inset:0\r\n\t     anchor placed inside them could never grow past the photo. z-index 1\r\n\t     (see .cwp-root a.cwp-card__image-link in connect-public.css) keeps\r\n\t     it BELOW the carousel nav\/dots (z-index 3), save button (z-index 4),\r\n\t     and badges (z-index 2) so those stay independently clickable; it\r\n\t     still sits above the card body's plain in-flow text (title\/location\/\r\n\t     price), which is how a positioned element with z-index paints\r\n\t     relative to non-positioned content regardless of DOM order. -->\r\n\t<a href=\"https:\/\/bravaexperience.es\/en\/listing\/casa-jordi-piedra-y-boveda-en-el-corazon-de-cadaques-i-3-suites-i-2-parkings-i-patio-con-bbq\/\"\r\n\t   class=\"cwp-card__image-link\"\r\n\t   aria-label=\"Casa Jordi &#8211; Piedra y b\u00f3veda en el coraz\u00f3n de Cadaqu\u00e9s I 3 suites I 2 parkings I patio con bbq\"\r\n\t   tabindex=\"-1\"><\/a>\r\n\r\n\t<!-- \u2500\u2500 Image wrap \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n\t<div class=\"cwp-card__image-wrap\">\r\n\r\n\t\t\t\t\t<div class=\"cwp-card__carousel\"\r\n\t\t\t     @touchstart.passive=\"$el._touchStartX = $event.touches[0].clientX\"\r\n\t\t\t     @touchend.passive=\"(function(el, e) { var diff = el._touchStartX - e.changedTouches[0].clientX; if (Math.abs(diff) > 50) { if (diff > 0) { slide = slide < slides - 1 ? slide + 1 : 0; } else { slide = slide > 0 ? slide - 1 : slides - 1; } } })($el, $event)\">\r\n\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/YOfWC8lT\/t88wK0db.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Jordi &#8211; Piedra y b\u00f3veda en el coraz\u00f3n de Cadaqu\u00e9s I 3 suites I 2 parkings I patio con bbq \u2013 Photo 1\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 0\"\r\n\t\t\t\t\t\t\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/YOfWC8lT\/f3Sw1VU9.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Jordi &#8211; Piedra y b\u00f3veda en el coraz\u00f3n de Cadaqu\u00e9s I 3 suites I 2 parkings I patio con bbq \u2013 Photo 2\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 1\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/YOfWC8lT\/5qAom6Nv.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Jordi &#8211; Piedra y b\u00f3veda en el coraz\u00f3n de Cadaqu\u00e9s I 3 suites I 2 parkings I patio con bbq \u2013 Photo 3\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 2\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/YOfWC8lT\/objv4JNw.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Jordi &#8211; Piedra y b\u00f3veda en el coraz\u00f3n de Cadaqu\u00e9s I 3 suites I 2 parkings I patio con bbq \u2013 Photo 4\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 3\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/YOfWC8lT\/Yg7Yf3v7.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Jordi &#8211; Piedra y b\u00f3veda en el coraz\u00f3n de Cadaqu\u00e9s I 3 suites I 2 parkings I patio con bbq \u2013 Photo 5\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 4\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/YOfWC8lT\/840EhNNz.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Jordi &#8211; Piedra y b\u00f3veda en el coraz\u00f3n de Cadaqu\u00e9s I 3 suites I 2 parkings I patio con bbq \u2013 Photo 6\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 5\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/YOfWC8lT\/nXNsN2ax.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Jordi &#8211; Piedra y b\u00f3veda en el coraz\u00f3n de Cadaqu\u00e9s I 3 suites I 2 parkings I patio con bbq \u2013 Photo 7\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 6\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/YOfWC8lT\/CosgXRJt.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Jordi &#8211; Piedra y b\u00f3veda en el coraz\u00f3n de Cadaqu\u00e9s I 3 suites I 2 parkings I patio con bbq \u2013 Photo 8\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 7\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/YOfWC8lT\/wacO9MiP.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Jordi &#8211; Piedra y b\u00f3veda en el coraz\u00f3n de Cadaqu\u00e9s I 3 suites I 2 parkings I patio con bbq \u2013 Photo 9\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 8\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/YOfWC8lT\/kTcNFL8f.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Jordi &#8211; Piedra y b\u00f3veda en el coraz\u00f3n de Cadaqu\u00e9s I 3 suites I 2 parkings I patio con bbq \u2013 Photo 10\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 9\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/YOfWC8lT\/GxBytxeG.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Jordi &#8211; Piedra y b\u00f3veda en el coraz\u00f3n de Cadaqu\u00e9s I 3 suites I 2 parkings I patio con bbq \u2013 Photo 11\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 10\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/YOfWC8lT\/_IUjYcZv.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Jordi &#8211; Piedra y b\u00f3veda en el coraz\u00f3n de Cadaqu\u00e9s I 3 suites I 2 parkings I patio con bbq \u2013 Photo 12\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 11\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/YOfWC8lT\/6GSEDXqi.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Jordi &#8211; Piedra y b\u00f3veda en el coraz\u00f3n de Cadaqu\u00e9s I 3 suites I 2 parkings I patio con bbq \u2013 Photo 13\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 12\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/YOfWC8lT\/6RHkSHjS.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Jordi &#8211; Piedra y b\u00f3veda en el coraz\u00f3n de Cadaqu\u00e9s I 3 suites I 2 parkings I patio con bbq \u2013 Photo 14\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 13\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/YOfWC8lT\/4zjKCJ7G.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Jordi &#8211; Piedra y b\u00f3veda en el coraz\u00f3n de Cadaqu\u00e9s I 3 suites I 2 parkings I patio con bbq \u2013 Photo 15\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 14\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<!-- Prev Arrow -->\r\n\t\t\t\t\t<button class=\"cwp-card__carousel-nav cwp-card__carousel-nav--prev\"\r\n\t\t\t\t\t        @click.prevent.stop=\"slide = slide > 0 ? slide - 1 : slides - 1\"\r\n\t\t\t\t\t        aria-label=\"Previous image\">\r\n\t\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t<path d=\"M7.5 9L4.5 6L7.5 3\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<\/button>\r\n\r\n\t\t\t\t\t<!-- Next Arrow -->\r\n\t\t\t\t\t<button class=\"cwp-card__carousel-nav cwp-card__carousel-nav--next\"\r\n\t\t\t\t\t        @click.prevent.stop=\"slide = slide < slides - 1 ? slide + 1 : 0\"\r\n\t\t\t\t\t        aria-label=\"Next image\">\r\n\t\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t<path d=\"M4.5 3L7.5 6L4.5 9\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<\/button>\r\n\r\n\t\t\t\t\t<!-- Dot Indicators -->\r\n\t\t\t\t\t<div class=\"cwp-card__carousel-dots\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 0 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 0\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 1\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 1 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 1\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 2\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 2 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 2\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 3\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 3 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 3\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 4\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 4 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 4\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 5\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 5 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 5\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 6\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 6 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 6\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 7\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 7 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 7\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 8\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 8 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 8\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 9\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 9 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 9\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 10\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 10 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 10\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 11\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 11 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 11\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 12\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 12 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 12\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 13\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 13 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 13\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 14\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 14 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 14\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 15\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\r\n\t\t<!-- Type Badge (top-left) -->\r\n\t\t\t\t\t<span class=\"cwp-badge cwp-card__type\">\r\n\t\t\t\tHouse\t\t\t<\/span>\r\n\t\t\r\n\t\t<!-- Superhost Badge (below save button) -->\r\n\t\t\r\n\t\t<!-- Featured \/ Owned Badge (host-labelled via Settings) -->\r\n\t\t\r\n\t\t<!-- Instant Book Badge (top-right, below superhost) -->\r\n\t\t\r\n\t\t<!-- Urgency Badge (bottom-left) -->\r\n\t\t\r\n\t<\/div><!-- .cwp-card__image-wrap -->\r\n\r\n\t<!-- \u2500\u2500 Card Body \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n\t<div class=\"cwp-card__body\">\r\n\r\n\t\t<!-- Header row: Title + Rating -->\r\n\t\t<div class=\"cwp-card__header\">\r\n\t\t\t<h3 class=\"cwp-card__title\">\r\n\t\t\t\t<a href=\"https:\/\/bravaexperience.es\/en\/listing\/casa-jordi-piedra-y-boveda-en-el-corazon-de-cadaques-i-3-suites-i-2-parkings-i-patio-con-bbq\/\">\r\n\t\t\t\t\tCasa Jordi &#8211; Piedra y b\u00f3veda en el coraz\u00f3n de Cadaqu\u00e9s I 3 suites I 2 parkings I patio con bbq\t\t\t\t<\/a>\r\n\t\t\t<\/h3>\r\n\t\t\t\t\t\t\t<div class=\"cwp-card__rating\">\r\n\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"currentColor\" class=\"cwp-card__star\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t<path d=\"M6 0L7.326 4.41H12L8.337 7.18L9.663 11.59L6 8.82L2.337 11.59L3.663 7.18L0 4.41H4.674L6 0Z\"\/>\r\n\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<span class=\"cwp-card__rating-score\">4.6<\/span>\r\n\t\t\t\t\t<span class=\"cwp-card__rating-count\">(26)<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<!-- Location -->\r\n\t\t\t\t\t<p class=\"cwp-card__location\">\r\n\t\t\t\t<svg class=\"cwp-card__location-icon\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t<path d=\"M6 1C4.067 1 2.5 2.567 2.5 4.5C2.5 7.25 6 11 6 11C6 11 9.5 7.25 9.5 4.5C9.5 2.567 7.933 1 6 1Z\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t<circle cx=\"6\" cy=\"4.5\" r=\"1.25\" stroke=\"currentColor\" stroke-width=\"1.2\"\/>\r\n\t\t\t\t<\/svg>\r\n\t\t\t\tCadaqu\u00e9s, Catalunya\t\t\t<\/p>\r\n\t\t\r\n\t\t<!-- Spec Pills -->\r\n\t\t<div class=\"cwp-card__specs\">\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t3 bedrooms\t\t\t\t<\/span>\r\n\t\t\t\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t4 baths\t\t\t\t<\/span>\r\n\t\t\t\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t8 guests\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<!-- Price -->\r\n\t\t\t\t<div class=\"cwp-card__price\">\r\n\t\t\t\t\t\t\t<span class=\"cwp-card__price-amount\">\r\n\t\t\t\t\t\u20ac\u00a0230.00\t\t\t\t<\/span>\r\n\t\t\t\t<span class=\"cwp-card__price-unit\">\/night<\/span>\r\n\t\t\t\t\t<\/div>\r\n\t\t\r\n\t<\/div><!-- .cwp-card__body -->\r\n\r\n<\/article>\r\n\r\n\r\n<article class=\"cwp-card\"\r\n         data-property-id=\"202666\"\r\n                  data-lat=\"42.2891854\"\r\n         data-lng=\"3.2818927\"\r\n                  x-data=\"{ slide: 0, slides: 15 }\">\r\n\r\n\t<!-- Full-card stretched link \u2014 click ANYWHERE on the card (photo, title,\r\n\t     location, spec pills, price) navigates to the property page.\r\n\t     Deliberately a direct child of <article class=\"cwp-card\"> \u2014 NOT\r\n\t     nested inside .cwp-card__image-wrap \/ .cwp-card__carousel, which are\r\n\t     both overflow:hidden and sized to the photo only, so an inset:0\r\n\t     anchor placed inside them could never grow past the photo. z-index 1\r\n\t     (see .cwp-root a.cwp-card__image-link in connect-public.css) keeps\r\n\t     it BELOW the carousel nav\/dots (z-index 3), save button (z-index 4),\r\n\t     and badges (z-index 2) so those stay independently clickable; it\r\n\t     still sits above the card body's plain in-flow text (title\/location\/\r\n\t     price), which is how a positioned element with z-index paints\r\n\t     relative to non-positioned content regardless of DOM order. -->\r\n\t<a href=\"https:\/\/bravaexperience.es\/en\/listing\/chez-pacha\/\"\r\n\t   class=\"cwp-card__image-link\"\r\n\t   aria-label=\"Chez Pacha &#8211; Central duplex 2&#8242; beach I Brava Exp.\"\r\n\t   tabindex=\"-1\"><\/a>\r\n\r\n\t<!-- \u2500\u2500 Image wrap \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n\t<div class=\"cwp-card__image-wrap\">\r\n\r\n\t\t\t\t\t<div class=\"cwp-card__carousel\"\r\n\t\t\t     @touchstart.passive=\"$el._touchStartX = $event.touches[0].clientX\"\r\n\t\t\t     @touchend.passive=\"(function(el, e) { var diff = el._touchStartX - e.changedTouches[0].clientX; if (Math.abs(diff) > 50) { if (diff > 0) { slide = slide < slides - 1 ? slide + 1 : 0; } else { slide = slide > 0 ? slide - 1 : slides - 1; } } })($el, $event)\">\r\n\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/nIdb4AYN\/BvPYH5FP.jpg\"\r\n\t\t\t\t\t\talt=\"Chez Pacha &#8211; Central duplex 2&#8242; beach I Brava Exp. \u2013 Photo 1\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 0\"\r\n\t\t\t\t\t\t\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/nIdb4AYN\/CBUXbBzz.jpg\"\r\n\t\t\t\t\t\talt=\"Chez Pacha &#8211; Central duplex 2&#8242; beach I Brava Exp. \u2013 Photo 2\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 1\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/nIdb4AYN\/JXlG6tPJ.jpg\"\r\n\t\t\t\t\t\talt=\"Chez Pacha &#8211; Central duplex 2&#8242; beach I Brava Exp. \u2013 Photo 3\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 2\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/nIdb4AYN\/C8fFh494.jpg\"\r\n\t\t\t\t\t\talt=\"Chez Pacha &#8211; Central duplex 2&#8242; beach I Brava Exp. \u2013 Photo 4\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 3\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/nIdb4AYN\/OLj-5TtZ.jpg\"\r\n\t\t\t\t\t\talt=\"Chez Pacha &#8211; Central duplex 2&#8242; beach I Brava Exp. \u2013 Photo 5\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 4\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/nIdb4AYN\/93KohwaZ.jpg\"\r\n\t\t\t\t\t\talt=\"Chez Pacha &#8211; Central duplex 2&#8242; beach I Brava Exp. \u2013 Photo 6\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 5\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/nIdb4AYN\/SSsxGvEe.jpg\"\r\n\t\t\t\t\t\talt=\"Chez Pacha &#8211; Central duplex 2&#8242; beach I Brava Exp. \u2013 Photo 7\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 6\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/nIdb4AYN\/jh5KtmiD.jpg\"\r\n\t\t\t\t\t\talt=\"Chez Pacha &#8211; Central duplex 2&#8242; beach I Brava Exp. \u2013 Photo 8\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 7\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/nIdb4AYN\/U7Fm8OKX.jpg\"\r\n\t\t\t\t\t\talt=\"Chez Pacha &#8211; Central duplex 2&#8242; beach I Brava Exp. \u2013 Photo 9\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 8\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/nIdb4AYN\/fFhzQUb4.jpg\"\r\n\t\t\t\t\t\talt=\"Chez Pacha &#8211; Central duplex 2&#8242; beach I Brava Exp. \u2013 Photo 10\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 9\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/nIdb4AYN\/BU1FF7MQ.jpg\"\r\n\t\t\t\t\t\talt=\"Chez Pacha &#8211; Central duplex 2&#8242; beach I Brava Exp. \u2013 Photo 11\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 10\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/nIdb4AYN\/QLNrPHE0.jpg\"\r\n\t\t\t\t\t\talt=\"Chez Pacha &#8211; Central duplex 2&#8242; beach I Brava Exp. \u2013 Photo 12\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 11\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/nIdb4AYN\/4fcfdYy5.jpg\"\r\n\t\t\t\t\t\talt=\"Chez Pacha &#8211; Central duplex 2&#8242; beach I Brava Exp. \u2013 Photo 13\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 12\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/nIdb4AYN\/ovsCThIX.jpg\"\r\n\t\t\t\t\t\talt=\"Chez Pacha &#8211; Central duplex 2&#8242; beach I Brava Exp. \u2013 Photo 14\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 13\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/nIdb4AYN\/jO0vVU51.jpg\"\r\n\t\t\t\t\t\talt=\"Chez Pacha &#8211; Central duplex 2&#8242; beach I Brava Exp. \u2013 Photo 15\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 14\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<!-- Prev Arrow -->\r\n\t\t\t\t\t<button class=\"cwp-card__carousel-nav cwp-card__carousel-nav--prev\"\r\n\t\t\t\t\t        @click.prevent.stop=\"slide = slide > 0 ? slide - 1 : slides - 1\"\r\n\t\t\t\t\t        aria-label=\"Previous image\">\r\n\t\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t<path d=\"M7.5 9L4.5 6L7.5 3\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<\/button>\r\n\r\n\t\t\t\t\t<!-- Next Arrow -->\r\n\t\t\t\t\t<button class=\"cwp-card__carousel-nav cwp-card__carousel-nav--next\"\r\n\t\t\t\t\t        @click.prevent.stop=\"slide = slide < slides - 1 ? slide + 1 : 0\"\r\n\t\t\t\t\t        aria-label=\"Next image\">\r\n\t\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t<path d=\"M4.5 3L7.5 6L4.5 9\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<\/button>\r\n\r\n\t\t\t\t\t<!-- Dot Indicators -->\r\n\t\t\t\t\t<div class=\"cwp-card__carousel-dots\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 0 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 0\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 1\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 1 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 1\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 2\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 2 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 2\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 3\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 3 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 3\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 4\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 4 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 4\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 5\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 5 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 5\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 6\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 6 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 6\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 7\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 7 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 7\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 8\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 8 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 8\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 9\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 9 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 9\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 10\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 10 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 10\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 11\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 11 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 11\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 12\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 12 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 12\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 13\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 13 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 13\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 14\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 14 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 14\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 15\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\r\n\t\t<!-- Type Badge (top-left) -->\r\n\t\t\t\t\t<span class=\"cwp-badge cwp-card__type\">\r\n\t\t\t\tApartment\t\t\t<\/span>\r\n\t\t\r\n\t\t<!-- Superhost Badge (below save button) -->\r\n\t\t\r\n\t\t<!-- Featured \/ Owned Badge (host-labelled via Settings) -->\r\n\t\t\r\n\t\t<!-- Instant Book Badge (top-right, below superhost) -->\r\n\t\t\r\n\t\t<!-- Urgency Badge (bottom-left) -->\r\n\t\t\r\n\t<\/div><!-- .cwp-card__image-wrap -->\r\n\r\n\t<!-- \u2500\u2500 Card Body \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n\t<div class=\"cwp-card__body\">\r\n\r\n\t\t<!-- Header row: Title + Rating -->\r\n\t\t<div class=\"cwp-card__header\">\r\n\t\t\t<h3 class=\"cwp-card__title\">\r\n\t\t\t\t<a href=\"https:\/\/bravaexperience.es\/en\/listing\/chez-pacha\/\">\r\n\t\t\t\t\tChez Pacha &#8211; Central duplex 2&#8242; beach I Brava Exp.\t\t\t\t<\/a>\r\n\t\t\t<\/h3>\r\n\t\t\t\t\t\t\t<div class=\"cwp-card__rating\">\r\n\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"currentColor\" class=\"cwp-card__star\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t<path d=\"M6 0L7.326 4.41H12L8.337 7.18L9.663 11.59L6 8.82L2.337 11.59L3.663 7.18L0 4.41H4.674L6 0Z\"\/>\r\n\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<span class=\"cwp-card__rating-score\">4.8<\/span>\r\n\t\t\t\t\t<span class=\"cwp-card__rating-count\">(19)<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<!-- Location -->\r\n\t\t\t\t\t<p class=\"cwp-card__location\">\r\n\t\t\t\t<svg class=\"cwp-card__location-icon\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t<path d=\"M6 1C4.067 1 2.5 2.567 2.5 4.5C2.5 7.25 6 11 6 11C6 11 9.5 7.25 9.5 4.5C9.5 2.567 7.933 1 6 1Z\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t<circle cx=\"6\" cy=\"4.5\" r=\"1.25\" stroke=\"currentColor\" stroke-width=\"1.2\"\/>\r\n\t\t\t\t<\/svg>\r\n\t\t\t\tCadaqu\u00e9s, Catalonia\t\t\t<\/p>\r\n\t\t\r\n\t\t<!-- Spec Pills -->\r\n\t\t<div class=\"cwp-card__specs\">\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t2 bedrooms\t\t\t\t<\/span>\r\n\t\t\t\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t2 baths\t\t\t\t<\/span>\r\n\t\t\t\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t5 guests\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<!-- Price -->\r\n\t\t\t\t<div class=\"cwp-card__price\">\r\n\t\t\t\t\t\t\t<span class=\"cwp-card__price-amount\">\r\n\t\t\t\t\t\u20ac\u00a075.00\t\t\t\t<\/span>\r\n\t\t\t\t<span class=\"cwp-card__price-unit\">\/night<\/span>\r\n\t\t\t\t\t<\/div>\r\n\t\t\r\n\t<\/div><!-- .cwp-card__body -->\r\n\r\n<\/article>\r\n\r\n\r\n<article class=\"cwp-card\"\r\n         data-property-id=\"202664\"\r\n                  data-lat=\"42.2898824\"\r\n         data-lng=\"3.2790179\"\r\n                  x-data=\"{ slide: 0, slides: 15 }\">\r\n\r\n\t<!-- Full-card stretched link \u2014 click ANYWHERE on the card (photo, title,\r\n\t     location, spec pills, price) navigates to the property page.\r\n\t     Deliberately a direct child of <article class=\"cwp-card\"> \u2014 NOT\r\n\t     nested inside .cwp-card__image-wrap \/ .cwp-card__carousel, which are\r\n\t     both overflow:hidden and sized to the photo only, so an inset:0\r\n\t     anchor placed inside them could never grow past the photo. z-index 1\r\n\t     (see .cwp-root a.cwp-card__image-link in connect-public.css) keeps\r\n\t     it BELOW the carousel nav\/dots (z-index 3), save button (z-index 4),\r\n\t     and badges (z-index 2) so those stay independently clickable; it\r\n\t     still sits above the card body's plain in-flow text (title\/location\/\r\n\t     price), which is how a positioned element with z-index paints\r\n\t     relative to non-positioned content regardless of DOM order. -->\r\n\t<a href=\"https:\/\/bravaexperience.es\/en\/listing\/es-forn\/\"\r\n\t   class=\"cwp-card__image-link\"\r\n\t   aria-label=\"Es Forn\"\r\n\t   tabindex=\"-1\"><\/a>\r\n\r\n\t<!-- \u2500\u2500 Image wrap \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n\t<div class=\"cwp-card__image-wrap\">\r\n\r\n\t\t\t\t\t<div class=\"cwp-card__carousel\"\r\n\t\t\t     @touchstart.passive=\"$el._touchStartX = $event.touches[0].clientX\"\r\n\t\t\t     @touchend.passive=\"(function(el, e) { var diff = el._touchStartX - e.changedTouches[0].clientX; if (Math.abs(diff) > 50) { if (diff > 0) { slide = slide < slides - 1 ? slide + 1 : 0; } else { slide = slide > 0 ? slide - 1 : slides - 1; } } })($el, $event)\">\r\n\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/K9DDCKE5\/gwetTJmX.jpg\"\r\n\t\t\t\t\t\talt=\"Es Forn \u2013 Photo 1\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 0\"\r\n\t\t\t\t\t\t\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/K9DDCKE5\/wRqzuD98.jpg\"\r\n\t\t\t\t\t\talt=\"Es Forn \u2013 Photo 2\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 1\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/K9DDCKE5\/M9f_dhZi.jpg\"\r\n\t\t\t\t\t\talt=\"Es Forn \u2013 Photo 3\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 2\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/K9DDCKE5\/cVTcGRd1.jpg\"\r\n\t\t\t\t\t\talt=\"Es Forn \u2013 Photo 4\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 3\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/K9DDCKE5\/ooen2cu7.jpg\"\r\n\t\t\t\t\t\talt=\"Es Forn \u2013 Photo 5\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 4\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/K9DDCKE5\/LmhB7Xms.jpg\"\r\n\t\t\t\t\t\talt=\"Es Forn \u2013 Photo 6\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 5\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/K9DDCKE5\/h82XYGeP.jpg\"\r\n\t\t\t\t\t\talt=\"Es Forn \u2013 Photo 7\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 6\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/K9DDCKE5\/fH03mogt.jpg\"\r\n\t\t\t\t\t\talt=\"Es Forn \u2013 Photo 8\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 7\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/K9DDCKE5\/intSPnK3.jpg\"\r\n\t\t\t\t\t\talt=\"Es Forn \u2013 Photo 9\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 8\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/K9DDCKE5\/BC719fa_.jpg\"\r\n\t\t\t\t\t\talt=\"Es Forn \u2013 Photo 10\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 9\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/K9DDCKE5\/QZCTiZPH.jpg\"\r\n\t\t\t\t\t\talt=\"Es Forn \u2013 Photo 11\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 10\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/K9DDCKE5\/K73Mf94B.jpg\"\r\n\t\t\t\t\t\talt=\"Es Forn \u2013 Photo 12\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 11\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/K9DDCKE5\/bYnx4b51.jpg\"\r\n\t\t\t\t\t\talt=\"Es Forn \u2013 Photo 13\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 12\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/K9DDCKE5\/cpCj3BYt.jpg\"\r\n\t\t\t\t\t\talt=\"Es Forn \u2013 Photo 14\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 13\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/K9DDCKE5\/DuCSXvfh.jpg\"\r\n\t\t\t\t\t\talt=\"Es Forn \u2013 Photo 15\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 14\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<!-- Prev Arrow -->\r\n\t\t\t\t\t<button class=\"cwp-card__carousel-nav cwp-card__carousel-nav--prev\"\r\n\t\t\t\t\t        @click.prevent.stop=\"slide = slide > 0 ? slide - 1 : slides - 1\"\r\n\t\t\t\t\t        aria-label=\"Previous image\">\r\n\t\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t<path d=\"M7.5 9L4.5 6L7.5 3\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<\/button>\r\n\r\n\t\t\t\t\t<!-- Next Arrow -->\r\n\t\t\t\t\t<button class=\"cwp-card__carousel-nav cwp-card__carousel-nav--next\"\r\n\t\t\t\t\t        @click.prevent.stop=\"slide = slide < slides - 1 ? slide + 1 : 0\"\r\n\t\t\t\t\t        aria-label=\"Next image\">\r\n\t\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t<path d=\"M4.5 3L7.5 6L4.5 9\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<\/button>\r\n\r\n\t\t\t\t\t<!-- Dot Indicators -->\r\n\t\t\t\t\t<div class=\"cwp-card__carousel-dots\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 0 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 0\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 1\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 1 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 1\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 2\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 2 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 2\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 3\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 3 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 3\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 4\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 4 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 4\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 5\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 5 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 5\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 6\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 6 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 6\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 7\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 7 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 7\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 8\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 8 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 8\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 9\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 9 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 9\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 10\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 10 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 10\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 11\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 11 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 11\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 12\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 12 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 12\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 13\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 13 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 13\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 14\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 14 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 14\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 15\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\r\n\t\t<!-- Type Badge (top-left) -->\r\n\t\t\t\t\t<span class=\"cwp-badge cwp-card__type\">\r\n\t\t\t\tHouse\t\t\t<\/span>\r\n\t\t\r\n\t\t<!-- Superhost Badge (below save button) -->\r\n\t\t\r\n\t\t<!-- Featured \/ Owned Badge (host-labelled via Settings) -->\r\n\t\t\r\n\t\t<!-- Instant Book Badge (top-right, below superhost) -->\r\n\t\t\r\n\t\t<!-- Urgency Badge (bottom-left) -->\r\n\t\t\r\n\t<\/div><!-- .cwp-card__image-wrap -->\r\n\r\n\t<!-- \u2500\u2500 Card Body \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n\t<div class=\"cwp-card__body\">\r\n\r\n\t\t<!-- Header row: Title + Rating -->\r\n\t\t<div class=\"cwp-card__header\">\r\n\t\t\t<h3 class=\"cwp-card__title\">\r\n\t\t\t\t<a href=\"https:\/\/bravaexperience.es\/en\/listing\/es-forn\/\">\r\n\t\t\t\t\tEs Forn\t\t\t\t<\/a>\r\n\t\t\t<\/h3>\r\n\t\t\t\t\t\t\t<div class=\"cwp-card__rating\">\r\n\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"currentColor\" class=\"cwp-card__star\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t<path d=\"M6 0L7.326 4.41H12L8.337 7.18L9.663 11.59L6 8.82L2.337 11.59L3.663 7.18L0 4.41H4.674L6 0Z\"\/>\r\n\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<span class=\"cwp-card__rating-score\">4.8<\/span>\r\n\t\t\t\t\t<span class=\"cwp-card__rating-count\">(8)<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<!-- Location -->\r\n\t\t\t\t\t<p class=\"cwp-card__location\">\r\n\t\t\t\t<svg class=\"cwp-card__location-icon\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t<path d=\"M6 1C4.067 1 2.5 2.567 2.5 4.5C2.5 7.25 6 11 6 11C6 11 9.5 7.25 9.5 4.5C9.5 2.567 7.933 1 6 1Z\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t<circle cx=\"6\" cy=\"4.5\" r=\"1.25\" stroke=\"currentColor\" stroke-width=\"1.2\"\/>\r\n\t\t\t\t<\/svg>\r\n\t\t\t\tCadaqu\u00e9s, Catalonia\t\t\t<\/p>\r\n\t\t\r\n\t\t<!-- Spec Pills -->\r\n\t\t<div class=\"cwp-card__specs\">\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t5 bedrooms\t\t\t\t<\/span>\r\n\t\t\t\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t4 baths\t\t\t\t<\/span>\r\n\t\t\t\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t10 guests\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<!-- Price -->\r\n\t\t\t\t<div class=\"cwp-card__price\">\r\n\t\t\t\t\t\t\t<span class=\"cwp-card__price-amount\">\r\n\t\t\t\t\t\u20ac\u00a0585.00\t\t\t\t<\/span>\r\n\t\t\t\t<span class=\"cwp-card__price-unit\">\/night<\/span>\r\n\t\t\t\t\t<\/div>\r\n\t\t\r\n\t<\/div><!-- .cwp-card__body -->\r\n\r\n<\/article>\r\n\r\n\r\n<article class=\"cwp-card\"\r\n         data-property-id=\"202662\"\r\n                  data-lat=\"41.8387480\"\r\n         data-lng=\"2.8083027\"\r\n                  x-data=\"{ slide: 0, slides: 15 }\">\r\n\r\n\t<!-- Full-card stretched link \u2014 click ANYWHERE on the card (photo, title,\r\n\t     location, spec pills, price) navigates to the property page.\r\n\t     Deliberately a direct child of <article class=\"cwp-card\"> \u2014 NOT\r\n\t     nested inside .cwp-card__image-wrap \/ .cwp-card__carousel, which are\r\n\t     both overflow:hidden and sized to the photo only, so an inset:0\r\n\t     anchor placed inside them could never grow past the photo. z-index 1\r\n\t     (see .cwp-root a.cwp-card__image-link in connect-public.css) keeps\r\n\t     it BELOW the carousel nav\/dots (z-index 3), save button (z-index 4),\r\n\t     and badges (z-index 2) so those stay independently clickable; it\r\n\t     still sits above the card body's plain in-flow text (title\/location\/\r\n\t     price), which is how a positioned element with z-index paints\r\n\t     relative to non-positioned content regardless of DOM order. -->\r\n\t<a href=\"https:\/\/bravaexperience.es\/en\/listing\/casa-baro\/\"\r\n\t   class=\"cwp-card__image-link\"\r\n\t   aria-label=\"Casa Bar\u00f3\"\r\n\t   tabindex=\"-1\"><\/a>\r\n\r\n\t<!-- \u2500\u2500 Image wrap \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n\t<div class=\"cwp-card__image-wrap\">\r\n\r\n\t\t\t\t\t<div class=\"cwp-card__carousel\"\r\n\t\t\t     @touchstart.passive=\"$el._touchStartX = $event.touches[0].clientX\"\r\n\t\t\t     @touchend.passive=\"(function(el, e) { var diff = el._touchStartX - e.changedTouches[0].clientX; if (Math.abs(diff) > 50) { if (diff > 0) { slide = slide < slides - 1 ? slide + 1 : 0; } else { slide = slide > 0 ? slide - 1 : slides - 1; } } })($el, $event)\">\r\n\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/RiaZSoo1\/wWHhXwjj.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Bar\u00f3 \u2013 Photo 1\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 0\"\r\n\t\t\t\t\t\t\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/RiaZSoo1\/xqohwdMB.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Bar\u00f3 \u2013 Photo 2\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 1\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/RiaZSoo1\/FaFdZY4-.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Bar\u00f3 \u2013 Photo 3\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 2\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/RiaZSoo1\/rVOsBAI6.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Bar\u00f3 \u2013 Photo 4\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 3\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/RiaZSoo1\/v_avZrLt.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Bar\u00f3 \u2013 Photo 5\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 4\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/RiaZSoo1\/SZiXj3zf.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Bar\u00f3 \u2013 Photo 6\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 5\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/RiaZSoo1\/NkNooStt.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Bar\u00f3 \u2013 Photo 7\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 6\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/RiaZSoo1\/3IWh8qHE.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Bar\u00f3 \u2013 Photo 8\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 7\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/RiaZSoo1\/wLdqTAZ2.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Bar\u00f3 \u2013 Photo 9\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 8\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/RiaZSoo1\/tBpkGeWa.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Bar\u00f3 \u2013 Photo 10\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 9\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/RiaZSoo1\/RoTuD6Rc.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Bar\u00f3 \u2013 Photo 11\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 10\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/RiaZSoo1\/s6tNP_z4.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Bar\u00f3 \u2013 Photo 12\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 11\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/RiaZSoo1\/aVVgH062.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Bar\u00f3 \u2013 Photo 13\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 12\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/RiaZSoo1\/Z8ReITwH.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Bar\u00f3 \u2013 Photo 14\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 13\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/RiaZSoo1\/9lGN7qhS.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Bar\u00f3 \u2013 Photo 15\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 14\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<!-- Prev Arrow -->\r\n\t\t\t\t\t<button class=\"cwp-card__carousel-nav cwp-card__carousel-nav--prev\"\r\n\t\t\t\t\t        @click.prevent.stop=\"slide = slide > 0 ? slide - 1 : slides - 1\"\r\n\t\t\t\t\t        aria-label=\"Previous image\">\r\n\t\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t<path d=\"M7.5 9L4.5 6L7.5 3\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<\/button>\r\n\r\n\t\t\t\t\t<!-- Next Arrow -->\r\n\t\t\t\t\t<button class=\"cwp-card__carousel-nav cwp-card__carousel-nav--next\"\r\n\t\t\t\t\t        @click.prevent.stop=\"slide = slide < slides - 1 ? slide + 1 : 0\"\r\n\t\t\t\t\t        aria-label=\"Next image\">\r\n\t\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t<path d=\"M4.5 3L7.5 6L4.5 9\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<\/button>\r\n\r\n\t\t\t\t\t<!-- Dot Indicators -->\r\n\t\t\t\t\t<div class=\"cwp-card__carousel-dots\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 0 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 0\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 1\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 1 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 1\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 2\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 2 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 2\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 3\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 3 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 3\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 4\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 4 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 4\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 5\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 5 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 5\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 6\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 6 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 6\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 7\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 7 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 7\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 8\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 8 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 8\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 9\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 9 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 9\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 10\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 10 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 10\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 11\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 11 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 11\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 12\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 12 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 12\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 13\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 13 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 13\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 14\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 14 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 14\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 15\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\r\n\t\t<!-- Type Badge (top-left) -->\r\n\t\t\t\t\t<span class=\"cwp-badge cwp-card__type\">\r\n\t\t\t\tHouse\t\t\t<\/span>\r\n\t\t\r\n\t\t<!-- Superhost Badge (below save button) -->\r\n\t\t\r\n\t\t<!-- Featured \/ Owned Badge (host-labelled via Settings) -->\r\n\t\t\r\n\t\t<!-- Instant Book Badge (top-right, below superhost) -->\r\n\t\t\r\n\t\t<!-- Urgency Badge (bottom-left) -->\r\n\t\t\r\n\t<\/div><!-- .cwp-card__image-wrap -->\r\n\r\n\t<!-- \u2500\u2500 Card Body \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n\t<div class=\"cwp-card__body\">\r\n\r\n\t\t<!-- Header row: Title + Rating -->\r\n\t\t<div class=\"cwp-card__header\">\r\n\t\t\t<h3 class=\"cwp-card__title\">\r\n\t\t\t\t<a href=\"https:\/\/bravaexperience.es\/en\/listing\/casa-baro\/\">\r\n\t\t\t\t\tCasa Bar\u00f3\t\t\t\t<\/a>\r\n\t\t\t<\/h3>\r\n\t\t\t\t\t\t\t<div class=\"cwp-card__rating\">\r\n\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"currentColor\" class=\"cwp-card__star\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t<path d=\"M6 0L7.326 4.41H12L8.337 7.18L9.663 11.59L6 8.82L2.337 11.59L3.663 7.18L0 4.41H4.674L6 0Z\"\/>\r\n\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<span class=\"cwp-card__rating-score\">4.4<\/span>\r\n\t\t\t\t\t<span class=\"cwp-card__rating-count\">(7)<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<!-- Location -->\r\n\t\t\t\t\t<p class=\"cwp-card__location\">\r\n\t\t\t\t<svg class=\"cwp-card__location-icon\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t<path d=\"M6 1C4.067 1 2.5 2.567 2.5 4.5C2.5 7.25 6 11 6 11C6 11 9.5 7.25 9.5 4.5C9.5 2.567 7.933 1 6 1Z\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t<circle cx=\"6\" cy=\"4.5\" r=\"1.25\" stroke=\"currentColor\" stroke-width=\"1.2\"\/>\r\n\t\t\t\t<\/svg>\r\n\t\t\t\tCaldes de Malavella, Catalunya\t\t\t<\/p>\r\n\t\t\r\n\t\t<!-- Spec Pills -->\r\n\t\t<div class=\"cwp-card__specs\">\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t3 bedrooms\t\t\t\t<\/span>\r\n\t\t\t\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t1.5 bath\t\t\t\t<\/span>\r\n\t\t\t\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t5 guests\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<!-- Price -->\r\n\t\t\t\t<div class=\"cwp-card__price\">\r\n\t\t\t\t\t\t\t<span class=\"cwp-card__price-amount\">\r\n\t\t\t\t\t\u20ac\u00a080.00\t\t\t\t<\/span>\r\n\t\t\t\t<span class=\"cwp-card__price-unit\">\/night<\/span>\r\n\t\t\t\t\t<\/div>\r\n\t\t\r\n\t<\/div><!-- .cwp-card__body -->\r\n\r\n<\/article>\r\n\r\n\r\n<article class=\"cwp-card\"\r\n         data-property-id=\"202660\"\r\n                  data-lat=\"42.2902826\"\r\n         data-lng=\"3.2728148\"\r\n                  x-data=\"{ slide: 0, slides: 15 }\">\r\n\r\n\t<!-- Full-card stretched link \u2014 click ANYWHERE on the card (photo, title,\r\n\t     location, spec pills, price) navigates to the property page.\r\n\t     Deliberately a direct child of <article class=\"cwp-card\"> \u2014 NOT\r\n\t     nested inside .cwp-card__image-wrap \/ .cwp-card__carousel, which are\r\n\t     both overflow:hidden and sized to the photo only, so an inset:0\r\n\t     anchor placed inside them could never grow past the photo. z-index 1\r\n\t     (see .cwp-root a.cwp-card__image-link in connect-public.css) keeps\r\n\t     it BELOW the carousel nav\/dots (z-index 3), save button (z-index 4),\r\n\t     and badges (z-index 2) so those stay independently clickable; it\r\n\t     still sits above the card body's plain in-flow text (title\/location\/\r\n\t     price), which is how a positioned element with z-index paints\r\n\t     relative to non-positioned content regardless of DOM order. -->\r\n\t<a href=\"https:\/\/bravaexperience.es\/en\/listing\/duplex-sa-tarongeta-5-playa-i-ascensor-i-parking-privado-i-terraza-i-brava-experience\/\"\r\n\t   class=\"cwp-card__image-link\"\r\n\t   aria-label=\"D\u00faplex Sa Tarongeta &#8211; 5&#8242; playa I ascensor I parking privado I terraza I Brava Experience\"\r\n\t   tabindex=\"-1\"><\/a>\r\n\r\n\t<!-- \u2500\u2500 Image wrap \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n\t<div class=\"cwp-card__image-wrap\">\r\n\r\n\t\t\t\t\t<div class=\"cwp-card__carousel\"\r\n\t\t\t     @touchstart.passive=\"$el._touchStartX = $event.touches[0].clientX\"\r\n\t\t\t     @touchend.passive=\"(function(el, e) { var diff = el._touchStartX - e.changedTouches[0].clientX; if (Math.abs(diff) > 50) { if (diff > 0) { slide = slide < slides - 1 ? slide + 1 : 0; } else { slide = slide > 0 ? slide - 1 : slides - 1; } } })($el, $event)\">\r\n\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/EXqosa61\/J0PE1syG.jpg\"\r\n\t\t\t\t\t\talt=\"D\u00faplex Sa Tarongeta &#8211; 5&#8242; playa I ascensor I parking privado I terraza I Brava Experience \u2013 Photo 1\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 0\"\r\n\t\t\t\t\t\t\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/EXqosa61\/CKY_K_xU.jpg\"\r\n\t\t\t\t\t\talt=\"D\u00faplex Sa Tarongeta &#8211; 5&#8242; playa I ascensor I parking privado I terraza I Brava Experience \u2013 Photo 2\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 1\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/EXqosa61\/PsLjNVDl.jpg\"\r\n\t\t\t\t\t\talt=\"D\u00faplex Sa Tarongeta &#8211; 5&#8242; playa I ascensor I parking privado I terraza I Brava Experience \u2013 Photo 3\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 2\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/EXqosa61\/xLezaBul.jpg\"\r\n\t\t\t\t\t\talt=\"D\u00faplex Sa Tarongeta &#8211; 5&#8242; playa I ascensor I parking privado I terraza I Brava Experience \u2013 Photo 4\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 3\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/EXqosa61\/NuV6wkVr.jpg\"\r\n\t\t\t\t\t\talt=\"D\u00faplex Sa Tarongeta &#8211; 5&#8242; playa I ascensor I parking privado I terraza I Brava Experience \u2013 Photo 5\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 4\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/EXqosa61\/AssVTKtH.jpg\"\r\n\t\t\t\t\t\talt=\"D\u00faplex Sa Tarongeta &#8211; 5&#8242; playa I ascensor I parking privado I terraza I Brava Experience \u2013 Photo 6\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 5\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/EXqosa61\/pYDHSHOX.jpg\"\r\n\t\t\t\t\t\talt=\"D\u00faplex Sa Tarongeta &#8211; 5&#8242; playa I ascensor I parking privado I terraza I Brava Experience \u2013 Photo 7\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 6\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/EXqosa61\/X6VL-aEA.jpg\"\r\n\t\t\t\t\t\talt=\"D\u00faplex Sa Tarongeta &#8211; 5&#8242; playa I ascensor I parking privado I terraza I Brava Experience \u2013 Photo 8\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 7\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/EXqosa61\/-GERz7H1.jpg\"\r\n\t\t\t\t\t\talt=\"D\u00faplex Sa Tarongeta &#8211; 5&#8242; playa I ascensor I parking privado I terraza I Brava Experience \u2013 Photo 9\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 8\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/EXqosa61\/1oQHKbvm.jpg\"\r\n\t\t\t\t\t\talt=\"D\u00faplex Sa Tarongeta &#8211; 5&#8242; playa I ascensor I parking privado I terraza I Brava Experience \u2013 Photo 10\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 9\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/EXqosa61\/g2_cHTg5.jpg\"\r\n\t\t\t\t\t\talt=\"D\u00faplex Sa Tarongeta &#8211; 5&#8242; playa I ascensor I parking privado I terraza I Brava Experience \u2013 Photo 11\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 10\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/EXqosa61\/m7S24vRn.jpg\"\r\n\t\t\t\t\t\talt=\"D\u00faplex Sa Tarongeta &#8211; 5&#8242; playa I ascensor I parking privado I terraza I Brava Experience \u2013 Photo 12\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 11\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/EXqosa61\/u6WTalx5.jpg\"\r\n\t\t\t\t\t\talt=\"D\u00faplex Sa Tarongeta &#8211; 5&#8242; playa I ascensor I parking privado I terraza I Brava Experience \u2013 Photo 13\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 12\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/EXqosa61\/vzR0Gagm.jpg\"\r\n\t\t\t\t\t\talt=\"D\u00faplex Sa Tarongeta &#8211; 5&#8242; playa I ascensor I parking privado I terraza I Brava Experience \u2013 Photo 14\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 13\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/EXqosa61\/wWpAHpXc.jpg\"\r\n\t\t\t\t\t\talt=\"D\u00faplex Sa Tarongeta &#8211; 5&#8242; playa I ascensor I parking privado I terraza I Brava Experience \u2013 Photo 15\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 14\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<!-- Prev Arrow -->\r\n\t\t\t\t\t<button class=\"cwp-card__carousel-nav cwp-card__carousel-nav--prev\"\r\n\t\t\t\t\t        @click.prevent.stop=\"slide = slide > 0 ? slide - 1 : slides - 1\"\r\n\t\t\t\t\t        aria-label=\"Previous image\">\r\n\t\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t<path d=\"M7.5 9L4.5 6L7.5 3\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<\/button>\r\n\r\n\t\t\t\t\t<!-- Next Arrow -->\r\n\t\t\t\t\t<button class=\"cwp-card__carousel-nav cwp-card__carousel-nav--next\"\r\n\t\t\t\t\t        @click.prevent.stop=\"slide = slide < slides - 1 ? slide + 1 : 0\"\r\n\t\t\t\t\t        aria-label=\"Next image\">\r\n\t\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t<path d=\"M4.5 3L7.5 6L4.5 9\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<\/button>\r\n\r\n\t\t\t\t\t<!-- Dot Indicators -->\r\n\t\t\t\t\t<div class=\"cwp-card__carousel-dots\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 0 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 0\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 1\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 1 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 1\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 2\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 2 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 2\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 3\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 3 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 3\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 4\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 4 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 4\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 5\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 5 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 5\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 6\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 6 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 6\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 7\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 7 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 7\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 8\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 8 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 8\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 9\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 9 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 9\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 10\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 10 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 10\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 11\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 11 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 11\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 12\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 12 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 12\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 13\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 13 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 13\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 14\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 14 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 14\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 15\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\r\n\t\t<!-- Type Badge (top-left) -->\r\n\t\t\t\t\t<span class=\"cwp-badge cwp-card__type\">\r\n\t\t\t\tApartment\t\t\t<\/span>\r\n\t\t\r\n\t\t<!-- Superhost Badge (below save button) -->\r\n\t\t\r\n\t\t<!-- Featured \/ Owned Badge (host-labelled via Settings) -->\r\n\t\t\r\n\t\t<!-- Instant Book Badge (top-right, below superhost) -->\r\n\t\t\r\n\t\t<!-- Urgency Badge (bottom-left) -->\r\n\t\t\r\n\t<\/div><!-- .cwp-card__image-wrap -->\r\n\r\n\t<!-- \u2500\u2500 Card Body \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n\t<div class=\"cwp-card__body\">\r\n\r\n\t\t<!-- Header row: Title + Rating -->\r\n\t\t<div class=\"cwp-card__header\">\r\n\t\t\t<h3 class=\"cwp-card__title\">\r\n\t\t\t\t<a href=\"https:\/\/bravaexperience.es\/en\/listing\/duplex-sa-tarongeta-5-playa-i-ascensor-i-parking-privado-i-terraza-i-brava-experience\/\">\r\n\t\t\t\t\tD\u00faplex Sa Tarongeta &#8211; 5&#8242; playa I ascensor I parking privado I terraza I Brava Experience\t\t\t\t<\/a>\r\n\t\t\t<\/h3>\r\n\t\t\t\t\t\t\t<div class=\"cwp-card__rating\">\r\n\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"currentColor\" class=\"cwp-card__star\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t<path d=\"M6 0L7.326 4.41H12L8.337 7.18L9.663 11.59L6 8.82L2.337 11.59L3.663 7.18L0 4.41H4.674L6 0Z\"\/>\r\n\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<span class=\"cwp-card__rating-score\">4.7<\/span>\r\n\t\t\t\t\t<span class=\"cwp-card__rating-count\">(66)<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<!-- Location -->\r\n\t\t\t\t\t<p class=\"cwp-card__location\">\r\n\t\t\t\t<svg class=\"cwp-card__location-icon\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t<path d=\"M6 1C4.067 1 2.5 2.567 2.5 4.5C2.5 7.25 6 11 6 11C6 11 9.5 7.25 9.5 4.5C9.5 2.567 7.933 1 6 1Z\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t<circle cx=\"6\" cy=\"4.5\" r=\"1.25\" stroke=\"currentColor\" stroke-width=\"1.2\"\/>\r\n\t\t\t\t<\/svg>\r\n\t\t\t\tCadaqu\u00e9s, Catalunya\t\t\t<\/p>\r\n\t\t\r\n\t\t<!-- Spec Pills -->\r\n\t\t<div class=\"cwp-card__specs\">\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t3 bedrooms\t\t\t\t<\/span>\r\n\t\t\t\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t1 bath\t\t\t\t<\/span>\r\n\t\t\t\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t6 guests\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<!-- Price -->\r\n\t\t\t\t<div class=\"cwp-card__price\">\r\n\t\t\t\t\t\t\t<span class=\"cwp-card__price-amount\">\r\n\t\t\t\t\t\u20ac\u00a095.00\t\t\t\t<\/span>\r\n\t\t\t\t<span class=\"cwp-card__price-unit\">\/night<\/span>\r\n\t\t\t\t\t<\/div>\r\n\t\t\r\n\t<\/div><!-- .cwp-card__body -->\r\n\r\n<\/article>\r\n\r\n\r\n<article class=\"cwp-card\"\r\n         data-property-id=\"202658\"\r\n                  data-lat=\"42.2905236\"\r\n         data-lng=\"3.2791250\"\r\n                  x-data=\"{ slide: 0, slides: 15 }\">\r\n\r\n\t<!-- Full-card stretched link \u2014 click ANYWHERE on the card (photo, title,\r\n\t     location, spec pills, price) navigates to the property page.\r\n\t     Deliberately a direct child of <article class=\"cwp-card\"> \u2014 NOT\r\n\t     nested inside .cwp-card__image-wrap \/ .cwp-card__carousel, which are\r\n\t     both overflow:hidden and sized to the photo only, so an inset:0\r\n\t     anchor placed inside them could never grow past the photo. z-index 1\r\n\t     (see .cwp-root a.cwp-card__image-link in connect-public.css) keeps\r\n\t     it BELOW the carousel nav\/dots (z-index 3), save button (z-index 4),\r\n\t     and badges (z-index 2) so those stay independently clickable; it\r\n\t     still sits above the card body's plain in-flow text (title\/location\/\r\n\t     price), which is how a positioned element with z-index paints\r\n\t     relative to non-positioned content regardless of DOM order. -->\r\n\t<a href=\"https:\/\/bravaexperience.es\/en\/listing\/can-vidal-family-retreat-in-central-cadaques\/\"\r\n\t   class=\"cwp-card__image-link\"\r\n\t   aria-label=\"Can Vidal: family retreat in central Cadaqu\u00e9s\"\r\n\t   tabindex=\"-1\"><\/a>\r\n\r\n\t<!-- \u2500\u2500 Image wrap \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n\t<div class=\"cwp-card__image-wrap\">\r\n\r\n\t\t\t\t\t<div class=\"cwp-card__carousel\"\r\n\t\t\t     @touchstart.passive=\"$el._touchStartX = $event.touches[0].clientX\"\r\n\t\t\t     @touchend.passive=\"(function(el, e) { var diff = el._touchStartX - e.changedTouches[0].clientX; if (Math.abs(diff) > 50) { if (diff > 0) { slide = slide < slides - 1 ? slide + 1 : 0; } else { slide = slide > 0 ? slide - 1 : slides - 1; } } })($el, $event)\">\r\n\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/sux6neZN\/CQj6FWn-.jpg\"\r\n\t\t\t\t\t\talt=\"Can Vidal: family retreat in central Cadaqu\u00e9s \u2013 Photo 1\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 0\"\r\n\t\t\t\t\t\t\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/sux6neZN\/4fQtq0FR.jpg\"\r\n\t\t\t\t\t\talt=\"Can Vidal: family retreat in central Cadaqu\u00e9s \u2013 Photo 2\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 1\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/sux6neZN\/Vl3ry2Ir.jpg\"\r\n\t\t\t\t\t\talt=\"Can Vidal: family retreat in central Cadaqu\u00e9s \u2013 Photo 3\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 2\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/sux6neZN\/aUe5FtCr.jpg\"\r\n\t\t\t\t\t\talt=\"Can Vidal: family retreat in central Cadaqu\u00e9s \u2013 Photo 4\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 3\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/sux6neZN\/HSHJz5DJ.jpg\"\r\n\t\t\t\t\t\talt=\"Can Vidal: family retreat in central Cadaqu\u00e9s \u2013 Photo 5\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 4\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/sux6neZN\/wrEUbLVl.jpg\"\r\n\t\t\t\t\t\talt=\"Can Vidal: family retreat in central Cadaqu\u00e9s \u2013 Photo 6\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 5\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/sux6neZN\/2N4-Mwem.jpg\"\r\n\t\t\t\t\t\talt=\"Can Vidal: family retreat in central Cadaqu\u00e9s \u2013 Photo 7\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 6\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/sux6neZN\/nEfGGna8.jpg\"\r\n\t\t\t\t\t\talt=\"Can Vidal: family retreat in central Cadaqu\u00e9s \u2013 Photo 8\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 7\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/sux6neZN\/o1Vk5L1x.jpg\"\r\n\t\t\t\t\t\talt=\"Can Vidal: family retreat in central Cadaqu\u00e9s \u2013 Photo 9\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 8\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/sux6neZN\/jvr7uGa4.jpg\"\r\n\t\t\t\t\t\talt=\"Can Vidal: family retreat in central Cadaqu\u00e9s \u2013 Photo 10\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 9\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/sux6neZN\/0dT8V2ne.jpg\"\r\n\t\t\t\t\t\talt=\"Can Vidal: family retreat in central Cadaqu\u00e9s \u2013 Photo 11\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 10\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/sux6neZN\/5wWkLFlk.jpg\"\r\n\t\t\t\t\t\talt=\"Can Vidal: family retreat in central Cadaqu\u00e9s \u2013 Photo 12\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 11\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/sux6neZN\/2PN_C0Yt.jpg\"\r\n\t\t\t\t\t\talt=\"Can Vidal: family retreat in central Cadaqu\u00e9s \u2013 Photo 13\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 12\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/sux6neZN\/sRyxmOgO.jpg\"\r\n\t\t\t\t\t\talt=\"Can Vidal: family retreat in central Cadaqu\u00e9s \u2013 Photo 14\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 13\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/sux6neZN\/_gyrqBjJ.jpg\"\r\n\t\t\t\t\t\talt=\"Can Vidal: family retreat in central Cadaqu\u00e9s \u2013 Photo 15\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 14\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<!-- Prev Arrow -->\r\n\t\t\t\t\t<button class=\"cwp-card__carousel-nav cwp-card__carousel-nav--prev\"\r\n\t\t\t\t\t        @click.prevent.stop=\"slide = slide > 0 ? slide - 1 : slides - 1\"\r\n\t\t\t\t\t        aria-label=\"Previous image\">\r\n\t\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t<path d=\"M7.5 9L4.5 6L7.5 3\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<\/button>\r\n\r\n\t\t\t\t\t<!-- Next Arrow -->\r\n\t\t\t\t\t<button class=\"cwp-card__carousel-nav cwp-card__carousel-nav--next\"\r\n\t\t\t\t\t        @click.prevent.stop=\"slide = slide < slides - 1 ? slide + 1 : 0\"\r\n\t\t\t\t\t        aria-label=\"Next image\">\r\n\t\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t<path d=\"M4.5 3L7.5 6L4.5 9\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<\/button>\r\n\r\n\t\t\t\t\t<!-- Dot Indicators -->\r\n\t\t\t\t\t<div class=\"cwp-card__carousel-dots\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 0 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 0\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 1\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 1 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 1\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 2\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 2 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 2\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 3\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 3 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 3\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 4\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 4 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 4\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 5\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 5 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 5\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 6\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 6 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 6\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 7\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 7 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 7\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 8\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 8 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 8\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 9\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 9 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 9\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 10\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 10 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 10\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 11\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 11 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 11\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 12\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 12 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 12\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 13\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 13 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 13\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 14\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 14 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 14\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 15\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\r\n\t\t<!-- Type Badge (top-left) -->\r\n\t\t\t\t\t<span class=\"cwp-badge cwp-card__type\">\r\n\t\t\t\tApartment\t\t\t<\/span>\r\n\t\t\r\n\t\t<!-- Superhost Badge (below save button) -->\r\n\t\t\r\n\t\t<!-- Featured \/ Owned Badge (host-labelled via Settings) -->\r\n\t\t\r\n\t\t<!-- Instant Book Badge (top-right, below superhost) -->\r\n\t\t\r\n\t\t<!-- Urgency Badge (bottom-left) -->\r\n\t\t\r\n\t<\/div><!-- .cwp-card__image-wrap -->\r\n\r\n\t<!-- \u2500\u2500 Card Body \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n\t<div class=\"cwp-card__body\">\r\n\r\n\t\t<!-- Header row: Title + Rating -->\r\n\t\t<div class=\"cwp-card__header\">\r\n\t\t\t<h3 class=\"cwp-card__title\">\r\n\t\t\t\t<a href=\"https:\/\/bravaexperience.es\/en\/listing\/can-vidal-family-retreat-in-central-cadaques\/\">\r\n\t\t\t\t\tCan Vidal: family retreat in central Cadaqu\u00e9s\t\t\t\t<\/a>\r\n\t\t\t<\/h3>\r\n\t\t\t\t\t\t\t<div class=\"cwp-card__rating\">\r\n\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"currentColor\" class=\"cwp-card__star\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t<path d=\"M6 0L7.326 4.41H12L8.337 7.18L9.663 11.59L6 8.82L2.337 11.59L3.663 7.18L0 4.41H4.674L6 0Z\"\/>\r\n\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<span class=\"cwp-card__rating-score\">4.7<\/span>\r\n\t\t\t\t\t<span class=\"cwp-card__rating-count\">(51)<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<!-- Location -->\r\n\t\t\t\t\t<p class=\"cwp-card__location\">\r\n\t\t\t\t<svg class=\"cwp-card__location-icon\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t<path d=\"M6 1C4.067 1 2.5 2.567 2.5 4.5C2.5 7.25 6 11 6 11C6 11 9.5 7.25 9.5 4.5C9.5 2.567 7.933 1 6 1Z\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t<circle cx=\"6\" cy=\"4.5\" r=\"1.25\" stroke=\"currentColor\" stroke-width=\"1.2\"\/>\r\n\t\t\t\t<\/svg>\r\n\t\t\t\tCadaqu\u00e9s, Catalonia\t\t\t<\/p>\r\n\t\t\r\n\t\t<!-- Spec Pills -->\r\n\t\t<div class=\"cwp-card__specs\">\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t2 bedrooms\t\t\t\t<\/span>\r\n\t\t\t\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t1 bath\t\t\t\t<\/span>\r\n\t\t\t\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t5 guests\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<!-- Price -->\r\n\t\t\t\t<div class=\"cwp-card__price\">\r\n\t\t\t\t\t\t\t<span class=\"cwp-card__price-amount\">\r\n\t\t\t\t\t\u20ac\u00a080.00\t\t\t\t<\/span>\r\n\t\t\t\t<span class=\"cwp-card__price-unit\">\/night<\/span>\r\n\t\t\t\t\t<\/div>\r\n\t\t\r\n\t<\/div><!-- .cwp-card__body -->\r\n\r\n<\/article>\r\n\r\n\r\n<article class=\"cwp-card\"\r\n         data-property-id=\"202656\"\r\n                  data-lat=\"42.2935858\"\r\n         data-lng=\"3.2775041\"\r\n                  x-data=\"{ slide: 0, slides: 15 }\">\r\n\r\n\t<!-- Full-card stretched link \u2014 click ANYWHERE on the card (photo, title,\r\n\t     location, spec pills, price) navigates to the property page.\r\n\t     Deliberately a direct child of <article class=\"cwp-card\"> \u2014 NOT\r\n\t     nested inside .cwp-card__image-wrap \/ .cwp-card__carousel, which are\r\n\t     both overflow:hidden and sized to the photo only, so an inset:0\r\n\t     anchor placed inside them could never grow past the photo. z-index 1\r\n\t     (see .cwp-root a.cwp-card__image-link in connect-public.css) keeps\r\n\t     it BELOW the carousel nav\/dots (z-index 3), save button (z-index 4),\r\n\t     and badges (z-index 2) so those stay independently clickable; it\r\n\t     still sits above the card body's plain in-flow text (title\/location\/\r\n\t     price), which is how a positioned element with z-index paints\r\n\t     relative to non-positioned content regardless of DOM order. -->\r\n\t<a href=\"https:\/\/bravaexperience.es\/en\/listing\/can-rino\/\"\r\n\t   class=\"cwp-card__image-link\"\r\n\t   aria-label=\"Can Rino\"\r\n\t   tabindex=\"-1\"><\/a>\r\n\r\n\t<!-- \u2500\u2500 Image wrap \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n\t<div class=\"cwp-card__image-wrap\">\r\n\r\n\t\t\t\t\t<div class=\"cwp-card__carousel\"\r\n\t\t\t     @touchstart.passive=\"$el._touchStartX = $event.touches[0].clientX\"\r\n\t\t\t     @touchend.passive=\"(function(el, e) { var diff = el._touchStartX - e.changedTouches[0].clientX; if (Math.abs(diff) > 50) { if (diff > 0) { slide = slide < slides - 1 ? slide + 1 : 0; } else { slide = slide > 0 ? slide - 1 : slides - 1; } } })($el, $event)\">\r\n\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/mgBNweyU\/-JU12ciU.jpg\"\r\n\t\t\t\t\t\talt=\"Can Rino \u2013 Photo 1\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 0\"\r\n\t\t\t\t\t\t\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/mgBNweyU\/mUzw-6sS.jpg\"\r\n\t\t\t\t\t\talt=\"Can Rino \u2013 Photo 2\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 1\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/mgBNweyU\/Rt0uLv6Z.jpg\"\r\n\t\t\t\t\t\talt=\"Can Rino \u2013 Photo 3\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 2\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/mgBNweyU\/WkGFZLr_.jpg\"\r\n\t\t\t\t\t\talt=\"Can Rino \u2013 Photo 4\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 3\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/mgBNweyU\/YLucgk8z.jpg\"\r\n\t\t\t\t\t\talt=\"Can Rino \u2013 Photo 5\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 4\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/mgBNweyU\/Tv8d6bFz.jpg\"\r\n\t\t\t\t\t\talt=\"Can Rino \u2013 Photo 6\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 5\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/mgBNweyU\/81faNfDD.jpg\"\r\n\t\t\t\t\t\talt=\"Can Rino \u2013 Photo 7\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 6\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/mgBNweyU\/pC9W6Lui.jpg\"\r\n\t\t\t\t\t\talt=\"Can Rino \u2013 Photo 8\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 7\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/mgBNweyU\/OZLdWRWS.jpg\"\r\n\t\t\t\t\t\talt=\"Can Rino \u2013 Photo 9\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 8\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/mgBNweyU\/3-qFi4LU.jpg\"\r\n\t\t\t\t\t\talt=\"Can Rino \u2013 Photo 10\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 9\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/mgBNweyU\/4_bEre-s.jpg\"\r\n\t\t\t\t\t\talt=\"Can Rino \u2013 Photo 11\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 10\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/mgBNweyU\/rtEAP8Os.jpg\"\r\n\t\t\t\t\t\talt=\"Can Rino \u2013 Photo 12\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 11\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/mgBNweyU\/B4egDtwH.jpg\"\r\n\t\t\t\t\t\talt=\"Can Rino \u2013 Photo 13\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 12\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/mgBNweyU\/wXMt6ICt.jpg\"\r\n\t\t\t\t\t\talt=\"Can Rino \u2013 Photo 14\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 13\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/mgBNweyU\/zRpMHZFU.jpg\"\r\n\t\t\t\t\t\talt=\"Can Rino \u2013 Photo 15\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 14\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<!-- Prev Arrow -->\r\n\t\t\t\t\t<button class=\"cwp-card__carousel-nav cwp-card__carousel-nav--prev\"\r\n\t\t\t\t\t        @click.prevent.stop=\"slide = slide > 0 ? slide - 1 : slides - 1\"\r\n\t\t\t\t\t        aria-label=\"Previous image\">\r\n\t\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t<path d=\"M7.5 9L4.5 6L7.5 3\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<\/button>\r\n\r\n\t\t\t\t\t<!-- Next Arrow -->\r\n\t\t\t\t\t<button class=\"cwp-card__carousel-nav cwp-card__carousel-nav--next\"\r\n\t\t\t\t\t        @click.prevent.stop=\"slide = slide < slides - 1 ? slide + 1 : 0\"\r\n\t\t\t\t\t        aria-label=\"Next image\">\r\n\t\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t<path d=\"M4.5 3L7.5 6L4.5 9\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<\/button>\r\n\r\n\t\t\t\t\t<!-- Dot Indicators -->\r\n\t\t\t\t\t<div class=\"cwp-card__carousel-dots\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 0 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 0\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 1\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 1 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 1\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 2\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 2 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 2\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 3\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 3 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 3\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 4\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 4 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 4\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 5\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 5 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 5\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 6\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 6 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 6\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 7\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 7 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 7\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 8\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 8 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 8\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 9\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 9 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 9\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 10\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 10 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 10\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 11\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 11 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 11\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 12\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 12 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 12\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 13\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 13 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 13\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 14\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 14 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 14\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 15\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\r\n\t\t<!-- Type Badge (top-left) -->\r\n\t\t\t\t\t<span class=\"cwp-badge cwp-card__type\">\r\n\t\t\t\tApartment\t\t\t<\/span>\r\n\t\t\r\n\t\t<!-- Superhost Badge (below save button) -->\r\n\t\t\r\n\t\t<!-- Featured \/ Owned Badge (host-labelled via Settings) -->\r\n\t\t\r\n\t\t<!-- Instant Book Badge (top-right, below superhost) -->\r\n\t\t\r\n\t\t<!-- Urgency Badge (bottom-left) -->\r\n\t\t\r\n\t<\/div><!-- .cwp-card__image-wrap -->\r\n\r\n\t<!-- \u2500\u2500 Card Body \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n\t<div class=\"cwp-card__body\">\r\n\r\n\t\t<!-- Header row: Title + Rating -->\r\n\t\t<div class=\"cwp-card__header\">\r\n\t\t\t<h3 class=\"cwp-card__title\">\r\n\t\t\t\t<a href=\"https:\/\/bravaexperience.es\/en\/listing\/can-rino\/\">\r\n\t\t\t\t\tCan Rino\t\t\t\t<\/a>\r\n\t\t\t<\/h3>\r\n\t\t\t\t\t\t\t<div class=\"cwp-card__rating\">\r\n\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"currentColor\" class=\"cwp-card__star\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t<path d=\"M6 0L7.326 4.41H12L8.337 7.18L9.663 11.59L6 8.82L2.337 11.59L3.663 7.18L0 4.41H4.674L6 0Z\"\/>\r\n\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<span class=\"cwp-card__rating-score\">4.8<\/span>\r\n\t\t\t\t\t<span class=\"cwp-card__rating-count\">(24)<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<!-- Location -->\r\n\t\t\t\t\t<p class=\"cwp-card__location\">\r\n\t\t\t\t<svg class=\"cwp-card__location-icon\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t<path d=\"M6 1C4.067 1 2.5 2.567 2.5 4.5C2.5 7.25 6 11 6 11C6 11 9.5 7.25 9.5 4.5C9.5 2.567 7.933 1 6 1Z\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t<circle cx=\"6\" cy=\"4.5\" r=\"1.25\" stroke=\"currentColor\" stroke-width=\"1.2\"\/>\r\n\t\t\t\t<\/svg>\r\n\t\t\t\tCadaqu\u00e9s, Catalonia\t\t\t<\/p>\r\n\t\t\r\n\t\t<!-- Spec Pills -->\r\n\t\t<div class=\"cwp-card__specs\">\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t2 bedrooms\t\t\t\t<\/span>\r\n\t\t\t\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t1 bath\t\t\t\t<\/span>\r\n\t\t\t\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t4 guests\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<!-- Price -->\r\n\t\t\t\t<div class=\"cwp-card__price\">\r\n\t\t\t\t\t\t\t<span class=\"cwp-card__price-amount\">\r\n\t\t\t\t\t\u20ac\u00a090.00\t\t\t\t<\/span>\r\n\t\t\t\t<span class=\"cwp-card__price-unit\">\/night<\/span>\r\n\t\t\t\t\t<\/div>\r\n\t\t\r\n\t<\/div><!-- .cwp-card__body -->\r\n\r\n<\/article>\r\n\r\n\r\n<article class=\"cwp-card\"\r\n         data-property-id=\"202654\"\r\n                  data-lat=\"42.2839642\"\r\n         data-lng=\"3.2925359\"\r\n                  x-data=\"{ slide: 0, slides: 15 }\">\r\n\r\n\t<!-- Full-card stretched link \u2014 click ANYWHERE on the card (photo, title,\r\n\t     location, spec pills, price) navigates to the property page.\r\n\t     Deliberately a direct child of <article class=\"cwp-card\"> \u2014 NOT\r\n\t     nested inside .cwp-card__image-wrap \/ .cwp-card__carousel, which are\r\n\t     both overflow:hidden and sized to the photo only, so an inset:0\r\n\t     anchor placed inside them could never grow past the photo. z-index 1\r\n\t     (see .cwp-root a.cwp-card__image-link in connect-public.css) keeps\r\n\t     it BELOW the carousel nav\/dots (z-index 3), save button (z-index 4),\r\n\t     and badges (z-index 2) so those stay independently clickable; it\r\n\t     still sits above the card body's plain in-flow text (title\/location\/\r\n\t     price), which is how a positioned element with z-index paints\r\n\t     relative to non-positioned content regardless of DOM order. -->\r\n\t<a href=\"https:\/\/bravaexperience.es\/en\/listing\/casa-maria-sol-garden-bbq-4-bedrooms-sea-views\/\"\r\n\t   class=\"cwp-card__image-link\"\r\n\t   aria-label=\"Casa Maria Sol: Garden, BBQ, 4 bedrooms, sea views\"\r\n\t   tabindex=\"-1\"><\/a>\r\n\r\n\t<!-- \u2500\u2500 Image wrap \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n\t<div class=\"cwp-card__image-wrap\">\r\n\r\n\t\t\t\t\t<div class=\"cwp-card__carousel\"\r\n\t\t\t     @touchstart.passive=\"$el._touchStartX = $event.touches[0].clientX\"\r\n\t\t\t     @touchend.passive=\"(function(el, e) { var diff = el._touchStartX - e.changedTouches[0].clientX; if (Math.abs(diff) > 50) { if (diff > 0) { slide = slide < slides - 1 ? slide + 1 : 0; } else { slide = slide > 0 ? slide - 1 : slides - 1; } } })($el, $event)\">\r\n\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/j556gRFh\/-M0EVdqJ.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Maria Sol: Garden, BBQ, 4 bedrooms, sea views \u2013 Photo 1\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 0\"\r\n\t\t\t\t\t\t\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/j556gRFh\/DJgp_7VE.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Maria Sol: Garden, BBQ, 4 bedrooms, sea views \u2013 Photo 2\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 1\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/j556gRFh\/XzjaOKY5.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Maria Sol: Garden, BBQ, 4 bedrooms, sea views \u2013 Photo 3\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 2\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/j556gRFh\/fFeqbX7J.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Maria Sol: Garden, BBQ, 4 bedrooms, sea views \u2013 Photo 4\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 3\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/j556gRFh\/pIhNuQoW.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Maria Sol: Garden, BBQ, 4 bedrooms, sea views \u2013 Photo 5\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 4\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/j556gRFh\/-wUeQ4VQ.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Maria Sol: Garden, BBQ, 4 bedrooms, sea views \u2013 Photo 6\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 5\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/j556gRFh\/ZqZIBIXN.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Maria Sol: Garden, BBQ, 4 bedrooms, sea views \u2013 Photo 7\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 6\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/j556gRFh\/IITyeokM.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Maria Sol: Garden, BBQ, 4 bedrooms, sea views \u2013 Photo 8\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 7\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/j556gRFh\/oeBN9UCJ.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Maria Sol: Garden, BBQ, 4 bedrooms, sea views \u2013 Photo 9\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 8\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/j556gRFh\/xe45rbmK.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Maria Sol: Garden, BBQ, 4 bedrooms, sea views \u2013 Photo 10\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 9\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/j556gRFh\/OiFnIx9R.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Maria Sol: Garden, BBQ, 4 bedrooms, sea views \u2013 Photo 11\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 10\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/j556gRFh\/6588wt_-.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Maria Sol: Garden, BBQ, 4 bedrooms, sea views \u2013 Photo 12\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 11\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/j556gRFh\/CqMeCv8O.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Maria Sol: Garden, BBQ, 4 bedrooms, sea views \u2013 Photo 13\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 12\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/j556gRFh\/cbLx43n6.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Maria Sol: Garden, BBQ, 4 bedrooms, sea views \u2013 Photo 14\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 13\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<img\r\n\t\t\t\t\t\tsrc=\"https:\/\/ik.imagekit.io\/ag3agytm3\/tr:w-800,h-533,fo-auto,q-85,f-auto\/i\/G7kfc-nT\/j556gRFh\/RYd11lrb.jpg\"\r\n\t\t\t\t\t\talt=\"Casa Maria Sol: Garden, BBQ, 4 bedrooms, sea views \u2013 Photo 15\"\r\n\t\t\t\t\t\tclass=\"cwp-card__carousel-image\"\r\n\t\t\t\t\t\tx-show=\"slide === 14\"\r\n\t\t\t\t\t\tloading=\"lazy\"\t\t\t\t\t\tdecoding=\"async\"\r\n\t\t\t\t\t\twidth=\"600\"\r\n\t\t\t\t\t\theight=\"400\"\r\n\t\t\t\t\t\tonerror=\"if(!this.dataset.fallback){this.dataset.fallback='1';this.src='https:\/\/bravaexperience.es\/wp-content\/plugins\/connect\/admin\/images\/placeholders\/placeholder-final-800x600.png';}\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<!-- Prev Arrow -->\r\n\t\t\t\t\t<button class=\"cwp-card__carousel-nav cwp-card__carousel-nav--prev\"\r\n\t\t\t\t\t        @click.prevent.stop=\"slide = slide > 0 ? slide - 1 : slides - 1\"\r\n\t\t\t\t\t        aria-label=\"Previous image\">\r\n\t\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t<path d=\"M7.5 9L4.5 6L7.5 3\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<\/button>\r\n\r\n\t\t\t\t\t<!-- Next Arrow -->\r\n\t\t\t\t\t<button class=\"cwp-card__carousel-nav cwp-card__carousel-nav--next\"\r\n\t\t\t\t\t        @click.prevent.stop=\"slide = slide < slides - 1 ? slide + 1 : 0\"\r\n\t\t\t\t\t        aria-label=\"Next image\">\r\n\t\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t<path d=\"M4.5 3L7.5 6L4.5 9\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<\/button>\r\n\r\n\t\t\t\t\t<!-- Dot Indicators -->\r\n\t\t\t\t\t<div class=\"cwp-card__carousel-dots\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 0 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 0\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 1\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 1 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 1\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 2\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 2 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 2\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 3\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 3 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 3\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 4\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 4 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 4\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 5\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 5 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 5\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 6\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 6 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 6\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 7\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 7 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 7\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 8\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 8 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 8\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 9\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 9 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 9\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 10\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 10 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 10\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 11\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 11 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 11\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 12\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 12 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 12\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 13\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 13 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 13\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 14\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"cwp-card__carousel-dot\"\r\n\t\t\t\t\t\t\t        :class=\"{ 'cwp-card__carousel-dot--active': slide === 14 }\"\r\n\t\t\t\t\t\t\t        @click.prevent.stop=\"slide = 14\"\r\n\t\t\t\t\t\t\t        aria-label=\"Go to image 15\">\r\n\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\r\n\t\t<!-- Type Badge (top-left) -->\r\n\t\t\t\t\t<span class=\"cwp-badge cwp-card__type\">\r\n\t\t\t\tHouse\t\t\t<\/span>\r\n\t\t\r\n\t\t<!-- Superhost Badge (below save button) -->\r\n\t\t\r\n\t\t<!-- Featured \/ Owned Badge (host-labelled via Settings) -->\r\n\t\t\r\n\t\t<!-- Instant Book Badge (top-right, below superhost) -->\r\n\t\t\r\n\t\t<!-- Urgency Badge (bottom-left) -->\r\n\t\t\r\n\t<\/div><!-- .cwp-card__image-wrap -->\r\n\r\n\t<!-- \u2500\u2500 Card Body \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\r\n\t<div class=\"cwp-card__body\">\r\n\r\n\t\t<!-- Header row: Title + Rating -->\r\n\t\t<div class=\"cwp-card__header\">\r\n\t\t\t<h3 class=\"cwp-card__title\">\r\n\t\t\t\t<a href=\"https:\/\/bravaexperience.es\/en\/listing\/casa-maria-sol-garden-bbq-4-bedrooms-sea-views\/\">\r\n\t\t\t\t\tCasa Maria Sol: Garden, BBQ, 4 bedrooms, sea views\t\t\t\t<\/a>\r\n\t\t\t<\/h3>\r\n\t\t\t\t\t\t\t<div class=\"cwp-card__rating\">\r\n\t\t\t\t\t<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"currentColor\" class=\"cwp-card__star\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t<path d=\"M6 0L7.326 4.41H12L8.337 7.18L9.663 11.59L6 8.82L2.337 11.59L3.663 7.18L0 4.41H4.674L6 0Z\"\/>\r\n\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t<span class=\"cwp-card__rating-score\">4.8<\/span>\r\n\t\t\t\t\t<span class=\"cwp-card__rating-count\">(26)<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<!-- Location -->\r\n\t\t\t\t\t<p class=\"cwp-card__location\">\r\n\t\t\t\t<svg class=\"cwp-card__location-icon\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n\t\t\t\t\t<path d=\"M6 1C4.067 1 2.5 2.567 2.5 4.5C2.5 7.25 6 11 6 11C6 11 9.5 7.25 9.5 4.5C9.5 2.567 7.933 1 6 1Z\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n\t\t\t\t\t<circle cx=\"6\" cy=\"4.5\" r=\"1.25\" stroke=\"currentColor\" stroke-width=\"1.2\"\/>\r\n\t\t\t\t<\/svg>\r\n\t\t\t\tCadaqu\u00e9s, Girona\t\t\t<\/p>\r\n\t\t\r\n\t\t<!-- Spec Pills -->\r\n\t\t<div class=\"cwp-card__specs\">\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t4 bedrooms\t\t\t\t<\/span>\r\n\t\t\t\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t2 baths\t\t\t\t<\/span>\r\n\t\t\t\r\n\t\t\t\t\t\t\t<span class=\"cwp-pill\">\r\n\t\t\t\t\t8 guests\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<!-- Price -->\r\n\t\t\t\t<div class=\"cwp-card__price\">\r\n\t\t\t\t\t\t\t<span class=\"cwp-card__price-amount\">\r\n\t\t\t\t\t\u20ac\u00a0200.00\t\t\t\t<\/span>\r\n\t\t\t\t<span class=\"cwp-card__price-unit\">\/night<\/span>\r\n\t\t\t\t\t<\/div>\r\n\t\t\r\n\t<\/div><!-- .cwp-card__body -->\r\n\r\n<\/article>\r\n\r\n                            <\/div>\r\n\r\n            \r\n                \r\n                <!-- Pagination -->\r\n                \r\n<noscript>\r\n<style>.cwp-pagination__nav { display: flex !important; }<\/style>\r\n<\/noscript>\r\n\r\n<div class=\"cwp-pagination\">\r\n\r\n    \r\n    <!-- Infinite Scroll Sentinel -->\r\n    <div class=\"cwp-pagination__sentinel\"\r\n         data-page=\"1\"\r\n         data-total=\"1\"\r\n         data-next-url=\"\">\r\n    <\/div>\r\n\r\n    <!-- End State (shown when all results loaded) -->\r\n    <div class=\"cwp-pagination__end\" style=\"display: none;\">\r\n        <div class=\"cwp-pagination__end-divider\"><\/div>\r\n        <p class=\"cwp-pagination__end-text\">\r\n            You&#039;ve seen all 11 properties        <\/p>\r\n        <button class=\"cwp-pagination__top\" @click=\"window.scrollTo({ top: 0, behavior: 'smooth' })\">\r\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\">\r\n                <path d=\"M8 12V4M8 4L4 8M8 4L12 8\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n            <\/svg>\r\n            <span>Back to top<\/span>\r\n        <\/button>\r\n    <\/div>\r\n\r\n<\/div>\r\n\r\n\r\n            \r\n        <\/div>\r\n\r\n                <!-- Desktop Map Collapse\/Expand Toggle (sibling of map, not child \u2014 survives opacity:0 on collapse) -->\r\n        <button class=\"cwp-map-toggle\"\r\n                @click=\"mapCollapsed = !mapCollapsed\"\r\n                :class=\"{ 'cwp-map-toggle--collapsed': mapCollapsed }\"\r\n                :aria-label=\"mapCollapsed ? 'Show map' : 'Hide map'\"\r\n                aria-controls=\"cwp-map-panel\">\r\n            <svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" aria-hidden=\"true\">\r\n                <path d=\"M4.5 2L8.5 6L4.5 10\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n            <\/svg>\r\n        <\/button>\r\n\r\n        <!-- Map Panel -->\r\n        <div class=\"cwp-split-view__map\" id=\"cwp-map-panel\" :class=\"{ 'cwp-split-view__map--mobile-visible': showMap }\">\r\n            \r\n<a href=\"#cwp-after-search-map\" class=\"cwp-skip-link\">Skip past map<\/a>\r\n<div class=\"cwp-search-map\"\r\n     id=\"cwp-search-map\"\r\n     role=\"region\"\r\n     aria-label=\"Search results map\"\r\n     data-properties=\"[{&quot;id&quot;:202674,&quot;lat&quot;:42.2913933,&quot;lng&quot;:3.280714,&quot;radius_m&quot;:0,&quot;title&quot;:&quot;Ca la Mari- Art\\u00edstico I reformado I funcional y pet-friendly con 3 camas dobles I Brava Experience&quot;,&quot;price&quot;:&quot;175.00&quot;,&quot;image_url&quot;:&quot;https:\\\/\\\/ik.imagekit.io\\\/ag3agytm3\\\/i\\\/G7kfc-nT\\\/L4sszXCv\\\/qT0tqfNX.jpg&quot;,&quot;rating&quot;:&quot;4.76&quot;,&quot;review_count&quot;:125,&quot;property_type&quot;:&quot;apartment&quot;,&quot;location&quot;:&quot;Cadaqu\\u00e9s, Catalunya&quot;,&quot;slug&quot;:&quot;https:\\\/\\\/bravaexperience.es\\\/en\\\/listing\\\/ca-la-mari-artistico-i-reformado-i-funcional-y-pet-friendly-con-3-camas-dobles-i-brava-experience\\\/&quot;,&quot;bedrooms&quot;:3,&quot;bathrooms&quot;:1,&quot;max_guests&quot;:5},{&quot;id&quot;:202672,&quot;lat&quot;:42.2893047,&quot;lng&quot;:3.2820063,&quot;radius_m&quot;:0,&quot;title&quot;:&quot;Casa Ll\\u00facia &#8211; Check-out 1 pm I 3&#8242; playa I planta baja I c\\u00e9ntrico I equipado&quot;,&quot;price&quot;:&quot;68.00&quot;,&quot;image_url&quot;:&quot;https:\\\/\\\/ik.imagekit.io\\\/ag3agytm3\\\/i\\\/G7kfc-nT\\\/NJdyvjO-\\\/SBinXvGx.jpg&quot;,&quot;rating&quot;:&quot;4.86&quot;,&quot;review_count&quot;:47,&quot;property_type&quot;:&quot;apartment&quot;,&quot;location&quot;:&quot;Cadaqu\\u00e9s, Catalunya&quot;,&quot;slug&quot;:&quot;https:\\\/\\\/bravaexperience.es\\\/en\\\/listing\\\/casa-llucia-check-out-1-pm-i-3-playa-i-planta-baja-i-centrico-i-equipado\\\/&quot;,&quot;bedrooms&quot;:2,&quot;bathrooms&quot;:1,&quot;max_guests&quot;:4},{&quot;id&quot;:202670,&quot;lat&quot;:41.8440937,&quot;lng&quot;:3.0998863,&quot;radius_m&quot;:0,&quot;title&quot;:&quot;Balc\\u00f3 al mar: refurbished, style &amp; tech seafront&quot;,&quot;price&quot;:&quot;55.00&quot;,&quot;image_url&quot;:&quot;https:\\\/\\\/ik.imagekit.io\\\/ag3agytm3\\\/i\\\/G7kfc-nT\\\/V7eYr7HM\\\/yFWfoy6F.jpg&quot;,&quot;rating&quot;:null,&quot;review_count&quot;:0,&quot;property_type&quot;:&quot;apartment&quot;,&quot;location&quot;:&quot;Sant Antoni de Calonge, Catalunya&quot;,&quot;slug&quot;:&quot;https:\\\/\\\/bravaexperience.es\\\/en\\\/listing\\\/balcon-al-mar-refurbished-style-tech-seafront\\\/&quot;,&quot;bedrooms&quot;:2,&quot;bathrooms&quot;:2.5,&quot;max_guests&quot;:4},{&quot;id&quot;:202668,&quot;lat&quot;:42.289093,&quot;lng&quot;:3.275275,&quot;radius_m&quot;:0,&quot;title&quot;:&quot;Casa Jordi &#8211; Piedra y b\\u00f3veda en el coraz\\u00f3n de Cadaqu\\u00e9s I 3 suites I 2 parkings I patio con bbq&quot;,&quot;price&quot;:&quot;230.00&quot;,&quot;image_url&quot;:&quot;https:\\\/\\\/ik.imagekit.io\\\/ag3agytm3\\\/i\\\/G7kfc-nT\\\/YOfWC8lT\\\/t88wK0db.jpg&quot;,&quot;rating&quot;:&quot;4.60&quot;,&quot;review_count&quot;:26,&quot;property_type&quot;:&quot;house&quot;,&quot;location&quot;:&quot;Cadaqu\\u00e9s, Catalunya&quot;,&quot;slug&quot;:&quot;https:\\\/\\\/bravaexperience.es\\\/en\\\/listing\\\/casa-jordi-piedra-y-boveda-en-el-corazon-de-cadaques-i-3-suites-i-2-parkings-i-patio-con-bbq\\\/&quot;,&quot;bedrooms&quot;:3,&quot;bathrooms&quot;:4,&quot;max_guests&quot;:8},{&quot;id&quot;:202666,&quot;lat&quot;:42.2891854,&quot;lng&quot;:3.2818927,&quot;radius_m&quot;:0,&quot;title&quot;:&quot;Chez Pacha &#8211; Central duplex 2&#8242; beach I Brava Exp.&quot;,&quot;price&quot;:&quot;75.00&quot;,&quot;image_url&quot;:&quot;https:\\\/\\\/ik.imagekit.io\\\/ag3agytm3\\\/i\\\/G7kfc-nT\\\/nIdb4AYN\\\/BvPYH5FP.jpg&quot;,&quot;rating&quot;:&quot;4.84&quot;,&quot;review_count&quot;:19,&quot;property_type&quot;:&quot;apartment&quot;,&quot;location&quot;:&quot;Cadaqu\\u00e9s, Catalonia&quot;,&quot;slug&quot;:&quot;https:\\\/\\\/bravaexperience.es\\\/en\\\/listing\\\/chez-pacha\\\/&quot;,&quot;bedrooms&quot;:2,&quot;bathrooms&quot;:2,&quot;max_guests&quot;:5},{&quot;id&quot;:202664,&quot;lat&quot;:42.2898824,&quot;lng&quot;:3.2790179,&quot;radius_m&quot;:0,&quot;title&quot;:&quot;Es Forn&quot;,&quot;price&quot;:&quot;585.00&quot;,&quot;image_url&quot;:&quot;https:\\\/\\\/ik.imagekit.io\\\/ag3agytm3\\\/i\\\/G7kfc-nT\\\/K9DDCKE5\\\/gwetTJmX.jpg&quot;,&quot;rating&quot;:&quot;4.75&quot;,&quot;review_count&quot;:8,&quot;property_type&quot;:&quot;house&quot;,&quot;location&quot;:&quot;Cadaqu\\u00e9s, Catalonia&quot;,&quot;slug&quot;:&quot;https:\\\/\\\/bravaexperience.es\\\/en\\\/listing\\\/es-forn\\\/&quot;,&quot;bedrooms&quot;:5,&quot;bathrooms&quot;:4,&quot;max_guests&quot;:10},{&quot;id&quot;:202662,&quot;lat&quot;:41.838748,&quot;lng&quot;:2.8083027,&quot;radius_m&quot;:0,&quot;title&quot;:&quot;Casa Bar\\u00f3&quot;,&quot;price&quot;:&quot;80.00&quot;,&quot;image_url&quot;:&quot;https:\\\/\\\/ik.imagekit.io\\\/ag3agytm3\\\/i\\\/G7kfc-nT\\\/RiaZSoo1\\\/wWHhXwjj.jpg&quot;,&quot;rating&quot;:&quot;4.43&quot;,&quot;review_count&quot;:7,&quot;property_type&quot;:&quot;house&quot;,&quot;location&quot;:&quot;Caldes de Malavella, Catalunya&quot;,&quot;slug&quot;:&quot;https:\\\/\\\/bravaexperience.es\\\/en\\\/listing\\\/casa-baro\\\/&quot;,&quot;bedrooms&quot;:3,&quot;bathrooms&quot;:1.5,&quot;max_guests&quot;:5},{&quot;id&quot;:202660,&quot;lat&quot;:42.2902826,&quot;lng&quot;:3.2728148,&quot;radius_m&quot;:0,&quot;title&quot;:&quot;D\\u00faplex Sa Tarongeta &#8211; 5&#8242; playa I ascensor I parking privado I terraza I Brava Experience&quot;,&quot;price&quot;:&quot;95.00&quot;,&quot;image_url&quot;:&quot;https:\\\/\\\/ik.imagekit.io\\\/ag3agytm3\\\/i\\\/G7kfc-nT\\\/EXqosa61\\\/J0PE1syG.jpg&quot;,&quot;rating&quot;:&quot;4.74&quot;,&quot;review_count&quot;:66,&quot;property_type&quot;:&quot;apartment&quot;,&quot;location&quot;:&quot;Cadaqu\\u00e9s, Catalunya&quot;,&quot;slug&quot;:&quot;https:\\\/\\\/bravaexperience.es\\\/en\\\/listing\\\/duplex-sa-tarongeta-5-playa-i-ascensor-i-parking-privado-i-terraza-i-brava-experience\\\/&quot;,&quot;bedrooms&quot;:3,&quot;bathrooms&quot;:1,&quot;max_guests&quot;:6},{&quot;id&quot;:202658,&quot;lat&quot;:42.2905236,&quot;lng&quot;:3.279125,&quot;radius_m&quot;:0,&quot;title&quot;:&quot;Can Vidal: family retreat in central Cadaqu\\u00e9s&quot;,&quot;price&quot;:&quot;80.00&quot;,&quot;image_url&quot;:&quot;https:\\\/\\\/ik.imagekit.io\\\/ag3agytm3\\\/i\\\/G7kfc-nT\\\/sux6neZN\\\/CQj6FWn-.jpg&quot;,&quot;rating&quot;:&quot;4.65&quot;,&quot;review_count&quot;:51,&quot;property_type&quot;:&quot;apartment&quot;,&quot;location&quot;:&quot;Cadaqu\\u00e9s, Catalonia&quot;,&quot;slug&quot;:&quot;https:\\\/\\\/bravaexperience.es\\\/en\\\/listing\\\/can-vidal-family-retreat-in-central-cadaques\\\/&quot;,&quot;bedrooms&quot;:2,&quot;bathrooms&quot;:1,&quot;max_guests&quot;:5},{&quot;id&quot;:202656,&quot;lat&quot;:42.2935858,&quot;lng&quot;:3.2775041,&quot;radius_m&quot;:0,&quot;title&quot;:&quot;Can Rino&quot;,&quot;price&quot;:&quot;90.00&quot;,&quot;image_url&quot;:&quot;https:\\\/\\\/ik.imagekit.io\\\/ag3agytm3\\\/i\\\/G7kfc-nT\\\/mgBNweyU\\\/-JU12ciU.jpg&quot;,&quot;rating&quot;:&quot;4.77&quot;,&quot;review_count&quot;:24,&quot;property_type&quot;:&quot;apartment&quot;,&quot;location&quot;:&quot;Cadaqu\\u00e9s, Catalonia&quot;,&quot;slug&quot;:&quot;https:\\\/\\\/bravaexperience.es\\\/en\\\/listing\\\/can-rino\\\/&quot;,&quot;bedrooms&quot;:2,&quot;bathrooms&quot;:1,&quot;max_guests&quot;:4},{&quot;id&quot;:202654,&quot;lat&quot;:42.2839642,&quot;lng&quot;:3.2925359,&quot;radius_m&quot;:0,&quot;title&quot;:&quot;Casa Maria Sol: Garden, BBQ, 4 bedrooms, sea views&quot;,&quot;price&quot;:&quot;200.00&quot;,&quot;image_url&quot;:&quot;https:\\\/\\\/ik.imagekit.io\\\/ag3agytm3\\\/i\\\/G7kfc-nT\\\/j556gRFh\\\/-M0EVdqJ.jpg&quot;,&quot;rating&quot;:&quot;4.75&quot;,&quot;review_count&quot;:26,&quot;property_type&quot;:&quot;house&quot;,&quot;location&quot;:&quot;Cadaqu\\u00e9s, Girona&quot;,&quot;slug&quot;:&quot;https:\\\/\\\/bravaexperience.es\\\/en\\\/listing\\\/casa-maria-sol-garden-bbq-4-bedrooms-sea-views\\\/&quot;,&quot;bedrooms&quot;:4,&quot;bathrooms&quot;:2,&quot;max_guests&quot;:8}]\"\r\n               style=\"height: 100%; min-height: 600px;\">\r\n    <!-- Map skeleton placeholder \u2014 shown until Leaflet loads -->\r\n    <div class=\"cwp-map-skeleton\" aria-hidden=\"true\">\r\n        <!-- Road grid pattern -->\r\n        <div class=\"cwp-map-skeleton__grid\">\r\n            <div class=\"cwp-map-skeleton__road cwp-map-skeleton__road--h\" style=\"top:18%\"><\/div>\r\n            <div class=\"cwp-map-skeleton__road cwp-map-skeleton__road--h\" style=\"top:42%\"><\/div>\r\n            <div class=\"cwp-map-skeleton__road cwp-map-skeleton__road--h cwp-map-skeleton__road--major\" style=\"top:62%\"><\/div>\r\n            <div class=\"cwp-map-skeleton__road cwp-map-skeleton__road--h\" style=\"top:80%\"><\/div>\r\n            <div class=\"cwp-map-skeleton__road cwp-map-skeleton__road--v\" style=\"left:15%\"><\/div>\r\n            <div class=\"cwp-map-skeleton__road cwp-map-skeleton__road--v cwp-map-skeleton__road--major\" style=\"left:38%\"><\/div>\r\n            <div class=\"cwp-map-skeleton__road cwp-map-skeleton__road--v\" style=\"left:58%\"><\/div>\r\n            <div class=\"cwp-map-skeleton__road cwp-map-skeleton__road--v\" style=\"left:78%\"><\/div>\r\n            <!-- Diagonal road -->\r\n            <div class=\"cwp-map-skeleton__road cwp-map-skeleton__road--diag\"><\/div>\r\n        <\/div>\r\n        <!-- Fake price markers -->\r\n        <div class=\"cwp-map-skeleton__marker\" style=\"top:25%; left:28%\"><\/div>\r\n        <div class=\"cwp-map-skeleton__marker\" style=\"top:48%; left:52%\"><\/div>\r\n        <div class=\"cwp-map-skeleton__marker\" style=\"top:35%; left:70%\"><\/div>\r\n        <div class=\"cwp-map-skeleton__marker\" style=\"top:68%; left:35%\"><\/div>\r\n        <div class=\"cwp-map-skeleton__marker\" style=\"top:72%; left:65%\"><\/div>\r\n        <!-- Fake zoom controls -->\r\n        <div class=\"cwp-map-skeleton__controls\">\r\n            <div class=\"cwp-map-skeleton__btn\"><\/div>\r\n            <div class=\"cwp-map-skeleton__btn\"><\/div>\r\n        <\/div>\r\n        <!-- Shimmer overlay -->\r\n        <div class=\"cwp-map-skeleton__shimmer\"><\/div>\r\n    <\/div>\r\n<\/div>\r\n<span id=\"cwp-after-search-map\"><\/span>\r\n\r\n<!-- Self-cleaning: remove skeleton once Leaflet pane appears -->\r\n<script>\r\n(function(){\r\n    var c = document.getElementById('cwp-search-map');\r\n    if (!c) return;\r\n    var sk = c.querySelector('.cwp-map-skeleton');\r\n    if (!sk) return;\r\n    function fade() {\r\n        sk.style.transition = 'opacity 0.4s ease';\r\n        sk.style.opacity = '0';\r\n        setTimeout(function(){ sk.remove(); }, 420);\r\n    }\r\n    \/\/ If Leaflet already rendered, remove immediately.\r\n    if (c.querySelector('.leaflet-pane')) { fade(); return; }\r\n    \/\/ Watch for Leaflet pane to appear.\r\n    var obs = new MutationObserver(function(mutations){\r\n        if (c.querySelector('.leaflet-pane')) { obs.disconnect(); fade(); }\r\n    });\r\n    obs.observe(c, { childList: true, subtree: true });\r\n    \/\/ Safety net: remove after 15 s regardless.\r\n    setTimeout(function(){ if (sk.parentNode) fade(); obs.disconnect(); }, 15000);\r\n})();\r\n<\/script>\r\n\r\n        <\/div>\r\n        \r\n    <\/div>\r\n\r\n    \r\n        <!-- Mobile Map Toggle \u2014 \"Show Map\" FAB -->\r\n    <button class=\"cwp-map-fab\" @click=\"showMap = true\" x-show=\"!showMap\" x-cloak aria-label=\"Show map\">\r\n        <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" aria-hidden=\"true\">\r\n            <path d=\"M7 2L2 4V16L7 14M7 2L13 4M7 2V14M13 4L18 2V14L13 16M13 4V16M7 14L13 16\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n        <\/svg>\r\n        <span>Show Map<\/span>\r\n    <\/button>\r\n\r\n    <!-- Mobile Map Overlay \u2014 \"Show List\" button -->\r\n    <button class=\"cwp-map-close\" @click=\"showMap = false\" x-show=\"showMap\" x-cloak aria-label=\"Show list\">\r\n        <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\">\r\n            <path d=\"M2 4H14M2 8H14M2 12H10\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\r\n        <\/svg>\r\n        <span>Show list<\/span>\r\n    <\/button>\r\n\r\n    <!-- Mobile Map Peek Cards \u2014 horizontal scroll at bottom of map overlay -->\r\n    <div class=\"cwp-map-peek\"\r\n         :class=\"{ 'cwp-map-peek--visible': showMap }\"\r\n         x-show=\"showMap\"\r\n         x-transition:enter=\"cwp-transition-fade-enter\"\r\n         x-transition:enter-start=\"cwp-transition-fade-enter-start\"\r\n         x-transition:enter-end=\"cwp-transition-fade-enter-end\"\r\n         x-transition:leave=\"cwp-transition-fade-leave\"\r\n         x-transition:leave-start=\"cwp-transition-fade-leave-start\"\r\n         x-transition:leave-end=\"cwp-transition-fade-leave-end\"\r\n         x-cloak\r\n         id=\"cwp-map-peek\">\r\n        <!-- Populated by JS from search results -->\r\n    <\/div>\r\n    \r\n    <!-- Filter Modal (lazy-loaded on first \"Filters\" click) -->\r\n    <div id=\"cwp-filter-modal-container\" class=\"cwp-lazy-section\"\r\n         data-section=\"filter-modal\" data-lazy-trigger=\"manual\"><\/div>\r\n\r\n<\/div>\r\n\r\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-191424","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/bravaexperience.es\/en\/wp-json\/wp\/v2\/pages\/191424","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bravaexperience.es\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bravaexperience.es\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bravaexperience.es\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/bravaexperience.es\/en\/wp-json\/wp\/v2\/comments?post=191424"}],"version-history":[{"count":0,"href":"https:\/\/bravaexperience.es\/en\/wp-json\/wp\/v2\/pages\/191424\/revisions"}],"wp:attachment":[{"href":"https:\/\/bravaexperience.es\/en\/wp-json\/wp\/v2\/media?parent=191424"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}