{"product_id":"halloween-pumpkin-scented-candle-holder","title":"🎃 Halloween Pumpkin Candle Holder – Cozy Spooky Glow for Fall Nights","description":"\u003cstyle\u003e\n\/* =========================================================\n   VINTAGE PUMPKIN CANDLE HOLDER LANDING PAGE\n   Shopify Product Description\n   Pure HTML + CSS\n   Mobile First \/ FB Traffic \/ 40+ Readability\n========================================================= *\/\n\n.fpc-page,\n.fpc-page * {\n  box-sizing: border-box;\n}\n\n.fpc-page {\n  --cream: #fbf6ee;\n  --cream2: #f5eadb;\n  --white: #ffffff;\n  --brown: #4b3326;\n  --brown2: #6a4632;\n  --orange: #c96824;\n  --orange2: #e38a3e;\n  --gold: #c89956;\n  --text: #3e342f;\n  --muted: #6e625b;\n  --border: #e5d7c7;\n  --dark: #35251f;\n\n  width: 100%;\n  margin: 0;\n  padding: 0;\n  overflow: hidden;\n  background: var(--cream);\n  color: var(--text);\n  font-family: Arial, Helvetica, \"Helvetica Neue\", sans-serif;\n  line-height: 1.65;\n  -webkit-font-smoothing: antialiased;\n}\n\n.fpc-page img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n}\n\n.fpc-wrap {\n  width: 100%;\n  max-width: 860px;\n  margin: 0 auto;\n  padding-left: 16px;\n  padding-right: 16px;\n}\n\n.fpc-section {\n  padding: 46px 0;\n}\n\n.fpc-soft {\n  background: var(--cream2);\n}\n\n.fpc-white {\n  background: var(--white);\n}\n\n.fpc-dark {\n  background:\n    radial-gradient(circle at 50% 0%, rgba(205,119,51,.15), transparent 38%),\n    var(--dark);\n  color: #fff;\n}\n\n.fpc-kicker {\n  margin: 0 0 9px;\n  text-align: center;\n  color: var(--orange);\n  font-size: 14px;\n  font-weight: 900;\n  line-height: 1.3;\n  letter-spacing: 1.2px;\n  text-transform: uppercase;\n}\n\n.fpc-dark .fpc-kicker {\n  color: #f0b271;\n}\n\n.fpc-title {\n  max-width: 760px;\n  margin: 0 auto 13px;\n  text-align: center;\n  color: var(--brown);\n  font-size: 29px;\n  line-height: 1.15;\n  font-weight: 900;\n  letter-spacing: -.4px;\n}\n\n.fpc-dark .fpc-title {\n  color: #fff;\n}\n\n.fpc-copy {\n  max-width: 720px;\n  margin: 0 auto;\n  text-align: center;\n  color: var(--muted);\n  font-size: 18px;\n  line-height: 1.72;\n}\n\n.fpc-dark .fpc-copy {\n  color: #eadfd7;\n}\n\n.fpc-emphasis {\n  color: var(--brown);\n  font-weight: 900;\n}\n\n.fpc-dark .fpc-emphasis {\n  color: #fff;\n}\n\n.fpc-image {\n  margin-top: 22px;\n  overflow: hidden;\n  border-radius: 16px;\n  border: 1px solid var(--border);\n  background: #fff;\n  box-shadow: 0 14px 36px rgba(71,48,34,.08);\n}\n\n.fpc-image img {\n  width: 100%;\n}\n\n.fpc-divider {\n  width: 70px;\n  height: 4px;\n  margin: 17px auto 0;\n  border-radius: 99px;\n  background: linear-gradient(90deg, #b46025, #d6a55d);\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.fpc-hero {\n  padding: 23px 0 38px;\n  background:\n    radial-gradient(circle at 50% 6%, rgba(210,124,53,.12), transparent 36%),\n    #fffaf3;\n}\n\n.fpc-hero-badge {\n  display: table;\n  margin: 0 auto 11px;\n  padding: 7px 13px;\n  border: 1px solid #e6c8a7;\n  border-radius: 999px;\n  background: #fff3e5;\n  color: #a9551f;\n  font-size: 13px;\n  font-weight: 900;\n  letter-spacing: .8px;\n}\n\n.fpc-hero h2 {\n  max-width: 750px;\n  margin: 0 auto;\n  text-align: center;\n  color: var(--brown);\n  font-size: 33px;\n  line-height: 1.08;\n  font-weight: 900;\n  letter-spacing: -.6px;\n}\n\n.fpc-hero h2 span {\n  color: var(--orange);\n}\n\n.fpc-hero-text {\n  max-width: 640px;\n  margin: 12px auto 0;\n  text-align: center;\n  color: #665950;\n  font-size: 18px;\n  line-height: 1.6;\n}\n\n.fpc-hero-media {\n  margin-top: 20px;\n  overflow: hidden;\n  border-radius: 17px;\n  border: 1px solid var(--border);\n  box-shadow: 0 18px 44px rgba(83,52,32,.12);\n}\n\n\n\/* =========================================================\n   QUICK BENEFITS\n========================================================= *\/\n\n.fpc-benefits {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 10px;\n  margin-top: 18px;\n}\n\n.fpc-benefit {\n  padding: 16px 9px;\n  text-align: center;\n  border: 1px solid var(--border);\n  border-radius: 13px;\n  background: rgba(255,255,255,.86);\n}\n\n.fpc-benefit-icon {\n  display: block;\n  margin-bottom: 5px;\n  font-size: 25px;\n  line-height: 1;\n}\n\n.fpc-benefit strong {\n  display: block;\n  color: var(--brown);\n  font-size: 16px;\n  line-height: 1.3;\n}\n\n.fpc-benefit small {\n  display: block;\n  margin-top: 4px;\n  color: #71645c;\n  font-size: 14px;\n  line-height: 1.35;\n}\n\n\n\/* =========================================================\n   FEATURE BOXES\n========================================================= *\/\n\n.fpc-features {\n  display: grid;\n  gap: 11px;\n  margin-top: 22px;\n}\n\n.fpc-feature {\n  padding: 19px 17px;\n  border: 1px solid var(--border);\n  border-radius: 14px;\n  background: #fff;\n}\n\n.fpc-feature-icon {\n  margin-bottom: 8px;\n  font-size: 28px;\n}\n\n.fpc-feature h3 {\n  margin: 0 0 6px;\n  color: var(--brown);\n  font-size: 21px;\n  line-height: 1.3;\n}\n\n.fpc-feature p {\n  margin: 0;\n  color: #655a53;\n  font-size: 17px;\n  line-height: 1.6;\n}\n\n\n\/* =========================================================\n   CHECK LIST\n========================================================= *\/\n\n.fpc-highlight {\n  margin-top: 22px;\n  padding: 23px 18px;\n  border: 1px solid #e5d1ba;\n  border-radius: 16px;\n  background: linear-gradient(145deg, #fff8ef, #f5e7d5);\n}\n\n.fpc-highlight h3 {\n  margin: 0 0 10px;\n  text-align: center;\n  color: var(--brown);\n  font-size: 22px;\n  line-height: 1.3;\n}\n\n.fpc-checks {\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n\n.fpc-checks li {\n  position: relative;\n  margin: 11px 0;\n  padding-left: 31px;\n  color: #51463f;\n  font-size: 17px;\n  line-height: 1.55;\n}\n\n.fpc-checks li:before {\n  content: \"✓\";\n  position: absolute;\n  top: 0;\n  left: 0;\n  color: var(--orange);\n  font-size: 20px;\n  font-weight: 900;\n}\n\n\n\/* =========================================================\n   SCENARIOS\n========================================================= *\/\n\n.fpc-chips {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 9px;\n  margin-top: 21px;\n}\n\n.fpc-chip {\n  padding: 10px 14px;\n  border: 1px solid var(--border);\n  border-radius: 999px;\n  background: #fff;\n  color: #4e413a;\n  font-size: 16px;\n  font-weight: 800;\n}\n\n\n\/* =========================================================\n   SIZE\n========================================================= *\/\n\n.fpc-size-box {\n  margin-top: 22px;\n  padding: 22px 18px;\n  text-align: center;\n  border: 1px solid var(--border);\n  border-radius: 15px;\n  background: #fff;\n}\n\n.fpc-size-box strong {\n  display: block;\n  margin-bottom: 6px;\n  color: var(--brown);\n  font-size: 23px;\n}\n\n.fpc-size-box span {\n  display: block;\n  color: var(--muted);\n  font-size: 18px;\n  line-height: 1.5;\n}\n\n\n\/* =========================================================\n   TRUST \/ OBJECTIONS\n========================================================= *\/\n\n.fpc-trust {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 10px;\n  margin-top: 22px;\n}\n\n.fpc-trust-item {\n  padding: 18px;\n  border: 1px solid var(--border);\n  border-radius: 14px;\n  background: #fff;\n}\n\n.fpc-trust-item strong {\n  display: block;\n  margin-bottom: 5px;\n  color: var(--brown);\n  font-size: 19px;\n}\n\n.fpc-trust-item span {\n  display: block;\n  color: #675b54;\n  font-size: 17px;\n  line-height: 1.6;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.fpc-faq details {\n  margin-bottom: 10px;\n  overflow: hidden;\n  border: 1px solid var(--border);\n  border-radius: 13px;\n  background: #fff;\n}\n\n.fpc-faq summary {\n  position: relative;\n  padding: 18px 48px 18px 16px;\n  cursor: pointer;\n  list-style: none;\n  color: var(--brown);\n  font-size: 18px;\n  font-weight: 800;\n  line-height: 1.4;\n}\n\n.fpc-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.fpc-faq summary:after {\n  content: \"+\";\n  position: absolute;\n  top: 50%;\n  right: 17px;\n  transform: translateY(-50%);\n  color: var(--orange);\n  font-size: 26px;\n}\n\n.fpc-faq details[open] summary:after {\n  content: \"−\";\n}\n\n.fpc-faq-answer {\n  padding: 0 16px 18px;\n  color: #625750;\n  font-size: 17px;\n  line-height: 1.65;\n}\n\n\n\/* =========================================================\n   FINAL\n========================================================= *\/\n\n.fpc-final {\n  padding: 52px 0 56px;\n  background:\n    radial-gradient(circle at 50% 12%, rgba(217,139,72,.18), transparent 35%),\n    var(--dark);\n}\n\n.fpc-final-box {\n  padding: 29px 19px;\n  text-align: center;\n  border: 1px solid rgba(255,255,255,.14);\n  border-radius: 18px;\n  background: rgba(255,255,255,.055);\n}\n\n.fpc-final-box h2 {\n  max-width: 660px;\n  margin: 0 auto 11px;\n  color: #fff;\n  font-size: 29px;\n  line-height: 1.15;\n}\n\n.fpc-final-box p {\n  max-width: 620px;\n  margin: 0 auto;\n  color: #eadfd7;\n  font-size: 18px;\n  line-height: 1.65;\n}\n\n.fpc-final-note {\n  display: inline-block;\n  margin-top: 19px;\n  padding: 12px 18px;\n  border-radius: 999px;\n  background: var(--orange);\n  color: #fff;\n  font-size: 15px;\n  font-weight: 900;\n}\n\n\n\/* =========================================================\n   DESKTOP\n========================================================= *\/\n\n@media (min-width: 720px) {\n\n  .fpc-wrap {\n    padding-left: 24px;\n    padding-right: 24px;\n  }\n\n  .fpc-section {\n    padding: 60px 0;\n  }\n\n  .fpc-title {\n    font-size: 39px;\n  }\n\n  .fpc-copy {\n    font-size: 19px;\n  }\n\n  .fpc-hero h2 {\n    font-size: 46px;\n  }\n\n  .fpc-hero-text {\n    font-size: 20px;\n  }\n\n  .fpc-benefits {\n    grid-template-columns: repeat(4,1fr);\n  }\n\n  .fpc-features {\n    grid-template-columns: repeat(2,1fr);\n  }\n\n  .fpc-trust {\n    grid-template-columns: repeat(2,1fr);\n  }\n\n  .fpc-faq summary {\n    font-size: 19px;\n  }\n\n  .fpc-faq-answer {\n    font-size: 18px;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"fpc-page\"\u003e\n\n\n\u003c!-- =====================================================\n     01 HERO\n===================================================== --\u003e\n\n\u003csection class=\"fpc-hero\"\u003e\n\n  \u003cdiv class=\"fpc-wrap\"\u003e\n\n    \u003cdiv class=\"fpc-hero-badge\"\u003e\n      FALL • HALLOWEEN • THANKSGIVING\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Bring A Warm\n      \u003cspan\u003eAutumn Glow\u003c\/span\u003e\n      Into Your Home\n    \u003c\/h2\u003e\n\n    \u003cp class=\"fpc-hero-text\"\u003e\n      A vintage pumpkin candle holder that turns an ordinary corner into a cozy fall moment.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fpc-hero-media\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0758\/7427\/1404\/files\/O1CN01ZxRZcv2E2hmMoadKa__21_212218471508687-0-cib.jpg__20_282_29_l5J260.jpg?v=1788313300\" alt=\"Vintage pumpkin candle holders for fall and Halloween decor\" loading=\"eager\"\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fpc-benefits\"\u003e\n\n      \u003cdiv class=\"fpc-benefit\"\u003e\n        \u003cspan class=\"fpc-benefit-icon\"\u003e🎃\u003c\/span\u003e\n        \u003cstrong\u003eClassic Pumpkin Style\u003c\/strong\u003e\n        \u003csmall\u003eWarm seasonal character\u003c\/small\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fpc-benefit\"\u003e\n        \u003cspan class=\"fpc-benefit-icon\"\u003e✨\u003c\/span\u003e\n        \u003cstrong\u003eCozy Ambient Glow\u003c\/strong\u003e\n        \u003csmall\u003eSoft evening atmosphere\u003c\/small\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fpc-benefit\"\u003e\n        \u003cspan class=\"fpc-benefit-icon\"\u003e🍂\u003c\/span\u003e\n        \u003cstrong\u003eFall-Ready Decor\u003c\/strong\u003e\n        \u003csmall\u003eHalloween through Thanksgiving\u003c\/small\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fpc-benefit\"\u003e\n        \u003cspan class=\"fpc-benefit-icon\"\u003e🏡\u003c\/span\u003e\n        \u003cstrong\u003eEasy To Style\u003c\/strong\u003e\n        \u003csmall\u003eTable, porch or sideboard\u003c\/small\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     02 EMOTIONAL HOOK\n===================================================== --\u003e\n\n\u003csection class=\"fpc-section fpc-soft\"\u003e\n\n  \u003cdiv class=\"fpc-wrap\"\u003e\n\n    \u003cdiv class=\"fpc-kicker\"\u003e\n      THE WARMER SIDE OF HALLOWEEN\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"fpc-title\"\u003e\n      Spooky Enough For Halloween. Cozy Enough For Fall.\n    \u003c\/h2\u003e\n\n    \u003cp class=\"fpc-copy\"\u003e\n      Not every Halloween decoration has to be dark or frightening.\n      These pumpkin candle holders bring together\n      \u003cspan class=\"fpc-emphasis\"\u003eclassic jack-o'-lantern charm and warm farmhouse styling\u003c\/span\u003e\n      for a look that feels welcoming all season.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fpc-divider\"\u003e\u003c\/div\u003e\n\n    \u003cdiv class=\"fpc-image\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0758\/7427\/1404\/files\/O1CN01ZJzErC1wf1pmtSiGY__21_212218903236334-0-cib_QCbA48.jpg?v=1788313300\" alt=\"Pumpkin candle holders decorating a fall front porch\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     03 DIFFERENTIATION\n===================================================== --\u003e\n\n\u003csection class=\"fpc-section fpc-white\"\u003e\n\n  \u003cdiv class=\"fpc-wrap\"\u003e\n\n    \u003cdiv class=\"fpc-kicker\"\u003e\n      MORE THAN A PUMPKIN DECORATION\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"fpc-title\"\u003e\n      A Fall Accent That Actually Adds Atmosphere\n    \u003c\/h2\u003e\n\n    \u003cp class=\"fpc-copy\"\u003e\n      Ordinary pumpkins fill an empty space.\n      This design adds height, character and a warm focal glow,\n      making your fall display feel more complete.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"fpc-features\"\u003e\n\n      \u003cdiv class=\"fpc-feature\"\u003e\n\n        \u003cdiv class=\"fpc-feature-icon\"\u003e🕯️\u003c\/div\u003e\n\n        \u003ch3\u003eWarm Light Through The Pumpkin Face\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The cut-out jack-o'-lantern face lets the light become part of the decoration instead of hiding inside it.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fpc-feature\"\u003e\n\n        \u003cdiv class=\"fpc-feature-icon\"\u003e🏺\u003c\/div\u003e\n\n        \u003ch3\u003eVintage Pedestal Silhouette\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The raised base gives the pumpkin more presence than a small tabletop ornament and adds an antique-inspired look.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fpc-feature\"\u003e\n\n        \u003cdiv class=\"fpc-feature-icon\"\u003e🌾\u003c\/div\u003e\n\n        \u003ch3\u003eFits Rustic Fall Decor\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Neutral pumpkin tones, a distressed finish and natural rope detailing pair easily with leaves, pumpkins and farmhouse interiors.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fpc-feature\"\u003e\n\n        \u003cdiv class=\"fpc-feature-icon\"\u003e🍁\u003c\/div\u003e\n\n        \u003ch3\u003eNot Limited To Halloween Night\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The warm autumn palette works beautifully from early fall through Halloween and into Thanksgiving decorating.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     04 DINING TABLE\n===================================================== --\u003e\n\n\u003csection class=\"fpc-section fpc-soft\"\u003e\n\n  \u003cdiv class=\"fpc-wrap\"\u003e\n\n    \u003cdiv class=\"fpc-kicker\"\u003e\n      SET THE TABLE FOR FALL\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"fpc-title\"\u003e\n      The Kind Of Detail That Makes Dinner Feel More Seasonal\n    \u003c\/h2\u003e\n\n    \u003cp class=\"fpc-copy\"\u003e\n      Place one as a centerpiece or group different heights together\n      for a layered autumn display that feels warm without taking over the entire table.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fpc-image\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0758\/7427\/1404\/files\/O1CN01ZxRZcv2E2hmMoadKa__21_212218471508687-0-cib.jpg__20_282_29_l5J260.jpg?v=1788313300\" alt=\"Fall dining table with vintage pumpkin candle holders\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     05 PORCH\n===================================================== --\u003e\n\n\u003csection class=\"fpc-section fpc-white\"\u003e\n\n  \u003cdiv class=\"fpc-wrap\"\u003e\n\n    \u003cdiv class=\"fpc-kicker\"\u003e\n      WELCOME THEM WITH A WARM GLOW\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"fpc-title\"\u003e\n      An Easy Finishing Touch For Your Fall Porch\n    \u003c\/h2\u003e\n\n    \u003cp class=\"fpc-copy\"\u003e\n      Pair them with mums, pumpkins, fall leaves and a seasonal wreath\n      to make the entrance feel decorated without creating a cluttered display.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fpc-image\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0758\/7427\/1404\/files\/O1CN01ZJzErC1wf1pmtSiGY__21_212218903236334-0-cib_QCbA48.jpg?v=1788313300\" alt=\"Warm pumpkin candle holder porch decor for fall\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fpc-highlight\"\u003e\n\n      \u003ch3\u003e\n        Easy To Mix With The Decor You Already Own\n      \u003c\/h3\u003e\n\n      \u003cul class=\"fpc-checks\"\u003e\n\n        \u003cli\u003e\n          Complements orange, white and neutral pumpkins.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Looks natural beside fall mums and autumn leaves.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Works with farmhouse, rustic and vintage-inspired decor.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Adds height to displays that otherwise feel flat.\n        \u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     06 LIVING ROOM\n===================================================== --\u003e\n\n\u003csection class=\"fpc-section fpc-soft\"\u003e\n\n  \u003cdiv class=\"fpc-wrap\"\u003e\n\n    \u003cdiv class=\"fpc-kicker\"\u003e\n      COZY AFTER THE SUN GOES DOWN\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"fpc-title\"\u003e\n      A Small Glow Can Change The Feel Of The Whole Room\n    \u003c\/h2\u003e\n\n    \u003cp class=\"fpc-copy\"\u003e\n      Use it on a side table, console, mantel or entryway to add\n      a softer fall atmosphere once the main lights are turned down.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fpc-image\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0758\/7427\/1404\/files\/O1CN018y0jBo2E2hmMW8XWg__21_212218471508687-0-cib_qYyc2l.jpg?v=1788313300\" alt=\"Pumpkin candle holder on a cozy living room side table\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     07 SIZE\n===================================================== --\u003e\n\n\u003csection class=\"fpc-section fpc-white\"\u003e\n\n  \u003cdiv class=\"fpc-wrap\"\u003e\n\n    \u003cdiv class=\"fpc-kicker\"\u003e\n      TALL ENOUGH TO MAKE A STATEMENT\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"fpc-title\"\u003e\n      Designed To Be Seen — Without Taking Over The Room\n    \u003c\/h2\u003e\n\n    \u003cp class=\"fpc-copy\"\u003e\n      The tall style gives your display useful height while keeping a slim footprint for tables, consoles and seasonal arrangements.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fpc-image\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0758\/7427\/1404\/files\/O1CN01rNUVkz2E2hmMww0g6__21_212218471508687-0-cib_i46Z0g.jpg?v=1788313300\" alt=\"Pumpkin candle holder size 22 x 9.5 x 9.5 cm\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fpc-size-box\"\u003e\n\n      \u003cstrong\u003e\n        Tall Style\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Approx. 22 × 9.5 × 9.5 cm\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        Approx. 8.7 × 3.7 × 3.7 in\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     08 SCENARIOS\n===================================================== --\u003e\n\n\u003csection class=\"fpc-section fpc-soft\"\u003e\n\n  \u003cdiv class=\"fpc-wrap\"\u003e\n\n    \u003cdiv class=\"fpc-kicker\"\u003e\n      ONE DECOR PIECE • SO MANY PLACES\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"fpc-title\"\u003e\n      Move It Wherever Your Fall Display Needs A Little Warmth\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"fpc-chips\"\u003e\n\n      \u003cdiv class=\"fpc-chip\"\u003e🍽️ Dining Table\u003c\/div\u003e\n\n      \u003cdiv class=\"fpc-chip\"\u003e🚪 Entryway\u003c\/div\u003e\n\n      \u003cdiv class=\"fpc-chip\"\u003e🎃 Halloween Display\u003c\/div\u003e\n\n      \u003cdiv class=\"fpc-chip\"\u003e🍁 Thanksgiving Table\u003c\/div\u003e\n\n      \u003cdiv class=\"fpc-chip\"\u003e🏡 Porch\u003c\/div\u003e\n\n      \u003cdiv class=\"fpc-chip\"\u003e🛋️ Side Table\u003c\/div\u003e\n\n      \u003cdiv class=\"fpc-chip\"\u003e🔥 Mantel\u003c\/div\u003e\n\n      \u003cdiv class=\"fpc-chip\"\u003e🌾 Fall Centerpiece\u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     09 BUYING OBJECTIONS\n===================================================== --\u003e\n\n\u003csection class=\"fpc-section fpc-white\"\u003e\n\n  \u003cdiv class=\"fpc-wrap\"\u003e\n\n    \u003cdiv class=\"fpc-kicker\"\u003e\n      EASY SEASONAL DECORATING\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"fpc-title\"\u003e\n      Made For People Who Want Fall Style Without Overthinking It\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"fpc-trust\"\u003e\n\n      \u003cdiv class=\"fpc-trust-item\"\u003e\n\n        \u003cstrong\u003e\n          🎃 Not Too Spooky\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          The smiling pumpkin design keeps the look playful and welcoming instead of dark or frightening.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fpc-trust-item\"\u003e\n\n        \u003cstrong\u003e\n          🍂 Easy To Reuse\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Style it differently throughout the season by changing the pumpkins, leaves, flowers or table setting around it.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fpc-trust-item\"\u003e\n\n        \u003cstrong\u003e\n          🏡 Easy To Coordinate\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Its cream, brown and warm orange palette blends naturally with many common fall decorating colors.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fpc-trust-item\"\u003e\n\n        \u003cstrong\u003e\n          ✨ Decorative Even When Unlit\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          The pumpkin shape, pedestal base and distressed finish still add seasonal character during the daytime.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     10 WHY PEOPLE LOVE THIS STYLE\n===================================================== --\u003e\n\n\u003csection class=\"fpc-section fpc-dark\"\u003e\n\n  \u003cdiv class=\"fpc-wrap\"\u003e\n\n    \u003cdiv class=\"fpc-kicker\"\u003e\n      FALL DECOR THAT FEELS LIKE HOME\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"fpc-title\"\u003e\n      Less “Halloween Prop.” More Cozy Autumn Home.\n    \u003c\/h2\u003e\n\n    \u003cp class=\"fpc-copy\"\u003e\n      If you love pumpkins but do not want your home to look like a haunted house,\n      this gives you the seasonal character you want with a warmer,\n      more timeless look.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fpc-highlight\"\u003e\n\n      \u003cul class=\"fpc-checks\"\u003e\n\n        \u003cli\u003e\n          Adds a warm focal point to otherwise plain tables and shelves.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Works across more than one fall holiday.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Mixes easily with decor you already own.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Creates evening atmosphere without a complicated setup.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Looks equally at home indoors or in a sheltered seasonal porch arrangement.\n        \u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     11 FAQ\n===================================================== --\u003e\n\n\u003csection class=\"fpc-section fpc-soft fpc-faq\"\u003e\n\n  \u003cdiv class=\"fpc-wrap\"\u003e\n\n    \u003cdiv class=\"fpc-kicker\"\u003e\n      FREQUENTLY ASKED QUESTIONS\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"fpc-title\"\u003e\n      Before You Add It To Your Fall Decor\n    \u003c\/h2\u003e\n\n\n    \u003cdetails open\u003e\n\n      \u003csummary\u003e\n        Is this only for Halloween?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"fpc-faq-answer\"\u003e\n        No. The pumpkin shape works for Halloween, but the neutral cream and brown finish also blends naturally with general fall and Thanksgiving decor.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Where can I display it?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"fpc-faq-answer\"\u003e\n        It works especially well on dining tables, side tables, consoles, entryways, mantels and seasonal porch displays. Choose a stable surface and style it with the fall decor you already own.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Will it still look good during the day?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"fpc-faq-answer\"\u003e\n        Yes. The pumpkin face, distressed cream finish, pedestal base and rope detail make it decorative even when it is not glowing.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What size is the tall style?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"fpc-faq-answer\"\u003e\n        The tall style shown in the product image measures approximately 22 × 9.5 × 9.5 cm, or about 8.7 × 3.7 × 3.7 inches.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can I use several together?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"fpc-faq-answer\"\u003e\n        Yes. Grouping multiple heights can create a more layered centerpiece, while a single tall piece works well as a smaller accent on a console or side table.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What type of light or candle should I use?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"fpc-faq-answer\"\u003e\n        Please follow the product specifications and included instructions for the appropriate light source. If your version is designed for an LED tea light, use the recommended compatible size and type.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can it be used outside?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"fpc-faq-answer\"\u003e\n        The product is shown in a covered porch-style setting, but outdoor suitability can depend on the exact material and construction of your selected version. For best results, follow the product care instructions and avoid exposing decorative pieces to severe weather unless specifically rated for it.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     12 FINAL\n===================================================== --\u003e\n\n\u003csection class=\"fpc-final\"\u003e\n\n  \u003cdiv class=\"fpc-wrap\"\u003e\n\n    \u003cdiv class=\"fpc-final-box\"\u003e\n\n      \u003cdiv class=\"fpc-kicker\"\u003e\n        MAKE HOME FEEL LIKE FALL\n      \u003c\/div\u003e\n\n      \u003ch2\u003e\n        Bring Home The Warm Pumpkin Glow Of The Season\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        From Halloween evenings to Thanksgiving dinners,\n        add a cozy vintage pumpkin accent that makes your favorite spaces feel a little warmer.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"fpc-final-note\"\u003e\n        ↑ Choose Your Favorite Style Above\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"Small Pumpkin Candle","offer_id":47119146516652,"sku":"GJR2609026537-树脂摆件-万圣节南瓜灯（送电子蜡烛）-（小号）9.5*9.5*15.5cm","price":26.99,"currency_code":"USD","in_stock":true},{"title":"Medium Pumpkin Candle","offer_id":47119146549420,"sku":"GJR2609026537-树脂摆件-万圣节南瓜灯（送电子蜡烛）-（中号）9.5*9.5*18.5cm","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Large Pumpkin Candle","offer_id":47119146582188,"sku":"GJR2609026537-树脂摆件-万圣节南瓜灯（送电子蜡烛）-（大号）9.5*9.5*21.5cm","price":32.99,"currency_code":"USD","in_stock":true},{"title":"Pumpkin Candle 3-Piece Set","offer_id":47119146614956,"sku":"GJR2609026537-树脂摆件-万圣节南瓜灯（送电子蜡烛）-大中小一套","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0758\/7427\/1404\/files\/O1CN01iep8Dz1wf1pmp95W3__21_212218903236334-0-cib_o6BcvH.jpg?v=1788313300","url":"https:\/\/zavrlypro.com\/products\/halloween-pumpkin-scented-candle-holder","provider":"zavrlypro","version":"1.0","type":"link"}