{"id":537,"date":"2023-10-30T14:13:20","date_gmt":"2023-10-30T13:13:20","guid":{"rendered":"https:\/\/visitsandonatovaldicomino.it\/explore\/"},"modified":"2026-01-29T22:29:52","modified_gmt":"2026-01-29T21:29:52","slug":"explore","status":"publish","type":"page","link":"https:\/\/beta.visitsandonatovaldicomino.it\/en\/explore\/","title":{"rendered":"Explore"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"537\" class=\"elementor elementor-537\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1c3835e e-flex e-con-boxed e-con e-parent\" data-id=\"1c3835e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e81831e elementor-widget elementor-widget-html\" data-id=\"e81831e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n\/* ===========================\n   POI Pills (Tipologia luogo) \u2014 FIXED\n   - supporta label \u201cTipologia luogo\u201d (solo POI)\n   - counter off\n   - icona + accent per term\n   - active affidabile (anche se Voxel non mette classi)\n   - optional: default \u201csbiadito\u201d, active pieno (come Esperienze)\n   =========================== *\/\n\n\/* Container spacing *\/\n.ts-form-group .addon-buttons.flexify { gap: 10px; }\n\n\/* Hide counter *\/\n.ts-form-group .ts-term-count { display:none !important; }\n\n\/* Base pill *\/\n.ts-form-group .addon-buttons.flexify li.flexify{\n  --accent: #6B7280;\n  --pillAlpha: .12; \/* sbiadito default: cambia a .00 se vuoi bianco pieno *\/\n  min-height: 44px;\n  padding: 10px 14px;\n\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n\n  border-radius: 999px;\n  border: 1px solid color-mix(in srgb, var(--accent) 30%, rgba(17,24,39,.10));\n  background: color-mix(in srgb, var(--accent) calc(var(--pillAlpha) * 100%), #fff);\n  color: color-mix(in srgb, var(--accent) 85%, rgba(17,24,39,.78));\n\n  font-weight: 600;\n  line-height: 1;\n  white-space: nowrap;\n\n  cursor: pointer;\n  user-select: none;\n  -webkit-tap-highlight-color: transparent;\n  touch-action: manipulation;\n\n  transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;\n  position: relative;\n  z-index: 6;\n}\n\n\/* Icon wrapper *\/\n.ts-form-group .addon-buttons.flexify li.flexify .poi-icon{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  width: 18px;\n  height: 18px;\n  font-size: 14px;\n  color: currentColor;\n  opacity: .92;\n}\n.ts-form-group .addon-buttons.flexify li.flexify .poi-icon i{\n  line-height: 1;\n  display: inline-block;\n}\n\n\/* Hover *\/\n.ts-form-group .addon-buttons.flexify li.flexify:hover{\n  border-color: color-mix(in srgb, var(--accent) 55%, rgba(17,24,39,.12));\n  background: color-mix(in srgb, var(--accent) 18%, #fff);\n  color: var(--accent);\n  transform: translateY(-1px);\n  box-shadow: 0 10px 18px rgba(0,0,0,.06);\n}\n\n\/* Focus *\/\n.ts-form-group .addon-buttons.flexify li.flexify:focus,\n.ts-form-group .addon-buttons.flexify li.flexify:focus-visible{\n  outline: none;\n  border-color: var(--accent);\n  background: color-mix(in srgb, var(--accent) 16%, #fff);\n  color: var(--accent);\n  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 28%, transparent);\n}\n\n\/* ACTIVE \/ SELECTED \u2014 include fallback .vx-active *\/\n.ts-form-group .addon-buttons.flexify li.flexify.active,\n.ts-form-group .addon-buttons.flexify li.flexify.selected,\n.ts-form-group .addon-buttons.flexify li.flexify.is-active,\n.ts-form-group .addon-buttons.flexify li.flexify.vx-active,\n.ts-form-group .addon-buttons.flexify li.flexify[aria-pressed=\"true\"],\n.ts-form-group .addon-buttons.flexify li.flexify[aria-selected=\"true\"]{\n  border-color: var(--accent);\n  background: var(--accent);\n  color: #fff;\n  box-shadow: 0 12px 26px rgba(0,0,0,.12);\n  transform: none;\n}\n\n\/* Ensure icon stays white on active *\/\n.ts-form-group .addon-buttons.flexify li.flexify.active .poi-icon,\n.ts-form-group .addon-buttons.flexify li.flexify.selected .poi-icon,\n.ts-form-group .addon-buttons.flexify li.flexify.is-active .poi-icon,\n.ts-form-group .addon-buttons.flexify li.flexify.vx-active .poi-icon,\n.ts-form-group .addon-buttons.flexify li.flexify[aria-pressed=\"true\"] .poi-icon,\n.ts-form-group .addon-buttons.flexify li.flexify[aria-selected=\"true\"] .poi-icon{\n  color:#fff !important;\n  opacity: 1 !important;\n}\n\n\/* Active hover: remain solid *\/\n.ts-form-group .addon-buttons.flexify li.flexify.active:hover,\n.ts-form-group .addon-buttons.flexify li.flexify.selected:hover,\n.ts-form-group .addon-buttons.flexify li.flexify.is-active:hover,\n.ts-form-group .addon-buttons.flexify li.flexify.vx-active:hover,\n.ts-form-group .addon-buttons.flexify li.flexify[aria-pressed=\"true\"]:hover,\n.ts-form-group .addon-buttons.flexify li.flexify[aria-selected=\"true\"]:hover{\n  border-color: var(--accent);\n  background: var(--accent);\n  color:#fff;\n  transform:none;\n}\n\n\/* Small screens *\/\n@media (max-width: 480px){\n  .ts-form-group .addon-buttons.flexify{ gap: 8px; }\n  .ts-form-group .addon-buttons.flexify li.flexify{ padding: 10px 12px; font-size: 14px; }\n}\n\n\/* Lift list above overlays if needed *\/\n.ts-form-group .addon-buttons.flexify{ position: relative; z-index: 5; }\n<\/style>\n\n<script>\n\/**\n * POI Pills Enhancer \u2014 FIXED\n * - limita l'effetto al SOLO filtro \u201cTipologia luogo\u201d (POI)\n * - set --accent, inject icon, remove counter\n * - aggiunge .vx-active se Voxel non marca l'active\n *\/\n(function () {\n  const MAP = {\n    'architettura storica':      { color:'#8B5A2B', iconClass:'fa6-solid fa6-solidlandmark-flag' },\n    'area archeologica':         { color:'#A67C52', iconClass:'fa6-solid fa6-solidarchway' },\n    'area panoramica naturale':  { color:'#2F6F6D', iconClass:'fa6-solid fa6-solidmountain' },\n    'chiesa':                    { color:'#6D4C8B', iconClass:'fa6-solid fa6-solidchurch' },\n    'luogo da raccontare':       { color:'#1E6FA8', iconClass:'fa6-solid fa6-solidbook-open' },\n    'luogo della memoria':       { color:'#7A2E2E', iconClass:'fa6-solid fa6-solidmonument' },\n    'mostra permanente':         { color:'#3E6B3E', iconClass:'fa6-solid fa6-solidvr-cardboard' },\n    'museo':                     { color:'#374151', iconClass:'fa6-solid fa6-solidhelmet-battle' },\n    'parco giochi e aree picnic':{ color:'#2E8B57', iconClass:'fa6-solid fa6-solidbasket-shopping' },\n    'punto panoramico':          { color:'#B45309', iconClass:'fa6-solid fa6-solidbinoculars' }\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const slugify = (s) => normalize(s).replace(\/\\s+\/g, '-');\n\n  const getLabelFromLi = (li) => normalize(\n    Array.from(li.childNodes)\n      .filter(n => n.nodeType === Node.TEXT_NODE)\n      .map(n => n.textContent)\n      .join(' ')\n  );\n\n  const isPoiGroup = (labelText) => {\n    const t = normalize(labelText);\n    return t === 'tipologia luogo' || t === 'tipologia di luogo' || t === 'tipologia';\n  };\n\n  const isActiveByAttrs = (li) =>\n    li.classList.contains('active') ||\n    li.classList.contains('selected') ||\n    li.classList.contains('is-active') ||\n    li.getAttribute('aria-pressed') === 'true' ||\n    li.getAttribute('aria-selected') === 'true';\n\n  const getSelectedFromUrl = () => {\n    const out = new Set();\n    try {\n      const sp = new URLSearchParams(window.location.search);\n      for (const [, v] of sp.entries()) {\n        String(v).split(',').forEach(part => {\n          const p = normalize(part);\n          if (p) out.add(p);\n          const ps = slugify(part);\n          if (ps) out.add(ps);\n        });\n      }\n    } catch(e) {}\n    return out;\n  };\n\n  const syncActiveState = (group) => {\n    const selected = getSelectedFromUrl();\n    const items = group.querySelectorAll('.addon-buttons.flexify li.flexify');\n    items.forEach(li => {\n      const label = getLabelFromLi(li);\n      const slug = slugify(label);\n\n      let active = isActiveByAttrs(li);\n      if (!active && (selected.has(label) || selected.has(slug))) active = true;\n\n      li.classList.toggle('vx-active', !!active);\n    });\n  };\n\n  const enhanceGroup = (group) => {\n    const items = group.querySelectorAll('.addon-buttons.flexify li.flexify');\n\n    items.forEach(li => {\n      const label = getLabelFromLi(li);\n      const cfg = MAP[label];\n      if (!cfg) return;\n\n      li.style.setProperty('--accent', cfg.color);\n\n      if (!li.hasAttribute('tabindex')) li.setAttribute('tabindex', '0');\n      if (!li.hasAttribute('role')) li.setAttribute('role', 'button');\n\n      const count = li.querySelector('.ts-term-count');\n      if (count) count.remove();\n\n      const existing = li.querySelector('.poi-icon');\n      if (!existing) {\n        const iconWrap = document.createElement('span');\n        iconWrap.className = 'poi-icon';\n        iconWrap.innerHTML = `<i class=\"${cfg.iconClass}\" aria-hidden=\"true\"><\/i>`;\n        li.prepend(iconWrap);\n      } else {\n        const i = existing.querySelector('i');\n        if (i && i.className !== cfg.iconClass) i.className = cfg.iconClass;\n      }\n\n      \/\/ click -> resync active after Voxel updates\n      if (!li.dataset.vxBound) {\n        li.dataset.vxBound = '1';\n        li.addEventListener('click', () => {\n          setTimeout(() => syncActiveState(group), 60);\n          setTimeout(() => syncActiveState(group), 220);\n        }, { passive:true });\n\n        li.addEventListener('keydown', (e) => {\n          if (e.key === 'Enter' || e.key === ' ') {\n            e.preventDefault();\n            li.click();\n          }\n        });\n      }\n    });\n\n    syncActiveState(group);\n  };\n\n  const enhance = (root = document) => {\n    root.querySelectorAll('.ts-form-group').forEach(group => {\n      const labelEl = group.querySelector(':scope > label');\n      if (!labelEl || !isPoiGroup(labelEl.textContent)) return;\n\n      \/\/ \ud83d\udc47 se vuoi essere SUPER preciso, cambia il controllo qui:\n      \/\/ ad esempio richiedi che ci sia anche \"Punti d'interesse\" nel container pagina\n      enhanceGroup(group);\n    });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => enhance());\n\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      enhance();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n\n  window.addEventListener('popstate', () => enhance());\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3be7fc4 e-con-full e-flex e-con e-parent\" data-id=\"3be7fc4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-63deeba e-con-full e-flex e-con e-child\" data-id=\"63deeba\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dca8dea elementor-widget elementor-widget-heading\" data-id=\"dca8dea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Scopri <br><b style=\"font-weight:700\">i dintorni<\/b><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bd5d899 elementor-widget elementor-widget-ts-search-form\" data-id=\"bd5d899\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-search-form.default\">\n\t\t\t\t\t\n<script type=\"text\/json\" class=\"vxconfig\">{\"general\":{\"is_edit_mode\":false,\"widget_id\":\"bd5d899\",\"showLabels\":true,\"defaultType\":\"poi\",\"onSubmit\":{\"action\":\"post-to-feed\",\"postFeedId\":\"5778a1d\",\"mapId\":\"68f7b04\",\"updateUrl\":true},\"searchOn\":\"filter_update\",\"portal\":{\"desktop\":false,\"tablet\":false,\"mobile\":true},\"autocomplete\":{\"countries\":[\"it\"]},\"delay_map_seach\":0,\"supports_adaptive_filters\":true,\"show_total_count\":false,\"load_additional_markers\":0,\"enable_clusters\":false,\"related_filters\":[],\"calendar\":{\"enabled\":false}},\"postTypes\":{\"poi\":{\"key\":\"poi\",\"label\":\"Punti d'interesse\",\"icon\":\"<i aria-hidden=\\\"true\\\" class=\\\"fa6-regular fa6-regularbuilding-columns\\\"><\\\/i>\",\"archive\":\"https:\\\/\\\/beta.visitsandonatovaldicomino.it\\\/en\\\/what-to-see\\\/\",\"template_id\":21256,\"map_template_id\":21255,\"filters\":{\"sort\":{\"id\":\"poi.sort\",\"type\":\"order-by\",\"key\":\"sort\",\"label\":\"Ordina per\",\"description\":\"\",\"icon\":\"\",\"value\":\"random\",\"props\":{\"choices\":{\"random\":{\"key\":\"random\",\"label\":\"Random\",\"placeholder\":\"Random\",\"icon\":\"\",\"requires_location\":false}},\"display_as\":\"popup\",\"placeholder\":\"Ordina per\"},\"resets_to\":null,\"conditions\":null,\"conditions_behavior\":\"show\",\"adaptive\":false,\"ignore_url\":1},\"keywords\":{\"id\":\"poi.keywords\",\"type\":\"keywords\",\"key\":\"keywords\",\"label\":\"Parola chiave\",\"description\":\"\",\"icon\":\"<i aria-hidden=\\\"true\\\" class=\\\"fa6-regular fa6-regularticket\\\"><\\\/i>\",\"value\":null,\"props\":{\"placeholder\":\"Cerca per parola chiave ...\",\"display_as\":\"inline\"},\"resets_to\":null,\"conditions\":null,\"conditions_behavior\":\"show\",\"adaptive\":false},\"location\":{\"id\":\"poi.location\",\"type\":\"location\",\"key\":\"location\",\"label\":\"Cerca nei dintorni\",\"description\":\"\",\"icon\":\"<i aria-hidden=\\\"true\\\" class=\\\"fa6-regular fa6-regularmap\\\"><\\\/i>\",\"value\":null,\"props\":{\"value\":{\"method\":\"radius\",\"address\":\"\",\"swlat\":null,\"swlng\":null,\"nelat\":null,\"nelng\":null,\"lat\":null,\"lng\":null,\"radius\":null},\"radius\":{\"default\":1,\"min\":0,\"max\":10,\"units\":\"km\",\"step\":1},\"placeholder\":\"Cerca nei dintorni\",\"display_as\":\"inline\",\"display_proximity_as\":\"inline\",\"default_search_method\":\"radius\",\"l10n\":{\"visibleArea\":\"Visible map area\"}},\"resets_to\":null,\"conditions\":null,\"conditions_behavior\":\"show\",\"adaptive\":false},\"terms-2\":{\"id\":\"poi.terms-2\",\"type\":\"terms\",\"key\":\"terms-2\",\"label\":\"Tempo di visita\",\"description\":\"\",\"icon\":\"<i aria-hidden=\\\"true\\\" class=\\\"fa6-regular fa6-regularclock\\\"><\\\/i>\",\"value\":null,\"props\":{\"terms\":[{\"id\":\"1129\",\"parent\":\"0\",\"slug\":\"5-10-minuti\",\"label\":\"5\\u201310 minuti\",\"term_taxonomy_id\":\"1129\",\"order\":\"0\",\"icon_raw\":null,\"children\":[]},{\"id\":\"1130\",\"parent\":\"0\",\"slug\":\"15-30-minuti\",\"label\":\"15\\u201330 minuti\",\"term_taxonomy_id\":\"1130\",\"order\":\"1\",\"icon_raw\":null,\"children\":[]},{\"id\":\"1131\",\"parent\":\"0\",\"slug\":\"30-60-minuti\",\"label\":\"30\\u201360 minuti\",\"term_taxonomy_id\":\"1131\",\"order\":\"2\",\"icon_raw\":null,\"children\":[]},{\"id\":\"2468\",\"parent\":\"0\",\"slug\":\"fino-ad-1-ora\",\"label\":\"Fino ad 1 ora\",\"term_taxonomy_id\":\"2468\",\"order\":\"3\",\"icon_raw\":null,\"children\":[]},{\"id\":\"2474\",\"parent\":\"0\",\"slug\":\"fino-a-2-ore\",\"label\":\"Fino a 2 ore\",\"term_taxonomy_id\":\"2474\",\"order\":\"5\",\"icon_raw\":null,\"children\":[]},{\"id\":\"2475\",\"parent\":\"0\",\"slug\":\"fino-a-3-ore\",\"label\":\"Fino a 3 ore\",\"term_taxonomy_id\":\"2475\",\"order\":\"6\",\"icon_raw\":null,\"children\":[]}],\"per_page\":20,\"selected\":{},\"taxonomy\":{\"label\":\"Tempo di visita\",\"key\":\"tempodivisita\"},\"placeholder\":\"Tempo di visita\",\"multiple\":true,\"display_as\":\"popup\"},\"resets_to\":null,\"conditions\":null,\"conditions_behavior\":\"show\",\"adaptive\":false},\"terms-3\":{\"id\":\"poi.terms-3\",\"type\":\"terms\",\"key\":\"terms-3\",\"label\":\"Stagione ideale\",\"description\":\"\",\"icon\":\"<i aria-hidden=\\\"true\\\" class=\\\"fa6-regular fa6-regularsun-cloud\\\"><\\\/i>\",\"value\":null,\"props\":{\"terms\":[{\"id\":\"2469\",\"parent\":\"0\",\"slug\":\"tutte-le-stagioni\",\"label\":\"Tutte le stagioni\",\"term_taxonomy_id\":\"2469\",\"order\":\"0\",\"icon_raw\":null,\"children\":[]},{\"id\":\"1134\",\"parent\":\"0\",\"slug\":\"primavera\",\"label\":\"Primavera\",\"term_taxonomy_id\":\"1134\",\"order\":\"1\",\"icon_raw\":null,\"children\":[]},{\"id\":\"1136\",\"parent\":\"0\",\"slug\":\"estate\",\"label\":\"Estate\",\"term_taxonomy_id\":\"1136\",\"order\":\"2\",\"icon_raw\":null,\"children\":[]},{\"id\":\"1135\",\"parent\":\"0\",\"slug\":\"autunno\",\"label\":\"Autunno\",\"term_taxonomy_id\":\"1135\",\"order\":\"3\",\"icon_raw\":null,\"children\":[]},{\"id\":\"1137\",\"parent\":\"0\",\"slug\":\"inverno\",\"label\":\"Inverno\",\"term_taxonomy_id\":\"1137\",\"order\":\"4\",\"icon_raw\":null,\"children\":[]}],\"per_page\":20,\"selected\":{},\"taxonomy\":{\"label\":\"Stagione ideale\",\"key\":\"stagioneideale\"},\"placeholder\":\"Stagione ideale\",\"multiple\":true,\"display_as\":\"\"},\"resets_to\":null,\"conditions\":null,\"conditions_behavior\":\"show\",\"adaptive\":false},\"terms\":{\"id\":\"poi.terms\",\"type\":\"terms\",\"key\":\"terms\",\"label\":\"Tipologia di luogo\",\"description\":\"\",\"icon\":\"\",\"value\":null,\"props\":{\"terms\":[{\"id\":\"1119\",\"parent\":\"0\",\"slug\":\"architettura-storica\",\"label\":\"Architettura storica\",\"term_taxonomy_id\":\"1119\",\"order\":\"0\",\"icon_raw\":\"font-awesome-pro-6-regular:fa6-regular fa6-regularlandmark-flag\",\"children\":[],\"icon\":\"<i aria-hidden=\\\"true\\\" class=\\\"fa6-regular fa6-regularlandmark-flag\\\"><\\\/i>\"},{\"id\":\"1121\",\"parent\":\"0\",\"slug\":\"area-archeologica\",\"label\":\"Area archeologica\",\"term_taxonomy_id\":\"1121\",\"order\":\"0\",\"icon_raw\":\"font-awesome-pro-6-solid:fa6-solid fa6-solidarchway\",\"children\":[],\"icon\":\"<i aria-hidden=\\\"true\\\" class=\\\"fa6-solid fa6-solidarchway\\\"><\\\/i>\"},{\"id\":\"2487\",\"parent\":\"0\",\"slug\":\"area-panoramica-naturale\",\"label\":\"Area panoramica naturale\",\"term_taxonomy_id\":\"2487\",\"order\":\"0\",\"icon_raw\":\"font-awesome-pro-6-solid:fa6-solid fa6-solidmountain\",\"children\":[],\"icon\":\"<i aria-hidden=\\\"true\\\" class=\\\"fa6-solid fa6-solidmountain\\\"><\\\/i>\"},{\"id\":\"2467\",\"parent\":\"0\",\"slug\":\"chiesa\",\"label\":\"Chiesa\",\"term_taxonomy_id\":\"2467\",\"order\":\"0\",\"icon_raw\":\"font-awesome-pro-6-solid:fa6-solid fa6-solidchurch\",\"children\":[],\"icon\":\"<i aria-hidden=\\\"true\\\" class=\\\"fa6-solid fa6-solidchurch\\\"><\\\/i>\"},{\"id\":\"2488\",\"parent\":\"0\",\"slug\":\"luogo-da-raccontare\",\"label\":\"Luogo da raccontare\",\"term_taxonomy_id\":\"2488\",\"order\":\"0\",\"icon_raw\":\"fa-solid:fas fa-book-open\",\"children\":[],\"icon\":\"<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-book-open\\\" viewBox=\\\"0 0 576 512\\\" xmlns=\\\"http:\\\/\\\/www.w3.org\\\/2000\\\/svg\\\"><path d=\\\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\\\"><\\\/path><\\\/svg>\"},{\"id\":\"2489\",\"parent\":\"0\",\"slug\":\"luogo-della-memoria\",\"label\":\"Luogo della memoria\",\"term_taxonomy_id\":\"2489\",\"order\":\"0\",\"icon_raw\":\"font-awesome-pro-6-solid:fa6-solid fa6-solidmonument\",\"children\":[],\"icon\":\"<i aria-hidden=\\\"true\\\" class=\\\"fa6-solid fa6-solidmonument\\\"><\\\/i>\"},{\"id\":\"2486\",\"parent\":\"0\",\"slug\":\"mostra-permanente\",\"label\":\"Mostra permanente\",\"term_taxonomy_id\":\"2486\",\"order\":\"0\",\"icon_raw\":\"font-awesome-pro-6-solid:fa6-solid fa6-solidvr-cardboard\",\"children\":[],\"icon\":\"<i aria-hidden=\\\"true\\\" class=\\\"fa6-solid fa6-solidvr-cardboard\\\"><\\\/i>\"},{\"id\":\"2479\",\"parent\":\"0\",\"slug\":\"museo\",\"label\":\"Museo\",\"term_taxonomy_id\":\"2479\",\"order\":\"0\",\"icon_raw\":\"font-awesome-pro-6-solid:fa6-solid fa6-solidhelmet-battle\",\"children\":[],\"icon\":\"<i aria-hidden=\\\"true\\\" class=\\\"fa6-solid fa6-solidhelmet-battle\\\"><\\\/i>\"},{\"id\":\"1120\",\"parent\":\"0\",\"slug\":\"punto-panoramico\",\"label\":\"Punto panoramico\",\"term_taxonomy_id\":\"1120\",\"order\":\"0\",\"icon_raw\":\"fa-solid:fas fa-binoculars\",\"children\":[],\"icon\":\"<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-binoculars\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\\/\\\/www.w3.org\\\/2000\\\/svg\\\"><path d=\\\"M416 48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v48h96V48zM63.91 159.99C61.4 253.84 3.46 274.22 0 404v44c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V288h32V128H95.84c-17.63 0-31.45 14.37-31.93 31.99zm384.18 0c-.48-17.62-14.3-31.99-31.93-31.99H320v160h32v160c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-44c-3.46-129.78-61.4-150.16-63.91-244.01zM176 32h-64c-8.84 0-16 7.16-16 16v48h96V48c0-8.84-7.16-16-16-16zm48 256h64V128h-64v160z\\\"><\\\/path><\\\/svg>\"}],\"per_page\":20,\"selected\":{},\"taxonomy\":{\"label\":\"Tipologia luogo\",\"key\":\"tluo\"},\"placeholder\":\"Tipologia di luogo\",\"multiple\":true,\"display_as\":\"buttons\"},\"resets_to\":null,\"conditions\":null,\"conditions_behavior\":\"show\",\"adaptive\":true}},\"term_taxonomy_ids\":{\"terms\":[1119,1121,2487,2467,2488,2489,2486,2479,1120]},\"narrowed_values\":{\"terms\":{\"tluo\":{\"1119\":18,\"1120\":3,\"1121\":2,\"2467\":7,\"2479\":1,\"2486\":1,\"2487\":1,\"2488\":28,\"2489\":2}},\"ranges\":{}}}}}<\/script><div class=\"ts-form ts-search-widget\">\n    <div class=\"ts-filter-wrapper flexify\n        vx-hidden-desktop        vx-hidden-tablet            \">\n        <a href=\"#\" @click.prevent @mousedown=\"portal.active = !portal.active\" :class=\"{'ts-filled': activeFilterCount}\"\n            class=\"ts-filter-toggle ts-btn ts-btn-1\">\n            <svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M8.89789 3.25C10.3318 3.25 11.5358 4.23471 11.8704 5.56481H20.3125C20.7267 5.56481 21.0625 5.90059 21.0625 6.31481C21.0625 6.72902 20.7267 7.06481 20.3125 7.06481H11.8705C11.536 8.3951 10.332 9.38 8.89789 9.38C7.46381 9.38 6.25976 8.3951 5.92527 7.06481H4.3125C3.89829 7.06481 3.5625 6.72902 3.5625 6.31481C3.5625 5.90059 3.89829 5.56481 4.3125 5.56481H5.92537C6.26 4.23471 7.46395 3.25 8.89789 3.25Z\" fill=\"#343C54\"\/><path d=\"M12.737 12.7503H4.3125C3.89829 12.7503 3.5625 12.4145 3.5625 12.0003C3.5625 11.5861 3.89829 11.2503 4.3125 11.2503H12.7369C13.0714 9.91998 14.2754 8.93506 15.7095 8.93506C17.1436 8.93506 18.3477 9.91998 18.6822 11.2503H20.3125C20.7267 11.2503 21.0625 11.5861 21.0625 12.0003C21.0625 12.4145 20.7267 12.7503 20.3125 12.7503H18.682C18.3474 14.0804 17.1435 15.0651 15.7095 15.0651C14.2756 15.0651 13.0717 14.0804 12.737 12.7503Z\" fill=\"#343C54\"\/><path d=\"M12.5932 16.9354C12.2587 15.605 11.0546 14.6201 9.62055 14.6201C8.18645 14.6201 6.9824 15.605 6.64792 16.9354H4.3125C3.89829 16.9354 3.5625 17.2711 3.5625 17.6854C3.5625 18.0996 3.89829 18.4354 4.3125 18.4354H6.64804C6.98268 19.7654 8.18662 20.7501 9.62055 20.7501C11.0545 20.7501 12.2584 19.7654 12.5931 18.4354H20.3125C20.7267 18.4354 21.0625 18.0996 21.0625 17.6854C21.0625 17.2711 20.7267 16.9354 20.3125 16.9354H12.5932Z\" fill=\"#343C54\"\/><\/svg>            <div class=\"ts-toggle-text\">\n                Filter results            <\/div>\n            <span class=\"ts-filter-count\" v-if=\"activeFilterCount\" v-cloak=\"hide\">{{ activeFilterCount }}<\/span>\n        <\/a>\n    <\/div>\n\n    <form method=\"GET\" ref=\"form\" @submit.prevent onsubmit=\"return false;\" v-cloak>\n        <teleport to=\"body\">\n            <div class=\"ts-search-portal vx-popup elementor ts-search-portal-bd5d899\"\n                :class=\"['elementor-'+post_id, !(portal.active && portal.enabled[breakpoint])?'hidden':'']\"\n                data-elementor-type=\"empty\" data-elementor-id=\"empty\">\n                <div class=\"ts-popup-root elementor-element elementor-element-bd5d899-wrap\">\n                    <div\n                        class=\"ts-form ts-search-widget no-render elementor-element elementor-element-bd5d899\">\n                        <div class=\"ts-field-popup-container\">\n                            <div class=\"ts-field-popup triggers-blur\">\n                                <div class=\"ts-popup-content-wrapper min-scroll\">\n                                    <div class=\"ts-form-group\">\n                                        <div\n                                            class=\"elementor-element elementor-element-bd5d899\">\n                                            <div class=\"ts-form ts-search-widget no-render toggle-sf\"><\/div>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"ts-popup-controller\">\n                                    <ul class=\"flexify simplify-ul\">\n                                        <li class=\"flexify ts-popup-close\">\n                                            <a @click.prevent=\"portal.active = false;\" href=\"#\" class=\"ts-icon-btn\"\n                                                role=\"button\">\n                                                <svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>                                            <\/a>\n                                        <\/li>\n                                        <li class=\"flexify hide-d\" @click.prevent=\"$emit('clear')\">\n                                            <a href=\"#\" @click.prevent=\"clearAll\" class=\"ts-icon-btn\">\n                                                <svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>                                            <\/a>\n                                        <\/li>\n\n                                        <li class=\"flexify hide-m\">\n                                            <a @click.prevent=\"clearAll\" href=\"#\"\n                                                class=\"ts-btn ts-btn-1\">Clear<\/a>\n                                        <\/li>\n\n                                        <li class=\"flexify\">\n                                            <a href=\"#\" @click.prevent=\"submit(); portal.active = false;\"\n                                                class=\"ts-btn ts-btn-2\">Search<\/a>\n                                        <\/li>\n                                    <\/ul>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"ts-switcher-btn-bd5d899 elementor\n                            vx-hidden-desktop                            vx-hidden-tablet                                                    \" :class=\"'elementor-'+post_id\" data-elementor-type=\"empty\" data-elementor-id=\"empty\">\n                <div class=\"elementor-element elementor-element-bd5d899\">\n                <\/div>\n            <\/div>\n        <\/teleport>\n\n        <teleport to=\".ts-search-portal .elementor-element-bd5d899 .ts-search-widget\"\n            :disabled=\"!portal.enabled[breakpoint]\">\n            <div class=\"ts-filter-wrapper flexify\">\n                \n                \n                    <template v-if=\"post_type.key === &quot;poi&quot;\">\n                        \n                            <filter-order-by class=\"elementor-repeater-item-ff76278\"\n                                :class=\"{hidden: !conditionsPass($root.post_types[&quot;poi&quot;].filters[&quot;sort&quot;])}\"\n                                repeater-id=\"elementor-repeater-item-ff76278\"\n                                :filter=\"$root.post_types[&quot;poi&quot;].filters[&quot;sort&quot;]\"\n                                ref=\"poi:sort\"><\/filter-order-by>\n                            \n                            <filter-keywords class=\"elementor-repeater-item-ff504db\"\n                                :class=\"{hidden: !conditionsPass($root.post_types[&quot;poi&quot;].filters[&quot;keywords&quot;])}\"\n                                repeater-id=\"elementor-repeater-item-ff504db\"\n                                :filter=\"$root.post_types[&quot;poi&quot;].filters[&quot;keywords&quot;]\"\n                                ref=\"poi:keywords\"><\/filter-keywords>\n                            \n                            <filter-location class=\"elementor-repeater-item-07d3759\"\n                                :class=\"{hidden: !conditionsPass($root.post_types[&quot;poi&quot;].filters[&quot;location&quot;])}\"\n                                repeater-id=\"elementor-repeater-item-07d3759\"\n                                :filter=\"$root.post_types[&quot;poi&quot;].filters[&quot;location&quot;]\"\n                                ref=\"poi:location\"><\/filter-location>\n                            \n                            <filter-terms class=\"elementor-repeater-item-eb59bbd\"\n                                :class=\"{hidden: !conditionsPass($root.post_types[&quot;poi&quot;].filters[&quot;terms-2&quot;])}\"\n                                repeater-id=\"elementor-repeater-item-eb59bbd\"\n                                :filter=\"$root.post_types[&quot;poi&quot;].filters[&quot;terms-2&quot;]\"\n                                ref=\"poi:terms-2\"><\/filter-terms>\n                            \n                            <filter-terms class=\"elementor-repeater-item-b06f7bb\"\n                                :class=\"{hidden: !conditionsPass($root.post_types[&quot;poi&quot;].filters[&quot;terms-3&quot;])}\"\n                                repeater-id=\"elementor-repeater-item-b06f7bb\"\n                                :filter=\"$root.post_types[&quot;poi&quot;].filters[&quot;terms-3&quot;]\"\n                                ref=\"poi:terms-3\"><\/filter-terms>\n                            \n                            <filter-terms class=\"elementor-repeater-item-8f1bfb6\"\n                                :class=\"{hidden: !conditionsPass($root.post_types[&quot;poi&quot;].filters[&quot;terms&quot;])}\"\n                                repeater-id=\"elementor-repeater-item-8f1bfb6\"\n                                :filter=\"$root.post_types[&quot;poi&quot;].filters[&quot;terms&quot;]\"\n                                ref=\"poi:terms\"><\/filter-terms>\n                                                <\/template>\n                \n                <!-- ea4v start related post field  -->\n                \n\n                <!-- ea4v end  -->\n\n                                                    <div v-if=\"!(portal.active && portal.enabled[breakpoint])\" class=\"ts-form-group flexify ts-form-reset\"\n                        :class=\"{'': loading}\">\n\n                        <a @click.prevent=\"clearAll\" ref=\"resetBtn\" href=\"#\" class=\"ts-filter ts-form-reset\">\n                            <svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\n                            <div class=\"ts-filter-text\">\n                                                            <\/div>\n                        <\/a>\n                    <\/div>\n                \n\n\n            <\/div>\n        <\/teleport>\n    <\/form>\n\n    <form v-if=\"false\" method=\"GET\" ref=\"form\" onsubmit=\"return false;\" class=\"\n                        vx-hidden-mobile    \">\n        <div class=\"ts-filter-wrapper flexify\">\n                            \t\t\t\t\n\t<div v-if=\"false\" class=\"ts-form-group elementor-repeater-item-ff76278\">\n\t\t\t\t\t<label>Ordina per<\/label>\n\t\t\t\t<div class=\"ts-filter ts-popup-target ts-filled\">\n\t\t\t<span><\/span>\n\t\t\t<div class=\"ts-filter-text\">Random<\/div>\n\t\t\t<div class=\"ts-down-icon\"><\/div>\n\t\t<\/div>\n\t<\/div>\n\t\t\t\t\t\t\t\n\t<div v-if=\"false\" class=\"ts-form-group elementor-repeater-item-ff504db ts-inline-filter\">\n\t\t\t\t\t<label>Parola chiave<\/label>\n\t\t\t\t<div class=\"flexify ts-input-icon\">\n\t\t\t<span><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularticket\"><\/i><\/span>\n\t\t\t<input type=\"text\" placeholder=\"Cerca per parola chiave ...\" value=\"\" class=\"inline-input\">\n\t\t<\/div>\n\t<\/div>\n\t\t\t\t\t\t\t\n\t<div v-if=\"false\" class=\"ts-form-group elementor-repeater-item-07d3759 ts-inline-filter\">\n\t\t\t\t\t<label>Cerca nei dintorni<\/label>\n\t\t\t\t<div class=\"flexify ts-input-icon\" style=\"position: relative;\">\n\t\t\t<span><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularmap\"><\/i><\/span>\n\t\t\t\n\t\t\t<input type=\"text\" class=\"inline-input\" placeholder=\"Cerca nei dintorni\" value=\"\">\n\t\t\t<a href=\"#\" class=\"inline-user-location ts-icon-btn\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-location-arrow\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M444.52 3.52L28.74 195.42c-47.97 22.39-31.98 92.75 19.19 92.75h175.91v175.91c0 51.17 70.36 67.17 92.75 19.19l191.9-415.78c15.99-38.39-25.59-79.97-63.97-63.97z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t<\/div>\n\n\t\t\t\t\t\t\t\n\t<div v-if=\"false\" class=\"ts-form-group elementor-repeater-item-eb59bbd \">\n\t\t\t\t\t<label>Tempo di visita<\/label>\n\t\t\t\t<div class=\"ts-filter ts-popup-target \">\n\t\t\t<span><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularclock\"><\/i><\/span>\n\t\t\t<div class=\"ts-filter-text\">\n\t\t\t\tTempo di visita\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"ts-down-icon\"><\/div>\n\t\t<\/div>\n\t<\/div>\n\t\t\t\t\t\t\t\n\t<div v-if=\"false\" class=\"ts-form-group elementor-repeater-item-b06f7bb \">\n\t\t\t\t\t<label>Stagione ideale<\/label>\n\t\t\t\t<div class=\"ts-filter ts-popup-target \">\n\t\t\t<span><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularsun-cloud\"><\/i><\/span>\n\t\t\t<div class=\"ts-filter-text\">\n\t\t\t\tStagione ideale\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"ts-down-icon\"><\/div>\n\t\t<\/div>\n\t<\/div>\n\t\t\t\t\t\t\t\n\t<div v-if=\"false\" class=\"ts-form-group elementor-repeater-item-8f1bfb6 inline-terms-wrapper ts-inline-filter \">\n\t\t\t\t\t<label>Tipologia di luogo<\/label>\n\t\t\t\t<ul class=\"simplify-ul addon-buttons flexify\">\n\t\t\t\t\t\t\t<li class=\"flexify \">\n\t\t\t\t\tArchitettura storica\t\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-count\">\n\t\t\t\t\t\t\t18\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<li class=\"flexify \">\n\t\t\t\t\tArea archeologica\t\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-count\">\n\t\t\t\t\t\t\t2\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<li class=\"flexify \">\n\t\t\t\t\tArea panoramica naturale\t\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-count\">\n\t\t\t\t\t\t\t1\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<li class=\"flexify \">\n\t\t\t\t\tChiesa\t\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-count\">\n\t\t\t\t\t\t\t7\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<li class=\"flexify \">\n\t\t\t\t\tLuogo da raccontare\t\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-count\">\n\t\t\t\t\t\t\t28\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<li class=\"flexify \">\n\t\t\t\t\tLuogo della memoria\t\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-count\">\n\t\t\t\t\t\t\t2\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<li class=\"flexify \">\n\t\t\t\t\tMostra permanente\t\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-count\">\n\t\t\t\t\t\t\t1\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<li class=\"flexify \">\n\t\t\t\t\tMuseo\t\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-count\">\n\t\t\t\t\t\t\t1\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<li class=\"flexify \">\n\t\t\t\t\tPunto panoramico\t\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-count\">\n\t\t\t\t\t\t\t3\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t<\/ul>\n\t<\/div>\n\t\t\t                        <div class=\"ts-form-group flexify ts-form-submit\" id=\"sf_submit\">\n                \n                                    <a href=\"#\" class=\"ts-btn ts-btn-1 ts-btn-large ts-form-reset\">\n                        <svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>                                            <\/a>\n                            <\/div>\n\n        <\/div>\n    <\/form>\n\n            <teleport to=\".ts-switcher-btn-bd5d899 .elementor-element\" class=\"\n            vx-hidden-desktop            vx-hidden-tablet                    \">\n            <div class=\"ts-switcher-btn\">\n                <a href=\"#\" class=\"ts-btn ts-btn-1\n                    vx-hidden-desktop                    vx-hidden-tablet                    vx-hidden-mobile\" @click.prevent=\"toggleListView\"\n                    ref=\"listViewToggle\">\n                    <svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M11.2501 3.25H5.5C4.25736 3.25 3.25 4.25736 3.25 5.5V11.25H11.2501V3.25Z\" fill=\"#343C54\"\/><path d=\"M3.25 12.75V18.5C3.25 19.7426 4.25736 20.75 5.5 20.75H11.2501V12.75H3.25Z\" fill=\"#343C54\"\/><path d=\"M12.7501 20.75H18.5C19.7426 20.75 20.75 19.7426 20.75 18.5V12.75H12.7501V20.75Z\" fill=\"#343C54\"\/><path d=\"M20.75 11.25V5.5C20.75 4.25736 19.7426 3.25 18.5 3.25H12.7501V11.25H20.75Z\" fill=\"#343C54\"\/><\/svg>                    List view                <\/a>\n                <a href=\"#\" class=\"ts-btn ts-btn-1\n                                                            \" @click.prevent=\"toggleMapView\"\n                    ref=\"mapViewToggle\">\n                    <svg width=\"80\" height=\"80\" viewBox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.4889 2.92383C8.95113 2.92383 6.08319 5.79177 6.08319 9.32956C6.08319 11.6495 6.94359 13.7621 7.97903 15.4696C9.01631 17.18 10.2563 18.5287 11.0825 19.3353C11.8807 20.1145 13.1282 20.1132 13.9244 19.3314C14.7468 18.5241 15.9797 17.1754 17.0107 15.4655C18.04 13.7585 18.8947 11.6473 18.8947 9.32956C18.8947 5.79177 16.0267 2.92383 12.4889 2.92383ZM9.48926 9.32812C9.48926 7.67127 10.8324 6.32812 12.4893 6.32812C14.1461 6.32812 15.4893 7.67127 15.4893 9.32812C15.4893 10.985 14.1461 12.3281 12.4893 12.3281C10.8324 12.3281 9.48926 10.985 9.48926 9.32812Z\" fill=\"#343C54\"\/><path d=\"M7.31371 17.1784C6.76303 17.2689 6.24955 17.3736 5.78108 17.4908C4.91231 17.7082 4.15604 17.9791 3.59889 18.3087C3.09172 18.6088 2.50391 19.1072 2.50391 19.8553C2.50391 20.6034 3.09172 21.1018 3.59889 21.4019C4.15604 21.7316 4.91231 22.0024 5.78108 22.2198C7.53015 22.6576 9.90669 22.9203 12.5039 22.9203C15.1011 22.9203 17.4777 22.6576 19.2267 22.2198C20.0955 22.0024 20.8518 21.7316 21.4089 21.4019C21.9161 21.1018 22.5039 20.6034 22.5039 19.8553C22.5039 19.1072 21.9161 18.6088 21.4089 18.3087C20.8518 17.9791 20.0955 17.7082 19.2267 17.4908C18.7614 17.3743 18.2516 17.2703 17.7051 17.1802C17.3665 17.6735 17.0202 18.13 16.6821 18.5456C17.4948 18.6518 18.2296 18.7875 18.8626 18.9459C19.6677 19.1474 20.2661 19.3754 20.6451 19.5997C20.8474 19.7194 20.9387 19.8073 20.9787 19.8553C20.9387 19.9033 20.8474 19.9912 20.6451 20.111C20.2661 20.3352 19.6677 20.5632 18.8626 20.7647C17.2638 21.1648 15.0153 21.4203 12.5039 21.4203C9.99249 21.4203 7.74403 21.1648 6.14526 20.7647C5.3401 20.5632 4.74175 20.3352 4.36274 20.111C4.16036 19.9912 4.06907 19.9033 4.02909 19.8553C4.06907 19.8073 4.16036 19.7194 4.36274 19.5997C4.74175 19.3754 5.3401 19.1474 6.14526 18.9459C6.78223 18.7865 7.52232 18.6501 8.34109 18.5436C8.00146 18.128 7.65369 17.6715 7.31371 17.1784Z\" fill=\"#343C54\"\/><\/svg>                    Map view                <\/a>\n            <\/div>\n        <\/teleport>\n    \n    <div class=\"hidden\" ref=\"mapNavTemplate\">\n        <div class=\"ts-map-nav\">\n            <a href=\"#\"\n                class=\"ts-map-prev ts-icon-btn\"><svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M10.746 6.00002C10.746 5.69663 10.5632 5.42312 10.2829 5.30707C10.0026 5.19101 9.67996 5.25526 9.4655 5.46986L3.51254 11.4266C3.35184 11.5642 3.25 11.7685 3.25 11.9966V11.9982C3.24959 12.1906 3.32276 12.3831 3.46949 12.53L9.46548 18.5302C9.67994 18.7448 10.0026 18.809 10.2829 18.693C10.5632 18.5769 10.746 18.3034 10.746 18L10.746 12.7466L20.0014 12.7466C20.4156 12.7466 20.7514 12.4108 20.7514 11.9966C20.7514 11.5824 20.4156 11.2466 20.0014 11.2466L10.746 11.2466V6.00002Z\" fill=\"#343C54\"\/><\/svg><\/a>\n            <a href=\"#\"\n                class=\"ts-map-next ts-icon-btn\"><svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M14.5359 5.46986C14.3214 5.25526 13.9988 5.19101 13.7185 5.30707C13.4382 5.42312 13.2554 5.69663 13.2554 6.00002V11.2466L4 11.2466C3.58579 11.2466 3.25 11.5824 3.25 11.9966C3.25 12.4108 3.58579 12.7466 4 12.7466L13.2554 12.7466V18C13.2554 18.3034 13.4382 18.5769 13.7185 18.693C13.9988 18.809 14.3214 18.7448 14.5359 18.5302L20.5319 12.53C20.6786 12.3831 20.7518 12.1905 20.7514 11.9981L20.7514 11.9966C20.7514 11.7685 20.6495 11.5642 20.4888 11.4266L14.5359 5.46986Z\" fill=\"#343C54\"\/><\/svg><\/a>\n        <\/div>\n    <\/div>\n<\/div>\n\n    <script type=\"text\/html\" id=\"search-form-order-by-filter\">\n\t<template v-if=\"filter.props.display_as === 'buttons'\">\n\t\t<div class=\"ts-form-group\" :class=\"repeaterId\">\n\t\t\t<label v-if=\"$root.config.showLabels\" class=\"\">{{ filter.label }}<\/label>\n\t\t\t<ul class=\"simplify-ul addon-buttons flexify\">\n\t\t\t\t<template v-for=\"choice in filter.props.choices\">\n\t\t\t\t\t<li\n\t\t\t\t\t\tclass=\"flexify\"\n\t\t\t\t\t\t@click.prevent=\"selectChoice(choice)\"\n\t\t\t\t\t\t:class=\"{'adb-selected': sortKey(filter.value) === choice.key, 'vx-pending': loading === sortKey(choice.key)}\"\n\t\t\t\t\t>\n\t\t\t\t\t{{ choice.placeholder }}\n\t\t\t\t\t<\/li>\n\t\t\t\t<\/template>\n\t\t\t<\/ul>\n\t\t<\/div>\n\t<\/template>\n\t<template v-else-if=\"filter.props.display_as === 'alt-btn'\">\n\t\t<div v-for=\"choice in filter.props.choices\" class=\"ts-form-group\" :class=\"$attrs.class\">\n\t\t\t<label v-if=\"$root.config.showLabels\" class=\"\">{{ choice.label }}<\/label>\n\t\t\t<div class=\"ts-filter\" @click.prevent=\"selectChoice(choice)\" :class=\"{'ts-filled': sortKey(filter.value) === choice.key, 'vx-pending': loading === sortKey(choice.key)}\">\n\t\t\t\t<span v-html=\"choice.icon\"><\/span>\n\t\t\t\t<div class=\"ts-filter-text\">\n\t\t\t\t\t<span>{{ choice.placeholder }}<\/span>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/template>\n\t<template v-else-if=\"filter.props.display_as === 'post-feed'\">\n\t\t<template v-if=\"$root.config.onSubmit?.postFeedId\">\n\t\t\t<teleport :to=\"`.elementor-element-${$root.config.onSubmit?.postFeedId}:not(:has(.vxf-sort)) .post-feed-header`\" defer>\n\t\t\t\t<form-group tag=\"a\" class=\"vxf-sort ts-popup-target\" href=\"#\" :popup-key=\"filter.id\" @save=\"onSave\" @blur=\"saveValue\" @clear=\"onClear\"\n\t\t\t\t\t@click.prevent @mousedown=\"$root.activePopup = filter.id\" :class=\"{'ts-filled': filter.value !== null}\" controller-class=\"hide-d\" ref=\"formGroup\">\n\t\t\t\t\t<template #trigger>\n\t\t\t\t\t\t{{ filter.value ? displayValue : filter.props.placeholder }}\n\t\t\t\t\t\t<div class=\"ts-down-icon\"><\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template #popup>\n\t\t\t\t\t\t<div class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<transition name=\"dropdown-popup\" mode=\"out-in\">\n\t\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list min-scroll\">\n\t\t\t\t\t\t\t\t\t<li v-for=\"choice in filter.props.choices\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"selectDropdownChoice(choice)\" :class=\"{'vx-pending': loading === sortKey(choice.key)}\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"ts-radio-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-radio\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" :value=\"choice.key\" :checked=\"sortKey(value) === choice.key\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<span>{{ choice.label }}<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span v-html=\"choice.icon\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t<\/transition>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/form-group>\n\t\t\t<\/teleport>\n\t\t<\/template>\n\t<\/template>\n\t<form-group v-else :popup-key=\"filter.id\" ref=\"formGroup\" @save=\"onSave\" @blur=\"saveValue\" @clear=\"onClear\" :class=\"$attrs.class\" :wrapper-class=\"repeaterId\" controller-class=\"hide-d\">\n\t\t<template #trigger>\n\t\t\t<label v-if=\"$root.config.showLabels\" class=\"\">{{ filter.label }}<\/label>\n\t\t\t<div class=\"ts-filter ts-popup-target\" @mousedown=\"$root.activePopup = filter.id\" :class=\"{'ts-filled': filter.value !== null}\">\n\t\t\t\t<span v-html=\"filter.icon\"><\/span>\n\t\t\t\t<div class=\"ts-filter-text\">\n\t\t\t\t\t{{ filter.value ? displayValue : filter.props.placeholder }}\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"ts-down-icon\"><\/div>\n\t\t\t<\/div>\n\t\t<\/template>\n\t\t<template #popup>\n\t\t\t<div class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t<transition name=\"dropdown-popup\" mode=\"out-in\">\n\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list min-scroll\">\n\t\t\t\t\t\t<li v-for=\"choice in filter.props.choices\">\n\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"selectDropdownChoice(choice)\" :class=\"{'vx-pending': loading === sortKey(choice.key)}\">\n\t\t\t\t\t\t\t\t<div class=\"ts-radio-container\">\n\t\t\t\t\t\t\t\t\t<label class=\"container-radio\">\n\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" :value=\"choice.key\" :checked=\"sortKey(value) === choice.key\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<span>{{ choice.label }}<\/span>\n\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t<span v-html=\"choice.icon\"><\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t<\/ul>\n\t\t\t\t<\/transition>\n\t\t\t<\/div>\n\t\t<\/template>\n\t<\/form-group>\n<\/script>\n    <script type=\"text\/html\" id=\"search-form-keywords-filter\">\n\t<template v-if=\"filter.props.display_as === 'inline'\">\n\t\t<div class=\"ts-form-group ts-inline-filter\">\n\t\t\t<label v-if=\"$root.config.showLabels\" class=\"\">{{ filter.label }}<\/label>\n\t\t\t<div class=\"ts-input-icon flexify\">\n\t\t\t\t<span v-html=\"filter.icon\"><\/span>\n\t\t\t\t<input\n\t\t\t\t\tref=\"input\"\n\t\t\t\t\tv-model=\"value\"\n\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t:placeholder=\"filter.props.placeholder\"\n\t\t\t\t\tclass=\"inline-input\"\n\t\t\t\t\t@keyup.enter=\"saveValue(); onEnter();\"\n\t\t\t\t\t@blur=\"saveValue\"\n\t\t\t\t>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/template>\n\t<form-group v-else :popup-key=\"filter.id\" ref=\"formGroup\" @save=\"onPopupSave\" @blur=\"saveValue\" @clear=\"onPopupClear\" :wrapper-class=\"repeaterId\">\n\t\t<template #trigger>\n\t\t\t<label v-if=\"$root.config.showLabels\" class=\"\">{{ filter.label }}<\/label>\n\t\t\t<div class=\"ts-filter ts-popup-target\" @mousedown=\"$root.activePopup = filter.id\" :class=\"{'ts-filled': filter.value !== null}\">\n\t\t\t\t<span v-html=\"filter.icon\"><\/span>\n\t\t\t\t<div class=\"ts-filter-text\">{{ filter.value ? filter.value : filter.props.placeholder }}<\/div>\n\t\t\t<\/div>\n\t\t<\/template>\n\t\t<template #popup>\n\t\t\t<div class=\"\">\n\t\t\t\t<div class=\"ts-input-icon ts-sticky-top flexify\">\n\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.25 2.75C6.14154 2.75 2 6.89029 2 11.998C2 17.1056 6.14154 21.2459 11.25 21.2459C13.5335 21.2459 15.6238 20.4187 17.2373 19.0475L20.7182 22.5287C21.011 22.8216 21.4859 22.8217 21.7788 22.5288C22.0717 22.2359 22.0718 21.761 21.7789 21.4681L18.2983 17.9872C19.6714 16.3736 20.5 14.2826 20.5 11.998C20.5 6.89029 16.3585 2.75 11.25 2.75ZM3.5 11.998C3.5 7.71905 6.96962 4.25 11.25 4.25C15.5304 4.25 19 7.71905 19 11.998C19 16.2769 15.5304 19.7459 11.25 19.7459C6.96962 19.7459 3.5 16.2769 3.5 11.998Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t<input\n\t\t\t\t\t\tref=\"input\"\n\t\t\t\t\t\tv-model=\"value\"\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\t:placeholder=\"filter.props.placeholder\"\n\t\t\t\t\t\tclass=\"autofocus border-none\"\n\t\t\t\t\t\t@keyup.enter=\"onPopupSave\"\n\t\t\t\t\t>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/template>\n\t<\/form-group>\n<\/script>\n    <script type=\"text\/html\" id=\"search-form-location-filter\">\n\t<template v-if=\"filter.props.display_as === 'inline'\">\n\t\t<div class=\"ts-form-group ts-inline-filter\" :class=\"[loading?'vx-pending':'', $attrs.class]\">\n\t\t\t<label v-if=\"$root.config.showLabels\" class=\"\">{{ filter.label }}<\/label>\n\t\t\t<div class=\"ts-input-icon flexify\" ref=\"addressWrapper\">\n\t\t\t\t<span v-html=\"filter.icon\"><\/span>\n\t\t\t\t<a @click.prevent=\"useMyLocation\" href=\"#\" class=\"inline-user-location ts-icon-btn\" aria-label=\"Share your location\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-location-arrow\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M444.52 3.52L28.74 195.42c-47.97 22.39-31.98 92.75 19.19 92.75h175.91v175.91c0 51.17 70.36 67.17 92.75 19.19l191.9-415.78c15.99-38.39-25.59-79.97-63.97-63.97z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<template v-if=\"filter.props.display_proximity_as === 'inline'\">\n\t<div v-show=\"filter.value !== null && filter.value.indexOf(visibleAreaLabel) === -1\" class=\"ts-form-group ts-inline-filter switcher-label\" :class=\"[loading?'vx-pending':'', $attrs.class]\">\n\t\t<label class=\"ts-keep-visible\"  @click.prevent=\"value.method = value.method === 'area' ? 'radius' : 'area';\"\n\t\t\t:style=\"value.method !== 'radius' ? 'padding-bottom: 0;' : ''\">\n\t\t\t<div class=\"switch-slider\">\n\t\t\t\t<div class=\"onoffswitch\">\n\t\t\t\t\t<input :checked=\"value.method === 'radius'\" type=\"checkbox\" class=\"onoffswitch-checkbox\" tabindex=\"0\">\n\t\t\t\t\t<label class=\"onoffswitch-label\"><\/label>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\tEnable proximity search<\/label>\n\n\t\t\t<div v-show=\"value.method === 'radius'\">\n\t\t\t\t<div class=\"range-slider-wrapper\" ref=\"sliderWrapper\">\n\t\t\t\t\t<div class=\"range-value\">\n\t\t\t\t\t\t{{ value.radius }}\n\t\t\t\t\t\t<template v-if=\"units === 'mi'\">mi<\/template>\n\t\t\t\t\t\t<template v-else>km<\/template>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t<\/div>\n<\/template>\n<template v-else-if=\"filter.props.display_proximity_as === 'none'\">\n<\/template>\n<template v-else>\n\t<form-group\n\t\t:popup-key=\"filter.id+':proximity'\"\n\t\tv-if=\"filter.value !== null && filter.value.indexOf(visibleAreaLabel) === -1\"\n\t\tref=\"proximity\"\n\t\t@save=\"onSave\"\n\t\t@blur=\"saveValue\"\n\t\t@clear=\"onClearProximity\"\n\t\t:class=\"$attrs.class\"\n\t\t:wrapper-class=\"repeaterId\"\n\t>\n\t\t<template #trigger>\n\t\t\t<label v-if=\"$root.config.showLabels\" class=\"\">Distance<\/label>\n\t\t\t<div class=\"ts-filter ts-popup-target\" @mousedown=\"$root.activePopup = filter.id+':proximity'; onOpenProximity();\" :class=\"{'ts-filled': !!displayDistance}\">\n\t\t\t\t<span><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-location-arrow\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M444.52 3.52L28.74 195.42c-47.97 22.39-31.98 92.75 19.19 92.75h175.91v175.91c0 51.17 70.36 67.17 92.75 19.19l191.9-415.78c15.99-38.39-25.59-79.97-63.97-63.97z\"><\/path><\/svg><\/span>\n\t\t\t\t<div class=\"ts-filter-text\">\n\t\t\t\t\t<template v-if=\"displayDistance\">{{ displayDistance }}<\/template>\n\t\t\t\t\t<template v-else>Distance<\/template>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"ts-down-icon\"><\/div>\n\t\t\t<\/div>\n\t\t<\/template>\n\t\t<template #popup>\n\t\t\t<div class=\"ts-form-group\" :class=\"{'vx-pending': loading}\">\n\t\t\t\t<label>Enable proximity search<\/label>\n\t\t\t\t<div class=\"switch-slider\">\n\t\t\t\t\t<div class=\"onoffswitch\">\n\t\t\t\t\t\t<input :checked=\"value.method === 'radius'\" type=\"checkbox\" class=\"onoffswitch-checkbox\" tabindex=\"0\">\n\t\t\t\t\t\t<label class=\"onoffswitch-label\" @click.prevent=\"value.method = value.method === 'area' ? 'radius' : 'area'\"><\/label>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div v-show=\"value.method === 'radius'\">\n\t\t\t\t\t<div class=\"range-slider-wrapper\" ref=\"sliderWrapper\">\n\t\t\t\t\t\t<div class=\"range-value\">\n\t\t\t\t\t\t\t{{ value.radius }}\n\t\t\t\t\t\t\t<template v-if=\"units === 'mi'\">mi<\/template>\n\t\t\t\t\t\t\t<template v-else>km<\/template>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/template>\n\t<\/form-group>\n<\/template>\n\t<\/template>\n\t<template v-else>\n\t\t<form-group :popup-key=\"filter.id\" ref=\"formGroup\" @save=\"onSave\" @blur=\"saveValue\" @clear=\"onClear\" prevent-blur=\".pac-container, .ts-autocomplete-dropdown\" :class=\"$attrs.class\" :wrapper-class=\"repeaterId\">\n\t\t\t<template #trigger>\n\t\t\t\t<label v-if=\"$root.config.showLabels\" class=\"\">{{ filter.label }}<\/label>\n\t\t\t\t<div class=\"ts-filter ts-popup-target\" @mousedown=\"$root.activePopup = filter.id; onOpen();\" :class=\"{'ts-filled': filter.value !== null}\">\n\t\t\t\t\t<span v-html=\"filter.icon\"><\/span>\n\t\t\t\t\t<div class=\"ts-filter-text\">{{ filter.value ? displayValue : filter.props.placeholder }}<\/div>\n\t\t\t\t\t<div class=\"ts-down-icon\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/template>\n\t\t\t<template #popup>\n\t\t\t\t<div class=\"uib b-bottom ts-sticky-top\" :class=\"{'vx-pending': loading}\">\n\t\t\t\t\t<div class=\"ts-input-icon flexify ts-sticky-top\" ref=\"addressWrapper\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-location-arrow\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M444.52 3.52L28.74 195.42c-47.97 22.39-31.98 92.75 19.19 92.75h175.91v175.91c0 51.17 70.36 67.17 92.75 19.19l191.9-415.78c15.99-38.39-25.59-79.97-63.97-63.97z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"ts-form-group elementor-column elementor-col-100\" :class=\"{'vx-pending': loading}\">\n\t\t\t\t\t<a @click.prevent=\"useMyLocation\" href=\"#\" class=\"ts-btn ts-btn-4\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-location-arrow\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M444.52 3.52L28.74 195.42c-47.97 22.39-31.98 92.75 19.19 92.75h175.91v175.91c0 51.17 70.36 67.17 92.75 19.19l191.9-415.78c15.99-38.39-25.59-79.97-63.97-63.97z\"><\/path><\/svg>\t\t\t\t\t\t<p>Use my current location<\/p>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/template>\n\t\t<\/form-group>\n\t\t<template v-if=\"filter.props.display_proximity_as === 'inline'\">\n\t<div v-show=\"filter.value !== null && filter.value.indexOf(visibleAreaLabel) === -1\" class=\"ts-form-group ts-inline-filter switcher-label\" :class=\"[loading?'vx-pending':'', $attrs.class]\">\n\t\t<label class=\"ts-keep-visible\"  @click.prevent=\"value.method = value.method === 'area' ? 'radius' : 'area';\"\n\t\t\t:style=\"value.method !== 'radius' ? 'padding-bottom: 0;' : ''\">\n\t\t\t<div class=\"switch-slider\">\n\t\t\t\t<div class=\"onoffswitch\">\n\t\t\t\t\t<input :checked=\"value.method === 'radius'\" type=\"checkbox\" class=\"onoffswitch-checkbox\" tabindex=\"0\">\n\t\t\t\t\t<label class=\"onoffswitch-label\"><\/label>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\tEnable proximity search<\/label>\n\n\t\t\t<div v-show=\"value.method === 'radius'\">\n\t\t\t\t<div class=\"range-slider-wrapper\" ref=\"sliderWrapper\">\n\t\t\t\t\t<div class=\"range-value\">\n\t\t\t\t\t\t{{ value.radius }}\n\t\t\t\t\t\t<template v-if=\"units === 'mi'\">mi<\/template>\n\t\t\t\t\t\t<template v-else>km<\/template>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t<\/div>\n<\/template>\n<template v-else-if=\"filter.props.display_proximity_as === 'none'\">\n<\/template>\n<template v-else>\n\t<form-group\n\t\t:popup-key=\"filter.id+':proximity'\"\n\t\tv-if=\"filter.value !== null && filter.value.indexOf(visibleAreaLabel) === -1\"\n\t\tref=\"proximity\"\n\t\t@save=\"onSave\"\n\t\t@blur=\"saveValue\"\n\t\t@clear=\"onClearProximity\"\n\t\t:class=\"$attrs.class\"\n\t\t:wrapper-class=\"repeaterId\"\n\t>\n\t\t<template #trigger>\n\t\t\t<label v-if=\"$root.config.showLabels\" class=\"\">Distance<\/label>\n\t\t\t<div class=\"ts-filter ts-popup-target\" @mousedown=\"$root.activePopup = filter.id+':proximity'; onOpenProximity();\" :class=\"{'ts-filled': !!displayDistance}\">\n\t\t\t\t<span><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-location-arrow\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M444.52 3.52L28.74 195.42c-47.97 22.39-31.98 92.75 19.19 92.75h175.91v175.91c0 51.17 70.36 67.17 92.75 19.19l191.9-415.78c15.99-38.39-25.59-79.97-63.97-63.97z\"><\/path><\/svg><\/span>\n\t\t\t\t<div class=\"ts-filter-text\">\n\t\t\t\t\t<template v-if=\"displayDistance\">{{ displayDistance }}<\/template>\n\t\t\t\t\t<template v-else>Distance<\/template>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"ts-down-icon\"><\/div>\n\t\t\t<\/div>\n\t\t<\/template>\n\t\t<template #popup>\n\t\t\t<div class=\"ts-form-group\" :class=\"{'vx-pending': loading}\">\n\t\t\t\t<label>Enable proximity search<\/label>\n\t\t\t\t<div class=\"switch-slider\">\n\t\t\t\t\t<div class=\"onoffswitch\">\n\t\t\t\t\t\t<input :checked=\"value.method === 'radius'\" type=\"checkbox\" class=\"onoffswitch-checkbox\" tabindex=\"0\">\n\t\t\t\t\t\t<label class=\"onoffswitch-label\" @click.prevent=\"value.method = value.method === 'area' ? 'radius' : 'area'\"><\/label>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div v-show=\"value.method === 'radius'\">\n\t\t\t\t\t<div class=\"range-slider-wrapper\" ref=\"sliderWrapper\">\n\t\t\t\t\t\t<div class=\"range-value\">\n\t\t\t\t\t\t\t{{ value.radius }}\n\t\t\t\t\t\t\t<template v-if=\"units === 'mi'\">mi<\/template>\n\t\t\t\t\t\t\t<template v-else>km<\/template>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/template>\n\t<\/form-group>\n<\/template>\n\t<\/template>\n<\/script>    <script type=\"text\/html\" id=\"sf-terms-filter\">\n\t<template v-if=\"filter.props.display_as === 'inline'\">\n\t\t<div class=\"ts-form-group inline-terms-wrapper ts-inline-filter min-scroll\"\n\t\t\t:class=\"{'vx-inert':isPending, hidden: !visibleFlatTerms.length}\">\n\t\t\t<label v-if=\"$root.config.showLabels\">{{ filter.label }}<\/label>\n\t\t\t<div class=\"ts-term-dropdown ts-multilevel-dropdown inline-multilevel\">\n\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\">\n\t\t\t\t\t<template v-for=\"term, index in visibleFlatTerms\">\n\t\t\t\t\t\t<li v-if=\"index < (page*perPage)\"\n\t\t\t\t\t\t\t:class=\"{'ts-selected': !!value[term.slug]}\">\n\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"selectFlatTerm(term)\">\n\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t<label :class=\"filter.props.multiple ? 'container-checkbox' : 'container-radio'\">\n\t\t\t\t\t\t\t\t\t\t<input disabled hidden\n\t\t\t\t\t\t\t\t\t\t\t:type=\"filter.props.multiple ? 'checkbox' : 'radio'\"\n\t\t\t\t\t\t\t\t\t\t\t:value=\"term.slug\"\n\t\t\t\t\t\t\t\t\t\t\t:checked=\"value[term.slug]\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<span>{{ '\u2014 '.repeat(term.depth) }}{{ term.label }}<\/span>\n\t\t\t\t\t\t\t\t<div v-if=\"term.postCount !== null\" class=\"ts-term-count\">\n\t\t\t\t\t\t\t\t\t{{ term.postCount }}\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div v-if=\"!isAdaptive && term.icon\" class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t<span v-html=\"term.icon\"><\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<li v-if=\"(page*perPage) < visibleFlatTerms.length\" class=\"ts-term-centered\" >\n\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"page++\" class=\"flexify\">\n\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<span>Load more<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/template>\n\t<template v-else-if=\"filter.props.display_as === 'buttons'\">\n\t\t<div class=\"ts-form-group\" :class=\"{'vx-inert':isPending, hidden: !flatTerms.length}\">\n\t\t\t<label v-if=\"$root.config.showLabels\">{{ filter.label }}<\/label>\n\t\t\t<ul class=\"simplify-ul addon-buttons flexify\">\n\t\t\t\t<template v-for=\"term in flatTerms\">\n\t\t\t\t\t<li class=\"flexify\" @click.prevent=\"selectFlatTerm( term )\" :class=\"{'adb-selected': !!value[ term.slug ]}\">\n\t\t\t\t\t\t{{ term.label }}\n\t\t\t\t\t\t<div v-if=\"term.postCount !== null\" class=\"ts-term-count\">\n\t\t\t\t\t\t\t{{ term.postCount }}\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/li>\n\t\t\t\t<\/template>\n\t\t\t<\/ul>\n\t\t<\/div>\n\t<\/template>\n\t<form-group v-else :popup-key=\"filter.id\" ref=\"formGroup\" @save=\"onSave\" @blur=\"saveValue\" @clear=\"onClear\"\n\t\t:wrapper-class=\"[repeaterId, 'vx-full-popup'].join(' ')\"\n\t\t:class=\"{'vx-inert':isPending, hidden: !shouldShowPopup}\"\n\t\tv-bind=\"{ 'controller-class': filter.props.multiple ? null : 'hide-d' }\">\n\t\t<template #trigger>\n\t\t\t<label v-if=\"$root.config.showLabels\">{{ filter.label }}<\/label>\n\t \t\t<div class=\"ts-filter ts-popup-target\" @mousedown=\"$root.activePopup = filter.id\" :class=\"{'ts-filled': filter.value !== null}\">\n\t\t\t\t<span v-html=\"filter.icon\"><\/span>\n\t \t\t\t<div class=\"ts-filter-text\">\n\t \t\t\t\t<template v-if=\"filter.value\">\n\t \t\t\t\t\t{{ firstLabel }}\n\t \t\t\t\t\t<span v-if=\"remainingCount > 0\" class=\"term-count\">\n\t \t\t\t\t\t\t+{{ remainingCount.toLocaleString() }}\n\t \t\t\t\t\t<\/span>\n\t \t\t\t\t<\/template>\n\t \t\t\t\t<template v-else>{{ filter.props.placeholder }}<\/template>\n\t \t\t\t<\/div>\n\t \t\t\t<div class=\"ts-down-icon\"><\/div>\n\t \t\t<\/div>\n\t \t<\/template>\n\t\t<template #popup>\n\t\t\t<div class=\"ts-sticky-top uib b-bottom\" v-if=\"flatTerms.length >= 15\">\n\t\t\t\t<div class=\"ts-input-icon flexify\">\n\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.25 2.75C6.14154 2.75 2 6.89029 2 11.998C2 17.1056 6.14154 21.2459 11.25 21.2459C13.5335 21.2459 15.6238 20.4187 17.2373 19.0475L20.7182 22.5287C21.011 22.8216 21.4859 22.8217 21.7788 22.5288C22.0717 22.2359 22.0718 21.761 21.7789 21.4681L18.2983 17.9872C19.6714 16.3736 20.5 14.2826 20.5 11.998C20.5 6.89029 16.3585 2.75 11.25 2.75ZM3.5 11.998C3.5 7.71905 6.96962 4.25 11.25 4.25C15.5304 4.25 19 7.71905 19 11.998C19 16.2769 15.5304 19.7459 11.25 19.7459C6.96962 19.7459 3.5 16.2769 3.5 11.998Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t<input v-model=\"search\" ref=\"searchInput\" type=\"text\" placeholder=\"Search\" class=\"autofocus\">\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div v-if=\"searchResults\" class=\"ts-term-dropdown ts-multilevel-dropdown ts-md-group\">\n\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\">\n\t\t\t\t\t<li v-for=\"term in searchResults\" :class=\"{'ts-selected': !!value[term.slug]}\">\n\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"selectTerm( term )\">\n\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t<label :class=\"filter.props.multiple ? 'container-checkbox' : 'container-radio'\">\n\t\t\t\t\t\t\t\t\t<input :type=\"filter.props.multiple ? 'checkbox' : 'radio'\" :value=\"term.slug\"\n\t\t\t\t\t\t\t\t\t\t:checked=\"value[ term.slug ]\" disabled hidden>\n\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<span>{{ term.label }}<\/span>\n\t\t\t\t\t\t\t<div v-if=\"term.postCount !== null\" class=\"ts-term-count\">\n\t\t\t\t\t\t\t\t{{ term.postCount }}\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div v-if=\"!isAdaptive && term.icon\" class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t<span v-html=\"term.icon\"><\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t<div v-if=\"!searchResults.length\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t<span v-html=\"filter.icon\"><\/span>\n\t\t\t\t\t<p>No results found<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div v-else class=\"ts-term-dropdown ts-multilevel-dropdown ts-md-group\">\n\t\t\t\t<term-list :terms=\"terms\" list-key=\"toplevel\" key=\"toplevel\" :main=\"this\"><\/term-list>\n\t\t\t<\/div>\n\t\t<\/template>\n\t<\/form-group>\n<\/script>\n\n<script type=\"text\/html\" id=\"sf-term-list\">\n\t<transition :name=\"'slide-from-'+main.slide_from\" @beforeEnter=\"beforeEnter($event, listKey)\" @beforeLeave=\"beforeLeave($event, listKey)\">\n\t\t<ul v-if=\"main.active_list === listKey\" :key=\"listKey\" class=\"simplify-ul ts-term-dropdown-list\">\n\t\t\t<li v-if=\"main.active_list !== 'toplevel'\" class=\"ts-term-centered\">\n\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"goBack\">\n      \t            <div class=\"ts-left-icon\"><\/div>\n      \t            <span>Go back<\/span>\n\t  \t        <\/a>\n\t\t\t<\/li>\n\t\t\t<li v-if=\"parentTerm\" class=\"ts-parent-item\">\n\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"main.selectTerm( parentTerm )\">\n\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t<label :class=\"main.filter.props.multiple ? 'container-checkbox' : 'container-radio'\">\n\t\t\t\t\t\t\t<input :type=\"main.filter.props.multiple ? 'checkbox' : 'radio'\" :value=\"parentTerm.slug\"\n\t\t\t\t\t\t\t\t:checked=\"main.value[ parentTerm.slug ]\" disabled hidden>\n\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t<\/label>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<span>All in {{ parentTerm.label }}<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/li>\n\t\t\t<template v-for=\"term, index in activeTerms\">\n\t\t\t\t<li v-if=\"index < (page*perPage)\" :class=\"{'ts-selected': !!main.value[term.slug] || term.hasSelection}\">\n\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"selectTerm( term )\">\n\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t<label :class=\"main.filter.props.multiple ? 'container-checkbox' : 'container-radio'\">\n\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\t\t\t\t:type=\"main.filter.props.multiple ? 'checkbox' : 'radio'\"\n\t\t\t\t\t\t\t\t\t:value=\"term.slug\"\n\t\t\t\t\t\t\t\t\t:checked=\"main.value[ term.slug ] || term.hasSelection\"\n\t\t\t\t\t\t\t\t\tdisabled\n\t\t\t\t\t\t\t\t\thidden\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<span>{{ term.label }}<\/span>\n\t\t\t\t\t\t<div class=\"ts-right-icon\" v-if=\"term.children && term.children.length\"><\/div>\n\t\t\t\t\t\t<div v-if=\"term.postCount !== null\" class=\"ts-term-count\">\n\t\t\t\t\t\t\t{{ term.postCount }}\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-if=\"!main.isAdaptive && term.icon\" class=\"ts-term-icon\">\n\t\t\t\t\t\t\t<span v-html=\"term.icon\"><\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t<\/template>\n\t\t\t<li v-if=\"(page*perPage) < activeTerms.length\" class=\"ts-term-centered\">\n\t\t\t\t<a href=\"#\" @click.prevent=\"page++\" class=\"flexify\">\n\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\t<span>Load more<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/li>\n\t\t<\/ul>\n\t<\/transition>\n\t<term-list\n\t\tv-for=\"term in termsWithChildren\"\n\t\t:terms=\"term.children\"\n\t\t:parent-term=\"term\"\n\t\t:previous-list=\"listKey\"\n\t\t:list-key=\"'terms_'+term.id\"\n\t\t:key=\"'terms_'+term.id\"\n\t\t:main=\"main\"\n\t><\/term-list>\n<\/script>        \n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-92e0782 e-con-full e-flex e-con e-parent\" data-id=\"92e0782\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f2845ad e-con-full e-flex e-con e-child\" data-id=\"f2845ad\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div data-per-page=\"90\" class=\"   elementor-element elementor-element-5778a1d elementor-widget elementor-widget-ts-post-feed\" data-paginate=\"load_more\" data-id=\"5778a1d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-post-feed.default\">\n\t\t\t\t\t<link rel='stylesheet' id='vx:post-feed.css-css' href='https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/themes\/voxel\/assets\/dist\/post-feed.css?ver=1.7.7.2' type='text\/css' media='all' \/>\n\n\n<div\n\tclass=\"post-feed-grid ts-feed-grid-default \t\tvx-opacity sf-post-feed \"\n\tdata-auto-slide=\"0\"\n>\n\n\t\n\t<div class=\"ts-preview\" data-post-id=\"20864\"><link rel='stylesheet' id='elementor-frontend-css' href='https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/plugins\/elementor\/assets\/css\/frontend.min.css?ver=4.0.2' type='text\/css' media='all' \/>\n<link rel='stylesheet' id='elementor-post-21256-css' href='https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/elementor\/css\/post-21256.css?ver=1776271443' type='text\/css' media='all' \/>\n<link rel='stylesheet' id='vx:action.css-css' href='https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/themes\/voxel\/assets\/dist\/action.css?ver=1.7.7.2' type='text\/css' media='all' \/>\n<link rel='stylesheet' id='widget-heading-css' href='https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/plugins\/elementor\/assets\/css\/widget-heading.min.css?ver=4.0.2' type='text\/css' media='all' \/>\n<link rel='stylesheet' id='widget-image-css' href='https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/plugins\/elementor\/assets\/css\/widget-image.min.css?ver=4.0.2' type='text\/css' media='all' \/>\n\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/spuort-of-friar-thomas\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Architettura storica\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div>\n\t\t\t\tArchitettura storica\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"20864\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/spuort-of-friar-thomas\/\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-di-Fra-Tommaso-002-1024x683.jpg\" class=\"attachment-large size-large wp-image-20865\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-di-Fra-Tommaso-002-1024x683.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-di-Fra-Tommaso-002-600x400.jpg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-di-Fra-Tommaso-002-768x512.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-di-Fra-Tommaso-002-1536x1024.jpg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-di-Fra-Tommaso-002-2048x1365.jpg 2048w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-di-Fra-Tommaso-002-18x12.jpg 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/spuort-of-friar-thomas\/\">Spuort di Fra Tommaso<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"20864\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/spuort-of-friar-thomas\/\" data-position=\"41.70853,13.81246\" style=\"--ts-icon-bg:#8B5A2B\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21111\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/gaudiello-hotel\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21111\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/gaudiello-hotel\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Albergo-Gaudiello-003-1024x683.jpeg\" class=\"attachment-large size-large wp-image-21112\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Albergo-Gaudiello-003-1024x683.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Albergo-Gaudiello-003-600x400.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Albergo-Gaudiello-003-768x512.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Albergo-Gaudiello-003-1536x1024.jpeg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Albergo-Gaudiello-003-18x12.jpeg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Albergo-Gaudiello-003.jpeg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/gaudiello-hotel\/\">Albergo Gaudiello<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21111\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/gaudiello-hotel\/\" data-position=\"41.70905,13.81195\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21098\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/rectory\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21098\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/rectory\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Canonica-001-1024x683.jpeg\" class=\"attachment-large size-large wp-image-21099\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Canonica-001-1024x683.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Canonica-001-600x400.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Canonica-001-768x512.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Canonica-001-1536x1024.jpeg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Canonica-001-18x12.jpeg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Canonica-001.jpeg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/rectory\/\">Canonica<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21098\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/rectory\/\" data-position=\"41.71016,13.81329\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21016\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/via-annunziata\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21016\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/via-annunziata\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Annunziata-003-1024x683.jpg\" class=\"attachment-large size-large wp-image-21017\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Annunziata-003-1024x683.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Annunziata-003-600x400.jpg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Annunziata-003-768x512.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Annunziata-003-1536x1024.jpg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Annunziata-003-2048x1365.jpg 2048w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Annunziata-003-18x12.jpg 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/via-annunziata\/\">Via Annunziata<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21016\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/via-annunziata\/\" data-position=\"41.70933,13.81296\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21197\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/monument-a-woman-transports-wood-from-forca-dacero\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21197\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/monument-a-woman-transports-wood-from-forca-dacero\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2024\/05\/Monumento-Donna-Legna-scaled-large.jpg\" class=\"attachment-large size-large wp-image-2778\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2024\/05\/Monumento-Donna-Legna-scaled-large.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2024\/05\/Monumento-Donna-Legna-scaled-600x400.jpg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2024\/05\/Monumento-Donna-Legna-scaled-768x512.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2024\/05\/Monumento-Donna-Legna-scaled-1536x1024.jpg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2024\/05\/Monumento-Donna-Legna-scaled-2048x1366.jpg 2048w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2024\/05\/Monumento-Donna-Legna-scaled-18x12.jpg 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/monument-a-woman-transports-wood-from-forca-dacero\/\">Monumento Una donna trasporta legna da Forca d'Acero<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21197\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/monument-a-woman-transports-wood-from-forca-dacero\/\" data-position=\"41.70798,13.81422\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21222\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/home-of-lion-winter-and-samuel-brull\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21222\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d9f325 elementor-widget elementor-widget-image\" data-id=\"7d9f325\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/home-of-lion-winter-and-samuel-brull\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-large.jpg\" class=\"attachment-large size-large wp-image-2759\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-large.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-600x338.jpg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-768x432.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-1536x864.jpg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-2048x1152.jpg 2048w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-18x10.jpg 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/home-of-lion-winter-and-samuel-brull\/\">Domicilio di Leone Winter e Samuel Brull<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21222\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/home-of-lion-winter-and-samuel-brull\/\" data-position=\"41.70707,13.81168\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21218\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/leonardo-culture-center\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Mostra permanente\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidvr-cardboard\"><\/i><\/div>\n\t\t\t\tMostra permanente\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21218\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/leonardo-culture-center\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"960\" height=\"720\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Centro-di-Cultura-Leonardo-1.jpeg\" class=\"attachment-large size-large wp-image-21219\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Centro-di-Cultura-Leonardo-1.jpeg 960w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Centro-di-Cultura-Leonardo-1-600x450.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Centro-di-Cultura-Leonardo-1-768x576.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Centro-di-Cultura-Leonardo-1-16x12.jpeg 16w\" sizes=\"(max-width: 960px) 100vw, 960px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/leonardo-culture-center\/\">Centro di Cultura Leonardo<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21212\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/spuort-dellantico-municipio\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Architettura storica\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div>\n\t\t\t\tArchitettura storica\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21212\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/spuort-dellantico-municipio\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-dell-Antico-Municipio-005-1024x683.jpg\" class=\"attachment-large size-large wp-image-21213\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-dell-Antico-Municipio-005-1024x683.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-dell-Antico-Municipio-005-600x400.jpg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-dell-Antico-Municipio-005-768x512.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-dell-Antico-Municipio-005-1536x1024.jpg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-dell-Antico-Municipio-005-2048x1365.jpg 2048w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-dell-Antico-Municipio-005-18x12.jpg 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/spuort-dellantico-municipio\/\">Spuort dell'Antico Municipio<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21212\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/spuort-dellantico-municipio\/\" data-position=\"41.70909,13.81209\" style=\"--ts-icon-bg:#8B5A2B\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21080\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/air-raid-shelters\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21080\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/air-raid-shelters\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Rifugi-Antiaerei-001-1024x683.jpeg\" class=\"attachment-large size-large wp-image-21081\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Rifugi-Antiaerei-001-1024x683.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Rifugi-Antiaerei-001-600x400.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Rifugi-Antiaerei-001-768x512.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Rifugi-Antiaerei-001-1536x1024.jpeg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Rifugi-Antiaerei-001-18x12.jpeg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Rifugi-Antiaerei-001.jpeg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/air-raid-shelters\/\">Ricoveri Antiaerei<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21080\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/air-raid-shelters\/\" data-position=\"41.71029,13.81216\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21220\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/dellabate-cinema\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21220\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d9f325 elementor-widget elementor-widget-image\" data-id=\"7d9f325\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/dellabate-cinema\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-large.jpg\" class=\"attachment-large size-large wp-image-2759\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-large.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-600x338.jpg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-768x432.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-1536x864.jpg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-2048x1152.jpg 2048w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-18x10.jpg 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/dellabate-cinema\/\">Cinema dell'Abate<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21220\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/dellabate-cinema\/\" data-position=\"41.71029,13.81296\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21159\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/tenenbaum-family-residence\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Architettura storica\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div>\n\t\t\t\tArchitettura storica\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21159\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/tenenbaum-family-residence\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Domicilio-della-Famiglia-Tenenbaum-002-1024x683.jpeg\" class=\"attachment-large size-large wp-image-21160\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Domicilio-della-Famiglia-Tenenbaum-002-1024x683.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Domicilio-della-Famiglia-Tenenbaum-002-600x400.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Domicilio-della-Famiglia-Tenenbaum-002-768x512.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Domicilio-della-Famiglia-Tenenbaum-002-1536x1024.jpeg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Domicilio-della-Famiglia-Tenenbaum-002-18x12.jpeg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Domicilio-della-Famiglia-Tenenbaum-002.jpeg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/tenenbaum-family-residence\/\">Residenza della famiglia Tenenbaum<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21159\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/tenenbaum-family-residence\/\" data-position=\"41.70684,13.81167\" style=\"--ts-icon-bg:#8B5A2B\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21157\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/palace-sipari-mass\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Architettura storica\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div>\n\t\t\t\tArchitettura storica\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21157\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/palace-sipari-mass\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"706\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Sipari-Massa-001-1024x706.jpg\" class=\"attachment-large size-large wp-image-21158\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Sipari-Massa-001-1024x706.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Sipari-Massa-001-600x413.jpg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Sipari-Massa-001-768x529.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Sipari-Massa-001-18x12.jpg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Sipari-Massa-001.jpg 1254w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/palace-sipari-mass\/\">Palazzo Sipari-Massa<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21157\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/palace-sipari-mass\/\" data-position=\"41.70651,13.8146\" style=\"--ts-icon-bg:#8B5A2B\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21237\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/church-of-madonna-del-carmine-and-sant-antonio\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Chiesa\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidchurch\"><\/i><\/div>\n\t\t\t\tChiesa\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21237\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/church-of-madonna-del-carmine-and-sant-antonio\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Convento-1024x768.jpeg\" class=\"attachment-large size-large wp-image-21027\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Convento-1024x768.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Convento-600x450.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Convento-768x576.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Convento-16x12.jpeg 16w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Convento.jpeg 1440w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/church-of-madonna-del-carmine-and-sant-antonio\/\">Chiesa della Madonna del Carmine e Sant\u2019 Antonio<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21237\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/church-of-madonna-del-carmine-and-sant-antonio\/\" data-position=\"41.7066,13.81446\" style=\"--ts-icon-bg:#6D4C8B\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidchurch\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"20796\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/medieval-tower-of-the-counts-of-aquino\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Architettura storica\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div>\n\t\t\t\tArchitettura storica\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"20796\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/medieval-tower-of-the-counts-of-aquino\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Torre-Medievale-4-1024x768.jpg\" class=\"attachment-large size-large wp-image-20797\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Torre-Medievale-4-1024x768.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Torre-Medievale-4-600x450.jpg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Torre-Medievale-4-768x576.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Torre-Medievale-4-1536x1152.jpg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Torre-Medievale-4-2048x1536.jpg 2048w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Torre-Medievale-4-16x12.jpg 16w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/medieval-tower-of-the-counts-of-aquino\/\">Torre Medievale dei Conti di Aquino<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"20796\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/medieval-tower-of-the-counts-of-aquino\/\" data-position=\"41.70984,13.81075\" style=\"--ts-icon-bg:#8B5A2B\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21072\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/carmen-movie-set\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21072\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/carmen-movie-set\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Set-del-Film-Carmen-2-1024x576.jpg\" class=\"attachment-large size-large wp-image-21073\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Set-del-Film-Carmen-2-1024x576.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Set-del-Film-Carmen-2-600x338.jpg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Set-del-Film-Carmen-2-768x432.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Set-del-Film-Carmen-2-1536x864.jpg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Set-del-Film-Carmen-2-18x10.jpg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Set-del-Film-Carmen-2.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/carmen-movie-set\/\">Set del film Carmen<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21072\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/carmen-movie-set\/\" data-position=\"41.70732,13.81056\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"20791\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/stone-of-san-bernardino\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"20791\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/stone-of-san-bernardino\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Pietra-di-San-Bernardino-1024x683.jpeg\" class=\"attachment-large size-large wp-image-20792\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Pietra-di-San-Bernardino-1024x683.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Pietra-di-San-Bernardino-600x400.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Pietra-di-San-Bernardino-768x512.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Pietra-di-San-Bernardino-18x12.jpeg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Pietra-di-San-Bernardino.jpeg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/stone-of-san-bernardino\/\">Pietra di San Bernardino<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"20791\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/stone-of-san-bernardino\/\" data-position=\"41.70779,13.812\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21166\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/residence-of-geltrude-and-osvald-adler\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Architettura storica\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div>\n\t\t\t\tArchitettura storica\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21166\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/residence-of-geltrude-and-osvald-adler\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Domicilio-Osvald-e-Gertrude-Adler-001-1024x682.jpeg\" class=\"attachment-large size-large wp-image-21167\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Domicilio-Osvald-e-Gertrude-Adler-001-1024x682.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Domicilio-Osvald-e-Gertrude-Adler-001-600x400.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Domicilio-Osvald-e-Gertrude-Adler-001-768x512.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Domicilio-Osvald-e-Gertrude-Adler-001-1536x1023.jpeg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Domicilio-Osvald-e-Gertrude-Adler-001-18x12.jpeg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Domicilio-Osvald-e-Gertrude-Adler-001.jpeg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/residence-of-geltrude-and-osvald-adler\/\">Residenza di Geltrude e Osvald Adler<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21166\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/residence-of-geltrude-and-osvald-adler\/\" data-position=\"41.70576,13.81242\" style=\"--ts-icon-bg:#8B5A2B\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"20989\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/museum-of-the-twentieth-century-and-the-shoah\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Museo\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidhelmet-battle\"><\/i><\/div>\n\t\t\t\tMuseo\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"20989\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/museum-of-the-twentieth-century-and-the-shoah\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/IMG_1454-1024x576.jpg\" class=\"attachment-large size-large wp-image-21881\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/IMG_1454-1024x576.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/IMG_1454-600x338.jpg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/IMG_1454-768x432.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/IMG_1454-1536x864.jpg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/IMG_1454-2048x1152.jpg 2048w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/IMG_1454-18x10.jpg 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/museum-of-the-twentieth-century-and-the-shoah\/\">Museo del Novecento e della Shoah<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"20989\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/museum-of-the-twentieth-century-and-the-shoah\/\" data-position=\"41.70909,13.81227\" style=\"--ts-icon-bg:#374151\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidhelmet-battle\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"20825\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/the-source\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Area archeologica\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidarchway\"><\/i><\/div>\n\t\t\t\tArea archeologica\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"20825\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/the-source\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/La-Fonte-1.jpeg\" class=\"attachment-large size-large wp-image-20826\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/La-Fonte-1.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/La-Fonte-1-600x450.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/La-Fonte-1-768x576.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/La-Fonte-1-16x12.jpeg 16w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/the-source\/\">La Fonte<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><\/div><\/div><div class=\"ts-preview\" data-post-id=\"20853\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/gateway-to-the-east\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Architettura storica\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div>\n\t\t\t\tArchitettura storica\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"20853\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/gateway-to-the-east\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Arco-di-San-Donato-9.jpeg\" class=\"attachment-large size-large wp-image-20854\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Arco-di-San-Donato-9.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Arco-di-San-Donato-9-600x450.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Arco-di-San-Donato-9-768x576.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Arco-di-San-Donato-9-16x12.jpeg 16w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/gateway-to-the-east\/\">Porta a Levante (Arco di San Donato)<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"20853\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/gateway-to-the-east\/\" data-position=\"41.70948,13.81124\" style=\"--ts-icon-bg:#8B5A2B\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21142\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/school-building\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Architettura storica\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div>\n\t\t\t\tArchitettura storica\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21142\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/school-building\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"792\" height=\"540\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Edificio-Scolastico-4.jpeg\" class=\"attachment-large size-large wp-image-21143\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Edificio-Scolastico-4.jpeg 792w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Edificio-Scolastico-4-600x409.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Edificio-Scolastico-4-768x524.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Edificio-Scolastico-4-18x12.jpeg 18w\" sizes=\"(max-width: 792px) 100vw, 792px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/school-building\/\">Edificio Scolastico<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21142\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/school-building\/\" data-position=\"41.70796,13.81466\" style=\"--ts-icon-bg:#8B5A2B\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21094\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/levi-family-domicile\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21094\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/levi-family-domicile\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Residenza-della-Famiglia-Levi-1024x683.jpg\" class=\"attachment-large size-large wp-image-21095\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Residenza-della-Famiglia-Levi-1024x683.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Residenza-della-Famiglia-Levi-600x400.jpg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Residenza-della-Famiglia-Levi-768x512.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Residenza-della-Famiglia-Levi-1536x1024.jpg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Residenza-della-Famiglia-Levi-18x12.jpg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Residenza-della-Famiglia-Levi.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/levi-family-domicile\/\">Domicilio della famiglia Levi<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21094\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/levi-family-domicile\/\" data-position=\"41.71044,13.81336\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21229\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/musilli-palace\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Architettura storica\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div>\n\t\t\t\tArchitettura storica\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21229\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/musilli-palace\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Musilli-001-1024x768.jpeg\" class=\"attachment-large size-large wp-image-21230\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Musilli-001-1024x768.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Musilli-001-600x450.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Musilli-001-768x576.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Musilli-001-1536x1152.jpeg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Musilli-001-16x12.jpeg 16w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Musilli-001.jpeg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/musilli-palace\/\">Palazzo Musilli<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21229\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/musilli-palace\/\" data-position=\"41.70856,13.81102\" style=\"--ts-icon-bg:#8B5A2B\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"20926\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/cappella-della-nostra-signora-del-sacro-cuore-di-gesu-cappelletta\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Chiesa\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidchurch\"><\/i><\/div>\n\t\t\t\tChiesa\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"20926\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/cappella-della-nostra-signora-del-sacro-cuore-di-gesu-cappelletta\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"683\" height=\"1024\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/La-Cappelletta-683x1024.jpg\" class=\"attachment-large size-large wp-image-20927\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/La-Cappelletta-683x1024.jpg 683w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/La-Cappelletta-400x600.jpg 400w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/La-Cappelletta-768x1152.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/La-Cappelletta-8x12.jpg 8w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/La-Cappelletta.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/cappella-della-nostra-signora-del-sacro-cuore-di-gesu-cappelletta\/\">Cappella della Nostra Signora del Sacro Cuore di Ges\u00f9 (Cappelletta)<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"20926\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/cappella-della-nostra-signora-del-sacro-cuore-di-gesu-cappelletta\/\" data-position=\"41.70996,13.80797\" style=\"--ts-icon-bg:#6D4C8B\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidchurch\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21067\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/essex-road\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21067\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/essex-road\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Essex-Road-001-1024x682.jpeg\" class=\"attachment-large size-large wp-image-21068\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Essex-Road-001-1024x682.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Essex-Road-001-600x400.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Essex-Road-001-768x512.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Essex-Road-001-1536x1023.jpeg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Essex-Road-001-18x12.jpeg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Essex-Road-001.jpeg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/essex-road\/\">Essex Road<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21067\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/essex-road\/\" data-position=\"41.70984,13.80907\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"20918\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/shoah-memorial\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo della memoria\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidmonument\"><\/i><\/div>\n\t\t\t\tLuogo della memoria\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"20918\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/shoah-memorial\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/90C056F9-A80D-4709-9BDC-1CB0508A7967_1_105_c-1024x576.jpeg\" class=\"attachment-large size-large wp-image-20919\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/90C056F9-A80D-4709-9BDC-1CB0508A7967_1_105_c-1024x576.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/90C056F9-A80D-4709-9BDC-1CB0508A7967_1_105_c-600x338.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/90C056F9-A80D-4709-9BDC-1CB0508A7967_1_105_c-768x432.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/90C056F9-A80D-4709-9BDC-1CB0508A7967_1_105_c-18x10.jpeg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/90C056F9-A80D-4709-9BDC-1CB0508A7967_1_105_c.jpeg 1182w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/shoah-memorial\/\">Memoriale della Shoah<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"20918\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/shoah-memorial\/\" data-position=\"41.70871,13.81169\" style=\"--ts-icon-bg:#7A2E2E\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidmonument\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"20943\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/hill-square\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Architettura storica\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div>\n\t\t\t\tArchitettura storica\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"20943\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/hill-square\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/DSC01416-1024x683.jpg\" class=\"attachment-large size-large wp-image-20944\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/DSC01416-1024x683.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/DSC01416-600x400.jpg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/DSC01416-768x512.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/DSC01416-1536x1024.jpg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/DSC01416-2048x1365.jpg 2048w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/DSC01416-18x12.jpg 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/hill-square\/\">Piazza Colle<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21128\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/home-of-giuseppe-coletti\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21128\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/home-of-giuseppe-coletti\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"575\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Casa-di-Giuseppe-Coletti-001-1024x575.jpeg\" class=\"attachment-large size-large wp-image-21129\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Casa-di-Giuseppe-Coletti-001-1024x575.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Casa-di-Giuseppe-Coletti-001-600x337.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Casa-di-Giuseppe-Coletti-001-768x432.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Casa-di-Giuseppe-Coletti-001-1536x863.jpeg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Casa-di-Giuseppe-Coletti-001-18x10.jpeg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Casa-di-Giuseppe-Coletti-001.jpeg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/home-of-giuseppe-coletti\/\">Casa di Giuseppe Coletti<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21128\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/home-of-giuseppe-coletti\/\" data-position=\"41.70831,13.81326\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21221\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/chane-and-kreiner-feldhorn-domicile\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21221\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d9f325 elementor-widget elementor-widget-image\" data-id=\"7d9f325\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/chane-and-kreiner-feldhorn-domicile\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-large.jpg\" class=\"attachment-large size-large wp-image-2759\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-large.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-600x338.jpg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-768x432.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-1536x864.jpg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-2048x1152.jpg 2048w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-18x10.jpg 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/chane-and-kreiner-feldhorn-domicile\/\">Domicilio di Chane e Kreiner Feldhorn<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21221\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/chane-and-kreiner-feldhorn-domicile\/\" data-position=\"41.70812,13.81115\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"20807\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/shrine-of-saint-donatus-bishop-and-martyr\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Chiesa\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidchurch\"><\/i><\/div>\n\t\t\t\tChiesa\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"20807\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/shrine-of-saint-donatus-bishop-and-martyr\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"473\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Santuario-di-San-Donato-Val-di-Comino-1024x473.png\" class=\"attachment-large size-large wp-image-20808\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Santuario-di-San-Donato-Val-di-Comino-1024x473.png 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Santuario-di-San-Donato-Val-di-Comino-600x277.png 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Santuario-di-San-Donato-Val-di-Comino-768x355.png 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Santuario-di-San-Donato-Val-di-Comino-1536x710.png 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Santuario-di-San-Donato-Val-di-Comino-18x8.png 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Santuario-di-San-Donato-Val-di-Comino.png 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/shrine-of-saint-donatus-bishop-and-martyr\/\">Santuario di San Donato Vescovo e Martire<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"20807\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/shrine-of-saint-donatus-bishop-and-martyr\/\" data-position=\"41.70939,13.81094\" style=\"--ts-icon-bg:#6D4C8B\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidchurch\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21006\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/via-belfiore\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21006\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/via-belfiore\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"683\" height=\"1024\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Belfiore-003-683x1024.jpeg\" class=\"attachment-large size-large wp-image-21007\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Belfiore-003-683x1024.jpeg 683w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Belfiore-003-400x600.jpeg 400w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Belfiore-003-768x1152.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Belfiore-003-1024x1536.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Belfiore-003-1365x2048.jpeg 1365w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Belfiore-003-8x12.jpeg 8w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Belfiore-003.jpeg 1920w\" sizes=\"(max-width: 683px) 100vw, 683px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/via-belfiore\/\">Via Belfiore (ex Via Taverna)<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21006\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/via-belfiore\/\" data-position=\"41.70891,13.81322\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"20818\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/rock-of-the-germans\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo della memoria\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidmonument\"><\/i><\/div>\n\t\t\t\tLuogo della memoria\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"20818\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/rock-of-the-germans\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/rocciadeitedeschicom-1024x576.jpg\" class=\"attachment-large size-large wp-image-20819\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/rocciadeitedeschicom-1024x576.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/rocciadeitedeschicom-600x338.jpg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/rocciadeitedeschicom-768x432.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/rocciadeitedeschicom-18x10.jpg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/rocciadeitedeschicom.jpg 1440w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/rock-of-the-germans\/\">Roccia dei Tedeschi<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"20818\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/rock-of-the-germans\/\" data-position=\"41.72372,13.81465\" style=\"--ts-icon-bg:#7A2E2E\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidmonument\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"20939\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/chiesa-della-madonna-di-pompei-alla-serola\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Chiesa\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidchurch\"><\/i><\/div>\n\t\t\t\tChiesa\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"20939\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/chiesa-della-madonna-di-pompei-alla-serola\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"933\" height=\"1024\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Chiesa-La-Serola-933x1024.jpeg\" class=\"attachment-large size-large wp-image-20940\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Chiesa-La-Serola-933x1024.jpeg 933w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Chiesa-La-Serola-547x600.jpeg 547w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Chiesa-La-Serola-768x843.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Chiesa-La-Serola-11x12.jpeg 11w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Chiesa-La-Serola.jpeg 1152w\" sizes=\"(max-width: 933px) 100vw, 933px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/chiesa-della-madonna-di-pompei-alla-serola\/\">Chiesa della Madonna di Pompei alla Serola<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"20939\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/chiesa-della-madonna-di-pompei-alla-serola\/\" data-position=\"41.69505,13.80984\" style=\"--ts-icon-bg:#6D4C8B\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidchurch\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21211\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/refuge-for-former-british-prisoners\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21211\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/refuge-for-former-british-prisoners\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"819\" height=\"1024\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Cannesse-3-819x1024.jpeg\" class=\"attachment-large size-large wp-image-20950\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Cannesse-3-819x1024.jpeg 819w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Cannesse-3-480x600.jpeg 480w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Cannesse-3-768x960.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Cannesse-3-1229x1536.jpeg 1229w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Cannesse-3-10x12.jpeg 10w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Cannesse-3.jpeg 1638w\" sizes=\"(max-width: 819px) 100vw, 819px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/refuge-for-former-british-prisoners\/\">Rifugio degli ex prigionieri inglesi<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21211\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/refuge-for-former-british-prisoners\/\" data-position=\"41.70895,13.81048\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"20976\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/fonte-di-san-fedele-e-mura-megalitiche\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Area archeologica\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidarchway\"><\/i><\/div>\n\t\t\t\tArea archeologica\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"20976\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/fonte-di-san-fedele-e-mura-megalitiche\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Fonte-di-San-Fedele-1024x768.jpeg\" class=\"attachment-large size-large wp-image-20977\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Fonte-di-San-Fedele-1024x768.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Fonte-di-San-Fedele-600x450.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Fonte-di-San-Fedele-768x576.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Fonte-di-San-Fedele-16x12.jpeg 16w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Fonte-di-San-Fedele.jpeg 1440w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/fonte-di-san-fedele-e-mura-megalitiche\/\">Fonte di San Fedele e Mura Megalitiche<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21033\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/carlo-coletti-square\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21033\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/carlo-coletti-square\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"683\" height=\"1024\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Piazza-Carlo-Coletti-001-683x1024.jpg\" class=\"attachment-large size-large wp-image-20917\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Piazza-Carlo-Coletti-001-683x1024.jpg 683w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Piazza-Carlo-Coletti-001-400x600.jpg 400w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Piazza-Carlo-Coletti-001-768x1152.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Piazza-Carlo-Coletti-001-1024x1536.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Piazza-Carlo-Coletti-001-1365x2048.jpg 1365w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Piazza-Carlo-Coletti-001-8x12.jpg 8w\" sizes=\"(max-width: 683px) 100vw, 683px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/carlo-coletti-square\/\">Piazza Carlo Coletti<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21033\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/carlo-coletti-square\/\" data-position=\"41.70882,13.81266\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21186\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/chiesa-di-san-rocco\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Chiesa\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidchurch\"><\/i><\/div>\n\t\t\t\tChiesa\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21186\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/chiesa-di-san-rocco\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Chiesa-di-San-Rocco-006-1024x683.jpeg\" class=\"attachment-large size-large wp-image-21187\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Chiesa-di-San-Rocco-006-1024x683.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Chiesa-di-San-Rocco-006-600x400.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Chiesa-di-San-Rocco-006-768x512.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Chiesa-di-San-Rocco-006-1536x1024.jpeg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Chiesa-di-San-Rocco-006-18x12.jpeg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Chiesa-di-San-Rocco-006.jpeg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/chiesa-di-san-rocco\/\">Chiesa di San Rocco<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21186\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/chiesa-di-san-rocco\/\" data-position=\"41.70909,13.81016\" style=\"--ts-icon-bg:#6D4C8B\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidchurch\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21202\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/source-of-carbonated-water\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Area panoramica naturale\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidmountain\"><\/i><\/div>\n\t\t\t\tArea panoramica naturale\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21202\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/source-of-carbonated-water\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"819\" height=\"1024\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Sorgente-Gassosa-001-819x1024.jpg\" class=\"attachment-large size-large wp-image-21203\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Sorgente-Gassosa-001-819x1024.jpg 819w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Sorgente-Gassosa-001-480x600.jpg 480w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Sorgente-Gassosa-001-768x960.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Sorgente-Gassosa-001-1229x1536.jpg 1229w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Sorgente-Gassosa-001-1638x2048.jpg 1638w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Sorgente-Gassosa-001-10x12.jpg 10w\" sizes=\"(max-width: 819px) 100vw, 819px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/source-of-carbonated-water\/\">Sorgente di Acqua Gassosa<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21202\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/source-of-carbonated-water\/\" data-position=\"41.68873,13.79029\" style=\"--ts-icon-bg:#2F6F6D\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidmountain\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"20891\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/quadrari-palace\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Architettura storica\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div>\n\t\t\t\tArchitettura storica\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"20891\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/quadrari-palace\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Quadrari-006-1024x683.jpeg\" class=\"attachment-large size-large wp-image-20892\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Quadrari-006-1024x683.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Quadrari-006-600x400.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Quadrari-006-768x512.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Quadrari-006-1536x1024.jpeg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Quadrari-006-18x12.jpeg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Quadrari-006.jpeg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/quadrari-palace\/\">Palazzo Quadrari<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"20891\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/quadrari-palace\/\" data-position=\"41.71008,13.81327\" style=\"--ts-icon-bg:#8B5A2B\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21174\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/bikers-curve\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Punto panoramico\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-binoculars\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v48h96V48zM63.91 159.99C61.4 253.84 3.46 274.22 0 404v44c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V288h32V128H95.84c-17.63 0-31.45 14.37-31.93 31.99zm384.18 0c-.48-17.62-14.3-31.99-31.93-31.99H320v160h32v160c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-44c-3.46-129.78-61.4-150.16-63.91-244.01zM176 32h-64c-8.84 0-16 7.16-16 16v48h96V48c0-8.84-7.16-16-16-16zm48 256h64V128h-64v160z\"><\/path><\/svg><\/div>\n\t\t\t\tPunto panoramico\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21174\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/bikers-curve\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Curvone-Forca-dAcero-1024x576.jpg\" class=\"attachment-large size-large wp-image-21175\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Curvone-Forca-dAcero-1024x576.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Curvone-Forca-dAcero-600x338.jpg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Curvone-Forca-dAcero-768x432.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Curvone-Forca-dAcero-18x10.jpg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Curvone-Forca-dAcero.jpg 1440w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/bikers-curve\/\">Curvone del motociclista<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21174\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/bikers-curve\/\" data-position=\"41.73295,13.81979\" style=\"--ts-icon-bg:#B45309\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-binoculars\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v48h96V48zM63.91 159.99C61.4 253.84 3.46 274.22 0 404v44c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V288h32V128H95.84c-17.63 0-31.45 14.37-31.93 31.99zm384.18 0c-.48-17.62-14.3-31.99-31.93-31.99H320v160h32v160c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-44c-3.46-129.78-61.4-150.16-63.91-244.01zM176 32h-64c-8.84 0-16 7.16-16 16v48h96V48c0-8.84-7.16-16-16-16zm48 256h64V128h-64v160z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21052\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/stories-from-the-civil-war\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21052\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/stories-from-the-civil-war\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Storie-dalla-Guerra-Civile-002-1024x683.jpeg\" class=\"attachment-large size-large wp-image-21053\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Storie-dalla-Guerra-Civile-002-1024x683.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Storie-dalla-Guerra-Civile-002-600x400.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Storie-dalla-Guerra-Civile-002-768x512.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Storie-dalla-Guerra-Civile-002-1536x1024.jpeg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Storie-dalla-Guerra-Civile-002-18x12.jpeg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Storie-dalla-Guerra-Civile-002.jpeg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/stories-from-the-civil-war\/\">Storie dalla Guerra Civile<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21052\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/stories-from-the-civil-war\/\" data-position=\"41.70799,13.81083\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"20831\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/door-to-greek\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Architettura storica\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div>\n\t\t\t\tArchitettura storica\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"20831\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/door-to-greek\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Orologio-7-1024x683.jpg\" class=\"attachment-large size-large wp-image-20839\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Orologio-7-1024x683.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Orologio-7-600x400.jpg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Orologio-7-768x512.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Orologio-7-1536x1024.jpg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Orologio-7-18x12.jpg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Orologio-7.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/door-to-greek\/\">Porta a Greco (Porta Orologio)<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"20831\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/door-to-greek\/\" data-position=\"41.70895,13.81158\" style=\"--ts-icon-bg:#8B5A2B\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21125\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/home-of-vincenzo-piselli\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21125\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/home-of-vincenzo-piselli\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Vincenzo-Piselli-1024x1024.png\" class=\"attachment-large size-large wp-image-21126\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Vincenzo-Piselli-1024x1024.png 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Vincenzo-Piselli-600x600.png 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Vincenzo-Piselli-300x300.png 300w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Vincenzo-Piselli-768x768.png 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Vincenzo-Piselli-1536x1536.png 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Vincenzo-Piselli-12x12.png 12w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Vincenzo-Piselli-700x700.png 700w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Vincenzo-Piselli.png 2000w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/home-of-vincenzo-piselli\/\">Casa di Vincenzo Piselli<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21125\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/home-of-vincenzo-piselli\/\" data-position=\"41.70931,13.8138\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21119\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/ancient-town-hall\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21119\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/ancient-town-hall\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Antico-Municipio-001-1024x683.jpg\" class=\"attachment-large size-large wp-image-21120\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Antico-Municipio-001-1024x683.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Antico-Municipio-001-600x400.jpg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Antico-Municipio-001-768x512.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Antico-Municipio-001-1536x1024.jpg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Antico-Municipio-001-2048x1365.jpg 2048w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Antico-Municipio-001-18x12.jpg 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/ancient-town-hall\/\">Antico Municipio<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21119\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/ancient-town-hall\/\" data-position=\"41.70907,13.81187\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"20932\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/chapel-of-divine-love\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Chiesa\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidchurch\"><\/i><\/div>\n\t\t\t\tChiesa\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"20932\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/chapel-of-divine-love\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Cappella-del-Divino-Amore-001-1024x683.jpg\" class=\"attachment-large size-large wp-image-20933\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Cappella-del-Divino-Amore-001-1024x683.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Cappella-del-Divino-Amore-001-600x400.jpg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Cappella-del-Divino-Amore-001-768x512.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Cappella-del-Divino-Amore-001-1536x1024.jpg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Cappella-del-Divino-Amore-001-2048x1365.jpg 2048w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Cappella-del-Divino-Amore-001-18x12.jpg 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/chapel-of-divine-love\/\">Cappella del Divino Amore<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"20932\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/chapel-of-divine-love\/\" data-position=\"41.69841,13.82514\" style=\"--ts-icon-bg:#6D4C8B\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidchurch\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21110\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/storm-palace\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Architettura storica\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div>\n\t\t\t\tArchitettura storica\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21110\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/storm-palace\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2024\/05\/Palazzo-Tempesta-scaled-large.jpg\" class=\"attachment-large size-large wp-image-4019\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2024\/05\/Palazzo-Tempesta-scaled-large.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2024\/05\/Palazzo-Tempesta-scaled-600x400.jpg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2024\/05\/Palazzo-Tempesta-scaled-768x512.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2024\/05\/Palazzo-Tempesta-scaled-1536x1024.jpg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2024\/05\/Palazzo-Tempesta-scaled-2048x1366.jpg 2048w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2024\/05\/Palazzo-Tempesta-scaled-18x12.jpg 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/storm-palace\/\">Palazzo Tempesta<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21110\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/storm-palace\/\" data-position=\"41.71017,13.81344\" style=\"--ts-icon-bg:#8B5A2B\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21056\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/home-of-cesidio-perruzza\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21056\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/home-of-cesidio-perruzza\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Casa-di-Cesidio-Perruzza-001-1024x682.jpeg\" class=\"attachment-large size-large wp-image-21057\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Casa-di-Cesidio-Perruzza-001-1024x682.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Casa-di-Cesidio-Perruzza-001-600x400.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Casa-di-Cesidio-Perruzza-001-768x512.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Casa-di-Cesidio-Perruzza-001-1536x1023.jpeg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Casa-di-Cesidio-Perruzza-001-18x12.jpeg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Casa-di-Cesidio-Perruzza-001.jpeg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/home-of-cesidio-perruzza\/\">Casa di Cesidio Perruzza<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21056\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/home-of-cesidio-perruzza\/\" data-position=\"41.70804,13.81055\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"20809\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/royal-mines\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"20809\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/royal-mines\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"681\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Reali-Miniere-10-1024x681.jpeg\" class=\"attachment-large size-large wp-image-20810\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Reali-Miniere-10-1024x681.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Reali-Miniere-10-600x399.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Reali-Miniere-10-768x511.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Reali-Miniere-10-1536x1022.jpeg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Reali-Miniere-10-18x12.jpeg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Reali-Miniere-10.jpeg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/royal-mines\/\">Reali Miniere di San Donato<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"20809\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/royal-mines\/\" data-position=\"41.71376,13.8234\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"20969\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/iv-november-square\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"20969\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d9f325 elementor-widget elementor-widget-image\" data-id=\"7d9f325\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/iv-november-square\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-large.jpg\" class=\"attachment-large size-large wp-image-2759\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-large.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-600x338.jpg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-768x432.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-1536x864.jpg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-2048x1152.jpg 2048w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/visitsandonato-noimg-scaled-18x10.jpg 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/iv-november-square\/\">Piazza IV Novembre<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"20969\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/iv-november-square\/\" data-position=\"41.70694,13.81449\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"20960\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/wide-lake\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"20960\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/wide-lake\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"819\" height=\"1024\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Largo-Lago-Piazza-819x1024.jpg\" class=\"attachment-large size-large wp-image-20961\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Largo-Lago-Piazza-819x1024.jpg 819w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Largo-Lago-Piazza-480x600.jpg 480w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Largo-Lago-Piazza-768x960.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Largo-Lago-Piazza-1229x1536.jpg 1229w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Largo-Lago-Piazza-1638x2048.jpg 1638w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Largo-Lago-Piazza-10x12.jpg 10w\" sizes=\"(max-width: 819px) 100vw, 819px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/wide-lake\/\">Largo Lago<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"20960\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/wide-lake\/\" data-position=\"41.70929,13.81363\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21209\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/perrelli-nanny-palace\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Architettura storica\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div>\n\t\t\t\tArchitettura storica\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21209\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/perrelli-nanny-palace\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Tata-Perrelli-1024x768.jpeg\" class=\"attachment-large size-large wp-image-21210\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Tata-Perrelli-1024x768.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Tata-Perrelli-600x450.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Tata-Perrelli-768x576.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Tata-Perrelli-1536x1152.jpeg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Tata-Perrelli-16x12.jpeg 16w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Palazzo-Tata-Perrelli.jpeg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/perrelli-nanny-palace\/\">Palazzo Tata-Perrelli<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21209\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/perrelli-nanny-palace\/\" data-position=\"41.70898,13.81334\" style=\"--ts-icon-bg:#8B5A2B\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"20967\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/major-street\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"20967\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/major-street\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Maggiore-1024x683.jpeg\" class=\"attachment-large size-large wp-image-20968\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Maggiore-1024x683.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Maggiore-600x400.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Maggiore-768x512.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Maggiore-1536x1024.jpeg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Maggiore-18x12.jpeg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Maggiore.jpeg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/major-street\/\">Via Maggiore (ex Via Cascio)<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"20967\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/major-street\/\" data-position=\"41.70757,13.8118\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21000\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21000\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/viewpoint\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"401\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Belvedere-2-1024x401.jpeg\" class=\"attachment-large size-large wp-image-21001\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Belvedere-2-1024x401.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Belvedere-2-600x235.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Belvedere-2-768x301.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Belvedere-2-18x7.jpeg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Belvedere-2.jpeg 1440w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/viewpoint\/\">Belvedere<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21046\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/beam-house\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21046\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/beam-house\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Casa-del-Fascio-001-1024x683.jpeg\" class=\"attachment-large size-large wp-image-21047\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Casa-del-Fascio-001-1024x683.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Casa-del-Fascio-001-600x400.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Casa-del-Fascio-001-768x512.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Casa-del-Fascio-001-1536x1024.jpeg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Casa-del-Fascio-001-18x12.jpeg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Casa-del-Fascio-001.jpeg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/beam-house\/\">Casa del Fascio<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21046\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/beam-house\/\" data-position=\"41.70837,13.81142\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"20846\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/passo-di-forca-dacero\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Punto panoramico\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-binoculars\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v48h96V48zM63.91 159.99C61.4 253.84 3.46 274.22 0 404v44c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V288h32V128H95.84c-17.63 0-31.45 14.37-31.93 31.99zm384.18 0c-.48-17.62-14.3-31.99-31.93-31.99H320v160h32v160c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-44c-3.46-129.78-61.4-150.16-63.91-244.01zM176 32h-64c-8.84 0-16 7.16-16 16v48h96V48c0-8.84-7.16-16-16-16zm48 256h64V128h-64v160z\"><\/path><\/svg><\/div>\n\t\t\t\tPunto panoramico\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"20846\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/passo-di-forca-dacero\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/IMG_5803-1024x768.jpg\" class=\"attachment-large size-large wp-image-21368\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/IMG_5803-1024x768.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/IMG_5803-600x450.jpg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/IMG_5803-768x576.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/IMG_5803-1536x1152.jpg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/IMG_5803-2048x1536.jpg 2048w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/IMG_5803-16x12.jpg 16w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/passo-di-forca-dacero\/\">Valico di Forca d'Acero<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"20846\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/passo-di-forca-dacero\/\" data-position=\"41.75081,13.81544\" style=\"--ts-icon-bg:#B45309\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-binoculars\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v48h96V48zM63.91 159.99C61.4 253.84 3.46 274.22 0 404v44c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V288h32V128H95.84c-17.63 0-31.45 14.37-31.93 31.99zm384.18 0c-.48-17.62-14.3-31.99-31.93-31.99H320v160h32v160c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-44c-3.46-129.78-61.4-150.16-63.91-244.01zM176 32h-64c-8.84 0-16 7.16-16 16v48h96V48c0-8.84-7.16-16-16-16zm48 256h64V128h-64v160z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"20880\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/spuort-dellalluvione\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Architettura storica\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div>\n\t\t\t\tArchitettura storica\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"20880\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/spuort-dellalluvione\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"683\" height=\"1024\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-dell-Alluvione-004-683x1024.jpg\" class=\"attachment-large size-large wp-image-20881\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-dell-Alluvione-004-683x1024.jpg 683w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-dell-Alluvione-004-400x600.jpg 400w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-dell-Alluvione-004-768x1152.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-dell-Alluvione-004-1024x1536.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-dell-Alluvione-004-1365x2048.jpg 1365w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-dell-Alluvione-004-8x12.jpg 8w\" sizes=\"(max-width: 683px) 100vw, 683px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/spuort-dellalluvione\/\">Spuort dell\u2019Alluvione<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"20880\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/spuort-dellalluvione\/\" data-position=\"41.70873,13.81298\" style=\"--ts-icon-bg:#8B5A2B\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21172\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/la-castelluccia-refuge\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Punto panoramico\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-binoculars\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v48h96V48zM63.91 159.99C61.4 253.84 3.46 274.22 0 404v44c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V288h32V128H95.84c-17.63 0-31.45 14.37-31.93 31.99zm384.18 0c-.48-17.62-14.3-31.99-31.93-31.99H320v160h32v160c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-44c-3.46-129.78-61.4-150.16-63.91-244.01zM176 32h-64c-8.84 0-16 7.16-16 16v48h96V48c0-8.84-7.16-16-16-16zm48 256h64V128h-64v160z\"><\/path><\/svg><\/div>\n\t\t\t\tPunto panoramico\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21172\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/la-castelluccia-refuge\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"665\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Forca-DAcero-004-1024x665.jpg\" class=\"attachment-large size-large wp-image-21173\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Forca-DAcero-004-1024x665.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Forca-DAcero-004-600x390.jpg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Forca-DAcero-004-768x499.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Forca-DAcero-004-1536x997.jpg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Forca-DAcero-004-18x12.jpg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Forca-DAcero-004.jpg 1848w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/la-castelluccia-refuge\/\">Rifugio La Castelluccia<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21172\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/la-castelluccia-refuge\/\" data-position=\"41.73909,13.81209\" style=\"--ts-icon-bg:#B45309\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-binoculars\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v48h96V48zM63.91 159.99C61.4 253.84 3.46 274.22 0 404v44c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V288h32V128H95.84c-17.63 0-31.45 14.37-31.93 31.99zm384.18 0c-.48-17.62-14.3-31.99-31.93-31.99H320v160h32v160c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-44c-3.46-129.78-61.4-150.16-63.91-244.01zM176 32h-64c-8.84 0-16 7.16-16 16v48h96V48c0-8.84-7.16-16-16-16zm48 256h64V128h-64v160z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"20828\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/origins-spuort\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Architettura storica\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div>\n\t\t\t\tArchitettura storica\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"20828\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/origins-spuort\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2024\/05\/DSC00635-scaled-large.jpeg\" class=\"attachment-large size-large wp-image-2383\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2024\/05\/DSC00635-scaled-large.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2024\/05\/DSC00635-scaled-600x400.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2024\/05\/DSC00635-scaled-768x512.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2024\/05\/DSC00635-scaled-1536x1024.jpeg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2024\/05\/DSC00635-scaled-2048x1366.jpeg 2048w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2024\/05\/DSC00635-scaled-18x12.jpeg 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/origins-spuort\/\">Spuort delle Origini<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"20828\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/origins-spuort\/\" data-position=\"41.70886,13.81097\" style=\"--ts-icon-bg:#8B5A2B\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21223\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/plague-spuort\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Architettura storica\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div>\n\t\t\t\tArchitettura storica\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21223\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/plague-spuort\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-della-Peste-003-1024x683.jpeg\" class=\"attachment-large size-large wp-image-21224\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-della-Peste-003-1024x683.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-della-Peste-003-600x400.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-della-Peste-003-768x512.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-della-Peste-003-1536x1024.jpeg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-della-Peste-003-18x12.jpeg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Spuort-della-Peste-003.jpeg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/plague-spuort\/\">Spuort della Peste<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21223\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/plague-spuort\/\" data-position=\"41.70867,13.81119\" style=\"--ts-icon-bg:#8B5A2B\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21100\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/cathedral-street\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21100\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/cathedral-street\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Duomo-1024x683.jpg\" class=\"attachment-large size-large wp-image-21101\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Duomo-1024x683.jpg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Duomo-600x400.jpg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Duomo-768x512.jpg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Duomo-1536x1024.jpg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Duomo-18x12.jpg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Via-Duomo.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/cathedral-street\/\">Via Duomo<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21100\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/cathedral-street\/\" data-position=\"41.70973,13.81266\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21063\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/mazzola-workshop\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21063\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/mazzola-workshop\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Officina-Mazzola-002-1024x682.jpeg\" class=\"attachment-large size-large wp-image-21064\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Officina-Mazzola-002-1024x682.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Officina-Mazzola-002-600x400.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Officina-Mazzola-002-768x512.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Officina-Mazzola-002-1536x1023.jpeg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Officina-Mazzola-002-18x12.jpeg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Officina-Mazzola-002.jpeg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/mazzola-workshop\/\">Officina Mazzola<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21063\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/mazzola-workshop\/\" data-position=\"41.70823,13.81041\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"21088\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/kind-tavern\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Luogo da raccontare\">\n\t\t\t\t<div class=\"ts-action-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div>\n\t\t\t\tLuogo da raccontare\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"21088\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/kind-tavern\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Osteria-Gentile-001-1024x682.jpeg\" class=\"attachment-large size-large wp-image-21089\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Osteria-Gentile-001-1024x682.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Osteria-Gentile-001-600x400.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Osteria-Gentile-001-768x512.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Osteria-Gentile-001-1536x1023.jpeg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Osteria-Gentile-001-18x12.jpeg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Osteria-Gentile-001.jpeg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/kind-tavern\/\">Osteria Gentile<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><div class=\"map-marker marker-type-icon mi-dynamic\" data-post-id=\"21088\" data-post-link=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/kind-tavern\/\" data-position=\"41.71052,13.81251\" style=\"--ts-icon-bg:#1E6FA8\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg><\/div><\/div><\/div><div class=\"ts-preview\" data-post-id=\"20874\">\t\t<div data-elementor-type=\"card\" data-elementor-id=\"21256\" class=\"elementor elementor-21256\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3813b3f e-con-full e-flex e-con e-parent\" data-id=\"3813b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89cb197 e-con-full e-flex e-con e-child\" data-id=\"89cb197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da795af e-con-full e-flex e-con e-child\" data-id=\"da795af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716d664 elementor-widget elementor-widget-ts-advanced-list\" data-id=\"716d664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action\"\n\t\t\t\t\t>\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/duomo-chiesa-di-santa-maria-e-san-marcello-papa\/\" target=\"_blank\" rel=\"nofollow\" class=\"ts-action-con\" aria-label=\"Architettura storica\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularlandmark-flag\"><\/i><\/div>\n\t\t\t\tArchitettura storica\t\t\t<\/a>\n\t\t\t<\/li>\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9524f elementor-absolute elementor-widget elementor-widget-ts-advanced-list\" data-id=\"7a9524f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ts-advanced-list.default\">\n\t\t\t\t\t<ul class=\"flexify simplify-ul ts-advanced-list\">\n\t\n\t\t\t\t\t<li class=\"elementor-repeater-item-e4ef417 flexify ts-action elementor-col-auto\"\n\t\t\tdata-tooltip-default=\"Aggiungi ai preferiti\"\n\t\t>\n\t<div class=\"ts-action-wrap ts-collections\" data-post-id=\"20874\">\n\t\t<a href=\"#\" ref=\"target\" class=\"ts-action-con \" role=\"button\" @click.prevent @mousedown=\"open\"  aria-label=\"Aggiungi ai preferiti\">\n\t\t\t<span class=\"ts-initial\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"ts-reveal\">\n\t\t\t\t<div class=\"ts-action-icon\"><i aria-hidden=\"true\" class=\"fa6-solid fa6-solidheart\"><\/i><\/div>\n\t\t\t\t\t\t\t<\/span>\n\t\t<\/a>\n\t\t<teleport to=\"body\" class=\"hidden\">\n\t\t\t<transition name=\"form-popup\">\n\t\t\t\t<popup class=\"md-width\" :show-save=\"false\" :show-clear=\"false\" v-if=\"active\" ref=\"popup\" @blur=\"active = false\" :target=\"$refs.target\">\n\t\t\t\t\t<div v-if=\"screen !== 'create'\" class=\"ts-popup-head ts-sticky-top flexify hide-d\">\n\t\t\t\t\t\t<div class=\"ts-popup-name flexify\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa6-regular fa6-regularheart\"><\/i>\t\t\t\t\t\t\t<span>Save post<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t<li class=\"flexify ts-popup-close\">\n\t\t\t\t\t\t\t\t<a role=\"button\" @click.prevent=\"$root.active = false\" href=\"#\" class=\"ts-icon-btn\">\n\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M5.9545 5.95548C6.39384 5.51614 7.10616 5.51614 7.5455 5.95548L11.999 10.409L16.4524 5.95561C16.8918 5.51627 17.6041 5.51627 18.0434 5.95561C18.4827 6.39495 18.4827 7.10726 18.0434 7.5466L13.59 12L18.0434 16.4534C18.4827 16.8927 18.4827 17.605 18.0434 18.0444C17.6041 18.4837 16.8918 18.4837 16.4524 18.0444L11.999 13.591L7.5455 18.0445C7.10616 18.4839 6.39384 18.4839 5.9545 18.0445C5.51517 17.6052 5.51516 16.8929 5.9545 16.4535L10.408 12L5.9545 7.54647C5.51516 7.10713 5.51517 6.39482 5.9545 5.95548Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<template v-if=\"screen === 'create'\">\n\t\t\t\t\t\t<div class=\"ts-create-collection\" :class=\"{'vx-pending': create.loading}\">\n\t\t\t\t\t\t\t<div class=\"uib b-bottom ts-name-col\">\n\t\t\t\t\t\t\t\t<input type=\"text\" ref=\"input\" class=\"border-none\" v-model=\"create.title\" placeholder=\"Name collection\" @keyup.enter=\"createCollection\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ts-popup-controller create-controller\">\n\t\t\t\t\t\t\t<ul class=\"flexify simplify-ul\">\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"screen = 'main'\" class=\"ts-btn ts-btn-1\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t<li class=\"flexify\"><a href=\"#\" @click.prevent=\"createCollection\" class=\"ts-btn ts-btn-2\">Create<\/a><\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div v-if=\"items.loading\" class=\"ts-empty-user-tab\">\n\t\t\t\t\t\t\t<div class=\"ts-loader\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div v-else class=\"ts-term-dropdown ts-md-group\">\n\t\t\t\t\t\t\t<ul class=\"simplify-ul ts-term-dropdown-list\" :class=\"{'vx-pending': toggling}\">\n\t\t\t\t\t\t\t\t<li class=\"ts-term-centered\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"showCreateScreen\" class=\"flexify\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-term-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>Create collection<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li v-for=\"item in items.list\" :class=\"{'ts-selected': item.selected}\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"flexify\" @click.prevent=\"toggleItem( item )\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ts-checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"container-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" :checked=\"item.selected\" disabled hidden>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span>{{ item.title }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<div class=\"n-load-more\" v-if=\"items.hasMore\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\" @click.prevent=\"loadMore\" class=\"ts-btn ts-btn-4\" :class=\"{'vx-pending': items.loadingMore}\">\n\t\t\t\t\t\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\t\t\t\t\t\tLoad more\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/popup>\n\t\t\t<\/transition>\n\t\t<\/teleport>\n\t<\/div>\n<\/li>\n\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059107c elementor-widget elementor-widget-image\" data-id=\"059107c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/duomo-chiesa-di-santa-maria-e-san-marcello-papa\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Duomo-di-San-Donato-002-1024x683.jpeg\" class=\"attachment-large size-large wp-image-20875\" alt=\"\" srcset=\"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Duomo-di-San-Donato-002-1024x683.jpeg 1024w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Duomo-di-San-Donato-002-600x400.jpeg 600w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Duomo-di-San-Donato-002-768x512.jpeg 768w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Duomo-di-San-Donato-002-1536x1024.jpeg 1536w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Duomo-di-San-Donato-002-18x12.jpeg 18w, https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2026\/01\/Duomo-di-San-Donato-002.jpeg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9a4495 e-con-full e-flex e-con e-child\" data-id=\"d9a4495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecb858a e-con-full e-flex e-con e-child\" data-id=\"ecb858a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29a01fe e-con-full e-flex e-con e-child\" data-id=\"29a01fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ec5f4 elementor-widget elementor-widget-heading\" data-id=\"e4ec5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/what-to-see\/duomo-chiesa-di-santa-maria-e-san-marcello-papa\/\">Duomo (Chiesa di Santa Maria e San Marcello Papa)<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ed8e0 e-con-full e-flex e-con e-parent\" data-id=\"18ed8e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76a3da4 elementor-widget elementor-widget-html\" data-id=\"76a3da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n  \/\/ Aggiornato: nuove categorie + nuovi accent (testo\/icona bianchi)\n  const COLOR_MAP = {\n    'architettura storica': '#8B5A2B',\n    'area archeologica': '#A67C52',\n    'area panoramica naturale': '#2F6F6D',\n    'chiesa': '#6D4C8B',\n    'luogo da raccontare': '#1E6FA8',\n    'luogo della memoria': '#7A2E2E',\n    'mostra permanente': '#3E6B3E',\n    'museo': '#374151',\n    'parco giochi e aree picnic': '#2E8B57',\n    'punto panoramico': '#B45309'\n  };\n\n  const normalize = (str) => (str || '')\n    .toLowerCase()\n    .normalize('NFD').replace(\/[\\u0300-\\u036f]\/g, '')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n\n  const apply = (root = document) => {\n    root.querySelectorAll('.elementor-widget-ts-advanced-list .ts-action-con')\n      .forEach(el => {\n        \/\/ solo testo \"pulito\" (senza icona)\n        const textNode = Array.from(el.childNodes)\n          .filter(n => n.nodeType === Node.TEXT_NODE)\n          .map(n => n.textContent)\n          .join(' ');\n        const label = normalize(textNode);\n\n        const color = COLOR_MAP[label];\n        if (!color) return;\n\n        \/\/ pill style\n        el.style.backgroundColor = color;\n        el.style.color = '#ffffff';\n        el.style.borderRadius = '999px';\n        el.style.padding = '6px 10px';\n        el.style.display = 'inline-flex';\n        el.style.alignItems = 'center';\n        el.style.gap = '6px';\n        el.style.lineHeight = '1';\n        el.style.fontWeight = '650';\n        el.style.minHeight = '32px'; \/\/ touch-friendly\n\n        \/\/ Icon inherits text color\n        const icon = el.querySelector('.ts-action-icon i');\n        if (icon) {\n          icon.style.color = 'inherit';\n          icon.style.fontSize = '0.95em';\n          icon.style.opacity = '0.95';\n        }\n      });\n  };\n\n  document.addEventListener('DOMContentLoaded', () => apply());\n\n  \/\/ Re-apply on AJAX\/DOM changes (throttled)\n  let scheduled = false;\n  const obs = new MutationObserver(() => {\n    if (scheduled) return;\n    scheduled = true;\n    requestAnimationFrame(() => {\n      scheduled = false;\n      apply();\n    });\n  });\n  obs.observe(document.documentElement, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"ts-marker-wrapper hidden\"><\/div><\/div><\/div>\n<div class=\"ts-no-posts hidden\">\n\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.25 2.75C6.14154 2.75 2 6.89029 2 11.998C2 17.1056 6.14154 21.2459 11.25 21.2459C13.5335 21.2459 15.6238 20.4187 17.2373 19.0475L20.7182 22.5287C21.011 22.8216 21.4859 22.8217 21.7788 22.5288C22.0717 22.2359 22.0718 21.761 21.7789 21.4681L18.2983 17.9872C19.6714 16.3736 20.5 14.2826 20.5 11.998C20.5 6.89029 16.3585 2.75 11.25 2.75ZM3.5 11.998C3.5 7.71905 6.96962 4.25 11.25 4.25C15.5304 4.25 19 7.71905 19 11.998C19 16.2769 15.5304 19.7459 11.25 19.7459C6.96962 19.7459 3.5 16.2769 3.5 11.998Z\" fill=\"#343C54\"\/><\/svg>\t<p>No results available\t\t\t\t<a href=\"#\" class=\"ts-feed-reset\">\n\t\t\tReset filters?\t\t<\/a>\n\t\t\t<\/p>\n\t\n<\/div>\n\t\t\t<div class=\"feed-pagination flexify\">\n\t\t\t<a href=\"#\" class=\"ts-btn ts-btn-1 ts-btn-large ts-load-more hidden\">\n\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M21.6009 10.4593C22.001 10.3521 22.2384 9.94088 22.1312 9.54078C21.59 7.52089 20.3974 5.73603 18.7384 4.46302C17.0793 3.19001 15.0466 2.5 12.9555 2.5C10.8644 2.5 8.83164 3.19001 7.17262 4.46302C6.12405 5.26762 5.26179 6.2767 4.63257 7.42036L2.86504 6.92617C2.76093 6.89707 2.65423 6.89133 2.55153 6.9068C2.46222 6.91962 2.37374 6.94889 2.29039 6.99582C1.92945 7.19903 1.80158 7.65636 2.00479 8.0173L3.73942 11.0983C3.83701 11.2717 3.99946 11.3991 4.19104 11.4527C4.30333 11.4841 4.42023 11.4886 4.53266 11.4673C4.61373 11.4524 4.69254 11.4242 4.7657 11.383L7.84641 9.64831C8.11073 9.49948 8.25936 9.20608 8.22302 8.90493C8.18668 8.60378 7.9725 8.35417 7.68037 8.27249L6.1241 7.83737C6.6343 6.99996 7.29751 6.2579 8.08577 5.65305C9.48282 4.58106 11.1946 4 12.9555 4C14.7164 4 16.4282 4.58106 17.8252 5.65305C19.2223 6.72504 20.2266 8.22807 20.6823 9.92901C20.7895 10.3291 21.2008 10.5665 21.6009 10.4593Z\" fill=\"#343C54\"\/><path d=\"M4.30739 13.5387C3.90729 13.6459 3.66985 14.0572 3.77706 14.4573C4.31829 16.4771 5.51089 18.262 7.16991 19.535C8.82892 20.808 10.8616 21.498 12.9528 21.498C15.0439 21.498 17.0766 20.808 18.7356 19.535C19.7859 18.7291 20.6493 17.7181 21.2787 16.5722L23.0083 17.0557C23.1218 17.0961 23.2447 17.1091 23.3661 17.0917C23.5554 17.0658 23.7319 16.968 23.8546 16.8116C24.0419 16.573 24.0669 16.245 23.9181 15.9807L22.1835 12.8996C22.0859 12.7263 21.9234 12.5988 21.7319 12.5453C21.64 12.5196 21.5451 12.5119 21.4521 12.5216C21.3493 12.5317 21.2488 12.5629 21.1571 12.6146L18.0764 14.3493C17.7155 14.5525 17.5876 15.0099 17.7909 15.3708C17.9016 15.5675 18.0879 15.695 18.2929 15.7373L19.7875 16.1552C19.2768 16.9949 18.6125 17.7388 17.8225 18.345C16.4255 19.417 14.7137 19.998 12.9528 19.998C11.1918 19.998 9.4801 19.417 8.08305 18.345C6.686 17.273 5.68171 15.77 5.22595 14.069C5.11874 13.6689 4.70749 13.4315 4.30739 13.5387Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\tLoad more\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-40b46df e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"40b46df\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"  vx-hidden-mobile elementor-element elementor-element-68f7b04 elementor-widget elementor-widget-ts-map\" data-id=\"68f7b04\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ts-map.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link rel='stylesheet' id='vx:map.css-css' href='https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/themes\/voxel\/assets\/dist\/map.css?ver=1.7.7.2' type='text\/css' media='all' \/>\n<link rel='stylesheet' id='vx:openstreetmap.css-css' href='https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/themes\/voxel\/assets\/dist\/openstreetmap.css?ver=1.7.7.2' type='text\/css' media='all' \/>\n<link rel='preload stylesheet' as='style' onload=\"this.onload=null;this.rel='stylesheet'\" id='leaflet-css' href='https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/themes\/voxel\/assets\/vendor\/leaflet\/leaflet.min.css?ver=1.9.4' type='text\/css' media='all' \/>\n<link rel='preload stylesheet' as='style' onload=\"this.onload=null;this.rel='stylesheet'\" id='leaflet-fullscreen-css' href='https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/themes\/voxel\/assets\/vendor\/leaflet-fullscreen\/Control.FullScreen.css?ver=5.3.1' type='text\/css' media='all' \/>\n<link rel='preload stylesheet' as='style' onload=\"this.onload=null;this.rel='stylesheet'\" id='leaflet-gesture-handling-css' href='https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/themes\/voxel\/assets\/vendor\/leaflet-gesture-handling\/leaflet-gesture-handling.min.css?ver=1.4.4' type='text\/css' media='all' \/>\n\n\t\t\t<div class=\"ts-map-drag\">\n\t\t\t\t\t\t\t<a href=\"#\" class=\"ts-map-btn ts-drag-toggle active\">\n\t\t\t\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M2 12.3906C2 6.86778 6.47715 2.39062 12 2.39062C17.5228 2.39062 22 6.86778 22 12.3906C22 17.9135 17.5228 22.3906 12 22.3906C6.47715 22.3906 2 17.9135 2 12.3906ZM15.5071 9.85447C15.2142 9.56158 14.7393 9.56158 14.4464 9.85447L10.9649 13.336L9.55359 11.9247C9.2607 11.6318 8.78582 11.6318 8.49293 11.9247C8.20004 12.2176 8.20004 12.6925 8.49294 12.9854L10.4346 14.927C10.7275 15.2199 11.2023 15.2199 11.4952 14.927L15.5071 10.9151C15.8 10.6222 15.8 10.1474 15.5071 9.85447Z\" fill=\"#343C54\"\/><\/svg>\t\t\t\t\tSearch as I move the map\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\n\t<div class=\"ts-map\" data-config=\"{&quot;center&quot;:{&quot;lat&quot;:48.874355,&quot;lng&quot;:13.199718},&quot;zoom&quot;:5,&quot;minZoom&quot;:2,&quot;maxZoom&quot;:18,&quot;gestureHandling&quot;:&quot;greedy&quot;}\"><\/div>\n\t\n\t<a href=\"#\" rel=\"nofollow\" role=\"button\" class=\"vx-geolocate-me hidden\" aria-label=\"Share your location\">\n\t\t<svg width=\"80\" height=\"80\" viewBox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" transform=\"rotate(0 0 0)\"><path d=\"M12.4025 9.44141C10.884 9.44141 9.65283 10.6727 9.65283 12.1914C9.65283 13.7101 10.884 14.9414 12.4025 14.9414C13.921 14.9414 15.1522 13.7101 15.1522 12.1914C15.1522 10.6727 13.921 9.44141 12.4025 9.44141Z\" fill=\"#343C54\"\/><path d=\"M13.1523 2.19141C13.1523 1.77719 12.8166 1.44141 12.4023 1.44141C11.9881 1.44141 11.6523 1.77719 11.6523 2.19141V3.72405C7.5566 4.0822 4.29367 7.34575 3.93549 11.4414H2.40234C1.98813 11.4414 1.65234 11.7772 1.65234 12.1914C1.65234 12.6056 1.98813 12.9414 2.40234 12.9414H3.93545C4.29344 17.0373 7.55645 20.301 11.6523 20.6592V22.1914C11.6523 22.6056 11.9881 22.9414 12.4023 22.9414C12.8166 22.9414 13.1523 22.6056 13.1523 22.1914V20.6592C17.2482 20.301 20.5113 17.0373 20.8692 12.9414H22.4023C22.8166 12.9414 23.1523 12.6056 23.1523 12.1914C23.1523 11.7772 22.8166 11.4414 22.4023 11.4414H20.8692C20.511 7.34575 17.2481 4.0822 13.1523 3.72405V2.19141ZM12.4025 7.94141C14.7496 7.94141 16.6522 9.84446 16.6522 12.1914C16.6522 14.5383 14.7496 16.4414 12.4025 16.4414C10.0554 16.4414 8.15283 14.5384 8.15283 12.1914C8.15283 9.84446 10.0554 7.94141 12.4025 7.94141ZM12.4025 9.44141C10.884 9.44141 9.65283 10.6727 9.65283 12.1914C9.65283 13.7101 10.884 14.9414 12.4025 14.9414C13.921 14.9414 15.1522 13.7101 15.1522 12.1914C15.1522 10.6727 13.921 9.44141 12.4025 9.44141Z\" fill=\"#343C54\"\/><\/svg>\t<\/a>\n\n\t<div style=\"display: none;\">\n\t\t<svg id=\"ts-symbol-marker\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t<path d=\"M3 10.9696C3 6.01585 7.02944 2 12 2C16.9706 2 21 6.01585 21 10.9696C21 16.3296 15.929 20.2049 12.7799 21.8117C12.2877 22.0628 11.7123 22.0628 11.2201 21.8117C8.07101 20.2049 3 16.3296 3 10.9696ZM12 14.6136C13.933 14.6136 15.5 13.0323 15.5 11.0818C15.5 9.13121 13.933 7.54997 12 7.54997C10.067 7.54997 8.5 9.13121 8.5 11.0818C8.5 13.0323 10.067 14.6136 12 14.6136Z\"\/>\n\t\t<\/svg>\n\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5b9cb8f e-flex e-con-boxed e-con e-parent\" data-id=\"5b9cb8f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-96db981 elementor-widget elementor-widget-html\" data-id=\"96db981\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Leaflet \"Google-like\" modern skins switcher (OpenStreetMap basemap)\n     - includes 3 ready-to-use styles (no API key)\n     - optional premium styles (MapTiler \/ Stadia \/ Jawg) with placeholders\n     - persists user choice in localStorage\n     Usage:\n       1) Ensure Leaflet is loaded and you already have `L.map(...)`.\n       2) Replace `const map = ...` with your map instance.\n       3) Paste this AFTER the map is created.\n-->\n\n<style>\n  .leaflet-control.map-skins {\n    background: rgba(255,255,255,.92);\n    border: 1px solid rgba(17,24,39,.12);\n    border-radius: 14px;\n    box-shadow: 0 10px 24px rgba(0,0,0,.10);\n    padding: 10px;\n    backdrop-filter: blur(6px);\n    min-width: 180px;\n    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;\n  }\n  .map-skins__title {\n    font-size: 12px;\n    font-weight: 700;\n    color: rgba(17,24,39,.72);\n    margin: 0 0 8px 0;\n  }\n  .map-skins__grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 6px;\n  }\n  .map-skins__btn {\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    gap: 10px;\n    padding: 8px 10px;\n    border-radius: 12px;\n    border: 1px solid rgba(17,24,39,.10);\n    background: #fff;\n    cursor: pointer;\n    user-select:none;\n    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background-color .15s ease;\n    font-size: 13px;\n    font-weight: 650;\n    color: rgba(17,24,39,.80);\n  }\n  .map-skins__btn:hover {\n    transform: translateY(-1px);\n    border-color: rgba(17,24,39,.18);\n    box-shadow: 0 10px 18px rgba(0,0,0,.08);\n  }\n  .map-skins__swatch {\n    width: 18px; height: 18px;\n    border-radius: 6px;\n    border: 1px solid rgba(17,24,39,.10);\n    flex: 0 0 auto;\n  }\n  .map-skins__btn.is-active{\n    border-color: rgba(46, 139, 87, .55);\n    box-shadow: 0 0 0 3px rgba(46, 139, 87, .18);\n    background: rgba(46, 139, 87, .06);\n  }\n  .map-skins__note {\n    margin-top: 8px;\n    font-size: 11px;\n    color: rgba(17,24,39,.55);\n    line-height: 1.25;\n  }\n<\/style>\n\n<script>\n\/* ---------------------------\n   1) Attach to your Leaflet map\n   --------------------------- *\/\n\/\/ Replace this with your actual map instance:\nconst map = window.leafletMap || window.map; \/\/ <- fallback if you exposed it\n\nif (!map || !window.L) {\n  console.warn('[Map skins] Leaflet map not found. Set `window.leafletMap = yourMap` or replace `map` variable.');\n} else {\n\n  \/* ---------------------------\n     2) Tile layer definitions (modern, Google-like)\n     --------------------------- *\/\n\n  \/\/ FREE, no key: Carto \"Voyager\" is a very solid Google-like light style\n  const tiles = {\n    voyager_light: L.tileLayer(\n      'https:\/\/{s}.basemaps.cartocdn.com\/rastertiles\/voyager\/{z}\/{x}\/{y}{r}.png',\n      {\n        subdomains: 'abcd',\n        maxZoom: 20,\n        attribution: '&copy; OpenStreetMap contributors &copy; CARTO'\n      }\n    ),\n\n    \/\/ FREE, no key: Esri \"World Gray Canvas\" (very clean, Google-like monochrome)\n    esri_gray: L.tileLayer(\n      'https:\/\/server.arcgisonline.com\/ArcGIS\/rest\/services\/Canvas\/World_Light_Gray_Base\/MapServer\/tile\/{z}\/{y}\/{x}',\n      {\n        maxZoom: 16,\n        attribution: 'Tiles &copy; Esri &mdash; Esri, DeLorme, NAVTEQ'\n      }\n    ),\n\n    \/\/ FREE, no key: Stadia \"Alidade Smooth\" (may require key depending on current terms; keep as optional)\n    \/\/ If it works on your setup, great. If not, use Voyager\/Esri or add a key.\n    alidade_smooth: L.tileLayer(\n      'https:\/\/tiles.stadiamaps.com\/tiles\/alidade_smooth\/{z}\/{x}\/{y}{r}.png',\n      {\n        maxZoom: 20,\n        attribution: '&copy; OpenStreetMap contributors &copy; Stadia Maps'\n      }\n    ),\n\n    \/* ---------------------------\n       Optional premium (Google-like) vector-styled tiles (requires API key)\n       Uncomment and add keys if you want the nicest \"Google-ish\" feel.\n       --------------------------- *\/\n\n    \/\/ maptiler_basic: L.tileLayer(\n    \/\/   'https:\/\/api.maptiler.com\/maps\/basic-v2\/{z}\/{x}\/{y}.png?key=YOUR_MAPTILER_KEY',\n    \/\/   { maxZoom: 20, attribution: '&copy; OpenStreetMap contributors &copy; MapTiler' }\n    \/\/ ),\n\n    \/\/ jawg_light: L.tileLayer(\n    \/\/   'https:\/\/{s}.tile.jawg.io\/jawg-light\/{z}\/{x}\/{y}{r}.png?access-token=YOUR_JAWG_TOKEN',\n    \/\/   { subdomains: 'abcd', maxZoom: 20, attribution: '&copy; OpenStreetMap contributors &copy; Jawg' }\n    \/\/ ),\n  };\n\n  \/* ---------------------------\n     3) Skin manager\n     --------------------------- *\/\n  const STORAGE_KEY = 'vx_map_skin';\n  const defaultSkin = 'voyager_light';\n  let currentLayer = null;\n\n  function setSkin(key) {\n    if (!tiles[key]) return;\n    if (currentLayer) map.removeLayer(currentLayer);\n    currentLayer = tiles[key];\n    currentLayer.addTo(map);\n    localStorage.setItem(STORAGE_KEY, key);\n    updateUI(key);\n  }\n\n  function getInitialSkin() {\n    const saved = localStorage.getItem(STORAGE_KEY);\n    return (saved && tiles[saved]) ? saved : defaultSkin;\n  }\n\n  \/* ---------------------------\n     4) UI control (modern)\n     --------------------------- *\/\n  const SkinControl = L.Control.extend({\n    options: { position: 'topright' },\n    onAdd: function() {\n      const el = L.DomUtil.create('div', 'leaflet-control map-skins');\n      el.innerHTML = `\n        <div class=\"map-skins__title\">Stile mappa<\/div>\n        <div class=\"map-skins__grid\">\n          <div class=\"map-skins__btn\" data-skin=\"voyager_light\">\n            <span>Google-like (chiara)<\/span>\n            <span class=\"map-skins__swatch\" style=\"background:#E9EDF2\"><\/span>\n          <\/div>\n          <div class=\"map-skins__btn\" data-skin=\"esri_gray\">\n            <span>Minimal (grigio)<\/span>\n            <span class=\"map-skins__swatch\" style=\"background:#F2F3F5\"><\/span>\n          <\/div>\n          <div class=\"map-skins__btn\" data-skin=\"alidade_smooth\">\n            <span>Soft (smooth)<\/span>\n            <span class=\"map-skins__swatch\" style=\"background:#EEF2F6\"><\/span>\n          <\/div>\n        <\/div>\n        <div class=\"map-skins__note\">\n          Suggerito: <b>Google-like (chiara)<\/b> per un look moderno e leggibile.\n        <\/div>\n      `;\n\n      \/\/ Prevent map drag\/scroll when interacting with control\n      L.DomEvent.disableClickPropagation(el);\n      L.DomEvent.disableScrollPropagation(el);\n\n      el.querySelectorAll('.map-skins__btn').forEach(btn => {\n        btn.addEventListener('click', () => setSkin(btn.dataset.skin));\n        \/\/ Keyboard accessibility\n        btn.setAttribute('role', 'button');\n        btn.setAttribute('tabindex', '0');\n        btn.addEventListener('keydown', (e) => {\n          if (e.key === 'Enter' || e.key === ' ') {\n            e.preventDefault();\n            setSkin(btn.dataset.skin);\n          }\n        });\n      });\n\n      return el;\n    }\n  });\n\n  function updateUI(activeKey) {\n    const controlEl = document.querySelector('.leaflet-control.map-skins');\n    if (!controlEl) return;\n    controlEl.querySelectorAll('.map-skins__btn').forEach(btn => {\n      btn.classList.toggle('is-active', btn.dataset.skin === activeKey);\n    });\n  }\n\n  \/* ---------------------------\n     5) Init\n     --------------------------- *\/\n  map.addControl(new SkinControl());\n  setSkin(getInitialSkin());\n}\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Scopri i dintorni Filter results {{ activeFilterCount }} Clear Search Ordina per Random Parola chiave Luogo Tempo di visita Tempo di visita Stagione ideale Stagione ideale Tipologia di luogo Architettura storica 18 Area archeologica 2 Area panoramica naturale 1 Chiesa 7 Luogo da raccontare 28 Luogo della memoria 2 Mostra permanente 1 Museo 1 Punto [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-537","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.7 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Esplora | Visit San Donato Val di Comino<\/title>\n<meta name=\"description\" content=\"Scopri i dintorni Filter results {{ activeFilterCount }} Clear Search Ordina per Random Parola chiave Luogo Tempo di visita Tempo di visita Stagione\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Esplora | Visit San Donato Val di Comino\" \/>\n<meta property=\"og:description\" content=\"Scopri i dintorni Filter results {{ activeFilterCount }} Clear Search Ordina per Random Parola chiave Luogo Tempo di visita Tempo di visita Stagione\" \/>\n<meta property=\"og:url\" content=\"https:\/\/beta.visitsandonatovaldicomino.it\/en\/explore\/\" \/>\n<meta property=\"og:site_name\" content=\"Visit San Donato Val di Comino\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/VisitSanDonatoValdiComino\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-29T21:29:52+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Explore | Visit San Donato Val di Comino","description":"Scopri i dintorni Filter results {{ activeFilterCount }} Clear Search Ordina per Random Parola chiave Luogo Tempo di visita Tempo di visita Stagione","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Esplora | Visit San Donato Val di Comino","og_description":"Scopri i dintorni Filter results {{ activeFilterCount }} Clear Search Ordina per Random Parola chiave Luogo Tempo di visita Tempo di visita Stagione","og_url":"https:\/\/beta.visitsandonatovaldicomino.it\/en\/explore\/","og_site_name":"Visit San Donato Val di Comino","article_publisher":"https:\/\/www.facebook.com\/VisitSanDonatoValdiComino","article_modified_time":"2026-01-29T21:29:52+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/beta.visitsandonatovaldicomino.it\/esplora\/","url":"https:\/\/beta.visitsandonatovaldicomino.it\/esplora\/","name":"Explore | Visit San Donato Val di Comino","isPartOf":{"@id":"https:\/\/beta.visitsandonatovaldicomino.it\/#website"},"datePublished":"2023-10-30T13:13:20+00:00","dateModified":"2026-01-29T21:29:52+00:00","description":"Scopri i dintorni Filter results {{ activeFilterCount }} Clear Search Ordina per Random Parola chiave Luogo Tempo di visita Tempo di visita Stagione","breadcrumb":{"@id":"https:\/\/beta.visitsandonatovaldicomino.it\/esplora\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/beta.visitsandonatovaldicomino.it\/esplora\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/beta.visitsandonatovaldicomino.it\/esplora\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/beta.visitsandonatovaldicomino.it\/"},{"@type":"ListItem","position":2,"name":"Esplora"}]},{"@type":"WebSite","@id":"https:\/\/beta.visitsandonatovaldicomino.it\/#website","url":"https:\/\/beta.visitsandonatovaldicomino.it\/","name":"Visit San Donato Val di Comino","description":"","publisher":{"@id":"https:\/\/beta.visitsandonatovaldicomino.it\/#organization"},"alternateName":"Visit San Donato","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/beta.visitsandonatovaldicomino.it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/beta.visitsandonatovaldicomino.it\/#organization","name":"Visit San Donato Val di Comino","alternateName":"Visit San Donato","url":"https:\/\/beta.visitsandonatovaldicomino.it\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/beta.visitsandonatovaldicomino.it\/#\/schema\/logo\/image\/","url":"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/Visit-San-Donato-Val-di-Comino-Logo-White.png","contentUrl":"https:\/\/beta.visitsandonatovaldicomino.it\/wp-content\/uploads\/2023\/10\/Visit-San-Donato-Val-di-Comino-Logo-White.png","width":1920,"height":1061,"caption":"Visit San Donato Val di Comino"},"image":{"@id":"https:\/\/beta.visitsandonatovaldicomino.it\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/VisitSanDonatoValdiComino","https:\/\/www.instagram.com\/visit_sandonatovaldicomino"],"email":"info@visitsandonatovaldicomino.it","legalName":"Visit San Donato Val di Comino","foundingDate":"2024-05-01","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"1","maxValue":"10"}}]}},"_links":{"self":[{"href":"https:\/\/beta.visitsandonatovaldicomino.it\/en\/wp-json\/wp\/v2\/pages\/537","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/beta.visitsandonatovaldicomino.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/beta.visitsandonatovaldicomino.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/beta.visitsandonatovaldicomino.it\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/beta.visitsandonatovaldicomino.it\/en\/wp-json\/wp\/v2\/comments?post=537"}],"version-history":[{"count":5,"href":"https:\/\/beta.visitsandonatovaldicomino.it\/en\/wp-json\/wp\/v2\/pages\/537\/revisions"}],"predecessor-version":[{"id":22296,"href":"https:\/\/beta.visitsandonatovaldicomino.it\/en\/wp-json\/wp\/v2\/pages\/537\/revisions\/22296"}],"wp:attachment":[{"href":"https:\/\/beta.visitsandonatovaldicomino.it\/en\/wp-json\/wp\/v2\/media?parent=537"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}