{"product_id":"halloween-faux-maple-leaf-porch-hanging-with-pumpkin-head-decoration","title":"⏳ Last Day 49% OFF –🎃Halloween Faux Maple Leaf Porch Hanging With Pumpkin Head Decoration","description":"\u003cstyle\u003e\n\/* =========================================================\n   GLOWING PUMPKIN MAPLE LEAF DOOR DECOR\n   Shopify Landing Page\n   Pumpkin Orange × Maple Red × Warm Gold × Midnight\n========================================================= *\/\n\n.hpd,\n.hpd *{\n  box-sizing:border-box;\n}\n\n.hpd{\n  --orange:#f47721;\n  --orange2:#ff9d3f;\n  --pumpkin:#c95717;\n\n  --red:#a73c2c;\n  --red2:#7d281f;\n\n  --gold:#e3b65b;\n  --gold2:#ffd98a;\n\n  --night:#130d0c;\n  --night2:#2a1713;\n  --brown:#513126;\n\n  --cream:#fff8ef;\n  --cream2:#f7ecdf;\n\n  --text:#342a27;\n  --muted:#756b66;\n\n  max-width:780px;\n\n  margin:0 auto;\n\n  padding:\n    0 10px\n    38px;\n\n  overflow:hidden;\n\n  background:#fff;\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\n\n\/* =========================================================\n   IMAGE SAFETY\n   Full width \/ no crop \/ no distortion\n========================================================= *\/\n\n.hpd 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\n  object-fit:contain!important;\n  object-position:center center!important;\n\n  margin:0!important;\n\n  border:0;\n}\n\n\n.hpd h1,\n.hpd h2,\n.hpd h3,\n.hpd p{\n  margin-top:0;\n}\n\n\n.hpd strong{\n  font-weight:850;\n}\n\n\n\/* =========================================================\n   ANIMATIONS\n========================================================= *\/\n\n@keyframes hpdReveal{\n\n  from{\n    opacity:0;\n    transform:translateY(18px);\n  }\n\n  to{\n    opacity:1;\n    transform:none;\n  }\n\n}\n\n\n@keyframes hpdFloat{\n\n  0%,100%{\n    transform:\n      translateY(0)\n      rotate(-1deg);\n  }\n\n  50%{\n    transform:\n      translateY(-6px)\n      rotate(1deg);\n  }\n\n}\n\n\n@keyframes hpdGlow{\n\n  0%,100%{\n    opacity:.25;\n    transform:scale(.75);\n  }\n\n  50%{\n    opacity:1;\n    transform:scale(1.15);\n  }\n\n}\n\n\n@keyframes hpdSweep{\n\n  0%,30%{\n    transform:translateX(-150%);\n  }\n\n  70%,100%{\n    transform:translateX(150%);\n  }\n\n}\n\n\n@keyframes hpdPulse{\n\n  0%,100%{\n\n    transform:scale(1);\n\n    box-shadow:\n      0 8px 23px\n      rgba(244,119,33,.28);\n\n  }\n\n  50%{\n\n    transform:scale(1.035);\n\n    box-shadow:\n      0 12px 31px\n      rgba(244,119,33,.52);\n\n  }\n\n}\n\n\n@keyframes hpdLeaf{\n\n  0%,100%{\n    transform:\n      translateY(0)\n      rotate(-5deg);\n  }\n\n  50%{\n    transform:\n      translateY(5px)\n      rotate(5deg);\n  }\n\n}\n\n\n@keyframes hpdWarmGlow{\n\n  0%,100%{\n    box-shadow:\n      inset 0 0 0\n      rgba(255,190,84,0);\n  }\n\n  50%{\n    box-shadow:\n      inset 0 0 80px\n      rgba(255,190,84,.07);\n  }\n\n}\n\n\n.hpd-reveal{\n  animation:\n    hpdReveal\n    .78s\n    ease\n    both;\n}\n\n\n\/* =========================================================\n   GENERAL\n========================================================= *\/\n\n.hpd-sec{\n  margin:\n    32px 0;\n}\n\n\n.hpd-copy{\n\n  margin-bottom:\n    16px!important;\n\n  color:var(--muted);\n\n  font-size:15px;\n}\n\n\n.hpd-k{\n\n  margin:\n    0 0 7px!important;\n\n  color:#ce590f;\n\n  font-size:11.5px;\n  font-weight:900;\n\n  letter-spacing:1.15px;\n\n  text-transform:uppercase;\n}\n\n\n.hpd h2{\n\n  margin:\n    0 0 10px;\n\n  color:#3a2825;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:26px;\n\n  line-height:1.2;\n}\n\n\n\/* =========================================================\n   MEDIA\n========================================================= *\/\n\n.hpd-media{\n\n  position:relative;\n\n  overflow:hidden;\n\n  margin:\n    0 0 18px;\n\n  border-radius:17px;\n\n  background:#241411;\n\n  box-shadow:\n    0 12px 30px\n    rgba(55,25,18,.16);\n}\n\n\n.hpd-media:after{\n\n  content:\"\";\n\n  position:absolute;\n\n  inset:0;\n\n  pointer-events:none;\n\n  background:\n    linear-gradient(\n      110deg,\n      transparent 38%,\n      rgba(255,224,160,.28) 50%,\n      transparent 62%\n    );\n\n  transform:\n    translateX(-150%);\n\n  animation:\n    hpdSweep\n    6s\n    ease-in-out\n    infinite;\n}\n\n\n.hpd-media img{\n\n  transition:\n    transform .75s ease,\n    filter .75s ease;\n}\n\n\n.hpd-media:hover img{\n\n  transform:\n    scale(1.02);\n\n  filter:\n    contrast(1.03)\n    saturate(1.06);\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.hpd-hero{\n\n  position:relative;\n\n  overflow:hidden;\n\n  margin:\n    0 -10px\n    25px;\n\n  padding:\n    36px 10px\n    27px;\n\n  text-align:center;\n\n  color:#fff;\n\n  background:\n\n    radial-gradient(\n      circle at 15% 10%,\n      rgba(193,61,34,.30),\n      transparent 31%\n    ),\n\n    radial-gradient(\n      circle at 91% 76%,\n      rgba(255,135,35,.30),\n      transparent 35%\n    ),\n\n    radial-gradient(\n      circle at 50% 100%,\n      rgba(231,176,78,.12),\n      transparent 34%\n    ),\n\n    linear-gradient(\n      145deg,\n      #26120f,\n      #0c0908 67%\n    );\n}\n\n\n.hpd-hero:before{\n\n  content:\"\";\n\n  position:absolute;\n\n  inset:-25%;\n\n  opacity:.16;\n\n  pointer-events:none;\n\n  background:\n    repeating-conic-gradient(\n      from 0deg at 50% 48%,\n      transparent 0 10deg,\n      rgba(255,196,103,.16) 10.2deg 10.6deg,\n      transparent 11deg 20deg\n    );\n\n  animation:\n    hpdLeaf\n    12s\n    ease-in-out\n    infinite;\n}\n\n\n.hpd-hero:after{\n\n  content:\"🍁\";\n\n  position:absolute;\n\n  right:7%;\n  top:47px;\n\n  opacity:.65;\n\n  font-size:26px;\n\n  animation:\n    hpdLeaf\n    3.1s\n    ease-in-out\n    infinite;\n}\n\n\n.hpd-hero-inner{\n\n  position:relative;\n\n  z-index:2;\n}\n\n\n.hpd-mark{\n\n  display:inline-grid;\n\n  place-items:center;\n\n  width:56px;\n  height:56px;\n\n  margin-bottom:10px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.20);\n\n  border-radius:50%;\n\n  background:\n    rgba(255,255,255,.08);\n\n  font-size:30px;\n\n  box-shadow:\n    0 0 28px\n    rgba(255,128,32,.28);\n\n  animation:\n    hpdFloat\n    3.2s\n    ease-in-out\n    infinite;\n}\n\n\n.hpd-hero h1{\n\n  max-width:700px;\n\n  margin:\n    0 auto\n    12px;\n\n  color:#fff;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:35px;\n\n  line-height:1.1;\n}\n\n\n.hpd-hero h1 span{\n  color:#ffad55;\n}\n\n\n.hpd-hero-sub{\n\n  max-width:660px;\n\n  margin:\n    0 auto\n    18px!important;\n\n  color:#f1e5df;\n\n  font-size:15.5px;\n}\n\n\n.hpd-pill{\n\n  display:inline-flex;\n\n  flex-wrap:wrap;\n  justify-content:center;\n\n  gap:6px;\n\n  margin:\n    0 auto\n    20px;\n\n  padding:\n    8px 14px;\n\n  border:\n    1px solid\n    rgba(255,181,91,.34);\n\n  border-radius:999px;\n\n  background:\n    rgba(255,255,255,.07);\n\n  color:#ffe2b8;\n\n  font-size:12.5px;\n  font-weight:850;\n\n  animation:\n    hpdFloat\n    3.5s\n    ease-in-out\n    infinite;\n}\n\n\n\/* IMPORTANT:\n   First image stays fully inside hero.\n   No negative bottom margin.\n*\/\n\n.hpd-hero .hpd-media{\n\n  max-width:730px;\n\n  margin:\n    0 auto;\n\n  border:\n    4px solid\n    rgba(255,255,255,.10);\n}\n\n\n\/* =========================================================\n   QUICK STRIP\n========================================================= *\/\n\n.hpd-strip{\n\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  margin:\n    0 0\n    31px;\n\n  overflow:hidden;\n\n  border:\n    1px solid\n    #eadbd0;\n\n  border-radius:14px;\n\n  background:#fff;\n\n  box-shadow:\n    0 6px 20px\n    rgba(62,30,23,.08);\n}\n\n\n.hpd-f{\n\n  padding:\n    14px 7px;\n\n  text-align:center;\n}\n\n\n.hpd-f + .hpd-f{\n\n  border-left:\n    1px solid\n    #eadbd0;\n}\n\n\n.hpd-f strong{\n\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#ae4714;\n\n  font-size:13px;\n}\n\n\n.hpd-f span{\n\n  display:block;\n\n  color:#766b67;\n\n  font-size:11.5px;\n\n  line-height:1.3;\n}\n\n\n\/* =========================================================\n   DARK SECTION\n========================================================= *\/\n\n.hpd-dark{\n\n  position:relative;\n\n  margin:\n    33px -10px;\n\n  padding:\n    32px 10px;\n\n  color:#fff;\n\n  background:\n\n    radial-gradient(\n      circle at 90% 8%,\n      rgba(255,133,35,.25),\n      transparent 31%\n    ),\n\n    radial-gradient(\n      circle at 8% 92%,\n      rgba(144,51,37,.23),\n      transparent 28%\n    ),\n\n    linear-gradient(\n      145deg,\n      #120c0b,\n      #321a15\n    );\n}\n\n\n.hpd-dark h2{\n  color:#fff;\n}\n\n\n.hpd-dark .hpd-copy{\n  color:#ebded8;\n}\n\n\n.hpd-dark .hpd-k{\n  color:#ffad55;\n}\n\n\n\/* =========================================================\n   AUTUMN SECTION\n========================================================= *\/\n\n.hpd-autumn{\n\n  position:relative;\n\n  margin:\n    33px -10px;\n\n  padding:\n    32px 10px;\n\n  background:\n\n    radial-gradient(\n      circle at 85% 5%,\n      rgba(212,101,39,.12),\n      transparent 30%\n    ),\n\n    linear-gradient(\n      145deg,\n      #fff6e9,\n      #f7e8d7\n    );\n}\n\n\n\/* =========================================================\n   CALLOUT\n========================================================= *\/\n\n.hpd-call{\n\n  margin:\n    18px 0;\n\n  padding:\n    16px 17px;\n\n  border-left:\n    4px solid\n    var(--orange);\n\n  border-radius:\n    0 11px\n    11px 0;\n\n  background:\n    linear-gradient(\n      90deg,\n      #fff0dd,\n      #fff7ed\n    );\n\n  color:#684c40;\n}\n\n\n.hpd-call strong{\n  color:#43291f;\n}\n\n\n\/* =========================================================\n   CARDS\n========================================================= *\/\n\n.hpd-grid{\n\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,1fr);\n\n  gap:10px;\n\n  margin-top:16px;\n}\n\n\n.hpd-card{\n\n  padding:16px;\n\n  border:\n    1px solid\n    #eadbcf;\n\n  border-radius:14px;\n\n  background:#fffaf5;\n\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease,\n    border-color .3s ease;\n}\n\n\n.hpd-card:hover{\n\n  transform:\n    translateY(-3px);\n\n  border-color:#e4ad7f;\n\n  box-shadow:\n    0 10px 23px\n    rgba(65,31,21,.10);\n}\n\n\n.hpd-card b{\n\n  display:block;\n\n  margin-bottom:5px;\n\n  color:#8d431f;\n\n  font-size:14px;\n}\n\n\n.hpd-card span{\n\n  display:block;\n\n  color:#756a66;\n\n  font-size:12.8px;\n\n  line-height:1.48;\n}\n\n\n.hpd-icon{\n\n  margin-bottom:7px;\n\n  font-size:25px!important;\n\n  animation:\n    hpdFloat\n    3.4s\n    ease-in-out\n    infinite;\n}\n\n\n\/* =========================================================\n   FEATURE GRID ON DARK\n========================================================= *\/\n\n.hpd-glowgrid{\n\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.hpd-glowcard{\n\n  padding:\n    16px 10px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.12);\n\n  border-radius:12px;\n\n  background:\n    rgba(255,255,255,.055);\n\n  text-align:center;\n\n  transition:.25s ease;\n}\n\n\n.hpd-glowcard:hover{\n\n  transform:\n    translateY(-4px);\n\n  background:\n    rgba(255,255,255,.10);\n}\n\n\n.hpd-glowcard i{\n\n  display:block;\n\n  margin-bottom:5px;\n\n  font-style:normal;\n\n  font-size:25px;\n\n  animation:\n    hpdFloat\n    3.4s\n    ease-in-out\n    infinite;\n}\n\n\n.hpd-glowcard b{\n\n  display:block;\n\n  color:#ffd49b;\n\n  font-size:13.5px;\n}\n\n\n.hpd-glowcard span{\n\n  display:block;\n\n  margin-top:4px;\n\n  color:#eaded8;\n\n  font-size:11.8px;\n\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   LIST\n========================================================= *\/\n\n.hpd-list{\n\n  margin:0;\n\n  padding:0;\n\n  list-style:none;\n}\n\n\n.hpd-list li{\n\n  position:relative;\n\n  padding:\n    10px 0\n    10px 29px;\n\n  border-bottom:\n    1px solid\n    rgba(255,255,255,.11);\n\n  color:#eee2dc;\n}\n\n\n.hpd-list li:last-child{\n  border-bottom:0;\n}\n\n\n.hpd-list li:before{\n\n  content:\"✦\";\n\n  position:absolute;\n\n  left:0;\n  top:10px;\n\n  color:#ff963f;\n\n  font-weight:900;\n}\n\n\n\/* =========================================================\n   TAGS\n========================================================= *\/\n\n.hpd-tags{\n\n  display:flex;\n\n  flex-wrap:wrap;\n\n  gap:8px;\n\n  margin-top:14px;\n}\n\n\n.hpd-tag{\n\n  padding:\n    8px 12px;\n\n  border:\n    1px solid\n    #ead8ca;\n\n  border-radius:999px;\n\n  background:#fff7ef;\n\n  color:#704c3e;\n\n  font-size:12px;\n  font-weight:800;\n\n  transition:.25s ease;\n}\n\n\n.hpd-tag:hover{\n\n  transform:\n    translateY(-3px);\n\n  box-shadow:\n    0 7px 16px\n    rgba(86,45,30,.08);\n}\n\n\n\/* =========================================================\n   BEFORE \/ AFTER\n========================================================= *\/\n\n.hpd-ba{\n\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,1fr);\n\n  gap:10px;\n\n  margin-top:16px;\n}\n\n\n.hpd-ba-card{\n\n  padding:\n    17px 14px;\n\n  border-radius:14px;\n\n  text-align:center;\n}\n\n\n.hpd-ba-card.before{\n\n  border:\n    1px solid\n    #e4ded8;\n\n  background:#f8f7f5;\n}\n\n\n.hpd-ba-card.after{\n\n  border:\n    1px solid\n    #f0c69e;\n\n  background:\n    linear-gradient(\n      145deg,\n      #fff4e5,\n      #fff9f1\n    );\n}\n\n\n.hpd-ba-card i{\n\n  display:block;\n\n  margin-bottom:5px;\n\n  font-style:normal;\n\n  font-size:25px;\n}\n\n\n.hpd-ba-card b{\n\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#55382c;\n\n  font-size:14px;\n}\n\n\n.hpd-ba-card span{\n\n  color:#756b66;\n\n  font-size:12px;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.hpd-final{\n\n  position:relative;\n\n  overflow:hidden;\n\n  margin:\n    33px -10px;\n\n  padding:\n    38px 16px;\n\n  text-align:center;\n\n  color:#fff;\n\n  background:\n\n    radial-gradient(\n      circle at 50% 0,\n      rgba(255,136,35,.33),\n      transparent 39%\n    ),\n\n    radial-gradient(\n      circle at 0 100%,\n      rgba(164,55,39,.22),\n      transparent 35%\n    ),\n\n    linear-gradient(\n      145deg,\n      #120b0a,\n      #392018\n    );\n\n  animation:\n    hpdWarmGlow\n    4s\n    ease-in-out\n    infinite;\n}\n\n\n.hpd-final:before{\n\n  content:\"🎃\";\n\n  position:absolute;\n\n  right:-1%;\n  top:-24px;\n\n  opacity:.055;\n\n  font-size:160px;\n\n  transform:\n    rotate(-8deg);\n}\n\n\n.hpd-final h2{\n\n  position:relative;\n\n  max-width:650px;\n\n  margin:\n    0 auto\n    10px;\n\n  color:#fff;\n\n  font-size:28px;\n}\n\n\n.hpd-final p{\n\n  position:relative;\n\n  max-width:620px;\n\n  margin:\n    0 auto\n    18px;\n\n  color:#eaded8;\n}\n\n\n.hpd-cta{\n\n  position:relative;\n\n  display:inline-block;\n\n  padding:\n    12px 22px;\n\n  border-radius:999px;\n\n  color:#32190e!important;\n\n  background:\n\n    linear-gradient(\n      90deg,\n      #ff7a18,\n      #ffc15c\n    );\n\n  text-decoration:none;\n\n  font-size:13.5px;\n  font-weight:900;\n\n  animation:\n    hpdPulse\n    2.6s\n    ease-in-out\n    infinite;\n}\n\n\n\/* =========================================================\n   TRUST\n========================================================= *\/\n\n.hpd-trust{\n\n  margin:\n    20px 0;\n\n  padding:20px;\n\n  text-align:center;\n\n  border:\n    1px solid\n    #e8ddd6;\n\n  border-radius:15px;\n\n  background:#fff;\n}\n\n\n.hpd-trust h3{\n\n  margin:\n    0 0 5px;\n\n  color:#453530;\n\n  font-size:18px;\n}\n\n\n.hpd-trust p{\n\n  max-width:650px;\n\n  margin:0 auto;\n\n  color:#76706c;\n\n  font-size:13.5px;\n}\n\n\n.hpd-bottom{\n\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:7px;\n\n  margin-top:15px;\n\n  padding-top:14px;\n\n  border-top:\n    1px solid\n    #e8ddd6;\n\n  color:#594d48;\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  .hpd{\n\n    padding:\n      0 8px\n      32px;\n  }\n\n\n  .hpd-hero{\n\n    margin-left:-8px;\n    margin-right:-8px;\n\n    padding:\n      29px 8px\n      23px;\n  }\n\n\n  .hpd-hero h1{\n    font-size:27px;\n  }\n\n\n  .hpd-strip{\n\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n\n  .hpd-f:nth-child(3),\n  .hpd-f:nth-child(4){\n\n    border-top:\n      1px solid\n      #eadbd0;\n  }\n\n\n  .hpd-f:nth-child(3){\n    border-left:0;\n  }\n\n\n  .hpd-grid,\n  .hpd-glowgrid{\n    grid-template-columns:1fr;\n  }\n\n\n  .hpd-ba{\n    grid-template-columns:1fr 1fr;\n  }\n\n\n  .hpd-bottom{\n\n    grid-template-columns:1fr;\n\n    text-align:left;\n  }\n\n\n  .hpd-pill{\n    border-radius:14px;\n  }\n\n}\n\n\n@media(prefers-reduced-motion:reduce){\n\n  .hpd *{\n\n    animation:none!important;\n    transition:none!important;\n  }\n\n\n  .hpd-reveal{\n\n    opacity:1;\n    transform:none;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"hpd\"\u003e\n\n\n\u003c!-- =====================================================\n     HERO\n===================================================== --\u003e\n\n\u003csection class=\"hpd-hero\"\u003e\n\n  \u003cdiv class=\"hpd-hero-inner\"\u003e\n\n\n    \u003cdiv class=\"hpd-mark\"\u003e\n      🎃\n    \u003c\/div\u003e\n\n\n    \u003cp class=\"hpd-k\" style=\"color:#ffb264;\"\u003e\n\n      A Warmer Welcome for Halloween\n\n    \u003c\/p\u003e\n\n\n    \u003ch1\u003e\n\n      Turn a Plain Front Door Into a\n      \u003cspan\u003eHalloween Showstopper.\u003c\/span\u003e\n\n    \u003c\/h1\u003e\n\n\n    \u003cp class=\"hpd-hero-sub\"\u003e\n\n      Smiling pumpkins, rich autumn maple leaves\n      and warm seasonal lighting come together\n      to create a playful Halloween entrance\n      that feels festive without looking cluttered.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"hpd-pill\"\u003e\n\n      🎃 Smiling Pumpkins\n       • \n      🍁 Autumn Maple Leaves\n       • \n      ✨ Warm Glow\n       • \n      🏡 Instant Porch Upgrade\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hpd-media\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/dcd43f32399f221415663046a5654bd1_d3ef3430-6d02-4b34-9850-79f4c19a949e.gif?v=1788925416\" alt=\"Glowing pumpkin and maple leaf Halloween front door decoration\" loading=\"eager\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     QUICK BENEFITS\n===================================================== --\u003e\n\n\u003cdiv class=\"hpd-strip\"\u003e\n\n\n  \u003cdiv class=\"hpd-f\"\u003e\n\n    \u003cstrong\u003e\n      🎃 Playful Pumpkins\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Friendly Halloween personality\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"hpd-f\"\u003e\n\n    \u003cstrong\u003e\n      🍁 Fall Color\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Orange, red and gold maple leaves\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"hpd-f\"\u003e\n\n    \u003cstrong\u003e\n      ✨ Warm Glow\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Extra atmosphere after dark\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"hpd-f\"\u003e\n\n    \u003cstrong\u003e\n      🏡 Easy Impact\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      One display changes the whole entrance\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003c!-- =====================================================\n     BEFORE \/ AFTER\n===================================================== --\u003e\n\n\u003csection class=\"hpd-sec hpd-reveal\"\u003e\n\n  \u003cp class=\"hpd-k\"\u003e\n    One Decoration • A Whole New Porch Look\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    🎃 Give the Entryway One Strong Halloween Focal Point\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"hpd-copy\"\u003e\n\n    You don't need dozens of small decorations\n    to make the front door feel ready for October.\n\n    The smiling pumpkins draw the eye first,\n    while the surrounding maple leaves fill the space\n    with warm fall color.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"hpd-media\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/2_91bde581-428a-4210-a197-355d156e5e13.png?v=1788927566\" alt=\"Before and after Halloween front door transformation\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"hpd-ba\"\u003e\n\n\n    \u003cdiv class=\"hpd-ba-card before\"\u003e\n\n      \u003ci\u003e😐\u003c\/i\u003e\n\n      \u003cb\u003e\n        Before\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        A plain entrance with little seasonal personality.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hpd-ba-card after\"\u003e\n\n      \u003ci\u003e🎃\u003c\/i\u003e\n\n      \u003cb\u003e\n        After\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        A warm, colorful Halloween welcome.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"hpd-call\"\u003e\n\n    \u003cstrong\u003e\n      One focal decoration can do the work of an entire pile of little props.\n    \u003c\/strong\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     PUMPKINS\n===================================================== --\u003e\n\n\u003csection class=\"hpd-dark hpd-reveal\"\u003e\n\n\n  \u003cdiv class=\"hpd-media\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/4_140f5de2-4b59-41e1-a7fe-8a47b988f3a2.png?v=1788927566\" alt=\"Smiling pumpkin Halloween decoration details\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cp class=\"hpd-k\"\u003e\n    Halloween Doesn't Have to Be Scary\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    👻 Friendly Pumpkins Make the Door Feel Fun, Not Frightening\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"hpd-copy\"\u003e\n\n    The smiling jack-o'-lantern faces give the display\n    a playful personality that's especially fitting\n    for family-friendly Halloween decorating.\n\n  \u003c\/p\u003e\n\n\n  \u003cp class=\"hpd-copy\"\u003e\n\n    Their bright orange color stands out clearly\n    against darker doors and autumn foliage,\n    making the entrance feel festive from a distance.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"hpd-glowgrid\"\u003e\n\n\n    \u003cdiv class=\"hpd-glowcard\"\u003e\n\n      \u003ci\u003e🎃\u003c\/i\u003e\n\n      \u003cb\u003e\n        Cheerful Faces\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Playful Halloween character without the horror look.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hpd-glowcard\"\u003e\n\n      \u003ci\u003e🍬\u003c\/i\u003e\n\n      \u003cb\u003e\n        Trick-or-Treat Friendly\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Creates a welcoming entrance for Halloween night.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hpd-glowcard\"\u003e\n\n      \u003ci\u003e🧡\u003c\/i\u003e\n\n      \u003cb\u003e\n        Bright Orange Color\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Instantly recognizable seasonal color.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hpd-glowcard\"\u003e\n\n      \u003ci\u003e🏡\u003c\/i\u003e\n\n      \u003cb\u003e\n        Family-Friendly Style\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Fun enough for kids and polished enough for the porch.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     AUTUMN MAPLE LEAVES\n===================================================== --\u003e\n\n\u003csection class=\"hpd-autumn hpd-reveal\"\u003e\n\n\n  \u003cp class=\"hpd-k\"\u003e\n    Halloween Meets Cozy Fall\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    🍁 Rich Maple Leaves Bring the Classic Autumn Porch Look\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"hpd-copy\"\u003e\n\n    The blend of orange, red and warm golden leaves\n    softens the Halloween look and makes the decoration\n    feel right at home with traditional fall styling.\n\n  \u003c\/p\u003e\n\n\n  \u003cp class=\"hpd-copy\"\u003e\n\n    Pair it with pumpkins, lanterns, hay bales,\n    wreaths or other seasonal accents for an easy\n    American-style autumn porch atmosphere.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"hpd-media\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/5_98d41194-90d5-41a0-8461-7a26540e6a80.png?v=1788927566\" alt=\"Pumpkin Halloween decoration with colorful autumn maple leaves\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"hpd-tags\"\u003e\n\n    \u003cspan class=\"hpd-tag\"\u003e\n      🎃 Halloween\n    \u003c\/span\u003e\n\n    \u003cspan class=\"hpd-tag\"\u003e\n      🍁 Fall Porch\n    \u003c\/span\u003e\n\n    \u003cspan class=\"hpd-tag\"\u003e\n      🕯 Lantern Decor\n    \u003c\/span\u003e\n\n    \u003cspan class=\"hpd-tag\"\u003e\n      🌾 Harvest Style\n    \u003c\/span\u003e\n\n    \u003cspan class=\"hpd-tag\"\u003e\n      🦃 Thanksgiving Season\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     DAY TO NIGHT\n===================================================== --\u003e\n\n\u003csection class=\"hpd-dark hpd-reveal\"\u003e\n\n  \u003cp class=\"hpd-k\"\u003e\n    The Best Part Comes After Sunset\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    ✨ Charming by Day. Warmer and More Magical at Night.\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"hpd-copy\"\u003e\n\n    During the day, the pumpkins and foliage work as\n    a colorful fall accent.\n\n    As evening arrives, the warm lighting adds another\n    layer of atmosphere and helps the orange,\n    red and golden tones stand out even more.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"hpd-media\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/3_437b2efe-e3c2-4203-b89e-e4a5e9457019.png?v=1788927567\" alt=\"Warm glowing pumpkin maple leaf Halloween decoration at night\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"hpd-glowgrid\"\u003e\n\n\n    \u003cdiv class=\"hpd-glowcard\"\u003e\n\n      \u003ci\u003e🌞\u003c\/i\u003e\n\n      \u003cb\u003e\n        Daytime Color\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Bright pumpkins and autumn leaves decorate the entrance.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hpd-glowcard\"\u003e\n\n      \u003ci\u003e🌙\u003c\/i\u003e\n\n      \u003cb\u003e\n        Nighttime Glow\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Warm light makes the display feel richer after dark.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hpd-glowcard\"\u003e\n\n      \u003ci\u003e✨\u003c\/i\u003e\n\n      \u003cb\u003e\n        Cozy Ambience\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Adds a softer golden tone to October evenings.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hpd-glowcard\"\u003e\n\n      \u003ci\u003e📸\u003c\/i\u003e\n\n      \u003cb\u003e\n        Better Photos\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Creates a stronger seasonal backdrop near the entrance.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     SCENES\n===================================================== --\u003e\n\n\u003csection class=\"hpd-sec hpd-reveal\"\u003e\n\n  \u003cp class=\"hpd-k\"\u003e\n    Designed for the First Impression\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    🏡 Use It Anywhere That Needs a Little Halloween Warmth\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"hpd-copy\"\u003e\n\n    The front door may be the obvious choice,\n    but the pumpkin-and-leaf styling also works\n    beautifully around other seasonal focal points.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"hpd-tags\"\u003e\n\n    \u003cspan class=\"hpd-tag\"\u003e\n      🚪 Front Door\n    \u003c\/span\u003e\n\n    \u003cspan class=\"hpd-tag\"\u003e\n      🏡 Covered Porch\n    \u003c\/span\u003e\n\n    \u003cspan class=\"hpd-tag\"\u003e\n      🔥 Fireplace Mantel\n    \u003c\/span\u003e\n\n    \u003cspan class=\"hpd-tag\"\u003e\n      🪟 Window Area\n    \u003c\/span\u003e\n\n    \u003cspan class=\"hpd-tag\"\u003e\n      🎃 Halloween Party\n    \u003c\/span\u003e\n\n    \u003cspan class=\"hpd-tag\"\u003e\n      🍁 Fall Display\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"hpd-media\" style=\"margin-top:18px;\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/6_d440bd37-f449-44ac-8287-24a9090272bd.png?v=1788927569\" alt=\"Pumpkin maple leaf Halloween decoration on porch and entryway\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     CORE FEATURES\n===================================================== --\u003e\n\n\u003csection class=\"hpd-autumn hpd-reveal\"\u003e\n\n  \u003cp class=\"hpd-k\"\u003e\n    Easy Seasonal Impact\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    ❤️ Everything You Need for a Warmer Halloween Entrance\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"hpd-grid\"\u003e\n\n\n    \u003cdiv class=\"hpd-card\"\u003e\n\n      \u003cspan class=\"hpd-icon\"\u003e\n        🎃\n      \u003c\/span\u003e\n\n      \u003cb\u003e\n        Playful Pumpkin Design\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Smiling jack-o'-lantern shapes instantly add Halloween personality.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hpd-card\"\u003e\n\n      \u003cspan class=\"hpd-icon\"\u003e\n        🍁\n      \u003c\/span\u003e\n\n      \u003cb\u003e\n        Rich Autumn Leaves\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Orange, red and gold tones create a classic fall aesthetic.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hpd-card\"\u003e\n\n      \u003cspan class=\"hpd-icon\"\u003e\n        ✨\n      \u003c\/span\u003e\n\n      \u003cb\u003e\n        Warm Ambient Lighting\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Adds extra depth and atmosphere when evening arrives.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hpd-card\"\u003e\n\n      \u003cspan class=\"hpd-icon\"\u003e\n        🏡\n      \u003c\/span\u003e\n\n      \u003cb\u003e\n        Instant Porch Refresh\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Create one strong focal point without covering the whole porch in props.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hpd-card\"\u003e\n\n      \u003cspan class=\"hpd-icon\"\u003e\n        👻\n      \u003c\/span\u003e\n\n      \u003cb\u003e\n        Fun, Not Frightening\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        A family-friendly Halloween style made for welcoming guests.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hpd-card\"\u003e\n\n      \u003cspan class=\"hpd-icon\"\u003e\n        🍂\n      \u003c\/span\u003e\n\n      \u003cb\u003e\n        Beyond Halloween\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Autumn foliage also blends naturally with general fall decorating.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"hpd-media\" style=\"margin-top:18px;\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/9_b852a9fa-da9d-46a7-b4aa-631eef46294f.png?v=1788927566\" alt=\"Pumpkin maple leaf Halloween front door decoration features\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     TRICK OR TREAT EMOTIONAL SECTION\n===================================================== --\u003e\n\n\u003csection class=\"hpd-dark hpd-reveal\"\u003e\n\n\n  \u003cdiv class=\"hpd-media\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/8_ca5b5889-586a-4dff-a286-4c721d35a79b.png?v=1788927566\" alt=\"Halloween porch ready for trick or treaters\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cp class=\"hpd-k\"\u003e\n    Halloween Night Starts at the Door\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    🎃 Make Your Home Feel Like a Stop Trick-or-Treaters Want to Visit\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"hpd-copy\"\u003e\n\n    Picture the pumpkins glowing,\n    warm maple leaves framing the entrance,\n    candy buckets coming up the walkway,\n    and your doorway already setting the mood\n    before anyone rings the bell.\n\n  \u003c\/p\u003e\n\n\n  \u003cul class=\"hpd-list\"\u003e\n\n    \u003cli\u003e\n      Bright pumpkins create an easy-to-spot Halloween welcome\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      Warm foliage keeps the porch cozy instead of overly spooky\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      Evening lighting adds atmosphere for October nights\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      Creates a stronger backdrop for guests and seasonal photos\n    \u003c\/li\u003e\n\n  \u003c\/ul\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     FINAL CTA\n===================================================== --\u003e\n\n\u003csection class=\"hpd-final hpd-reveal\" id=\"hpd-final\"\u003e\n\n\n  \u003cp class=\"hpd-k\" style=\"color:#ffbd75;\"\u003e\n\n    One Door • Instant Halloween Atmosphere\n\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n\n    Give Your Porch the Warm,\n    Playful Halloween Glow It's Missing.\n\n  \u003c\/h2\u003e\n\n\n  \u003cp\u003e\n\n    Add smiling pumpkins,\n    rich fall leaves and warm seasonal light\n    to turn an ordinary entrance into a festive\n    October focal point.\n\n  \u003c\/p\u003e\n\n\n  \u003ca class=\"hpd-cta\" href=\"#\"\u003e\n\n    🎃 Give Your Porch a Halloween Makeover →\n\n  \u003c\/a\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     PACKAGE\n===================================================== --\u003e\n\n\u003csection class=\"hpd-sec hpd-reveal\"\u003e\n\n  \u003cp class=\"hpd-k\"\u003e\n    Package Details\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    📦 What's Included\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"hpd-call\"\u003e\n\n    \u003cstrong\u003e\n      Pumpkin × 1 \/ 2 \/ 3 \/ 4\n    \u003c\/strong\u003e\n\n    \u003cbr\u003e\n\n    \u003cstrong\u003e\n      Maple Leaf Garland × 1 \/ 2 \/ 3 \/ 4\n    \u003c\/strong\u003e\n\n    \u003cbr\u003e\u003cbr\u003e\n\n    Quantity according to the option selected at checkout.\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     GUARANTEE\n===================================================== --\u003e\n\n\u003cdiv class=\"hpd-trust\"\u003e\n\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=\"hpd-bottom\"\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\/div\u003e\n\n\n\u003cdiv class=\"hpd-media\" style=\"\n    max-width:790px;\n    margin:15px auto 0;\n  \"\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\/div\u003e","brand":"LJH","offers":[{"title":"🎃Pumpkin Bucket","offer_id":57303772856486,"sku":"SZ06732609091012-新款小号桶","price":8.99,"currency_code":"USD","in_stock":true},{"title":"🍁Maple Leaf Garland with Berries and Lights (68in\/175cm)","offer_id":57303772889254,"sku":"SZ06732609091010-175cm-枫叶藤条带果带灯（1条装20*15*5cm\/120g）","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/1_7804c897-93b2-4100-af21-1517c57df7c9.png?v=1788927566","url":"https:\/\/getvyxor.com\/products\/halloween-faux-maple-leaf-porch-hanging-with-pumpkin-head-decoration","provider":"getvyxor","version":"1.0","type":"link"}