{"product_id":"halloween-gashapon-machine-candy-bags-set","title":"💀Halloween Sale 49% OFF-🎃Halloween Gashapon Machine Candy Bags Set","description":"\u003c!-- =========================================================\n     HALLOWEEN GASHAPON CANDY BAGS\n     Shopify Product Landing Page\n========================================================= --\u003e\n\u003cstyle\u003e\n.hcg,\n.hcg *{\n  box-sizing:border-box;\n}\n\n.hcg{\n  --orange:#ff7a18;\n  --orange2:#ff9d3d;\n  --gold:#ffc45f;\n  --purple:#894cff;\n  --purple2:#5e2ba8;\n  --black:#0c0910;\n  --panel:#19121e;\n  --cream:#fff8ef;\n  --cream2:#f7eadc;\n  --text:#332b35;\n  --muted:#726875;\n  --line:rgba(255,255,255,.12);\n\n  max-width:780px;\n  margin:0 auto;\n  padding:0 10px 38px;\n\n  overflow:hidden;\n\n  color:var(--text);\n  background:#fff;\n\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n  line-height:1.65;\n}\n\n.hcg img{\n  display:block;\n  width:100%;\n  height:auto;\n}\n\n.hcg h1,\n.hcg h2,\n.hcg h3,\n.hcg p{\n  margin-top:0;\n}\n\n.hcg strong{\n  font-weight:850;\n}\n\n\n\/* =========================================================\n   ANIMATIONS\n========================================================= *\/\n\n@keyframes hcgReveal{\n  from{\n    opacity:0;\n    transform:translateY(18px);\n  }\n\n  to{\n    opacity:1;\n    transform:none;\n  }\n}\n\n@keyframes hcgGlow{\n  0%,100%{\n    opacity:.28;\n    transform:scale(.75) rotate(0);\n  }\n\n  50%{\n    opacity:1;\n    transform:scale(1.18) rotate(45deg);\n  }\n}\n\n@keyframes hcgFloat{\n  0%,100%{\n    transform:translateY(0) rotate(-2deg);\n  }\n\n  50%{\n    transform:translateY(-6px) rotate(2deg);\n  }\n}\n\n@keyframes hcgPulse{\n  0%,100%{\n    transform:scale(1);\n\n    box-shadow:\n      0 8px 23px rgba(255,122,24,.27);\n  }\n\n  50%{\n    transform:scale(1.04);\n\n    box-shadow:\n      0 12px 32px rgba(255,122,24,.5);\n  }\n}\n\n@keyframes hcgSpin{\n  to{\n    transform:rotate(360deg);\n  }\n}\n\n@keyframes hcgSweep{\n  0%,30%{\n    transform:translateX(-150%);\n  }\n\n  70%,100%{\n    transform:translateX(150%);\n  }\n}\n\n.hcg-reveal{\n  animation:hcgReveal .78s ease both;\n}\n\n.hcg-sec:nth-of-type(even).hcg-reveal{\n  animation-delay:.08s;\n}\n\n\n\/* =========================================================\n   GENERAL\n========================================================= *\/\n\n.hcg-sec{\n  margin:32px 0;\n}\n\n.hcg-k{\n  margin:0 0 7px!important;\n\n  color:#d85d00;\n\n  font-size:11.5px;\n  font-weight:900;\n\n  letter-spacing:1.15px;\n  text-transform:uppercase;\n}\n\n.hcg h2{\n  margin:0 0 10px;\n\n  color:#312336;\n\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:26px;\n  line-height:1.2;\n}\n\n.hcg-copy{\n  margin-bottom:16px!important;\n\n  color:#6f6672;\n\n  font-size:15px;\n}\n\n\n\/* =========================================================\n   IMAGE\n========================================================= *\/\n\n.hcg-media{\n  position:relative;\n\n  overflow:hidden;\n\n  margin:0 0 18px;\n\n  border-radius:17px;\n\n  background:#17121d;\n\n  box-shadow:\n    0 12px 30px rgba(23,12,29,.18);\n}\n\n.hcg-media:after{\n  content:\"\";\n\n  position:absolute;\n  inset:0;\n\n  pointer-events:none;\n\n  background:\n    linear-gradient(\n      110deg,\n      transparent 38%,\n      rgba(255,238,205,.25) 50%,\n      transparent 62%\n    );\n\n  transform:translateX(-150%);\n\n  animation:hcgSweep 6s ease-in-out infinite;\n}\n\n.hcg-media img{\n  transition:\n    transform .8s ease,\n    filter .8s ease;\n}\n\n.hcg-media:hover img{\n  transform:scale(1.025);\n\n  filter:\n    contrast(1.03)\n    saturate(1.06);\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.hcg-hero{\n  position:relative;\n\n  overflow:hidden;\n\n  margin:0 -10px 25px;\n\n  padding:35px 10px 25px;\n\n  text-align:center;\n  color:#f8f2e9;\n\n  background:\n    radial-gradient(\n      circle at 15% 10%,\n      rgba(140,77,255,.38),\n      transparent 30%\n    ),\n    radial-gradient(\n      circle at 90% 70%,\n      rgba(255,122,24,.28),\n      transparent 34%\n    ),\n    linear-gradient(\n      145deg,\n      #18101f,\n      #08070b 65%\n    );\n}\n\n.hcg-hero:before{\n  content:\"\";\n\n  position:absolute;\n\n  inset:-35%;\n\n  opacity:.32;\n\n  pointer-events:none;\n\n  background:\n    repeating-conic-gradient(\n      from 0deg at 50% 48%,\n      transparent 0 9deg,\n      rgba(255,255,255,.14) 9.3deg 9.7deg,\n      transparent 10deg 18deg\n    );\n\n  animation:hcgSpin 30s linear infinite;\n}\n\n.hcg-hero:after{\n  content:\"✦\";\n\n  position:absolute;\n\n  right:9%;\n  top:48px;\n\n  color:var(--gold);\n\n  font-size:24px;\n\n  animation:hcgGlow 2.4s ease-in-out infinite;\n}\n\n.hcg-hero-inner{\n  position:relative;\n  z-index:2;\n}\n\n.hcg-mark{\n  display:inline-grid;\n  place-items:center;\n\n  width:54px;\n  height:54px;\n\n  margin-bottom:9px;\n\n  border:1px solid rgba(255,255,255,.2);\n\n  border-radius:50%;\n\n  background:rgba(255,255,255,.08);\n\n  font-size:29px;\n\n  box-shadow:\n    0 0 28px rgba(140,77,255,.4);\n\n  animation:hcgFloat 3.2s ease-in-out infinite;\n}\n\n.hcg-hero h1{\n  max-width:700px;\n\n  margin:0 auto 12px;\n\n  color:#fff;\n\n  font-family:Georgia,\"Times New Roman\",serif;\n\n  font-size:35px;\n  line-height:1.1;\n}\n\n.hcg-hero h1 span{\n  color:#ff9b3f;\n}\n\n.hcg-hero-sub{\n  max-width:660px;\n\n  margin:0 auto 18px!important;\n\n  color:#eee6f2;\n\n  font-size:15.5px;\n}\n\n.hcg-pill{\n  display:inline-flex;\n  flex-wrap:wrap;\n  justify-content:center;\n\n  gap:6px;\n\n  margin:0 auto 19px;\n\n  padding:8px 14px;\n\n  border:1px solid rgba(255,176,75,.38);\n\n  border-radius:999px;\n\n  color:#ffe1b8;\n  background:rgba(255,255,255,.07);\n\n  font-size:12.5px;\n  font-weight:850;\n}\n\n\n\/* =========================================================\n   QUICK STRIP\n========================================================= *\/\n\n.hcg-strip{\n  display:grid;\n\n  grid-template-columns:repeat(4,1fr);\n\n  margin:0 0 31px;\n\n  overflow:hidden;\n\n  border:1px solid #eadfd7;\n  border-radius:14px;\n\n  background:#fff;\n\n  box-shadow:\n    0 6px 20px rgba(40,22,45,.08);\n}\n\n.hcg-f{\n  padding:14px 7px;\n\n  text-align:center;\n}\n\n.hcg-f + .hcg-f{\n  border-left:1px solid #eadfd7;\n}\n\n.hcg-f strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#a84709;\n\n  font-size:13px;\n}\n\n.hcg-f span{\n  display:block;\n\n  color:#766c78;\n\n  font-size:11.5px;\n  line-height:1.3;\n}\n\n\n\/* =========================================================\n   DARK SECTION\n========================================================= *\/\n\n.hcg-dark{\n  position:relative;\n\n  margin:33px -10px;\n\n  padding:32px 10px;\n\n  color:#fff;\n\n  background:\n    radial-gradient(\n      circle at 90% 8%,\n      rgba(140,77,255,.29),\n      transparent 31%\n    ),\n    radial-gradient(\n      circle at 8% 92%,\n      rgba(255,122,24,.19),\n      transparent 28%\n    ),\n    linear-gradient(\n      145deg,\n      #100c14,\n      #25172d\n    );\n}\n\n.hcg-dark h2{\n  color:#fff;\n}\n\n.hcg-dark .hcg-copy{\n  color:#e5dbe9;\n}\n\n.hcg-dark .hcg-k{\n  color:#ffad55;\n}\n\n\n\/* =========================================================\n   CALLOUT\n========================================================= *\/\n\n.hcg-call{\n  margin:18px 0;\n\n  padding:16px 17px;\n\n  border-left:4px solid var(--orange);\n\n  border-radius:0 11px 11px 0;\n\n  color:#624e65;\n\n  background:\n    linear-gradient(\n      90deg,\n      #fff0df,\n      #f7efff\n    );\n}\n\n.hcg-call strong{\n  color:#34263a;\n}\n\n\n\/* =========================================================\n   CARDS\n========================================================= *\/\n\n.hcg-grid{\n  display:grid;\n\n  grid-template-columns:repeat(2,1fr);\n\n  gap:10px;\n\n  margin-top:16px;\n}\n\n.hcg-card{\n  padding:16px;\n\n  border:1px solid #e9dcd4;\n\n  border-radius:14px;\n\n  background:#fff9f3;\n\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease,\n    border-color .3s ease;\n}\n\n.hcg-card:hover{\n  transform:translateY(-3px);\n\n  border-color:#e6b98d;\n\n  box-shadow:\n    0 10px 23px rgba(49,27,55,.11);\n}\n\n.hcg-card b{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:#66337f;\n\n  font-size:14px;\n}\n\n.hcg-card span{\n  display:block;\n\n  color:#746978;\n\n  font-size:12.8px;\n  line-height:1.48;\n}\n\n.hcg-icon{\n  margin-bottom:7px;\n\n  font-size:25px!important;\n\n  animation:hcgFloat 3.4s ease-in-out infinite;\n}\n\n.hcg-card:nth-child(2) .hcg-icon{\n  animation-delay:.45s;\n}\n\n.hcg-card:nth-child(3) .hcg-icon{\n  animation-delay:.9s;\n}\n\n.hcg-card:nth-child(4) .hcg-icon{\n  animation-delay:1.35s;\n}\n\n\n\/* =========================================================\n   CHARACTER OPTIONS\n========================================================= *\/\n\n.hcg-designs{\n  display:grid;\n\n  grid-template-columns:repeat(5,1fr);\n\n  gap:7px;\n\n  margin:17px 0;\n}\n\n.hcg-design{\n  padding:12px 5px;\n\n  border:1px solid rgba(255,255,255,.12);\n\n  border-radius:11px;\n\n  color:#e9dfed;\n\n  background:rgba(255,255,255,.055);\n\n  text-align:center;\n\n  font-size:11.5px;\n  font-weight:800;\n\n  transition:.25s ease;\n}\n\n.hcg-design:hover{\n  transform:translateY(-3px);\n\n  background:rgba(255,255,255,.10);\n}\n\n.hcg-design i{\n  display:block;\n\n  margin-bottom:4px;\n\n  font-style:normal;\n\n  font-size:23px;\n}\n\n\n\/* =========================================================\n   LIST\n========================================================= *\/\n\n.hcg-list{\n  margin:0;\n  padding:0;\n\n  list-style:none;\n}\n\n.hcg-list li{\n  position:relative;\n\n  padding:10px 0 10px 29px;\n\n  border-bottom:1px solid rgba(255,255,255,.11);\n\n  color:#eee5f1;\n}\n\n.hcg-list li:last-child{\n  border-bottom:0;\n}\n\n.hcg-list li:before{\n  content:\"✦\";\n\n  position:absolute;\n\n  left:0;\n  top:10px;\n\n  color:var(--orange);\n\n  font-weight:900;\n}\n\n\n\/* =========================================================\n   STEPS\n========================================================= *\/\n\n.hcg-steps{\n  display:grid;\n\n  grid-template-columns:repeat(3,1fr);\n\n  gap:9px;\n\n  margin:16px 0;\n}\n\n.hcg-step{\n  position:relative;\n\n  padding:17px 11px 14px;\n\n  border:1px solid #e9ddd5;\n\n  border-radius:13px;\n\n  background:#fffaf5;\n\n  text-align:center;\n\n  transition:.25s ease;\n}\n\n.hcg-step:hover{\n  transform:translateY(-4px);\n}\n\n.hcg-num{\n  display:grid;\n  place-items:center;\n\n  width:29px;\n  height:29px;\n\n  margin:0 auto 8px;\n\n  border-radius:50%;\n\n  color:#fff;\n\n  background:\n    linear-gradient(\n      135deg,\n      var(--orange),\n      #b64205\n    );\n\n  font-size:13px;\n  font-weight:900;\n}\n\n.hcg-step b{\n  display:block;\n\n  color:#49314f;\n\n  font-size:13.5px;\n}\n\n.hcg-step span{\n  display:block;\n\n  margin-top:3px;\n\n  color:#766c78;\n\n  font-size:11.8px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   TAGS\n========================================================= *\/\n\n.hcg-tags{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:8px;\n\n  margin-top:14px;\n}\n\n.hcg-tag{\n  padding:8px 12px;\n\n  border:1px solid #ead8ca;\n\n  border-radius:999px;\n\n  color:#70485a;\n\n  background:#fff7ef;\n\n  font-size:12px;\n  font-weight:800;\n}\n\n\n\/* =========================================================\n   FINAL\n========================================================= *\/\n\n.hcg-final{\n  position:relative;\n\n  overflow:hidden;\n\n  margin:33px -10px;\n\n  padding:36px 16px;\n\n  text-align:center;\n  color:#fff;\n\n  background:\n    radial-gradient(\n      circle at 50% 0,\n      rgba(140,77,255,.38),\n      transparent 38%\n    ),\n    linear-gradient(\n      145deg,\n      #100b14,\n      #321c3b\n    );\n}\n\n.hcg-final:before{\n  content:\"🍬\";\n\n  position:absolute;\n\n  right:2%;\n  top:-18px;\n\n  opacity:.055;\n\n  font-size:145px;\n\n  transform:rotate(-9deg);\n}\n\n.hcg-final h2{\n  position:relative;\n\n  max-width:650px;\n\n  margin:0 auto 10px;\n\n  color:#fff;\n\n  font-size:28px;\n}\n\n.hcg-final p{\n  position:relative;\n\n  max-width:620px;\n\n  margin:0 auto 18px;\n\n  color:#eaddf0;\n}\n\n.hcg-cta{\n  position:relative;\n\n  display:inline-block;\n\n  padding:12px 22px;\n\n  border-radius:999px;\n\n  color:#241526!important;\n\n  background:\n    linear-gradient(\n      90deg,\n      #ff7a18,\n      #ffc25f\n    );\n\n  text-decoration:none;\n\n  font-size:13.5px;\n  font-weight:900;\n\n  box-shadow:\n    0 8px 23px rgba(255,122,24,.3);\n\n  animation:hcgPulse 2.6s ease-in-out infinite;\n}\n\n\n\/* =========================================================\n   TRUST\n========================================================= *\/\n\n.hcg-trust{\n  margin:20px 0;\n\n  padding:20px;\n\n  text-align:center;\n\n  border:1px solid #e8ddd7;\n\n  border-radius:15px;\n\n  background:#fff;\n}\n\n.hcg-trust h3{\n  margin:0 0 5px;\n\n  color:#403344;\n\n  font-size:18px;\n}\n\n.hcg-trust p{\n  max-width:650px;\n\n  margin:0 auto;\n\n  color:#737074;\n\n  font-size:13.5px;\n}\n\n.hcg-bottom{\n  display:grid;\n\n  grid-template-columns:repeat(3,1fr);\n\n  gap:7px;\n\n  margin-top:15px;\n\n  padding-top:14px;\n\n  border-top:1px solid #e8ddd7;\n\n  color:#554b58;\n\n  text-align:center;\n\n  font-size:12.5px;\n  font-weight:800;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:640px){\n\n  .hcg{\n    padding:0 8px 32px;\n  }\n\n  .hcg-hero{\n    margin-left:-8px;\n    margin-right:-8px;\n\n    padding:28px 8px 22px;\n  }\n\n  .hcg-hero h1{\n    font-size:27px;\n  }\n\n  .hcg-strip{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .hcg-f:nth-child(3),\n  .hcg-f:nth-child(4){\n    border-top:1px solid #eadfd7;\n  }\n\n  .hcg-f:nth-child(3){\n    border-left:0;\n  }\n\n  .hcg-grid{\n    grid-template-columns:1fr;\n  }\n\n  .hcg-designs{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .hcg-design:last-child{\n    grid-column:1\/-1;\n  }\n\n  .hcg-steps{\n    grid-template-columns:1fr;\n  }\n\n  .hcg-bottom{\n    grid-template-columns:1fr;\n\n    text-align:left;\n  }\n\n  .hcg-pill{\n    border-radius:14px;\n  }\n\n}\n\n\n@media(prefers-reduced-motion:reduce){\n\n  .hcg *{\n    animation:none!important;\n    transition:none!important;\n  }\n\n  .hcg-reveal{\n    opacity:1;\n    transform:none;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"hcg\"\u003e\n\u003c!-- =====================================================\n     HERO\n===================================================== --\u003e\n\u003csection class=\"hcg-hero\"\u003e\n\u003cdiv class=\"hcg-hero-inner\"\u003e\n\u003cdiv class=\"hcg-mark\"\u003e🎃\u003c\/div\u003e\n\u003cp class=\"hcg-k\" style=\"color: #ffad55;\"\u003eHalloween Treats Just Got More Fun\u003c\/p\u003e\n\u003ch1\u003eTurn Ordinary Candy Into a \u003cspan\u003eMini Halloween Surprise.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hcg-hero-sub\"\u003eColorful Halloween characters meet a clear candy bubble, turning everyday treats into playful party favors kids will want to pick, show off and take home.\u003c\/p\u003e\n\u003cdiv class=\"hcg-pill\"\u003e🍬 Candy on Display  •  👻 Spooky-Cute Characters  •  🎁 Fill Them Your Way\u003c\/div\u003e\n\u003cdiv class=\"hcg-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/9_8_ec8ce717-c2ef-4d35-961d-a1ecf5df9b4e.gif?v=1788838607\" alt=\"Halloween character candy surprise bags\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     QUICK BENEFITS\n===================================================== --\u003e\n\u003cdiv class=\"hcg-strip\"\u003e\n\u003cdiv class=\"hcg-f\"\u003e\n\u003cstrong\u003e 🍬 Clear Bubble \u003c\/strong\u003e \u003cspan\u003e Let the treats become part of the display \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcg-f\"\u003e\n\u003cstrong\u003e 👻 Cute Characters \u003c\/strong\u003e \u003cspan\u003e Multiple Halloween personalities \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcg-f\"\u003e\n\u003cstrong\u003e 🎁 Fill Your Way \u003c\/strong\u003e \u003cspan\u003e Candy, chocolate and little surprises \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcg-f\"\u003e\n\u003cstrong\u003e 🎉 Party Ready \u003c\/strong\u003e \u003cspan\u003e Treat + favor + decoration \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n     CLEAR BUBBLE\n===================================================== --\u003e\n\u003csection class=\"hcg-sec hcg-reveal\"\u003e\n\u003cp class=\"hcg-k\"\u003eThe Standout Feature\u003c\/p\u003e\n\u003ch2\u003e🍭 The Candy Becomes Part of the Halloween Design.\u003c\/h2\u003e\n\u003cp class=\"hcg-copy\"\u003eThe transparent bubble puts colorful treats front and center, giving the package the playful look of a miniature capsule-style candy display.\u003c\/p\u003e\n\u003cp class=\"hcg-copy\"\u003eInstead of hiding the candy inside an ordinary bag, the treats themselves become part of the decoration.\u003c\/p\u003e\n\u003cdiv class=\"hcg-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/9_47dc11f2-dc05-44e3-8294-cd16082dfed6.png?v=1788839076\" alt=\"Clear Halloween candy bubble showing treats inside\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hcg-call\"\u003e\n\u003cstrong\u003e Same candy. Way more Halloween fun. \u003c\/strong\u003e A simple handful of sweets instantly feels more special when it becomes part of a colorful character surprise.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     CHARACTERS\n===================================================== --\u003e\n\u003csection class=\"hcg-dark hcg-reveal\"\u003e\n\u003cp class=\"hcg-k\"\u003eWhich One Would They Pick?\u003c\/p\u003e\n\u003ch2\u003e👻 A Whole Cast of Spooky-Cute Halloween Characters.\u003c\/h2\u003e\n\u003cp class=\"hcg-copy\"\u003eDifferent characters make every treat feel a little more personal. Kids can compare the designs, pick favorites and enjoy the character just as much as the candy inside.\u003c\/p\u003e\n\u003cdiv class=\"hcg-designs\"\u003e\n\u003cdiv class=\"hcg-design\"\u003e\n\u003ci\u003e🎃\u003c\/i\u003e Pumpkin\u003c\/div\u003e\n\u003cdiv class=\"hcg-design\"\u003e\n\u003ci\u003e👻\u003c\/i\u003e Ghost\u003c\/div\u003e\n\u003cdiv class=\"hcg-design\"\u003e\n\u003ci\u003e🧙\u003c\/i\u003e Witch\u003c\/div\u003e\n\u003cdiv class=\"hcg-design\"\u003e\n\u003ci\u003e🦇\u003c\/i\u003e Bat\u003c\/div\u003e\n\u003cdiv class=\"hcg-design\"\u003e\n\u003ci\u003e🐈⬛\u003c\/i\u003e Black Cat\u003c\/div\u003e\n\u003cdiv class=\"hcg-design\"\u003e\n\u003ci\u003e🧟\u003c\/i\u003e Monster\u003c\/div\u003e\n\u003cdiv class=\"hcg-design\"\u003e\n\u003ci\u003e🕷️\u003c\/i\u003e Spider\u003c\/div\u003e\n\u003cdiv class=\"hcg-design\"\u003e\n\u003ci\u003e💀\u003c\/i\u003e Skeleton\u003c\/div\u003e\n\u003cdiv class=\"hcg-design\"\u003e\n\u003ci\u003e🏚️\u003c\/i\u003e Haunted House\u003c\/div\u003e\n\u003cdiv class=\"hcg-design\"\u003e\n\u003ci\u003e🍬\u003c\/i\u003e Candy Corn\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcg-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/5_1cdfea1e-a0b7-40f7-bb10-e4b07547e81a.png?v=1788839073\" alt=\"Halloween candy holder character collection\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     MORE THAN A BAG\n===================================================== --\u003e\n\u003csection class=\"hcg-sec hcg-reveal\"\u003e\n\u003cp class=\"hcg-k\"\u003eMore Than Ordinary Candy Packaging\u003c\/p\u003e\n\u003ch2\u003e🎃 Treat, Party Favor and Halloween Decoration in One.\u003c\/h2\u003e\n\u003cp class=\"hcg-copy\"\u003eThe colorful character backing turns every filled piece into part of the Halloween display, while the clear bubble keeps the candy visible and tempting.\u003c\/p\u003e\n\u003cdiv class=\"hcg-grid\"\u003e\n\u003cdiv class=\"hcg-card\"\u003e\n\u003cspan class=\"hcg-icon\"\u003e 🍬 \u003c\/span\u003e \u003cb\u003e Candy on Display \u003c\/b\u003e \u003cspan\u003e The colorful filling becomes part of the look instead of disappearing inside a plain bag. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcg-card\"\u003e\n\u003cspan class=\"hcg-icon\"\u003e 👻 \u003c\/span\u003e \u003cb\u003e Character Personality \u003c\/b\u003e \u003cspan\u003e Each design gives the treat its own playful Halloween identity. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcg-card\"\u003e\n\u003cspan class=\"hcg-icon\"\u003e 🎉 \u003c\/span\u003e \u003cb\u003e Party Table Decor \u003c\/b\u003e \u003cspan\u003e Arrange several characters together to create a colorful Halloween candy display. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcg-card\"\u003e\n\u003cspan class=\"hcg-icon\"\u003e 🎁 \u003c\/span\u003e \u003cb\u003e Giftable Feel \u003c\/b\u003e \u003cspan\u003e Turn everyday candy into something that feels thoughtfully prepared. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcg-media\" style=\"margin-top: 18px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/2_fc85f05b-3c16-4545-81c7-fb3e8243e5a4.png?v=1788839070\" alt=\"Halloween candy bags displayed as party favors\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     KID REACTION\n===================================================== --\u003e\n\u003csection class=\"hcg-dark hcg-reveal\"\u003e\n\u003cp class=\"hcg-k\"\u003eThe “Look What I Got!” Moment\u003c\/p\u003e\n\u003ch2\u003e👧🧒 Half the Fun Is Choosing the Character.\u003c\/h2\u003e\n\u003cp class=\"hcg-copy\"\u003eKids do not just see the candy. They notice the bat, the witch, the ghost, the monster and immediately start comparing favorites.\u003c\/p\u003e\n\u003cul class=\"hcg-list\"\u003e\n\u003cli\u003e“I want the bat one!” 🦇\u003c\/li\u003e\n\u003cli\u003e“I got the witch!” 🧙\u003c\/li\u003e\n\u003cli\u003e“Look at all that candy!” 🍬\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"hcg-media\" style=\"margin-top: 18px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/3_75c58f8d-1bfe-467f-9994-e44802fbc7d4.png?v=1788839077\" alt=\"Kids enjoying Halloween character candy surprises\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     USE CASES\n===================================================== --\u003e\n\u003csection class=\"hcg-sec hcg-reveal\"\u003e\n\u003cp class=\"hcg-k\"\u003eOne Product • Plenty of Halloween Uses\u003c\/p\u003e\n\u003ch2\u003e🎉 Made for More Than Trick-or-Treat Night.\u003c\/h2\u003e\n\u003cp class=\"hcg-copy\"\u003eUse them as individual treats, party favors, classroom surprises or part of a larger Halloween candy display.\u003c\/p\u003e\n\u003cdiv class=\"hcg-tags\"\u003e\n\u003cspan class=\"hcg-tag\"\u003e 🎃 Halloween Parties \u003c\/span\u003e \u003cspan class=\"hcg-tag\"\u003e 🍬 Trick-or-Treat \u003c\/span\u003e \u003cspan class=\"hcg-tag\"\u003e 🏫 Classroom Treats \u003c\/span\u003e \u003cspan class=\"hcg-tag\"\u003e 🎁 Goodie Bags \u003c\/span\u003e \u003cspan class=\"hcg-tag\"\u003e 👻 Kids Party Favors \u003c\/span\u003e \u003cspan class=\"hcg-tag\"\u003e 🧺 Gift Baskets \u003c\/span\u003e \u003cspan class=\"hcg-tag\"\u003e 🍭 Candy Buffets \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcg-media\" style=\"margin-top: 18px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/1_2bc33b64-6f23-4a95-8cb0-82d4c2bd1767.png?v=1788839071\" alt=\"Halloween candy packages arranged on a party table\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     CUSTOMIZE\n===================================================== --\u003e\n\u003csection class=\"hcg-dark hcg-reveal\"\u003e\n\u003cp class=\"hcg-k\"\u003eFill Them Your Way\u003c\/p\u003e\n\u003ch2\u003e🍬 Choose the Treats. Build the Surprise.\u003c\/h2\u003e\n\u003cp class=\"hcg-copy\"\u003eEvery guest has different favorites, so you can personalize the filling to match the occasion.\u003c\/p\u003e\n\u003cdiv class=\"hcg-grid\"\u003e\n\u003cdiv class=\"hcg-card\"\u003e\n\u003cspan class=\"hcg-icon\"\u003e 🍬 \u003c\/span\u003e \u003cb\u003e Mixed Candy \u003c\/b\u003e \u003cspan\u003e Fill the clear bubble with a colorful assortment of favorite sweets. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcg-card\"\u003e\n\u003cspan class=\"hcg-icon\"\u003e 🍫 \u003c\/span\u003e \u003cb\u003e Mini Chocolates \u003c\/b\u003e \u003cspan\u003e Create a chocolate-focused surprise for guests who prefer richer treats. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcg-card\"\u003e\n\u003cspan class=\"hcg-icon\"\u003e 🎁 \u003c\/span\u003e \u003cb\u003e Little Surprises \u003c\/b\u003e \u003cspan\u003e Combine suitable treats with small party surprises for extra variety. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcg-card\"\u003e\n\u003cspan class=\"hcg-icon\"\u003e 🎃 \u003c\/span\u003e \u003cb\u003e Personalized Favors \u003c\/b\u003e \u003cspan\u003e Give different guests different characters or fillings. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcg-media\" style=\"margin-top: 18px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/4_b236b5ba-9824-4463-8277-9ce7442875d1.png?v=1788839074\" alt=\"Custom Halloween candy filling ideas\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     SIMPLE HALLOWEEN FUN\n===================================================== --\u003e\n\u003csection class=\"hcg-sec hcg-reveal\"\u003e\n\u003cp class=\"hcg-k\"\u003eA Simple Way to Make Candy Feel Special\u003c\/p\u003e\n\u003ch2\u003e🎁 Fill. Display. Hand Out the Fun.\u003c\/h2\u003e\n\u003cdiv class=\"hcg-steps\"\u003e\n\u003cdiv class=\"hcg-step\"\u003e\n\u003cdiv class=\"hcg-num\"\u003e1\u003c\/div\u003e\n\u003cb\u003e Choose a Character \u003c\/b\u003e \u003cspan\u003e Pick the Halloween design that fits your party or guest. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcg-step\"\u003e\n\u003cdiv class=\"hcg-num\"\u003e2\u003c\/div\u003e\n\u003cb\u003e Add Your Treats \u003c\/b\u003e \u003cspan\u003e Fill with the candy or little surprises you want to give. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcg-step\"\u003e\n\u003cdiv class=\"hcg-num\"\u003e3\u003c\/div\u003e\n\u003cb\u003e Gift the Surprise \u003c\/b\u003e \u003cspan\u003e Hand it out or add it to your Halloween party display. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     CORE BENEFITS\n===================================================== --\u003e\n\u003csection class=\"hcg-sec hcg-reveal\"\u003e\n\u003cp class=\"hcg-k\"\u003eWhy It Works So Well\u003c\/p\u003e\n\u003ch2\u003e❤️ Make the Packaging Almost as Fun as the Candy.\u003c\/h2\u003e\n\u003cdiv class=\"hcg-grid\"\u003e\n\u003cdiv class=\"hcg-card\"\u003e\n\u003cspan class=\"hcg-icon\"\u003e 🎃 \u003c\/span\u003e \u003cb\u003e Eye-Catching Characters \u003c\/b\u003e \u003cspan\u003e Colorful spooky-cute designs instantly grab attention. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcg-card\"\u003e\n\u003cspan class=\"hcg-icon\"\u003e 🍭 \u003c\/span\u003e \u003cb\u003e Visible Surprise \u003c\/b\u003e \u003cspan\u003e The clear bubble lets everyone see the colorful treats inside. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcg-card\"\u003e\n\u003cspan class=\"hcg-icon\"\u003e 🌈 \u003c\/span\u003e \u003cb\u003e Lots of Variety \u003c\/b\u003e \u003cspan\u003e Different characters make it easy to create a colorful collection. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcg-card\"\u003e\n\u003cspan class=\"hcg-icon\"\u003e 👧🧒 \u003c\/span\u003e \u003cb\u003e Fun to Choose \u003c\/b\u003e \u003cspan\u003e Picking a favorite character adds another little layer of excitement. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcg-media\" style=\"margin-top: 18px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/6_cf3112a5-1545-4cc5-88a9-106314d3725b.png?v=1788839080\" alt=\"Halloween candy holder styles and benefits\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     EMOTIONAL SECTION\n===================================================== --\u003e\n\u003csection class=\"hcg-dark hcg-reveal\"\u003e\n\u003cp class=\"hcg-k\"\u003eMake the Treat Part of the Memory\u003c\/p\u003e\n\u003ch2\u003e🎃 Don't Just Hand Them Candy. Give Them a Character They'll Want to Show Off.\u003c\/h2\u003e\n\u003cp class=\"hcg-copy\"\u003eSometimes the smallest details are the ones kids remember: choosing the ghost, trading for the witch, or proudly showing everyone which character they got.\u003c\/p\u003e\n\u003cdiv class=\"hcg-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/8_448f4e5e-15ad-45d0-ab23-20be95de2ac0.png?v=1788839079\" alt=\"Halloween candy surprise moment\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     PACKAGE\n===================================================== --\u003e\n\u003csection class=\"hcg-sec hcg-reveal\"\u003e\n\u003cp class=\"hcg-k\"\u003ePackage Details\u003c\/p\u003e\n\u003ch2\u003e📦 What's Included\u003c\/h2\u003e\n\u003cdiv class=\"hcg-call\"\u003e\n\u003cstrong\u003e Halloween Gashapon-Style Candy Bags Set × 1 \/ 2 \/ 3 \/ 4 \u003c\/strong\u003e \u003cbr\u003eAccording to the option selected at checkout.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FINAL CTA\n===================================================== --\u003e\n\u003csection class=\"hcg-final hcg-reveal\"\u003e\n\u003cp class=\"hcg-k\" style=\"color: #ffad55;\"\u003eMake Candy Part of the Halloween Magic\u003c\/p\u003e\n\u003ch2\u003eChoose a Character. Fill It With Treats. Let the Fun Begin. 🎃🍬\u003c\/h2\u003e\n\u003cp\u003eTurn ordinary Halloween candy into a colorful little surprise kids will be excited to pick, receive and show off.\u003c\/p\u003e\n\u003ca class=\"hcg-cta\" href=\"#\"\u003e Double the Halloween Candy Fun → \u003c\/a\u003e\u003c\/section\u003e\n\u003c!-- =====================================================\n     TRUST\n===================================================== --\u003e\n\u003cdiv class=\"hcg-trust\"\u003e\n\u003ch3\u003eShop With Confidence\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003e 30-Day Money-Back Guarantee: \u003c\/strong\u003e Contact 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=\"hcg-bottom\"\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 style=\"overflow: hidden; margin-top: 15px; border-radius: 12px;\"\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 payment and customer satisfaction badges\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LJH","offers":[{"title":"Style A","offer_id":57284059562150,"sku":"SZ06732609080411-18个装","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Style B","offer_id":57284059594918,"sku":"SZ06732609080411-18个装","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Style C","offer_id":57284059627686,"sku":"SZ06732609080411-18个装","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/9_47dc11f2-dc05-44e3-8294-cd16082dfed6.png?v=1788839076","url":"https:\/\/getvyxor.com\/products\/halloween-gashapon-machine-candy-bags-set","provider":"getvyxor","version":"1.0","type":"link"}