{"product_id":"halloween-crystal-suncatcher","title":"⏳ Last Day 49% OFF –🎃 Halloween Crystal Suncatcher","description":"\u003cstyle\u003e\n\/* =========================================================\n   HALLOWEEN CRYSTAL SUNCATCHER\n   Shopify Landing Page\n   Witchy Plum × Amber Orange × Crystal Gold\n========================================================= *\/\n\n.hcs-page,\n.hcs-page *{\n  box-sizing:border-box;\n}\n\n.hcs-page{\n  --plum:#382638;\n  --plum2:#51334f;\n  --deep:#171018;\n  --deep2:#261725;\n\n  --orange:#c8662d;\n  --orange2:#eb9148;\n\n  --gold:#d6aa63;\n  --gold2:#f1d091;\n\n  --purple:#795376;\n  --cream:#fff9f3;\n  --cream2:#f5ebe3;\n\n  --text:#382f34;\n  --muted:#746b70;\n  --line:#e5d9d2;\n\n  width:100%;\n  max-width:780px;\n\n  margin:0 auto!important;\n  padding:0 10px 0!important;\n\n  overflow:visible!important;\n\n  background:#fff;\n  color:var(--text);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   GLOBAL IMAGE SAFETY\n   FULL IMAGE \/ NO CROP \/ NO DISTORTION\n========================================================= *\/\n\n.hcs-page img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  aspect-ratio:auto!important;\n\n  object-fit:contain!important;\n  object-position:center center!important;\n\n  margin:0!important;\n  padding:0!important;\n\n  transform:none!important;\n\n  clip-path:none!important;\n  mask:none!important;\n  -webkit-mask:none!important;\n\n  border:0;\n}\n\n\n.hcs-page h1,\n.hcs-page h2,\n.hcs-page h3,\n.hcs-page p{\n  margin-top:0;\n}\n\n\n.hcs-page strong{\n  font-weight:850;\n}\n\n\n\/* =========================================================\n   ANIMATIONS\n========================================================= *\/\n\n@keyframes hcsReveal{\n\n  from{\n    opacity:0;\n    transform:translateY(18px);\n  }\n\n  to{\n    opacity:1;\n    transform:none;\n  }\n\n}\n\n\n@keyframes hcsFloat{\n\n  0%,100%{\n    transform:\n      translateY(0)\n      rotate(-2deg);\n  }\n\n  50%{\n    transform:\n      translateY(-6px)\n      rotate(2deg);\n  }\n\n}\n\n\n@keyframes hcsSpark{\n\n  0%,100%{\n    opacity:.25;\n\n    transform:\n      scale(.72)\n      rotate(0deg);\n  }\n\n  50%{\n    opacity:1;\n\n    transform:\n      scale(1.18)\n      rotate(30deg);\n  }\n\n}\n\n\n@keyframes hcsPulse{\n\n  0%,100%{\n    transform:scale(1);\n\n    box-shadow:\n      0 8px 23px\n      rgba(199,101,45,.24);\n  }\n\n  50%{\n    transform:scale(1.035);\n\n    box-shadow:\n      0 13px 33px\n      rgba(199,101,45,.45);\n  }\n\n}\n\n\n@keyframes hcsGlow{\n\n  0%,100%{\n    box-shadow:\n      inset 0 0 0\n      rgba(230,181,102,0);\n  }\n\n  50%{\n    box-shadow:\n      inset 0 0 95px\n      rgba(230,181,102,.075);\n  }\n\n}\n\n\n@keyframes hcsCrystal{\n\n  0%,100%{\n    filter:\n      drop-shadow(\n        0 0 0\n        rgba(217,187,239,0)\n      );\n  }\n\n  50%{\n    filter:\n      drop-shadow(\n        0 0 10px\n        rgba(217,187,239,.40)\n      );\n  }\n\n}\n\n\n\/* visible fallback *\/\n\n.hcs-reveal{\n  opacity:1;\n  transform:none;\n}\n\n\n\/* modern scroll reveal *\/\n\n@supports(animation-timeline:view()){\n\n  .hcs-reveal{\n    animation:\n      hcsReveal\n      .8s\n      ease\n      both;\n\n    animation-timeline:view();\n\n    animation-range:\n      entry 5%\n      cover 28%;\n  }\n\n}\n\n\n\/* =========================================================\n   GENERAL\n========================================================= *\/\n\n.hcs-sec{\n  margin:32px 0;\n}\n\n\n.hcs-copy{\n  margin-bottom:16px!important;\n\n  color:var(--muted);\n\n  font-size:15px;\n}\n\n\n.hcs-kicker{\n  margin:\n    0 0\n    7px!important;\n\n  color:var(--orange);\n\n  font-size:11.5px;\n  font-weight:900;\n\n  letter-spacing:1.1px;\n\n  text-transform:uppercase;\n}\n\n\n.hcs-page h2{\n  margin:\n    0 0\n    10px;\n\n  color:#40343b;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:26px;\n\n  line-height:1.2;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.hcs-hero{\n  position:relative;\n\n  overflow:hidden;\n\n  margin:\n    0 -10px\n    25px;\n\n  padding:\n    36px 10px\n    28px;\n\n  text-align:center;\n\n  color:#fff;\n\n  background:\n\n    radial-gradient(\n      circle at 12% 12%,\n      rgba(200,98,45,.28),\n      transparent 31%\n    ),\n\n    radial-gradient(\n      circle at 89% 82%,\n      rgba(118,75,117,.36),\n      transparent 35%\n    ),\n\n    radial-gradient(\n      circle at 50% 5%,\n      rgba(231,190,107,.14),\n      transparent 29%\n    ),\n\n    linear-gradient(\n      145deg,\n      #352334,\n      #171017 72%\n    );\n}\n\n\n.hcs-hero:before{\n  content:\"\";\n\n  position:absolute;\n  inset:0;\n\n  opacity:.12;\n\n  pointer-events:none;\n\n  background-image:\n\n    radial-gradient(\n      circle,\n      #fff 1px,\n      transparent 1.5px\n    ),\n\n    radial-gradient(\n      circle,\n      #e4c6ea 1px,\n      transparent 1.5px\n    );\n\n  background-size:\n    58px 58px;\n\n  background-position:\n    0 0,\n    29px 29px;\n}\n\n\n.hcs-hero:after{\n  content:\"✦\";\n\n  position:absolute;\n\n  right:8%;\n  top:45px;\n\n  color:#f2d18c;\n\n  font-size:28px;\n\n  animation:\n    hcsSpark\n    2.8s\n    ease-in-out\n    infinite;\n}\n\n\n.hcs-hero-inner{\n  position:relative;\n\n  z-index:2;\n}\n\n\n.hcs-mark{\n  display:inline-grid;\n\n  place-items:center;\n\n  width:58px;\n  height:58px;\n\n  margin-bottom:10px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.18);\n\n  border-radius:50%;\n\n  background:\n    rgba(255,255,255,.07);\n\n  font-size:30px;\n\n  box-shadow:\n    0 0 30px\n    rgba(192,133,205,.24);\n\n  animation:\n    hcsFloat\n    3.2s\n    ease-in-out\n    infinite;\n}\n\n\n.hcs-hero h1{\n  max-width:700px;\n\n  margin:\n    0 auto\n    12px;\n\n  color:#fff;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:35px;\n\n  line-height:1.1;\n}\n\n\n.hcs-hero h1 span{\n  color:#f1c779;\n}\n\n\n.hcs-hero-sub{\n  max-width:660px;\n\n  margin:\n    0 auto\n    18px!important;\n\n  color:#efe5ec;\n\n  font-size:15.5px;\n}\n\n\n.hcs-pill{\n  display:inline-flex;\n\n  flex-wrap:wrap;\n  justify-content:center;\n\n  gap:6px;\n\n  margin:\n    0 auto\n    20px;\n\n  padding:\n    8px 14px;\n\n  border:\n    1px solid\n    rgba(240,205,145,.27);\n\n  border-radius:999px;\n\n  background:\n    rgba(255,255,255,.06);\n\n  color:#f6ddb0;\n\n  font-size:12.5px;\n  font-weight:850;\n\n  animation:\n    hcsFloat\n    3.5s\n    ease-in-out\n    infinite;\n}\n\n\n\/* =========================================================\n   HERO IMAGE\n   PORTRAIT IMAGE FULL DISPLAY\n========================================================= *\/\n\n.hcs-hero-media{\n  display:block!important;\n\n  width:100%!important;\n  max-width:430px!important;\n\n  height:auto!important;\n\n  margin:\n    0 auto!important;\n\n  padding:0!important;\n\n  overflow:visible!important;\n\n  background:transparent!important;\n}\n\n\n.hcs-hero-media img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  max-height:none!important;\n\n  aspect-ratio:auto!important;\n\n  object-fit:contain!important;\n\n  margin:0!important;\n\n  border-radius:16px!important;\n\n  transform:none!important;\n\n  box-shadow:\n    0 14px 38px\n    rgba(0,0,0,.27);\n\n  animation:\n    hcsCrystal\n    4s\n    ease-in-out\n    infinite;\n}\n\n\n\/* =========================================================\n   QUICK STRIP\n========================================================= *\/\n\n.hcs-strip{\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  margin:\n    0 0\n    31px;\n\n  overflow:hidden;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:14px;\n\n  background:#fff;\n\n  box-shadow:\n    0 6px 20px\n    rgba(54,37,48,.08);\n}\n\n\n.hcs-feature{\n  padding:\n    14px 7px;\n\n  text-align:center;\n}\n\n\n.hcs-feature + .hcs-feature{\n  border-left:\n    1px solid\n    var(--line);\n}\n\n\n.hcs-feature strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#95512f;\n\n  font-size:13px;\n}\n\n\n.hcs-feature span{\n  display:block;\n\n  color:#776d73;\n\n  font-size:11.5px;\n\n  line-height:1.3;\n}\n\n\n\/* =========================================================\n   MEDIA\n   NO CROP\n========================================================= *\/\n\n.hcs-media{\n  display:block!important;\n\n  position:relative!important;\n\n  width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  margin:\n    0 0\n    18px!important;\n\n  padding:0!important;\n\n  overflow:visible!important;\n\n  aspect-ratio:auto!important;\n\n  background:transparent!important;\n}\n\n\n.hcs-media img{\n  display:block!important;\n\n  width:100%!important;\n\n  height:auto!important;\n  max-height:none!important;\n\n  aspect-ratio:auto!important;\n\n  object-fit:contain!important;\n\n  border-radius:16px!important;\n\n  transform:none!important;\n\n  box-shadow:\n    0 11px 29px\n    rgba(47,29,43,.12);\n\n  transition:\n    filter .3s ease,\n    box-shadow .3s ease;\n}\n\n\n.hcs-media:hover img{\n  transform:none!important;\n\n  filter:\n    contrast(1.015)\n    saturate(1.03);\n\n  box-shadow:\n    0 15px 34px\n    rgba(47,29,43,.17);\n}\n\n\n\/* =========================================================\n   DARK SECTION\n========================================================= *\/\n\n.hcs-dark{\n  position:relative;\n\n  margin:\n    33px -10px;\n\n  padding:\n    32px 10px;\n\n  color:#fff;\n\n  background:\n\n    radial-gradient(\n      circle at 90% 8%,\n      rgba(129,80,127,.31),\n      transparent 31%\n    ),\n\n    radial-gradient(\n      circle at 7% 92%,\n      rgba(197,95,44,.18),\n      transparent 28%\n    ),\n\n    linear-gradient(\n      145deg,\n      #20151f,\n      #392337\n    );\n}\n\n\n.hcs-dark h2{\n  color:#fff;\n}\n\n\n.hcs-dark .hcs-copy{\n  color:#e9dfe6;\n}\n\n\n.hcs-dark .hcs-kicker{\n  color:#eab77b;\n}\n\n\n\/* =========================================================\n   CREAM SECTION\n========================================================= *\/\n\n.hcs-cream{\n  position:relative;\n\n  margin:\n    33px -10px;\n\n  padding:\n    32px 10px;\n\n  background:\n\n    radial-gradient(\n      circle at 88% 7%,\n      rgba(117,73,116,.08),\n      transparent 30%\n    ),\n\n    radial-gradient(\n      circle at 8% 92%,\n      rgba(202,100,46,.07),\n      transparent 30%\n    ),\n\n    linear-gradient(\n      145deg,\n      #fffaf5,\n      #f4e9e2\n    );\n}\n\n\n\/* =========================================================\n   CALLOUT\n========================================================= *\/\n\n.hcs-call{\n  margin:\n    18px 0;\n\n  padding:\n    16px 17px;\n\n  border-left:\n    4px solid\n    var(--orange);\n\n  border-radius:\n    0 11px\n    11px 0;\n\n  background:\n    linear-gradient(\n      90deg,\n      #fff0e5,\n      #fff9f3\n    );\n\n  color:#684e46;\n}\n\n\n.hcs-call strong{\n  color:#49352e;\n}\n\n\n\/* =========================================================\n   DARK FEATURE CARDS\n========================================================= *\/\n\n.hcs-glow-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,1fr);\n\n  gap:9px;\n\n  margin-top:17px;\n}\n\n\n.hcs-glow-card{\n  padding:\n    16px 10px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.12);\n\n  border-radius:12px;\n\n  background:\n    rgba(255,255,255,.055);\n\n  text-align:center;\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n\n.hcs-glow-card:hover{\n  transform:\n    translateY(-4px);\n\n  background:\n    rgba(255,255,255,.10);\n}\n\n\n.hcs-glow-card i{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-style:normal;\n\n  font-size:25px;\n\n  animation:\n    hcsFloat\n    3.4s\n    ease-in-out\n    infinite;\n}\n\n\n.hcs-glow-card b{\n  display:block;\n\n  color:#f2c98e;\n\n  font-size:13.5px;\n}\n\n\n.hcs-glow-card span{\n  display:block;\n\n  margin-top:4px;\n\n  color:#eadfe7;\n\n  font-size:11.8px;\n\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   STYLE LIST\n========================================================= *\/\n\n.hcs-style-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,1fr);\n\n  gap:10px;\n\n  margin-top:17px;\n}\n\n\n.hcs-style{\n  padding:\n    15px 13px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:13px;\n\n  background:#fff;\n\n  transition:\n    transform .28s ease,\n    box-shadow .28s ease,\n    border-color .28s ease;\n}\n\n\n.hcs-style:hover{\n  transform:\n    translateY(-4px);\n\n  border-color:#d5b59d;\n\n  box-shadow:\n    0 10px 23px\n    rgba(55,37,48,.09);\n}\n\n\n.hcs-style i{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-style:normal;\n\n  font-size:23px;\n\n  animation:\n    hcsFloat\n    3.5s\n    ease-in-out\n    infinite;\n}\n\n\n.hcs-style b{\n  display:block;\n\n  color:#67445e;\n\n  font-size:13.5px;\n}\n\n\n.hcs-style span{\n  display:block;\n\n  margin-top:4px;\n\n  color:#766d72;\n\n  font-size:11.5px;\n\n  line-height:1.45;\n}\n\n\n.hcs-style-last{\n  grid-column:\n    1 \/ -1;\n}\n\n\n\/* =========================================================\n   DETAILS GRID\n========================================================= *\/\n\n.hcs-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,1fr);\n\n  gap:10px;\n\n  margin-top:16px;\n}\n\n\n.hcs-card{\n  padding:16px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:14px;\n\n  background:#fff;\n\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease,\n    border-color .3s ease;\n}\n\n\n.hcs-card:hover{\n  transform:\n    translateY(-3px);\n\n  border-color:#d9bba3;\n\n  box-shadow:\n    0 10px 23px\n    rgba(55,36,47,.09);\n}\n\n\n.hcs-card-icon{\n  display:block;\n\n  margin-bottom:7px;\n\n  font-size:25px;\n\n  animation:\n    hcsFloat\n    3.4s\n    ease-in-out\n    infinite;\n}\n\n\n.hcs-card b{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:#71445f;\n\n  font-size:14px;\n}\n\n\n.hcs-card span{\n  display:block;\n\n  color:#756c71;\n\n  font-size:12.5px;\n\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   SUNLIGHT FLOW\n========================================================= *\/\n\n.hcs-flow{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:9px;\n\n  margin-top:16px;\n}\n\n\n.hcs-flow-item{\n  padding:\n    17px 9px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:13px;\n\n  background:#fff;\n\n  text-align:center;\n}\n\n\n.hcs-flow-icon{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-size:26px;\n\n  animation:\n    hcsFloat\n    3.3s\n    ease-in-out\n    infinite;\n}\n\n\n.hcs-flow-item b{\n  display:block;\n\n  color:#5e4558;\n\n  font-size:13px;\n}\n\n\n.hcs-arrow{\n  color:var(--orange);\n\n  font-size:20px;\n  font-weight:900;\n}\n\n\n\/* =========================================================\n   TAGS\n========================================================= *\/\n\n.hcs-tags{\n  display:flex;\n\n  flex-wrap:wrap;\n\n  gap:8px;\n\n  margin-top:14px;\n}\n\n\n.hcs-tag{\n  padding:\n    8px 12px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:999px;\n\n  background:#fff;\n\n  color:#62485b;\n\n  font-size:12px;\n  font-weight:800;\n\n  transition:.25s ease;\n}\n\n\n.hcs-tag:hover{\n  transform:\n    translateY(-3px);\n\n  box-shadow:\n    0 7px 16px\n    rgba(57,38,50,.08);\n}\n\n\n\/* =========================================================\n   BENEFIT LIST\n========================================================= *\/\n\n.hcs-list{\n  margin:0;\n\n  padding:0;\n\n  list-style:none;\n}\n\n\n.hcs-list li{\n  position:relative;\n\n  padding:\n    10px 0\n    10px 29px;\n\n  border-bottom:\n    1px solid\n    rgba(255,255,255,.11);\n\n  color:#eadfe7;\n}\n\n\n.hcs-list li:last-child{\n  border-bottom:0;\n}\n\n\n.hcs-list li:before{\n  content:\"✦\";\n\n  position:absolute;\n\n  left:0;\n  top:10px;\n\n  color:#efae62;\n\n  font-weight:900;\n}\n\n\n\/* =========================================================\n   FINAL EMOTIONAL IMAGE\n========================================================= *\/\n\n.hcs-emotional{\n  margin:32px 0;\n}\n\n\n.hcs-emotional-box{\n  padding:\n    22px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:17px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #fffaf5,\n      #f5ebe5\n    );\n\n  text-align:center;\n}\n\n\n.hcs-emotional-box h2{\n  max-width:640px;\n\n  margin:\n    0 auto\n    10px;\n}\n\n\n.hcs-emotional-box p{\n  max-width:620px;\n\n  margin:\n    0 auto\n    18px;\n\n  color:var(--muted);\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.hcs-final{\n  position:relative;\n\n  overflow:hidden;\n\n  margin:\n    33px -10px\n    0!important;\n\n  padding:\n    39px 16px\n    40px!important;\n\n  text-align:center;\n\n  color:#fff;\n\n  background:\n\n    radial-gradient(\n      circle at 50% 0,\n      rgba(224,154,74,.25),\n      transparent 39%\n    ),\n\n    radial-gradient(\n      circle at 0 100%,\n      rgba(119,72,118,.27),\n      transparent 35%\n    ),\n\n    linear-gradient(\n      145deg,\n      #352233,\n      #171017\n    );\n\n  animation:\n    hcsGlow\n    4s\n    ease-in-out\n    infinite;\n}\n\n\n.hcs-final:before{\n  content:\"🌙\";\n\n  position:absolute;\n\n  right:-6px;\n  top:-34px;\n\n  opacity:.055;\n\n  font-size:165px;\n\n  transform:\n    rotate(-10deg);\n}\n\n\n.hcs-final h2{\n  position:relative;\n\n  max-width:650px;\n\n  margin:\n    0 auto\n    10px;\n\n  color:#fff;\n\n  font-size:28px;\n}\n\n\n.hcs-final p{\n  position:relative;\n\n  max-width:620px;\n\n  margin:\n    0 auto\n    18px;\n\n  color:#ece2e9;\n}\n\n\n.hcs-cta{\n  position:relative;\n\n  display:inline-block;\n\n  padding:\n    12px 22px;\n\n  border-radius:999px;\n\n  color:#fff!important;\n\n  background:\n    linear-gradient(\n      90deg,\n      #ba5b2c,\n      #e89048\n    );\n\n  text-decoration:none;\n\n  font-size:13.5px;\n  font-weight:900;\n\n  animation:\n    hcsPulse\n    2.7s\n    ease-in-out\n    infinite;\n}\n\n\n\/* =========================================================\n   TRUST\n========================================================= *\/\n\n.hcs-trust{\n  margin:\n    22px 0\n    0;\n\n  padding:\n    20px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:15px;\n\n  background:#fff;\n\n  text-align:center;\n}\n\n\n.hcs-trust h3{\n  margin:\n    0 0\n    6px;\n\n  color:#493e44;\n\n  font-size:18px;\n}\n\n\n.hcs-trust p{\n  max-width:650px;\n\n  margin:0 auto;\n\n  color:#756d72;\n\n  font-size:13.5px;\n}\n\n\n.hcs-trust-row{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:7px;\n\n  margin-top:15px;\n\n  padding-top:14px;\n\n  border-top:\n    1px solid\n    var(--line);\n\n  color:#5d5358;\n\n  text-align:center;\n\n  font-size:12.5px;\n  font-weight:800;\n}\n\n\n.hcs-trust-media{\n  width:100%;\n\n  margin:\n    15px auto\n    0!important;\n\n  padding:0;\n\n  overflow:visible!important;\n}\n\n\n.hcs-trust-media img{\n  width:100%!important;\n\n  height:auto!important;\n\n  object-fit:contain!important;\n\n  transform:none!important;\n}\n\n\n\/* =========================================================\n   BOTTOM WHITE SPACE FIX\n========================================================= *\/\n\n.hcs-page{\n  margin-bottom:0!important;\n  padding-bottom:0!important;\n}\n\n\n.hcs-page \u003e *:last-child{\n  margin-bottom:0!important;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:640px){\n\n  .hcs-page{\n    padding:\n      0 8px\n      0!important;\n  }\n\n\n  .hcs-hero{\n    margin-left:-8px;\n    margin-right:-8px;\n\n    padding:\n      29px 8px\n      24px;\n  }\n\n\n  .hcs-hero h1{\n    font-size:27px;\n  }\n\n\n  .hcs-hero-media{\n    max-width:380px!important;\n  }\n\n\n  .hcs-strip{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n\n  .hcs-feature:nth-child(3),\n  .hcs-feature:nth-child(4){\n    border-top:\n      1px solid\n      var(--line);\n  }\n\n\n  .hcs-feature:nth-child(3){\n    border-left:0;\n  }\n\n\n  .hcs-grid,\n  .hcs-glow-grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .hcs-style-grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .hcs-style-last{\n    grid-column:auto;\n  }\n\n\n  .hcs-flow{\n    grid-template-columns:1fr;\n  }\n\n\n  .hcs-trust-row{\n    grid-template-columns:1fr;\n\n    text-align:left;\n  }\n\n\n  .hcs-media,\n  .hcs-hero-media,\n  .hcs-trust-media{\n    overflow:visible!important;\n\n    height:auto!important;\n\n    aspect-ratio:auto!important;\n  }\n\n\n  .hcs-media img,\n  .hcs-hero-media img,\n  .hcs-trust-media img{\n    width:100%!important;\n\n    height:auto!important;\n\n    max-height:none!important;\n\n    aspect-ratio:auto!important;\n\n    object-fit:contain!important;\n\n    transform:none!important;\n  }\n\n\n  .hcs-pill{\n    border-radius:14px;\n  }\n\n\n  .hcs-final{\n    margin:\n      33px -8px\n      0!important;\n\n    padding-bottom:35px!important;\n  }\n\n}\n\n\n\/* =========================================================\n   REDUCED MOTION\n========================================================= *\/\n\n@media(prefers-reduced-motion:reduce){\n\n  .hcs-page *,\n  .hcs-page *::before,\n  .hcs-page *::after{\n    animation:none!important;\n    transition:none!important;\n  }\n\n\n  .hcs-reveal{\n    opacity:1!important;\n    transform:none!important;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"hcs-page\" id=\"hcs-top\"\u003e\n\u003c!-- =====================================================\n     HERO\n===================================================== --\u003e\n\u003csection class=\"hcs-hero\"\u003e\n\u003cdiv class=\"hcs-hero-inner\"\u003e\n\u003cdiv class=\"hcs-mark\"\u003e🔮\u003c\/div\u003e\n\u003cp class=\"hcs-kicker\" style=\"color: #edbd7e;\"\u003eWhen Sunlight Streams In, Halloween Magic Begins\u003c\/p\u003e\n\u003ch1\u003eCatch the Sunlight. \u003cspan\u003eScatter a Little Halloween Magic.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hcs-hero-sub\"\u003eHang it in a sunlit window and watch faceted crystal-style details catch natural light, sending colorful rainbow reflections across nearby walls and surfaces.\u003c\/p\u003e\n\u003cdiv class=\"hcs-pill\"\u003e🌈 Rainbow Reflections  •  🔮 Crystal Sparkle  •  🖤 Gothic Details  •  🪟 Window Decor\u003c\/div\u003e\n\u003cdiv class=\"hcs-hero-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/dcd43f32399f221415663046a5654bd1_6498ac03-9c05-43e2-91b5-4454d3c586de.gif?v=1789011803\" alt=\"Halloween crystal suncatcher glowing in natural sunlight\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     QUICK BENEFITS\n===================================================== --\u003e\n\u003cdiv class=\"hcs-strip\"\u003e\n\u003cdiv class=\"hcs-feature\"\u003e\n\u003cstrong\u003e 🌈 Rainbow Light \u003c\/strong\u003e \u003cspan\u003e Sunlight becomes colorful reflections \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcs-feature\"\u003e\n\u003cstrong\u003e 🔮 Crystal Sparkle \u003c\/strong\u003e \u003cspan\u003e Faceted details catch changing light \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcs-feature\"\u003e\n\u003cstrong\u003e 🖤 Witchy Style \u003c\/strong\u003e \u003cspan\u003e Gothic and celestial Halloween details \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcs-feature\"\u003e\n\u003cstrong\u003e 🪟 Window Magic \u003c\/strong\u003e \u003cspan\u003e One hanging accent changes the space \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n     RAINBOW LIGHT\n===================================================== --\u003e\n\u003csection class=\"hcs-sec hcs-reveal\"\u003e\n\u003cp class=\"hcs-kicker\"\u003eFill the Room With Dazzling Rainbows\u003c\/p\u003e\n\u003ch2\u003e🌈 The Real Magic Starts When Sunlight Hits the Crystals\u003c\/h2\u003e\n\u003cp class=\"hcs-copy\"\u003eWhen natural light passes through the faceted crystal-style pendants, colorful reflections appear across nearby walls and surfaces. As the sun shifts throughout the day, the reflections move with it.\u003c\/p\u003e\n\u003cdiv class=\"hcs-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/6_9e788152-71f1-49af-9d64-b82ac077f703.png?v=1789013572\" alt=\"Rainbow reflections created by Halloween crystal suncatcher\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hcs-call\"\u003e\u003cstrong\u003e All it needs is natural sunlight to turn an ordinary bright corner into something much more magical. ✨ \u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     CHANGING LIGHT\n===================================================== --\u003e\n\u003csection class=\"hcs-dark hcs-reveal\"\u003e\n\u003cdiv class=\"hcs-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/3_4eabde8d-7fcc-4322-b28c-a81a0cb2157d.png?v=1789013561\" alt=\"Halloween crystal suncatcher changing appearance in sunlight\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"hcs-kicker\"\u003eHalloween Decor That Changes With the Light\u003c\/p\u003e\n\u003ch2\u003e✨ Beautiful Hanging Still. Even Better When the Sun Finds It.\u003c\/h2\u003e\n\u003cp class=\"hcs-copy\"\u003ePurple, orange, gold and rainbow reflections naturally shift as the sunlight moves across the room. The result is a Halloween display that feels bright, mystical and atmospheric without making the space overly dark or frightening.\u003c\/p\u003e\n\u003cdiv class=\"hcs-glow-grid\"\u003e\n\u003cdiv class=\"hcs-glow-card\"\u003e\n\u003ci\u003e☀️\u003c\/i\u003e \u003cb\u003e Natural Sunlight \u003c\/b\u003e \u003cspan\u003e Changing daylight becomes part of the decoration. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcs-glow-card\"\u003e\n\u003ci\u003e🌈\u003c\/i\u003e \u003cb\u003e Moving Reflections \u003c\/b\u003e \u003cspan\u003e Rainbow highlights shift as the angle of light changes. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcs-glow-card\"\u003e\n\u003ci\u003e💜\u003c\/i\u003e \u003cb\u003e Rich Color \u003c\/b\u003e \u003cspan\u003e Purple, amber and golden details add seasonal warmth. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcs-glow-card\"\u003e\n\u003ci\u003e🌙\u003c\/i\u003e \u003cb\u003e Mystical Atmosphere \u003c\/b\u003e \u003cspan\u003e Halloween personality without relying on horror styling. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FIVE STYLES\n===================================================== --\u003e\n\u003csection class=\"hcs-cream hcs-reveal\"\u003e\n\u003cp class=\"hcs-kicker\"\u003eChoose Your Own Halloween Magic\u003c\/p\u003e\n\u003ch2\u003e🌙 Five Styles. Five Different Witchy Personalities.\u003c\/h2\u003e\n\u003cp class=\"hcs-copy\"\u003eFrom crescent moons and black cats to ravens, ghosts and spider webs, each design brings its own mix of Halloween, gothic and celestial character.\u003c\/p\u003e\n\u003cdiv class=\"hcs-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/4_d8695f08-adaf-45b4-a5f2-91569fd8f1dd.png?v=1789013576\" alt=\"Five Halloween crystal suncatcher designs\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hcs-style-grid\"\u003e\n\u003cdiv class=\"hcs-style\"\u003e\n\u003ci\u003e🧙\u003c\/i\u003e \u003cb\u003e Witch Hat \u003c\/b\u003e \u003cspan\u003e Purple crystal details with cat, moon and star motifs. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcs-style\"\u003e\n\u003ci\u003e👻\u003c\/i\u003e \u003cb\u003e Ghost Moon \u003c\/b\u003e \u003cspan\u003e A playful ghost wrapped around a moon-inspired crystal design. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcs-style\"\u003e\n\u003ci\u003e🐈⬛\u003c\/i\u003e \u003cb\u003e Black Cat Moon \u003c\/b\u003e \u003cspan\u003e A slender crescent paired with mysterious black-cat charm. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcs-style\"\u003e\n\u003ci\u003e🕷️\u003c\/i\u003e \u003cb\u003e Spider Web \u003c\/b\u003e \u003cspan\u003e Gothic web styling accented with spider and hanging crystal details. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcs-style hcs-style-last\"\u003e\n\u003ci\u003e🐦⬛\u003c\/i\u003e \u003cb\u003e Mystic Raven \u003c\/b\u003e \u003cspan\u003e A dramatic raven surrounded by sparkling Halloween-inspired elements. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     DETAIL\n===================================================== --\u003e\n\u003csection class=\"hcs-sec hcs-reveal\"\u003e\n\u003cp class=\"hcs-kicker\"\u003eSmall Details Make the Difference\u003c\/p\u003e\n\u003ch2\u003e💎 Sparkling Details From Top to Bottom\u003c\/h2\u003e\n\u003cp class=\"hcs-copy\"\u003eThe appeal comes from the combination of gothic silhouettes, celestial details and faceted hanging accents. Even small changes in viewing angle can reveal a different combination of color and reflected light.\u003c\/p\u003e\n\u003cdiv class=\"hcs-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/7_af2294ea-5c38-4217-a893-ae856847c248.png?v=1789013574\" alt=\"Detailed Halloween crystal suncatcher pendants and decorative elements\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hcs-grid\"\u003e\n\u003cdiv class=\"hcs-card\"\u003e\n\u003cspan class=\"hcs-card-icon\"\u003e 💎 \u003c\/span\u003e \u003cb\u003e Faceted Crystal-Style Dangles \u003c\/b\u003e \u003cspan\u003e Reflective surfaces catch changing natural light. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcs-card\"\u003e\n\u003cspan class=\"hcs-card-icon\"\u003e 🌙 \u003c\/span\u003e \u003cb\u003e Crescent Moon Accents \u003c\/b\u003e \u003cspan\u003e Celestial elements give the designs their mystical character. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcs-card\"\u003e\n\u003cspan class=\"hcs-card-icon\"\u003e ⭐ \u003c\/span\u003e \u003cb\u003e Hanging Star Details \u003c\/b\u003e \u003cspan\u003e Small decorative accents add more visual layering. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcs-card\"\u003e\n\u003cspan class=\"hcs-card-icon\"\u003e 💜 \u003c\/span\u003e \u003cb\u003e Purple Gemstone Hues \u003c\/b\u003e \u003cspan\u003e Deep purple tones strengthen the witchy Halloween aesthetic. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcs-card\"\u003e\n\u003cspan class=\"hcs-card-icon\"\u003e 🧡 \u003c\/span\u003e \u003cb\u003e Amber Halloween Color \u003c\/b\u003e \u003cspan\u003e Warm orange tones bring a classic autumn feeling. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcs-card\"\u003e\n\u003cspan class=\"hcs-card-icon\"\u003e 🖤 \u003c\/span\u003e \u003cb\u003e Gothic-Style Details \u003c\/b\u003e \u003cspan\u003e Dark decorative elements balance the brighter crystal accents. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     SUNLIGHT DECORATOR\n===================================================== --\u003e\n\u003csection class=\"hcs-cream hcs-reveal\"\u003e\n\u003cp class=\"hcs-kicker\"\u003eLet the Sunlight Be Your Decorator\u003c\/p\u003e\n\u003ch2\u003e☀️ Sunlight → Crystal → Rainbow\u003c\/h2\u003e\n\u003cp class=\"hcs-copy\"\u003eYou don't need to cover every corner of the room with Halloween props. Hang one suncatcher in a bright window and let the natural light become part of the display.\u003c\/p\u003e\n\u003cdiv class=\"hcs-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/2_462813a1-7b47-4f7a-a9a4-21fa0dc686bb.png?v=1789013558\" alt=\"Halloween suncatcher hanging in a bright window\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hcs-flow\"\u003e\n\u003cdiv class=\"hcs-flow-item\"\u003e\n\u003cspan class=\"hcs-flow-icon\"\u003e ☀️ \u003c\/span\u003e \u003cb\u003e Sunlight \u003c\/b\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcs-flow-item\"\u003e\n\u003cspan class=\"hcs-flow-icon\"\u003e 💎 \u003c\/span\u003e \u003cb\u003e Crystal \u003c\/b\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcs-flow-item\"\u003e\n\u003cspan class=\"hcs-flow-icon\"\u003e 🌈 \u003c\/span\u003e \u003cb\u003e Rainbow \u003c\/b\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     AESTHETIC\n===================================================== --\u003e\n\u003csection class=\"hcs-dark hcs-reveal\"\u003e\n\u003cdiv class=\"hcs-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/5_f84b50e9-a379-40c6-bedf-de790198d593.png?v=1789013572\" alt=\"Gothic witchy Halloween crystal suncatcher decor\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"hcs-kicker\"\u003eHalloween Doesn't Have to Be Gory\u003c\/p\u003e\n\u003ch2\u003e🖤 Mystical. Gothic. Magical. Ethereal.\u003c\/h2\u003e\n\u003cp class=\"hcs-copy\"\u003eMoons, black cats, ravens, ghosts, witches and spider webs combine with shimmering crystal-style details for a softer, more magical approach to Halloween decorating.\u003c\/p\u003e\n\u003cdiv class=\"hcs-tags\"\u003e\n\u003cspan class=\"hcs-tag\"\u003e 🔮 Witchy Cottage \u003c\/span\u003e \u003cspan class=\"hcs-tag\"\u003e 🖤 Gothic Romance \u003c\/span\u003e \u003cspan class=\"hcs-tag\"\u003e 🌙 Celestial Decor \u003c\/span\u003e \u003cspan class=\"hcs-tag\"\u003e 🎃 Halloween \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     WHY PEOPLE LOVE IT\n===================================================== --\u003e\n\u003csection class=\"hcs-cream hcs-reveal\"\u003e\n\u003cp class=\"hcs-kicker\"\u003eA Different Kind of Halloween Decoration\u003c\/p\u003e\n\u003ch2\u003e✨ Why Halloween Lovers Adore the Look\u003c\/h2\u003e\n\u003cdiv class=\"hcs-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/9_35511ad9-2738-4650-9989-cc6a230e1d28.png?v=1789013567\" alt=\"Halloween crystal suncatcher lifestyle display\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hcs-grid\"\u003e\n\u003cdiv class=\"hcs-card\"\u003e\n\u003cspan class=\"hcs-card-icon\"\u003e 🌈 \u003c\/span\u003e \u003cb\u003e Brilliant Reflections \u003c\/b\u003e \u003cspan\u003e Natural sunlight creates shifting rainbow highlights. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcs-card\"\u003e\n\u003cspan class=\"hcs-card-icon\"\u003e 🔮 \u003c\/span\u003e \u003cb\u003e Crystal-Like Sparkle \u003c\/b\u003e \u003cspan\u003e Faceted hanging details give the design more dimension. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcs-card\"\u003e\n\u003cspan class=\"hcs-card-icon\"\u003e 🎃 \u003c\/span\u003e \u003cb\u003e Multiple Halloween Styles \u003c\/b\u003e \u003cspan\u003e Choose the design that best matches your seasonal aesthetic. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcs-card\"\u003e\n\u003cspan class=\"hcs-card-icon\"\u003e 🖤 \u003c\/span\u003e \u003cb\u003e Gothic Meets Celestial \u003c\/b\u003e \u003cspan\u003e Dark motifs pair beautifully with moons, stars and crystal details. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcs-card\"\u003e\n\u003cspan class=\"hcs-card-icon\"\u003e 🪟 \u003c\/span\u003e \u003cb\u003e Window-Friendly Display \u003c\/b\u003e \u003cspan\u003e Bright windows become part of your Halloween decorating. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcs-card\"\u003e\n\u003cspan class=\"hcs-card-icon\"\u003e 🎁 \u003c\/span\u003e \u003cb\u003e Giftable Halloween Style \u003c\/b\u003e \u003cspan\u003e A fun choice for Halloween, gothic and witchy-decor fans. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     EMOTIONAL CLOSER\n===================================================== --\u003e\n\u003csection class=\"hcs-emotional hcs-reveal\"\u003e\n\u003cdiv class=\"hcs-emotional-box\"\u003e\n\u003cp class=\"hcs-kicker\"\u003eWhen the Sun Shines, the Magic Begins\u003c\/p\u003e\n\u003ch2\u003e🌙 One Bright Window Can Become Your Favorite Halloween Corner\u003c\/h2\u003e\n\u003cp\u003eHang your favorite design, wait for the sunlight to find the crystal details, and watch the room change with the reflections.\u003c\/p\u003e\n\u003cdiv class=\"hcs-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/8_0d40e5ac-5b54-4a53-8612-ea7f29a45e97.png?v=1789013564\" alt=\"Halloween crystal suncatcher magical window display\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FINAL CTA\n===================================================== --\u003e\n\u003csection class=\"hcs-final hcs-reveal\"\u003e\n\u003cp class=\"hcs-kicker\" style=\"color: #edbd7f;\"\u003eCatch the Sunlight • Cast the Rainbow\u003c\/p\u003e\n\u003ch2\u003eBring a Little Halloween Magic Home.\u003c\/h2\u003e\n\u003cp\u003eChoose the witchy style that speaks to you and turn ordinary sunlight into a shifting display of color, crystal sparkle and Halloween character.\u003c\/p\u003e\n\u003ca class=\"hcs-cta\" href=\"#hcs-top\"\u003e 🔮 Choose Your Halloween Suncatcher → \u003c\/a\u003e\u003c\/section\u003e\n\u003c!-- =====================================================\n     GUARANTEE\n===================================================== --\u003e\n\u003cdiv class=\"hcs-trust hcs-reveal\"\u003e\n\u003ch3\u003e30-Day Money-Back Guarantee\u003c\/h3\u003e\n\u003cp\u003eContact customer support within 30 days of receiving your order to request an eligible refund according to the store policy.\u003c\/p\u003e\n\u003cdiv class=\"hcs-trust-row\"\u003e\n\u003cdiv\u003e🔒 Secure Checkout\u003c\/div\u003e\n\u003cdiv\u003e🏆 Quality-Checked Products\u003c\/div\u003e\n\u003cdiv\u003e🤝 Customer Support\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcs-trust-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/ChatGPT_Image_2026_6_2_16_55_25_9.png?v=1780390725\" alt=\"Secure checkout and customer satisfaction badges\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LJH","offers":[{"title":"🧙Witch","offer_id":57324468338854,"sku":"SZ067309100508-A","price":23.99,"currency_code":"USD","in_stock":true},{"title":"👻Ghost","offer_id":57324468371622,"sku":"SZ067309100508-B","price":23.99,"currency_code":"USD","in_stock":true},{"title":"🌙Moon","offer_id":57324468404390,"sku":"SZ067309100508-C","price":23.99,"currency_code":"USD","in_stock":true},{"title":"🕷️Spider","offer_id":57324468437158,"sku":"SZ067309100508-D","price":23.99,"currency_code":"USD","in_stock":true},{"title":"🎃Raven","offer_id":57324468469926,"sku":"SZ067309100508-E","price":23.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/1_c682b279-c1ac-45e9-8f72-bea1692dadcf.png?v=1789013572","url":"https:\/\/getvyxor.com\/products\/halloween-crystal-suncatcher","provider":"getvyxor","version":"1.0","type":"link"}