{"title":"Urbex Kaarten","description":"","products":[{"product_id":"europa-urbex-kaart","title":"Europe Urbex Map - 50,000+ Locations","description":"\u003cstyle\u003e\n.uf-maps{\n  max-width:1200px;\n  margin:0 auto;\n  padding:20px 12px 60px;\n  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;\n}\n\n\/* CONTAINER *\/\n.uf-maps-shell{\n  border-radius:22px;\n  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);\n  border:1px solid #e2e8f0;\n  box-shadow:0 20px 60px rgba(15,23,42,.08);\n  padding:20px;\n}\n\n\/* HERO *\/\n.uf-maps-hero{\n  display:flex;\n  flex-direction:column;\n  gap:20px;\n}\n\n\/* TEXT *\/\n.uf-maps-title{\n  font-size:clamp(38px,5vw,68px);\n  line-height:.95;\n  letter-spacing:-0.06em;\n  font-weight:900;\n  color:#001248;\n  text-align:center;\n}\n\n.uf-maps-lead{\n  font-size:17px;\n  line-height:1.85;\n  color:#334155;\n  text-align:center;\n  font-weight:500;\n}\n\n\/* VISUAL *\/\n.uf-maps-visual{\n  position:relative;\n  border-radius:18px;\n  height:240px;\n  overflow:hidden;\n  background:\n    radial-gradient(circle at center, rgba(37,99,235,.25), transparent 60%),\n    linear-gradient(135deg,#020617,#0f172a);\n}\n\n\/* GRID *\/\n.uf-maps-visual::before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:\n    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);\n  background-size:36px 36px;\n  animation:gridMove 14s linear infinite;\n}\n\n\/* RADAR *\/\n.uf-maps-visual::after{\n  content:\"\";\n  position:absolute;\n  inset:-60%;\n  background:conic-gradient(\n    transparent 0deg,\n    rgba(96,165,250,.35) 70deg,\n    rgba(96,165,250,.15) 120deg,\n    transparent 180deg\n  );\n  animation:radarSpin 3.2s linear infinite;\n}\n\n\/* HOTSPOT *\/\n.uf-hotspot{\n  position:absolute;\n  width:120px;\n  height:120px;\n  border-radius:50%;\n  background:radial-gradient(circle, rgba(96,165,250,.25), transparent 70%);\n  animation:moveHotspot 6s ease-in-out infinite;\n}\n\n\/* DOTS *\/\n.uf-map-dots{\n  position:absolute;\n  inset:0;\n  display:grid;\n  grid-template-columns:repeat(10,1fr);\n  grid-template-rows:repeat(6,1fr);\n}\n\n.uf-map-dot{\n  width:6px;\n  height:6px;\n  border-radius:50%;\n  margin:auto;\n  background:#60a5fa;\n  opacity:.3;\n}\n\n.uf-map-dot:nth-child(5n){\n  background:#fff;\n  opacity:1;\n  animation:pulseDot 2s infinite;\n}\n\n\/* CORE TEXT *\/\n.uf-maps-core{\n  position:absolute;\n  bottom:16px;\n  left:16px;\n  right:16px;\n  z-index:3;\n}\n\n.uf-maps-core h3{\n  color:#fff;\n  font-size:16px;\n  font-weight:800;\n}\n\n.uf-maps-core p{\n  color:#cbd5f5;\n  font-size:12px;\n}\n\n\/* LIST *\/\n.uf-maps-list{\n  display:flex;\n  flex-direction:column;\n  gap:12px;\n  font-size:15px;\n  line-height:1.8;\n  color:#334155;\n  font-weight:600;\n}\n\n\/* 🔥 FEATURES FIXED *\/\n.uf-maps-features{\n  margin-top:20px;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n\n.uf-maps-feature{\n  display:flex;\n  align-items:center;\n  gap:10px;\n\n  padding:16px 18px;\n\n  border-radius:18px;\n  background:#ffffff;\n  border:1px solid rgba(0,18,72,.08);\n\n  font-size:14px;\n  font-weight:700;\n  line-height:1.5;\n  color:#334155;\n\n  white-space:normal;\n}\n\n.uf-maps-feature-icon{\n  flex-shrink:0;\n  width:26px;\n  height:26px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:999px;\n  background:rgba(37,99,235,.08);\n}\n\n\/* HIGHLIGHT *\/\n.uf-maps-highlight{\n  margin-top:24px;\n  border-radius:18px;\n  padding:18px;\n  background:linear-gradient(135deg,#2563eb,#0f172a);\n  text-align:center;\n}\n\n.uf-maps-highlight h3{\n  color:#fff;\n  font-size:34px;\n  line-height:1;\n  font-weight:900;\n  letter-spacing:-0.05em;\n}\n\n.uf-maps-highlight p{\n  color:rgba(255,255,255,.78);\n  font-size:15px;\n  line-height:1.8;\n  font-weight:500;\n  margin-top:10px;\n}\n\n\/* ANIMATIONS *\/\n@keyframes radarSpin{\n  to{transform:rotate(360deg);}\n}\n@keyframes gridMove{\n  to{transform:translate(40px,40px);}\n}\n@keyframes pulseDot{\n  50%{transform:scale(1.8);}\n}\n@keyframes moveHotspot{\n  0%{top:20%;left:20%;}\n  50%{top:60%;left:70%;}\n  100%{top:20%;left:20%;}\n}\n\n\/* DESKTOP *\/\n@media(min-width:1024px){\n  .uf-maps-hero{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:40px;\n    align-items:center;\n  }\n\n  .uf-maps-title{\n    font-size:clamp(38px,5vw,68px);\n    line-height:.95;\n    letter-spacing:-0.06em;\n    text-align:left;\n  }\n\n  .uf-maps-lead{\n    text-align:left;\n  }\n\n  .uf-maps-features{\n    grid-template-columns:repeat(4,1fr);\n  }\n}\n\n\/* MOBILE *\/\n@media(max-width:640px){\n\n  .uf-maps-title{\n    font-size:38px;\n    line-height:.95;\n  }\n\n  .uf-maps-lead{\n    font-size:15px;\n    line-height:1.8;\n  }\n\n  .uf-maps-feature{\n    font-size:13px;\n    padding:14px 16px;\n  }\n\n  .uf-maps-highlight h3{\n    font-size:28px;\n  }\n\n  .uf-maps-highlight p{\n    font-size:14px;\n    line-height:1.75;\n  }\n\n}\n\u003c\/style\u003e\u003c!--en--\u003e\n\u003csection class=\"uf-maps\"\u003e\n  \u003cdiv class=\"uf-maps-shell\"\u003e\n\n\n    \u003cdiv class=\"uf-maps-hero\"\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003ch2 class=\"uf-maps-title\"\u003e🔎 Discover Urbex in Europe\u003c\/h2\u003e\n\n\n        \u003cp class=\"uf-maps-lead\"\u003e\n          Thousands of abandoned castles, factories, and bunkers at your fingertips.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"uf-maps-list\"\u003e\n\n          \u003cdiv\u003e✅ \u003cstrong\u003e50,000+ locations\u003c\/strong\u003e\n\n\u003c\/div\u003e\n\n          \u003cdiv\u003e🔄 Weekly updates\u003c\/div\u003e\n\n          \u003cdiv\u003e📱 Instant access\u003c\/div\u003e\n\n          \u003cdiv\u003e🔒 No blocked links\u003c\/div\u003e\n\n          \u003cdiv\u003e👥 Community access\u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-maps-visual\"\u003e\n\n\n        \u003cdiv class=\"uf-hotspot\"\u003e\u003c\/div\u003e\n\n\n        \u003cdiv class=\"uf-map-dots\"\u003e\n\n          {% for i in (1..60) %}\n            \u003cdiv class=\"uf-map-dot\"\u003e\u003c\/div\u003e\n\n          {% endfor %}\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"uf-maps-core\"\u003e\n\n          \u003ch3\u003eLive map feel\u003c\/h3\u003e\n\n          \u003cp\u003eAlways new locations available\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"uf-maps-features\"\u003e\n\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\n        \u003cdiv class=\"uf-maps-feature-icon\"\u003e📍\u003c\/div\u003e\n\n        50,000+ spots\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\n        \u003cdiv class=\"uf-maps-feature-icon\"\u003e⚡\u003c\/div\u003e\n\n        Fast access\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\n        \u003cdiv class=\"uf-maps-feature-icon\"\u003e🔄\u003c\/div\u003e\n\n        Weekly updates\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\n        \u003cdiv class=\"uf-maps-feature-icon\"\u003e👥\u003c\/div\u003e\n\n        Community\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"uf-maps-highlight\"\u003e\n\n      \u003ch3\u003eThe largest urbex map in Europe\u003c\/h3\u003e\n\n      \u003cp\u003eInstant access. Weekly updates. No hassle.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"The Urbex Factory","offers":[{"title":"2026 — Gratis Updates","offer_id":54658619507027,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"2027 — Meest gekozen ⭐ (+10% korting)","offer_id":54658619539795,"sku":null,"price":57.5,"currency_code":"EUR","in_stock":true},{"title":"Premium — Nooit meer upgraden 👑","offer_id":54658619572563,"sku":null,"price":119.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/IMG-9152.png?v=1787648063"},{"product_id":"belgie-urbex-kaart","title":"Belgium Urbex Map - 1,650+ Locations","description":"\u003cstyle\u003e\n.uf-maps{\n  max-width:1200px;\n  margin:0 auto;\n  padding:20px 12px 60px;\n  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;\n}\n\n\/* CONTAINER *\/\n.uf-maps-shell{\n  border-radius:22px;\n  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);\n  border:1px solid #e2e8f0;\n  box-shadow:0 20px 60px rgba(15,23,42,.08);\n  padding:20px;\n}\n\n\/* HERO *\/\n.uf-maps-hero{\n  display:flex;\n  flex-direction:column;\n  gap:20px;\n}\n\n\/* TEXT *\/\n.uf-maps-title{\n  font-size:28px;\n  font-weight:900;\n  text-align:center;\n}\n\n.uf-maps-lead{\n  font-size:15px;\n  color:#526174;\n  text-align:center;\n  line-height:1.7;\n}\n\n\/* VISUAL *\/\n.uf-maps-visual{\n  position:relative;\n  border-radius:18px;\n  height:240px;\n  overflow:hidden;\n  background:\n    radial-gradient(circle at center, rgba(37,99,235,.25), transparent 60%),\n    linear-gradient(135deg,#020617,#0f172a);\n}\n\n\/* GRID *\/\n.uf-maps-visual::before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:\n    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);\n  background-size:36px 36px;\n  animation:gridMove 14s linear infinite;\n}\n\n\/* RADAR *\/\n.uf-maps-visual::after{\n  content:\"\";\n  position:absolute;\n  inset:-60%;\n  background:conic-gradient(\n    transparent 0deg,\n    rgba(96,165,250,.35) 70deg,\n    rgba(96,165,250,.15) 120deg,\n    transparent 180deg\n  );\n  animation:radarSpin 3.2s linear infinite;\n}\n\n\/* HOTSPOT *\/\n.uf-hotspot{\n  position:absolute;\n  width:120px;\n  height:120px;\n  border-radius:50%;\n  background:radial-gradient(circle, rgba(96,165,250,.25), transparent 70%);\n  animation:moveHotspot 6s ease-in-out infinite;\n}\n\n\/* DOTS *\/\n.uf-map-dots{\n  position:absolute;\n  inset:0;\n  display:grid;\n  grid-template-columns:repeat(10,1fr);\n  grid-template-rows:repeat(6,1fr);\n}\n\n.uf-map-dot{\n  width:6px;\n  height:6px;\n  border-radius:50%;\n  margin:auto;\n  background:#60a5fa;\n  opacity:.3;\n}\n\n.uf-map-dot:nth-child(5n){\n  background:#fff;\n  opacity:1;\n  animation:pulseDot 2s infinite;\n}\n\n\/* CORE TEXT *\/\n.uf-maps-core{\n  position:absolute;\n  bottom:16px;\n  left:16px;\n  right:16px;\n  z-index:3;\n}\n\n.uf-maps-core h3{\n  color:#fff;\n  font-size:16px;\n  font-weight:800;\n}\n\n.uf-maps-core p{\n  color:#cbd5f5;\n  font-size:12px;\n}\n\n\/* LIST *\/\n.uf-maps-list{\n  display:flex;\n  flex-direction:column;\n  gap:6px;\n  font-size:14px;\n}\n\n\/* 🔥 FEATURES FIXED *\/\n.uf-maps-features{\n  margin-top:20px;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n\n.uf-maps-feature{\n  display:flex;\n  align-items:center;\n  gap:8px;\n\n  padding:10px 12px;\n\n  border-radius:12px;\n  background:#ffffff;\n  border:1px solid #e2e8f0;\n\n  font-size:13px;\n  font-weight:600;\n  color:#0f172a;\n\n  \/* 🔥 FIX *\/\n  white-space:normal;\n  line-height:1.3;\n}\n\n.uf-maps-feature-icon{\n  flex-shrink:0;\n  width:26px;\n  height:26px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:999px;\n  background:rgba(37,99,235,.08);\n}\n\n\/* HIGHLIGHT *\/\n.uf-maps-highlight{\n  margin-top:24px;\n  border-radius:18px;\n  padding:18px;\n  background:linear-gradient(135deg,#2563eb,#0f172a);\n  text-align:center;\n}\n\n.uf-maps-highlight h3{\n  color:#fff;\n  font-size:18px;\n  font-weight:900;\n}\n\n.uf-maps-highlight p{\n  color:#dbeafe;\n  font-size:13px;\n  margin-top:4px;\n}\n\n\/* ANIMATIONS *\/\n@keyframes radarSpin{\n  to{transform:rotate(360deg);}\n}\n@keyframes gridMove{\n  to{transform:translate(40px,40px);}\n}\n@keyframes pulseDot{\n  50%{transform:scale(1.8);}\n}\n@keyframes moveHotspot{\n  0%{top:20%;left:20%;}\n  50%{top:60%;left:70%;}\n  100%{top:20%;left:20%;}\n}\n\n\/* DESKTOP *\/\n@media(min-width:1024px){\n  .uf-maps-hero{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:40px;\n    align-items:center;\n  }\n\n  .uf-maps-title{\n    font-size:46px;\n    text-align:left;\n  }\n\n  .uf-maps-lead{\n    text-align:left;\n  }\n\n  .uf-maps-features{\n    grid-template-columns:repeat(4,1fr);\n  }\n}\n\u003c\/style\u003e\n\n\u003csection class=\"uf-maps\"\u003e\n  \u003cdiv class=\"uf-maps-shell\"\u003e\n\n\n    \u003cdiv class=\"uf-maps-hero\"\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003ch2 class=\"uf-maps-title\"\u003e🔎 Discover Urbex in Belgium\u003c\/h2\u003e\n\n\n        \u003cp class=\"uf-maps-lead\"\u003e\n          Thousands of abandoned castles, factories, and bunkers at your fingertips.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"uf-maps-list\"\u003e\n\n          \u003cdiv\u003e✅ \u003cstrong\u003e1650+ locations\u003c\/strong\u003e\n\n\u003c\/div\u003e\n\n          \u003cdiv\u003e🔄 Weekly updates\u003c\/div\u003e\n\n          \u003cdiv\u003e📱 Instant access\u003c\/div\u003e\n\n          \u003cdiv\u003e🔒 No blocked links\u003c\/div\u003e\n\n          \u003cdiv\u003e👥 Community access\u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-maps-visual\"\u003e\n\n\n        \u003cdiv class=\"uf-hotspot\"\u003e\u003c\/div\u003e\n\n\n        \u003cdiv class=\"uf-map-dots\"\u003e\n\n          {% for i in (1..60) %}\n            \u003cdiv class=\"uf-map-dot\"\u003e\u003c\/div\u003e\n\n          {% endfor %}\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"uf-maps-core\"\u003e\n\n          \u003ch3\u003eLive map feel\u003c\/h3\u003e\n\n          \u003cp\u003eAlways new locations available\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"uf-maps-features\"\u003e\n\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\n        \u003cdiv class=\"uf-maps-feature-icon\"\u003e📍\u003c\/div\u003e\n\n        1650+ spots\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\n        \u003cdiv class=\"uf-maps-feature-icon\"\u003e⚡\u003c\/div\u003e\n\n        Fast access\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\n        \u003cdiv class=\"uf-maps-feature-icon\"\u003e🔄\u003c\/div\u003e\n\n        Weekly updates\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\n        \u003cdiv class=\"uf-maps-feature-icon\"\u003e👥\u003c\/div\u003e\n\n        Community\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"uf-maps-highlight\"\u003e\n\n      \u003ch3\u003eThe largest urbex map of Belgium\u003c\/h3\u003e\n\n      \u003cp\u003eInstant access. Weekly updated. No hassle.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"The Urbex Factory","offers":[{"title":"2026 — Gratis Updates","offer_id":54659350036819,"sku":null,"price":16.99,"currency_code":"EUR","in_stock":true},{"title":"2027 — Meest gekozen ⭐ (+10% korting)","offer_id":54659350069587,"sku":null,"price":27.99,"currency_code":"EUR","in_stock":true},{"title":"Premium — Nooit meer upgraden 👑","offer_id":54659350102355,"sku":null,"price":59.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/EF0C5FC9-33A1-49F5-B919-A9A640091EC7.png?v=1787650988"},{"product_id":"verenigd-koninkrijk-urbex-kaart","title":"United Kingdom Urbex Map - 1,500+ Locations","description":"\u003cstyle\u003e\n.uf-maps{\n  max-width:1200px;\n  margin:0 auto;\n  padding:20px 12px 60px;\n  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;\n}\n\n\/* CONTAINER *\/\n.uf-maps-shell{\n  border-radius:22px;\n  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);\n  border:1px solid #e2e8f0;\n  box-shadow:0 20px 60px rgba(15,23,42,.08);\n  padding:20px;\n}\n\n\/* HERO *\/\n.uf-maps-hero{\n  display:flex;\n  flex-direction:column;\n  gap:20px;\n}\n\n\/* TEXT *\/\n.uf-maps-title{\n  font-size:28px;\n  font-weight:900;\n  text-align:center;\n}\n\n.uf-maps-lead{\n  font-size:15px;\n  color:#526174;\n  text-align:center;\n  line-height:1.7;\n}\n\n\/* VISUAL *\/\n.uf-maps-visual{\n  position:relative;\n  border-radius:18px;\n  height:240px;\n  overflow:hidden;\n  background:\n    radial-gradient(circle at center, rgba(37,99,235,.25), transparent 60%),\n    linear-gradient(135deg,#020617,#0f172a);\n}\n\n\/* GRID *\/\n.uf-maps-visual::before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:\n    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);\n  background-size:36px 36px;\n  animation:gridMove 14s linear infinite;\n}\n\n\/* RADAR *\/\n.uf-maps-visual::after{\n  content:\"\";\n  position:absolute;\n  inset:-60%;\n  background:conic-gradient(\n    transparent 0deg,\n    rgba(96,165,250,.35) 70deg,\n    rgba(96,165,250,.15) 120deg,\n    transparent 180deg\n  );\n  animation:radarSpin 3.2s linear infinite;\n}\n\n\/* HOTSPOT *\/\n.uf-hotspot{\n  position:absolute;\n  width:120px;\n  height:120px;\n  border-radius:50%;\n  background:radial-gradient(circle, rgba(96,165,250,.25), transparent 70%);\n  animation:moveHotspot 6s ease-in-out infinite;\n}\n\n\/* DOTS *\/\n.uf-map-dots{\n  position:absolute;\n  inset:0;\n  display:grid;\n  grid-template-columns:repeat(10,1fr);\n  grid-template-rows:repeat(6,1fr);\n}\n\n.uf-map-dot{\n  width:6px;\n  height:6px;\n  border-radius:50%;\n  margin:auto;\n  background:#60a5fa;\n  opacity:.3;\n}\n\n.uf-map-dot:nth-child(5n){\n  background:#fff;\n  opacity:1;\n  animation:pulseDot 2s infinite;\n}\n\n\/* CORE TEXT *\/\n.uf-maps-core{\n  position:absolute;\n  bottom:16px;\n  left:16px;\n  right:16px;\n  z-index:3;\n}\n\n.uf-maps-core h3{\n  color:#fff;\n  font-size:16px;\n  font-weight:800;\n}\n\n.uf-maps-core p{\n  color:#cbd5f5;\n  font-size:12px;\n}\n\n\/* LIST *\/\n.uf-maps-list{\n  display:flex;\n  flex-direction:column;\n  gap:6px;\n  font-size:14px;\n}\n\n\/* 🔥 FEATURES FIXED *\/\n.uf-maps-features{\n  margin-top:20px;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n\n.uf-maps-feature{\n  display:flex;\n  align-items:center;\n  gap:8px;\n\n  padding:10px 12px;\n\n  border-radius:12px;\n  background:#ffffff;\n  border:1px solid #e2e8f0;\n\n  font-size:13px;\n  font-weight:600;\n  color:#0f172a;\n\n  \/* 🔥 FIX *\/\n  white-space:normal;\n  line-height:1.3;\n}\n\n.uf-maps-feature-icon{\n  flex-shrink:0;\n  width:26px;\n  height:26px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:999px;\n  background:rgba(37,99,235,.08);\n}\n\n\/* HIGHLIGHT *\/\n.uf-maps-highlight{\n  margin-top:24px;\n  border-radius:18px;\n  padding:18px;\n  background:linear-gradient(135deg,#2563eb,#0f172a);\n  text-align:center;\n}\n\n.uf-maps-highlight h3{\n  color:#fff;\n  font-size:18px;\n  font-weight:900;\n}\n\n.uf-maps-highlight p{\n  color:#dbeafe;\n  font-size:13px;\n  margin-top:4px;\n}\n\n\/* ANIMATIONS *\/\n@keyframes radarSpin{\n  to{transform:rotate(360deg);}\n}\n@keyframes gridMove{\n  to{transform:translate(40px,40px);}\n}\n@keyframes pulseDot{\n  50%{transform:scale(1.8);}\n}\n@keyframes moveHotspot{\n  0%{top:20%;left:20%;}\n  50%{top:60%;left:70%;}\n  100%{top:20%;left:20%;}\n}\n\n\/* DESKTOP *\/\n@media(min-width:1024px){\n  .uf-maps-hero{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:40px;\n    align-items:center;\n  }\n\n  .uf-maps-title{\n    font-size:46px;\n    text-align:left;\n  }\n\n  .uf-maps-lead{\n    text-align:left;\n  }\n\n  .uf-maps-features{\n    grid-template-columns:repeat(4,1fr);\n  }\n}\n\u003c\/style\u003e\u003c!--en--\u003e\u003c!--en--\u003e\u003csection class=\"uf-maps\"\u003e\u003c!--en--\u003e  \u003cdiv class=\"uf-maps-shell\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-hero\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv\u003e\n\u003c!--en--\u003e        \u003ch2 class=\"uf-maps-title\"\u003e🔎 Discover Urbex in the United Kingdom\u003c\/h2\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cp class=\"uf-maps-lead\"\u003e\u003c!--en--\u003e          Thousands of abandoned castles, factories, and bunkers within reach.\u003c!--en--\u003e        \u003c\/p\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-list\"\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e✅ \u003cstrong\u003e1,500+ locations\u003c\/strong\u003e\u003c!--en--\u003e\n\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e🔄 Weekly updates\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e📱 Instant access\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e🔒 No blocked links\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e👥 Community access\u003c\/div\u003e\n\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-visual\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-hotspot\"\u003e\u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-map-dots\"\u003e\n\u003c!--en--\u003e          {% for i in (1..60) %}\u003c!--en--\u003e            \u003cdiv class=\"uf-map-dot\"\u003e\u003c\/div\u003e\n\u003c!--en--\u003e          {% endfor %}\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-core\"\u003e\n\u003c!--en--\u003e          \u003ch3\u003eLive map feeling\u003c\/h3\u003e\n\u003c!--en--\u003e          \u003cp\u003eAlways new locations available\u003c\/p\u003e\n\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-features\"\u003e\n\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e📍\u003c\/div\u003e\n\u003c!--en--\u003e        1,500+ spots\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e⚡\u003c\/div\u003e\n\u003c!--en--\u003e        Fast access\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e🔄\u003c\/div\u003e\n\u003c!--en--\u003e        Weekly updates\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e👥\u003c\/div\u003e\n\u003c!--en--\u003e        Community\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-highlight\"\u003e\n\u003c!--en--\u003e      \u003ch3\u003eThe largest urbex map of the United Kingdom\u003c\/h3\u003e\n\u003c!--en--\u003e      \u003cp\u003eInstant access. Weekly updated. No hassle.\u003c\/p\u003e\n\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e  \u003c\/div\u003e\n\u003c!--en--\u003e\u003c\/section\u003e","brand":"The Urbex Factory","offers":[{"title":"2026 — Gratis Updates","offer_id":54659337519443,"sku":null,"price":16.99,"currency_code":"EUR","in_stock":true},{"title":"2027 — Meest gekozen ⭐ (+10% korting)","offer_id":54659337552211,"sku":null,"price":27.99,"currency_code":"EUR","in_stock":true},{"title":"Premium — Nooit meer upgraden 👑","offer_id":54659337584979,"sku":null,"price":59.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/2B7E07FF-E0EA-41B2-958F-835F8C91F44C.png?v=1787650988"},{"product_id":"nederland-urbex-kaart","title":"Netherlands Urbex Map - 750+ Locations","description":"\u003cstyle\u003e\n.uf-maps{\n  max-width:1200px;\n  margin:0 auto;\n  padding:20px 12px 60px;\n  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;\n}\n\n\/* CONTAINER *\/\n.uf-maps-shell{\n  border-radius:22px;\n  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);\n  border:1px solid #e2e8f0;\n  box-shadow:0 20px 60px rgba(15,23,42,.08);\n  padding:20px;\n}\n\n\/* HERO *\/\n.uf-maps-hero{\n  display:flex;\n  flex-direction:column;\n  gap:20px;\n}\n\n\/* TEXT *\/\n.uf-maps-title{\n  font-size:28px;\n  font-weight:900;\n  text-align:center;\n}\n\n.uf-maps-lead{\n  font-size:15px;\n  color:#526174;\n  text-align:center;\n  line-height:1.7;\n}\n\n\/* VISUAL *\/\n.uf-maps-visual{\n  position:relative;\n  border-radius:18px;\n  height:240px;\n  overflow:hidden;\n  background:\n    radial-gradient(circle at center, rgba(37,99,235,.25), transparent 60%),\n    linear-gradient(135deg,#020617,#0f172a);\n}\n\n\/* GRID *\/\n.uf-maps-visual::before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:\n    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);\n  background-size:36px 36px;\n  animation:gridMove 14s linear infinite;\n}\n\n\/* RADAR *\/\n.uf-maps-visual::after{\n  content:\"\";\n  position:absolute;\n  inset:-60%;\n  background:conic-gradient(\n    transparent 0deg,\n    rgba(96,165,250,.35) 70deg,\n    rgba(96,165,250,.15) 120deg,\n    transparent 180deg\n  );\n  animation:radarSpin 3.2s linear infinite;\n}\n\n\/* HOTSPOT *\/\n.uf-hotspot{\n  position:absolute;\n  width:120px;\n  height:120px;\n  border-radius:50%;\n  background:radial-gradient(circle, rgba(96,165,250,.25), transparent 70%);\n  animation:moveHotspot 6s ease-in-out infinite;\n}\n\n\/* DOTS *\/\n.uf-map-dots{\n  position:absolute;\n  inset:0;\n  display:grid;\n  grid-template-columns:repeat(10,1fr);\n  grid-template-rows:repeat(6,1fr);\n}\n\n.uf-map-dot{\n  width:6px;\n  height:6px;\n  border-radius:50%;\n  margin:auto;\n  background:#60a5fa;\n  opacity:.3;\n}\n\n.uf-map-dot:nth-child(5n){\n  background:#fff;\n  opacity:1;\n  animation:pulseDot 2s infinite;\n}\n\n\/* CORE TEXT *\/\n.uf-maps-core{\n  position:absolute;\n  bottom:16px;\n  left:16px;\n  right:16px;\n  z-index:3;\n}\n\n.uf-maps-core h3{\n  color:#fff;\n  font-size:16px;\n  font-weight:800;\n}\n\n.uf-maps-core p{\n  color:#cbd5f5;\n  font-size:12px;\n}\n\n\/* LIST *\/\n.uf-maps-list{\n  display:flex;\n  flex-direction:column;\n  gap:6px;\n  font-size:14px;\n}\n\n\/* 🔥 FEATURES FIXED *\/\n.uf-maps-features{\n  margin-top:20px;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n\n.uf-maps-feature{\n  display:flex;\n  align-items:center;\n  gap:8px;\n\n  padding:10px 12px;\n\n  border-radius:12px;\n  background:#ffffff;\n  border:1px solid #e2e8f0;\n\n  font-size:13px;\n  font-weight:600;\n  color:#0f172a;\n\n  \/* 🔥 FIX *\/\n  white-space:normal;\n  line-height:1.3;\n}\n\n.uf-maps-feature-icon{\n  flex-shrink:0;\n  width:26px;\n  height:26px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:999px;\n  background:rgba(37,99,235,.08);\n}\n\n\/* HIGHLIGHT *\/\n.uf-maps-highlight{\n  margin-top:24px;\n  border-radius:18px;\n  padding:18px;\n  background:linear-gradient(135deg,#2563eb,#0f172a);\n  text-align:center;\n}\n\n.uf-maps-highlight h3{\n  color:#fff;\n  font-size:18px;\n  font-weight:900;\n}\n\n.uf-maps-highlight p{\n  color:#dbeafe;\n  font-size:13px;\n  margin-top:4px;\n}\n\n\/* ANIMATIONS *\/\n@keyframes radarSpin{\n  to{transform:rotate(360deg);}\n}\n@keyframes gridMove{\n  to{transform:translate(40px,40px);}\n}\n@keyframes pulseDot{\n  50%{transform:scale(1.8);}\n}\n@keyframes moveHotspot{\n  0%{top:20%;left:20%;}\n  50%{top:60%;left:70%;}\n  100%{top:20%;left:20%;}\n}\n\n\/* DESKTOP *\/\n@media(min-width:1024px){\n  .uf-maps-hero{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:40px;\n    align-items:center;\n  }\n\n  .uf-maps-title{\n    font-size:46px;\n    text-align:left;\n  }\n\n  .uf-maps-lead{\n    text-align:left;\n  }\n\n  .uf-maps-features{\n    grid-template-columns:repeat(4,1fr);\n  }\n}\n\u003c\/style\u003e\u003c!--en--\u003e\u003c!--en--\u003e\u003csection class=\"uf-maps\"\u003e\u003c!--en--\u003e  \u003cdiv class=\"uf-maps-shell\"\u003e\n\u003c!--en--\u003e\n    \u003cdiv class=\"uf-maps-hero\"\u003e\n\u003c!--en--\u003e\n      \u003cdiv\u003e\n\u003c!--en--\u003e        \u003ch2 class=\"uf-maps-title\"\u003e🔎 Discover Urbex in the Netherlands\u003c\/h2\u003e\n\u003c!--en--\u003e\n        \u003cp class=\"uf-maps-lead\"\u003e\u003c!--en--\u003e          Thousands of abandoned castles, factories, and bunkers at your fingertips.\u003c!--en--\u003e        \u003c\/p\u003e\n\u003c!--en--\u003e\n        \u003cdiv class=\"uf-maps-list\"\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e✅ \u003cstrong\u003e750+ locations\u003c\/strong\u003e\u003c!--en--\u003e\n\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e🔄 Weekly updates\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e📱 Instant access\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e🔒 No blocked links\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e👥 Community access\u003c\/div\u003e\n\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\n      \u003cdiv class=\"uf-maps-visual\"\u003e\n\u003c!--en--\u003e\n        \u003cdiv class=\"uf-hotspot\"\u003e\u003c\/div\u003e\n\u003c!--en--\u003e\n        \u003cdiv class=\"uf-map-dots\"\u003e\n\u003c!--en--\u003e          {% for i in (1..60) %}\u003c!--en--\u003e            \u003cdiv class=\"uf-map-dot\"\u003e\u003c\/div\u003e\n\u003c!--en--\u003e          {% endfor %}\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e\n        \u003cdiv class=\"uf-maps-core\"\u003e\n\u003c!--en--\u003e          \u003ch3\u003eLive map experience\u003c\/h3\u003e\n\u003c!--en--\u003e          \u003cp\u003eAlways new locations available\u003c\/p\u003e\n\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e\n      \u003c\/div\u003e\n\u003c!--en--\u003e\n    \u003c\/div\u003e\n\u003c!--en--\u003e\n    \u003cdiv class=\"uf-maps-features\"\u003e\n\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e📍\u003c\/div\u003e\n\u003c!--en--\u003e        750+ spots\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e⚡\u003c\/div\u003e\n\u003c!--en--\u003e        Fast access\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e🔄\u003c\/div\u003e\n\u003c!--en--\u003e        Weekly updates\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e👥\u003c\/div\u003e\n\u003c!--en--\u003e        Community\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\n    \u003cdiv class=\"uf-maps-highlight\"\u003e\n\u003c!--en--\u003e      \u003ch3\u003eThe largest urbex map of the Netherlands\u003c\/h3\u003e\n\u003c!--en--\u003e      \u003cp\u003eInstant access. Weekly updated. No hassle.\u003c\/p\u003e\n\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\n  \u003c\/div\u003e\n\u003c!--en--\u003e\u003c\/section\u003e","brand":"The Urbex Factory","offers":[{"title":"2026 — Gratis Updates","offer_id":54659325985107,"sku":null,"price":14.99,"currency_code":"EUR","in_stock":true},{"title":"2027 — Meest gekozen ⭐ (+10% korting)","offer_id":54659326017875,"sku":null,"price":24.99,"currency_code":"EUR","in_stock":true},{"title":"Premium — Nooit meer upgraden 👑","offer_id":54659326050643,"sku":null,"price":54.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/98F384E1-955C-42B4-A2D0-01685F7CC88B.png?v=1787650988"},{"product_id":"benelux-urbex-kaart","title":"Benelux Urbex Map - 2,450+ Locations","description":"\u003cstyle\u003e\n.uf-maps{\n  max-width:1200px;\n  margin:0 auto;\n  padding:20px 12px 60px;\n  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;\n}\n\n\/* CONTAINER *\/\n.uf-maps-shell{\n  border-radius:22px;\n  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);\n  border:1px solid #e2e8f0;\n  box-shadow:0 20px 60px rgba(15,23,42,.08);\n  padding:20px;\n}\n\n\/* HERO *\/\n.uf-maps-hero{\n  display:flex;\n  flex-direction:column;\n  gap:20px;\n}\n\n\/* TEXT *\/\n.uf-maps-title{\n  font-size:28px;\n  font-weight:900;\n  text-align:center;\n}\n\n.uf-maps-lead{\n  font-size:15px;\n  color:#526174;\n  text-align:center;\n  line-height:1.7;\n}\n\n\/* VISUAL *\/\n.uf-maps-visual{\n  position:relative;\n  border-radius:18px;\n  height:240px;\n  overflow:hidden;\n  background:\n    radial-gradient(circle at center, rgba(37,99,235,.25), transparent 60%),\n    linear-gradient(135deg,#020617,#0f172a);\n}\n\n\/* GRID *\/\n.uf-maps-visual::before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:\n    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);\n  background-size:36px 36px;\n  animation:gridMove 14s linear infinite;\n}\n\n\/* RADAR *\/\n.uf-maps-visual::after{\n  content:\"\";\n  position:absolute;\n  inset:-60%;\n  background:conic-gradient(\n    transparent 0deg,\n    rgba(96,165,250,.35) 70deg,\n    rgba(96,165,250,.15) 120deg,\n    transparent 180deg\n  );\n  animation:radarSpin 3.2s linear infinite;\n}\n\n\/* HOTSPOT *\/\n.uf-hotspot{\n  position:absolute;\n  width:120px;\n  height:120px;\n  border-radius:50%;\n  background:radial-gradient(circle, rgba(96,165,250,.25), transparent 70%);\n  animation:moveHotspot 6s ease-in-out infinite;\n}\n\n\/* DOTS *\/\n.uf-map-dots{\n  position:absolute;\n  inset:0;\n  display:grid;\n  grid-template-columns:repeat(10,1fr);\n  grid-template-rows:repeat(6,1fr);\n}\n\n.uf-map-dot{\n  width:6px;\n  height:6px;\n  border-radius:50%;\n  margin:auto;\n  background:#60a5fa;\n  opacity:.3;\n}\n\n.uf-map-dot:nth-child(5n){\n  background:#fff;\n  opacity:1;\n  animation:pulseDot 2s infinite;\n}\n\n\/* CORE TEXT *\/\n.uf-maps-core{\n  position:absolute;\n  bottom:16px;\n  left:16px;\n  right:16px;\n  z-index:3;\n}\n\n.uf-maps-core h3{\n  color:#fff;\n  font-size:16px;\n  font-weight:800;\n}\n\n.uf-maps-core p{\n  color:#cbd5f5;\n  font-size:12px;\n}\n\n\/* LIST *\/\n.uf-maps-list{\n  display:flex;\n  flex-direction:column;\n  gap:6px;\n  font-size:14px;\n}\n\n\/* 🔥 FEATURES FIXED *\/\n.uf-maps-features{\n  margin-top:20px;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n\n.uf-maps-feature{\n  display:flex;\n  align-items:center;\n  gap:8px;\n\n  padding:10px 12px;\n\n  border-radius:12px;\n  background:#ffffff;\n  border:1px solid #e2e8f0;\n\n  font-size:13px;\n  font-weight:600;\n  color:#0f172a;\n\n  \/* 🔥 FIX *\/\n  white-space:normal;\n  line-height:1.3;\n}\n\n.uf-maps-feature-icon{\n  flex-shrink:0;\n  width:26px;\n  height:26px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:999px;\n  background:rgba(37,99,235,.08);\n}\n\n\/* HIGHLIGHT *\/\n.uf-maps-highlight{\n  margin-top:24px;\n  border-radius:18px;\n  padding:18px;\n  background:linear-gradient(135deg,#2563eb,#0f172a);\n  text-align:center;\n}\n\n.uf-maps-highlight h3{\n  color:#fff;\n  font-size:18px;\n  font-weight:900;\n}\n\n.uf-maps-highlight p{\n  color:#dbeafe;\n  font-size:13px;\n  margin-top:4px;\n}\n\n\/* ANIMATIONS *\/\n@keyframes radarSpin{\n  to{transform:rotate(360deg);}\n}\n@keyframes gridMove{\n  to{transform:translate(40px,40px);}\n}\n@keyframes pulseDot{\n  50%{transform:scale(1.8);}\n}\n@keyframes moveHotspot{\n  0%{top:20%;left:20%;}\n  50%{top:60%;left:70%;}\n  100%{top:20%;left:20%;}\n}\n\n\/* DESKTOP *\/\n@media(min-width:1024px){\n  .uf-maps-hero{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:40px;\n    align-items:center;\n  }\n\n  .uf-maps-title{\n    font-size:46px;\n    text-align:left;\n  }\n\n  .uf-maps-lead{\n    text-align:left;\n  }\n\n  .uf-maps-features{\n    grid-template-columns:repeat(4,1fr);\n  }\n}\n\u003c\/style\u003e\u003c!--en--\u003e\u003c!--en--\u003e\u003csection class=\"uf-maps\"\u003e\u003c!--en--\u003e  \u003cdiv class=\"uf-maps-shell\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-hero\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv\u003e\n\u003c!--en--\u003e        \u003ch2 class=\"uf-maps-title\"\u003e🔎 Discover Urbex in the BeNeLux\u003c\/h2\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cp class=\"uf-maps-lead\"\u003e\u003c!--en--\u003e          Thousands of abandoned castles, factories, and bunkers at your fingertips.\u003c!--en--\u003e        \u003c\/p\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-list\"\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e✅ \u003cstrong\u003e2450+ locations\u003c\/strong\u003e\u003c!--en--\u003e\n\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e🔄 Weekly updates\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e📱 Directly accessible\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e🔒 No blocked links\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e👥 Community access\u003c\/div\u003e\n\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-visual\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-hotspot\"\u003e\u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-map-dots\"\u003e\n\u003c!--en--\u003e          {% for i in (1..60) %}\u003c!--en--\u003e            \u003cdiv class=\"uf-map-dot\"\u003e\u003c\/div\u003e\n\u003c!--en--\u003e          {% endfor %}\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-core\"\u003e\n\u003c!--en--\u003e          \u003ch3\u003eLive map feel\u003c\/h3\u003e\n\u003c!--en--\u003e          \u003cp\u003eAlways new locations available\u003c\/p\u003e\n\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-features\"\u003e\n\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e📍\u003c\/div\u003e\n\u003c!--en--\u003e        2450+ spots\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e⚡\u003c\/div\u003e\n\u003c!--en--\u003e        Fast access\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e🔄\u003c\/div\u003e\n\u003c!--en--\u003e        Weekly updates\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e👥\u003c\/div\u003e\n\u003c!--en--\u003e        Community\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-highlight\"\u003e\n\u003c!--en--\u003e      \u003ch3\u003eThe largest urbex map of the Benelux\u003c\/h3\u003e\n\u003c!--en--\u003e      \u003cp\u003eInstant access. Weekly updated. No hassle.\u003c\/p\u003e\n\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e  \u003c\/div\u003e\n\u003c!--en--\u003e\u003c\/section\u003e","brand":"The Urbex Factory","offers":[{"title":"2026 — Gratis Updates","offer_id":54658831352147,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"2027 — Meest gekozen ⭐ (+10% korting)","offer_id":54658831384915,"sku":null,"price":32.99,"currency_code":"EUR","in_stock":true},{"title":"Premium — Nooit meer upgraden 👑","offer_id":54658831417683,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/90090A53-0A92-4B0D-91DC-1648611C40A7.png?v=1787650988"},{"product_id":"duitsland-urbex-kaart","title":"Germany Urbex Map - 10,000+ Locations","description":"\u003cstyle\u003e\n.uf-maps{\n  max-width:1200px;\n  margin:0 auto;\n  padding:20px 12px 60px;\n  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;\n}\n\n\/* CONTAINER *\/\n.uf-maps-shell{\n  border-radius:22px;\n  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);\n  border:1px solid #e2e8f0;\n  box-shadow:0 20px 60px rgba(15,23,42,.08);\n  padding:20px;\n}\n\n\/* HERO *\/\n.uf-maps-hero{\n  display:flex;\n  flex-direction:column;\n  gap:20px;\n}\n\n\/* TEXT *\/\n.uf-maps-title{\n  font-size:28px;\n  font-weight:900;\n  text-align:center;\n}\n\n.uf-maps-lead{\n  font-size:15px;\n  color:#526174;\n  text-align:center;\n  line-height:1.7;\n}\n\n\/* VISUAL *\/\n.uf-maps-visual{\n  position:relative;\n  border-radius:18px;\n  height:240px;\n  overflow:hidden;\n  background:\n    radial-gradient(circle at center, rgba(37,99,235,.25), transparent 60%),\n    linear-gradient(135deg,#020617,#0f172a);\n}\n\n\/* GRID *\/\n.uf-maps-visual::before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:\n    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);\n  background-size:36px 36px;\n  animation:gridMove 14s linear infinite;\n}\n\n\/* RADAR *\/\n.uf-maps-visual::after{\n  content:\"\";\n  position:absolute;\n  inset:-60%;\n  background:conic-gradient(\n    transparent 0deg,\n    rgba(96,165,250,.35) 70deg,\n    rgba(96,165,250,.15) 120deg,\n    transparent 180deg\n  );\n  animation:radarSpin 3.2s linear infinite;\n}\n\n\/* HOTSPOT *\/\n.uf-hotspot{\n  position:absolute;\n  width:120px;\n  height:120px;\n  border-radius:50%;\n  background:radial-gradient(circle, rgba(96,165,250,.25), transparent 70%);\n  animation:moveHotspot 6s ease-in-out infinite;\n}\n\n\/* DOTS *\/\n.uf-map-dots{\n  position:absolute;\n  inset:0;\n  display:grid;\n  grid-template-columns:repeat(10,1fr);\n  grid-template-rows:repeat(6,1fr);\n}\n\n.uf-map-dot{\n  width:6px;\n  height:6px;\n  border-radius:50%;\n  margin:auto;\n  background:#60a5fa;\n  opacity:.3;\n}\n\n.uf-map-dot:nth-child(5n){\n  background:#fff;\n  opacity:1;\n  animation:pulseDot 2s infinite;\n}\n\n\/* CORE TEXT *\/\n.uf-maps-core{\n  position:absolute;\n  bottom:16px;\n  left:16px;\n  right:16px;\n  z-index:3;\n}\n\n.uf-maps-core h3{\n  color:#fff;\n  font-size:16px;\n  font-weight:800;\n}\n\n.uf-maps-core p{\n  color:#cbd5f5;\n  font-size:12px;\n}\n\n\/* LIST *\/\n.uf-maps-list{\n  display:flex;\n  flex-direction:column;\n  gap:6px;\n  font-size:14px;\n}\n\n\/* 🔥 FEATURES FIXED *\/\n.uf-maps-features{\n  margin-top:20px;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n\n.uf-maps-feature{\n  display:flex;\n  align-items:center;\n  gap:8px;\n\n  padding:10px 12px;\n\n  border-radius:12px;\n  background:#ffffff;\n  border:1px solid #e2e8f0;\n\n  font-size:13px;\n  font-weight:600;\n  color:#0f172a;\n\n  \/* 🔥 FIX *\/\n  white-space:normal;\n  line-height:1.3;\n}\n\n.uf-maps-feature-icon{\n  flex-shrink:0;\n  width:26px;\n  height:26px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:999px;\n  background:rgba(37,99,235,.08);\n}\n\n\/* HIGHLIGHT *\/\n.uf-maps-highlight{\n  margin-top:24px;\n  border-radius:18px;\n  padding:18px;\n  background:linear-gradient(135deg,#2563eb,#0f172a);\n  text-align:center;\n}\n\n.uf-maps-highlight h3{\n  color:#fff;\n  font-size:18px;\n  font-weight:900;\n}\n\n.uf-maps-highlight p{\n  color:#dbeafe;\n  font-size:13px;\n  margin-top:4px;\n}\n\n\/* ANIMATIONS *\/\n@keyframes radarSpin{\n  to{transform:rotate(360deg);}\n}\n@keyframes gridMove{\n  to{transform:translate(40px,40px);}\n}\n@keyframes pulseDot{\n  50%{transform:scale(1.8);}\n}\n@keyframes moveHotspot{\n  0%{top:20%;left:20%;}\n  50%{top:60%;left:70%;}\n  100%{top:20%;left:20%;}\n}\n\n\/* DESKTOP *\/\n@media(min-width:1024px){\n  .uf-maps-hero{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:40px;\n    align-items:center;\n  }\n\n  .uf-maps-title{\n    font-size:46px;\n    text-align:left;\n  }\n\n  .uf-maps-lead{\n    text-align:left;\n  }\n\n  .uf-maps-features{\n    grid-template-columns:repeat(4,1fr);\n  }\n}\n\u003c\/style\u003e\u003c!--en--\u003e\u003c!--en--\u003e\u003csection class=\"uf-maps\"\u003e\u003c!--en--\u003e  \u003cdiv class=\"uf-maps-shell\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-hero\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv\u003e\n\u003c!--en--\u003e        \u003ch2 class=\"uf-maps-title\"\u003e🔎 Discover Urbex in Germany\u003c\/h2\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cp class=\"uf-maps-lead\"\u003e\u003c!--en--\u003e          Thousands of abandoned castles, factories and bunkers at your fingertips.\u003c!--en--\u003e        \u003c\/p\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-list\"\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e✅ \u003cstrong\u003e10.000+ locations\u003c\/strong\u003e\u003c!--en--\u003e\n\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e🔄 Weekly updates\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e📱 Directly accessible\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e🔒 No blocked links\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e👥 Community access\u003c\/div\u003e\n\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-visual\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-hotspot\"\u003e\u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-map-dots\"\u003e\n\u003c!--en--\u003e          {% for i in (1..60) %}\u003c!--en--\u003e            \u003cdiv class=\"uf-map-dot\"\u003e\u003c\/div\u003e\n\u003c!--en--\u003e          {% endfor %}\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-core\"\u003e\n\u003c!--en--\u003e          \u003ch3\u003eLive map feel\u003c\/h3\u003e\n\u003c!--en--\u003e          \u003cp\u003eAlways new locations available\u003c\/p\u003e\n\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-features\"\u003e\n\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e📍\u003c\/div\u003e\n\u003c!--en--\u003e        10.000+ spots\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e⚡\u003c\/div\u003e\n\u003c!--en--\u003e        Fast access\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e🔄\u003c\/div\u003e\n\u003c!--en--\u003e        Weekly updates\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e👥\u003c\/div\u003e\n\u003c!--en--\u003e        Community\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-highlight\"\u003e\n\u003c!--en--\u003e      \u003ch3\u003eThe largest urbex map of Germany\u003c\/h3\u003e\n\u003c!--en--\u003e      \u003cp\u003eOpen directly. Updated weekly. No hassle.\u003c\/p\u003e\n\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e  \u003c\/div\u003e\n\u003c!--en--\u003e\u003c\/section\u003e","brand":"The Urbex Factory","offers":[{"title":"2026 — Gratis Updates","offer_id":54658805268819,"sku":null,"price":24.99,"currency_code":"EUR","in_stock":true},{"title":"2027 — Meest gekozen ⭐ (+10% korting)","offer_id":54658805301587,"sku":null,"price":41.2,"currency_code":"EUR","in_stock":true},{"title":"Premium — Nooit meer upgraden 👑","offer_id":54658805334355,"sku":null,"price":89.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/4229C3EA-676D-4EF2-A17C-087704D55730.png?v=1787650988"},{"product_id":"spanje-urbex-kaart","title":"Spain Urbex Map - 750+ Locations","description":"\u003cstyle\u003e\n.uf-maps{\n  max-width:1200px;\n  margin:0 auto;\n  padding:20px 12px 60px;\n  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;\n}\n\n\/* CONTAINER *\/\n.uf-maps-shell{\n  border-radius:22px;\n  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);\n  border:1px solid #e2e8f0;\n  box-shadow:0 20px 60px rgba(15,23,42,.08);\n  padding:20px;\n}\n\n\/* HERO *\/\n.uf-maps-hero{\n  display:flex;\n  flex-direction:column;\n  gap:20px;\n}\n\n\/* TEXT *\/\n.uf-maps-title{\n  font-size:28px;\n  font-weight:900;\n  text-align:center;\n}\n\n.uf-maps-lead{\n  font-size:15px;\n  color:#526174;\n  text-align:center;\n  line-height:1.7;\n}\n\n\/* VISUAL *\/\n.uf-maps-visual{\n  position:relative;\n  border-radius:18px;\n  height:240px;\n  overflow:hidden;\n  background:\n    radial-gradient(circle at center, rgba(37,99,235,.25), transparent 60%),\n    linear-gradient(135deg,#020617,#0f172a);\n}\n\n\/* GRID *\/\n.uf-maps-visual::before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:\n    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);\n  background-size:36px 36px;\n  animation:gridMove 14s linear infinite;\n}\n\n\/* RADAR *\/\n.uf-maps-visual::after{\n  content:\"\";\n  position:absolute;\n  inset:-60%;\n  background:conic-gradient(\n    transparent 0deg,\n    rgba(96,165,250,.35) 70deg,\n    rgba(96,165,250,.15) 120deg,\n    transparent 180deg\n  );\n  animation:radarSpin 3.2s linear infinite;\n}\n\n\/* HOTSPOT *\/\n.uf-hotspot{\n  position:absolute;\n  width:120px;\n  height:120px;\n  border-radius:50%;\n  background:radial-gradient(circle, rgba(96,165,250,.25), transparent 70%);\n  animation:moveHotspot 6s ease-in-out infinite;\n}\n\n\/* DOTS *\/\n.uf-map-dots{\n  position:absolute;\n  inset:0;\n  display:grid;\n  grid-template-columns:repeat(10,1fr);\n  grid-template-rows:repeat(6,1fr);\n}\n\n.uf-map-dot{\n  width:6px;\n  height:6px;\n  border-radius:50%;\n  margin:auto;\n  background:#60a5fa;\n  opacity:.3;\n}\n\n.uf-map-dot:nth-child(5n){\n  background:#fff;\n  opacity:1;\n  animation:pulseDot 2s infinite;\n}\n\n\/* CORE TEXT *\/\n.uf-maps-core{\n  position:absolute;\n  bottom:16px;\n  left:16px;\n  right:16px;\n  z-index:3;\n}\n\n.uf-maps-core h3{\n  color:#fff;\n  font-size:16px;\n  font-weight:800;\n}\n\n.uf-maps-core p{\n  color:#cbd5f5;\n  font-size:12px;\n}\n\n\/* LIST *\/\n.uf-maps-list{\n  display:flex;\n  flex-direction:column;\n  gap:6px;\n  font-size:14px;\n}\n\n\/* 🔥 FEATURES FIXED *\/\n.uf-maps-features{\n  margin-top:20px;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n\n.uf-maps-feature{\n  display:flex;\n  align-items:center;\n  gap:8px;\n\n  padding:10px 12px;\n\n  border-radius:12px;\n  background:#ffffff;\n  border:1px solid #e2e8f0;\n\n  font-size:13px;\n  font-weight:600;\n  color:#0f172a;\n\n  \/* 🔥 FIX *\/\n  white-space:normal;\n  line-height:1.3;\n}\n\n.uf-maps-feature-icon{\n  flex-shrink:0;\n  width:26px;\n  height:26px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:999px;\n  background:rgba(37,99,235,.08);\n}\n\n\/* HIGHLIGHT *\/\n.uf-maps-highlight{\n  margin-top:24px;\n  border-radius:18px;\n  padding:18px;\n  background:linear-gradient(135deg,#2563eb,#0f172a);\n  text-align:center;\n}\n\n.uf-maps-highlight h3{\n  color:#fff;\n  font-size:18px;\n  font-weight:900;\n}\n\n.uf-maps-highlight p{\n  color:#dbeafe;\n  font-size:13px;\n  margin-top:4px;\n}\n\n\/* ANIMATIONS *\/\n@keyframes radarSpin{\n  to{transform:rotate(360deg);}\n}\n@keyframes gridMove{\n  to{transform:translate(40px,40px);}\n}\n@keyframes pulseDot{\n  50%{transform:scale(1.8);}\n}\n@keyframes moveHotspot{\n  0%{top:20%;left:20%;}\n  50%{top:60%;left:70%;}\n  100%{top:20%;left:20%;}\n}\n\n\/* DESKTOP *\/\n@media(min-width:1024px){\n  .uf-maps-hero{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:40px;\n    align-items:center;\n  }\n\n  .uf-maps-title{\n    font-size:46px;\n    text-align:left;\n  }\n\n  .uf-maps-lead{\n    text-align:left;\n  }\n\n  .uf-maps-features{\n    grid-template-columns:repeat(4,1fr);\n  }\n}\n\u003c\/style\u003e\u003c!--en--\u003e\u003c!--en--\u003e\u003csection class=\"uf-maps\"\u003e\u003c!--en--\u003e  \u003cdiv class=\"uf-maps-shell\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-hero\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv\u003e\n\u003c!--en--\u003e        \u003ch2 class=\"uf-maps-title\"\u003e🔎 Discover Urbex in Spain\u003c\/h2\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cp class=\"uf-maps-lead\"\u003e\u003c!--en--\u003e          Thousands of abandoned castles, factories and bunkers at your fingertips.\u003c!--en--\u003e        \u003c\/p\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-list\"\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e✅ \u003cstrong\u003e750+ locations\u003c\/strong\u003e\u003c!--en--\u003e\n\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e🔄 Weekly updates\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e📱 Instantly accessible\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e🔒 No blocked links\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e👥 Community access\u003c\/div\u003e\n\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-visual\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-hotspot\"\u003e\u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-map-dots\"\u003e\n\u003c!--en--\u003e          {% for i in (1..60) %}\u003c!--en--\u003e            \u003cdiv class=\"uf-map-dot\"\u003e\u003c\/div\u003e\n\u003c!--en--\u003e          {% endfor %}\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-core\"\u003e\n\u003c!--en--\u003e          \u003ch3\u003eLive map feel\u003c\/h3\u003e\n\u003c!--en--\u003e          \u003cp\u003eAlways new locations available\u003c\/p\u003e\n\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-features\"\u003e\n\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e📍\u003c\/div\u003e\n\u003c!--en--\u003e        750+ spots\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e⚡\u003c\/div\u003e\n\u003c!--en--\u003e        Fast access\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e🔄\u003c\/div\u003e\n\u003c!--en--\u003e        Weekly updates\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e👥\u003c\/div\u003e\n\u003c!--en--\u003e        Community\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-highlight\"\u003e\n\u003c!--en--\u003e      \u003ch3\u003eThe largest urbex map of Spain\u003c\/h3\u003e\n\u003c!--en--\u003e      \u003cp\u003eInstantly open. Weekly updated. No hassle.\u003c\/p\u003e\n\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e  \u003c\/div\u003e\n\u003c!--en--\u003e\u003c\/section\u003e","brand":"The Urbex Factory","offers":[{"title":"2026 — Gratis Updates","offer_id":54659280830803,"sku":null,"price":14.99,"currency_code":"EUR","in_stock":true},{"title":"2027 — Meest gekozen ⭐ (+10% korting)","offer_id":54659280863571,"sku":null,"price":24.99,"currency_code":"EUR","in_stock":true},{"title":"Premium — Nooit meer upgraden 👑","offer_id":54659280896339,"sku":null,"price":54.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/4CBABA18-917A-4055-8A5A-313B8133281B.png?v=1787650988"},{"product_id":"portugal-urbex-kaart","title":"Portugal Urbex Map - 400+ Locations","description":"\u003cstyle\u003e\n.uf-maps{\n  max-width:1200px;\n  margin:0 auto;\n  padding:20px 12px 60px;\n  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;\n}\n\n\/* CONTAINER *\/\n.uf-maps-shell{\n  border-radius:22px;\n  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);\n  border:1px solid #e2e8f0;\n  box-shadow:0 20px 60px rgba(15,23,42,.08);\n  padding:20px;\n}\n\n\/* HERO *\/\n.uf-maps-hero{\n  display:flex;\n  flex-direction:column;\n  gap:20px;\n}\n\n\/* TEXT *\/\n.uf-maps-title{\n  font-size:28px;\n  font-weight:900;\n  text-align:center;\n}\n\n.uf-maps-lead{\n  font-size:15px;\n  color:#526174;\n  text-align:center;\n  line-height:1.7;\n}\n\n\/* VISUAL *\/\n.uf-maps-visual{\n  position:relative;\n  border-radius:18px;\n  height:240px;\n  overflow:hidden;\n  background:\n    radial-gradient(circle at center, rgba(37,99,235,.25), transparent 60%),\n    linear-gradient(135deg,#020617,#0f172a);\n}\n\n\/* GRID *\/\n.uf-maps-visual::before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:\n    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);\n  background-size:36px 36px;\n  animation:gridMove 14s linear infinite;\n}\n\n\/* RADAR *\/\n.uf-maps-visual::after{\n  content:\"\";\n  position:absolute;\n  inset:-60%;\n  background:conic-gradient(\n    transparent 0deg,\n    rgba(96,165,250,.35) 70deg,\n    rgba(96,165,250,.15) 120deg,\n    transparent 180deg\n  );\n  animation:radarSpin 3.2s linear infinite;\n}\n\n\/* HOTSPOT *\/\n.uf-hotspot{\n  position:absolute;\n  width:120px;\n  height:120px;\n  border-radius:50%;\n  background:radial-gradient(circle, rgba(96,165,250,.25), transparent 70%);\n  animation:moveHotspot 6s ease-in-out infinite;\n}\n\n\/* DOTS *\/\n.uf-map-dots{\n  position:absolute;\n  inset:0;\n  display:grid;\n  grid-template-columns:repeat(10,1fr);\n  grid-template-rows:repeat(6,1fr);\n}\n\n.uf-map-dot{\n  width:6px;\n  height:6px;\n  border-radius:50%;\n  margin:auto;\n  background:#60a5fa;\n  opacity:.3;\n}\n\n.uf-map-dot:nth-child(5n){\n  background:#fff;\n  opacity:1;\n  animation:pulseDot 2s infinite;\n}\n\n\/* CORE TEXT *\/\n.uf-maps-core{\n  position:absolute;\n  bottom:16px;\n  left:16px;\n  right:16px;\n  z-index:3;\n}\n\n.uf-maps-core h3{\n  color:#fff;\n  font-size:16px;\n  font-weight:800;\n}\n\n.uf-maps-core p{\n  color:#cbd5f5;\n  font-size:12px;\n}\n\n\/* LIST *\/\n.uf-maps-list{\n  display:flex;\n  flex-direction:column;\n  gap:6px;\n  font-size:14px;\n}\n\n\/* 🔥 FEATURES FIXED *\/\n.uf-maps-features{\n  margin-top:20px;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n\n.uf-maps-feature{\n  display:flex;\n  align-items:center;\n  gap:8px;\n\n  padding:10px 12px;\n\n  border-radius:12px;\n  background:#ffffff;\n  border:1px solid #e2e8f0;\n\n  font-size:13px;\n  font-weight:600;\n  color:#0f172a;\n\n  \/* 🔥 FIX *\/\n  white-space:normal;\n  line-height:1.3;\n}\n\n.uf-maps-feature-icon{\n  flex-shrink:0;\n  width:26px;\n  height:26px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:999px;\n  background:rgba(37,99,235,.08);\n}\n\n\/* HIGHLIGHT *\/\n.uf-maps-highlight{\n  margin-top:24px;\n  border-radius:18px;\n  padding:18px;\n  background:linear-gradient(135deg,#2563eb,#0f172a);\n  text-align:center;\n}\n\n.uf-maps-highlight h3{\n  color:#fff;\n  font-size:18px;\n  font-weight:900;\n}\n\n.uf-maps-highlight p{\n  color:#dbeafe;\n  font-size:13px;\n  margin-top:4px;\n}\n\n\/* ANIMATIONS *\/\n@keyframes radarSpin{\n  to{transform:rotate(360deg);}\n}\n@keyframes gridMove{\n  to{transform:translate(40px,40px);}\n}\n@keyframes pulseDot{\n  50%{transform:scale(1.8);}\n}\n@keyframes moveHotspot{\n  0%{top:20%;left:20%;}\n  50%{top:60%;left:70%;}\n  100%{top:20%;left:20%;}\n}\n\n\/* DESKTOP *\/\n@media(min-width:1024px){\n  .uf-maps-hero{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:40px;\n    align-items:center;\n  }\n\n  .uf-maps-title{\n    font-size:46px;\n    text-align:left;\n  }\n\n  .uf-maps-lead{\n    text-align:left;\n  }\n\n  .uf-maps-features{\n    grid-template-columns:repeat(4,1fr);\n  }\n}\n\u003c\/style\u003e\u003c!--en--\u003e\u003c!--en--\u003e\u003csection class=\"uf-maps\"\u003e\u003c!--en--\u003e  \u003cdiv class=\"uf-maps-shell\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-hero\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv\u003e\n\u003c!--en--\u003e        \u003ch2 class=\"uf-maps-title\"\u003e🔎 Discover Urbex in Portugal\u003c\/h2\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cp class=\"uf-maps-lead\"\u003e\u003c!--en--\u003e          Thousands of abandoned castles, factories, and bunkers at your fingertips.\u003c!--en--\u003e        \u003c\/p\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-list\"\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e✅ \u003cstrong\u003e400+ locations\u003c\/strong\u003e\u003c!--en--\u003e\n\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e🔄 Weekly updates\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e📱 Instant access\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e🔒 No blocked links\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e👥 Community access\u003c\/div\u003e\n\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-visual\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-hotspot\"\u003e\u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-map-dots\"\u003e\n\u003c!--en--\u003e          {% for i in (1..60) %}\u003c!--en--\u003e            \u003cdiv class=\"uf-map-dot\"\u003e\u003c\/div\u003e\n\u003c!--en--\u003e          {% endfor %}\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-core\"\u003e\n\u003c!--en--\u003e          \u003ch3\u003eLive map feeling\u003c\/h3\u003e\n\u003c!--en--\u003e          \u003cp\u003eAlways new locations available\u003c\/p\u003e\n\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-features\"\u003e\n\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e📍\u003c\/div\u003e\n\u003c!--en--\u003e        400+ spots\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e⚡\u003c\/div\u003e\n\u003c!--en--\u003e        Fast access\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e🔄\u003c\/div\u003e\n\u003c!--en--\u003e        Weekly updates\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e👥\u003c\/div\u003e\n\u003c!--en--\u003e        Community\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-highlight\"\u003e\n\u003c!--en--\u003e      \u003ch3\u003eThe largest urbex map of Portugal\u003c\/h3\u003e\n\u003c!--en--\u003e      \u003cp\u003eInstant access. Weekly updated. No hassle.\u003c\/p\u003e\n\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e  \u003c\/div\u003e\n\u003c!--en--\u003e\u003c\/section\u003e","brand":"The Urbex Factory","offers":[{"title":"2026 — Gratis Updates","offer_id":54659267494227,"sku":null,"price":12.99,"currency_code":"EUR","in_stock":true},{"title":"2027 — Meest gekozen ⭐ (+10% korting)","offer_id":54659267526995,"sku":null,"price":21.55,"currency_code":"EUR","in_stock":true},{"title":"Premium — Nooit meer upgraden 👑","offer_id":54659267559763,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/32FF33B4-06E2-4DB1-BE53-3184AB814FEA.png?v=1787650988"},{"product_id":"zwitserland-urbex-kaart","title":"Switzerland Urbex Map - 300+ Locations","description":"\u003cstyle\u003e\n.uf-maps{\n  max-width:1200px;\n  margin:0 auto;\n  padding:20px 12px 60px;\n  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;\n}\n\n\/* CONTAINER *\/\n.uf-maps-shell{\n  border-radius:22px;\n  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);\n  border:1px solid #e2e8f0;\n  box-shadow:0 20px 60px rgba(15,23,42,.08);\n  padding:20px;\n}\n\n\/* HERO *\/\n.uf-maps-hero{\n  display:flex;\n  flex-direction:column;\n  gap:20px;\n}\n\n\/* TEXT *\/\n.uf-maps-title{\n  font-size:28px;\n  font-weight:900;\n  text-align:center;\n}\n\n.uf-maps-lead{\n  font-size:15px;\n  color:#526174;\n  text-align:center;\n  line-height:1.7;\n}\n\n\/* VISUAL *\/\n.uf-maps-visual{\n  position:relative;\n  border-radius:18px;\n  height:240px;\n  overflow:hidden;\n  background:\n    radial-gradient(circle at center, rgba(37,99,235,.25), transparent 60%),\n    linear-gradient(135deg,#020617,#0f172a);\n}\n\n\/* GRID *\/\n.uf-maps-visual::before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:\n    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);\n  background-size:36px 36px;\n  animation:gridMove 14s linear infinite;\n}\n\n\/* RADAR *\/\n.uf-maps-visual::after{\n  content:\"\";\n  position:absolute;\n  inset:-60%;\n  background:conic-gradient(\n    transparent 0deg,\n    rgba(96,165,250,.35) 70deg,\n    rgba(96,165,250,.15) 120deg,\n    transparent 180deg\n  );\n  animation:radarSpin 3.2s linear infinite;\n}\n\n\/* HOTSPOT *\/\n.uf-hotspot{\n  position:absolute;\n  width:120px;\n  height:120px;\n  border-radius:50%;\n  background:radial-gradient(circle, rgba(96,165,250,.25), transparent 70%);\n  animation:moveHotspot 6s ease-in-out infinite;\n}\n\n\/* DOTS *\/\n.uf-map-dots{\n  position:absolute;\n  inset:0;\n  display:grid;\n  grid-template-columns:repeat(10,1fr);\n  grid-template-rows:repeat(6,1fr);\n}\n\n.uf-map-dot{\n  width:6px;\n  height:6px;\n  border-radius:50%;\n  margin:auto;\n  background:#60a5fa;\n  opacity:.3;\n}\n\n.uf-map-dot:nth-child(5n){\n  background:#fff;\n  opacity:1;\n  animation:pulseDot 2s infinite;\n}\n\n\/* CORE TEXT *\/\n.uf-maps-core{\n  position:absolute;\n  bottom:16px;\n  left:16px;\n  right:16px;\n  z-index:3;\n}\n\n.uf-maps-core h3{\n  color:#fff;\n  font-size:16px;\n  font-weight:800;\n}\n\n.uf-maps-core p{\n  color:#cbd5f5;\n  font-size:12px;\n}\n\n\/* LIST *\/\n.uf-maps-list{\n  display:flex;\n  flex-direction:column;\n  gap:6px;\n  font-size:14px;\n}\n\n\/* 🔥 FEATURES FIXED *\/\n.uf-maps-features{\n  margin-top:20px;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n\n.uf-maps-feature{\n  display:flex;\n  align-items:center;\n  gap:8px;\n\n  padding:10px 12px;\n\n  border-radius:12px;\n  background:#ffffff;\n  border:1px solid #e2e8f0;\n\n  font-size:13px;\n  font-weight:600;\n  color:#0f172a;\n\n  \/* 🔥 FIX *\/\n  white-space:normal;\n  line-height:1.3;\n}\n\n.uf-maps-feature-icon{\n  flex-shrink:0;\n  width:26px;\n  height:26px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:999px;\n  background:rgba(37,99,235,.08);\n}\n\n\/* HIGHLIGHT *\/\n.uf-maps-highlight{\n  margin-top:24px;\n  border-radius:18px;\n  padding:18px;\n  background:linear-gradient(135deg,#2563eb,#0f172a);\n  text-align:center;\n}\n\n.uf-maps-highlight h3{\n  color:#fff;\n  font-size:18px;\n  font-weight:900;\n}\n\n.uf-maps-highlight p{\n  color:#dbeafe;\n  font-size:13px;\n  margin-top:4px;\n}\n\n\/* ANIMATIONS *\/\n@keyframes radarSpin{\n  to{transform:rotate(360deg);}\n}\n@keyframes gridMove{\n  to{transform:translate(40px,40px);}\n}\n@keyframes pulseDot{\n  50%{transform:scale(1.8);}\n}\n@keyframes moveHotspot{\n  0%{top:20%;left:20%;}\n  50%{top:60%;left:70%;}\n  100%{top:20%;left:20%;}\n}\n\n\/* DESKTOP *\/\n@media(min-width:1024px){\n  .uf-maps-hero{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:40px;\n    align-items:center;\n  }\n\n  .uf-maps-title{\n    font-size:46px;\n    text-align:left;\n  }\n\n  .uf-maps-lead{\n    text-align:left;\n  }\n\n  .uf-maps-features{\n    grid-template-columns:repeat(4,1fr);\n  }\n}\n\u003c\/style\u003e\u003c!--en--\u003e\u003c!--en--\u003e\u003csection class=\"uf-maps\"\u003e\u003c!--en--\u003e  \u003cdiv class=\"uf-maps-shell\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-hero\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv\u003e\n\u003c!--en--\u003e        \u003ch2 class=\"uf-maps-title\"\u003e🔎 Discover Urbex in Switzerland\u003c\/h2\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cp class=\"uf-maps-lead\"\u003e\u003c!--en--\u003e          Thousands of abandoned castles, factories, and bunkers at your fingertips.\u003c!--en--\u003e        \u003c\/p\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-list\"\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e✅ \u003cstrong\u003e300+ locations\u003c\/strong\u003e\u003c!--en--\u003e\n\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e🔄 Weekly updates\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e📱 Instant access\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e🔒 No blocked links\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e👥 Community access\u003c\/div\u003e\n\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-visual\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-hotspot\"\u003e\u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-map-dots\"\u003e\n\u003c!--en--\u003e          {% for i in (1..60) %}\u003c!--en--\u003e            \u003cdiv class=\"uf-map-dot\"\u003e\u003c\/div\u003e\n\u003c!--en--\u003e          {% endfor %}\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-core\"\u003e\n\u003c!--en--\u003e          \u003ch3\u003eLive map feel\u003c\/h3\u003e\n\u003c!--en--\u003e          \u003cp\u003eAlways new locations available\u003c\/p\u003e\n\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-features\"\u003e\n\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e📍\u003c\/div\u003e\n\u003c!--en--\u003e        300+ spots\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e⚡\u003c\/div\u003e\n\u003c!--en--\u003e        Fast access\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e🔄\u003c\/div\u003e\n\u003c!--en--\u003e        Weekly updates\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e👥\u003c\/div\u003e\n\u003c!--en--\u003e        Community\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-highlight\"\u003e\n\u003c!--en--\u003e      \u003ch3\u003eThe largest urbex map of Switzerland\u003c\/h3\u003e\n\u003c!--en--\u003e      \u003cp\u003eInstant access. Updated weekly. No hassle.\u003c\/p\u003e\n\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e  \u003c\/div\u003e\n\u003c!--en--\u003e\u003c\/section\u003e","brand":"The Urbex Factory","offers":[{"title":"2026 — Gratis Updates","offer_id":54659256910163,"sku":null,"price":12.99,"currency_code":"EUR","in_stock":true},{"title":"2027 — Meest gekozen ⭐ (+10% korting)","offer_id":54659256942931,"sku":null,"price":21.55,"currency_code":"EUR","in_stock":true},{"title":"Premium — Nooit meer upgraden 👑","offer_id":54659256975699,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/DD02700D-8A8E-41CE-9451-2C671526BA39.png?v=1787650988"},{"product_id":"zweden-urbex-kaart","title":"Sweden Urbex Map - 350+ Locations","description":"\u003cstyle\u003e\n.uf-maps{\n  max-width:1200px;\n  margin:0 auto;\n  padding:20px 12px 60px;\n  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;\n}\n\n\/* CONTAINER *\/\n.uf-maps-shell{\n  border-radius:22px;\n  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);\n  border:1px solid #e2e8f0;\n  box-shadow:0 20px 60px rgba(15,23,42,.08);\n  padding:20px;\n}\n\n\/* HERO *\/\n.uf-maps-hero{\n  display:flex;\n  flex-direction:column;\n  gap:20px;\n}\n\n\/* TEXT *\/\n.uf-maps-title{\n  font-size:28px;\n  font-weight:900;\n  text-align:center;\n}\n\n.uf-maps-lead{\n  font-size:15px;\n  color:#526174;\n  text-align:center;\n  line-height:1.7;\n}\n\n\/* VISUAL *\/\n.uf-maps-visual{\n  position:relative;\n  border-radius:18px;\n  height:240px;\n  overflow:hidden;\n  background:\n    radial-gradient(circle at center, rgba(37,99,235,.25), transparent 60%),\n    linear-gradient(135deg,#020617,#0f172a);\n}\n\n\/* GRID *\/\n.uf-maps-visual::before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:\n    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);\n  background-size:36px 36px;\n  animation:gridMove 14s linear infinite;\n}\n\n\/* RADAR *\/\n.uf-maps-visual::after{\n  content:\"\";\n  position:absolute;\n  inset:-60%;\n  background:conic-gradient(\n    transparent 0deg,\n    rgba(96,165,350,.35) 70deg,\n    rgba(96,165,350,.15) 120deg,\n    transparent 180deg\n  );\n  animation:radarSpin 3.2s linear infinite;\n}\n\n\/* HOTSPOT *\/\n.uf-hotspot{\n  position:absolute;\n  width:120px;\n  height:120px;\n  border-radius:50%;\n  background:radial-gradient(circle, rgba(96,165,350,.25), transparent 70%);\n  animation:moveHotspot 6s ease-in-out infinite;\n}\n\n\/* DOTS *\/\n.uf-map-dots{\n  position:absolute;\n  inset:0;\n  display:grid;\n  grid-template-columns:repeat(10,1fr);\n  grid-template-rows:repeat(6,1fr);\n}\n\n.uf-map-dot{\n  width:6px;\n  height:6px;\n  border-radius:50%;\n  margin:auto;\n  background:#60a5fa;\n  opacity:.3;\n}\n\n.uf-map-dot:nth-child(5n){\n  background:#fff;\n  opacity:1;\n  animation:pulseDot 2s infinite;\n}\n\n\/* CORE TEXT *\/\n.uf-maps-core{\n  position:absolute;\n  bottom:16px;\n  left:16px;\n  right:16px;\n  z-index:3;\n}\n\n.uf-maps-core h3{\n  color:#fff;\n  font-size:16px;\n  font-weight:800;\n}\n\n.uf-maps-core p{\n  color:#cbd5f5;\n  font-size:12px;\n}\n\n\/* LIST *\/\n.uf-maps-list{\n  display:flex;\n  flex-direction:column;\n  gap:6px;\n  font-size:14px;\n}\n\n\/* 🔥 FEATURES FIXED *\/\n.uf-maps-features{\n  margin-top:20px;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n\n.uf-maps-feature{\n  display:flex;\n  align-items:center;\n  gap:8px;\n\n  padding:10px 12px;\n\n  border-radius:12px;\n  background:#ffffff;\n  border:1px solid #e2e8f0;\n\n  font-size:13px;\n  font-weight:600;\n  color:#0f172a;\n\n  \/* 🔥 FIX *\/\n  white-space:normal;\n  line-height:1.3;\n}\n\n.uf-maps-feature-icon{\n  flex-shrink:0;\n  width:26px;\n  height:26px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:999px;\n  background:rgba(37,99,235,.08);\n}\n\n\/* HIGHLIGHT *\/\n.uf-maps-highlight{\n  margin-top:24px;\n  border-radius:18px;\n  padding:18px;\n  background:linear-gradient(135deg,#2563eb,#0f172a);\n  text-align:center;\n}\n\n.uf-maps-highlight h3{\n  color:#fff;\n  font-size:18px;\n  font-weight:900;\n}\n\n.uf-maps-highlight p{\n  color:#dbeafe;\n  font-size:13px;\n  margin-top:4px;\n}\n\n\/* ANIMATIONS *\/\n@keyframes radarSpin{\n  to{transform:rotate(360deg);}\n}\n@keyframes gridMove{\n  to{transform:translate(40px,40px);}\n}\n@keyframes pulseDot{\n  50%{transform:scale(1.8);}\n}\n@keyframes moveHotspot{\n  0%{top:20%;left:20%;}\n  50%{top:60%;left:70%;}\n  100%{top:20%;left:20%;}\n}\n\n\/* DESKTOP *\/\n@media(min-width:1024px){\n  .uf-maps-hero{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:40px;\n    align-items:center;\n  }\n\n  .uf-maps-title{\n    font-size:46px;\n    text-align:left;\n  }\n\n  .uf-maps-lead{\n    text-align:left;\n  }\n\n  .uf-maps-features{\n    grid-template-columns:repeat(4,1fr);\n  }\n}\n\u003c\/style\u003e\u003csection class=\"uf-maps\"\u003e\n  \u003cdiv class=\"uf-maps-shell\"\u003e\n\n\n    \u003cdiv class=\"uf-maps-hero\"\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003ch2 class=\"uf-maps-title\"\u003e🔎 Discover Urbex in Sweden\u003c\/h2\u003e\n\n\n        \u003cp class=\"uf-maps-lead\"\u003e\n          Thousands of abandoned castles, factories, and bunkers at your fingertips.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"uf-maps-list\"\u003e\n\n          \u003cdiv\u003e✅ \u003cstrong\u003e350+ locations\u003c\/strong\u003e\n\n\u003c\/div\u003e\n\n          \u003cdiv\u003e🔄 Weekly updates\u003c\/div\u003e\n\n          \u003cdiv\u003e📱 Instant access\u003c\/div\u003e\n\n          \u003cdiv\u003e🔒 No blocked links\u003c\/div\u003e\n\n          \u003cdiv\u003e👥 Community access\u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-maps-visual\"\u003e\n\n\n        \u003cdiv class=\"uf-hotspot\"\u003e\u003c\/div\u003e\n\n\n        \u003cdiv class=\"uf-map-dots\"\u003e\n\n          {% for i in (1..60) %}\n            \u003cdiv class=\"uf-map-dot\"\u003e\u003c\/div\u003e\n\n          {% endfor %}\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"uf-maps-core\"\u003e\n\n          \u003ch3\u003eLive map feel\u003c\/h3\u003e\n\n          \u003cp\u003eNew locations always available\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"uf-maps-features\"\u003e\n\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\n        \u003cdiv class=\"uf-maps-feature-icon\"\u003e📍\u003c\/div\u003e\n\n        350+ spots\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\n        \u003cdiv class=\"uf-maps-feature-icon\"\u003e⚡\u003c\/div\u003e\n\n        Fast access\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\n        \u003cdiv class=\"uf-maps-feature-icon\"\u003e🔄\u003c\/div\u003e\n\n        Weekly updates\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\n        \u003cdiv class=\"uf-maps-feature-icon\"\u003e👥\u003c\/div\u003e\n\n        Community\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"uf-maps-highlight\"\u003e\n\n      \u003ch3\u003eThe largest urbex map of Sweden\u003c\/h3\u003e\n\n      \u003cp\u003eInstant access. Weekly updated. No hassle.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"The Urbex Factory","offers":[{"title":"2026 — Gratis Updates","offer_id":54659225715027,"sku":null,"price":12.99,"currency_code":"EUR","in_stock":true},{"title":"2027 — Meest gekozen ⭐ (+10% korting)","offer_id":54659225747795,"sku":null,"price":21.55,"currency_code":"EUR","in_stock":true},{"title":"Premium — Nooit meer upgraden 👑","offer_id":54659225780563,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/56C3F174-B57C-45EF-986C-53DC396D834C.png?v=1787650988"},{"product_id":"polen-urbex-kaart","title":"Poland Urbex Map - 4,500+ Locations","description":"\u003cstyle\u003e\n.uf-maps{\n  max-width:1200px;\n  margin:0 auto;\n  padding:20px 12px 60px;\n  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;\n}\n\n\/* CONTAINER *\/\n.uf-maps-shell{\n  border-radius:22px;\n  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);\n  border:1px solid #e2e8f0;\n  box-shadow:0 20px 60px rgba(15,23,42,.08);\n  padding:20px;\n}\n\n\/* HERO *\/\n.uf-maps-hero{\n  display:flex;\n  flex-direction:column;\n  gap:20px;\n}\n\n\/* TEXT *\/\n.uf-maps-title{\n  font-size:28px;\n  font-weight:900;\n  text-align:center;\n}\n\n.uf-maps-lead{\n  font-size:15px;\n  color:#526174;\n  text-align:center;\n  line-height:1.7;\n}\n\n\/* VISUAL *\/\n.uf-maps-visual{\n  position:relative;\n  border-radius:18px;\n  height:240px;\n  overflow:hidden;\n  background:\n    radial-gradient(circle at center, rgba(37,99,235,.25), transparent 60%),\n    linear-gradient(135deg,#020617,#0f172a);\n}\n\n\/* GRID *\/\n.uf-maps-visual::before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:\n    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);\n  background-size:36px 36px;\n  animation:gridMove 14s linear infinite;\n}\n\n\/* RADAR *\/\n.uf-maps-visual::after{\n  content:\"\";\n  position:absolute;\n  inset:-60%;\n  background:conic-gradient(\n    transparent 0deg,\n    rgba(96,165,250,.35) 70deg,\n    rgba(96,165,250,.15) 120deg,\n    transparent 180deg\n  );\n  animation:radarSpin 3.2s linear infinite;\n}\n\n\/* HOTSPOT *\/\n.uf-hotspot{\n  position:absolute;\n  width:120px;\n  height:120px;\n  border-radius:50%;\n  background:radial-gradient(circle, rgba(96,165,250,.25), transparent 70%);\n  animation:moveHotspot 6s ease-in-out infinite;\n}\n\n\/* DOTS *\/\n.uf-map-dots{\n  position:absolute;\n  inset:0;\n  display:grid;\n  grid-template-columns:repeat(10,1fr);\n  grid-template-rows:repeat(6,1fr);\n}\n\n.uf-map-dot{\n  width:6px;\n  height:6px;\n  border-radius:50%;\n  margin:auto;\n  background:#60a5fa;\n  opacity:.3;\n}\n\n.uf-map-dot:nth-child(5n){\n  background:#fff;\n  opacity:1;\n  animation:pulseDot 2s infinite;\n}\n\n\/* CORE TEXT *\/\n.uf-maps-core{\n  position:absolute;\n  bottom:16px;\n  left:16px;\n  right:16px;\n  z-index:3;\n}\n\n.uf-maps-core h3{\n  color:#fff;\n  font-size:16px;\n  font-weight:800;\n}\n\n.uf-maps-core p{\n  color:#cbd5f5;\n  font-size:12px;\n}\n\n\/* LIST *\/\n.uf-maps-list{\n  display:flex;\n  flex-direction:column;\n  gap:6px;\n  font-size:14px;\n}\n\n\/* 🔥 FEATURES FIXED *\/\n.uf-maps-features{\n  margin-top:20px;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n\n.uf-maps-feature{\n  display:flex;\n  align-items:center;\n  gap:8px;\n\n  padding:10px 12px;\n\n  border-radius:12px;\n  background:#ffffff;\n  border:1px solid #e2e8f0;\n\n  font-size:13px;\n  font-weight:600;\n  color:#0f172a;\n\n  \/* 🔥 FIX *\/\n  white-space:normal;\n  line-height:1.3;\n}\n\n.uf-maps-feature-icon{\n  flex-shrink:0;\n  width:26px;\n  height:26px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:999px;\n  background:rgba(37,99,235,.08);\n}\n\n\/* HIGHLIGHT *\/\n.uf-maps-highlight{\n  margin-top:24px;\n  border-radius:18px;\n  padding:18px;\n  background:linear-gradient(135deg,#2563eb,#0f172a);\n  text-align:center;\n}\n\n.uf-maps-highlight h3{\n  color:#fff;\n  font-size:18px;\n  font-weight:900;\n}\n\n.uf-maps-highlight p{\n  color:#dbeafe;\n  font-size:13px;\n  margin-top:4px;\n}\n\n\/* ANIMATIONS *\/\n@keyframes radarSpin{\n  to{transform:rotate(360deg);}\n}\n@keyframes gridMove{\n  to{transform:translate(40px,40px);}\n}\n@keyframes pulseDot{\n  50%{transform:scale(1.8);}\n}\n@keyframes moveHotspot{\n  0%{top:20%;left:20%;}\n  50%{top:60%;left:70%;}\n  100%{top:20%;left:20%;}\n}\n\n\/* DESKTOP *\/\n@media(min-width:1024px){\n  .uf-maps-hero{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:40px;\n    align-items:center;\n  }\n\n  .uf-maps-title{\n    font-size:46px;\n    text-align:left;\n  }\n\n  .uf-maps-lead{\n    text-align:left;\n  }\n\n  .uf-maps-features{\n    grid-template-columns:repeat(4,1fr);\n  }\n}\n\u003c\/style\u003e\u003c!--en--\u003e\u003c!--en--\u003e\u003csection class=\"uf-maps\"\u003e\u003c!--en--\u003e  \u003cdiv class=\"uf-maps-shell\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-hero\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv\u003e\n\u003c!--en--\u003e        \u003ch2 class=\"uf-maps-title\"\u003e🔎 Discover Urbex in Poland\u003c\/h2\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cp class=\"uf-maps-lead\"\u003e\u003c!--en--\u003e          Thousands of abandoned castles, factories and bunkers at your fingertips.\u003c!--en--\u003e        \u003c\/p\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-list\"\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e✅ \u003cstrong\u003e4,500+ locations\u003c\/strong\u003e\u003c!--en--\u003e\n\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e🔄 Weekly updates\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e📱 Instant access\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e🔒 No blocked links\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e👥 Community access\u003c\/div\u003e\n\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-visual\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-hotspot\"\u003e\u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-map-dots\"\u003e\n\u003c!--en--\u003e          {% for i in (1..60) %}\u003c!--en--\u003e            \u003cdiv class=\"uf-map-dot\"\u003e\u003c\/div\u003e\n\u003c!--en--\u003e          {% endfor %}\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-core\"\u003e\n\u003c!--en--\u003e          \u003ch3\u003eLive map feel\u003c\/h3\u003e\n\u003c!--en--\u003e          \u003cp\u003eAlways new locations available\u003c\/p\u003e\n\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-features\"\u003e\n\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e📍\u003c\/div\u003e\n\u003c!--en--\u003e        4,500+ spots\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e⚡\u003c\/div\u003e\n\u003c!--en--\u003e        Fast access\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e🔄\u003c\/div\u003e\n\u003c!--en--\u003e        Weekly updates\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e👥\u003c\/div\u003e\n\u003c!--en--\u003e        Community\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-highlight\"\u003e\n\u003c!--en--\u003e      \u003ch3\u003eThe largest urbex map of Poland\u003c\/h3\u003e\n\u003c!--en--\u003e      \u003cp\u003eInstant access. Weekly updated. No hassle.\u003c\/p\u003e\n\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e  \u003c\/div\u003e\n\u003c!--en--\u003e\u003c\/section\u003e","brand":"The Urbex Factory","offers":[{"title":"2026 — Gratis Updates","offer_id":54659198714195,"sku":null,"price":16.99,"currency_code":"EUR","in_stock":true},{"title":"2027 — Meest gekozen ⭐ (+10% korting)","offer_id":54659198746963,"sku":null,"price":27.99,"currency_code":"EUR","in_stock":true},{"title":"Premium — Nooit meer upgraden 👑","offer_id":54659198779731,"sku":null,"price":59.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/C38490B0-68F4-4900-856A-601EB9C7C937.png?v=1787650988"},{"product_id":"oostenrijk-urbex-kaart","title":"Austria Urbex Map - 1150+ Locations","description":"\u003cstyle\u003e\n.uf-maps{\n  max-width:1200px;\n  margin:0 auto;\n  padding:20px 12px 60px;\n  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;\n}\n\n\/* CONTAINER *\/\n.uf-maps-shell{\n  border-radius:22px;\n  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);\n  border:1px solid #e2e8f0;\n  box-shadow:0 20px 60px rgba(15,23,42,.08);\n  padding:20px;\n}\n\n\/* HERO *\/\n.uf-maps-hero{\n  display:flex;\n  flex-direction:column;\n  gap:20px;\n}\n\n\/* TEXT *\/\n.uf-maps-title{\n  font-size:28px;\n  font-weight:900;\n  text-align:center;\n}\n\n.uf-maps-lead{\n  font-size:15px;\n  color:#526174;\n  text-align:center;\n  line-height:1.7;\n}\n\n\/* VISUAL *\/\n.uf-maps-visual{\n  position:relative;\n  border-radius:18px;\n  height:240px;\n  overflow:hidden;\n  background:\n    radial-gradient(circle at center, rgba(37,99,235,.25), transparent 60%),\n    linear-gradient(135deg,#020617,#0f172a);\n}\n\n\/* GRID *\/\n.uf-maps-visual::before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:\n    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);\n  background-size:36px 36px;\n  animation:gridMove 14s linear infinite;\n}\n\n\/* RADAR *\/\n.uf-maps-visual::after{\n  content:\"\";\n  position:absolute;\n  inset:-60%;\n  background:conic-gradient(\n    transparent 0deg,\n    rgba(96,165,250,.35) 70deg,\n    rgba(96,165,250,.15) 120deg,\n    transparent 180deg\n  );\n  animation:radarSpin 3.2s linear infinite;\n}\n\n\/* HOTSPOT *\/\n.uf-hotspot{\n  position:absolute;\n  width:120px;\n  height:120px;\n  border-radius:50%;\n  background:radial-gradient(circle, rgba(96,165,250,.25), transparent 70%);\n  animation:moveHotspot 6s ease-in-out infinite;\n}\n\n\/* DOTS *\/\n.uf-map-dots{\n  position:absolute;\n  inset:0;\n  display:grid;\n  grid-template-columns:repeat(10,1fr);\n  grid-template-rows:repeat(6,1fr);\n}\n\n.uf-map-dot{\n  width:6px;\n  height:6px;\n  border-radius:50%;\n  margin:auto;\n  background:#60a5fa;\n  opacity:.3;\n}\n\n.uf-map-dot:nth-child(5n){\n  background:#fff;\n  opacity:1;\n  animation:pulseDot 2s infinite;\n}\n\n\/* CORE TEXT *\/\n.uf-maps-core{\n  position:absolute;\n  bottom:16px;\n  left:16px;\n  right:16px;\n  z-index:3;\n}\n\n.uf-maps-core h3{\n  color:#fff;\n  font-size:16px;\n  font-weight:800;\n}\n\n.uf-maps-core p{\n  color:#cbd5f5;\n  font-size:12px;\n}\n\n\/* LIST *\/\n.uf-maps-list{\n  display:flex;\n  flex-direction:column;\n  gap:6px;\n  font-size:14px;\n}\n\n\/* 🔥 FEATURES FIXED *\/\n.uf-maps-features{\n  margin-top:20px;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n\n.uf-maps-feature{\n  display:flex;\n  align-items:center;\n  gap:8px;\n\n  padding:10px 12px;\n\n  border-radius:12px;\n  background:#ffffff;\n  border:1px solid #e2e8f0;\n\n  font-size:13px;\n  font-weight:600;\n  color:#0f172a;\n\n  \/* 🔥 FIX *\/\n  white-space:normal;\n  line-height:1.3;\n}\n\n.uf-maps-feature-icon{\n  flex-shrink:0;\n  width:26px;\n  height:26px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:999px;\n  background:rgba(37,99,235,.08);\n}\n\n\/* HIGHLIGHT *\/\n.uf-maps-highlight{\n  margin-top:24px;\n  border-radius:18px;\n  padding:18px;\n  background:linear-gradient(135deg,#2563eb,#0f172a);\n  text-align:center;\n}\n\n.uf-maps-highlight h3{\n  color:#fff;\n  font-size:18px;\n  font-weight:900;\n}\n\n.uf-maps-highlight p{\n  color:#dbeafe;\n  font-size:13px;\n  margin-top:4px;\n}\n\n\/* ANIMATIONS *\/\n@keyframes radarSpin{\n  to{transform:rotate(360deg);}\n}\n@keyframes gridMove{\n  to{transform:translate(40px,40px);}\n}\n@keyframes pulseDot{\n  50%{transform:scale(1.8);}\n}\n@keyframes moveHotspot{\n  0%{top:20%;left:20%;}\n  50%{top:60%;left:70%;}\n  100%{top:20%;left:20%;}\n}\n\n\/* DESKTOP *\/\n@media(min-width:1024px){\n  .uf-maps-hero{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:40px;\n    align-items:center;\n  }\n\n  .uf-maps-title{\n    font-size:46px;\n    text-align:left;\n  }\n\n  .uf-maps-lead{\n    text-align:left;\n  }\n\n  .uf-maps-features{\n    grid-template-columns:repeat(4,1fr);\n  }\n}\n\u003c\/style\u003e\u003c!--en--\u003e\u003c!--en--\u003e\u003csection class=\"uf-maps\"\u003e\u003c!--en--\u003e  \u003cdiv class=\"uf-maps-shell\"\u003e\n\u003c!--en--\u003e\n    \u003cdiv class=\"uf-maps-hero\"\u003e\n\u003c!--en--\u003e\n      \u003cdiv\u003e\n\u003c!--en--\u003e\n        \u003ch2 class=\"uf-maps-title\"\u003e🔎 Discover Urbex in Austria\u003c\/h2\u003e\n\u003c!--en--\u003e\n        \u003cp class=\"uf-maps-lead\"\u003e\u003c!--en--\u003e\n          Thousands of abandoned castles, factories, and bunkers at your fingertips.\u003c!--en--\u003e\n        \u003c\/p\u003e\n\u003c!--en--\u003e\n        \u003cdiv class=\"uf-maps-list\"\u003e\n\u003c!--en--\u003e\n          \u003cdiv\u003e✅ \u003cstrong\u003e1,150+ locations\u003c\/strong\u003e\u003c!--en--\u003e\n\u003c\/div\u003e\n\u003c!--en--\u003e\n          \u003cdiv\u003e🔄 Weekly updates\u003c\/div\u003e\n\u003c!--en--\u003e\n          \u003cdiv\u003e📱 Instant access\u003c\/div\u003e\n\u003c!--en--\u003e\n          \u003cdiv\u003e🔒 No blocked links\u003c\/div\u003e\n\u003c!--en--\u003e\n          \u003cdiv\u003e👥 Community access\u003c\/div\u003e\n\u003c!--en--\u003e\n        \u003c\/div\u003e\n\u003c!--en--\u003e\n      \u003c\/div\u003e\n\u003c!--en--\u003e\n      \u003cdiv class=\"uf-maps-visual\"\u003e\n\u003c!--en--\u003e\n        \u003cdiv class=\"uf-hotspot\"\u003e\u003c\/div\u003e\n\u003c!--en--\u003e\n        \u003cdiv class=\"uf-map-dots\"\u003e\n\u003c!--en--\u003e\n          {% for i in (1..60) %}\u003c!--en--\u003e\n            \u003cdiv class=\"uf-map-dot\"\u003e\u003c\/div\u003e\n\u003c!--en--\u003e\n          {% endfor %}\u003c!--en--\u003e\n        \u003c\/div\u003e\n\u003c!--en--\u003e\n        \u003cdiv class=\"uf-maps-core\"\u003e\n\u003c!--en--\u003e\n          \u003ch3\u003eLive map feel\u003c\/h3\u003e\n\u003c!--en--\u003e\n          \u003cp\u003eAlways new locations available\u003c\/p\u003e\n\u003c!--en--\u003e\n        \u003c\/div\u003e\n\u003c!--en--\u003e\n      \u003c\/div\u003e\n\u003c!--en--\u003e\n    \u003c\/div\u003e\n\u003c!--en--\u003e\n    \u003cdiv class=\"uf-maps-features\"\u003e\n\u003c!--en--\u003e\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e\n        \u003cdiv class=\"uf-maps-feature-icon\"\u003e📍\u003c\/div\u003e\n\u003c!--en--\u003e\n        1,150+ spots\u003c!--en--\u003e\n      \u003c\/div\u003e\n\u003c!--en--\u003e\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e\n        \u003cdiv class=\"uf-maps-feature-icon\"\u003e⚡\u003c\/div\u003e\n\u003c!--en--\u003e\n        Fast access\u003c!--en--\u003e\n      \u003c\/div\u003e\n\u003c!--en--\u003e\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e\n        \u003cdiv class=\"uf-maps-feature-icon\"\u003e🔄\u003c\/div\u003e\n\u003c!--en--\u003e\n        Weekly updates\u003c!--en--\u003e\n      \u003c\/div\u003e\n\u003c!--en--\u003e\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e\n        \u003cdiv class=\"uf-maps-feature-icon\"\u003e👥\u003c\/div\u003e\n\u003c!--en--\u003e\n        Community\u003c!--en--\u003e\n      \u003c\/div\u003e\n\u003c!--en--\u003e\n    \u003c\/div\u003e\n\u003c!--en--\u003e\n    \u003cdiv class=\"uf-maps-highlight\"\u003e\n\u003c!--en--\u003e\n      \u003ch3\u003eThe largest urbex map of Austria\u003c\/h3\u003e\n\u003c!--en--\u003e\n      \u003cp\u003eInstant access. Weekly updated. No hassle.\u003c\/p\u003e\n\u003c!--en--\u003e\n    \u003c\/div\u003e\n\u003c!--en--\u003e\n  \u003c\/div\u003e\n\u003c!--en--\u003e\u003c\/section\u003e","brand":"The Urbex Factory","offers":[{"title":"2026 — Gratis Updates","offer_id":54659181838675,"sku":null,"price":14.99,"currency_code":"EUR","in_stock":true},{"title":"2027 — Meest gekozen ⭐ (+10% korting)","offer_id":54659181871443,"sku":null,"price":24.99,"currency_code":"EUR","in_stock":true},{"title":"Premium — Nooit meer upgraden 👑","offer_id":54659181904211,"sku":null,"price":54.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/56D08866-D300-4922-8299-9EE828667E4E.png?v=1787650988"},{"product_id":"italie-urbex-kaart","title":"Italy Urbex Map - 1,500+ Locations","description":"\u003cstyle\u003e\n.uf-maps{\n  max-width:1200px;\n  margin:0 auto;\n  padding:20px 12px 60px;\n  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;\n}\n\n\/* CONTAINER *\/\n.uf-maps-shell{\n  border-radius:22px;\n  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);\n  border:1px solid #e2e8f0;\n  box-shadow:0 20px 60px rgba(15,23,42,.08);\n  padding:20px;\n}\n\n\/* HERO *\/\n.uf-maps-hero{\n  display:flex;\n  flex-direction:column;\n  gap:20px;\n}\n\n\/* TEXT *\/\n.uf-maps-title{\n  font-size:28px;\n  font-weight:900;\n  text-align:center;\n}\n\n.uf-maps-lead{\n  font-size:15px;\n  color:#526174;\n  text-align:center;\n  line-height:1.7;\n}\n\n\/* VISUAL *\/\n.uf-maps-visual{\n  position:relative;\n  border-radius:18px;\n  height:240px;\n  overflow:hidden;\n  background:\n    radial-gradient(circle at center, rgba(37,99,235,.25), transparent 60%),\n    linear-gradient(135deg,#020617,#0f172a);\n}\n\n\/* GRID *\/\n.uf-maps-visual::before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:\n    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);\n  background-size:36px 36px;\n  animation:gridMove 14s linear infinite;\n}\n\n\/* RADAR *\/\n.uf-maps-visual::after{\n  content:\"\";\n  position:absolute;\n  inset:-60%;\n  background:conic-gradient(\n    transparent 0deg,\n    rgba(96,165,250,.35) 70deg,\n    rgba(96,165,250,.15) 120deg,\n    transparent 180deg\n  );\n  animation:radarSpin 3.2s linear infinite;\n}\n\n\/* HOTSPOT *\/\n.uf-hotspot{\n  position:absolute;\n  width:120px;\n  height:120px;\n  border-radius:50%;\n  background:radial-gradient(circle, rgba(96,165,250,.25), transparent 70%);\n  animation:moveHotspot 6s ease-in-out infinite;\n}\n\n\/* DOTS *\/\n.uf-map-dots{\n  position:absolute;\n  inset:0;\n  display:grid;\n  grid-template-columns:repeat(10,1fr);\n  grid-template-rows:repeat(6,1fr);\n}\n\n.uf-map-dot{\n  width:6px;\n  height:6px;\n  border-radius:50%;\n  margin:auto;\n  background:#60a5fa;\n  opacity:.3;\n}\n\n.uf-map-dot:nth-child(5n){\n  background:#fff;\n  opacity:1;\n  animation:pulseDot 2s infinite;\n}\n\n\/* CORE TEXT *\/\n.uf-maps-core{\n  position:absolute;\n  bottom:16px;\n  left:16px;\n  right:16px;\n  z-index:3;\n}\n\n.uf-maps-core h3{\n  color:#fff;\n  font-size:16px;\n  font-weight:800;\n}\n\n.uf-maps-core p{\n  color:#cbd5f5;\n  font-size:12px;\n}\n\n\/* LIST *\/\n.uf-maps-list{\n  display:flex;\n  flex-direction:column;\n  gap:6px;\n  font-size:14px;\n}\n\n\/* 🔥 FEATURES FIXED *\/\n.uf-maps-features{\n  margin-top:20px;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n\n.uf-maps-feature{\n  display:flex;\n  align-items:center;\n  gap:8px;\n\n  padding:10px 12px;\n\n  border-radius:12px;\n  background:#ffffff;\n  border:1px solid #e2e8f0;\n\n  font-size:13px;\n  font-weight:600;\n  color:#0f172a;\n\n  \/* 🔥 FIX *\/\n  white-space:normal;\n  line-height:1.3;\n}\n\n.uf-maps-feature-icon{\n  flex-shrink:0;\n  width:26px;\n  height:26px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:999px;\n  background:rgba(37,99,235,.08);\n}\n\n\/* HIGHLIGHT *\/\n.uf-maps-highlight{\n  margin-top:24px;\n  border-radius:18px;\n  padding:18px;\n  background:linear-gradient(135deg,#2563eb,#0f172a);\n  text-align:center;\n}\n\n.uf-maps-highlight h3{\n  color:#fff;\n  font-size:18px;\n  font-weight:900;\n}\n\n.uf-maps-highlight p{\n  color:#dbeafe;\n  font-size:13px;\n  margin-top:4px;\n}\n\n\/* ANIMATIONS *\/\n@keyframes radarSpin{\n  to{transform:rotate(360deg);}\n}\n@keyframes gridMove{\n  to{transform:translate(40px,40px);}\n}\n@keyframes pulseDot{\n  50%{transform:scale(1.8);}\n}\n@keyframes moveHotspot{\n  0%{top:20%;left:20%;}\n  50%{top:60%;left:70%;}\n  100%{top:20%;left:20%;}\n}\n\n\/* DESKTOP *\/\n@media(min-width:1024px){\n  .uf-maps-hero{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:40px;\n    align-items:center;\n  }\n\n  .uf-maps-title{\n    font-size:46px;\n    text-align:left;\n  }\n\n  .uf-maps-lead{\n    text-align:left;\n  }\n\n  .uf-maps-features{\n    grid-template-columns:repeat(4,1fr);\n  }\n}\n\u003c\/style\u003e\u003c!--en--\u003e\u003c!--en--\u003e\u003csection class=\"uf-maps\"\u003e\u003c!--en--\u003e  \u003cdiv class=\"uf-maps-shell\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-hero\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv\u003e\n\u003c!--en--\u003e        \u003ch2 class=\"uf-maps-title\"\u003e🔎 Discover Urbex in Italy\u003c\/h2\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cp class=\"uf-maps-lead\"\u003e\u003c!--en--\u003e          Thousands of abandoned castles, factories and bunkers within reach.\u003c!--en--\u003e        \u003c\/p\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-list\"\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e✅ \u003cstrong\u003e1,500+ locations\u003c\/strong\u003e\u003c!--en--\u003e\n\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e🔄 Weekly updates\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e📱 Directly accessible\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e🔒 No blocked links\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e👥 Community access\u003c\/div\u003e\n\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-visual\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-hotspot\"\u003e\u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-map-dots\"\u003e\n\u003c!--en--\u003e          {% for i in (1..60) %}\u003c!--en--\u003e            \u003cdiv class=\"uf-map-dot\"\u003e\u003c\/div\u003e\n\u003c!--en--\u003e          {% endfor %}\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-core\"\u003e\n\u003c!--en--\u003e          \u003ch3\u003eLive map feeling\u003c\/h3\u003e\n\u003c!--en--\u003e          \u003cp\u003eAlways new locations available\u003c\/p\u003e\n\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-features\"\u003e\n\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e📍\u003c\/div\u003e\n\u003c!--en--\u003e        1,500+ spots\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e⚡\u003c\/div\u003e\n\u003c!--en--\u003e        Fast access\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e🔄\u003c\/div\u003e\n\u003c!--en--\u003e        Weekly updates\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e👥\u003c\/div\u003e\n\u003c!--en--\u003e        Community\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-highlight\"\u003e\n\u003c!--en--\u003e      \u003ch3\u003eThe largest urbex map of Italy\u003c\/h3\u003e\n\u003c!--en--\u003e      \u003cp\u003eOpen directly. Updated weekly. No hassle.\u003c\/p\u003e\n\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e  \u003c\/div\u003e\n\u003c!--en--\u003e\u003c\/section\u003e","brand":"The Urbex Factory","offers":[{"title":"2026 — Gratis Updates","offer_id":54659164438867,"sku":null,"price":16.99,"currency_code":"EUR","in_stock":true},{"title":"2027 — Meest gekozen ⭐ (+10% korting)","offer_id":54659164471635,"sku":null,"price":27.99,"currency_code":"EUR","in_stock":true},{"title":"Premium — Nooit meer upgraden 👑","offer_id":54659164504403,"sku":null,"price":59.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/4D3ABDCD-B361-4ACD-AD55-C512F7D302AD.png?v=1787650988"},{"product_id":"finland-urbex-kaart","title":"Finland Urbex Map - 250+ Locations","description":"\u003cstyle\u003e\n.uf-maps{\n  max-width:1200px;\n  margin:0 auto;\n  padding:20px 12px 60px;\n  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;\n}\n\n\/* CONTAINER *\/\n.uf-maps-shell{\n  border-radius:22px;\n  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);\n  border:1px solid #e2e8f0;\n  box-shadow:0 20px 60px rgba(15,23,42,.08);\n  padding:20px;\n}\n\n\/* HERO *\/\n.uf-maps-hero{\n  display:flex;\n  flex-direction:column;\n  gap:20px;\n}\n\n\/* TEXT *\/\n.uf-maps-title{\n  font-size:28px;\n  font-weight:900;\n  text-align:center;\n}\n\n.uf-maps-lead{\n  font-size:15px;\n  color:#526174;\n  text-align:center;\n  line-height:1.7;\n}\n\n\/* VISUAL *\/\n.uf-maps-visual{\n  position:relative;\n  border-radius:18px;\n  height:240px;\n  overflow:hidden;\n  background:\n    radial-gradient(circle at center, rgba(37,99,235,.25), transparent 60%),\n    linear-gradient(135deg,#020617,#0f172a);\n}\n\n\/* GRID *\/\n.uf-maps-visual::before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:\n    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);\n  background-size:36px 36px;\n  animation:gridMove 14s linear infinite;\n}\n\n\/* RADAR *\/\n.uf-maps-visual::after{\n  content:\"\";\n  position:absolute;\n  inset:-60%;\n  background:conic-gradient(\n    transparent 0deg,\n    rgba(96,165,250,.35) 70deg,\n    rgba(96,165,250,.15) 120deg,\n    transparent 180deg\n  );\n  animation:radarSpin 3.2s linear infinite;\n}\n\n\/* HOTSPOT *\/\n.uf-hotspot{\n  position:absolute;\n  width:120px;\n  height:120px;\n  border-radius:50%;\n  background:radial-gradient(circle, rgba(96,165,250,.25), transparent 70%);\n  animation:moveHotspot 6s ease-in-out infinite;\n}\n\n\/* DOTS *\/\n.uf-map-dots{\n  position:absolute;\n  inset:0;\n  display:grid;\n  grid-template-columns:repeat(10,1fr);\n  grid-template-rows:repeat(6,1fr);\n}\n\n.uf-map-dot{\n  width:6px;\n  height:6px;\n  border-radius:50%;\n  margin:auto;\n  background:#60a5fa;\n  opacity:.3;\n}\n\n.uf-map-dot:nth-child(5n){\n  background:#fff;\n  opacity:1;\n  animation:pulseDot 2s infinite;\n}\n\n\/* CORE TEXT *\/\n.uf-maps-core{\n  position:absolute;\n  bottom:16px;\n  left:16px;\n  right:16px;\n  z-index:3;\n}\n\n.uf-maps-core h3{\n  color:#fff;\n  font-size:16px;\n  font-weight:800;\n}\n\n.uf-maps-core p{\n  color:#cbd5f5;\n  font-size:12px;\n}\n\n\/* LIST *\/\n.uf-maps-list{\n  display:flex;\n  flex-direction:column;\n  gap:6px;\n  font-size:14px;\n}\n\n\/* 🔥 FEATURES FIXED *\/\n.uf-maps-features{\n  margin-top:20px;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n\n.uf-maps-feature{\n  display:flex;\n  align-items:center;\n  gap:8px;\n\n  padding:10px 12px;\n\n  border-radius:12px;\n  background:#ffffff;\n  border:1px solid #e2e8f0;\n\n  font-size:13px;\n  font-weight:600;\n  color:#0f172a;\n\n  \/* 🔥 FIX *\/\n  white-space:normal;\n  line-height:1.3;\n}\n\n.uf-maps-feature-icon{\n  flex-shrink:0;\n  width:26px;\n  height:26px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:999px;\n  background:rgba(37,99,235,.08);\n}\n\n\/* HIGHLIGHT *\/\n.uf-maps-highlight{\n  margin-top:24px;\n  border-radius:18px;\n  padding:18px;\n  background:linear-gradient(135deg,#2563eb,#0f172a);\n  text-align:center;\n}\n\n.uf-maps-highlight h3{\n  color:#fff;\n  font-size:18px;\n  font-weight:900;\n}\n\n.uf-maps-highlight p{\n  color:#dbeafe;\n  font-size:13px;\n  margin-top:4px;\n}\n\n\/* ANIMATIONS *\/\n@keyframes radarSpin{\n  to{transform:rotate(360deg);}\n}\n@keyframes gridMove{\n  to{transform:translate(40px,40px);}\n}\n@keyframes pulseDot{\n  50%{transform:scale(1.8);}\n}\n@keyframes moveHotspot{\n  0%{top:20%;left:20%;}\n  50%{top:60%;left:70%;}\n  100%{top:20%;left:20%;}\n}\n\n\/* DESKTOP *\/\n@media(min-width:1024px){\n  .uf-maps-hero{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:40px;\n    align-items:center;\n  }\n\n  .uf-maps-title{\n    font-size:46px;\n    text-align:left;\n  }\n\n  .uf-maps-lead{\n    text-align:left;\n  }\n\n  .uf-maps-features{\n    grid-template-columns:repeat(4,1fr);\n  }\n}\n\u003c\/style\u003e\u003c!--en--\u003e\n\u003csection class=\"uf-maps\"\u003e\n  \u003cdiv class=\"uf-maps-shell\"\u003e\n\n\n    \u003cdiv class=\"uf-maps-hero\"\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003ch2 class=\"uf-maps-title\"\u003e🔎 Discover Urbex in Finland\u003c\/h2\u003e\n\n\n        \u003cp class=\"uf-maps-lead\"\u003e\n          Thousands of abandoned castles, factories, and bunkers at your fingertips.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"uf-maps-list\"\u003e\n\n          \u003cdiv\u003e✅ \u003cstrong\u003e250+ locations\u003c\/strong\u003e\n\n\u003c\/div\u003e\n\n          \u003cdiv\u003e🔄 Weekly updates\u003c\/div\u003e\n\n          \u003cdiv\u003e📱 Instant access\u003c\/div\u003e\n\n          \u003cdiv\u003e🔒 No blocked links\u003c\/div\u003e\n\n          \u003cdiv\u003e👥 Community access\u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-maps-visual\"\u003e\n\n\n        \u003cdiv class=\"uf-hotspot\"\u003e\u003c\/div\u003e\n\n\n        \u003cdiv class=\"uf-map-dots\"\u003e\n\n          {% for i in (1..60) %}\n            \u003cdiv class=\"uf-map-dot\"\u003e\u003c\/div\u003e\n\n          {% endfor %}\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"uf-maps-core\"\u003e\n\n          \u003ch3\u003eLive map feel\u003c\/h3\u003e\n\n          \u003cp\u003eAlways new locations available\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"uf-maps-features\"\u003e\n\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\n        \u003cdiv class=\"uf-maps-feature-icon\"\u003e📍\u003c\/div\u003e\n\n        250+ spots\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\n        \u003cdiv class=\"uf-maps-feature-icon\"\u003e⚡\u003c\/div\u003e\n\n        Fast access\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\n        \u003cdiv class=\"uf-maps-feature-icon\"\u003e🔄\u003c\/div\u003e\n\n        Weekly updates\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\n        \u003cdiv class=\"uf-maps-feature-icon\"\u003e👥\u003c\/div\u003e\n\n        Community\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"uf-maps-highlight\"\u003e\n\n      \u003ch3\u003eThe largest urbex map of Finland\u003c\/h3\u003e\n\n      \u003cp\u003eInstant access. Weekly updates. No hassle.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"The Urbex Factory","offers":[{"title":"2026 — Gratis Updates","offer_id":54659129311571,"sku":null,"price":11.99,"currency_code":"EUR","in_stock":true},{"title":"2027 — Meest gekozen ⭐ (+10% korting)","offer_id":54659129344339,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"Premium — Nooit meer upgraden 👑","offer_id":54659129377107,"sku":null,"price":39.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/B4DCF18F-7E91-46C6-B0D8-C9E90751ACE4.png?v=1787650988"},{"product_id":"kroatie-urbex-kaart","title":"Croatia Urbex Map - 250+ Locations","description":"\u003cstyle\u003e\n.uf-maps{\n  max-width:1200px;\n  margin:0 auto;\n  padding:20px 12px 60px;\n  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;\n}\n\n\/* CONTAINER *\/\n.uf-maps-shell{\n  border-radius:22px;\n  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);\n  border:1px solid #e2e8f0;\n  box-shadow:0 20px 60px rgba(15,23,42,.08);\n  padding:20px;\n}\n\n\/* HERO *\/\n.uf-maps-hero{\n  display:flex;\n  flex-direction:column;\n  gap:20px;\n}\n\n\/* TEXT *\/\n.uf-maps-title{\n  font-size:28px;\n  font-weight:900;\n  text-align:center;\n}\n\n.uf-maps-lead{\n  font-size:15px;\n  color:#526174;\n  text-align:center;\n  line-height:1.7;\n}\n\n\/* VISUAL *\/\n.uf-maps-visual{\n  position:relative;\n  border-radius:18px;\n  height:240px;\n  overflow:hidden;\n  background:\n    radial-gradient(circle at center, rgba(37,99,235,.25), transparent 60%),\n    linear-gradient(135deg,#020617,#0f172a);\n}\n\n\/* GRID *\/\n.uf-maps-visual::before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:\n    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);\n  background-size:36px 36px;\n  animation:gridMove 14s linear infinite;\n}\n\n\/* RADAR *\/\n.uf-maps-visual::after{\n  content:\"\";\n  position:absolute;\n  inset:-60%;\n  background:conic-gradient(\n    transparent 0deg,\n    rgba(96,165,250,.35) 70deg,\n    rgba(96,165,250,.15) 120deg,\n    transparent 180deg\n  );\n  animation:radarSpin 3.2s linear infinite;\n}\n\n\/* HOTSPOT *\/\n.uf-hotspot{\n  position:absolute;\n  width:120px;\n  height:120px;\n  border-radius:50%;\n  background:radial-gradient(circle, rgba(96,165,250,.25), transparent 70%);\n  animation:moveHotspot 6s ease-in-out infinite;\n}\n\n\/* DOTS *\/\n.uf-map-dots{\n  position:absolute;\n  inset:0;\n  display:grid;\n  grid-template-columns:repeat(10,1fr);\n  grid-template-rows:repeat(6,1fr);\n}\n\n.uf-map-dot{\n  width:6px;\n  height:6px;\n  border-radius:50%;\n  margin:auto;\n  background:#60a5fa;\n  opacity:.3;\n}\n\n.uf-map-dot:nth-child(5n){\n  background:#fff;\n  opacity:1;\n  animation:pulseDot 2s infinite;\n}\n\n\/* CORE TEXT *\/\n.uf-maps-core{\n  position:absolute;\n  bottom:16px;\n  left:16px;\n  right:16px;\n  z-index:3;\n}\n\n.uf-maps-core h3{\n  color:#fff;\n  font-size:16px;\n  font-weight:800;\n}\n\n.uf-maps-core p{\n  color:#cbd5f5;\n  font-size:12px;\n}\n\n\/* LIST *\/\n.uf-maps-list{\n  display:flex;\n  flex-direction:column;\n  gap:6px;\n  font-size:14px;\n}\n\n\/* 🔥 FEATURES FIXED *\/\n.uf-maps-features{\n  margin-top:20px;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n\n.uf-maps-feature{\n  display:flex;\n  align-items:center;\n  gap:8px;\n\n  padding:10px 12px;\n\n  border-radius:12px;\n  background:#ffffff;\n  border:1px solid #e2e8f0;\n\n  font-size:13px;\n  font-weight:600;\n  color:#0f172a;\n\n  \/* 🔥 FIX *\/\n  white-space:normal;\n  line-height:1.3;\n}\n\n.uf-maps-feature-icon{\n  flex-shrink:0;\n  width:26px;\n  height:26px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:999px;\n  background:rgba(37,99,235,.08);\n}\n\n\/* HIGHLIGHT *\/\n.uf-maps-highlight{\n  margin-top:24px;\n  border-radius:18px;\n  padding:18px;\n  background:linear-gradient(135deg,#2563eb,#0f172a);\n  text-align:center;\n}\n\n.uf-maps-highlight h3{\n  color:#fff;\n  font-size:18px;\n  font-weight:900;\n}\n\n.uf-maps-highlight p{\n  color:#dbeafe;\n  font-size:13px;\n  margin-top:4px;\n}\n\n\/* ANIMATIONS *\/\n@keyframes radarSpin{\n  to{transform:rotate(360deg);}\n}\n@keyframes gridMove{\n  to{transform:translate(40px,40px);}\n}\n@keyframes pulseDot{\n  50%{transform:scale(1.8);}\n}\n@keyframes moveHotspot{\n  0%{top:20%;left:20%;}\n  50%{top:60%;left:70%;}\n  100%{top:20%;left:20%;}\n}\n\n\/* DESKTOP *\/\n@media(min-width:1024px){\n  .uf-maps-hero{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:40px;\n    align-items:center;\n  }\n\n  .uf-maps-title{\n    font-size:46px;\n    text-align:left;\n  }\n\n  .uf-maps-lead{\n    text-align:left;\n  }\n\n  .uf-maps-features{\n    grid-template-columns:repeat(4,1fr);\n  }\n}\n\u003c\/style\u003e\u003c!--en--\u003e\u003csection class=\"uf-maps\"\u003e\n  \u003cdiv class=\"uf-maps-shell\"\u003e\n\n\n    \u003cdiv class=\"uf-maps-hero\"\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003ch2 class=\"uf-maps-title\"\u003e🔎 Discover Urbex in Croatia\u003c\/h2\u003e\n\n\n        \u003cp class=\"uf-maps-lead\"\u003e\n          Thousands of abandoned castles, factories, and bunkers at your fingertips.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"uf-maps-list\"\u003e\n\n          \u003cdiv\u003e✅ \u003cstrong\u003e250+ locations\u003c\/strong\u003e\n\n\u003c\/div\u003e\n\n          \u003cdiv\u003e🔄 Weekly updates\u003c\/div\u003e\n\n          \u003cdiv\u003e📱 Instant access\u003c\/div\u003e\n\n          \u003cdiv\u003e🔒 No blocked links\u003c\/div\u003e\n\n          \u003cdiv\u003e👥 Community access\u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-maps-visual\"\u003e\n\n\n        \u003cdiv class=\"uf-hotspot\"\u003e\u003c\/div\u003e\n\n\n        \u003cdiv class=\"uf-map-dots\"\u003e\n\n          {% for i in (1..60) %}\n            \u003cdiv class=\"uf-map-dot\"\u003e\u003c\/div\u003e\n\n          {% endfor %}\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"uf-maps-core\"\u003e\n\n          \u003ch3\u003eLive map feel\u003c\/h3\u003e\n\n          \u003cp\u003eAlways new locations available\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"uf-maps-features\"\u003e\n\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\n        \u003cdiv class=\"uf-maps-feature-icon\"\u003e📍\u003c\/div\u003e\n\n        250+ spots\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\n        \u003cdiv class=\"uf-maps-feature-icon\"\u003e⚡\u003c\/div\u003e\n\n        Fast access\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\n        \u003cdiv class=\"uf-maps-feature-icon\"\u003e🔄\u003c\/div\u003e\n\n        Weekly updates\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-maps-feature\"\u003e\n\n        \u003cdiv class=\"uf-maps-feature-icon\"\u003e👥\u003c\/div\u003e\n\n        Community\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"uf-maps-highlight\"\u003e\n\n      \u003ch3\u003eThe largest urbex map of Croatia\u003c\/h3\u003e\n\n      \u003cp\u003eInstant access. Weekly updated. No hassle.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"The Urbex Factory","offers":[{"title":"2026 — Gratis Updates","offer_id":54659112501587,"sku":null,"price":11.99,"currency_code":"EUR","in_stock":true},{"title":"2027 — Meest gekozen ⭐ (+10% korting)","offer_id":54659112534355,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"Premium — Nooit meer upgraden 👑","offer_id":54659112567123,"sku":null,"price":39.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/4B36E0B1-0C57-4552-9E42-FB35380E3808.png?v=1787650988"},{"product_id":"tsjechie-urbex-kaart","title":"Czech Republic Urbex Map - 6,700+ Locations","description":"\u003cstyle\u003e\n.uf-maps{\n  max-width:1200px;\n  margin:0 auto;\n  padding:20px 12px 60px;\n  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;\n}\n\n\/* CONTAINER *\/\n.uf-maps-shell{\n  border-radius:22px;\n  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);\n  border:1px solid #e2e8f0;\n  box-shadow:0 20px 60px rgba(15,23,42,.08);\n  padding:20px;\n}\n\n\/* HERO *\/\n.uf-maps-hero{\n  display:flex;\n  flex-direction:column;\n  gap:20px;\n}\n\n\/* TEXT *\/\n.uf-maps-title{\n  font-size:28px;\n  font-weight:900;\n  text-align:center;\n}\n\n.uf-maps-lead{\n  font-size:15px;\n  color:#526174;\n  text-align:center;\n  line-height:1.7;\n}\n\n\/* VISUAL *\/\n.uf-maps-visual{\n  position:relative;\n  border-radius:18px;\n  height:240px;\n  overflow:hidden;\n  background:\n    radial-gradient(circle at center, rgba(37,99,235,.25), transparent 60%),\n    linear-gradient(135deg,#020617,#0f172a);\n}\n\n\/* GRID *\/\n.uf-maps-visual::before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:\n    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);\n  background-size:36px 36px;\n  animation:gridMove 14s linear infinite;\n}\n\n\/* RADAR *\/\n.uf-maps-visual::after{\n  content:\"\";\n  position:absolute;\n  inset:-60%;\n  background:conic-gradient(\n    transparent 0deg,\n    rgba(96,165,250,.35) 70deg,\n    rgba(96,165,250,.15) 120deg,\n    transparent 180deg\n  );\n  animation:radarSpin 3.2s linear infinite;\n}\n\n\/* HOTSPOT *\/\n.uf-hotspot{\n  position:absolute;\n  width:120px;\n  height:120px;\n  border-radius:50%;\n  background:radial-gradient(circle, rgba(96,165,250,.25), transparent 70%);\n  animation:moveHotspot 6s ease-in-out infinite;\n}\n\n\/* DOTS *\/\n.uf-map-dots{\n  position:absolute;\n  inset:0;\n  display:grid;\n  grid-template-columns:repeat(10,1fr);\n  grid-template-rows:repeat(6,1fr);\n}\n\n.uf-map-dot{\n  width:6px;\n  height:6px;\n  border-radius:50%;\n  margin:auto;\n  background:#60a5fa;\n  opacity:.3;\n}\n\n.uf-map-dot:nth-child(5n){\n  background:#fff;\n  opacity:1;\n  animation:pulseDot 2s infinite;\n}\n\n\/* CORE TEXT *\/\n.uf-maps-core{\n  position:absolute;\n  bottom:16px;\n  left:16px;\n  right:16px;\n  z-index:3;\n}\n\n.uf-maps-core h3{\n  color:#fff;\n  font-size:16px;\n  font-weight:800;\n}\n\n.uf-maps-core p{\n  color:#cbd5f5;\n  font-size:12px;\n}\n\n\/* LIST *\/\n.uf-maps-list{\n  display:flex;\n  flex-direction:column;\n  gap:6px;\n  font-size:14px;\n}\n\n\/* 🔥 FEATURES FIXED *\/\n.uf-maps-features{\n  margin-top:20px;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n\n.uf-maps-feature{\n  display:flex;\n  align-items:center;\n  gap:8px;\n\n  padding:10px 12px;\n\n  border-radius:12px;\n  background:#ffffff;\n  border:1px solid #e2e8f0;\n\n  font-size:13px;\n  font-weight:600;\n  color:#0f172a;\n\n  \/* 🔥 FIX *\/\n  white-space:normal;\n  line-height:1.3;\n}\n\n.uf-maps-feature-icon{\n  flex-shrink:0;\n  width:26px;\n  height:26px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:999px;\n  background:rgba(37,99,235,.08);\n}\n\n\/* HIGHLIGHT *\/\n.uf-maps-highlight{\n  margin-top:24px;\n  border-radius:18px;\n  padding:18px;\n  background:linear-gradient(135deg,#2563eb,#0f172a);\n  text-align:center;\n}\n\n.uf-maps-highlight h3{\n  color:#fff;\n  font-size:18px;\n  font-weight:900;\n}\n\n.uf-maps-highlight p{\n  color:#dbeafe;\n  font-size:13px;\n  margin-top:4px;\n}\n\n\/* ANIMATIONS *\/\n@keyframes radarSpin{\n  to{transform:rotate(360deg);}\n}\n@keyframes gridMove{\n  to{transform:translate(40px,40px);}\n}\n@keyframes pulseDot{\n  50%{transform:scale(1.8);}\n}\n@keyframes moveHotspot{\n  0%{top:20%;left:20%;}\n  50%{top:60%;left:70%;}\n  100%{top:20%;left:20%;}\n}\n\n\/* DESKTOP *\/\n@media(min-width:1024px){\n  .uf-maps-hero{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:40px;\n    align-items:center;\n  }\n\n  .uf-maps-title{\n    font-size:46px;\n    text-align:left;\n  }\n\n  .uf-maps-lead{\n    text-align:left;\n  }\n\n  .uf-maps-features{\n    grid-template-columns:repeat(4,1fr);\n  }\n}\n\u003c\/style\u003e\u003c!--en--\u003e\u003c!--en--\u003e\u003csection class=\"uf-maps\"\u003e\u003c!--en--\u003e  \u003cdiv class=\"uf-maps-shell\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-hero\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv\u003e\n\u003c!--en--\u003e        \u003ch2 class=\"uf-maps-title\"\u003e🔎 Discover Urbex in Czech Republic\u003c\/h2\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cp class=\"uf-maps-lead\"\u003e\u003c!--en--\u003e          Thousands of abandoned castles, factories, and bunkers at your fingertips.\u003c!--en--\u003e        \u003c\/p\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-list\"\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e✅ \u003cstrong\u003e6.700+ locations\u003c\/strong\u003e\u003c!--en--\u003e\n\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e🔄 Weekly updates\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e📱 Instantly accessible\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e🔒 No blocked links\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e👥 Community access\u003c\/div\u003e\n\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-visual\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-hotspot\"\u003e\u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-map-dots\"\u003e\n\u003c!--en--\u003e          {% for i in (1..60) %}\u003c!--en--\u003e            \u003cdiv class=\"uf-map-dot\"\u003e\u003c\/div\u003e\n\u003c!--en--\u003e          {% endfor %}\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-core\"\u003e\n\u003c!--en--\u003e          \u003ch3\u003eLive map feeling\u003c\/h3\u003e\n\u003c!--en--\u003e          \u003cp\u003eAlways new locations available\u003c\/p\u003e\n\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-features\"\u003e\n\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e📍\u003c\/div\u003e\n\u003c!--en--\u003e        6.700+ spots\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e⚡\u003c\/div\u003e\n\u003c!--en--\u003e        Fast access\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e🔄\u003c\/div\u003e\n\u003c!--en--\u003e        Weekly updates\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e👥\u003c\/div\u003e\n\u003c!--en--\u003e        Community\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-highlight\"\u003e\n\u003c!--en--\u003e      \u003ch3\u003eThe largest urbex map of the Czech Republic\u003c\/h3\u003e\n\u003c!--en--\u003e      \u003cp\u003eInstant access. Updated weekly. No hassle.\u003c\/p\u003e\n\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e  \u003c\/div\u003e\n\u003c!--en--\u003e\u003c\/section\u003e","brand":"The Urbex Factory","offers":[{"title":"2026 — Gratis Updates","offer_id":54659052142931,"sku":null,"price":16.99,"currency_code":"EUR","in_stock":true},{"title":"2027 — Meest gekozen ⭐ (+10% korting)","offer_id":54659052175699,"sku":null,"price":27.99,"currency_code":"EUR","in_stock":true},{"title":"Premium — Nooit meer upgraden 👑","offer_id":54659052208467,"sku":null,"price":59.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/0D95B5FC-0ECE-4C71-9230-849F8543C784.png?v=1787650988"},{"product_id":"frankrijk-urbex-kaart","title":"France Urbex Map - 4,000+ Locations","description":"\u003cstyle\u003e\n.uf-maps{\n  max-width:1200px;\n  margin:0 auto;\n  padding:20px 12px 60px;\n  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;\n}\n\n\/* CONTAINER *\/\n.uf-maps-shell{\n  border-radius:22px;\n  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);\n  border:1px solid #e2e8f0;\n  box-shadow:0 20px 60px rgba(15,23,42,.08);\n  padding:20px;\n}\n\n\/* HERO *\/\n.uf-maps-hero{\n  display:flex;\n  flex-direction:column;\n  gap:20px;\n}\n\n\/* TEXT *\/\n.uf-maps-title{\n  font-size:28px;\n  font-weight:900;\n  text-align:center;\n}\n\n.uf-maps-lead{\n  font-size:15px;\n  color:#526174;\n  text-align:center;\n  line-height:1.7;\n}\n\n\/* VISUAL *\/\n.uf-maps-visual{\n  position:relative;\n  border-radius:18px;\n  height:240px;\n  overflow:hidden;\n  background:\n    radial-gradient(circle at center, rgba(37,99,235,.25), transparent 60%),\n    linear-gradient(135deg,#020617,#0f172a);\n}\n\n\/* GRID *\/\n.uf-maps-visual::before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:\n    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);\n  background-size:36px 36px;\n  animation:gridMove 14s linear infinite;\n}\n\n\/* RADAR *\/\n.uf-maps-visual::after{\n  content:\"\";\n  position:absolute;\n  inset:-60%;\n  background:conic-gradient(\n    transparent 0deg,\n    rgba(96,165,250,.35) 70deg,\n    rgba(96,165,250,.15) 120deg,\n    transparent 180deg\n  );\n  animation:radarSpin 3.2s linear infinite;\n}\n\n\/* HOTSPOT *\/\n.uf-hotspot{\n  position:absolute;\n  width:120px;\n  height:120px;\n  border-radius:50%;\n  background:radial-gradient(circle, rgba(96,165,250,.25), transparent 70%);\n  animation:moveHotspot 6s ease-in-out infinite;\n}\n\n\/* DOTS *\/\n.uf-map-dots{\n  position:absolute;\n  inset:0;\n  display:grid;\n  grid-template-columns:repeat(10,1fr);\n  grid-template-rows:repeat(6,1fr);\n}\n\n.uf-map-dot{\n  width:6px;\n  height:6px;\n  border-radius:50%;\n  margin:auto;\n  background:#60a5fa;\n  opacity:.3;\n}\n\n.uf-map-dot:nth-child(5n){\n  background:#fff;\n  opacity:1;\n  animation:pulseDot 2s infinite;\n}\n\n\/* CORE TEXT *\/\n.uf-maps-core{\n  position:absolute;\n  bottom:16px;\n  left:16px;\n  right:16px;\n  z-index:3;\n}\n\n.uf-maps-core h3{\n  color:#fff;\n  font-size:16px;\n  font-weight:800;\n}\n\n.uf-maps-core p{\n  color:#cbd5f5;\n  font-size:12px;\n}\n\n\/* LIST *\/\n.uf-maps-list{\n  display:flex;\n  flex-direction:column;\n  gap:6px;\n  font-size:14px;\n}\n\n\/* 🔥 FEATURES FIXED *\/\n.uf-maps-features{\n  margin-top:20px;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n\n.uf-maps-feature{\n  display:flex;\n  align-items:center;\n  gap:8px;\n\n  padding:10px 12px;\n\n  border-radius:12px;\n  background:#ffffff;\n  border:1px solid #e2e8f0;\n\n  font-size:13px;\n  font-weight:600;\n  color:#0f172a;\n\n  \/* 🔥 FIX *\/\n  white-space:normal;\n  line-height:1.3;\n}\n\n.uf-maps-feature-icon{\n  flex-shrink:0;\n  width:26px;\n  height:26px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:999px;\n  background:rgba(37,99,235,.08);\n}\n\n\/* HIGHLIGHT *\/\n.uf-maps-highlight{\n  margin-top:24px;\n  border-radius:18px;\n  padding:18px;\n  background:linear-gradient(135deg,#2563eb,#0f172a);\n  text-align:center;\n}\n\n.uf-maps-highlight h3{\n  color:#fff;\n  font-size:18px;\n  font-weight:900;\n}\n\n.uf-maps-highlight p{\n  color:#dbeafe;\n  font-size:13px;\n  margin-top:4px;\n}\n\n\/* ANIMATIONS *\/\n@keyframes radarSpin{\n  to{transform:rotate(360deg);}\n}\n@keyframes gridMove{\n  to{transform:translate(40px,40px);}\n}\n@keyframes pulseDot{\n  50%{transform:scale(1.8);}\n}\n@keyframes moveHotspot{\n  0%{top:20%;left:20%;}\n  50%{top:60%;left:70%;}\n  100%{top:20%;left:20%;}\n}\n\n\/* DESKTOP *\/\n@media(min-width:1024px){\n  .uf-maps-hero{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:40px;\n    align-items:center;\n  }\n\n  .uf-maps-title{\n    font-size:46px;\n    text-align:left;\n  }\n\n  .uf-maps-lead{\n    text-align:left;\n  }\n\n  .uf-maps-features{\n    grid-template-columns:repeat(4,1fr);\n  }\n}\n\u003c\/style\u003e\u003c!--en--\u003e\u003c!--en--\u003e\u003csection class=\"uf-maps\"\u003e\u003c!--en--\u003e  \u003cdiv class=\"uf-maps-shell\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-hero\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv\u003e\n\u003c!--en--\u003e        \u003ch2 class=\"uf-maps-title\"\u003e🔎 Discover Urbex in France\u003c\/h2\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cp class=\"uf-maps-lead\"\u003e\u003c!--en--\u003e          Thousands of abandoned castles, factories, and bunkers at your fingertips.\u003c!--en--\u003e        \u003c\/p\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-list\"\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e✅ \u003cstrong\u003e4,000+ locations\u003c\/strong\u003e\u003c!--en--\u003e\n\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e🔄 Weekly updates\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e📱 Instant access\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e🔒 No blocked links\u003c\/div\u003e\n\u003c!--en--\u003e          \u003cdiv\u003e👥 Community access\u003c\/div\u003e\n\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-visual\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-hotspot\"\u003e\u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-map-dots\"\u003e\n\u003c!--en--\u003e          {% for i in (1..60) %}\u003c!--en--\u003e            \u003cdiv class=\"uf-map-dot\"\u003e\u003c\/div\u003e\n\u003c!--en--\u003e          {% endfor %}\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-core\"\u003e\n\u003c!--en--\u003e          \u003ch3\u003eLive map feel\u003c\/h3\u003e\n\u003c!--en--\u003e          \u003cp\u003eAlways new locations available\u003c\/p\u003e\n\u003c!--en--\u003e        \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-features\"\u003e\n\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e📍\u003c\/div\u003e\n\u003c!--en--\u003e        4,000+ spots\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e⚡\u003c\/div\u003e\n\u003c!--en--\u003e        Fast access\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e🔄\u003c\/div\u003e\n\u003c!--en--\u003e        Weekly updates\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-maps-feature\"\u003e\n\u003c!--en--\u003e        \u003cdiv class=\"uf-maps-feature-icon\"\u003e👥\u003c\/div\u003e\n\u003c!--en--\u003e        Community\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-maps-highlight\"\u003e\n\u003c!--en--\u003e      \u003ch3\u003eThe largest urbex map of France\u003c\/h3\u003e\n\u003c!--en--\u003e      \u003cp\u003eOpen directly. Updated weekly. No hassle.\u003c\/p\u003e\n\u003c!--en--\u003e    \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e  \u003c\/div\u003e\n\u003c!--en--\u003e\u003c\/section\u003e","brand":"The Urbex Factory","offers":[{"title":"2026 — Gratis Updates","offer_id":54658783019347,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"2027 — Meest gekozen ⭐ (+10% korting)","offer_id":54658783052115,"sku":null,"price":32.99,"currency_code":"EUR","in_stock":true},{"title":"Premium — Nooit meer upgraden 👑","offer_id":54658783084883,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/57DA3409-007A-4A08-A6DE-DCB0B3DC670C.png?v=1787650988"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/collections\/shop-178447.png?v=1750093375","url":"https:\/\/urbexfactory.app\/pt-pt\/collections\/urbex-kaarten.oembed","provider":"The Urbex Factory","version":"1.0","type":"link"}