{"product_id":"rustic-pumpkin-ghost-tealight-holders","title":"🍂 Rustic Pumpkin \u0026 Ghost Tealight Holders – Cozy Fall Candle Decor","description":"\u003cstyle\u003e\n  .fallglow-page{\n    --fg-ink:#3f322b;\n    --fg-text:#675950;\n    --fg-muted:#86776d;\n\n    --fg-rust:#b85d39;\n    --fg-rust-dark:#844027;\n    --fg-orange:#e7a06c;\n\n    --fg-cream:#fff9f1;\n    --fg-sand:#f5ebde;\n    --fg-sage:#eef2e8;\n    --fg-soft:#faf7f2;\n\n    --fg-white:#ffffff;\n    --fg-line:#e7d9c9;\n    --fg-shadow:0 12px 34px rgba(73,49,32,.08);\n\n    width:100%;\n    max-width:880px;\n    margin:0 auto;\n    padding:8px;\n\n    color:var(--fg-text);\n    line-height:1.6;\n\n    box-sizing:border-box;\n    container-type:inline-size;\n\n    overflow:hidden;\n    overflow-wrap:anywhere;\n  }\n\n  .fallglow-page *,\n  .fallglow-page *::before,\n  .fallglow-page *::after{\n    box-sizing:border-box;\n    min-width:0;\n  }\n\n  .fallglow-page img{\n    display:block;\n    width:100%;\n    max-width:100%;\n    height:auto;\n    margin:0;\n\n    border:0;\n    border-radius:18px;\n\n    object-fit:contain;\n  }\n\n  .fg-card{\n    width:100%;\n    margin:0 0 14px;\n    padding:18px;\n\n    overflow:hidden;\n\n    border:1px solid var(--fg-line);\n    border-radius:22px;\n\n    background:var(--fg-white);\n    box-shadow:var(--fg-shadow);\n  }\n\n  .fg-card--cream{\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(184,93,57,.10),\n        transparent 35%\n      ),\n      linear-gradient(\n        145deg,\n        #ffffff 0%,\n        #fff8ee 100%\n      );\n  }\n\n  .fg-card--sand{\n    background:var(--fg-sand);\n  }\n\n  .fg-card--sage{\n    background:var(--fg-sage);\n  }\n\n  .fg-card--dark{\n    background:\n      radial-gradient(\n        circle at 90% 0%,\n        rgba(231,160,108,.20),\n        transparent 34%\n      ),\n      linear-gradient(\n        145deg,\n        #69402d 0%,\n        #35261f 100%\n      );\n\n    border-color:rgba(255,255,255,.10);\n    color:#ffffff;\n  }\n\n  .fg-kicker{\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    gap:6px;\n\n    max-width:100%;\n    margin:0 0 9px;\n    padding:6px 11px;\n\n    border:1px solid #ead8c6;\n    border-radius:999px;\n\n    background:#fff2e3;\n    color:var(--fg-rust-dark);\n\n    font-size:11px;\n    line-height:1.3;\n    font-weight:800;\n    letter-spacing:.7px;\n    text-transform:uppercase;\n\n    white-space:normal;\n  }\n\n  .fg-card--dark .fg-kicker{\n    border-color:rgba(255,255,255,.12);\n    background:rgba(255,255,255,.09);\n    color:#ffe6d6;\n  }\n\n  .fg-title{\n    margin:0;\n    color:var(--fg-ink);\n\n    font-size:clamp(25px,7cqi,40px);\n    line-height:1.1;\n    letter-spacing:-.5px;\n  }\n\n  .fg-heading{\n    margin:0;\n    color:var(--fg-ink);\n\n    font-size:clamp(21px,5.6cqi,29px);\n    line-height:1.2;\n    letter-spacing:-.3px;\n  }\n\n  .fg-card--dark .fg-title,\n  .fg-card--dark .fg-heading{\n    color:#ffffff;\n  }\n\n  .fg-copy{\n    margin:9px 0 0;\n\n    color:var(--fg-text);\n\n    font-size:clamp(14px,4cqi,17px);\n    line-height:1.65;\n  }\n\n  .fg-copy strong{\n    color:var(--fg-ink);\n  }\n\n  .fg-card--dark .fg-copy{\n    color:#f0e5df;\n  }\n\n  .fg-card--dark .fg-copy strong{\n    color:#ffffff;\n  }\n\n  .fg-media{\n    margin-top:16px;\n  }\n\n\n  \/* =========================\n     HERO\n  ========================== *\/\n\n  .fg-hero{\n    padding:23px 16px 16px;\n    text-align:center;\n  }\n\n  .fg-hero .fg-copy{\n    max-width:650px;\n    margin:11px auto 0;\n  }\n\n  .fg-tags{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:8px;\n\n    margin-top:14px;\n  }\n\n  .fg-tag{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    gap:6px;\n\n    min-height:44px;\n    padding:9px 10px;\n\n    border:1px solid var(--fg-line);\n    border-radius:13px;\n\n    background:rgba(255,255,255,.94);\n    color:var(--fg-ink);\n\n    font-size:13px;\n    line-height:1.35;\n    font-weight:750;\n    text-align:center;\n  }\n\n\n  \/* =========================\n     BULLETS\n  ========================== *\/\n\n  .fg-bullets{\n    display:grid;\n    gap:8px;\n\n    margin:13px 0 0;\n    padding:0;\n\n    list-style:none;\n  }\n\n  .fg-bullets li{\n    position:relative;\n\n    margin:0;\n    padding:10px 11px 10px 38px;\n\n    border:1px solid var(--fg-line);\n    border-radius:13px;\n\n    background:rgba(255,255,255,.82);\n    color:var(--fg-text);\n\n    font-size:14px;\n    line-height:1.5;\n  }\n\n  .fg-bullets li::before{\n    content:\"✓\";\n\n    position:absolute;\n    top:10px;\n    left:12px;\n\n    display:flex;\n    width:19px;\n    height:19px;\n\n    align-items:center;\n    justify-content:center;\n\n    border-radius:50%;\n\n    background:var(--fg-rust);\n    color:#ffffff;\n\n    font-size:11px;\n    font-weight:900;\n  }\n\n  .fg-bullets strong{\n    color:var(--fg-ink);\n  }\n\n\n  \/* =========================\n     HOW IT WORKS\n  ========================== *\/\n\n  .fg-steps{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:9px;\n\n    margin-top:14px;\n  }\n\n  .fg-step{\n    padding:13px;\n\n    border:1px solid var(--fg-line);\n    border-radius:15px;\n\n    background:#ffffff;\n  }\n\n  .fg-step-number{\n    display:flex;\n\n    width:30px;\n    height:30px;\n    margin-bottom:8px;\n\n    align-items:center;\n    justify-content:center;\n\n    border-radius:50%;\n\n    background:var(--fg-rust);\n    color:#ffffff;\n\n    font-size:13px;\n    font-weight:850;\n  }\n\n  .fg-step strong{\n    display:block;\n    margin-bottom:3px;\n\n    color:var(--fg-ink);\n\n    font-size:15px;\n    line-height:1.4;\n  }\n\n  .fg-step span{\n    display:block;\n\n    color:var(--fg-muted);\n\n    font-size:13px;\n    line-height:1.5;\n  }\n\n\n  \/* =========================\n     STYLE OPTIONS\n  ========================== *\/\n\n  .fg-style-grid{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:10px;\n\n    margin-top:14px;\n  }\n\n  .fg-style-card{\n    overflow:hidden;\n\n    border:1px solid var(--fg-line);\n    border-radius:17px;\n\n    background:#ffffff;\n  }\n\n  .fg-style-copy{\n    padding:13px;\n    text-align:center;\n  }\n\n  .fg-style-copy strong{\n    display:block;\n\n    color:var(--fg-ink);\n\n    font-size:15px;\n    line-height:1.4;\n  }\n\n  .fg-style-copy span{\n    display:block;\n    margin-top:3px;\n\n    color:var(--fg-muted);\n\n    font-size:12px;\n    line-height:1.5;\n  }\n\n\n  \/* =========================\n     MULTI MODE\n  ========================== *\/\n\n  .fg-modes{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:9px;\n\n    margin-top:14px;\n  }\n\n  .fg-mode{\n    padding:14px;\n\n    border:1px solid var(--fg-line);\n    border-radius:15px;\n\n    background:#ffffff;\n  }\n\n  .fg-mode-icon{\n    display:block;\n    margin-bottom:6px;\n\n    font-size:22px;\n  }\n\n  .fg-mode strong{\n    display:block;\n\n    color:var(--fg-ink);\n\n    font-size:15px;\n    line-height:1.4;\n  }\n\n  .fg-mode small{\n    display:block;\n    margin-top:4px;\n\n    color:var(--fg-muted);\n\n    font-size:13px;\n    line-height:1.5;\n  }\n\n\n  \/* =========================\n     SIZE CARDS\n  ========================== *\/\n\n  .fg-size-grid{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:8px;\n\n    margin-top:14px;\n  }\n\n  .fg-size{\n    padding:13px;\n\n    border:1px solid var(--fg-line);\n    border-radius:14px;\n\n    background:#ffffff;\n    text-align:center;\n  }\n\n  .fg-size strong{\n    display:block;\n\n    color:var(--fg-rust-dark);\n\n    font-size:15px;\n    line-height:1.4;\n  }\n\n  .fg-size span{\n    display:block;\n    margin-top:4px;\n\n    color:var(--fg-muted);\n\n    font-size:12px;\n    line-height:1.5;\n  }\n\n\n  \/* =========================\n     SPECIFICATIONS\n  ========================== *\/\n\n  .fg-specs{\n    display:grid;\n    gap:8px;\n\n    margin-top:13px;\n  }\n\n  .fg-spec{\n    padding:11px 12px;\n\n    border:1px solid var(--fg-line);\n    border-radius:13px;\n\n    background:#ffffff;\n  }\n\n  .fg-spec-label{\n    display:block;\n    margin-bottom:3px;\n\n    color:var(--fg-rust);\n\n    font-size:10px;\n    line-height:1.3;\n    font-weight:850;\n    letter-spacing:.75px;\n    text-transform:uppercase;\n  }\n\n  .fg-spec-value{\n    display:block;\n\n    color:var(--fg-ink);\n\n    font-size:14px;\n    line-height:1.5;\n    font-weight:700;\n  }\n\n\n  \/* =========================\n     SAFETY\n  ========================== *\/\n\n  .fg-safety{\n    margin-top:13px;\n    padding:13px;\n\n    border:1px solid #e7c5ac;\n    border-radius:14px;\n\n    background:#fff7ec;\n  }\n\n  .fg-safety-title{\n    margin:0 0 7px;\n\n    color:#8a482e;\n\n    font-size:15px;\n    line-height:1.4;\n    font-weight:800;\n  }\n\n  .fg-safety ul{\n    margin:0;\n    padding-left:19px;\n\n    color:#684f42;\n\n    font-size:12px;\n    line-height:1.6;\n  }\n\n  .fg-safety li + li{\n    margin-top:4px;\n  }\n\n\n  \/* =========================\n     FAQ\n  ========================== *\/\n\n  .fg-faq{\n    display:grid;\n    gap:8px;\n\n    margin-top:13px;\n  }\n\n  .fg-faq details{\n    overflow:hidden;\n\n    border:1px solid var(--fg-line);\n    border-radius:14px;\n\n    background:#ffffff;\n  }\n\n  .fg-faq summary{\n    position:relative;\n\n    padding:13px 42px 13px 13px;\n\n    color:var(--fg-ink);\n\n    font-size:14px;\n    line-height:1.45;\n    font-weight:800;\n\n    cursor:pointer;\n    list-style:none;\n  }\n\n  .fg-faq summary::-webkit-details-marker{\n    display:none;\n  }\n\n  .fg-faq summary::after{\n    content:\"+\";\n\n    position:absolute;\n    top:50%;\n    right:14px;\n\n    transform:translateY(-50%);\n\n    color:var(--fg-rust);\n\n    font-size:20px;\n    font-weight:700;\n  }\n\n  .fg-faq details[open] summary::after{\n    content:\"−\";\n  }\n\n  .fg-faq-answer{\n    padding:11px 13px 13px;\n\n    border-top:1px solid var(--fg-line);\n\n    color:var(--fg-text);\n\n    font-size:13px;\n    line-height:1.6;\n  }\n\n\n  \/* =========================\n     FINAL CTA\n  ========================== *\/\n\n  .fg-cta{\n    padding:23px 17px;\n    text-align:center;\n  }\n\n  .fg-cta-points{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:7px;\n\n    margin-top:15px;\n  }\n\n  .fg-cta-point{\n    padding:9px 10px;\n\n    border:1px solid rgba(255,255,255,.14);\n    border-radius:12px;\n\n    background:rgba(255,255,255,.07);\n    color:#ffffff;\n\n    font-size:12px;\n    line-height:1.4;\n    font-weight:700;\n  }\n\n\n  \/* =========================\n     CONTAINER QUERIES\n  ========================== *\/\n\n  @container (min-width:480px){\n\n    .fg-tags{\n      grid-template-columns:repeat(3,minmax(0,1fr));\n    }\n\n    .fg-steps{\n      grid-template-columns:repeat(3,minmax(0,1fr));\n    }\n\n    .fg-style-grid{\n      grid-template-columns:repeat(2,minmax(0,1fr));\n    }\n\n    .fg-modes{\n      grid-template-columns:repeat(3,minmax(0,1fr));\n    }\n\n    .fg-size-grid{\n      grid-template-columns:repeat(3,minmax(0,1fr));\n    }\n\n    .fg-cta-points{\n      grid-template-columns:repeat(3,minmax(0,1fr));\n    }\n  }\n\n\n  @container (min-width:640px){\n\n    .fallglow-page{\n      padding:12px;\n    }\n\n    .fg-card{\n      margin-bottom:18px;\n      padding:24px;\n\n      border-radius:26px;\n    }\n\n    .fg-hero{\n      padding:30px 24px 24px;\n    }\n\n    .fg-spec{\n      display:grid;\n      grid-template-columns:minmax(145px,.7fr) minmax(0,1.3fr);\n      align-items:center;\n      gap:12px;\n    }\n\n    .fg-spec-label{\n      margin:0;\n    }\n  }\n\n\n  @media (hover:hover){\n\n    .fg-card{\n      transition:\n        transform .2s ease,\n        box-shadow .2s ease;\n    }\n\n    .fg-card:hover{\n      transform:translateY(-2px);\n\n      box-shadow:\n        0 16px 40px rgba(73,49,32,.11);\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"fallglow-page\"\u003e\n\n\n  \u003c!-- =========================\n       01 HERO\n  ========================== --\u003e\n\n  \u003csection class=\"fg-card fg-card--cream fg-hero\"\u003e\n\n    \u003cdiv class=\"fg-kicker\"\u003e\n      🍂 Fall · Halloween · Thanksgiving\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"fg-title\"\u003e\n      Turn an Empty Corner Into a Warm Autumn Welcome\n    \u003c\/h2\u003e\n\n    \u003cp class=\"fg-copy\"\u003e\n      Add a soft seasonal glow with rustic white\n      \u003cstrong\u003ePumpkin \u0026amp; Ghost Tealight Holders\u003c\/strong\u003e\n      made for mantels, tables, shelves and cozy fall displays.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fg-media\"\u003e\n\n      \u003cimg src=\"https:\/\/noomoriey.com\/cdn\/shop\/files\/ChatGPT_Image_2026_8_7_01_20_40.png?v=1789555915\" alt=\"Rustic white pumpkin tealight candle holders styled for autumn\" loading=\"eager\"\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fg-tags\"\u003e\n\n      \u003cdiv class=\"fg-tag\"\u003e\n        🕯️ Warm Tealight Glow\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fg-tag\"\u003e\n        🎃 Pumpkin \u0026amp; Ghost Styles\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fg-tag\"\u003e\n        🍂 Fall-to-Thanksgiving Decor\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =========================\n       02 PAIN\n  ========================== --\u003e\n\n  \u003csection class=\"fg-card fg-card--sand\"\u003e\n\n    \u003cdiv class=\"fg-kicker\"\u003e\n      The Decorating Problem\n    \u003c\/div\u003e\n\n    \u003ch3 class=\"fg-heading\"\u003e\n      When the Room Feels Seasonal… But Still Looks Like Something Is Missing\n    \u003c\/h3\u003e\n\n    \u003cp class=\"fg-copy\"\u003e\n      Fall decorating does not need another pile of bright plastic\n      decorations. Sometimes one warm, textured accent is enough to make\n      a shelf, mantel or table feel finished.\n    \u003c\/p\u003e\n\n    \u003cul class=\"fg-bullets\"\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eAdd height and warmth\u003c\/strong\u003e\n        without crowding the surface.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eBlend into neutral interiors\u003c\/strong\u003e\n        with a distressed white finish.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eKeep the look seasonal longer\u003c\/strong\u003e\n        from Halloween into harvest and Thanksgiving.\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"fg-media\"\u003e\n\n      \u003cimg src=\"https:\/\/noomoriey.com\/cdn\/shop\/files\/ChatGPT_Image_2026_8_7_01_20_53.png?v=1789555915\" alt=\"Distressed white pumpkin tealight holders with rustic seasonal details\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =========================\n       03 INTERACTIVE LEARNING\n  ========================== --\u003e\n\n  \u003csection class=\"fg-card\"\u003e\n\n    \u003cdiv class=\"fg-kicker\"\u003e\n      How to Style It\n    \u003c\/div\u003e\n\n    \u003ch3 class=\"fg-heading\"\u003e\n      Choose. Add a Light. Find the Perfect Corner.\n    \u003c\/h3\u003e\n\n    \u003cp class=\"fg-copy\"\u003e\n      A simple three-step setup makes it easy to build a cozy\n      seasonal display without overthinking the arrangement.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fg-steps\"\u003e\n\n\n      \u003cdiv class=\"fg-step\"\u003e\n\n        \u003cspan class=\"fg-step-number\"\u003e\n          1\n        \u003c\/span\u003e\n\n        \u003cstrong\u003e\n          Choose Your Style\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Pick Pumpkin or Ghost, then choose your preferred size.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fg-step\"\u003e\n\n        \u003cspan class=\"fg-step-number\"\u003e\n          2\n        \u003c\/span\u003e\n\n        \u003cstrong\u003e\n          Add Your Tealight\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Use a standard tealight or compatible flameless LED tealight.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fg-step\"\u003e\n\n        \u003cspan class=\"fg-step-number\"\u003e\n          3\n        \u003c\/span\u003e\n\n        \u003cstrong\u003e\n          Create the Glow\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Place it on a mantel, table, shelf or another suitable seasonal display.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fg-media\"\u003e\n\n      \u003cimg src=\"https:\/\/noomoriey.com\/cdn\/shop\/files\/ChatGPT_Image_2026_8_7_01_21_37.png?v=1789555915\" alt=\"Warm tealight glow shining through rustic white pumpkin faces\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =========================\n       04 STYLE CHOICE\n  ========================== --\u003e\n\n  \u003csection class=\"fg-card fg-card--cream\"\u003e\n\n    \u003cdiv class=\"fg-kicker\"\u003e\n      🎃 Pick Your Character\n    \u003c\/div\u003e\n\n    \u003ch3 class=\"fg-heading\"\u003e\n      Pumpkin for Classic Fall. Ghost for a Playful Halloween Touch.\n    \u003c\/h3\u003e\n\n    \u003cp class=\"fg-copy\"\u003e\n      Choose the character that best matches your decorating style,\n      or mix the look into different spaces around your home.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fg-style-grid\"\u003e\n\n\n      \u003cdiv class=\"fg-style-card\"\u003e\n\n        \u003cimg src=\"https:\/\/noomoriey.com\/cdn\/shop\/files\/ChatGPT_Image_2026_8_7_01_20_40.png?v=1789555915\" alt=\"Rustic white pumpkin tealight holder\" loading=\"lazy\"\u003e\n\n        \u003cdiv class=\"fg-style-copy\"\u003e\n\n          \u003cstrong\u003e\n            🎃 Pumpkin\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Classic fall charm for Halloween, harvest and Thanksgiving displays.\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fg-style-card\"\u003e\n\n        \u003cimg src=\"https:\/\/noomoriey.com\/cdn\/shop\/files\/ChatGPT_Image_2026_8_7_01_38_00.png?v=1789555915\" alt=\"Rustic white ghost tealight holder\" loading=\"lazy\"\u003e\n\n        \u003cdiv class=\"fg-style-copy\"\u003e\n\n          \u003cstrong\u003e\n            👻 Ghost\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            A friendly Halloween look with the same warm, neutral styling.\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =========================\n       05 MULTI-MODE FEEDBACK\n  ========================== --\u003e\n\n  \u003csection class=\"fg-card fg-card--sage\"\u003e\n\n    \u003cdiv class=\"fg-kicker\"\u003e\n      One Accent, Different Looks\n    \u003c\/div\u003e\n\n    \u003ch3 class=\"fg-heading\"\u003e\n      Style It Your Way\n    \u003c\/h3\u003e\n\n    \u003cp class=\"fg-copy\"\u003e\n      Use a single holder as a small seasonal accent,\n      or combine graduated sizes to build a fuller display.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fg-modes\"\u003e\n\n\n      \u003cdiv class=\"fg-mode\"\u003e\n\n        \u003cspan class=\"fg-mode-icon\"\u003e\n          🕯️\n        \u003c\/span\u003e\n\n        \u003cstrong\u003e\n          Single Accent\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Add one holder to a small shelf, coffee bar or side table.\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fg-mode\"\u003e\n\n        \u003cspan class=\"fg-mode-icon\"\u003e\n          📏\n        \u003c\/span\u003e\n\n        \u003cstrong\u003e\n          Layered Trio\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Combine Small, Medium and Large for more visual height and balance.\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fg-mode\"\u003e\n\n        \u003cspan class=\"fg-mode-icon\"\u003e\n          🏡\n        \u003c\/span\u003e\n\n        \u003cstrong\u003e\n          Spread Them Out\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Place coordinated pieces in different rooms for a connected fall look.\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fg-media\"\u003e\n\n      \u003cimg src=\"https:\/\/noomoriey.com\/cdn\/shop\/files\/ChatGPT_Image_2026_8_7_01_21_50.png?v=1789555915\" alt=\"Small medium and large white pumpkin tealight holders\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =========================\n       06 EMOTIONAL VALUE\n  ========================== --\u003e\n\n  \u003csection class=\"fg-card fg-card--sand\"\u003e\n\n    \u003cdiv class=\"fg-kicker\"\u003e\n      ✨ The Glow Changes the Mood\n    \u003c\/div\u003e\n\n    \u003ch3 class=\"fg-heading\"\u003e\n      Warm Light Through Every Little Smile\n    \u003c\/h3\u003e\n\n    \u003cp class=\"fg-copy\"\u003e\n      The cutout faces allow tealight glow to shine through,\n      adding a gentle evening focal point to your seasonal display.\n    \u003c\/p\u003e\n\n    \u003cul class=\"fg-bullets\"\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eUse a compatible LED tealight\u003c\/strong\u003e\n        for convenient flameless ambience.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eUse a standard real tealight carefully\u003c\/strong\u003e\n        when you prefer a traditional candle glow.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eNeutral white styling\u003c\/strong\u003e\n        helps the warm light stand out without overwhelming the room.\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"fg-media\"\u003e\n\n      \u003cimg src=\"https:\/\/noomoriey.com\/cdn\/shop\/files\/ChatGPT_Image_2026_8_7_01_21_37.png?v=1789555915\" alt=\"Glowing rustic white pumpkin candle holders in an autumn setting\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =========================\n       07 USE CASES\n  ========================== --\u003e\n\n  \u003csection class=\"fg-card\"\u003e\n\n    \u003cdiv class=\"fg-kicker\"\u003e\n      From Room to Room\n    \u003c\/div\u003e\n\n    \u003ch3 class=\"fg-heading\"\u003e\n      Made for the Cozy Corners You Already Decorate\n    \u003c\/h3\u003e\n\n    \u003cp class=\"fg-copy\"\u003e\n      The slim pedestal shape adds height without demanding a large footprint,\n      making it easy to work into different autumn displays.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fg-modes\"\u003e\n\n\n      \u003cdiv class=\"fg-mode\"\u003e\n\n        \u003cspan class=\"fg-mode-icon\"\u003e\n          🔥\n        \u003c\/span\u003e\n\n        \u003cstrong\u003e\n          Mantel\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Add height beside garlands, pumpkins and seasonal greenery.\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fg-mode\"\u003e\n\n        \u003cspan class=\"fg-mode-icon\"\u003e\n          🍽️\n        \u003c\/span\u003e\n\n        \u003cstrong\u003e\n          Table\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Create an easy autumn centerpiece for dinners and gatherings.\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fg-mode\"\u003e\n\n        \u003cspan class=\"fg-mode-icon\"\u003e\n          🚪\n        \u003c\/span\u003e\n\n        \u003cstrong\u003e\n          Entryway\n        \u003c\/strong\u003e\n\n        \u003csmall\u003e\n          Build a warm seasonal welcome on a console or entry table.\n        \u003c\/small\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fg-media\"\u003e\n\n      \u003cimg src=\"https:\/\/noomoriey.com\/cdn\/shop\/files\/ChatGPT_Image_2026_8_7_01_22_01.png?v=1789555915\" alt=\"Rustic pumpkin tealight holders styled in different areas of the home\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =========================\n       08 SEASONAL RANGE\n  ========================== --\u003e\n\n  \u003csection class=\"fg-card fg-card--cream\"\u003e\n\n    \u003cdiv class=\"fg-kicker\"\u003e\n      🍂 More Than Halloween\n    \u003c\/div\u003e\n\n    \u003ch3 class=\"fg-heading\"\u003e\n      Keep the Warm Autumn Look Going Into Thanksgiving\n    \u003c\/h3\u003e\n\n    \u003cp class=\"fg-copy\"\u003e\n      The carved faces bring Halloween personality,\n      while the distressed white finish and natural-style accents\n      still work beautifully with harvest and Thanksgiving decor.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fg-media\"\u003e\n\n      \u003cimg src=\"https:\/\/noomoriey.com\/cdn\/shop\/files\/ChatGPT_Image_2026_8_7_01_22_12.png?v=1789555915\" alt=\"Rustic white pumpkin tealight holders in harvest and Thanksgiving decor\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =========================\n       09 SIZE OPTIONS\n  ========================== --\u003e\n\n  \u003csection class=\"fg-card\"\u003e\n\n    \u003cdiv class=\"fg-kicker\"\u003e\n      📏 Choose Your Height\n    \u003c\/div\u003e\n\n    \u003ch3 class=\"fg-heading\"\u003e\n      Small Accent or Full Layered Display?\n    \u003c\/h3\u003e\n\n    \u003cp class=\"fg-copy\"\u003e\n      Choose an individual size for a specific space,\n      or select the 3-piece set when you want a graduated display.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fg-size-grid\"\u003e\n\n\n      \u003cdiv class=\"fg-size\"\u003e\n\n        \u003cstrong\u003e\n          Small\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          15 × 8.5 × 8.5 cm\u003cbr\u003e\n          5.9 × 3.3 × 3.3 in\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fg-size\"\u003e\n\n        \u003cstrong\u003e\n          Medium\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          18 × 8 × 8 cm\u003cbr\u003e\n          7.1 × 3.1 × 3.1 in\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fg-size\"\u003e\n\n        \u003cstrong\u003e\n          Large\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          22 × 9.5 × 9.5 cm\u003cbr\u003e\n          8.7 × 3.7 × 3.7 in\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fg-media\"\u003e\n\n      \u003cimg src=\"https:\/\/noomoriey.com\/cdn\/shop\/files\/ChatGPT_Image_2026_8_7_01_21_50.png?v=1789555915\" alt=\"Three size options for rustic pumpkin tealight holders\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =========================\n       10 SPECIFICATIONS\n  ========================== --\u003e\n\n  \u003csection class=\"fg-card fg-card--sage\"\u003e\n\n    \u003cdiv class=\"fg-kicker\"\u003e\n      Product Details\n    \u003c\/div\u003e\n\n    \u003ch3 class=\"fg-heading\"\u003e\n      Specifications\n    \u003c\/h3\u003e\n\n    \u003cdiv class=\"fg-specs\"\u003e\n\n\n      \u003cdiv class=\"fg-spec\"\u003e\n\n        \u003cspan class=\"fg-spec-label\"\u003e\n          Product Type\n        \u003c\/span\u003e\n\n        \u003cspan class=\"fg-spec-value\"\u003e\n          Decorative Tealight Candle Holder\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fg-spec\"\u003e\n\n        \u003cspan class=\"fg-spec-label\"\u003e\n          Style Options\n        \u003c\/span\u003e\n\n        \u003cspan class=\"fg-spec-value\"\u003e\n          Pumpkin \/ Ghost\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fg-spec\"\u003e\n\n        \u003cspan class=\"fg-spec-label\"\u003e\n          Size Options\n        \u003c\/span\u003e\n\n        \u003cspan class=\"fg-spec-value\"\u003e\n          Small \/ Medium \/ Large \/ 3-Piece Set\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fg-spec\"\u003e\n\n        \u003cspan class=\"fg-spec-label\"\u003e\n          Light Compatibility\n        \u003c\/span\u003e\n\n        \u003cspan class=\"fg-spec-value\"\u003e\n          Standard Tealight or Compatible LED Tealight\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fg-spec\"\u003e\n\n        \u003cspan class=\"fg-spec-label\"\u003e\n          Candle Included\n        \u003c\/span\u003e\n\n        \u003cspan class=\"fg-spec-value\"\u003e\n          No\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fg-spec\"\u003e\n\n        \u003cspan class=\"fg-spec-label\"\u003e\n          Finish\n        \u003c\/span\u003e\n\n        \u003cspan class=\"fg-spec-value\"\u003e\n          Distressed White with Rustic Accents\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fg-spec\"\u003e\n\n        \u003cspan class=\"fg-spec-label\"\u003e\n          Recommended Use\n        \u003c\/span\u003e\n\n        \u003cspan class=\"fg-spec-value\"\u003e\n          Indoor or Protected Covered Areas\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fg-spec\"\u003e\n\n        \u003cspan class=\"fg-spec-label\"\u003e\n          Seasons\n        \u003c\/span\u003e\n\n        \u003cspan class=\"fg-spec-value\"\u003e\n          Fall \/ Halloween \/ Harvest \/ Thanksgiving\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fg-safety\"\u003e\n\n      \u003cdiv class=\"fg-safety-title\"\u003e\n        🔥 Candle Safety\n      \u003c\/div\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          A compatible flameless LED tealight is the lower-risk lighting option.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          If using a real candle, place the holder on a stable,\n          heat-resistant surface.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Keep open flames away from children, pets, curtains,\n          dry foliage and other flammable materials.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Never leave a burning candle unattended.\n          Allow the holder to cool before moving it.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =========================\n       11 FAQ\n  ========================== --\u003e\n\n  \u003csection class=\"fg-card\"\u003e\n\n    \u003cdiv class=\"fg-kicker\"\u003e\n      Good to Know\n    \u003c\/div\u003e\n\n    \u003ch3 class=\"fg-heading\"\u003e\n      Frequently Asked Questions\n    \u003c\/h3\u003e\n\n    \u003cdiv class=\"fg-faq\"\u003e\n\n\n      \u003cdetails open\u003e\n\n        \u003csummary\u003e\n          Does each order include all three sizes?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"fg-faq-answer\"\u003e\n          Only when the 3-Piece Set option is selected.\n          Small, Medium and Large individual options are also available.\n          Check your selected variant before checkout.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Can I choose Pumpkin or Ghost?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"fg-faq-answer\"\u003e\n          Yes. Pumpkin and Ghost are available as style options.\n          Select your preferred character before adding the item to your cart.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Are tealight candles included?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"fg-faq-answer\"\u003e\n          No. A tealight is not included,\n          so you can choose your preferred compatible standard\n          candle or flameless LED tealight.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Can I use a flameless LED tealight?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"fg-faq-answer\"\u003e\n          Yes. A compatible standard-size LED tealight can provide\n          the warm illuminated effect without an open flame.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Where can I display them?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"fg-faq-answer\"\u003e\n          They work well on mantels, dining tables, consoles,\n          shelves, coffee bars and other stable indoor surfaces.\n          They may also be used in protected covered areas away from moisture.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Are they only for Halloween?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"fg-faq-answer\"\u003e\n          No. The faces add Halloween personality,\n          while the distressed white finish also coordinates with\n          fall, harvest and Thanksgiving decor.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Can I separate the three sizes?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"fg-faq-answer\"\u003e\n          Yes. If you select the 3-Piece Set,\n          you can group the graduated sizes together or place them\n          in different areas around your home.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          What should I know before using a real candle?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"fg-faq-answer\"\u003e\n          Place the holder on a stable heat-resistant surface,\n          keep the flame away from flammable materials,\n          children and pets, and never leave a burning candle unattended.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =========================\n       12 CTA\n  ========================== --\u003e\n\n  \u003csection class=\"fg-card fg-card--dark fg-cta\"\u003e\n\n    \u003cdiv class=\"fg-kicker\"\u003e\n      🍂 Your Cozy Fall Corner Starts Here\n    \u003c\/div\u003e\n\n    \u003ch3 class=\"fg-heading\"\u003e\n      Choose Your Character, Pick Your Size \u0026amp; Bring Home the Glow\n    \u003c\/h3\u003e\n\n    \u003cp class=\"fg-copy\"\u003e\n      From a small shelf accent to a full three-piece centerpiece,\n      create a warm seasonal moment you can enjoy from Halloween\n      through Thanksgiving.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fg-cta-points\"\u003e\n\n      \u003cdiv class=\"fg-cta-point\"\u003e\n        🎃 Pumpkin or Ghost\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fg-cta-point\"\u003e\n        🕯️ Tealight Ready\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fg-cta-point\"\u003e\n        📏 4 Size Options\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cp class=\"fg-copy\" style=\"margin-top:17px;\"\u003e\n\n      \u003cstrong\u003e\n        Choose your Style and Size above to complete your fall display.\n      \u003c\/strong\u003e\n\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"lwb","offers":[{"title":"Smal","offer_id":55071911838062,"sku":"NC02592609173732-南瓜蜡台 小号","price":22.99,"currency_code":"USD","in_stock":true},{"title":"Medium","offer_id":55071911870830,"sku":"NC02592609173732-南瓜蜡台 中号","price":26.99,"currency_code":"USD","in_stock":true},{"title":"Large","offer_id":55071911903598,"sku":"NC02592609173732-南瓜蜡台 大号","price":29.99,"currency_code":"USD","in_stock":true},{"title":"3PCS (Large+Medium+Small)","offer_id":55071911936366,"sku":"NC02592609173732-南瓜蜡台 三件套","price":56.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/6499\/4414\/files\/Products_3_7e20cec3-2be0-4f76-8d8d-f0661c9878d7.jpg?v=1789980067","url":"https:\/\/bvuyomi.com\/products\/rustic-pumpkin-ghost-tealight-holders","provider":"Bvuyomi","version":"1.0","type":"link"}