{"product_id":"halloween-led-silhouette-wall-light-stickers","title":"🔥30 PCS Halloween LED Silhouette Wall Light Stickers","description":"\u003cstyle\u003e\n\/* =========================================================\n   HALLOWEEN LED SILHOUETTE WALL LIGHT STICKERS\n   SHOPIFY PRODUCT DESCRIPTION\n========================================================= *\/\n\n#hls-page,\n#hls-page * {\n  box-sizing: border-box;\n}\n\n#hls-page {\n  --hls-black: #23201e;\n  --hls-black-soft: #322e2b;\n\n  --hls-orange: #d96c24;\n  --hls-orange-dark: #a94d13;\n  --hls-orange-soft: #fff4e9;\n\n  --hls-cream: #fbf8f3;\n  --hls-gray: #f5f3f0;\n  --hls-white: #ffffff;\n\n  --hls-text: #37322f;\n  --hls-muted: #716963;\n\n  --hls-border: #e7dfd7;\n\n  width: 100%;\n  max-width: 820px;\n  margin: 0 auto;\n  padding: 8px;\n\n  background: #faf8f5;\n  color: var(--hls-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  overflow: hidden;\n}\n\n#hls-page h1,\n#hls-page h2,\n#hls-page h3,\n#hls-page p,\n#hls-page ul {\n  margin-top: 0;\n}\n\n#hls-page img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n  margin: 0;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.hls-hero {\n  padding: 34px 24px 28px;\n\n  background: var(--hls-black);\n\n  text-align: center;\n\n  border-radius: 18px;\n  overflow: hidden;\n}\n\n.hls-hero-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  width: 52px;\n  height: 52px;\n\n  margin: 0 auto 13px;\n\n  background: var(--hls-orange);\n\n  border-radius: 50%;\n\n  font-size: 25px;\n}\n\n.hls-hero h1 {\n  max-width: 690px;\n\n  margin: 0 auto 12px;\n\n  color: #ffffff;\n\n  font-size: 33px;\n  line-height: 1.12;\n  font-weight: 850;\n  letter-spacing: -0.6px;\n}\n\n.hls-hero h1 span {\n  color: #f1a467;\n}\n\n.hls-hero-copy {\n  max-width: 660px;\n\n  margin: 0 auto;\n\n  color: #ded8d3;\n\n  font-size: 16px;\n  line-height: 1.7;\n}\n\n.hls-hero-tags {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n\n  gap: 7px;\n\n  margin-top: 18px;\n}\n\n.hls-tag {\n  padding: 7px 11px;\n\n  background: var(--hls-black-soft);\n\n  border: 1px solid #514a45;\n  border-radius: 999px;\n\n  color: #f6f1ed;\n\n  font-size: 12px;\n  line-height: 1.3;\n  font-weight: 750;\n}\n\n\n\/* =========================================================\n   IMAGE\n========================================================= *\/\n\n.hls-image {\n  width: 100%;\n\n  margin: 11px 0;\n\n  overflow: hidden;\n\n  background: #ffffff;\n\n  border: 1px solid var(--hls-border);\n  border-radius: 15px;\n}\n\n.hls-image img {\n  width: 100%;\n  height: auto;\n}\n\n\n\/* =========================================================\n   GENERAL SECTION\n========================================================= *\/\n\n.hls-section {\n  margin: 11px 0;\n  padding: 23px 21px;\n\n  background: #ffffff;\n\n  border: 1px solid var(--hls-border);\n  border-radius: 15px;\n}\n\n.hls-section-orange {\n  background: var(--hls-orange-soft);\n}\n\n.hls-section-cream {\n  background: var(--hls-cream);\n}\n\n.hls-section-dark {\n  background: var(--hls-black);\n  border-color: var(--hls-black);\n}\n\n.hls-eyebrow {\n  display: inline-block;\n\n  margin: 0 0 8px;\n  padding: 5px 9px;\n\n  background: #ffffff;\n\n  border: 1px solid var(--hls-border);\n  border-radius: 999px;\n\n  color: var(--hls-orange-dark);\n\n  font-size: 11px;\n  line-height: 1.2;\n  font-weight: 850;\n\n  letter-spacing: 1px;\n  text-transform: uppercase;\n}\n\n.hls-title {\n  margin: 0 0 10px;\n\n  color: var(--hls-black);\n\n  font-size: 25px;\n  line-height: 1.2;\n  font-weight: 820;\n  letter-spacing: -0.3px;\n}\n\n.hls-copy {\n  margin: 0;\n\n  color: var(--hls-muted);\n\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n\n\/* =========================================================\n   DARK SECTION\n========================================================= *\/\n\n.hls-section-dark .hls-title {\n  color: #ffffff;\n}\n\n.hls-section-dark .hls-copy {\n  color: #ddd6d0;\n}\n\n.hls-section-dark .hls-eyebrow {\n  background: #332f2c;\n  border-color: #4e4844;\n  color: #f0a36c;\n}\n\n\n\/* =========================================================\n   BENEFITS\n========================================================= *\/\n\n.hls-benefits {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n\n  gap: 7px;\n\n  margin-top: 16px;\n}\n\n.hls-benefit {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  min-width: 0;\n  min-height: 56px;\n\n  padding: 9px 7px;\n\n  background: #ffffff;\n\n  border: 1px solid var(--hls-border);\n  border-radius: 10px;\n\n  text-align: center;\n\n  color: #514943;\n\n  font-size: 12px;\n  line-height: 1.4;\n  font-weight: 750;\n}\n\n\n\/* =========================================================\n   FEATURE HEADER\n========================================================= *\/\n\n.hls-feature-head {\n  display: flex;\n  align-items: center;\n\n  gap: 11px;\n\n  margin-bottom: 10px;\n}\n\n.hls-feature-icon {\n  flex: 0 0 40px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  width: 40px;\n  height: 40px;\n\n  background: var(--hls-orange);\n\n  border-radius: 50%;\n\n  font-size: 19px;\n}\n\n.hls-feature-head h2 {\n  margin: 0;\n\n  color: var(--hls-black);\n\n  font-size: 23px;\n  line-height: 1.25;\n  font-weight: 820;\n}\n\n\n\/* =========================================================\n   SPEC\n========================================================= *\/\n\n.hls-spec-list {\n  margin-top: 15px;\n\n  overflow: hidden;\n\n  background: #ffffff;\n\n  border: 1px solid var(--hls-border);\n  border-radius: 12px;\n}\n\n.hls-spec-row {\n  display: grid;\n  grid-template-columns: 38% 62%;\n\n  border-bottom: 1px solid var(--hls-border);\n}\n\n.hls-spec-row:last-child {\n  border-bottom: 0;\n}\n\n.hls-spec-name,\n.hls-spec-value {\n  padding: 11px 12px;\n\n  font-size: 13px;\n  line-height: 1.5;\n}\n\n.hls-spec-name {\n  background: #faf5ef;\n\n  color: #594a40;\n\n  font-weight: 800;\n}\n\n.hls-spec-value {\n  color: var(--hls-muted);\n}\n\n\n\/* =========================================================\n   PACKAGE\n========================================================= *\/\n\n.hls-package {\n  display: flex;\n  align-items: center;\n\n  gap: 13px;\n\n  margin-top: 14px;\n  padding: 14px;\n\n  background: #ffffff;\n\n  border: 1px solid var(--hls-border);\n  border-radius: 11px;\n}\n\n.hls-package-icon {\n  flex: 0 0 42px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  width: 42px;\n  height: 42px;\n\n  background: var(--hls-orange-soft);\n\n  border-radius: 50%;\n\n  font-size: 20px;\n}\n\n.hls-package strong {\n  color: var(--hls-black);\n\n  font-size: 15px;\n  line-height: 1.45;\n}\n\n\n\/* =========================================================\n   NOTES\n========================================================= *\/\n\n.hls-notes {\n  margin: 14px 0 0;\n  padding: 0;\n\n  list-style: none;\n}\n\n.hls-notes li {\n  position: relative;\n\n  margin-bottom: 8px;\n  padding: 11px 12px 11px 39px;\n\n  background: #ffffff;\n\n  border: 1px solid var(--hls-border);\n  border-radius: 10px;\n\n  color: var(--hls-muted);\n\n  font-size: 13px;\n  line-height: 1.55;\n}\n\n.hls-notes li:last-child {\n  margin-bottom: 0;\n}\n\n.hls-notes li::before {\n  content: \"!\";\n\n  position: absolute;\n\n  top: 11px;\n  left: 12px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  width: 20px;\n  height: 20px;\n\n  background: var(--hls-orange);\n\n  border-radius: 50%;\n\n  color: #ffffff;\n\n  font-size: 11px;\n  font-weight: 900;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width: 600px) {\n\n  #hls-page {\n    padding: 5px;\n  }\n\n  .hls-hero {\n    padding: 27px 15px 23px;\n\n    border-radius: 14px;\n  }\n\n  .hls-hero h1 {\n    font-size: 27px;\n  }\n\n  .hls-hero-copy {\n    font-size: 15px;\n  }\n\n  .hls-section {\n    margin: 9px 0;\n    padding: 20px 15px;\n\n    border-radius: 13px;\n  }\n\n  .hls-title {\n    font-size: 22px;\n  }\n\n  .hls-feature-head h2 {\n    font-size: 20px;\n  }\n\n  .hls-copy {\n    font-size: 14px;\n  }\n\n  .hls-image {\n    margin: 9px 0;\n\n    border-radius: 12px;\n  }\n\n  .hls-benefits {\n    gap: 5px;\n  }\n\n  .hls-benefit {\n    min-height: 50px;\n\n    padding: 7px 4px;\n\n    font-size: 11px;\n  }\n\n  .hls-spec-row {\n    grid-template-columns: 40% 60%;\n  }\n\n  .hls-spec-name,\n  .hls-spec-value {\n    padding: 10px 8px;\n\n    font-size: 12px;\n  }\n\n}\n\n\n\/* =========================================================\n   VERY SMALL MOBILE\n========================================================= *\/\n\n@media screen and (max-width: 360px) {\n\n  .hls-benefits {\n    grid-template-columns: 1fr;\n  }\n\n  .hls-benefit {\n    min-height: auto;\n  }\n\n  .hls-spec-row {\n    grid-template-columns: 1fr;\n  }\n\n  .hls-spec-name {\n    padding-bottom: 4px;\n  }\n\n  .hls-spec-value {\n    padding-top: 5px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv id=\"hls-page\"\u003e\n\u003c!-- =====================================================\n       HERO\n  ====================================================== --\u003e\n\u003csection class=\"hls-hero\"\u003e\n\u003cdiv class=\"hls-hero-icon\"\u003e🎃\u003c\/div\u003e\n\u003ch1\u003eHalloween LED Silhouette \u003cspan\u003eWall Light Stickers\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hls-hero-copy\"\u003eTransform your home into a spooky wonderland with these LED Silhouette Wall Light Stickers! \u003c\/p\u003e\n\u003cdiv class=\"hls-hero-tags\"\u003e\n\u003cspan class=\"hls-tag\"\u003e 💡 LED Glow \u003c\/span\u003e \u003cspan class=\"hls-tag\"\u003e 🎃 Halloween Designs \u003c\/span\u003e \u003cspan class=\"hls-tag\"\u003e 🖐️ Peel \u0026amp; Stick \u003c\/span\u003e \u003cspan class=\"hls-tag\"\u003e 🔋 Battery Powered \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       IMAGE 1\n  ====================================================== --\u003e\n\u003cdiv class=\"hls-image\"\u003e\u003cimg src=\"https:\/\/cdn.gettechcloud.com\/image\/193c72e45202f4fe6167e610dd6b78242f7bb902.jpeg\" alt=\"\" width=\"1254\" height=\"1254\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003c!-- =====================================================\n       WATERPROOF\n  ====================================================== --\u003e\n\u003csection class=\"hls-section hls-section-orange\"\u003e\n\u003cdiv class=\"hls-feature-head\"\u003e\n\u003cdiv class=\"hls-feature-icon\"\u003e🕯️\u003c\/div\u003e\n\u003ch2\u003eWaterproof \u0026amp; Durable\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp class=\"hls-copy\"\u003eMade from PET material, these lights are waterproof, ensuring they stay bright and intact in any weather. They're perfect for home, window, door, or party decorations. Features include spooky ghost, pumpkin, witch, bat, castle, spider, and tree ornaments.\u003c\/p\u003e\n\u003cdiv class=\"hls-benefits\"\u003e\n\u003cdiv class=\"hls-benefit\"\u003e💧 Waterproof Design\u003c\/div\u003e\n\u003cdiv class=\"hls-benefit\"\u003e🎃 Multiple Halloween Shapes\u003c\/div\u003e\n\u003cdiv class=\"hls-benefit\"\u003e🏡 Indoor \u0026amp; Outdoor Decor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       IMAGE 2\n  ====================================================== --\u003e\n\u003cdiv class=\"hls-image\"\u003e\u003cimg src=\"https:\/\/cdn.gettechcloud.com\/image\/f61dbeb6cf1470a1b881bdcf5d004f6b7f0aa531.jpeg\" alt=\"\" width=\"1254\" height=\"1254\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- =====================================================\n       EASY TO USE\n  ====================================================== --\u003e\n\u003csection class=\"hls-section\"\u003e\n\u003cdiv class=\"hls-feature-head\"\u003e\n\u003cdiv class=\"hls-feature-icon\"\u003e🎉\u003c\/div\u003e\n\u003ch2\u003eEasy to Use \u0026amp; Versatile\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp class=\"hls-copy\"\u003eSimply peel and stick these lights onto any surface. They're battery-powered, so no wiring is needed. Ideal for creating a festive atmosphere without the hassle. Enhance your Halloween decor with these versatile and easy-to-use lights.\u003c\/p\u003e\n\u003cdiv class=\"hls-benefits\"\u003e\n\u003cdiv class=\"hls-benefit\"\u003e🖐️ Peel \u0026amp; Stick\u003c\/div\u003e\n\u003cdiv class=\"hls-benefit\"\u003e🔋 No Wiring Needed\u003c\/div\u003e\n\u003cdiv class=\"hls-benefit\"\u003e✨ Quick Halloween Setup\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       IMAGE 3\n  ====================================================== --\u003e\n\u003cdiv class=\"hls-image\"\u003e\u003cimg src=\"https:\/\/cdn.gettechcloud.com\/image\/a39f5267a086d0a147eba96834844e215db5cbca.jpeg\" alt=\"\" width=\"1254\" height=\"1254\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- =====================================================\n       PET MATERIAL\n  ====================================================== --\u003e\n\u003csection class=\"hls-section hls-section-cream\"\u003e\u003cspan class=\"hls-eyebrow\"\u003e Lightweight Material \u003c\/span\u003e\n\u003ch2 class=\"hls-title\"\u003eLIGHTWEIGHT PET DESIGN\u003c\/h2\u003e\n\u003cp class=\"hls-copy\"\u003eCrafted from durable synthetic PET-style material, the lightweight design is easy to handle, resists everyday wear, and keeps its decorative appeal throughout seasonal use.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       IMAGE 4\n  ====================================================== --\u003e\n\u003cdiv class=\"hls-image\"\u003e\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1727244036873\/5e9f09d62c864f97a146e0fad4d02feb.jpg?w=800\u0026amp;h=800\" alt=\"\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- =====================================================\n       PARTY READY\n  ====================================================== --\u003e\n\u003csection class=\"hls-section hls-section-dark\"\u003e\u003cspan class=\"hls-eyebrow\"\u003e Halloween Scene Ready \u003c\/span\u003e\n\u003ch2 class=\"hls-title\"\u003ePARTY READY WALL DECORATION\u003c\/h2\u003e\n\u003cp class=\"hls-copy\"\u003eDesigned for versatile decorating, this glowing wall accent works beautifully in bedrooms, entryways, dorm rooms, party backdrops, and seasonal event setups.\u003c\/p\u003e\n\u003cdiv class=\"hls-benefits\"\u003e\n\u003cdiv class=\"hls-benefit\"\u003e🏠 Entryways\u003c\/div\u003e\n\u003cdiv class=\"hls-benefit\"\u003e🎉 Party Backdrops\u003c\/div\u003e\n\u003cdiv class=\"hls-benefit\"\u003e🛏️ Bedrooms \u0026amp; Dorms\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       IMAGE 5\n  ====================================================== --\u003e\n\u003cdiv class=\"hls-image\"\u003e\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1727244036873\/2847d0b5335f47859e87cda125d657c2.jpg?w=800\u0026amp;h=800\" alt=\"\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- =====================================================\n       SPEC\n  ====================================================== --\u003e\n\u003csection class=\"hls-section hls-section-orange\"\u003e\u003cspan class=\"hls-eyebrow\"\u003e Product Details \u003c\/span\u003e\n\u003ch2 class=\"hls-title\"\u003e📋 SPEC\u003c\/h2\u003e\n\u003cdiv class=\"hls-spec-list\"\u003e\n\u003cdiv class=\"hls-spec-row\"\u003e\n\u003cdiv class=\"hls-spec-name\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"hls-spec-value\"\u003ePET, PVC\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hls-spec-row\"\u003e\n\u003cdiv class=\"hls-spec-name\"\u003eBattery Type\u003c\/div\u003e\n\u003cdiv class=\"hls-spec-value\"\u003eAG3 (Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hls-spec-row\"\u003e\n\u003cdiv class=\"hls-spec-name\"\u003eQuantity\u003c\/div\u003e\n\u003cdiv class=\"hls-spec-value\"\u003e30 pieces per set\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE IMAGE\n  ====================================================== --\u003e\n\u003cdiv class=\"hls-image\"\u003e\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1727244036873\/Size.jpg?w=800\u0026amp;h=800\" alt=\"\" width=\"800\" height=\"800\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- =====================================================\n       PACKAGE\n  ====================================================== --\u003e\n\u003csection class=\"hls-section\"\u003e\u003cspan class=\"hls-eyebrow\"\u003e In The Box \u003c\/span\u003e\n\u003ch2 class=\"hls-title\"\u003e📦 PACKAGE INCLUDES\u003c\/h2\u003e\n\u003cdiv class=\"hls-package\"\u003e\n\u003cdiv class=\"hls-package-icon\"\u003e🎃\u003c\/div\u003e\n\u003cdiv\u003e\u003cstrong\u003e 30 x Halloween Glow in Dark Wall Stickers \u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PACKAGE IMAGE\n  ====================================================== --\u003e\n\u003cdiv class=\"hls-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPT_Image_2026_8_12_02_18_37.png?v=1786515568\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c!-- =====================================================\n       NOTES\n  ====================================================== --\u003e\n\u003csection class=\"hls-section hls-section-cream\"\u003e\u003cspan class=\"hls-eyebrow\"\u003e Please Read \u003c\/span\u003e\n\u003ch2 class=\"hls-title\"\u003e❗ NOTES\u003c\/h2\u003e\n\u003cul class=\"hls-notes\"\u003e\n\u003cli\u003eEnsure the wall surface is clean, dry, and smooth before applying the stickers for optimal adhesion.\u003c\/li\u003e\n\u003cli\u003eContains small parts and button batteries; please keep away from toddlers and pets to prevent choking hazards.\u003c\/li\u003e\n\u003cli\u003ePlease remove the battery insulation pull-tab before first use to activate the glowing LED lights.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Li","offers":[{"title":"Default Title","offer_id":52793130025272,"sku":"GA3548418-1","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/193c72e45202f4fe6167e610dd6b78242f7bb902.jpg?v=1786505958","url":"https:\/\/reemoreemoo.com\/products\/halloween-led-silhouette-wall-light-stickers","provider":"reemoreemoo","version":"1.0","type":"link"}