{"product_id":"ulht","title":"🎁Vandaag 50% KORTING🎁💀Halloween Soul Harvester geanimeerde tuinlamp","description":"\u003cstyle\u003e\n\/* ==========================================================\n   SOUL HARVESTER — NL CRO LANDING PAGE\n   Version: Conversion-focused \/ Mobile-first\n   ========================================================== *\/\n\n.shx-page,\n.shx-page *,\n.shx-page *::before,\n.shx-page *::after {\n  box-sizing: border-box;\n}\n\n.shx-page {\n  --black: #040508;\n  --black2: #090d14;\n  --navy: #071426;\n\n  --blue: #1687ff;\n  --blue2: #5cc4ff;\n\n  --purple: #8b5bc7;\n  --purple2: #c195ff;\n\n  --orange: #ff781f;\n  --orange2: #ff9b4a;\n\n  --cream: #f8f6f2;\n  --white: #fff;\n\n  --text: #20232a;\n  --muted: #69717d;\n  --line: #dce4ee;\n\n  width: 100%;\n  max-width: 1180px;\n  min-width: 0;\n  margin: 30px auto 0;\n  padding: 0;\n  overflow: hidden;\n\n  position: relative;\n  z-index: 0;\n  isolation: isolate;\n\n  color: var(--text);\n  background: var(--white);\n\n  font-family: Arial, Helvetica, sans-serif;\n  line-height: 1.65;\n\n  container-type: inline-size;\n  container-name: soulharvester;\n}\n\n.shx-page img {\n  display: block;\n  width: 100% !important;\n  max-width: 100% !important;\n  height: auto !important;\n\n  margin: 0 !important;\n  padding: 0 !important;\n\n  border: 0;\n}\n\n.shx-page h1,\n.shx-page h2,\n.shx-page h3,\n.shx-page p,\n.shx-page ul {\n  margin-top: 0;\n}\n\n.shx-page h1,\n.shx-page h2,\n.shx-page h3 {\n  font-family: Georgia, \"Times New Roman\", serif;\n  line-height: 1.12;\n}\n\n.shx-page a {\n  text-decoration: none;\n}\n\n.shx-center {\n  text-align: center;\n}\n\n.shx-section {\n  width: 100%;\n  padding: 54px 20px;\n  position: relative;\n}\n\n\/* ==========================================================\n   COMMON\n   ========================================================== *\/\n\n.shx-kicker {\n  display: inline-flex;\n\n  margin: 0 0 14px;\n  padding: 7px 14px;\n\n  align-items: center;\n  justify-content: center;\n\n  border: 1px solid rgba(139,91,199,.55);\n  border-radius: 999px;\n\n  color: var(--purple);\n  background: rgba(139,91,199,.07);\n\n  font-size: 11px;\n  font-weight: 900;\n  line-height: 1.2;\n  letter-spacing: 1.2px;\n  text-transform: uppercase;\n}\n\n.shx-title {\n  max-width: 820px;\n\n  margin: 0 auto 16px;\n\n  color: #11141a;\n\n  font-size: clamp(30px, 5vw, 45px);\n  font-weight: 700;\n\n  letter-spacing: -.8px;\n\n  overflow-wrap: break-word;\n}\n\n.shx-subtitle {\n  max-width: 720px;\n\n  margin: 0 auto 28px;\n\n  color: var(--muted);\n\n  font-size: 17px;\n  line-height: 1.72;\n}\n\n\/* ==========================================================\n   CTA\n   ========================================================== *\/\n\n.shx-button {\n  display: inline-flex;\n\n  min-height: 56px;\n\n  padding: 16px 30px;\n\n  align-items: center;\n  justify-content: center;\n\n  border: 1px solid #57b2ff;\n  border-radius: 8px;\n\n  color: #fff !important;\n\n  background:\n    linear-gradient(\n      135deg,\n      #075dcc 0%,\n      #1687ff 48%,\n      #0759c7 100%\n    );\n\n  box-shadow:\n    0 14px 32px rgba(0,105,255,.32),\n    inset 0 1px 0 rgba(255,255,255,.38);\n\n  font-size: 16px;\n  font-weight: 900;\n  line-height: 1.2;\n\n  text-align: center;\n\n  cursor: pointer;\n\n  transition:\n    transform .2s ease,\n    box-shadow .2s ease;\n}\n\n.shx-button:hover {\n  color: #fff !important;\n\n  transform: translateY(-2px);\n\n  box-shadow:\n    0 18px 40px rgba(0,105,255,.42),\n    inset 0 1px 0 rgba(255,255,255,.42);\n}\n\n.shx-button-orange {\n  border-color: #ff9b4a;\n\n  background:\n    linear-gradient(\n      135deg,\n      #d94e08,\n      #ff781f,\n      #d94e08\n    );\n\n  box-shadow:\n    0 14px 32px rgba(255,102,20,.28),\n    inset 0 1px 0 rgba(255,255,255,.35);\n}\n\n.shx-button-orange:hover {\n  box-shadow:\n    0 18px 40px rgba(255,102,20,.38),\n    inset 0 1px 0 rgba(255,255,255,.4);\n}\n\n\/* ==========================================================\n   HERO\n   ========================================================== *\/\n\n.shx-hero {\n  width: 100%;\n\n  padding: 58px 20px 42px;\n\n  overflow: hidden;\n\n  color: #fff;\n\n  text-align: center;\n\n  background:\n    radial-gradient(\n      circle at 50% 18%,\n      rgba(20,124,255,.25),\n      transparent 36%\n    ),\n    radial-gradient(\n      circle at 9% 13%,\n      rgba(112,48,164,.28),\n      transparent 28%\n    ),\n    radial-gradient(\n      circle at 90% 45%,\n      rgba(255,100,20,.08),\n      transparent 25%\n    ),\n    linear-gradient(\n      150deg,\n      #020305 0%,\n      #071326 55%,\n      #050609 100%\n    );\n}\n\n.shx-hero-content {\n  position: relative;\n  z-index: 1;\n\n  width: 100%;\n  max-width: 900px;\n\n  margin: 0 auto;\n}\n\n.shx-hero .shx-kicker {\n  color: #c9a5ff;\n  border-color: rgba(193,149,255,.5);\n  background: rgba(139,91,199,.09);\n}\n\n.shx-main-title {\n  max-width: 880px;\n\n  margin: 0 auto 18px;\n\n  color: #fff !important;\n\n  font-size: clamp(38px, 7vw, 68px);\n  font-weight: 700;\n\n  line-height: 1.03 !important;\n  letter-spacing: -1.7px;\n}\n\n.shx-main-title span {\n  display: block;\n\n  color: #5bc1ff;\n\n  text-shadow:\n    0 0 20px rgba(39,148,255,.55);\n}\n\n.shx-hero-copy {\n  max-width: 690px;\n\n  margin: 0 auto 22px;\n\n  color: #dce9f8;\n\n  font-size: 18px;\n  line-height: 1.7;\n}\n\n.shx-hero-note {\n  margin: 13px 0 0;\n\n  color: #a8bdd5;\n\n  font-size: 13px;\n}\n\n\/* HERO CTA *\/\n\n.shx-hero-cta {\n  margin-top: 25px;\n}\n\n.shx-hero-trust {\n  display: flex;\n\n  flex-wrap: wrap;\n\n  justify-content: center;\n\n  gap: 9px 20px;\n\n  margin-top: 17px;\n\n  color: #b5c9df;\n\n  font-size: 12px;\n  font-weight: 700;\n}\n\n.shx-hero-trust span::before {\n  content: \"✓\";\n\n  margin-right: 5px;\n\n  color: #62c6ff;\n  font-weight: 900;\n}\n\n\/* HERO IMAGE *\/\n\n.shx-hero-image {\n  position: relative;\n  z-index: 1;\n\n  display: block;\n\n  width: 100%;\n  max-width: 760px;\n\n  margin: 34px auto 0;\n  padding: 8px;\n\n  overflow: hidden;\n\n  border: 1px solid rgba(70,160,255,.42);\n  border-radius: 16px;\n\n  background: #030509;\n\n  box-shadow:\n    0 26px 58px rgba(0,0,0,.55),\n    0 0 50px rgba(18,112,255,.12);\n}\n\n.shx-hero-image img {\n  border-radius: 10px;\n\n  aspect-ratio: 1 \/ 1;\n\n  object-fit: cover;\n}\n\n\/* ==========================================================\n   QUICK PROOF\n   ========================================================== *\/\n\n.shx-facts-section {\n  width: 100%;\n\n  padding: 0 15px 42px;\n\n  background: #050609;\n}\n\n.shx-facts {\n  display: grid;\n\n  grid-template-columns:\n    repeat(2, minmax(0,1fr));\n\n  width: 100%;\n  max-width: 940px;\n\n  margin: 0 auto;\n\n  overflow: hidden;\n\n  border: 1px solid #dce3ed;\n  border-radius: 13px;\n\n  background: #fff;\n\n  box-shadow:\n    0 13px 31px rgba(5,20,40,.12);\n}\n\n.shx-fact {\n  min-width: 0;\n\n  padding: 22px 8px;\n\n  border-right: 1px solid #e4e9f0;\n  border-bottom: 1px solid #e4e9f0;\n\n  text-align: center;\n}\n\n.shx-fact:nth-child(2n) {\n  border-right: 0;\n}\n\n.shx-fact:nth-last-child(-n+2) {\n  border-bottom: 0;\n}\n\n.shx-fact strong {\n  display: block;\n\n  color: #0878e8;\n\n  font-family: Georgia, \"Times New Roman\", serif;\n\n  font-size: 25px;\n  line-height: 1.1;\n}\n\n.shx-fact span {\n  display: block;\n\n  margin-top: 7px;\n\n  color: #444b58;\n\n  font-size: 11px;\n  font-weight: 900;\n\n  line-height: 1.35;\n\n  letter-spacing: .35px;\n  text-transform: uppercase;\n}\n\n\/* ==========================================================\n   EMOTIONAL HOOK\n   ========================================================== *\/\n\n.shx-emotion {\n  background: #fff;\n}\n\n.shx-quote {\n  max-width: 760px;\n\n  margin: 28px auto 0;\n\n  padding: 27px 23px;\n\n  border-left: 4px solid var(--orange);\n  border-radius: 5px 14px 14px 5px;\n\n  color: #0b2442;\n\n  background:\n    linear-gradient(\n      135deg,\n      #fff7f1,\n      #f8fbff\n    );\n\n  box-shadow:\n    0 12px 28px rgba(7,50,100,.07);\n\n  font-family: Georgia, \"Times New Roman\", serif;\n\n  font-size: 21px;\n  font-style: italic;\n\n  line-height: 1.55;\n\n  text-align: left;\n}\n\n.shx-quote small {\n  display: block;\n\n  margin-top: 13px;\n\n  color: var(--muted);\n\n  font-family: Arial, Helvetica, sans-serif;\n\n  font-size: 13px;\n  font-style: normal;\n\n  line-height: 1.6;\n}\n\n\/* ==========================================================\n   SPLIT\n   ========================================================== *\/\n\n.shx-split {\n  display: grid;\n\n  grid-template-columns:\n    minmax(0,1fr);\n\n  gap: 31px;\n\n  align-items: center;\n}\n\n.shx-split \u003e * {\n  min-width: 0;\n}\n\n.shx-copy {\n  width: 100%;\n  min-width: 0;\n}\n\n.shx-copy p {\n  margin-bottom: 18px;\n\n  color: var(--muted);\n\n  font-size: 16px;\n  line-height: 1.72;\n}\n\n.shx-image-card {\n  display: block;\n\n  width: 100%;\n  max-width: 560px;\n\n  margin: 0 auto;\n  padding: 8px;\n\n  overflow: hidden;\n\n  border: 1px solid #25374d;\n  border-radius: 15px;\n\n  background: #05070b;\n\n  box-shadow:\n    0 20px 45px rgba(0,0,0,.22);\n}\n\n.shx-image-card img {\n  border-radius: 9px;\n\n  aspect-ratio: 1 \/ 1;\n\n  object-fit: cover;\n}\n\n\/* CHECKS *\/\n\n.shx-checks {\n  margin: 22px 0 0;\n  padding: 0;\n\n  list-style: none;\n}\n\n.shx-checks li {\n  position: relative;\n\n  margin-bottom: 13px;\n\n  padding-left: 34px;\n\n  color: #242a33;\n\n  font-size: 15px;\n  font-weight: 700;\n\n  line-height: 1.55;\n}\n\n.shx-checks li::before {\n  position: absolute;\n\n  top: 1px;\n  left: 0;\n\n  display: flex;\n\n  width: 23px;\n  height: 23px;\n\n  align-items: center;\n  justify-content: center;\n\n  border: 1px solid #1687ff;\n  border-radius: 50%;\n\n  color: #0878e8;\n  background: #edf7ff;\n\n  content: \"✓\";\n\n  font-size: 11px;\n  font-weight: 900;\n}\n\n\/* ==========================================================\n   MID CTA\n   ========================================================== *\/\n\n.shx-mid-cta {\n  margin-top: 29px;\n}\n\n.shx-mid-note {\n  margin: 11px 0 0;\n\n  color: #7d8794;\n\n  font-size: 12px;\n}\n\n\/* ==========================================================\n   DARK\n   ========================================================== *\/\n\n.shx-dark {\n  color: #fff;\n\n  background:\n    radial-gradient(\n      circle at 90% 15%,\n      rgba(23,117,255,.22),\n      transparent 31%\n    ),\n    radial-gradient(\n      circle at 10% 80%,\n      rgba(124,64,173,.18),\n      transparent 28%\n    ),\n    linear-gradient(\n      145deg,\n      #030508,\n      #091526\n    );\n}\n\n.shx-dark .shx-title {\n  color: #fff;\n}\n\n.shx-dark .shx-copy p {\n  color: #c9d6e7;\n}\n\n.shx-dark .shx-checks li {\n  color: #eef5ff;\n}\n\n.shx-dark .shx-checks li::before {\n  color: #67bdff;\n\n  border-color: #247ed2;\n\n  background: rgba(20,124,255,.1);\n}\n\n\/* ==========================================================\n   BENEFIT CARDS\n   ========================================================== *\/\n\n.shx-benefits {\n  background: #f2f6fc;\n}\n\n.shx-card-grid {\n  display: grid;\n\n  grid-template-columns:\n    minmax(0,1fr);\n\n  gap: 18px;\n\n  margin-top: 31px;\n}\n\n.shx-card {\n  padding: 26px 21px;\n\n  border: 1px solid #dbe4ef;\n  border-radius: 14px;\n\n  background: #fff;\n\n  box-shadow:\n    0 11px 28px rgba(10,35,70,.06);\n\n  text-align: left;\n}\n\n.shx-icon {\n  display: flex;\n\n  width: 52px;\n  height: 52px;\n\n  margin-bottom: 17px;\n\n  align-items: center;\n  justify-content: center;\n\n  border: 1px solid #5eaaff;\n  border-radius: 50%;\n\n  color: #0a73db;\n\n  background: #edf7ff;\n\n  font-size: 23px;\n}\n\n.shx-card h3 {\n  margin-bottom: 9px;\n\n  color: #0b203a;\n\n  font-size: 20px;\n}\n\n.shx-card p {\n  margin-bottom: 0;\n\n  color: var(--muted);\n\n  font-size: 15px;\n\n  line-height: 1.68;\n}\n\n\/* ==========================================================\n   SHOWCASE\n   ========================================================== *\/\n\n.shx-showcase {\n  background: #fff;\n}\n\n.shx-showcase-frame {\n  display: block;\n\n  width: 100%;\n  max-width: 800px;\n\n  margin: 31px auto 0;\n  padding: 8px;\n\n  overflow: hidden;\n\n  border: 1px solid #24374f;\n  border-radius: 15px;\n\n  background: #030509;\n\n  box-shadow:\n    0 22px 48px rgba(0,0,0,.2);\n}\n\n.shx-showcase-frame img {\n  border-radius: 9px;\n}\n\n\/* ==========================================================\n   SOLAR\n   ========================================================== *\/\n\n.shx-solar {\n  background:\n    linear-gradient(\n      135deg,\n      #f5f8fc,\n      #edf5ff\n    );\n}\n\n\/* ==========================================================\n   HALLOWEEN EMOTIONAL\n   ========================================================== *\/\n\n.shx-halloween {\n  color: #fff;\n\n  background:\n    radial-gradient(\n      circle at 10% 20%,\n      rgba(255,112,25,.22),\n      transparent 28%\n    ),\n    radial-gradient(\n      circle at 88% 10%,\n      rgba(73,87,255,.18),\n      transparent 28%\n    ),\n    linear-gradient(\n      145deg,\n      #130810,\n      #06070c\n    );\n}\n\n.shx-halloween .shx-title {\n  color: #fff;\n}\n\n.shx-halloween .shx-subtitle {\n  color: #d9d0d8;\n}\n\n.shx-tags {\n  display: flex;\n\n  flex-wrap: wrap;\n\n  justify-content: center;\n\n  gap: 9px;\n\n  max-width: 780px;\n\n  margin: 26px auto 0;\n}\n\n.shx-tag {\n  padding: 9px 14px;\n\n  border: 1px solid rgba(157,110,210,.6);\n  border-radius: 999px;\n\n  color: #d8b8ff;\n\n  background: rgba(255,255,255,.05);\n\n  font-size: 12px;\n  font-weight: 800;\n}\n\n\/* ==========================================================\n   STEPS\n   ========================================================== *\/\n\n.shx-steps {\n  background: #fff;\n}\n\n.shx-step-grid {\n  display: grid;\n\n  grid-template-columns:\n    minmax(0,1fr);\n\n  gap: 18px;\n\n  margin-top: 31px;\n}\n\n.shx-step {\n  padding: 27px 21px;\n\n  border: 1px solid #dce4ee;\n  border-radius: 14px;\n\n  background: #f8fafc;\n\n  text-align: center;\n}\n\n.shx-step-number {\n  display: flex;\n\n  width: 50px;\n  height: 50px;\n\n  margin: 0 auto 16px;\n\n  align-items: center;\n  justify-content: center;\n\n  border-radius: 50%;\n\n  color: #fff;\n\n  background:\n    linear-gradient(\n      135deg,\n      #095cc4,\n      #21a2ff\n    );\n\n  box-shadow:\n    0 8px 18px rgba(13,113,230,.22);\n\n  font-size: 20px;\n  font-weight: 900;\n}\n\n.shx-step h3 {\n  margin-bottom: 8px;\n\n  color: #0b203a;\n\n  font-size: 19px;\n}\n\n.shx-step p {\n  margin-bottom: 0;\n\n  color: var(--muted);\n\n  font-size: 15px;\n\n  line-height: 1.65;\n}\n\n\/* ==========================================================\n   COMPARISON\n   ========================================================== *\/\n\n.shx-compare {\n  background: #f5f7fa;\n}\n\n.shx-compare-grid {\n  display: grid;\n\n  grid-template-columns:\n    minmax(0,1fr);\n\n  gap: 18px;\n\n  width: 100%;\n  max-width: 850px;\n\n  margin: 31px auto 0;\n\n  text-align: left;\n}\n\n.shx-compare-card {\n  min-width: 0;\n\n  padding: 27px 22px;\n\n  border-radius: 14px;\n}\n\n.shx-compare-card.basic {\n  border: 1px solid #dfe3e8;\n\n  background: #eceff2;\n}\n\n.shx-compare-card.soul {\n  border: 2px solid #218dff;\n\n  background: #fff;\n\n  box-shadow:\n    0 15px 32px rgba(16,119,230,.12);\n}\n\n.shx-compare-card h3 {\n  margin-bottom: 15px;\n\n  color: #0b203a;\n\n  font-size: 21px;\n}\n\n.shx-compare-card.soul h3::before {\n  content: \"💀 \";\n\n}\n\n.shx-compare-card ul {\n  margin: 0;\n  padding-left: 20px;\n\n  color: var(--muted);\n}\n\n.shx-compare-card li {\n  margin-bottom: 10px;\n\n  font-size: 15px;\n\n  line-height: 1.6;\n}\n\n\/* ==========================================================\n   SOCIAL PROOF\n   ========================================================== *\/\n\n.shx-proof {\n  background: #fff;\n}\n\n.shx-proof-note {\n  max-width: 660px;\n\n  margin: 0 auto 26px;\n\n  color: var(--muted);\n\n  font-size: 15px;\n\n  line-height: 1.65;\n}\n\n.shx-proof-grid {\n  display: grid;\n\n  grid-template-columns:\n    minmax(0,1fr);\n\n  gap: 15px;\n\n  max-width: 900px;\n\n  margin: 0 auto;\n}\n\n.shx-proof-card {\n  padding: 22px;\n\n  border: 1px solid #dce4ee;\n  border-radius: 13px;\n\n  background: #f8fafc;\n\n  text-align: left;\n}\n\n.shx-stars {\n  margin-bottom: 9px;\n\n  color: #ff9b18;\n\n  font-size: 17px;\n\n  letter-spacing: 1px;\n}\n\n.shx-proof-card p {\n  margin-bottom: 10px;\n\n  color: #303640;\n\n  font-size: 15px;\n\n  line-height: 1.65;\n}\n\n.shx-proof-card small {\n  color: #7a838f;\n\n  font-size: 12px;\n  font-weight: 700;\n}\n\n\/* ==========================================================\n   BUY BOX\n   ========================================================== *\/\n\n.shx-buy {\n  color: #fff;\n\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(20,124,255,.28),\n      transparent 42%\n    ),\n    linear-gradient(\n      145deg,\n      #020305,\n      #081526\n    );\n}\n\n.shx-buy-box {\n  width: 100%;\n  max-width: 720px;\n\n  margin: 0 auto;\n\n  padding: 30px 22px;\n\n  border: 1px solid rgba(255,255,255,.12);\n  border-radius: 17px;\n\n  background: rgba(255,255,255,.045);\n\n  box-shadow:\n    0 25px 65px rgba(0,0,0,.3);\n\n  text-align: center;\n}\n\n.shx-buy-title {\n  margin-bottom: 8px;\n\n  color: #fff;\n\n  font-family: Georgia, \"Times New Roman\", serif;\n\n  font-size: clamp(28px,5vw,42px);\n\n  line-height: 1.08;\n}\n\n.shx-price {\n  display: flex;\n\n  align-items: baseline;\n  justify-content: center;\n\n  gap: 10px;\n\n  margin: 13px 0 5px;\n}\n\n.shx-price-current {\n  color: #fff;\n\n  font-size: 34px;\n  font-weight: 900;\n}\n\n.shx-price-old {\n  color: #8292a5;\n\n  font-size: 17px;\n\n  text-decoration: line-through;\n}\n\n.shx-price-note {\n  margin: 0 0 20px;\n\n  color: #a9bdd2;\n\n  font-size: 12px;\n}\n\n.shx-buy-points {\n  display: grid;\n\n  grid-template-columns:\n    repeat(2,minmax(0,1fr));\n\n  gap: 9px;\n\n  margin: 20px 0 24px;\n\n  text-align: left;\n}\n\n.shx-buy-point {\n  padding: 11px 12px;\n\n  border: 1px solid rgba(255,255,255,.09);\n  border-radius: 9px;\n\n  color: #d8e4f0;\n\n  background: rgba(255,255,255,.035);\n\n  font-size: 12px;\n  font-weight: 700;\n}\n\n.shx-buy-point::before {\n  content: \"✓\";\n\n  margin-right: 6px;\n\n  color: #61c4ff;\n}\n\n.shx-buy-disclaimer {\n  max-width: 550px;\n\n  margin: 12px auto 0;\n\n  color: #8498ad;\n\n  font-size: 11px;\n\n  line-height: 1.55;\n}\n\n\/* ==========================================================\n   FAQ\n   ========================================================== *\/\n\n.shx-faq {\n  background: #fff;\n}\n\n.shx-faq-list {\n  display: block;\n\n  width: 100%;\n  max-width: 820px;\n\n  margin: 29px auto 0;\n\n  text-align: left;\n}\n\n.shx-faq details {\n  display: block;\n\n  margin-bottom: 11px;\n\n  overflow: hidden;\n\n  border: 1px solid #dce4ee;\n  border-radius: 12px;\n\n  background: #f8fafc;\n}\n\n.shx-faq summary {\n  position: relative;\n\n  display: block;\n\n  padding: 17px 49px 17px 18px;\n\n  color: #102640;\n\n  cursor: pointer;\n\n  font-size: 16px;\n  font-weight: 900;\n\n  line-height: 1.45;\n\n  list-style: none;\n}\n\n.shx-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.shx-faq summary::after {\n  position: absolute;\n\n  top: 50%;\n  right: 18px;\n\n  color: #147cff;\n\n  content: \"+\";\n\n  font-size: 25px;\n\n  line-height: 1;\n\n  transform: translateY(-50%);\n}\n\n.shx-faq details[open] summary::after {\n  content: \"−\";\n}\n\n.shx-faq-answer {\n  padding: 0 18px 18px;\n\n  color: var(--muted);\n\n  font-size: 15px;\n\n  line-height: 1.7;\n}\n\n\/* ==========================================================\n   FINAL CTA\n   ========================================================== *\/\n\n.shx-final {\n  width: 100%;\n\n  padding: 68px 20px;\n\n  color: #fff;\n\n  text-align: center;\n\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(20,124,255,.3),\n      transparent 40%\n    ),\n    radial-gradient(\n      circle at 85% 80%,\n      rgba(255,102,20,.12),\n      transparent 25%\n    ),\n    linear-gradient(\n      145deg,\n      #020305,\n      #081526\n    );\n}\n\n.shx-final .shx-title {\n  max-width: 780px;\n\n  color: #fff;\n}\n\n.shx-final-copy {\n  max-width: 690px;\n\n  margin: 0 auto 25px;\n\n  color: #cedced;\n\n  font-size: 17px;\n\n  line-height: 1.72;\n}\n\n.shx-final-note {\n  margin: 14px 0 0;\n\n  color: #8ea7c4;\n\n  font-size: 12px;\n}\n\n\/* ==========================================================\n   MOBILE STICKY CTA\n   ========================================================== *\/\n\n.shx-mobile-cta {\n  display: none;\n}\n\n\/* ==========================================================\n   RESPONSIVE\n   ========================================================== *\/\n\n@container soulharvester (min-width:700px) {\n\n  .shx-section {\n    padding: 68px 42px;\n  }\n\n  .shx-hero {\n    padding: 76px 42px 48px;\n  }\n\n  .shx-facts-section {\n    padding: 0 30px 48px;\n  }\n\n  .shx-facts {\n    grid-template-columns:\n      repeat(4,minmax(0,1fr));\n  }\n\n  .shx-fact {\n    border-right: 1px solid #e4e9f0;\n    border-bottom: 0;\n  }\n\n  .shx-fact:nth-child(2n) {\n    border-right: 1px solid #e4e9f0;\n  }\n\n  .shx-fact:last-child {\n    border-right: 0;\n  }\n\n  .shx-fact:nth-last-child(-n+2) {\n    border-bottom: 0;\n  }\n\n  .shx-split {\n    grid-template-columns:\n      repeat(2,minmax(0,1fr));\n\n    gap: 48px;\n  }\n\n  .shx-card-grid,\n  .shx-step-grid,\n  .shx-proof-grid {\n    grid-template-columns:\n      repeat(3,minmax(0,1fr));\n\n    gap: 20px;\n  }\n\n  .shx-compare-grid {\n    grid-template-columns:\n      repeat(2,minmax(0,1fr));\n\n    gap: 20px;\n  }\n\n  .shx-buy-box {\n    padding: 38px 42px;\n  }\n\n  .shx-final {\n    padding: 78px 42px;\n  }\n}\n\n@container soulharvester (min-width:960px) {\n\n  .shx-section {\n    padding: 79px 59px;\n  }\n\n  .shx-hero {\n    padding: 87px 59px 54px;\n  }\n\n  .shx-split {\n    gap: 61px;\n  }\n\n  .shx-copy p {\n    font-size: 17px;\n  }\n\n  .shx-final {\n    padding: 87px 59px;\n  }\n}\n\n@media screen and (max-width:700px) {\n\n  .shx-mobile-cta {\n    display: block;\n\n    position: fixed;\n\n    left: 12px;\n    right: 12px;\n    bottom: 12px;\n\n    z-index: 9999;\n  }\n\n  .shx-mobile-cta a {\n    display: flex;\n\n    min-height: 54px;\n\n    align-items: center;\n    justify-content: center;\n\n    border-radius: 9px;\n\n    color: #fff;\n\n    background:\n      linear-gradient(\n        135deg,\n        #075dcc,\n        #1687ff\n      );\n\n    box-shadow:\n      0 10px 30px rgba(0,0,0,.3);\n\n    font-size: 15px;\n    font-weight: 900;\n  }\n\n  .shx-page {\n    margin-top: 20px;\n\n    padding-bottom: 75px;\n  }\n}\n\n@media screen and (max-width:480px) {\n\n  .shx-main-title {\n    font-size: 37px;\n  }\n\n  .shx-title {\n    font-size: 30px;\n  }\n\n  .shx-hero-copy,\n  .shx-subtitle {\n    font-size: 16px;\n  }\n\n  .shx-button {\n    width: 100%;\n    max-width: 420px;\n\n    padding-right: 17px;\n    padding-left: 17px;\n  }\n\n  .shx-quote {\n    font-size: 19px;\n  }\n\n  .shx-buy-points {\n    grid-template-columns:\n      minmax(0,1fr);\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"shx-page\"\u003e\n\u003c!-- =====================================================\n       HERO\n       ===================================================== --\u003e\n\u003csection class=\"shx-hero\"\u003e\n\u003cdiv class=\"shx-hero-content\"\u003e\n\u003cspan class=\"shx-kicker\"\u003e Halloween 2026 • Griezelige buitendecoratie \u003c\/span\u003e\n\u003ch1 class=\"shx-main-title\"\u003eLaat de Zielen \u003cspan\u003eTot Leven Komen.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"shx-hero-copy\"\u003eGloeiende blauwe zielen lijken uit de grond op te stijgen en verdwijnen in de lantaarn van de Magere Hein. Maak van je voortuin een Halloween-display dat echt opvalt.\u003c\/p\u003e\n\u003cdiv class=\"shx-hero-cta\"\u003e\u003ca class=\"shx-button shx-button-orange\" href=\"#shx-buy\"\u003e Bekijk de Soul Harvester → \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"shx-hero-trust\"\u003e\n\u003cspan\u003eWerkt op zonne-energie\u003c\/span\u003e \u003cspan\u003eAutomatische verlichting\u003c\/span\u003e \u003cspan\u003eGeen verlengsnoeren\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shx-hero-image\"\u003e\u003cimg src=\"https:\/\/cotitoc.com\/cdn\/shop\/files\/ChatGPTImage2026_8_21_15_32_19.png?v=1787298289\u0026amp;width=1946\" alt=\"Halloween Soul Harvester met gloeiende blauwe zielen\" width=\"1000\" height=\"1000\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK PROOF\n       ===================================================== --\u003e\n\u003csection class=\"shx-facts-section\"\u003e\n\u003cdiv class=\"shx-facts\"\u003e\n\u003cdiv class=\"shx-fact\"\u003e\n\u003cstrong\u003e☀️ Solar\u003c\/strong\u003e \u003cspan\u003eOverdag opladen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shx-fact\"\u003e\n\u003cstrong\u003e🌙 Auto\u003c\/strong\u003e \u003cspan\u003eLicht na zonsondergang\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shx-fact\"\u003e\n\u003cstrong\u003e💀 Haunted\u003c\/strong\u003e \u003cspan\u003eDirect Halloween-effect\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shx-fact\"\u003e\n\u003cstrong\u003e🔌 0\u003c\/strong\u003e \u003cspan\u003eVerlengsnoeren\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       EMOTIONAL HOOK\n       ===================================================== --\u003e\n\u003csection class=\"shx-section shx-emotion shx-center\"\u003e\u003cspan class=\"shx-kicker\"\u003e Versier niet gewoon \u003c\/span\u003e\n\u003ch2 class=\"shx-title\"\u003eWord het Huis dat Ze Zich Herinneren\u003c\/h2\u003e\n\u003cp class=\"shx-subtitle\"\u003ePompoenen en spinnenwebben horen bij Halloween. Maar een bewegende, gloeiende Soul Harvester geeft je voortuin iets wat gewone decoratie niet heeft: een echte blikvanger zodra het donker wordt.\u003c\/p\u003e\n\u003cdiv class=\"shx-quote\"\u003e“Mam, kunnen we nog een keer naar dat enge huis?” \u003csmall\u003e Niet alleen decoreren. Maak van je voortuin een Halloween-scène. \u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SOUL EFFECT\n       ===================================================== --\u003e\n\u003csection class=\"shx-section shx-dark\"\u003e\n\u003cdiv class=\"shx-split\"\u003e\n\u003cdiv class=\"shx-image-card\"\u003e\u003cimg src=\"https:\/\/cotitoc.com\/cdn\/shop\/files\/ChatGPTImage2026_8_21_15_28_50.png?v=1787298289\u0026amp;width=1946\" alt=\"Stromend blauw Halloween-zielenlichteffect\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shx-copy\"\u003e\n\u003cspan class=\"shx-kicker\"\u003e Zie het effect \u003c\/span\u003e\n\u003ch2 class=\"shx-title\"\u003eGeen Gewoon Licht. Een Hele Halloween-scène.\u003c\/h2\u003e\n\u003cp\u003eHet opvallendste aan de Soul Harvester is de combinatie van de Magere Hein, de lantaarn en het gloeiende blauwe licht.\u003c\/p\u003e\n\u003cp\u003eZodra het donker wordt, ontstaat een sterk visueel middelpunt dat je Halloween-display veel meer karakter geeft.\u003c\/p\u003e\n\u003cul class=\"shx-checks\"\u003e\n\u003cli\u003eGloeiend blauw Halloween-effect\u003c\/li\u003e\n\u003cli\u003eBewegend, spookachtig licht\u003c\/li\u003e\n\u003cli\u003eVerlichte lantaarn\u003c\/li\u003e\n\u003cli\u003eGloeiende ogen van de Magere Hein\u003c\/li\u003e\n\u003cli\u003eEen opvallend middelpunt in het donker\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"shx-mid-cta\"\u003e\u003ca class=\"shx-button\" href=\"#shx-buy\"\u003e Maak je tuin Halloween-klaar → \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       BENEFITS\n       ===================================================== --\u003e\n\u003csection class=\"shx-section shx-benefits shx-center\"\u003e\u003cspan class=\"shx-kicker\"\u003e Waarom hij opvalt \u003c\/span\u003e\n\u003ch2 class=\"shx-title\"\u003eEén Decoratie. Een Complete Griezelige Scène.\u003c\/h2\u003e\n\u003cp class=\"shx-subtitle\"\u003eDe Magere Hein, lantaarn en verlichting werken samen als één opvallend middelpunt voor je Halloween-display.\u003c\/p\u003e\n\u003cdiv class=\"shx-card-grid\"\u003e\n\u003carticle class=\"shx-card\"\u003e\n\u003cdiv class=\"shx-icon\"\u003e👻\u003c\/div\u003e\n\u003ch3\u003eBewegend Licht\u003c\/h3\u003e\n\u003cp\u003eGeen gewone statische gloed. Het blauwe lichteffect geeft de scène een gevoel van beweging zodra het donker wordt.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"shx-card\"\u003e\n\u003cdiv class=\"shx-icon\"\u003e💀\u003c\/div\u003e\n\u003ch3\u003eGriezelig in het Donker\u003c\/h3\u003e\n\u003cp\u003eDe verlichte ogen, het skeletachtige gezicht en de lantaarn zorgen voor een opvallend Halloween-effect.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"shx-card\"\u003e\n\u003cdiv class=\"shx-icon\"\u003e🏚️\u003c\/div\u003e\n\u003ch3\u003eDirect een Blikvanger\u003c\/h3\u003e\n\u003cp\u003eZet hem tussen pompoenen, grafstenen en spinnenwebben en geef je hele Halloween-display een duidelijk middelpunt.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHOWCASE\n       ===================================================== --\u003e\n\u003csection class=\"shx-section shx-showcase shx-center\"\u003e\u003cspan class=\"shx-kicker\"\u003e Grote visuele impact \u003c\/span\u003e\n\u003ch2 class=\"shx-title\"\u003eGroter dan een Gewone Tuinlamp\u003c\/h2\u003e\n\u003cp class=\"shx-subtitle\"\u003ePlaats hem in de voortuin, langs een looppad of bij de veranda-ingang en maak van je Halloween-decoratie één duidelijk middelpunt.\u003c\/p\u003e\n\u003cdiv class=\"shx-showcase-frame\"\u003e\u003cimg src=\"https:\/\/cotitoc.com\/cdn\/shop\/files\/ChatGPTImage2026_8_21_15_42_00.png?v=1787298289\u0026amp;width=1946\" alt=\"Halloween Soul Harvester in een voortuin\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DETAILS\n       ===================================================== --\u003e\n\u003csection class=\"shx-section shx-dark\"\u003e\n\u003cdiv class=\"shx-split\"\u003e\n\u003cdiv class=\"shx-copy\"\u003e\n\u003cspan class=\"shx-kicker\"\u003e Van hoofd tot ziel \u003c\/span\u003e\n\u003ch2 class=\"shx-title\"\u003eGriezelige Details vanuit Elke Hoek\u003c\/h2\u003e\n\u003cp\u003eDe Soul Harvester is niet alleen bedoeld om licht te geven. De Magere Hein en de donkere, gotische details zorgen ook overdag voor een duidelijke Halloween-uitstraling.\u003c\/p\u003e\n\u003cul class=\"shx-checks\"\u003e\n\u003cli\u003eOnheilspellend verlichte ogen\u003c\/li\u003e\n\u003cli\u003eGotisch geïnspireerde lantaarn\u003c\/li\u003e\n\u003cli\u003eGloeiende blauwe zielen\u003c\/li\u003e\n\u003cli\u003eDonkere Magere Hein-look\u003c\/li\u003e\n\u003cli\u003eSkeletachtige handen en gezicht\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shx-image-card\"\u003e\u003cimg src=\"https:\/\/cotitoc.com\/cdn\/shop\/files\/ChatGPTImage2026_8_21_15_35_43.png?v=1787298289\u0026amp;width=1946\" alt=\"Details van de Halloween Soul Harvester\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SOLAR\n       ===================================================== --\u003e\n\u003csection class=\"shx-section shx-solar\"\u003e\n\u003cdiv class=\"shx-split\"\u003e\n\u003cdiv class=\"shx-image-card\"\u003e\u003cimg src=\"https:\/\/cotitoc.com\/cdn\/shop\/files\/ChatGPTImage2026_8_21_15_38_57.png?v=1787298289\u0026amp;width=1946\" alt=\"Installatie van de Halloween Soul Harvester op zonne-energie\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shx-copy\"\u003e\n\u003cspan class=\"shx-kicker\"\u003e Werkt op zonne-energie \u003c\/span\u003e\n\u003ch2 class=\"shx-title\"\u003eGeen Kabels. Geen Stopcontact. Minder Gedoe.\u003c\/h2\u003e\n\u003cp\u003eZet je Halloween-display waar het er het beste uitziet, in plaats van waar toevallig een stopcontact in de buurt is.\u003c\/p\u003e\n\u003cp\u003eHet zonnepaneel laadt overdag op en de verlichting is ontworpen om na het donker worden automatisch te gaan branden.\u003c\/p\u003e\n\u003cul class=\"shx-checks\"\u003e\n\u003cli\u003eWerkt op zonne-energie\u003c\/li\u003e\n\u003cli\u003eGeen verlengsnoer nodig\u003c\/li\u003e\n\u003cli\u003eAutomatische verlichting na zonsondergang\u003c\/li\u003e\n\u003cli\u003eEenvoudige plaatsing met grondpinnen\u003c\/li\u003e\n\u003cli\u003eGeschikt voor seizoensgebonden buitendecoratie\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"shx-mid-cta\"\u003e\u003ca class=\"shx-button\" href=\"#shx-buy\"\u003e Bekijk de Soul Harvester → \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       INSTALLATION\n       ===================================================== --\u003e\n\u003csection class=\"shx-section shx-steps shx-center\"\u003e\u003cspan class=\"shx-kicker\"\u003e Eenvoudige installatie \u003c\/span\u003e\n\u003ch2 class=\"shx-title\"\u003eVan Doos naar Griezelig in 3 Stappen\u003c\/h2\u003e\n\u003cdiv class=\"shx-step-grid\"\u003e\n\u003cdiv class=\"shx-step\"\u003e\n\u003cdiv class=\"shx-step-number\"\u003e1\u003c\/div\u003e\n\u003ch3\u003eZet Hem in de Grond\u003c\/h3\u003e\n\u003cp\u003ePlaats de decoratie in je voortuin, langs een looppad of bij de veranda.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shx-step\"\u003e\n\u003cdiv class=\"shx-step-number\"\u003e2\u003c\/div\u003e\n\u003ch3\u003eLaat Hem Opladen\u003c\/h3\u003e\n\u003cp\u003ePlaats het zonnepaneel overdag op een plek waar het voldoende direct zonlicht ontvangt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shx-step\"\u003e\n\u003cdiv class=\"shx-step-number\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eZie Hem Ontwaken\u003c\/h3\u003e\n\u003cp\u003eZodra het donker wordt, komen de verlichting, ogen en lantaarn tot leven.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HALLOWEEN EMOTION\n       ===================================================== --\u003e\n\u003csection class=\"shx-section shx-halloween shx-center\"\u003e\u003cspan class=\"shx-kicker\"\u003e Halloween 2026 \u003c\/span\u003e\n\u003ch2 class=\"shx-title\"\u003eGeef Trick-or-Treaters een Reden om te Stoppen\u003c\/h2\u003e\n\u003cp class=\"shx-subtitle\"\u003ePompoenen maken een tuin feestelijk. Spinnenwebben maken hem griezelig. Een gloeiende Magere Hein maakt van je hele display een scène.\u003c\/p\u003e\n\u003cdiv class=\"shx-tags\"\u003e\n\u003cspan class=\"shx-tag\"\u003eVoortuin\u003c\/span\u003e \u003cspan class=\"shx-tag\"\u003eLooppad\u003c\/span\u003e \u003cspan class=\"shx-tag\"\u003eVeranda\u003c\/span\u003e \u003cspan class=\"shx-tag\"\u003eHalloweenfeest\u003c\/span\u003e \u003cspan class=\"shx-tag\"\u003eKerkhofdecoratie\u003c\/span\u003e \u003cspan class=\"shx-tag\"\u003eSpookhuis\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       COMPARISON\n       ===================================================== --\u003e\n\u003csection class=\"shx-section shx-compare shx-center\"\u003e\u003cspan class=\"shx-kicker\"\u003e Statisch vs. opvallend \u003c\/span\u003e\n\u003ch2 class=\"shx-title\"\u003eWaarom Nog een Gewone Tuinlamp?\u003c\/h2\u003e\n\u003cdiv class=\"shx-compare-grid\"\u003e\n\u003cdiv class=\"shx-compare-card basic\"\u003e\n\u003ch3\u003eGewone Halloweenverlichting\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eStatische verlichting\u003c\/li\u003e\n\u003cli\u003eKleinere visuele impact\u003c\/li\u003e\n\u003cli\u003eKan gemakkelijk opgaan in andere decoratie\u003c\/li\u003e\n\u003cli\u003eLijkt op veel standaard Halloweenverlichting\u003c\/li\u003e\n\u003cli\u003eElektrische modellen hebben een stroombron nodig\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shx-compare-card soul\"\u003e\n\u003ch3\u003eSoul Harvester\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBewegend blauw lichteffect\u003c\/li\u003e\n\u003cli\u003eGrote Halloween-blikvanger\u003c\/li\u003e\n\u003cli\u003eMagere Hein, ogen en lantaarn in één scène\u003c\/li\u003e\n\u003cli\u003eOntworpen om na donker op te vallen\u003c\/li\u003e\n\u003cli\u003eWerkt op zonne-energie zonder verlengsnoer\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SOCIAL PROOF\n       ===================================================== --\u003e\n\u003csection class=\"shx-section shx-proof shx-center\"\u003e\u003cspan class=\"shx-kicker\"\u003e Echte indruk maakt het verschil \u003c\/span\u003e\n\u003ch2 class=\"shx-title\"\u003eLaat de Decoratie Zelf het Werk Doen\u003c\/h2\u003e\n\u003cp class=\"shx-proof-note\"\u003eVoeg hier echte klantfoto's, video's of geverifieerde beoordelingen toe zodra je deze hebt. Gebruik geen verzonnen reviews.\u003c\/p\u003e\n\u003cdiv class=\"shx-proof-grid\"\u003e\n\u003carticle class=\"shx-proof-card\"\u003e\n\u003cdiv class=\"shx-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003e“Plaats hier een echte klantbeoordeling over het uiterlijk, de installatie of het effect in de tuin.”\u003c\/p\u003e\n\u003csmall\u003e — Geverifieerde klant \u003c\/small\u003e\u003c\/article\u003e\n\u003carticle class=\"shx-proof-card\"\u003e\n\u003cdiv class=\"shx-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003e“Plaats hier een tweede echte beoordeling, bij voorkeur met een foto van het product in een echte tuin.”\u003c\/p\u003e\n\u003csmall\u003e — Geverifieerde klant \u003c\/small\u003e\u003c\/article\u003e\n\u003carticle class=\"shx-proof-card\"\u003e\n\u003cdiv class=\"shx-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003e“Plaats hier een korte beoordeling die het belangrijkste koopargument bevestigt.”\u003c\/p\u003e\n\u003csmall\u003e — Geverifieerde klant \u003c\/small\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       BUY \/ OFFER\n       ===================================================== --\u003e\n\u003csection class=\"shx-section shx-buy shx-center\" id=\"shx-buy\"\u003e\n\u003cdiv class=\"shx-buy-box\"\u003e\n\u003cspan class=\"shx-kicker\"\u003e Halloween 2026 \u003c\/span\u003e\n\u003ch2 class=\"shx-buy-title\"\u003eKlaar om je Tuin te Laten Ontwaken?\u003c\/h2\u003e\n\u003cdiv class=\"shx-price\"\u003e\n\u003cspan class=\"shx-price-current\"\u003e€38.98 \u003c\/span\u003e \u003cspan class=\"shx-price-old\"\u003e€79.98 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"shx-price-note\"\u003eControleer je actuele prijs, voorraad en verzendinformatie bij het afrekenen.\u003c\/p\u003e\n\u003cdiv class=\"shx-buy-points\"\u003e\n\u003cdiv class=\"shx-buy-point\"\u003eSolar aangedreven\u003c\/div\u003e\n\u003cdiv class=\"shx-buy-point\"\u003eAutomatische verlichting\u003c\/div\u003e\n\u003cdiv class=\"shx-buy-point\"\u003eGeen verlengsnoeren\u003c\/div\u003e\n\u003cdiv class=\"shx-buy-point\"\u003eVoor Halloween-buitendisplays\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--\n        IMPORTANT:\n        Replace this URL with your actual product URL if needed.\n        Current Cotitoc product URL:\n        \/products\/🎁today-49-off🎁💀halloween-soul-harvester-animated-garden-light\n      --\u003e \u003ca class=\"shx-button shx-button-orange\" href=\"\/products\/%F0%9F%8E%81today-49-off%F0%9F%8E%81%F0%9F%92%80halloween-soul-harvester-animated-garden-light\"\u003e Bestel de Soul Harvester → \u003c\/a\u003e\n\u003cp class=\"shx-buy-disclaimer\"\u003ePrijs, voorraad, betaalmethoden, levering en retourvoorwaarden kunnen per markt verschillen. Controleer de actuele informatie tijdens het afrekenen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n       ===================================================== --\u003e\n\u003csection class=\"shx-section shx-faq shx-center\"\u003e\u003cspan class=\"shx-kicker\"\u003e Veelgestelde vragen \u003c\/span\u003e\n\u003ch2 class=\"shx-title\"\u003eVoordat de Soul Harvester Aankomt\u003c\/h2\u003e\n\u003cdiv class=\"shx-faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWerkt de Soul Harvester op zonne-energie?\u003c\/summary\u003e\n\u003cdiv class=\"shx-faq-answer\"\u003eJa. Het zonnepaneel laadt overdag op. Plaats het paneel op een plek waar het voldoende direct zonlicht ontvangt voor de beste verlichting na zonsondergang.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHeb ik een verlengsnoer nodig?\u003c\/summary\u003e\n\u003cdiv class=\"shx-faq-answer\"\u003eNee. Voor de zonne-energie-installatie is geen verlengsnoer nodig, waardoor je meer vrijheid hebt bij het plaatsen van de decoratie.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWaar kan ik hem neerzetten?\u003c\/summary\u003e\n\u003cdiv class=\"shx-faq-answer\"\u003eDe Soul Harvester is geschikt als opvallend middelpunt in een voortuin, langs een looppad, bij een veranda-ingang of binnen een groter Halloween-display.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eGaat de verlichting automatisch aan?\u003c\/summary\u003e\n\u003cdiv class=\"shx-faq-answer\"\u003eDe verlichting is ontworpen om na het donker worden automatisch te gaan branden wanneer het zonnepaneel overdag voldoende is opgeladen.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs hij geschikt voor buitendecoratie?\u003c\/summary\u003e\n\u003cdiv class=\"shx-faq-answer\"\u003eHet product is bedoeld als seizoensgebonden Halloween-buitendecoratie. Volg voor gebruik en weersomstandigheden altijd de officiële productspecificaties.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWat maakt het effect anders dan gewone tuinverlichting?\u003c\/summary\u003e\n\u003cdiv class=\"shx-faq-answer\"\u003eDe combinatie van de Magere Hein, verlichte ogen, gotische lantaarn en blauwe verlichting creëert een complete Halloween-scène in plaats van alleen een enkel lichtpunt.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FINAL CTA\n       ===================================================== --\u003e\n\u003csection class=\"shx-final\"\u003e\u003cspan class=\"shx-kicker\"\u003e Wanneer de duisternis valt \u003c\/span\u003e\n\u003ch2 class=\"shx-title\"\u003eLaat de Zielen Deze Halloween in Jouw Tuin Opstijgen\u003c\/h2\u003e\n\u003cp class=\"shx-final-copy\"\u003eMaak van je voortuin meer dan een verzameling Halloween-decoraties. Geef je display één opvallend middelpunt dat pas echt tot leven komt zodra het donker wordt.\u003c\/p\u003e\n\u003ca class=\"shx-button shx-button-orange\" href=\"#shx-buy\"\u003e Maak je Halloween-display compleet → \u003c\/a\u003e\n\u003cp class=\"shx-final-note\"\u003eHalloween 2026 • Soul Harvester • Buitendecoratie\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MOBILE STICKY CTA\n       ===================================================== --\u003e\n\u003cdiv class=\"shx-mobile-cta\"\u003e\u003ca href=\"#shx-buy\"\u003e 💀 Bekijk de Soul Harvester \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"Default Title","offer_id":45741648674951,"sku":"QT260825007-wsjlhsgzhy-1","price":59.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/0754\/9575\/files\/ChatGPTImage2026_8_21_15_32_19.png?v=1788320327","url":"https:\/\/www.passagestreet.com\/products\/ulht","provider":"passagestreet","version":"1.0","type":"link"}