{"title":"Équipement urbex","description":"","products":[{"product_id":"ultra-strong-flashlight","title":"Ultra Strong Flashlight","description":"\u003cstyle\u003e\n.uf-light{\n  max-width:1100px;\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.uf-light-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-light-hero{\n  display:flex;\n  flex-direction:column;\n  gap:20px;\n}\n\n.uf-light-title{\n  font-size:26px;\n  font-weight:900;\n  color:#0f172a;\n}\n\n.uf-light-lead{\n  font-size:15px;\n  color:#526174;\n  line-height:1.7;\n}\n\n\/* VISUAL *\/\n.uf-light-visual{\n  position:relative;\n  height:240px;\n  border-radius:18px;\n  overflow:hidden;\n  background:linear-gradient(135deg,#020617,#0f172a);\n}\n\n\/* GRID (subtiel) *\/\n.uf-light-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:32px 32px;\n}\n\n\/* SVG *\/\n.uf-light-svg{\n  position:absolute;\n  inset:0;\n  width:100%;\n  height:100%;\n}\n\n\/* BEAM *\/\n.uf-beam{\n  animation:beamFlicker 2.5s ease-in-out infinite;\n}\n\n\/* CORE GLOW *\/\n.uf-core{\n  animation:corePulse 2s ease-in-out infinite;\n}\n\n\/* TEXT *\/\n.uf-light-core{\n  position:absolute;\n  bottom:14px;\n  left:14px;\n  right:14px;\n  color:#fff;\n}\n\n\/* INFO GRID *\/\n.uf-light-grid{\n  margin-top:20px;\n  display:grid;\n  gap:14px;\n}\n\n.uf-light-box{\n  background:#fff;\n  border-radius:18px;\n  padding:18px;\n  border:1px solid #e2e8f0;\n  box-shadow:0 10px 25px rgba(15,23,42,.06);\n}\n\n.uf-light-box h3{\n  font-size:16px;\n  font-weight:900;\n  margin-bottom:10px;\n}\n\n.uf-light-box p{\n  font-size:14px;\n  color:#526174;\n  line-height:1.6;\n}\n\n\/* CTA *\/\n.uf-light-cta{\n  margin-top:20px;\n  border-radius:18px;\n  padding:18px;\n  background:linear-gradient(135deg,#facc15,#0f172a);\n  text-align:center;\n}\n\n.uf-light-cta h3{\n  color:#fff;\n  font-weight:900;\n}\n\n.uf-light-cta p{\n  color:#fef3c7;\n}\n\n\/* ANIMATIONS *\/\n@keyframes beamFlicker{\n  0%,100%{opacity:.8;}\n  50%{opacity:1;}\n}\n\n@keyframes corePulse{\n  0%,100%{opacity:.5; transform:scale(.9);}\n  50%{opacity:1; transform:scale(1.2);}\n}\n\n\/* DESKTOP *\/\n@media(min-width:1024px){\n  .uf-light-hero{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:40px;\n    align-items:center;\n  }\n\n  .uf-light-title{font-size:36px}\n  .uf-light-grid{grid-template-columns:1fr 1fr}\n}\n\u003c\/style\u003e\u003c!--en--\u003e\u003c!--en--\u003e\u003csection class=\"uf-light\"\u003e\u003c!--en--\u003e  \u003cdiv class=\"uf-light-shell\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-light-hero\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003c!-- TEXT --\u003e\u003c!--en--\u003e      \u003cdiv\u003e\n\u003c!--en--\u003e        \u003ch2 class=\"uf-light-title\"\u003e🔦 Ultra Strong Flashlight\u003c\/h2\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cp class=\"uf-light-lead\"\u003e\u003c!--en--\u003e          Powerful flashlight for maximum visibility in dark locations. \u003c!--en--\u003e          Ideal for urbex, night explorations and situations where you don't want to miss a detail.\u003c!--en--\u003e        \u003c\/p\u003e\n\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003c!-- 🔥 ANIMATION --\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-light-visual\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003csvg class=\"uf-light-svg\" viewbox=\"0 0 300 200\"\u003e\n\n          \u003c!-- CORE LIGHT --\u003e\n          \u003ccircle class=\"uf-core\" cx=\"60\" cy=\"100\" r=\"10\" fill=\"#facc15\"\u003e\u003c\/circle\u003e\n\n          \u003c!-- LIGHT BEAM --\u003e\n          \u003cpolygon class=\"uf-beam\" points=\"60,90 280,40 280,160 60,110\" fill=\"url(#beamGradient)\"\u003e\u003c\/polygon\u003e\n\n          \u003c!-- GRADIENT --\u003e\n          \u003cdefs\u003e\n            \u003clineargradient id=\"beamGradient\" x1=\"0%\" y1=\"50%\" x2=\"100%\" y2=\"50%\"\u003e\n              \u003cstop offset=\"0%\" stop-color=\"#facc15\" stop-opacity=\"0.9\"\u003e\u003c\/stop\u003e\n              \u003cstop offset=\"60%\" stop-color=\"#facc15\" stop-opacity=\"0.3\"\u003e\u003c\/stop\u003e\n              \u003cstop offset=\"100%\" stop-color=\"#facc15\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\n            \u003c\/lineargradient\u003e\n          \u003c\/defs\u003e\n\n        \u003c\/svg\u003e\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-light-core\"\u003e\n\u003c!--en--\u003e          \u003ch3\u003eM\u003c\/h3\u003e\n\u003c!--en--\u003e          \u003cp\u003eSee everything in the dark\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    \u003c!-- INFO --\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-light-grid\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-light-box\"\u003e\n\u003c!--en--\u003e        \u003ch3\u003eWhat does it do?\u003c\/h3\u003e\n\u003c!--en--\u003e        \u003cp\u003e\u003c!--en--\u003e          Shines a powerful beam of light that fully illuminates even large spaces and dark corners.\u003c!--en--\u003e        \u003c\/p\u003e\n\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-light-box\"\u003e\n\u003c!--en--\u003e        \u003ch3\u003eWhy is it useful?\u003c\/h3\u003e\n\u003c!--en--\u003e        \u003cp\u003e\u003c!--en--\u003e          Indispensable for urbex. You immediately see obstacles, details and hazards.\u003c!--en--\u003e        \u003c\/p\u003e\n\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-light-box\"\u003e\n\u003c!--en--\u003e        \u003ch3\u003eWhen do you use this?\u003c\/h3\u003e\n\u003c!--en--\u003e        \u003cp\u003e\u003c!--en--\u003e          Abandoned buildings, tunnels, night exploration and dark spaces.\u003c!--en--\u003e        \u003c\/p\u003e\n\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-light-box\"\u003e\n\u003c!--en--\u003e        \u003ch3\u003eWho is this for?\u003c\/h3\u003e\n\u003c!--en--\u003e        \u003cp\u003e\u003c!--en--\u003e          For explorers who always want to be prepared.\u003c!--en--\u003e        \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    \u003cdiv class=\"uf-light-cta\"\u003e\n\u003c!--en--\u003e      \u003ch3\u003eSee what others miss\u003c\/h3\u003e\n\u003c!--en--\u003e      \u003cp\u003ePowerful light for every situation\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":"Default Title","offer_id":53270579806547,"sku":null,"price":14.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/7_flashlight_urbexfactory.png?v=1781947840"},{"product_id":"militaire-rugzak","title":"Military Backpack","description":"\u003cstyle\u003e\n.uf-pack{\n  max-width:1100px;\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.uf-pack-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-pack-hero{\n  display:flex;\n  flex-direction:column;\n  gap:20px;\n}\n\n.uf-pack-title{\n  font-size:26px;\n  font-weight:900;\n  color:#0f172a;\n}\n\n.uf-pack-lead{\n  font-size:15px;\n  color:#526174;\n  line-height:1.7;\n}\n\n\/* VISUAL *\/\n.uf-pack-visual{\n  position:relative;\n  height:240px;\n  border-radius:18px;\n  overflow:hidden;\n  background:linear-gradient(135deg,#020617,#0f172a);\n}\n\n\/* GRID *\/\n.uf-pack-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:32px 32px;\n}\n\n\/* SVG *\/\n.uf-pack-svg{\n  position:absolute;\n  inset:0;\n  width:100%;\n  height:100%;\n}\n\n\/* MODULES *\/\n.uf-module{\n  animation:modulePulse 2.5s ease-in-out infinite;\n}\n\n.uf-module:nth-child(2){animation-delay:.4s;}\n.uf-module:nth-child(3){animation-delay:.8s;}\n.uf-module:nth-child(4){animation-delay:1.2s;}\n\n\/* LINES *\/\n.uf-line{\n  stroke:#22c55e;\n  stroke-width:1;\n  opacity:.4;\n  animation:lineMove 3s linear infinite;\n}\n\n\/* TEXT *\/\n.uf-pack-core{\n  position:absolute;\n  bottom:14px;\n  left:14px;\n  right:14px;\n  color:#fff;\n}\n\n\/* INFO *\/\n.uf-pack-grid{\n  margin-top:20px;\n  display:grid;\n  gap:14px;\n}\n\n.uf-pack-box{\n  background:#fff;\n  border-radius:18px;\n  padding:18px;\n  border:1px solid #e2e8f0;\n  box-shadow:0 10px 25px rgba(15,23,42,.06);\n}\n\n.uf-pack-box h3{\n  font-size:16px;\n  font-weight:900;\n  margin-bottom:10px;\n}\n\n.uf-pack-box p{\n  font-size:14px;\n  color:#526174;\n}\n\n\/* CTA *\/\n.uf-pack-cta{\n  margin-top:20px;\n  border-radius:18px;\n  padding:18px;\n  background:linear-gradient(135deg,#22c55e,#0f172a);\n  text-align:center;\n}\n\n.uf-pack-cta h3{\n  color:#fff;\n  font-weight:900;\n}\n\n.uf-pack-cta p{\n  color:#bbf7d0;\n}\n\n\/* ANIMATIONS *\/\n@keyframes modulePulse{\n  0%,100%{opacity:.5; transform:scale(.9);}\n  50%{opacity:1; transform:scale(1.2);}\n}\n\n@keyframes lineMove{\n  0%{stroke-dashoffset:20;}\n  100%{stroke-dashoffset:0;}\n}\n\n\/* DESKTOP *\/\n@media(min-width:1024px){\n  .uf-pack-hero{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:40px;\n    align-items:center;\n  }\n\n  .uf-pack-title{font-size:36px}\n  .uf-pack-grid{grid-template-columns:1fr 1fr}\n}\n\u003c\/style\u003e\n\n\u003csection class=\"uf-pack\"\u003e\n  \u003cdiv class=\"uf-pack-shell\"\u003e\n\n\n    \u003cdiv class=\"uf-pack-hero\"\u003e\n\n\n      \u003c!-- TEXT --\u003e\n      \u003cdiv\u003e\n\n        \u003ch2 class=\"uf-pack-title\"\u003e🎒 Military Backpack\u003c\/h2\u003e\n\n\n        \u003cp class=\"uf-pack-lead\"\u003e\n          Robust backpack designed for maximum storage and organization. \n          Perfect for urbex, outdoor, and long explorations where you need to carry everything with you.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- 🔥 SVG ANIMATION --\u003e\n      \u003cdiv class=\"uf-pack-visual\"\u003e\n\n\n        \u003csvg class=\"uf-pack-svg\" viewbox=\"0 0 300 200\"\u003e\n\n          \u003c!-- MODULES --\u003e\n          \u003crect class=\"uf-module\" x=\"60\" y=\"60\" width=\"40\" height=\"30\" fill=\"#22c55e\" rx=\"4\"\u003e\u003c\/rect\u003e\n          \u003crect class=\"uf-module\" x=\"120\" y=\"50\" width=\"40\" height=\"30\" fill=\"#4ade80\" rx=\"4\"\u003e\u003c\/rect\u003e\n          \u003crect class=\"uf-module\" x=\"180\" y=\"60\" width=\"40\" height=\"30\" fill=\"#16a34a\" rx=\"4\"\u003e\u003c\/rect\u003e\n          \u003crect class=\"uf-module\" x=\"100\" y=\"110\" width=\"60\" height=\"35\" fill=\"#22c55e\" rx=\"6\"\u003e\u003c\/rect\u003e\n\n          \u003c!-- CONNECTION LINES --\u003e\n          \u003cline class=\"uf-line\" x1=\"80\" y1=\"75\" x2=\"140\" y2=\"65\"\u003e\u003c\/line\u003e\n          \u003cline class=\"uf-line\" x1=\"140\" y1=\"65\" x2=\"200\" y2=\"75\"\u003e\u003c\/line\u003e\n          \u003cline class=\"uf-line\" x1=\"140\" y1=\"65\" x2=\"130\" y2=\"125\"\u003e\u003c\/line\u003e\n\n        \u003c\/svg\u003e\n\n        \u003cdiv class=\"uf-pack-core\"\u003e\n\n          \u003ch3\u003e\u003c\/h3\u003e\n\n          \u003cp\u003eAlways ready to go\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- INFO --\u003e\n    \u003cdiv class=\"uf-pack-grid\"\u003e\n\n\n      \u003cdiv class=\"uf-pack-box\"\u003e\n\n        \u003ch3\u003eWhat makes this backpack unique?\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Multiple compartments ensure your gear remains organized and securely stored.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-pack-box\"\u003e\n\n        \u003ch3\u003eWhy is it useful?\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Ideal for urbex. Carry everything without it becoming messy.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-pack-box\"\u003e\n\n        \u003ch3\u003eWhen do you use this?\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Long trips, abandoned locations, outdoor activities, and travel.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-pack-box\"\u003e\n\n        \u003ch3\u003eWho is this for?\u003c\/h3\u003e\n\n        \u003cp\u003e\n          For explorers who want to be prepared for any situation.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"uf-pack-cta\"\u003e\n\n      \u003ch3\u003eTake everything with you\u003c\/h3\u003e\n\n      \u003cp\u003ePrepared for every mission\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":"Default Title","offer_id":53270580003155,"sku":null,"price":29.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/6_rugzakken_urbexfactory_0b3f09aa-a665-4d33-95ce-29d94f207763.jpg?v=1781948178"},{"product_id":"riemtassen","title":"Belt bags","description":"\u003cstyle\u003e\n.uf-bag{\n  max-width:1100px;\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.uf-bag-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-bag-hero{\n  display:flex;\n  flex-direction:column;\n  gap:20px;\n}\n\n.uf-bag-title{\n  font-size:26px;\n  font-weight:900;\n  color:#0f172a;\n}\n\n.uf-bag-lead{\n  font-size:15px;\n  color:#526174;\n  line-height:1.7;\n}\n\n\/* VISUAL *\/\n.uf-bag-visual{\n  position:relative;\n  height:240px;\n  border-radius:18px;\n  overflow:hidden;\n  background:linear-gradient(135deg,#020617,#0f172a);\n}\n\n\/* GRID *\/\n.uf-bag-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:32px 32px;\n}\n\n\/* SVG *\/\n.uf-bag-svg{\n  position:absolute;\n  inset:0;\n  width:100%;\n  height:100%;\n}\n\n\/* BAG CORE *\/\n.uf-core{\n  fill:#f59e0b;\n  animation:pulseCore 2s infinite;\n}\n\n\/* ITEMS *\/\n.uf-item{\n  animation:itemMove 2.5s ease-in-out infinite;\n}\n\n.uf-item:nth-child(2){animation-delay:.3s}\n.uf-item:nth-child(3){animation-delay:.6s}\n\n\/* TEXT *\/\n.uf-bag-core{\n  position:absolute;\n  bottom:14px;\n  left:14px;\n  color:#fff;\n}\n\n\/* INFO *\/\n.uf-bag-grid{\n  margin-top:20px;\n  display:grid;\n  gap:14px;\n}\n\n.uf-bag-box{\n  background:#fff;\n  border-radius:18px;\n  padding:18px;\n  border:1px solid #e2e8f0;\n  box-shadow:0 10px 25px rgba(15,23,42,.06);\n}\n\n.uf-bag-box h3{\n  font-size:16px;\n  font-weight:900;\n  margin-bottom:10px;\n}\n\n.uf-bag-box p{\n  font-size:14px;\n  color:#526174;\n}\n\n\/* CTA *\/\n.uf-bag-cta{\n  margin-top:20px;\n  border-radius:18px;\n  padding:18px;\n  background:linear-gradient(135deg,#f59e0b,#0f172a);\n  text-align:center;\n}\n\n.uf-bag-cta h3{\n  color:#fff;\n  font-weight:900;\n}\n\n.uf-bag-cta p{\n  color:#fde68a;\n}\n\n\/* ANIMATIONS *\/\n@keyframes pulseCore{\n  0%,100%{transform:scale(.9); opacity:.6}\n  50%{transform:scale(1.1); opacity:1}\n}\n\n@keyframes itemMove{\n  0%{transform:translateY(20px); opacity:0}\n  50%{opacity:1}\n  100%{transform:translateY(-20px); opacity:0}\n}\n\n\/* DESKTOP *\/\n@media(min-width:1024px){\n  .uf-bag-hero{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:40px;\n    align-items:center;\n  }\n\n  .uf-bag-title{font-size:36px}\n  .uf-bag-grid{grid-template-columns:1fr 1fr}\n}\n\u003c\/style\u003e\n\u003csection class=\"uf-bag\"\u003e\n  \u003cdiv class=\"uf-bag-shell\"\u003e\n\n\n    \u003cdiv class=\"uf-bag-hero\"\u003e\n\n\n      \u003c!-- TEXT --\u003e\n      \u003cdiv\u003e\n\n        \u003ch2 class=\"uf-bag-title\"\u003e🎒 Belt Bag – Grab \u0026amp; Go\u003c\/h2\u003e\n\n\n        \u003cp class=\"uf-bag-lead\"\u003e\n          Compact, lightweight, and always within reach.\n          This belt bag is designed for quick access to your most important gear during urban exploration, travel, or daily use.\n        \u003c\/p\u003e\n\n\n        \u003cp class=\"uf-bag-lead\"\u003e\n          No more fumbling around in a large bag — everything you need is right on your hip.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- SVG ANIMATION --\u003e\n      \u003cdiv class=\"uf-bag-visual\"\u003e\n\n\n        \u003csvg class=\"uf-bag-svg\" viewbox=\"0 0 300 200\"\u003e\n\n          \u003c!-- BAG --\u003e\n          \u003crect x=\"120\" y=\"80\" width=\"60\" height=\"40\" rx=\"8\" fill=\"#f59e0b\"\u003e\u003c\/rect\u003e\n\n          \u003c!-- CORE --\u003e\n          \u003ccircle class=\"uf-core\" cx=\"150\" cy=\"100\" r=\"6\"\u003e\u003c\/circle\u003e\n\n          \u003c!-- ITEMS --\u003e\n          \u003crect class=\"uf-item\" x=\"140\" y=\"140\" width=\"10\" height=\"10\" fill=\"#22c55e\"\u003e\u003c\/rect\u003e\n          \u003crect class=\"uf-item\" x=\"155\" y=\"140\" width=\"10\" height=\"10\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n          \u003crect class=\"uf-item\" x=\"125\" y=\"140\" width=\"10\" height=\"10\" fill=\"#ef4444\"\u003e\u003c\/rect\u003e\n\n        \u003c\/svg\u003e\n\n        \u003cdiv class=\"uf-bag-core\"\u003e\n\n          \u003ch3\u003eAlways ready\u003c\/h3\u003e\n\n          \u003cp\u003eQuick access to your gear\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- INFO --\u003e\n    \u003cdiv class=\"uf-bag-grid\"\u003e\n\n\n      \u003cdiv class=\"uf-bag-box\"\u003e\n\n        \u003ch3\u003eQuick access\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Grab what you need instantly without searching. Ideal for urban exploration and on the go.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-bag-box\"\u003e\n\n        \u003ch3\u003eCompact design\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Small size, but surprisingly ample storage space for essentials.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-bag-box\"\u003e\n\n        \u003ch3\u003ePerfect for urban exploration\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Carry lights, tools, and small gear safely and organized.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-bag-box\"\u003e\n\n        \u003ch3\u003eComfort\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Lightweight and comfortable to wear during long explorations.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"uf-bag-cta\"\u003e\n\n      \u003ch3\u003eGrab. Go. Explore.\u003c\/h3\u003e\n\n      \u003cp\u003eEverything you need, always with you\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":"Default Title","offer_id":53270580461907,"sku":null,"price":14.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/3_riemtas_urbexfactory.png?v=1781948512"},{"product_id":"powerbank","title":"Power bank","description":"\u003c!-- ========================================= THE URBEX FACTORY – LOCATION INFORMATION PREMIUM INFO PILLS ========================================= --\u003e  \u003cstyle\u003e .uf-location-wrap{   width:100%;    margin-top:26px;    font-family:     Inter,     system-ui,     -apple-system,     BlinkMacSystemFont,     \"Segoe UI\",     sans-serif; }  \/* HEADER *\/ .uf-location-head{   margin-bottom:18px; }  .uf-location-head-top{   display:flex;   align-items:center;   justify-content:space-between;    gap:14px; }  .uf-location-head h2{   margin:0;    font-size:34px;   line-height:1;    letter-spacing:-0.04em;    font-weight:900;    color:#001248; }  .uf-location-head p{   margin:12px 0 0;    color:#64748b;    font-size:15px;   line-height:1.7;    font-weight:500;    max-width:620px; }  \/* 🔥 UNVERIFIED BADGE *\/ .uf-unverified-badge{   display:inline-flex;   align-items:center;   justify-content:center;    gap:8px;    min-height:42px;    padding:0 16px;    border-radius:999px;    background:     linear-gradient(       135deg,       #fff7ed 0%,       #ffedd5 100%     );    border:1px solid rgba(249,115,22,.18);    color:#ea580c;    font-size:12px;   font-weight:900;    letter-spacing:.08em;   text-transform:uppercase;    box-shadow:     0 10px 24px rgba(249,115,22,.10); }  \/* CONTAINER *\/ .uf-location-pills{   width:100%;    border-radius:30px;    overflow:hidden;    background:     linear-gradient(       180deg,       #ffffff 0%,       #f8fafc 100%     );    border:1px solid rgba(0,18,72,.08);    box-shadow:     0 14px 34px rgba(15,23,42,.06); }  \/* ITEM *\/ .uf-location-pill{   display:flex;   align-items:center;    gap:18px;    min-height:92px;    padding:18px 20px;    position:relative; }  .uf-location-pill + .uf-location-pill{   border-top:1px solid rgba(0,18,72,.08); }  \/* LEFT *\/ .uf-location-pill-left{   display:flex;   align-items:center;   gap:14px;    flex:1;   min-width:0; }  \/* ICON *\/ .uf-location-pill-icon{   width:56px;   height:56px;    border-radius:18px;    flex-shrink:0;    display:flex;   align-items:center;   justify-content:center;    color:#ffffff;    font-size:22px;    box-shadow:     0 14px 24px rgba(15,23,42,.12); }  \/* TEXT *\/ .uf-location-pill-text{   flex:1;   min-width:0; }  .uf-location-pill-label{   display:block;    margin-bottom:5px;    color:#7c8aa5;    font-size:12px;   font-weight:900;    letter-spacing:.08em;    text-transform:uppercase; }  .uf-location-pill-title{   font-size:22px;   line-height:1.1;    letter-spacing:-0.03em;    font-weight:900;    color:#001248; }  \/* ========================================= GRAY ========================================= *\/  .uf-gray .uf-location-pill-icon{   background:     linear-gradient(       135deg,       #64748b,       #475569     );    box-shadow:     0 12px 24px rgba(100,116,139,.20); }  \/* ========================================= ORANGE ========================================= *\/  .uf-orange .uf-location-pill-icon{   background:     linear-gradient(       135deg,       #f59e0b,       #f97316     );    box-shadow:     0 12px 24px rgba(249,115,22,.22); }  \/* MOBILE *\/ @media(max-width:640px){    .uf-location-wrap{     margin-top:22px;   }    .uf-location-head-top{     flex-direction:column;     align-items:flex-start;      gap:12px;   }    .uf-location-head h2{     font-size:28px;   }    .uf-location-head p{     font-size:14px;     line-height:1.7;   }    .uf-unverified-badge{     min-height:38px;      padding:0 14px;      font-size:11px;   }    .uf-location-pills{     border-radius:24px;   }    .uf-location-pill{     min-height:auto;      padding:16px;   }    .uf-location-pill-icon{     width:50px;     height:50px;      border-radius:16px;      font-size:19px;   }    .uf-location-pill-title{     font-size:18px;   }  } \u003c\/style\u003e  \u003cdiv class=\"uf-location-wrap\"\u003e    \u003c!-- HEADER --\u003e   \u003cdiv class=\"uf-location-head\"\u003e      \u003cdiv class=\"uf-location-head-top\"\u003e        \u003ch2\u003e         Location information       \u003c\/h2\u003e        \u003cdiv class=\"uf-unverified-badge\"\u003e         ⚠️ Unverified       \u003c\/div\u003e      \u003c\/div\u003e      \u003cp\u003e       Instantly view the size of the location and how challenging the explore is.     \u003c\/p\u003e    \u003c\/div\u003e    \u003c!-- PILLS --\u003e   \u003cdiv class=\"uf-location-pills\"\u003e      \u003c!-- GROOTTE --\u003e     \u003cdiv class=\"uf-location-pill uf-gray\"\u003e        \u003cdiv class=\"uf-location-pill-left\"\u003e          \u003cdiv class=\"uf-location-pill-icon\"\u003e           📏         \u003c\/div\u003e          \u003cdiv class=\"uf-location-pill-text\"\u003e            \u003cspan class=\"uf-location-pill-label\"\u003e             Size           \u003c\/span\u003e            \u003cdiv class=\"uf-location-pill-title\"\u003e             Medium           \u003c\/div\u003e          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e      \u003c!-- MOEILIJKHEID --\u003e     \u003cdiv class=\"uf-location-pill uf-orange\"\u003e        \u003cdiv class=\"uf-location-pill-left\"\u003e          \u003cdiv class=\"uf-location-pill-icon\"\u003e           🛡️         \u003c\/div\u003e          \u003cdiv class=\"uf-location-pill-text\"\u003e            \u003cspan class=\"uf-location-pill-label\"\u003e             Difficulty           \u003c\/span\u003e            \u003cdiv class=\"uf-location-pill-title\"\u003e             Intermediate           \u003c\/div\u003e          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/div\u003e","brand":"The Urbex Factory","offers":[{"title":"Default Title","offer_id":53270580724051,"sku":null,"price":29.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/1_powerbank_urbexfactory.jpg?v=1781949020"},{"product_id":"kompas-armband","title":"Compass Bracelet","description":"\u003c!-- ========================================= THE URBEX FACTORY – LOCATION INFORMATION PREMIUM INFO PILLS ========================================= --\u003e  \u003cstyle\u003e .uf-location-wrap{   width:100%;    margin-top:26px;    font-family:     Inter,     system-ui,     -apple-system,     BlinkMacSystemFont,     \"Segoe UI\",     sans-serif; }  \/* HEADER *\/ .uf-location-head{   margin-bottom:18px; }  .uf-location-head-top{   display:flex;   align-items:center;   justify-content:space-between;    gap:14px; }  .uf-location-head h2{   margin:0;    font-size:34px;   line-height:1;    letter-spacing:-0.04em;    font-weight:900;    color:#001248; }  .uf-location-head p{   margin:12px 0 0;    color:#64748b;    font-size:15px;   line-height:1.7;    font-weight:500;    max-width:620px; }  \/* 🔥 UNVERIFIED BADGE *\/ .uf-unverified-badge{   display:inline-flex;   align-items:center;   justify-content:center;    gap:8px;    min-height:42px;    padding:0 16px;    border-radius:999px;    background:     linear-gradient(       135deg,       #fff7ed 0%,       #ffedd5 100%     );    border:1px solid rgba(249,115,22,.18);    color:#ea580c;    font-size:12px;   font-weight:900;    letter-spacing:.08em;   text-transform:uppercase;    box-shadow:     0 10px 24px rgba(249,115,22,.10); }  \/* CONTAINER *\/ .uf-location-pills{   width:100%;    border-radius:30px;    overflow:hidden;    background:     linear-gradient(       180deg,       #ffffff 0%,       #f8fafc 100%     );    border:1px solid rgba(0,18,72,.08);    box-shadow:     0 14px 34px rgba(15,23,42,.06); }  \/* ITEM *\/ .uf-location-pill{   display:flex;   align-items:center;    gap:18px;    min-height:92px;    padding:18px 20px;    position:relative; }  .uf-location-pill + .uf-location-pill{   border-top:1px solid rgba(0,18,72,.08); }  \/* LEFT *\/ .uf-location-pill-left{   display:flex;   align-items:center;   gap:14px;    flex:1;   min-width:0; }  \/* ICON *\/ .uf-location-pill-icon{   width:56px;   height:56px;    border-radius:18px;    flex-shrink:0;    display:flex;   align-items:center;   justify-content:center;    color:#ffffff;    font-size:22px;    box-shadow:     0 14px 24px rgba(15,23,42,.12); }  \/* TEXT *\/ .uf-location-pill-text{   flex:1;   min-width:0; }  .uf-location-pill-label{   display:block;    margin-bottom:5px;    color:#7c8aa5;    font-size:12px;   font-weight:900;    letter-spacing:.08em;    text-transform:uppercase; }  .uf-location-pill-title{   font-size:22px;   line-height:1.1;    letter-spacing:-0.03em;    font-weight:900;    color:#001248; }  \/* ========================================= GRAY ========================================= *\/  .uf-gray .uf-location-pill-icon{   background:     linear-gradient(       135deg,       #64748b,       #475569     );    box-shadow:     0 12px 24px rgba(100,116,139,.20); }  \/* ========================================= ORANGE ========================================= *\/  .uf-orange .uf-location-pill-icon{   background:     linear-gradient(       135deg,       #f59e0b,       #f97316     );    box-shadow:     0 12px 24px rgba(249,115,22,.22); }  \/* MOBILE *\/ @media(max-width:640px){    .uf-location-wrap{     margin-top:22px;   }    .uf-location-head-top{     flex-direction:column;     align-items:flex-start;      gap:12px;   }    .uf-location-head h2{     font-size:28px;   }    .uf-location-head p{     font-size:14px;     line-height:1.7;   }    .uf-unverified-badge{     min-height:38px;      padding:0 14px;      font-size:11px;   }    .uf-location-pills{     border-radius:24px;   }    .uf-location-pill{     min-height:auto;      padding:16px;   }    .uf-location-pill-icon{     width:50px;     height:50px;      border-radius:16px;      font-size:19px;   }    .uf-location-pill-title{     font-size:18px;   }  } \u003c\/style\u003e  \u003cdiv class=\"uf-location-wrap\"\u003e    \u003c!-- HEADER --\u003e   \u003cdiv class=\"uf-location-head\"\u003e      \u003cdiv class=\"uf-location-head-top\"\u003e        \u003ch2\u003e         Location information       \u003c\/h2\u003e        \u003cdiv class=\"uf-unverified-badge\"\u003e         ⚠️ Unverified       \u003c\/div\u003e      \u003c\/div\u003e      \u003cp\u003e       Instantly view the size of the location and how challenging the explore is.     \u003c\/p\u003e    \u003c\/div\u003e    \u003c!-- PILLS --\u003e   \u003cdiv class=\"uf-location-pills\"\u003e      \u003c!-- GROOTTE --\u003e     \u003cdiv class=\"uf-location-pill uf-gray\"\u003e        \u003cdiv class=\"uf-location-pill-left\"\u003e          \u003cdiv class=\"uf-location-pill-icon\"\u003e           📏         \u003c\/div\u003e          \u003cdiv class=\"uf-location-pill-text\"\u003e            \u003cspan class=\"uf-location-pill-label\"\u003e             Size           \u003c\/span\u003e            \u003cdiv class=\"uf-location-pill-title\"\u003e             Medium           \u003c\/div\u003e          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e      \u003c!-- MOEILIJKHEID --\u003e     \u003cdiv class=\"uf-location-pill uf-orange\"\u003e        \u003cdiv class=\"uf-location-pill-left\"\u003e          \u003cdiv class=\"uf-location-pill-icon\"\u003e           🛡️         \u003c\/div\u003e          \u003cdiv class=\"uf-location-pill-text\"\u003e            \u003cspan class=\"uf-location-pill-label\"\u003e             Difficulty           \u003c\/span\u003e            \u003cdiv class=\"uf-location-pill-title\"\u003e             Intermediate           \u003c\/div\u003e          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/div\u003e","brand":"The Urbex Factory","offers":[{"title":"Default Title","offer_id":53270584590675,"sku":null,"price":4.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/6_kompasarmband_urbexfactory.jpg?v=1781949037"},{"product_id":"4-in-1-survival-kit","title":"4-in-1 Survival Kit","description":"\u003c!-- ========================================= THE URBEX FACTORY – LOCATION INFORMATION PREMIUM INFO PILLS ========================================= --\u003e  \u003cstyle\u003e .uf-location-wrap{   width:100%;    margin-top:26px;    font-family:     Inter,     system-ui,     -apple-system,     BlinkMacSystemFont,     \"Segoe UI\",     sans-serif; }  \/* HEADER *\/ .uf-location-head{   margin-bottom:18px; }  .uf-location-head-top{   display:flex;   align-items:center;   justify-content:space-between;    gap:14px; }  .uf-location-head h2{   margin:0;    font-size:34px;   line-height:1;    letter-spacing:-0.04em;    font-weight:900;    color:#001248; }  .uf-location-head p{   margin:12px 0 0;    color:#64748b;    font-size:15px;   line-height:1.7;    font-weight:500;    max-width:620px; }  \/* 🔥 UNVERIFIED BADGE *\/ .uf-unverified-badge{   display:inline-flex;   align-items:center;   justify-content:center;    gap:8px;    min-height:42px;    padding:0 16px;    border-radius:999px;    background:     linear-gradient(       135deg,       #fff7ed 0%,       #ffedd5 100%     );    border:1px solid rgba(249,115,22,.18);    color:#ea580c;    font-size:12px;   font-weight:900;    letter-spacing:.08em;   text-transform:uppercase;    box-shadow:     0 10px 24px rgba(249,115,22,.10); }  \/* CONTAINER *\/ .uf-location-pills{   width:100%;    border-radius:30px;    overflow:hidden;    background:     linear-gradient(       180deg,       #ffffff 0%,       #f8fafc 100%     );    border:1px solid rgba(0,18,72,.08);    box-shadow:     0 14px 34px rgba(15,23,42,.06); }  \/* ITEM *\/ .uf-location-pill{   display:flex;   align-items:center;    gap:18px;    min-height:92px;    padding:18px 20px;    position:relative; }  .uf-location-pill + .uf-location-pill{   border-top:1px solid rgba(0,18,72,.08); }  \/* LEFT *\/ .uf-location-pill-left{   display:flex;   align-items:center;   gap:14px;    flex:1;   min-width:0; }  \/* ICON *\/ .uf-location-pill-icon{   width:56px;   height:56px;    border-radius:18px;    flex-shrink:0;    display:flex;   align-items:center;   justify-content:center;    color:#ffffff;    font-size:22px;    box-shadow:     0 14px 24px rgba(15,23,42,.12); }  \/* TEXT *\/ .uf-location-pill-text{   flex:1;   min-width:0; }  .uf-location-pill-label{   display:block;    margin-bottom:5px;    color:#7c8aa5;    font-size:12px;   font-weight:900;    letter-spacing:.08em;    text-transform:uppercase; }  .uf-location-pill-title{   font-size:22px;   line-height:1.1;    letter-spacing:-0.03em;    font-weight:900;    color:#001248; }  \/* ========================================= GRAY ========================================= *\/  .uf-gray .uf-location-pill-icon{   background:     linear-gradient(       135deg,       #64748b,       #475569     );    box-shadow:     0 12px 24px rgba(100,116,139,.20); }  \/* ========================================= ORANGE ========================================= *\/  .uf-orange .uf-location-pill-icon{   background:     linear-gradient(       135deg,       #f59e0b,       #f97316     );    box-shadow:     0 12px 24px rgba(249,115,22,.22); }  \/* MOBILE *\/ @media(max-width:640px){    .uf-location-wrap{     margin-top:22px;   }    .uf-location-head-top{     flex-direction:column;     align-items:flex-start;      gap:12px;   }    .uf-location-head h2{     font-size:28px;   }    .uf-location-head p{     font-size:14px;     line-height:1.7;   }    .uf-unverified-badge{     min-height:38px;      padding:0 14px;      font-size:11px;   }    .uf-location-pills{     border-radius:24px;   }    .uf-location-pill{     min-height:auto;      padding:16px;   }    .uf-location-pill-icon{     width:50px;     height:50px;      border-radius:16px;      font-size:19px;   }    .uf-location-pill-title{     font-size:18px;   }  } \u003c\/style\u003e  \u003cdiv class=\"uf-location-wrap\"\u003e    \u003c!-- HEADER --\u003e   \u003cdiv class=\"uf-location-head\"\u003e      \u003cdiv class=\"uf-location-head-top\"\u003e        \u003ch2\u003e         Location information       \u003c\/h2\u003e        \u003cdiv class=\"uf-unverified-badge\"\u003e         ⚠️ Unverified       \u003c\/div\u003e      \u003c\/div\u003e      \u003cp\u003e       Instantly see the size of the location and how challenging the explore is.     \u003c\/p\u003e    \u003c\/div\u003e    \u003c!-- PILLS --\u003e   \u003cdiv class=\"uf-location-pills\"\u003e      \u003c!-- GROOTTE --\u003e     \u003cdiv class=\"uf-location-pill uf-gray\"\u003e        \u003cdiv class=\"uf-location-pill-left\"\u003e          \u003cdiv class=\"uf-location-pill-icon\"\u003e           📏         \u003c\/div\u003e          \u003cdiv class=\"uf-location-pill-text\"\u003e            \u003cspan class=\"uf-location-pill-label\"\u003e             Size           \u003c\/span\u003e            \u003cdiv class=\"uf-location-pill-title\"\u003e             Medium           \u003c\/div\u003e          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e      \u003c!-- MOEILIJKHEID --\u003e     \u003cdiv class=\"uf-location-pill uf-orange\"\u003e        \u003cdiv class=\"uf-location-pill-left\"\u003e          \u003cdiv class=\"uf-location-pill-icon\"\u003e           🛡️         \u003c\/div\u003e          \u003cdiv class=\"uf-location-pill-text\"\u003e            \u003cspan class=\"uf-location-pill-label\"\u003e             Difficulty           \u003c\/span\u003e            \u003cdiv class=\"uf-location-pill-title\"\u003e             Intermediate           \u003c\/div\u003e          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/div\u003e","brand":"The Urbex Factory","offers":[{"title":"Default Title","offer_id":53270585639251,"sku":null,"price":14.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/4_4-1survival_urbexfactory.jpg?v=1781949086"},{"product_id":"black-mold-mask","title":"Black Mold Mask","description":"\u003c!-- ========================================= THE URBEX FACTORY – LOCATION INFORMATION PREMIUM INFO PILLS ========================================= --\u003e  \u003cstyle\u003e .uf-location-wrap{   width:100%;    margin-top:26px;    font-family:     Inter,     system-ui,     -apple-system,     BlinkMacSystemFont,     \"Segoe UI\",     sans-serif; }  \/* HEADER *\/ .uf-location-head{   margin-bottom:18px; }  .uf-location-head-top{   display:flex;   align-items:center;   justify-content:space-between;    gap:14px; }  .uf-location-head h2{   margin:0;    font-size:34px;   line-height:1;    letter-spacing:-0.04em;    font-weight:900;    color:#001248; }  .uf-location-head p{   margin:12px 0 0;    color:#64748b;    font-size:15px;   line-height:1.7;    font-weight:500;    max-width:620px; }  \/* 🔥 UNVERIFIED BADGE *\/ .uf-unverified-badge{   display:inline-flex;   align-items:center;   justify-content:center;    gap:8px;    min-height:42px;    padding:0 16px;    border-radius:999px;    background:     linear-gradient(       135deg,       #fff7ed 0%,       #ffedd5 100%     );    border:1px solid rgba(249,115,22,.18);    color:#ea580c;    font-size:12px;   font-weight:900;    letter-spacing:.08em;   text-transform:uppercase;    box-shadow:     0 10px 24px rgba(249,115,22,.10); }  \/* CONTAINER *\/ .uf-location-pills{   width:100%;    border-radius:30px;    overflow:hidden;    background:     linear-gradient(       180deg,       #ffffff 0%,       #f8fafc 100%     );    border:1px solid rgba(0,18,72,.08);    box-shadow:     0 14px 34px rgba(15,23,42,.06); }  \/* ITEM *\/ .uf-location-pill{   display:flex;   align-items:center;    gap:18px;    min-height:92px;    padding:18px 20px;    position:relative; }  .uf-location-pill + .uf-location-pill{   border-top:1px solid rgba(0,18,72,.08); }  \/* LEFT *\/ .uf-location-pill-left{   display:flex;   align-items:center;   gap:14px;    flex:1;   min-width:0; }  \/* ICON *\/ .uf-location-pill-icon{   width:56px;   height:56px;    border-radius:18px;    flex-shrink:0;    display:flex;   align-items:center;   justify-content:center;    color:#ffffff;    font-size:22px;    box-shadow:     0 14px 24px rgba(15,23,42,.12); }  \/* TEXT *\/ .uf-location-pill-text{   flex:1;   min-width:0; }  .uf-location-pill-label{   display:block;    margin-bottom:5px;    color:#7c8aa5;    font-size:12px;   font-weight:900;    letter-spacing:.08em;    text-transform:uppercase; }  .uf-location-pill-title{   font-size:22px;   line-height:1.1;    letter-spacing:-0.03em;    font-weight:900;    color:#001248; }  \/* ========================================= GRAY ========================================= *\/  .uf-gray .uf-location-pill-icon{   background:     linear-gradient(       135deg,       #64748b,       #475569     );    box-shadow:     0 12px 24px rgba(100,116,139,.20); }  \/* ========================================= ORANGE ========================================= *\/  .uf-orange .uf-location-pill-icon{   background:     linear-gradient(       135deg,       #f59e0b,       #f97316     );    box-shadow:     0 12px 24px rgba(249,115,22,.22); }  \/* MOBILE *\/ @media(max-width:640px){    .uf-location-wrap{     margin-top:22px;   }    .uf-location-head-top{     flex-direction:column;     align-items:flex-start;      gap:12px;   }    .uf-location-head h2{     font-size:28px;   }    .uf-location-head p{     font-size:14px;     line-height:1.7;   }    .uf-unverified-badge{     min-height:38px;      padding:0 14px;      font-size:11px;   }    .uf-location-pills{     border-radius:24px;   }    .uf-location-pill{     min-height:auto;      padding:16px;   }    .uf-location-pill-icon{     width:50px;     height:50px;      border-radius:16px;      font-size:19px;   }    .uf-location-pill-title{     font-size:18px;   }  } \u003c\/style\u003e  \u003cdiv class=\"uf-location-wrap\"\u003e    \u003c!-- HEADER --\u003e   \u003cdiv class=\"uf-location-head\"\u003e      \u003cdiv class=\"uf-location-head-top\"\u003e        \u003ch2\u003e         Location information       \u003c\/h2\u003e        \u003cdiv class=\"uf-unverified-badge\"\u003e         ⚠️ Unverified       \u003c\/div\u003e      \u003c\/div\u003e      \u003cp\u003e       Instantly view the size of the location and how challenging the explore is.     \u003c\/p\u003e    \u003c\/div\u003e    \u003c!-- PILLS --\u003e   \u003cdiv class=\"uf-location-pills\"\u003e      \u003c!-- GROOTTE --\u003e     \u003cdiv class=\"uf-location-pill uf-gray\"\u003e        \u003cdiv class=\"uf-location-pill-left\"\u003e          \u003cdiv class=\"uf-location-pill-icon\"\u003e           📏         \u003c\/div\u003e          \u003cdiv class=\"uf-location-pill-text\"\u003e            \u003cspan class=\"uf-location-pill-label\"\u003e             Size           \u003c\/span\u003e            \u003cdiv class=\"uf-location-pill-title\"\u003e             Medium           \u003c\/div\u003e          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e      \u003c!-- MOEILIJKHEID --\u003e     \u003cdiv class=\"uf-location-pill uf-orange\"\u003e        \u003cdiv class=\"uf-location-pill-left\"\u003e          \u003cdiv class=\"uf-location-pill-icon\"\u003e           🛡️         \u003c\/div\u003e          \u003cdiv class=\"uf-location-pill-text\"\u003e            \u003cspan class=\"uf-location-pill-label\"\u003e             Difficulty           \u003c\/span\u003e            \u003cdiv class=\"uf-location-pill-title\"\u003e             Intermediate           \u003c\/div\u003e          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/div\u003e","brand":"The Urbex Factory","offers":[{"title":"Default Title","offer_id":53270585934163,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/6_blackmoldmask_urbexfactory.png?v=1781949281"},{"product_id":"ultra-headlight","title":"Ultra Headlight","description":"\u003cstyle\u003e\n.uf-head{\n  max-width:1100px;\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.uf-head-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-head-hero{\n  display:flex;\n  flex-direction:column;\n  gap:20px;\n}\n\n.uf-head-title{\n  font-size:26px;\n  font-weight:900;\n  color:#0f172a;\n}\n\n.uf-head-lead{\n  font-size:15px;\n  color:#526174;\n  line-height:1.7;\n}\n\n\/* VISUAL *\/\n.uf-head-visual{\n  position:relative;\n  height:240px;\n  border-radius:18px;\n  overflow:hidden;\n  background:linear-gradient(135deg,#020617,#0f172a);\n}\n\n\/* subtle grid *\/\n.uf-head-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:32px 32px;\n}\n\n\/* SVG *\/\n.uf-head-svg{\n  position:absolute;\n  inset:0;\n  width:100%;\n  height:100%;\n}\n\n\/* HEAD MOVEMENT *\/\n.uf-headlamp{\n  transform-origin:50% 20%;\n  animation:headScan 4s ease-in-out infinite;\n}\n\n\/* BEAM *\/\n.uf-head-beam{\n  animation:beamPulse 2.5s ease-in-out infinite;\n}\n\n\/* CORE *\/\n.uf-head-corelight{\n  animation:coreGlow 2s ease-in-out infinite;\n}\n\n\/* TEXT *\/\n.uf-head-core{\n  position:absolute;\n  bottom:14px;\n  left:14px;\n  right:14px;\n  color:#fff;\n}\n\n\/* INFO *\/\n.uf-head-grid{\n  margin-top:20px;\n  display:grid;\n  gap:14px;\n}\n\n.uf-head-box{\n  background:#fff;\n  border-radius:18px;\n  padding:18px;\n  border:1px solid #e2e8f0;\n  box-shadow:0 10px 25px rgba(15,23,42,.06);\n}\n\n.uf-head-box h3{\n  font-size:16px;\n  font-weight:900;\n  margin-bottom:10px;\n}\n\n.uf-head-box p{\n  font-size:14px;\n  color:#526174;\n}\n\n\/* CTA *\/\n.uf-head-cta{\n  margin-top:20px;\n  border-radius:18px;\n  padding:18px;\n  background:linear-gradient(135deg,#22c55e,#0f172a);\n  text-align:center;\n}\n\n.uf-head-cta h3{\n  color:#fff;\n  font-weight:900;\n}\n\n.uf-head-cta p{\n  color:#bbf7d0;\n}\n\n\/* ANIMATIONS *\/\n@keyframes headScan{\n  0%,100%{transform:rotate(-8deg);}\n  50%{transform:rotate(12deg);}\n}\n\n@keyframes beamPulse{\n  0%,100%{opacity:.6;}\n  50%{opacity:1;}\n}\n\n@keyframes coreGlow{\n  0%,100%{opacity:.5; transform:scale(.9);}\n  50%{opacity:1; transform:scale(1.2);}\n}\n\n\/* DESKTOP *\/\n@media(min-width:1024px){\n  .uf-head-hero{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:40px;\n    align-items:center;\n  }\n\n  .uf-head-title{font-size:36px}\n  .uf-head-grid{grid-template-columns:1fr 1fr}\n}\n\u003c\/style\u003e\u003c!--en--\u003e\u003c!--en--\u003e\u003csection class=\"uf-head\"\u003e\u003c!--en--\u003e  \u003cdiv class=\"uf-head-shell\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-head-hero\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003c!-- TEXT --\u003e\u003c!--en--\u003e      \u003cdiv\u003e\n\u003c!--en--\u003e        \u003ch2 class=\"uf-head-title\"\u003e🔦 Ultra Headlight\u003c\/h2\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003cp class=\"uf-head-lead\"\u003e\u003c!--en--\u003e          Hands-free lighting for maximum freedom of movement. Perfect for urban exploration, climbing, and other activities requiring both hands.\u003c!--en--\u003e        \u003c\/p\u003e\n\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003c!-- 🔥 SVG ANIMATIE --\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-head-visual\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003csvg class=\"uf-head-svg\" viewbox=\"0 0 300 200\"\u003e\n\n          \u003c!-- HEADLAMP --\u003e\n          \u003cg class=\"uf-headlamp\"\u003e\n\n            \u003c!-- core light --\u003e\n            \u003ccircle class=\"uf-head-corelight\" cx=\"150\" cy=\"60\" r=\"10\" fill=\"#22c55e\"\u003e\u003c\/circle\u003e\n\n            \u003c!-- beam --\u003e\n            \u003cpolygon class=\"uf-head-beam\" points=\"150,60 40,200 260,200\" fill=\"url(#headBeam)\"\u003e\u003c\/polygon\u003e\n\n          \u003c\/g\u003e\n\n          \u003c!-- gradient --\u003e\n          \u003cdefs\u003e\n            \u003clineargradient id=\"headBeam\" x1=\"50%\" y1=\"0%\" x2=\"50%\" y2=\"100%\"\u003e\n              \u003cstop offset=\"0%\" stop-color=\"#22c55e\" stop-opacity=\"0.8\"\u003e\u003c\/stop\u003e\n              \u003cstop offset=\"70%\" stop-color=\"#22c55e\" stop-opacity=\"0.25\"\u003e\u003c\/stop\u003e\n              \u003cstop offset=\"100%\" stop-color=\"#22c55e\" stop-opacity=\"0\"\u003e\u003c\/stop\u003e\n            \u003c\/lineargradient\u003e\n          \u003c\/defs\u003e\n\n        \u003c\/svg\u003e\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-head-core\"\u003e\n\u003c!--en--\u003e          \u003ch3\u003eH\u003c\/h3\u003e\n\u003c!--en--\u003e          \u003cp\u003eFollow your gaze. See everything.\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    \u003c!-- INFO --\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-head-grid\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-head-box\"\u003e\n\u003c!--en--\u003e        \u003ch3\u003eWhat does it do?\u003c\/h3\u003e\n\u003c!--en--\u003e        \u003cp\u003e\u003c!--en--\u003e          Illuminates your line of sight directly where you look. No hassle of holding a flashlight.\u003c!--en--\u003e        \u003c\/p\u003e\n\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-head-box\"\u003e\n\u003c!--en--\u003e        \u003ch3\u003eWhy is it useful?\u003c\/h3\u003e\n\u003c!--en--\u003e        \u003cp\u003e\u003c!--en--\u003e          Perfect for urban exploration and situations where you need both hands.\u003c!--en--\u003e        \u003c\/p\u003e\n\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-head-box\"\u003e\n\u003c!--en--\u003e        \u003ch3\u003eWhen do you use it?\u003c\/h3\u003e\n\u003c!--en--\u003e        \u003cp\u003e\u003c!--en--\u003e          Climbing, tunnels, abandoned buildings, and night explorations.\u003c!--en--\u003e        \u003c\/p\u003e\n\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-head-box\"\u003e\n\u003c!--en--\u003e        \u003ch3\u003eWho is it for?\u003c\/h3\u003e\n\u003c!--en--\u003e        \u003cp\u003e\u003c!--en--\u003e          For explorers who want to combine maximum freedom and visibility.\u003c!--en--\u003e        \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    \u003cdiv class=\"uf-head-cta\"\u003e\n\u003c!--en--\u003e      \u003ch3\u003eMove freely. See everything.\u003c\/h3\u003e\n\u003c!--en--\u003e      \u003cp\u003eHands-free light for every situation\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":"Default Title","offer_id":53270586163539,"sku":null,"price":14.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/1_headlight_urbexfactory.png?v=1781949464"},{"product_id":"urbex-thermal-gloves","title":"Urbex Thermal Gloves","description":"\u003cstyle\u003e\n.uf-gloves{\n  max-width:1100px;\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.uf-gloves-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-gloves-hero{\n  display:flex;\n  flex-direction:column;\n  gap:20px;\n}\n\n.uf-gloves-title{\n  font-size:26px;\n  font-weight:900;\n  color:#0f172a;\n}\n\n.uf-gloves-lead{\n  font-size:15px;\n  color:#526174;\n}\n\n\/* VISUAL *\/\n.uf-gloves-visual{\n  position:relative;\n  height:260px;\n  border-radius:18px;\n  overflow:hidden;\n  background:linear-gradient(135deg,#020617,#0f172a);\n}\n\n\/* GRID *\/\n.uf-gloves-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:28px 28px;\n}\n\n\/* SVG *\/\n.uf-gloves-svg{\n  position:absolute;\n  inset:0;\n  width:100%;\n  height:100%;\n}\n\n\/* HEAT LINES *\/\n.uf-heat{\n  stroke:#fb7185;\n  stroke-width:2;\n  fill:none;\n  opacity:.6;\n  animation:heatRise 2s infinite;\n}\n\n\/* GLOW HAND *\/\n.uf-hand{\n  filter:drop-shadow(0 0 10px #c084fc);\n}\n\n\/* GRIP DOTS *\/\n.uf-grip{\n  animation:gripPulse 2s infinite;\n}\n\n\/* HEAT BAR *\/\n.uf-bar rect{\n  animation:barMove 2s infinite;\n}\n\n\/* TEXT *\/\n.uf-gloves-core{\n  position:absolute;\n  bottom:14px;\n  left:14px;\n  color:#fff;\n}\n\n\/* INFO *\/\n.uf-gloves-grid{\n  margin-top:20px;\n  display:grid;\n  gap:14px;\n}\n\n.uf-gloves-box{\n  background:#fff;\n  border-radius:18px;\n  padding:18px;\n  border:1px solid #e2e8f0;\n}\n\n\/* ANIMATIONS *\/\n@keyframes heatRise{\n  0%{transform:translateY(20px); opacity:0;}\n  50%{opacity:1;}\n  100%{transform:translateY(-40px); opacity:0;}\n}\n\n@keyframes gripPulse{\n  0%,100%{opacity:.4;}\n  50%{opacity:1;}\n}\n\n@keyframes barMove{\n  0%{opacity:.2;}\n  50%{opacity:1;}\n  100%{opacity:.2;}\n}\n\n\/* DESKTOP *\/\n@media(min-width:1024px){\n  .uf-gloves-hero{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:40px;\n    align-items:center;\n  }\n\n  .uf-gloves-title{font-size:36px}\n  .uf-gloves-grid{grid-template-columns:1fr 1fr}\n}\n\u003c\/style\u003e\u003c!--en--\u003e\u003c!--en--\u003e\u003csection class=\"uf-gloves\"\u003e\u003c!--en--\u003e  \u003cdiv class=\"uf-gloves-shell\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-gloves-hero\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003c!-- TEXT --\u003e\u003c!--en--\u003e      \u003cdiv\u003e\n\u003c!--en--\u003e        \u003ch2 class=\"uf-gloves-title\"\u003e🧤 Urbex Thermal Gloves\u003c\/h2\u003e\n\u003c!--en--\u003e        \u003cp class=\"uf-gloves-lead\"\u003e\u003c!--en--\u003e          Warmth, grip, and protection in one. Perfect for cold urbex locations and outdoor exploration.\u003c!--en--\u003e        \u003c\/p\u003e\n\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003c!-- 🔥 ANIMATION --\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-gloves-visual\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e        \u003csvg class=\"uf-gloves-svg\" viewbox=\"0 0 300 200\"\u003e\n\n          \u003c!-- HAND --\u003e\n          \u003cpath class=\"uf-hand\" d=\"M140 150 \n               C120 140 110 120 120 100 \n               L120 60 \n               C120 50 130 50 130 60 \n               L130 100 \n               L135 60 \n               C135 50 145 50 145 60 \n               L145 100 \n               L150 60 \n               C150 50 160 50 160 60 \n               L160 100 \n               L165 70 \n               C165 60 175 60 175 70 \n               L175 110 \n               C175 130 160 150 140 150Z\" fill=\"#7c3aed\"\u003e\u003c\/path\u003e\n\n          \u003c!-- GRIP --\u003e\n          \u003ccircle class=\"uf-grip\" cx=\"140\" cy=\"110\" r=\"3\" fill=\"#f97316\"\u003e\u003c\/circle\u003e\n          \u003ccircle class=\"uf-grip\" cx=\"130\" cy=\"120\" r=\"3\" fill=\"#f97316\"\u003e\u003c\/circle\u003e\n          \u003ccircle class=\"uf-grip\" cx=\"150\" cy=\"120\" r=\"3\" fill=\"#f97316\"\u003e\u003c\/circle\u003e\n\n          \u003c!-- HEAT LINES --\u003e\n          \u003cpath class=\"uf-heat\" d=\"M80 170 Q85 150 80 130\"\u003e\u003c\/path\u003e\n          \u003cpath class=\"uf-heat\" d=\"M100 170 Q105 150 100 130\"\u003e\u003c\/path\u003e\n          \u003cpath class=\"uf-heat\" d=\"M120 170 Q125 150 120 130\"\u003e\u003c\/path\u003e\n\n          \u003c!-- HEAT BAR --\u003e\n          \u003cg class=\"uf-bar\" transform=\"translate(60,180)\"\u003e\n            \u003crect width=\"10\" height=\"6\" fill=\"#f97316\"\u003e\u003c\/rect\u003e\n            \u003crect x=\"12\" width=\"10\" height=\"6\" fill=\"#fb7185\"\u003e\u003c\/rect\u003e\n            \u003crect x=\"24\" width=\"10\" height=\"6\" fill=\"#facc15\"\u003e\u003c\/rect\u003e\n            \u003crect x=\"36\" width=\"10\" height=\"6\" fill=\"#4ade80\"\u003e\u003c\/rect\u003e\n          \u003c\/g\u003e\n\n        \u003c\/svg\u003e\u003c!--en--\u003e\u003c!--en--\u003e        \u003cdiv class=\"uf-gloves-core\"\u003e\n\u003c!--en--\u003e          \u003ch3\u003eActive Warmth\u003c\/h3\u003e\n\u003c!--en--\u003e          \u003cp\u003eProtected from the cold\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    \u003c!-- INFO --\u003e\u003c!--en--\u003e    \u003cdiv class=\"uf-gloves-grid\"\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-gloves-box\"\u003e\n\u003c!--en--\u003e        \u003ch3\u003eThermal insulation\u003c\/h3\u003e\n\u003c!--en--\u003e        \u003cp\u003eKeeps your hands warm in cold conditions.\u003c\/p\u003e\n\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-gloves-box\"\u003e\n\u003c!--en--\u003e        \u003ch3\u003eGrip\u003c\/h3\u003e\n\u003c!--en--\u003e        \u003cp\u003eAnti-slip for maximum control.\u003c\/p\u003e\n\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-gloves-box\"\u003e\n\u003c!--en--\u003e        \u003ch3\u003eTouchscreen\u003c\/h3\u003e\n\u003c!--en--\u003e        \u003cp\u003eUse your phone without taking off your gloves.\u003c\/p\u003e\n\u003c!--en--\u003e      \u003c\/div\u003e\n\u003c!--en--\u003e\u003c!--en--\u003e      \u003cdiv class=\"uf-gloves-box\"\u003e\n\u003c!--en--\u003e        \u003ch3\u003eProtection\u003c\/h3\u003e\n\u003c!--en--\u003e        \u003cp\u003eIdeal for urbex and outdoor activities.\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\/section\u003e","brand":"The Urbex Factory","offers":[{"title":"Default Title","offer_id":53270620406099,"sku":null,"price":11.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/IMG-4221.png?v=1781953637"},{"product_id":"first-aid-kit","title":"First Aid Kit","description":"\u003cstyle\u003e\n.uf-aid{\n  max-width:1100px;\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.uf-aid-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-aid-hero{\n  display:flex;\n  flex-direction:column;\n  gap:20px;\n}\n\n.uf-aid-title{\n  font-size:26px;\n  font-weight:900;\n  color:#0f172a;\n}\n\n.uf-aid-lead{\n  font-size:15px;\n  color:#526174;\n  line-height:1.7;\n}\n\n\/* VISUAL *\/\n.uf-aid-visual{\n  position:relative;\n  height:240px;\n  border-radius:18px;\n  overflow:hidden;\n  background:linear-gradient(135deg,#020617,#0f172a);\n}\n\n\/* GRID *\/\n.uf-aid-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:32px 32px;\n}\n\n\/* SVG *\/\n.uf-aid-svg{\n  position:absolute;\n  inset:0;\n  width:100%;\n  height:100%;\n}\n\n\/* CROSS *\/\n.uf-cross{\n  fill:#ef4444;\n  animation:crossPulse 1.8s ease-in-out infinite;\n}\n\n\/* HEART LINE *\/\n.uf-line{\n  stroke:#22c55e;\n  stroke-width:2;\n  fill:none;\n  stroke-dasharray:40;\n  animation:heartLine 2.2s linear infinite;\n}\n\n\/* TEXT *\/\n.uf-aid-core{\n  position:absolute;\n  bottom:14px;\n  left:14px;\n  color:#fff;\n}\n\n\/* INFO GRID *\/\n.uf-aid-grid{\n  margin-top:20px;\n  display:grid;\n  gap:14px;\n}\n\n.uf-aid-box{\n  background:#fff;\n  border-radius:18px;\n  padding:18px;\n  border:1px solid #e2e8f0;\n  box-shadow:0 10px 25px rgba(15,23,42,.06);\n}\n\n.uf-aid-box h3{\n  font-size:16px;\n  font-weight:900;\n  margin-bottom:10px;\n}\n\n.uf-aid-box p{\n  font-size:14px;\n  color:#526174;\n}\n\n\/* CTA *\/\n.uf-aid-cta{\n  margin-top:20px;\n  border-radius:18px;\n  padding:18px;\n  background:linear-gradient(135deg,#ef4444,#0f172a);\n  text-align:center;\n}\n\n.uf-aid-cta h3{\n  color:#fff;\n  font-weight:900;\n}\n\n.uf-aid-cta p{\n  color:#fecaca;\n}\n\n\/* ANIMATIONS *\/\n@keyframes crossPulse{\n  0%,100%{transform:scale(.9); opacity:.7}\n  50%{transform:scale(1.1); opacity:1}\n}\n\n@keyframes heartLine{\n  from{stroke-dashoffset:40;}\n  to{stroke-dashoffset:0;}\n}\n\n\/* DESKTOP *\/\n@media(min-width:1024px){\n  .uf-aid-hero{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:40px;\n    align-items:center;\n  }\n\n  .uf-aid-title{font-size:36px}\n  .uf-aid-grid{grid-template-columns:1fr 1fr}\n}\n\u003c\/style\u003e\n\n\u003csection class=\"uf-aid\"\u003e\n  \u003cdiv class=\"uf-aid-shell\"\u003e\n\n\n    \u003cdiv class=\"uf-aid-hero\"\u003e\n\n\n      \u003c!-- TEXT --\u003e\n      \u003cdiv\u003e\n\n        \u003ch2 class=\"uf-aid-title\"\u003e🩹 First Aid Kit – Always prepared\u003c\/h2\u003e\n\n\n        \u003cp class=\"uf-aid-lead\"\u003e\n          Indispensable during urbex and outdoor activities. With this compact first aid kit, you are prepared for unexpected situations and minor injuries.\n        \u003c\/p\u003e\n\n\n        \u003cp class=\"uf-aid-lead\"\u003e\n          From cuts to scrapes — quick first aid can make all the difference. This kit ensures you can act immediately.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- SVG ANIMATION --\u003e\n      \u003cdiv class=\"uf-aid-visual\"\u003e\n\n\n        \u003csvg class=\"uf-aid-svg\" viewbox=\"0 0 300 200\"\u003e\n\n          \u003c!-- CROSS --\u003e\n          \u003crect class=\"uf-cross\" x=\"135\" y=\"70\" width=\"30\" height=\"60\"\u003e\u003c\/rect\u003e\n          \u003crect class=\"uf-cross\" x=\"120\" y=\"85\" width=\"60\" height=\"30\"\u003e\u003c\/rect\u003e\n\n          \u003c!-- HEART LINE --\u003e\n          \u003cpath class=\"uf-line\" d=\"M20 100 \n               L80 100 \n               L95 80 \n               L110 120 \n               L125 100 \n               L200 100 \n               L280 100\"\u003e\u003c\/path\u003e\n\n        \u003c\/svg\u003e\n\n        \u003cdiv class=\"uf-aid-core\"\u003e\n\n          \u003ch3\u003eReady immediately\u003c\/h3\u003e\n\n          \u003cp\u003eHelp when it's needed\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- INFO --\u003e\n    \u003cdiv class=\"uf-aid-grid\"\u003e\n\n\n      \u003cdiv class=\"uf-aid-box\"\u003e\n\n        \u003ch3\u003eWhy essential?\u003c\/h3\u003e\n\n        \u003cp\u003e\n          During urbex, you often find yourself in rough environments. Minor injuries happen faster than you think.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-aid-box\"\u003e\n\n        \u003ch3\u003eQuick response\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Acting immediately prevents worse and ensures you can continue safely.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-aid-box\"\u003e\n\n        \u003ch3\u003eCompact \u0026amp; portable\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Fits perfectly in your bag or belt pouch without extra weight.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"uf-aid-box\"\u003e\n\n        \u003ch3\u003eFor whom?\u003c\/h3\u003e\n\n        \u003cp\u003e\n          For every explorer who takes safety seriously.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"uf-aid-cta\"\u003e\n\n      \u003ch3\u003eBe prepared\u003c\/h3\u003e\n\n      \u003cp\u003eAlways on the go safely\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\u003c!-- ========================================= THE URBEX FACTORY – LOCATION INFORMATION PREMIUM INFO PILLS ========================================= --\u003e  \u003cstyle\u003e .uf-location-wrap{   width:100%;    margin-top:26px;    font-family:     Inter,     system-ui,     -apple-system,     BlinkMacSystemFont,     \"Segoe UI\",     sans-serif; }  \/* HEADER *\/ .uf-location-head{   margin-bottom:18px; }  .uf-location-head-top{   display:flex;   align-items:center;   justify-content:space-between;    gap:14px; }  .uf-location-head h2{   margin:0;    font-size:34px;   line-height:1;    letter-spacing:-0.04em;    font-weight:900;    color:#001248; }  .uf-location-head p{   margin:12px 0 0;    color:#64748b;    font-size:15px;   line-height:1.7;    font-weight:500;    max-width:620px; }  \/* 🔥 UNVERIFIED BADGE *\/ .uf-unverified-badge{   display:inline-flex;   align-items:center;   justify-content:center;    gap:8px;    min-height:42px;    padding:0 16px;    border-radius:999px;    background:     linear-gradient(       135deg,       #fff7ed 0%,       #ffedd5 100%     );    border:1px solid rgba(249,115,22,.18);    color:#ea580c;    font-size:12px;   font-weight:900;    letter-spacing:.08em;   text-transform:uppercase;    box-shadow:     0 10px 24px rgba(249,115,22,.10); }  \/* CONTAINER *\/ .uf-location-pills{   width:100%;    border-radius:30px;    overflow:hidden;    background:     linear-gradient(       180deg,       #ffffff 0%,       #f8fafc 100%     );    border:1px solid rgba(0,18,72,.08);    box-shadow:     0 14px 34px rgba(15,23,42,.06); }  \/* ITEM *\/ .uf-location-pill{   display:flex;   align-items:center;    gap:18px;    min-height:92px;    padding:18px 20px;    position:relative; }  .uf-location-pill + .uf-location-pill{   border-top:1px solid rgba(0,18,72,.08); }  \/* LEFT *\/ .uf-location-pill-left{   display:flex;   align-items:center;   gap:14px;    flex:1;   min-width:0; }  \/* ICON *\/ .uf-location-pill-icon{   width:56px;   height:56px;    border-radius:18px;    flex-shrink:0;    display:flex;   align-items:center;   justify-content:center;    color:#ffffff;    font-size:22px;    box-shadow:     0 14px 24px rgba(15,23,42,.12); }  \/* TEXT *\/ .uf-location-pill-text{   flex:1;   min-width:0; }  .uf-location-pill-label{   display:block;    margin-bottom:5px;    color:#7c8aa5;    font-size:12px;   font-weight:900;    letter-spacing:.08em;    text-transform:uppercase; }  .uf-location-pill-title{   font-size:22px;   line-height:1.1;    letter-spacing:-0.03em;    font-weight:900;    color:#001248; }  \/* ========================================= GRAY ========================================= *\/  .uf-gray .uf-location-pill-icon{   background:     linear-gradient(       135deg,       #64748b,       #475569     );    box-shadow:     0 12px 24px rgba(100,116,139,.20); }  \/* ========================================= ORANGE ========================================= *\/  .uf-orange .uf-location-pill-icon{   background:     linear-gradient(       135deg,       #f59e0b,       #f97316     );    box-shadow:     0 12px 24px rgba(249,115,22,.22); }  \/* MOBILE *\/ @media(max-width:640px){    .uf-location-wrap{     margin-top:22px;   }    .uf-location-head-top{     flex-direction:column;     align-items:flex-start;      gap:12px;   }    .uf-location-head h2{     font-size:28px;   }    .uf-location-head p{     font-size:14px;     line-height:1.7;   }    .uf-unverified-badge{     min-height:38px;      padding:0 14px;      font-size:11px;   }    .uf-location-pills{     border-radius:24px;   }    .uf-location-pill{     min-height:auto;      padding:16px;   }    .uf-location-pill-icon{     width:50px;     height:50px;      border-radius:16px;      font-size:19px;   }    .uf-location-pill-title{     font-size:18px;   }  } \u003c\/style\u003e  \u003cdiv class=\"uf-location-wrap\"\u003e    \u003c!-- HEADER --\u003e   \u003cdiv class=\"uf-location-head\"\u003e      \u003cdiv class=\"uf-location-head-top\"\u003e        \u003ch2\u003e         Location Information       \u003c\/h2\u003e        \u003cdiv class=\"uf-unverified-badge\"\u003e         ⚠️ Unverified       \u003c\/div\u003e      \u003c\/div\u003e      \u003cp\u003e       See the size of the location and how challenging the explore is instantly.     \u003c\/p\u003e    \u003c\/div\u003e    \u003c!-- PILLS --\u003e   \u003cdiv class=\"uf-location-pills\"\u003e      \u003c!-- SIZE --\u003e     \u003cdiv class=\"uf-location-pill uf-gray\"\u003e        \u003cdiv class=\"uf-location-pill-left\"\u003e          \u003cdiv class=\"uf-location-pill-icon\"\u003e           📏         \u003c\/div\u003e          \u003cdiv class=\"uf-location-pill-text\"\u003e            \u003cspan class=\"uf-location-pill-label\"\u003e             Size           \u003c\/span\u003e            \u003cdiv class=\"uf-location-pill-title\"\u003e             Medium           \u003c\/div\u003e          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e      \u003c!-- DIFFICULTY --\u003e     \u003cdiv class=\"uf-location-pill uf-orange\"\u003e        \u003cdiv class=\"uf-location-pill-left\"\u003e          \u003cdiv class=\"uf-location-pill-icon\"\u003e           🛡️         \u003c\/div\u003e          \u003cdiv class=\"uf-location-pill-text\"\u003e            \u003cspan class=\"uf-location-pill-label\"\u003e             Difficulty           \u003c\/span\u003e            \u003cdiv class=\"uf-location-pill-title\"\u003e             Intermediate           \u003c\/div\u003e          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/div\u003e","brand":"The Urbex Factory","offers":[{"title":"Default Title","offer_id":53270620602707,"sku":null,"price":11.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/3_FAK_urbexfactory.png?v=1781953644"},{"product_id":"paranormal-keychain","title":"Paranormal Keychain","description":"\u003c!-- ========================================= THE URBEX FACTORY – LOCATION INFORMATION PREMIUM INFO PILLS ========================================= --\u003e  \u003cstyle\u003e .uf-location-wrap{   width:100%;    margin-top:26px;    font-family:     Inter,     system-ui,     -apple-system,     BlinkMacSystemFont,     \"Segoe UI\",     sans-serif; }  \/* HEADER *\/ .uf-location-head{   margin-bottom:18px; }  .uf-location-head-top{   display:flex;   align-items:center;   justify-content:space-between;    gap:14px; }  .uf-location-head h2{   margin:0;    font-size:34px;   line-height:1;    letter-spacing:-0.04em;    font-weight:900;    color:#001248; }  .uf-location-head p{   margin:12px 0 0;    color:#64748b;    font-size:15px;   line-height:1.7;    font-weight:500;    max-width:620px; }  \/* 🔥 UNVERIFIED BADGE *\/ .uf-unverified-badge{   display:inline-flex;   align-items:center;   justify-content:center;    gap:8px;    min-height:42px;    padding:0 16px;    border-radius:999px;    background:     linear-gradient(       135deg,       #fff7ed 0%,       #ffedd5 100%     );    border:1px solid rgba(249,115,22,.18);    color:#ea580c;    font-size:12px;   font-weight:900;    letter-spacing:.08em;   text-transform:uppercase;    box-shadow:     0 10px 24px rgba(249,115,22,.10); }  \/* CONTAINER *\/ .uf-location-pills{   width:100%;    border-radius:30px;    overflow:hidden;    background:     linear-gradient(       180deg,       #ffffff 0%,       #f8fafc 100%     );    border:1px solid rgba(0,18,72,.08);    box-shadow:     0 14px 34px rgba(15,23,42,.06); }  \/* ITEM *\/ .uf-location-pill{   display:flex;   align-items:center;    gap:18px;    min-height:92px;    padding:18px 20px;    position:relative; }  .uf-location-pill + .uf-location-pill{   border-top:1px solid rgba(0,18,72,.08); }  \/* LEFT *\/ .uf-location-pill-left{   display:flex;   align-items:center;   gap:14px;    flex:1;   min-width:0; }  \/* ICON *\/ .uf-location-pill-icon{   width:56px;   height:56px;    border-radius:18px;    flex-shrink:0;    display:flex;   align-items:center;   justify-content:center;    color:#ffffff;    font-size:22px;    box-shadow:     0 14px 24px rgba(15,23,42,.12); }  \/* TEXT *\/ .uf-location-pill-text{   flex:1;   min-width:0; }  .uf-location-pill-label{   display:block;    margin-bottom:5px;    color:#7c8aa5;    font-size:12px;   font-weight:900;    letter-spacing:.08em;    text-transform:uppercase; }  .uf-location-pill-title{   font-size:22px;   line-height:1.1;    letter-spacing:-0.03em;    font-weight:900;    color:#001248; }  \/* ========================================= GRAY ========================================= *\/  .uf-gray .uf-location-pill-icon{   background:     linear-gradient(       135deg,       #64748b,       #475569     );    box-shadow:     0 12px 24px rgba(100,116,139,.20); }  \/* ========================================= ORANGE ========================================= *\/  .uf-orange .uf-location-pill-icon{   background:     linear-gradient(       135deg,       #f59e0b,       #f97316     );    box-shadow:     0 12px 24px rgba(249,115,22,.22); }  \/* MOBILE *\/ @media(max-width:640px){    .uf-location-wrap{     margin-top:22px;   }    .uf-location-head-top{     flex-direction:column;     align-items:flex-start;      gap:12px;   }    .uf-location-head h2{     font-size:28px;   }    .uf-location-head p{     font-size:14px;     line-height:1.7;   }    .uf-unverified-badge{     min-height:38px;      padding:0 14px;      font-size:11px;   }    .uf-location-pills{     border-radius:24px;   }    .uf-location-pill{     min-height:auto;      padding:16px;   }    .uf-location-pill-icon{     width:50px;     height:50px;      border-radius:16px;      font-size:19px;   }    .uf-location-pill-title{     font-size:18px;   }  } \u003c\/style\u003e  \u003cdiv class=\"uf-location-wrap\"\u003e    \u003c!-- HEADER --\u003e   \u003cdiv class=\"uf-location-head\"\u003e      \u003cdiv class=\"uf-location-head-top\"\u003e        \u003ch2\u003e         Location Information       \u003c\/h2\u003e        \u003cdiv class=\"uf-unverified-badge\"\u003e         ⚠️ Unverified       \u003c\/div\u003e      \u003c\/div\u003e      \u003cp\u003e       See the size of the location and the challenge level of the explore at a glance.     \u003c\/p\u003e    \u003c\/div\u003e    \u003c!-- PILLS --\u003e   \u003cdiv class=\"uf-location-pills\"\u003e      \u003c!-- GROOTTE --\u003e     \u003cdiv class=\"uf-location-pill uf-gray\"\u003e        \u003cdiv class=\"uf-location-pill-left\"\u003e          \u003cdiv class=\"uf-location-pill-icon\"\u003e           📏         \u003c\/div\u003e          \u003cdiv class=\"uf-location-pill-text\"\u003e            \u003cspan class=\"uf-location-pill-label\"\u003e             Size           \u003c\/span\u003e            \u003cdiv class=\"uf-location-pill-title\"\u003e             Medium           \u003c\/div\u003e          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e      \u003c!-- MOEILIJKHEID --\u003e     \u003cdiv class=\"uf-location-pill uf-orange\"\u003e        \u003cdiv class=\"uf-location-pill-left\"\u003e          \u003cdiv class=\"uf-location-pill-icon\"\u003e           🛡️         \u003c\/div\u003e          \u003cdiv class=\"uf-location-pill-text\"\u003e            \u003cspan class=\"uf-location-pill-label\"\u003e             Difficulty           \u003c\/span\u003e            \u003cdiv class=\"uf-location-pill-title\"\u003e             Intermediate           \u003c\/div\u003e          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/div\u003e","brand":"The Urbex Factory","offers":[{"title":"Default Title","offer_id":53275188855123,"sku":null,"price":2.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/files\/IMG-4224.png?v=1781946079"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3103\/2147\/collections\/urbex-equipment-592223.png?v=1750093381","url":"https:\/\/urbexfactory.app\/fr\/collections\/urbex-equipment.oembed","provider":"The Urbex Factory","version":"1.0","type":"link"}