{"product_id":"ghostride™-halloween-car-projector","title":"💥Hot Sale49% Off -👻 GhostRide™ Halloween Car Projector","description":"\u003cstyle\u003e\n\/* =========================================================\n   GHOSTRIDE™ HALLOWEEN CAR PROJECTOR\n   COMPLETE SHOPIFY LANDING PAGE\n\n   Haunted Black × Deep Purple × Pumpkin Orange × Ghost White\n========================================================= *\/\n\n.gr-page,\n.gr-page *{\n  box-sizing:border-box;\n}\n\n.gr-page{\n  --black:#151218;\n  --black2:#201621;\n  --black3:#0e0c11;\n\n  --purple:#6c3aa4;\n  --purple2:#8e58c5;\n  --purple3:#4d246f;\n\n  --orange:#ed7828;\n  --orange2:#ff9a43;\n  --orange-soft:#ffd3a6;\n\n  --green:#7ca95a;\n\n  --cream:#fff7ef;\n  --light:#f8f3ee;\n\n  --text:#2e282d;\n  --muted:#6f676c;\n\n  --darktext:#fff8f3;\n  --darksoft:#f2e8ef;\n\n  --line:#e7ddd8;\n\n  width:100%;\n  max-width:760px;\n\n  margin:0 auto!important;\n  padding:0 12px 36px!important;\n\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  overflow:visible!important;\n}\n\n\n.gr-page h1,\n.gr-page h2,\n.gr-page h3,\n.gr-page p{\n  margin-top:0;\n}\n\n\n.gr-page a{\n  text-decoration:none;\n}\n\n\n.gr-page strong{\n  font-weight:850;\n}\n\n\n\/* =========================================================\n   IMAGE SAFETY\n========================================================= *\/\n\n.gr-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  object-fit:contain!important;\n  object-position:center center!important;\n\n  aspect-ratio:auto!important;\n\n  margin:0!important;\n  padding:0!important;\n\n  clip-path:none!important;\n  mask:none!important;\n  -webkit-mask:none!important;\n}\n\n\n\/* =========================================================\n   ANIMATIONS\n========================================================= *\/\n\n@keyframes grReveal{\n  from{\n    opacity:0;\n    transform:translateY(20px);\n  }\n\n  to{\n    opacity:1;\n    transform:none;\n  }\n}\n\n\n@keyframes grFloat{\n  0%,100%{\n    transform:\n      translateY(0)\n      rotate(-2deg);\n  }\n\n  50%{\n    transform:\n      translateY(-7px)\n      rotate(2deg);\n  }\n}\n\n\n@keyframes grGhost{\n  0%,100%{\n    transform:\n      translateY(0)\n      translateX(0);\n\n    opacity:.55;\n  }\n\n  50%{\n    transform:\n      translateY(-9px)\n      translateX(5px);\n\n    opacity:1;\n  }\n}\n\n\n@keyframes grGlow{\n  0%,100%{\n    box-shadow:\n      0 12px 28px\n      rgba(58,31,72,.12);\n  }\n\n  50%{\n    box-shadow:\n      0 16px 36px\n      rgba(92,49,132,.25),\n      0 0 27px\n      rgba(237,120,40,.12);\n  }\n}\n\n\n@keyframes grPulse{\n  0%,100%{\n    transform:scale(1);\n\n    box-shadow:\n      0 10px 24px\n      rgba(112,48,151,.25);\n  }\n\n  50%{\n    transform:scale(1.025);\n\n    box-shadow:\n      0 15px 35px\n      rgba(112,48,151,.42);\n  }\n}\n\n\n@keyframes grFlicker{\n  0%,100%{\n    opacity:.35;\n  }\n\n  45%{\n    opacity:.75;\n  }\n\n  55%{\n    opacity:.42;\n  }\n\n  70%{\n    opacity:1;\n  }\n}\n\n\n.gr-reveal{\n  opacity:1;\n  transform:none;\n}\n\n\n@supports(animation-timeline:view()){\n  .gr-reveal{\n    animation:\n      grReveal\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   TOP BADGES\n========================================================= *\/\n\n.gr-badges{\n  display:flex;\n\n  flex-wrap:wrap;\n  justify-content:center;\n\n  gap:7px;\n\n  margin:\n    10px 0\n    14px;\n}\n\n\n.gr-badge{\n  display:inline-block;\n\n  padding:\n    7px 10px;\n\n  border-radius:6px;\n\n  background:#f4eaf7;\n\n  color:#65368d;\n\n  font-size:11px;\n\n  font-weight:900;\n\n  letter-spacing:.4px;\n}\n\n\n\/* =========================================================\n   TOP HOOK\n========================================================= *\/\n\n.gr-alert{\n  margin-bottom:18px;\n\n  padding:\n    12px 13px;\n\n  border-left:\n    4px solid\n    var(--orange);\n\n  background:#fff2e4;\n\n  color:#53392d;\n\n  font-size:13px;\n\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.gr-hero{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-bottom:28px;\n\n  padding:\n    30px 18px\n    22px;\n\n  border-radius:12px;\n\n  text-align:center;\n\n  background:\n\n    radial-gradient(\n      circle at 90% 5%,\n      rgba(237,120,40,.17),\n      transparent 30%\n    ),\n\n    radial-gradient(\n      circle at 8% 87%,\n      rgba(120,69,164,.30),\n      transparent 34%\n    ),\n\n    linear-gradient(\n      145deg,\n      #251529,\n      #0f0d12\n    );\n}\n\n\n.gr-hero:before{\n  content:\"\";\n\n  position:absolute;\n  inset:0;\n\n  opacity:.14;\n\n  pointer-events:none;\n\n  background-image:\n    radial-gradient(\n      circle,\n      #fff 1px,\n      transparent 1.5px\n    );\n\n  background-size:\n    52px 52px;\n\n  animation:\n    grFlicker\n    4.5s\n    ease-in-out\n    infinite;\n}\n\n\n.gr-hero:after{\n  content:\"👻\";\n\n  position:absolute;\n\n  right:17px;\n  top:18px;\n\n  font-size:30px;\n\n  animation:\n    grGhost\n    3.5s\n    ease-in-out\n    infinite;\n}\n\n\n.gr-hero-inner{\n  position:relative;\n  z-index:2;\n}\n\n\n.gr-kicker{\n  margin:\n    0 0\n    8px!important;\n\n  color:#ff9a43;\n\n  font-size:11px;\n\n  font-weight:950;\n\n  letter-spacing:1.4px;\n\n  text-transform:uppercase;\n}\n\n\n.gr-title{\n  margin:\n    0 0\n    13px!important;\n\n  color:#fff;\n\n  font-size:31px;\n  line-height:1.16;\n\n  font-weight:950;\n}\n\n\n.gr-title span{\n  color:#d4a9f5;\n}\n\n\n.gr-hero-text{\n  max-width:650px;\n\n  margin:\n    0 auto\n    18px!important;\n\n  color:#f4ebf1;\n\n  font-size:15px;\n\n  line-height:1.7;\n}\n\n\n.gr-hero-hook{\n  max-width:610px;\n\n  margin:\n    0 auto\n    20px;\n\n  padding:\n    13px 14px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.13);\n\n  border-radius:8px;\n\n  background:\n    rgba(255,255,255,.06);\n\n  color:#fff8f3;\n\n  font-size:14px;\n\n  font-weight:850;\n}\n\n\n\/* =========================================================\n   IMAGE\n========================================================= *\/\n\n.gr-media{\n  overflow:visible!important;\n\n  padding:6px;\n\n  border:\n    1px solid\n    rgba(159,103,192,.25);\n\n  border-radius:10px;\n\n  background:#181218;\n\n  animation:\n    grGlow\n    4s\n    ease-in-out\n    infinite;\n}\n\n\n.gr-media img{\n  border-radius:7px!important;\n}\n\n\n\/* =========================================================\n   QUICK STRIP\n========================================================= *\/\n\n.gr-quick{\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  gap:7px;\n\n  margin:\n    15px 0\n    30px;\n}\n\n\n.gr-quick-item{\n  padding:\n    12px 7px;\n\n  border:\n    1px solid\n    #eee4df;\n\n  border-radius:8px;\n\n  background:#faf7f5;\n\n  text-align:center;\n}\n\n\n.gr-quick-item i{\n  display:block;\n\n  margin-bottom:4px;\n\n  font-style:normal;\n\n  font-size:21px;\n\n  animation:\n    grFloat\n    3.5s\n    ease-in-out\n    infinite;\n}\n\n\n.gr-quick-item strong{\n  display:block;\n\n  color:#633887;\n\n  font-size:11px;\n}\n\n\n.gr-quick-item span{\n  display:block;\n\n  margin-top:3px;\n\n  color:#6f666c;\n\n  font-size:9.5px;\n  line-height:1.35;\n}\n\n\n\/* =========================================================\n   GENERAL SECTION\n========================================================= *\/\n\n.gr-section{\n  margin-bottom:30px;\n}\n\n\n.gr-section.alt{\n  padding:\n    22px 17px;\n\n  border-radius:10px;\n\n  background:#faf6f2;\n}\n\n\n.gr-section.dark{\n  position:relative;\n\n  overflow:hidden;\n\n  padding:\n    24px 17px;\n\n  border-radius:10px;\n\n  background:\n\n    radial-gradient(\n      circle at top right,\n      rgba(125,70,170,.26),\n      transparent 34%\n    ),\n\n    linear-gradient(\n      145deg,\n      #27172c,\n      #111014\n    );\n}\n\n\n.gr-section.dark:after{\n  content:\"🎃\";\n\n  position:absolute;\n\n  right:-18px;\n  bottom:-42px;\n\n  opacity:.055;\n\n  font-size:125px;\n\n  pointer-events:none;\n}\n\n\n.gr-section.dark \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n\n.gr-label{\n  margin:\n    0 0\n    5px!important;\n\n  color:#7d409e;\n\n  font-size:11px;\n\n  font-weight:950;\n\n  letter-spacing:1.3px;\n\n  text-transform:uppercase;\n}\n\n\n.gr-section.dark .gr-label{\n  color:#ffa25a;\n}\n\n\n.gr-h2{\n  margin:\n    0 0\n    12px!important;\n\n  color:#272222;\n\n  font-size:23px;\n  line-height:1.3;\n\n  font-weight:950;\n}\n\n\n.gr-section.dark .gr-h2{\n  color:#fff;\n}\n\n\n.gr-text{\n  margin:\n    0 0\n    14px!important;\n\n  color:#51494d;\n\n  font-size:14.5px;\n\n  line-height:1.7;\n}\n\n\n.gr-section.dark .gr-text{\n  color:#f5ebf2;\n}\n\n\n\/* =========================================================\n   CORE HOOK\n========================================================= *\/\n\n.gr-core{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-bottom:30px;\n\n  padding:\n    24px 17px;\n\n  border-radius:9px;\n\n  text-align:center;\n\n  background:\n    linear-gradient(\n      145deg,\n      #704093,\n      #351c4a\n    );\n}\n\n\n.gr-core:before{\n  content:\"\";\n\n  position:absolute;\n  inset:0;\n\n  pointer-events:none;\n\n  opacity:.16;\n\n  background:\n    radial-gradient(\n      circle,\n      #fff 1px,\n      transparent 1.5px\n    );\n\n  background-size:\n    48px 48px;\n\n  animation:\n    grFlicker\n    3.8s\n    ease-in-out\n    infinite;\n}\n\n\n.gr-core \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n\n.gr-core-label{\n  margin-bottom:7px;\n\n  color:#ffd3ab;\n\n  font-size:11px;\n\n  font-weight:950;\n\n  letter-spacing:1.4px;\n\n  text-transform:uppercase;\n}\n\n\n.gr-core h2{\n  margin:\n    0 0\n    10px;\n\n  color:#fff;\n\n  font-size:24px;\n\n  line-height:1.25;\n\n  font-weight:950;\n}\n\n\n.gr-core p{\n  margin:0;\n\n  color:#f8eff6;\n\n  font-size:14px;\n\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   EFFECT CARDS\n========================================================= *\/\n\n.gr-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.gr-card{\n  padding:\n    15px 12px;\n\n  border:\n    1px solid\n    #eee5df;\n\n  border-radius:8px;\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.gr-card:hover{\n  transform:translateY(-4px);\n\n  border-color:#c9a9da;\n\n  box-shadow:\n    0 10px 24px\n    rgba(66,39,82,.09);\n}\n\n\n.gr-card i{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-style:normal;\n\n  font-size:23px;\n\n  animation:\n    grFloat\n    3.5s\n    ease-in-out\n    infinite;\n}\n\n\n.gr-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#6d3a91;\n\n  font-size:14px;\n}\n\n\n.gr-card span{\n  display:block;\n\n  color:#62595e;\n\n  font-size:12px;\n\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   NIGHT TRANSFORMATION\n========================================================= *\/\n\n.gr-night{\n  padding:\n    22px 17px;\n\n  margin-bottom:30px;\n\n  border-radius:10px;\n\n  text-align:center;\n\n  color:#fff;\n\n  background:\n\n    radial-gradient(\n      circle at 50% 0,\n      rgba(150,79,195,.34),\n      transparent 35%\n    ),\n\n    linear-gradient(\n      145deg,\n      #251528,\n      #0d0c10\n    );\n}\n\n\n.gr-night-icon{\n  margin-bottom:7px;\n\n  font-size:31px;\n\n  animation:\n    grGhost\n    3s\n    ease-in-out\n    infinite;\n}\n\n\n.gr-night h2{\n  margin:\n    0 0\n    10px;\n\n  color:#fff;\n\n  font-size:23px;\n\n  line-height:1.3;\n\n  font-weight:950;\n}\n\n\n.gr-night p{\n  margin:0;\n\n  color:#f5eaf2;\n\n  font-size:14px;\n\n  line-height:1.7;\n}\n\n\n\/* =========================================================\n   THEMES\n========================================================= *\/\n\n.gr-themes{\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  gap:7px;\n\n  margin:\n    17px 0\n    18px;\n}\n\n\n.gr-theme{\n  padding:\n    13px 6px;\n\n  border-radius:7px;\n\n  background:#f7f1f8;\n\n  text-align:center;\n}\n\n\n.gr-theme i{\n  display:block;\n\n  margin-bottom:4px;\n\n  font-style:normal;\n\n  font-size:22px;\n}\n\n\n.gr-theme strong{\n  display:block;\n\n  color:#643787;\n\n  font-size:10.5px;\n  line-height:1.3;\n}\n\n\n\/* =========================================================\n   STEPS\n========================================================= *\/\n\n.gr-steps{\n  display:flex;\n\n  gap:7px;\n\n  margin:\n    18px 0;\n}\n\n\n.gr-step{\n  width:33.333%;\n\n  padding:\n    14px 8px;\n\n  border:\n    1px solid\n    #eee5df;\n\n  border-radius:8px;\n\n  background:#faf8f6;\n\n  text-align:center;\n\n  transition:\n    transform .25s ease,\n    box-shadow .25s ease;\n}\n\n\n.gr-step:hover{\n  transform:translateY(-4px);\n\n  box-shadow:\n    0 8px 20px\n    rgba(55,38,62,.08);\n}\n\n\n.gr-step:last-child{\n  border-color:#d9b6ec;\n\n  background:#f6ecfb;\n}\n\n\n.gr-step i{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-style:normal;\n\n  font-size:22px;\n}\n\n\n.gr-step strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#713b94;\n\n  font-size:11px;\n}\n\n\n.gr-step span{\n  display:block;\n\n  color:#645b60;\n\n  font-size:11px;\n\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   USE CASE LIST\n========================================================= *\/\n\n.gr-list{\n  margin-top:14px;\n}\n\n\n.gr-list-item{\n  padding:\n    11px 0;\n\n  border-top:\n    1px solid\n    #e8ddd6;\n\n  color:#423b3f;\n\n  font-size:14px;\n\n  font-weight:800;\n}\n\n\n.gr-section.dark .gr-list-item{\n  border-color:\n    rgba(255,255,255,.13);\n\n  color:#fff7f2;\n}\n\n\n\/* =========================================================\n   MEMORY \/ EMOTIONAL\n========================================================= *\/\n\n.gr-memory{\n  margin-bottom:30px;\n\n  padding:\n    24px 17px;\n\n  border-radius:10px;\n\n  text-align:center;\n\n  background:\n    linear-gradient(\n      145deg,\n      #fff1e5,\n      #f3eafb\n    );\n}\n\n\n.gr-memory small{\n  display:block;\n\n  margin-bottom:7px;\n\n  color:#704090;\n\n  font-size:11px;\n\n  font-weight:950;\n\n  letter-spacing:1.3px;\n\n  text-transform:uppercase;\n}\n\n\n.gr-memory h2{\n  margin:\n    0 0\n    11px;\n\n  color:#31262f;\n\n  font-size:22px;\n\n  line-height:1.35;\n\n  font-weight:950;\n}\n\n\n.gr-memory p{\n  margin:0;\n\n  color:#574e54;\n\n  font-size:14px;\n\n  line-height:1.7;\n}\n\n\n\/* =========================================================\n   WHY GRID\n========================================================= *\/\n\n.gr-why{\n  display:grid;\n\n  gap:10px;\n\n  margin-top:17px;\n}\n\n\n.gr-why-item{\n  padding:\n    14px;\n\n  border:\n    1px solid\n    #eee5df;\n\n  border-radius:8px;\n\n  background:#fff;\n}\n\n\n.gr-why-item strong{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:#6d398e;\n\n  font-size:14px;\n}\n\n\n.gr-why-item span{\n  display:block;\n\n  color:#5c5459;\n\n  font-size:13px;\n\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   PACKAGE\n========================================================= *\/\n\n.gr-package{\n  margin-bottom:28px;\n\n  padding:\n    21px 16px;\n\n  border:\n    1px solid\n    #e5d9d3;\n\n  border-radius:9px;\n\n  background:#faf8f6;\n}\n\n\n.gr-package h2{\n  margin:\n    0 0\n    12px;\n\n  color:#272222;\n\n  font-size:21px;\n\n  font-weight:950;\n}\n\n\n.gr-package-box{\n  padding:15px;\n\n  border:\n    1px solid\n    #e8dfda;\n\n  border-radius:7px;\n\n  background:#fff;\n\n  color:#443d40;\n\n  font-size:14px;\n\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   GUARANTEE\n========================================================= *\/\n\n.gr-trust{\n  margin-bottom:14px;\n\n  padding:\n    22px 17px;\n\n  border-radius:10px;\n\n  text-align:center;\n\n  background:\n    linear-gradient(\n      145deg,\n      #2a1a30,\n      #121015\n    );\n}\n\n\n.gr-trust h3{\n  margin:\n    0 0\n    8px;\n\n  color:#fff;\n\n  font-size:21px;\n\n  font-weight:950;\n}\n\n\n.gr-trust p{\n  max-width:650px;\n\n  margin:\n    0 auto!important;\n\n  color:#f4e9f1;\n\n  font-size:13px;\n\n  line-height:1.65;\n}\n\n\n.gr-trust-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:7px;\n\n  margin-top:17px;\n}\n\n\n.gr-trust-grid div{\n  padding:\n    11px 7px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.13);\n\n  border-radius:7px;\n\n  background:\n    rgba(255,255,255,.07);\n\n  color:#fff8f3;\n\n  font-size:10.5px;\n\n  font-weight:850;\n}\n\n\n.gr-trust-media{\n  margin-bottom:30px;\n\n  overflow:visible!important;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.gr-final{\n  position:relative;\n\n  overflow:hidden;\n\n  padding:\n    27px 17px;\n\n  border-radius:10px;\n\n  text-align:center;\n\n  background:\n\n    radial-gradient(\n      circle at 85% 5%,\n      rgba(237,120,40,.20),\n      transparent 31%\n    ),\n\n    linear-gradient(\n      145deg,\n      #6b3690,\n      #29143e\n    );\n}\n\n\n.gr-final:before{\n  content:\"👻\";\n\n  position:absolute;\n\n  left:-13px;\n  bottom:-35px;\n\n  opacity:.07;\n\n  font-size:110px;\n\n  animation:\n    grGhost\n    4s\n    ease-in-out\n    infinite;\n}\n\n\n.gr-final \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n\n.gr-final-label{\n  margin-bottom:7px;\n\n  color:#ffd3ab;\n\n  font-size:11px;\n\n  font-weight:950;\n\n  letter-spacing:1.3px;\n\n  text-transform:uppercase;\n}\n\n\n.gr-final h2{\n  margin:\n    0 0\n    10px;\n\n  color:#fff;\n\n  font-size:25px;\n\n  line-height:1.3;\n\n  font-weight:950;\n}\n\n\n.gr-final p{\n  margin:\n    0 0\n    16px;\n\n  color:#fff7f1;\n\n  font-size:14px;\n\n  line-height:1.65;\n}\n\n\n.gr-btn{\n  display:block;\n\n  width:100%;\n\n  padding:\n    15px 18px;\n\n  border-radius:7px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #ed7828,\n      #ce5516\n    );\n\n  color:#fff!important;\n\n  text-align:center;\n\n  font-size:15px;\n\n  font-weight:950;\n\n  animation:\n    grPulse\n    2.8s\n    ease-in-out\n    infinite;\n}\n\n\n.gr-btn small{\n  display:block;\n\n  margin-top:4px;\n\n  font-size:10.5px;\n\n  font-weight:600;\n\n  color:#fff4ea;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:650px){\n\n  .gr-title{\n    font-size:28px;\n  }\n\n\n  .gr-quick{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n\n  .gr-grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .gr-themes{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n\n  .gr-trust-grid{\n    grid-template-columns:1fr;\n  }\n\n}\n\n\n@media(max-width:430px){\n\n  .gr-page{\n    padding-left:8px!important;\n    padding-right:8px!important;\n  }\n\n\n  .gr-title{\n    font-size:26px;\n  }\n\n\n  .gr-h2,\n  .gr-core h2,\n  .gr-night h2{\n    font-size:21px;\n  }\n\n\n  .gr-steps{\n    display:grid;\n\n    grid-template-columns:1fr;\n  }\n\n\n  .gr-step{\n    width:100%;\n  }\n\n}\n\n\n\/* =========================================================\n   REDUCED MOTION\n========================================================= *\/\n\n@media(prefers-reduced-motion:reduce){\n\n  .gr-page *,\n  .gr-page *::before,\n  .gr-page *::after{\n    animation:none!important;\n    transition:none!important;\n  }\n\n\n  .gr-reveal{\n    opacity:1!important;\n    transform:none!important;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"gr-page\" id=\"gr-top\"\u003e\n\n\n\u003c!-- =====================================================\n     TOP BADGES\n===================================================== --\u003e\n\n\u003cdiv class=\"gr-badges\"\u003e\n\n  \u003cspan class=\"gr-badge\"\u003e\n    👻 MULTIPLE SPOOKY SCENES\n  \u003c\/span\u003e\n\n  \u003cspan class=\"gr-badge\"\u003e\n    🌙 NIGHTTIME EFFECT\n  \u003c\/span\u003e\n\n  \u003cspan class=\"gr-badge\"\u003e\n    🔌 PLUG \u0026amp; PLAY\n  \u003c\/span\u003e\n\n  \u003cspan class=\"gr-badge\"\u003e\n    🚗 COMPACT CAR DECOR\n  \u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gr-alert\"\u003e\n\n  🎃 \u003cstrong\u003eHALLOWEEN DOESN'T HAVE TO STOP AT YOUR FRONT DOOR.\u003c\/strong\u003e\n  Bring the spooky atmosphere into your vehicle for parties,\n  Halloween events and seasonal displays.\n\n\u003c\/div\u003e\n\n\n\u003c!-- =====================================================\n     HERO\n===================================================== --\u003e\n\n\u003csection class=\"gr-hero\"\u003e\n\n  \u003cdiv class=\"gr-hero-inner\"\u003e\n\n    \u003cp class=\"gr-kicker\"\u003e\n      YOUR CAR JUST ENTERED HALLOWEEN MODE\n    \u003c\/p\u003e\n\n\n    \u003ch1 class=\"gr-title\"\u003e\n\n      Turn an Ordinary Car Into\n      \u003cspan\u003ea Haunted Halloween Scene.\u003c\/span\u003e\n\n    \u003c\/h1\u003e\n\n\n    \u003cp class=\"gr-hero-text\"\u003e\n\n      Most Halloween decorations stay at home.\n\n      GhostRide™ brings eerie characters,\n      spooky imagery\n      and mysterious projected light\n      directly into your vehicle.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"gr-hero-hook\"\u003e\n\n      👻 Plug it in. Choose your spooky scene.\n      Watch the entire mood inside the car change.\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"gr-media\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/dcd43f32399f221415663046a5654bd1_471e8f2c-3435-4295-9303-db4d77f551ac.gif?v=1789463429\" alt=\"GhostRide Halloween Car Projector\" loading=\"eager\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     QUICK VALUE\n===================================================== --\u003e\n\n\u003cdiv class=\"gr-quick\"\u003e\n\n  \u003cdiv class=\"gr-quick-item\"\u003e\n\n    \u003ci\u003e👻\u003c\/i\u003e\n\n    \u003cstrong\u003e\n      Spooky Scenes\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Switch the Halloween mood\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"gr-quick-item\"\u003e\n\n    \u003ci\u003e🌙\u003c\/i\u003e\n\n    \u003cstrong\u003e\n      After Dark\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Stronger nighttime effect\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"gr-quick-item\"\u003e\n\n    \u003ci\u003e🔌\u003c\/i\u003e\n\n    \u003cstrong\u003e\n      Plug \u0026amp; Play\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Simple setup\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"gr-quick-item\"\u003e\n\n    \u003ci\u003e🚗\u003c\/i\u003e\n\n    \u003cstrong\u003e\n      Compact\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Easy to keep in the car\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =====================================================\n     CORE HOOK\n===================================================== --\u003e\n\n\u003csection class=\"gr-core gr-reveal\"\u003e\n\n  \u003cdiv class=\"gr-core-label\"\u003e\n    THE CAR BECOMES PART OF THE HALLOWEEN DECOR\n  \u003c\/div\u003e\n\n\n  \u003ch2\u003e\n    Don't Just Decorate the House.\n    Haunt the Ride Too. 👻\n  \u003c\/h2\u003e\n\n\n  \u003cp\u003e\n\n    GhostRide™ turns a familiar vehicle interior\n    into a completely different Halloween environment\n    with projected spooky imagery and atmospheric light.\n\n  \u003c\/p\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     HALLOWEEN ANYWHERE\n===================================================== --\u003e\n\n\u003csection class=\"gr-section gr-reveal\"\u003e\n\n  \u003cp class=\"gr-label\"\u003e\n    TAKE THE SPOOKY ATMOSPHERE WITH YOU\n  \u003c\/p\u003e\n\n\n  \u003ch2 class=\"gr-h2\"\u003e\n    🎃 Halloween Doesn't Have to Stay in the Living Room\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"gr-text\"\u003e\n\n    Wreaths,\n    pumpkins\n    and fake cobwebs usually stay attached to the house.\n\n    GhostRide™ gives your vehicle its own Halloween personality\n    for seasonal events,\n    parties\n    and spooky nighttime moments.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"gr-grid\"\u003e\n\n    \u003cdiv class=\"gr-card\"\u003e\n\n      \u003ci\u003e👻\u003c\/i\u003e\n\n      \u003cstrong\u003e\n        Spectral Characters\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Fill the interior with eerie Halloween imagery.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"gr-card\"\u003e\n\n      \u003ci\u003e💀\u003c\/i\u003e\n\n      \u003cstrong\u003e\n        Horror Scenes\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Add darker visual themes for a creepier atmosphere.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"gr-card\"\u003e\n\n      \u003ci\u003e🕷️\u003c\/i\u003e\n\n      \u003cstrong\u003e\n        Nighttime Effects\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Projection becomes especially noticeable after dark.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"gr-card\"\u003e\n\n      \u003ci\u003e🎃\u003c\/i\u003e\n\n      \u003cstrong\u003e\n        Party Atmosphere\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Give Halloween gatherings another visual surprise.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003cdiv class=\"gr-media gr-reveal\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/1_6b25f84f-1ad0-4c6a-8c1d-1aba217d4247.png?v=1789466055\" alt=\"GhostRide Halloween vehicle atmosphere\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003cbr\u003e\n\n\n\u003c!-- =====================================================\n     NIGHT EXPERIENCE\n===================================================== --\u003e\n\n\u003csection class=\"gr-night gr-reveal\"\u003e\n\n  \u003cdiv class=\"gr-night-icon\"\u003e\n    🌙\n  \u003c\/div\u003e\n\n\n  \u003ch2\u003e\n    When the Lights Go Down, the Haunted Scene Comes Alive\n  \u003c\/h2\u003e\n\n\n  \u003cp\u003e\n\n    After dark,\n    projected Halloween imagery becomes the focal point.\n\n    One compact device can make the familiar interior of your car\n    feel more mysterious,\n    eerie\n    and completely different from an ordinary night.\n\n  \u003c\/p\u003e\n\n\u003c\/section\u003e\n\n\n\u003cdiv class=\"gr-media gr-reveal\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/2_feb17747-0fa3-452d-9b12-e5dfd2a60606.png?v=1789466055\" alt=\"GhostRide Halloween projector nighttime effect\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003cbr\u003e\n\n\n\u003c!-- =====================================================\n     MULTIPLE THEMES\n===================================================== --\u003e\n\n\u003csection class=\"gr-section alt gr-reveal\"\u003e\n\n  \u003cp class=\"gr-label\"\u003e\n    ONE DEVICE • MORE THAN ONE HALLOWEEN MOOD\n  \u003c\/p\u003e\n\n\n  \u003ch2 class=\"gr-h2\"\u003e\n    👻 Switch the Scene When You Want a Different Kind of Creepy\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"gr-text\"\u003e\n\n    Why keep the same Halloween atmosphere all night?\n\n    GhostRide™ includes built-in projection patterns\n    so you can change the style\n    and choose the spooky look you want.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"gr-themes\"\u003e\n\n    \u003cdiv class=\"gr-theme\"\u003e\n\n      \u003ci\u003e💀\u003c\/i\u003e\n\n      \u003cstrong\u003e\n        Eerie Characters\n      \u003c\/strong\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"gr-theme\"\u003e\n\n      \u003ci\u003e👻\u003c\/i\u003e\n\n      \u003cstrong\u003e\n        Spectral Scenes\n      \u003c\/strong\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"gr-theme\"\u003e\n\n      \u003ci\u003e🩸\u003c\/i\u003e\n\n      \u003cstrong\u003e\n        Horror Imagery\n      \u003c\/strong\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"gr-theme\"\u003e\n\n      \u003ci\u003e🎃\u003c\/i\u003e\n\n      \u003cstrong\u003e\n        Classic Halloween\n      \u003c\/strong\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003cdiv class=\"gr-media gr-reveal\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/3_7502e9fd-f478-4026-a3a3-38a57cbf3028.png?v=1789466055\" alt=\"GhostRide multiple Halloween projection scenes\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003cbr\u003e\n\n\n\u003c!-- =====================================================\n     PLUG \u0026 PLAY\n===================================================== --\u003e\n\n\u003csection class=\"gr-section gr-reveal\"\u003e\n\n  \u003cp class=\"gr-label\"\u003e\n    NO COMPLICATED SETUP\n  \u003c\/p\u003e\n\n\n  \u003ch2 class=\"gr-h2\"\u003e\n    🔌 Plug In. Pick a Scene. Bring on Halloween.\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"gr-text\"\u003e\n\n    No elaborate decorating process is required.\n\n    Connect GhostRide™ to your vehicle's power source,\n    choose your preferred projection pattern,\n    and create the atmosphere.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"gr-steps\"\u003e\n\n    \u003cdiv class=\"gr-step\"\u003e\n\n      \u003ci\u003e🔌\u003c\/i\u003e\n\n      \u003cstrong\u003e\n        1. PLUG IN\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Connect to the vehicle power source.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"gr-step\"\u003e\n\n      \u003ci\u003e👻\u003c\/i\u003e\n\n      \u003cstrong\u003e\n        2. CHOOSE\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Select your favorite spooky projection.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"gr-step\"\u003e\n\n      \u003ci\u003e✨\u003c\/i\u003e\n\n      \u003cstrong\u003e\n        3. ENJOY\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Let the Halloween atmosphere take over.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003cdiv class=\"gr-media gr-reveal\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/4_1add2154-c715-4aaf-84ff-44311dbd8e34.png?v=1789466055\" alt=\"GhostRide plug and play setup\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003cbr\u003e\n\n\n\u003c!-- =====================================================\n     COMPACT\n===================================================== --\u003e\n\n\u003csection class=\"gr-section dark gr-reveal\"\u003e\n\n  \u003cp class=\"gr-label\"\u003e\n    SMALL DEVICE • BIG ATMOSPHERE\n  \u003c\/p\u003e\n\n\n  \u003ch2 class=\"gr-h2\"\u003e\n    🚗 Compact Enough for the Car. Dramatic Enough to Change the Mood.\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"gr-text\"\u003e\n\n    GhostRide™ keeps the physical setup compact\n    while creating a visual effect\n    that feels much larger than the device itself.\n\n    Keep it inside the vehicle\n    without filling the space with bulky Halloween decorations.\n\n  \u003c\/p\u003e\n\n\u003c\/section\u003e\n\n\n\u003cdiv class=\"gr-media gr-reveal\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/8_8c7d5580-df9c-4937-bd0e-74af6b4df3bc.png?v=1789466055\" alt=\"Compact GhostRide Halloween Car Projector\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003cbr\u003e\n\n\n\u003c!-- =====================================================\n     USE CASES\n===================================================== --\u003e\n\n\u003csection class=\"gr-section alt gr-reveal\"\u003e\n\n  \u003cp class=\"gr-label\"\u003e\n    TAKE IT WHERE THE HALLOWEEN FUN IS\n  \u003c\/p\u003e\n\n\n  \u003ch2 class=\"gr-h2\"\u003e\n    🎃 Built for the Nights When an Ordinary Car Feels Too Boring\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"gr-text\"\u003e\n\n    Use the projected Halloween atmosphere\n    as part of your seasonal setup\n    before or after Halloween activities.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"gr-list\"\u003e\n\n    \u003cdiv class=\"gr-list-item\"\u003e\n      ✓ Halloween Parties\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gr-list-item\"\u003e\n      ✓ Trick-or-Treat Meetups\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gr-list-item\"\u003e\n      ✓ Halloween Events\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gr-list-item\"\u003e\n      ✓ Spooky Photos\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gr-list-item\"\u003e\n      ✓ Seasonal Vehicle Displays\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     MEMORY\n===================================================== --\u003e\n\n\u003csection class=\"gr-memory gr-reveal\"\u003e\n\n  \u003csmall\u003e\n    THE PART PEOPLE REMEMBER\n  \u003c\/small\u003e\n\n\n  \u003ch2\u003e\n    Halloween Is Better When Something Unexpected Happens.\n  \u003c\/h2\u003e\n\n\n  \u003cp\u003e\n\n    The surprised look.\n    The laughs with friends.\n    Kids getting excited.\n    The photos everyone wants to take.\n\n    GhostRide™ adds one more unexpected moment\n    to the Halloween night.\n\n  \u003c\/p\u003e\n\n\u003c\/section\u003e\n\n\n\u003cdiv class=\"gr-media gr-reveal\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/5_18283031-ebdd-40e3-96dd-cc36fe565c72.png?v=1789466055\" alt=\"Halloween memories with GhostRide Car Projector\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003cbr\u003e\n\n\n\u003c!-- =====================================================\n     WHY PEOPLE LOVE IT\n===================================================== --\u003e\n\n\u003csection class=\"gr-section gr-reveal\"\u003e\n\n  \u003cp class=\"gr-label\"\u003e\n    WHY GHOSTRIDE™ STANDS OUT\n  \u003c\/p\u003e\n\n\n  \u003ch2 class=\"gr-h2\"\u003e\n    ❤️ One Little Projector. A Completely Different Halloween Mood.\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"gr-why\"\u003e\n\n    \u003cdiv class=\"gr-why-item\"\u003e\n\n      \u003cstrong\u003e\n        👻 Instant Halloween Makeover\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Give the vehicle interior a spooky seasonal transformation without covering it in bulky décor.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"gr-why-item\"\u003e\n\n      \u003cstrong\u003e\n        🌙 Stronger After Dark\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Projection becomes especially noticeable once the surrounding light gets lower.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"gr-why-item\"\u003e\n\n      \u003cstrong\u003e\n        🎃 Multiple Spooky Styles\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Switch between different built-in projection patterns to change the Halloween mood.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"gr-why-item\"\u003e\n\n      \u003cstrong\u003e\n        🔌 Simple Plug-and-Play Setup\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Connect the projector to your vehicle's power source and choose your scene.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"gr-why-item\"\u003e\n\n      \u003cstrong\u003e\n        🚗 Compact Design\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Creates a noticeable visual effect without taking over the entire vehicle interior.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"gr-why-item\"\u003e\n\n      \u003cstrong\u003e\n        🎁 Halloween Gift Idea\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        A fun seasonal surprise for someone who enjoys Halloween decorating and spooky atmosphere.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003cdiv class=\"gr-media gr-reveal\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/6_505a61be-b42f-403b-a736-e722ff2efbd5.png?v=1789466055\" alt=\"GhostRide Halloween Car Projector features\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003cbr\u003e\n\n\n\u003c!-- =====================================================\n     CLOSING IMAGE\n===================================================== --\u003e\n\n\u003csection class=\"gr-section dark gr-reveal\"\u003e\n\n  \u003cp class=\"gr-label\"\u003e\n    YOUR HOUSE ISN'T THE ONLY THING THAT CAN DRESS UP\n  \u003c\/p\u003e\n\n\n  \u003ch2 class=\"gr-h2\"\u003e\n    🎃 Let the Car Join the Halloween Fun.\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"gr-text\"\u003e\n\n    Pumpkins on the porch.\n\n    Cobwebs on the windows.\n\n    Ghosts in the yard.\n\n    Now give the vehicle its own Halloween moment too.\n\n  \u003c\/p\u003e\n\n\u003c\/section\u003e\n\n\n\u003cdiv class=\"gr-media gr-reveal\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/7_fd5b3690-c27e-4ef5-9062-d2ba18e80055.png?v=1789466055\" alt=\"GhostRide spooky Halloween vehicle display\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003cbr\u003e\n\n\n\u003c!-- =====================================================\n     PACKAGE\n===================================================== --\u003e\n\n\u003csection class=\"gr-package gr-reveal\" id=\"gr-package\"\u003e\n\n  \u003ch2\u003e\n    📦 Package Includes\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"gr-package-box\"\u003e\n\n    ✓ GhostRide™ Halloween Car Projector × 1 \/ 2 \/ 3 \/ 4\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     GUARANTEE\n===================================================== --\u003e\n\n\u003csection class=\"gr-trust gr-reveal\"\u003e\n\n  \u003ch3\u003e\n    30-Day Money-Back Guarantee\n  \u003c\/h3\u003e\n\n\n  \u003cp\u003e\n\n    Contact customer support within 30 days of receiving your order\n    to request an eligible refund according to the store policy.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"gr-trust-grid\"\u003e\n\n    \u003cdiv\u003e\n      🔒 Secure Checkout\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      🏆 Quality-Checked Products\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      🤝 Customer Support\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003cdiv class=\"gr-trust-media\"\u003e\n\n  \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\n\n\u003c\/div\u003e\n\n\n\u003c!-- =====================================================\n     FINAL CTA\n===================================================== --\u003e\n\n\u003csection class=\"gr-final gr-reveal\"\u003e\n\n  \u003cdiv class=\"gr-final-label\"\u003e\n    DON'T LET THE HOUSE HAVE ALL THE HALLOWEEN FUN\n  \u003c\/div\u003e\n\n\n  \u003ch2\u003e\n    Turn Your Car Into the Halloween Surprise Nobody Expected. 👻\n  \u003c\/h2\u003e\n\n\n  \u003cp\u003e\n\n    Plug it in.\n    Pick your spooky scene.\n    Add one more unforgettable layer\n    to Halloween night.\n\n  \u003c\/p\u003e\n\n\n  \u003ca class=\"gr-btn\" href=\"#gr-package\"\u003e\n\n    🎃 BRING GHOSTRIDE™ HOME\n\n    \u003csmall\u003e\n      Choose your preferred quantity\n    \u003c\/small\u003e\n\n  \u003c\/a\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"LJH","offers":[{"title":"Default Title","offer_id":57396527825062,"sku":"SZ06732609154248-A","price":35.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/1_6b25f84f-1ad0-4c6a-8c1d-1aba217d4247.png?v=1789466055","url":"https:\/\/getvyxor.com\/products\/ghostride%e2%84%a2-halloween-car-projector","provider":"getvyxor","version":"1.0","type":"link"}