{"product_id":"halloween-must-have-6-pack-collapsible-jack-o-lantern-pumpkin-lantern-party-decor","title":"Halloween Must‑Have, 20‑Pack Collapsible Jack‑O‑Lantern Pumpkin Lantern Party Decor","description":"\u003cstyle\u003e\n.pumpkin-page{\n  --pk-bg:#1b1712;\n  --pk-panel:#241f19;\n  --pk-card:#2d271f;\n  --pk-orange:#ff8c1a;\n  --pk-amber:#ffb85c;\n  --pk-cream:#faf3e6;\n  --pk-muted:#b7a891;\n  --pk-line:rgba(255,255,255,.12);\n  --pk-radius:22px;\n  max-width:800px;\n  margin:0 auto;\n  padding:0 16px 30px;\n  color:var(--pk-cream);\n  background:\n    radial-gradient(circle at 18% 0%,rgba(255,140,26,.20),transparent 42%),\n    radial-gradient(circle at 85% 38%,rgba(255,184,92,.12),transparent 40%),\n    var(--pk-bg);\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n  line-height:1.75;\n  overflow:hidden;\n}\n.pumpkin-page *{box-sizing:border-box;}\n.pumpkin-page img{\n  width:100%;\n  height:auto;\n  display:block;\n  border-radius:var(--pk-radius);\n}\n.pk-eyebrow{\n  display:inline-flex;\n  align-items:center;\n  gap:9px;\n  font-size:11px;\n  font-weight:800;\n  letter-spacing:2.4px;\n  text-transform:uppercase;\n  color:var(--pk-amber);\n  margin-bottom:14px;\n}\n.pk-eyebrow::before{\n  content:\"\";\n  width:22px;\n  height:2px;\n  background:var(--pk-amber);\n}\n.pk-section{margin:64px 0;}\n.pk-section-head h2{\n  font-size:clamp(22px,3.4vw,28px);\n  line-height:1.3;\n  margin:0 0 10px;\n}\n.pk-section-head p{\n  margin:0;\n  color:var(--pk-muted);\n  font-size:15px;\n}\n\n\/* ===== HERO ===== *\/\n.pk-hero{\n  padding:46px 0 10px;\n  text-align:center;\n  position:relative;\n}\n.pk-rating{\n  display:inline-flex;\n  align-items:center;\n  gap:9px;\n  padding:7px 14px;\n  border:1px solid var(--pk-line);\n  border-radius:99px;\n  background:rgba(255,255,255,.05);\n  font-size:13px;\n  margin-bottom:18px;\n}\n.pk-stars{color:var(--pk-orange);letter-spacing:1px;}\n.pk-hero h1{\n  font-size:clamp(26px,4.6vw,36px);\n  line-height:1.2;\n  margin:0 auto 14px;\n  max-width:640px;\n}\n.pk-hero-sub{\n  max-width:600px;\n  margin:0 auto;\n  color:var(--pk-muted);\n  font-size:16px;\n}\n.pk-hero-media{\n  position:relative;\n  margin:34px auto 0;\n  max-width:560px;\n}\n.pk-hero-media::before{\n  content:\"\";\n  position:absolute;\n  inset:-6% -4%;\n  border-radius:50%;\n  background:radial-gradient(circle,rgba(255,140,26,.30),transparent 65%);\n  filter:blur(12px);\n  z-index:0;\n}\n.pk-hero-media img{\n  position:relative;\n  z-index:1;\n  animation:pkFloat 6s ease-in-out infinite;\n  box-shadow:0 30px 70px rgba(0,0,0,.5);\n}\n@keyframes pkFloat{\n  0%,100%{transform:translateY(0);}\n  50%{transform:translateY(-9px);}\n}\n.pk-glow-dot{\n  position:absolute;\n  width:7px;\n  height:7px;\n  border-radius:50%;\n  background:var(--pk-orange);\n  box-shadow:0 0 14px 4px rgba(255,140,26,.75);\n  animation:pkPulse 2.4s ease-in-out infinite;\n}\n@keyframes pkPulse{\n  0%,100%{opacity:.25;transform:scale(.8);}\n  50%{opacity:1;transform:scale(1.25);}\n}\n\n\/* ===== STATS ===== *\/\n.pk-stats{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n  margin:34px 0 0;\n}\n.pk-stat{\n  padding:22px 10px;\n  border:1px solid var(--pk-line);\n  border-radius:18px;\n  background:rgba(255,255,255,.04);\n  text-align:center;\n}\n.pk-stat strong{\n  display:block;\n  font-size:26px;\n  color:var(--pk-orange);\n  line-height:1;\n}\n.pk-stat small{\n  display:block;\n  margin-top:8px;\n  color:var(--pk-muted);\n  font-size:10px;\n  font-weight:700;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n\/* ===== IMAGE + TEXT BLOCK ===== *\/\n.pk-block{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:28px;\n  align-items:center;\n}\n.pk-block img{\n  border:1px solid var(--pk-line);\n  box-shadow:0 18px 45px rgba(0,0,0,.4);\n}\n.pk-checklist{\n  list-style:none;\n  margin:16px 0 0;\n  padding:0;\n}\n.pk-checklist li{\n  position:relative;\n  padding:7px 0 7px 27px;\n  font-size:14.5px;\n}\n.pk-checklist li::before{\n  content:\"\\2726\";\n  position:absolute;\n  left:0;\n  color:var(--pk-orange);\n}\n\n\/* ===== FEATURE CARDS ===== *\/\n.pk-card-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:16px;\n}\n.pk-card{\n  padding:24px 20px;\n  border:1px solid var(--pk-line);\n  border-radius:20px;\n  background:var(--pk-card);\n  transition:transform .3s ease,border-color .3s ease;\n}\n.pk-card:hover{\n  transform:translateY(-4px);\n  border-color:rgba(255,140,26,.5);\n}\n.pk-card-ico{\n  width:48px;\n  height:48px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:14px;\n  background:rgba(255,140,26,.14);\n  color:var(--pk-orange);\n  font-size:22px;\n  margin-bottom:16px;\n}\n.pk-card h3{\n  margin:0 0 8px;\n  font-size:17px;\n}\n.pk-card p{\n  margin:0;\n  font-size:13.5px;\n  color:var(--pk-muted);\n}\n\n\/* ===== SCENES ===== *\/\n.pk-scene-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n}\n.pk-scene-item{\n  padding:20px 14px;\n  border:1px solid var(--pk-line);\n  border-radius:16px;\n  background:rgba(255,255,255,.04);\n  text-align:center;\n}\n.pk-scene-item h4{\n  margin:0 0 6px;\n  font-size:15px;\n}\n.pk-scene-item p{\n  margin:0;\n  font-size:12.5px;\n  color:var(--pk-muted);\n}\n\n\/* ===== SPEC TABLE ===== *\/\n.pk-table{\n  border:1px solid var(--pk-line);\n  border-radius:var(--pk-radius);\n  overflow:hidden;\n}\n.pk-row{\n  display:grid;\n  grid-template-columns:1.4fr 1fr;\n}\n.pk-row\u003ediv{\n  padding:15px 18px;\n  font-size:14px;\n  border-bottom:1px solid var(--pk-line);\n}\n.pk-row:last-child\u003ediv{border-bottom:none;}\n.pk-row div:first-child{\n  background:rgba(255,255,255,.05);\n  color:var(--pk-muted);\n  font-weight:600;\n}\n.pk-row div:last-child{\n  color:var(--pk-cream);\n  font-weight:700;\n  text-align:right;\n}\n.pk-row div:last-child b{color:var(--pk-orange);}\n\n\/* ===== TIP + CTA ===== *\/\n.pk-panel{\n  padding:30px 26px;\n  border:1px solid var(--pk-line);\n  border-radius:var(--pk-radius);\n  background:rgba(255,255,255,.04);\n}\n.pk-panel-tip{\n  border-left:3px solid var(--pk-orange);\n}\n.pk-panel-tip h3{\n  margin:0 0 10px;\n  font-size:18px;\n}\n.pk-panel-tip p{\n  margin:0;\n  color:var(--pk-muted);\n  font-size:14px;\n}\n.pk-cta{\n  text-align:center;\n  padding:44px 26px;\n  border-radius:var(--pk-radius);\n  background:\n    radial-gradient(circle at 50% 0%,rgba(255,140,26,.24),transparent 65%),\n    var(--pk-panel);\n  border:1px solid var(--pk-line);\n}\n.pk-cta h2{\n  margin:0 0 10px;\n  font-size:24px;\n}\n.pk-cta p{\n  max-width:560px;\n  margin:0 auto;\n  color:var(--pk-muted);\n  font-size:14.5px;\n}\n.pk-cta-note{\n  display:inline-flex;\n  flex-wrap:wrap;\n  justify-content:center;\n  gap:8px 20px;\n  margin-top:18px;\n  color:var(--pk-amber);\n  font-size:13px;\n  font-weight:700;\n}\n\n\/* ===== RESPONSIVE ===== *\/\n@media(max-width:700px){\n  .pk-stats{grid-template-columns:repeat(2,1fr);}\n  .pk-block{grid-template-columns:1fr;}\n  .pk-card-grid{grid-template-columns:1fr;}\n  .pk-scene-grid{grid-template-columns:repeat(2,1fr);}\n  .pk-row{grid-template-columns:1fr;}\n  .pk-row div:last-child{text-align:left;padding-top:2px;}\n  .pk-row div:first-child{padding-bottom:2px;}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pumpkin-page\"\u003e\n\n  \u003c!-- ===== HERO ===== --\u003e\n  \u003csection class=\"pk-hero\"\u003e\n    \u003cdiv class=\"pk-rating\"\u003e\n      \u003cspan class=\"pk-stars\"\u003e★★★★★\u003c\/span\u003e\n      \u003cspan\u003e4.8\/5 · Halloween Pumpkin Lanterns\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pk-eyebrow\" style=\"justify-content:center\"\u003eHalloween Collection\u003c\/div\u003e\n    \u003ch1\u003eSmiling Pumpkin Lantern Lights — 360° Warm Glow Halloween Decor, Battery-Powered \u0026amp; Reusable\u003c\/h1\u003e\n    \u003cp class=\"pk-hero-sub\"\u003eEye-catching jack-o'-lantern lights that cast soft, warm 360° glow for a spooky-cozy Halloween night — with a secure screw-locked battery cover and a collapsible, portable design you'll reuse year after year.\u003c\/p\u003e\n    \u003cdiv class=\"pk-hero-media\"\u003e\n      \u003cspan class=\"pk-glow-dot\" style=\"top:8%;left:10%\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"pk-glow-dot\" style=\"top:22%;right:9%;animation-delay:.7s\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"pk-glow-dot\" style=\"bottom:12%;left:16%;animation-delay:1.2s\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"pk-glow-dot\" style=\"bottom:24%;right:14%;animation-delay:.4s\"\u003e\u003c\/span\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/4033\/4635\/files\/711LA-gUoqL._AC_SX679_PIbundle-6_TopRight_0_0_SH20_fe4645ee-f337-44be-927e-84ea9ab88dae.jpg?v=1787919157\" alt=\"Halloween pumpkin lantern lights with smiling face glow\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pk-stats\"\u003e\n      \u003cdiv class=\"pk-stat\"\u003e\n\u003cstrong\u003e360°\u003c\/strong\u003e\u003csmall\u003eBeam Angle\u003c\/small\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pk-stat\"\u003e\n\u003cstrong\u003e3×AAA\u003c\/strong\u003e\u003csmall\u003eBatteries\u003c\/small\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pk-stat\"\u003e\n\u003cstrong\u003eABS\u003c\/strong\u003e\u003csmall\u003eDurable Build\u003c\/small\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pk-stat\"\u003e\n\u003cstrong\u003e✕\u003c\/strong\u003e\u003csmall\u003eCollapsible\u003c\/small\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== THE GLOW ===== --\u003e\n  \u003csection class=\"pk-section\"\u003e\n    \u003cdiv class=\"pk-section-head\"\u003e\n      \u003cdiv class=\"pk-eyebrow\"\u003eSpooky-Cozy Ambiance\u003c\/div\u003e\n      \u003ch2\u003eWarm, Glowing Light That Sets the Halloween Mood\u003c\/h2\u003e\n      \u003cp\u003eClassic giant pumpkin smiling-face projection creates an instant immersive holiday atmosphere.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"height:24px\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"pk-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/4033\/4635\/files\/81oNOEaeY7L._AC_SX679.jpg?v=1787919038\" alt=\"Pumpkin lanterns hanging to decorate Halloween scenes\"\u003e\n      \u003cdiv\u003e\n        \u003cp style=\"color:var(--pk-muted);font-size:15px;margin:0;\"\u003eA 360-degree beam angle lets each lantern cast soft, warm light in every direction — building the perfect spooky-cozy vibe for Halloween parties, trick-or-treat nights and theme gatherings. The simple push-pull switch turns it on and off in seconds.\u003c\/p\u003e\n        \u003cul class=\"pk-checklist\"\u003e\n          \u003cli\u003e360° soft warm glow for a spooky-cozy night\u003c\/li\u003e\n          \u003cli\u003eClassic smiling pumpkin face projection\u003c\/li\u003e\n          \u003cli\u003eQuick push-pull switch power control\u003c\/li\u003e\n          \u003cli\u003ePerfect for parties, trick-or-treat \u0026amp; themes\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== FEATURE CARDS ===== --\u003e\n  \u003csection class=\"pk-section\"\u003e\n    \u003cdiv class=\"pk-section-head\"\u003e\n      \u003cdiv class=\"pk-eyebrow\"\u003eWhy You'll Love It\u003c\/div\u003e\n      \u003ch2\u003eSafe, Tough \u0026amp; Ready for Every Halloween\u003c\/h2\u003e\n      \u003cp\u003eBuilt for family-friendly celebrations — indoors and out.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"height:24px\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"pk-card-grid\"\u003e\n      \u003cdiv class=\"pk-card\"\u003e\n        \u003cdiv class=\"pk-card-ico\"\u003e🔒\u003c\/div\u003e\n        \u003ch3\u003eSafe Battery Design\u003c\/h3\u003e\n        \u003cp\u003eScrew-locked battery cover avoids accidental battery swallowing risk — reliable safety for family Halloween events.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pk-card\"\u003e\n        \u003cdiv class=\"pk-card-ico\"\u003e🛡️\u003c\/div\u003e\n        \u003ch3\u003eSturdy ABS Plastic\u003c\/h3\u003e\n        \u003cp\u003eHigh-grade ABS build resists impact and minor knocks, supporting long-term indoor and outdoor use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pk-card\"\u003e\n        \u003cdiv class=\"pk-card-ico\"\u003e🎒\u003c\/div\u003e\n        \u003ch3\u003ePortable \u0026amp; Collapsible\u003c\/h3\u003e\n        \u003cp\u003eCarrying handle for easy grip, collapsible body shrinks to a compact size for effortless storage.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pk-card\"\u003e\n        \u003cdiv class=\"pk-card-ico\"\u003e🎃\u003c\/div\u003e\n        \u003ch3\u003eVersatile Hanging\u003c\/h3\u003e\n        \u003cp\u003eHeavy-duty lanyards let you hang them anywhere — or carry them by hand for night-out fun.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== SAFE BATTERY ===== --\u003e\n  \u003csection class=\"pk-section\"\u003e\n    \u003cdiv class=\"pk-section-head\"\u003e\n      \u003cdiv class=\"pk-eyebrow\"\u003eFamily-First Safety\u003c\/div\u003e\n      \u003ch2\u003eBattery-Powered, Kid-Friendly \u0026amp; Reusable\u003c\/h2\u003e\n      \u003cp\u003eDesigned with Halloween-night safety in mind.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"height:24px\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"pk-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/4033\/4635\/files\/71256Kcc3gL._AC_SX679.jpg?v=1787919038\" alt=\"Pumpkin lantern battery compartment with secure screw-locked cover\"\u003e\n      \u003cdiv\u003e\n        \u003cp style=\"color:var(--pk-muted);font-size:15px;margin:0;\"\u003eEach lantern runs on 3 AAA batteries with a screw-locked cover that securely protects little ones. When power runs low, just replace the batteries — and reuse these jack-o'-lanterns year after year for lasting holiday value.\u003c\/p\u003e\n        \u003cul class=\"pk-checklist\"\u003e\n          \u003cli\u003eRuns on 3 AAA batteries (per lantern)\u003c\/li\u003e\n          \u003cli\u003eScrew-locked cover prevents accidental access\u003c\/li\u003e\n          \u003cli\u003eEasy battery replacement for repeated use\u003c\/li\u003e\n          \u003cli\u003eReusable for many Halloweens to come\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== ABS BUILD ===== --\u003e\n  \u003csection class=\"pk-section\"\u003e\n    \u003cdiv class=\"pk-section-head\"\u003e\n      \u003cdiv class=\"pk-eyebrow\"\u003eBuilt To Last\u003c\/div\u003e\n      \u003ch2\u003ePremium ABS Plastic for Long-Lasting Holiday Use\u003c\/h2\u003e\n      \u003cp\u003eSolid construction that keeps your decor intact all season.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"height:24px\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"pk-block\"\u003e\n      \u003cdiv\u003e\n        \u003cp style=\"color:var(--pk-muted);font-size:15px;margin:0;\"\u003eCrafted from high-grade, durable ABS plastic, these lanterns resist impact and damage during parties, yard displays and nighttime outings — keeping your Halloween decorations looking great throughout the festive season.\u003c\/p\u003e\n        \u003cul class=\"pk-checklist\"\u003e\n          \u003cli\u003eHigh-grade, impact-resistant ABS plastic\u003c\/li\u003e\n          \u003cli\u003eWithstands minor knocks during parties\u003c\/li\u003e\n          \u003cli\u003eReliable for indoor \u0026amp; outdoor use\u003c\/li\u003e\n          \u003cli\u003eStays intact for the whole season\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/4033\/4635\/files\/71EY1rqq9EL._AC_SL1500.jpg?v=1787919038\" alt=\"Durable ABS plastic pumpkin lantern close-up\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== PORTABLE \u0026 COLLAPSIBLE ===== --\u003e\n  \u003csection class=\"pk-section\"\u003e\n    \u003cdiv class=\"pk-section-head\"\u003e\n      \u003cdiv class=\"pk-eyebrow\"\u003eLight \u0026amp; Easy\u003c\/div\u003e\n      \u003ch2\u003eLightweight, Portable \u0026amp; Space-Saving\u003c\/h2\u003e\n      \u003cp\u003eTake the fun wherever Halloween takes you.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"height:24px\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"pk-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/4033\/4635\/files\/71dFfoTqB_L._AC_SL1500.jpg?v=1787919038\" alt=\"Collapsible pumpkin lantern with carrying handle\"\u003e\n      \u003cdiv\u003e\n        \u003cp style=\"color:var(--pk-muted);font-size:15px;margin:0;\"\u003eA practical carrying handle makes these lanterns easy to grip during trick-or-treat. The collapsible structure shrinks down after use, so they store effortlessly in cabinets, drawers or backpacks — ready for outdoor events, costume parties and holiday gatherings.\u003c\/p\u003e\n        \u003cul class=\"pk-checklist\"\u003e\n          \u003cli\u003eBuilt-in handle for easy carrying\u003c\/li\u003e\n          \u003cli\u003eCollapses to a compact size after use\u003c\/li\u003e\n          \u003cli\u003eStores neatly in drawers or backpacks\u003c\/li\u003e\n          \u003cli\u003eIdeal for parties \u0026amp; night-out events\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== SCENES ===== --\u003e\n  \u003csection class=\"pk-section\"\u003e\n    \u003cdiv class=\"pk-section-head\"\u003e\n      \u003cdiv class=\"pk-eyebrow\"\u003eWhere To Use\u003c\/div\u003e\n      \u003ch2\u003eVersatile Decor for Every Halloween Corner\u003c\/h2\u003e\n      \u003cp\u003eHang them, carry them, or display them — anywhere you want a warm Halloween glow.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"height:24px\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"pk-scene-grid\"\u003e\n      \u003cdiv class=\"pk-scene-item\"\u003e\n\u003ch4\u003eWindows\u003c\/h4\u003e\n\u003cp\u003eGlow from inside for passersby.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pk-scene-item\"\u003e\n\u003ch4\u003eFireplaces\u003c\/h4\u003e\n\u003cp\u003eCozy light without any flame.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pk-scene-item\"\u003e\n\u003ch4\u003ePorches\u003c\/h4\u003e\n\u003cp\u003eWelcome trick-or-treaters warmly.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pk-scene-item\"\u003e\n\u003ch4\u003eGardens\u003c\/h4\u003e\n\u003cp\u003eLight up your yard display.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pk-scene-item\"\u003e\n\u003ch4\u003eTree Branches\u003c\/h4\u003e\n\u003cp\u003eHang a glowing canopy outside.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pk-scene-item\"\u003e\n\u003ch4\u003eBookshelves\u003c\/h4\u003e\n\u003cp\u003eWarm accents beside your decor.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pk-scene-item\"\u003e\n\u003ch4\u003eStair Railings\u003c\/h4\u003e\n\u003cp\u003eLine the way with soft light.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pk-scene-item\"\u003e\n\u003ch4\u003eIn Hand\u003c\/h4\u003e\n\u003cp\u003eCarry along for night-out fun.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== SPECS ===== --\u003e\n  \u003csection class=\"pk-section\"\u003e\n    \u003cdiv class=\"pk-section-head\"\u003e\n      \u003cdiv class=\"pk-eyebrow\"\u003eAt A Glance\u003c\/div\u003e\n      \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n      \u003cp\u003eEverything you need to know before it arrives.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"height:24px\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"pk-table\"\u003e\n      \u003cdiv class=\"pk-row\"\u003e\n\u003cdiv\u003eBeam Angle\u003c\/div\u003e\n\u003cdiv\u003e\u003cb\u003e360°\u003c\/b\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pk-row\"\u003e\n\u003cdiv\u003ePower Source\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003e3× AAA\u003c\/b\u003e Batteries\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pk-row\"\u003e\n\u003cdiv\u003eBattery Cover\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003eScrew-Locked\u003c\/b\u003e Security Design\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pk-row\"\u003e\n\u003cdiv\u003eSwitch\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003ePush-Pull\u003c\/b\u003e On\/Off\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pk-row\"\u003e\n\u003cdiv\u003eMaterial\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003eABS\u003c\/b\u003e Plastic\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pk-row\"\u003e\n\u003cdiv\u003eDesign\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003eCollapsible\u003c\/b\u003e + Carrying Handle\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pk-row\"\u003e\n\u003cdiv\u003eHanging\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003eLanyards\u003c\/b\u003e Included\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pk-row\"\u003e\n\u003cdiv\u003eUsage\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003eIndoor\u003c\/b\u003e \u0026amp; \u003cb\u003eOutdoor\u003c\/b\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== REUSE TIP ===== --\u003e\n  \u003csection class=\"pk-section\"\u003e\n    \u003cdiv class=\"pk-panel pk-panel-tip\"\u003e\n      \u003cdiv class=\"pk-eyebrow\"\u003eSmart Tip\u003c\/div\u003e\n      \u003ch3\u003eOne Purchase, Many Halloweens\u003c\/h3\u003e\n      \u003cp\u003eBecause these lanterns are reusable and collapsible, simply replace the batteries when power runs low, fold them flat and store them away. They'll be ready to light up your next Halloween — making this a long-term value for your holiday decor investment.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== CTA ===== --\u003e\n  \u003csection class=\"pk-section\"\u003e\n    \u003cdiv class=\"pk-cta\"\u003e\n      \u003cdiv class=\"pk-eyebrow\" style=\"justify-content:center\"\u003eGet Ready For Halloween\u003c\/div\u003e\n      \u003ch2\u003eLight Up Your Halloween Nights\u003c\/h2\u003e\n      \u003cp\u003eHalloween is almost here. Add a warm, safe glow to your porch, garden and party scenes — and keep it for every Halloween to come.\u003c\/p\u003e\n      \u003cdiv class=\"pk-cta-note\"\u003e\n        \u003cspan\u003e✦ Battery-powered \u0026amp; safe\u003c\/span\u003e\n        \u003cspan\u003e✦ Sturdy ABS build\u003c\/span\u003e\n        \u003cspan\u003e✦ Collapsible \u0026amp; reusable\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n","brand":"Openadon","offers":[{"title":"Orange \/ 10","offer_id":45174890922027,"sku":null,"price":15.89,"currency_code":"USD","in_stock":true},{"title":"Orange \/ 20","offer_id":45236089290795,"sku":null,"price":26.89,"currency_code":"USD","in_stock":true},{"title":"Black \/ 10","offer_id":45174890954795,"sku":null,"price":15.89,"currency_code":"USD","in_stock":true},{"title":"Black \/ 20","offer_id":45236089323563,"sku":null,"price":26.89,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0619\/4033\/4635\/files\/71A_lCVoe5L._AC_SX679_PIbundle-6_TopRight_0_0_SH20.jpg?v=1787919038","url":"https:\/\/brisklyshop.shop\/products\/halloween-must-have-6-pack-collapsible-jack-o-lantern-pumpkin-lantern-party-decor","provider":"Openadon","version":"1.0","type":"link"}