{"title":"Give Back Collection","description":"\u003cstyle\u003e\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    body {\n        background: #faf8f5;\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n        color: #2c2b28;\n        padding: 1rem;\n    }\n\n    .collection-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        background: white;\n        border-radius: 1.5rem;\n        box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);\n        overflow: hidden;\n        border: 1px solid #ece4d8;\n    }\n\n    \/* ============================================================ *\/\n    \/* FIX: Remove extra spaces from Shopify editor *\/\n    \/* ============================================================ *\/\n    .collection-container p:empty { display: none; }\n    .collection-container br { display: none; }\n    .collection-container .hero-desc p { margin-bottom: 0.75rem; }\n\n    .hero {\n        background: #fefcf8;\n        padding: 2.5rem 2rem;\n        text-align: center;\n        border-bottom: 1px solid #ece4d8;\n    }\n\n    @media (max-width: 640px) {\n        .hero {\n            padding: 1.5rem 1rem;\n        }\n    }\n\n    .hero h1 {\n        font-size: 2.2rem;\n        font-weight: 700;\n        letter-spacing: -0.01em;\n        color: #1f1e1c;\n        margin-bottom: 0.75rem;\n    }\n\n    @media (max-width: 640px) {\n        .hero h1 {\n            font-size: 1.6rem;\n        }\n    }\n\n    .hero-sub {\n        font-size: 1.2rem;\n        color: #8a7a62;\n        margin-bottom: 1rem;\n    }\n\n    @media (max-width: 640px) {\n        .hero-sub {\n            font-size: 1rem;\n        }\n    }\n\n    .hero-desc {\n        max-width: 800px;\n        margin: 0 auto;\n        font-size: 1rem;\n        line-height: 1.6;\n        color: #5a4a38;\n    }\n\n    .hero-desc p {\n        margin-bottom: 0.75rem;\n    }\n\n    .jump-link-container {\n        display: flex;\n        justify-content: center;\n        margin: 1.5rem 0 0.5rem;\n    }\n\n    .jump-button {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.6rem;\n        background: #c4a050;\n        color: white;\n        padding: 0.8rem 2.5rem;\n        border-radius: 50px;\n        text-decoration: none;\n        font-weight: 600;\n        font-size: 1rem;\n        transition: background 0.2s, transform 0.2s, box-shadow 0.2s;\n        border: none;\n        cursor: pointer;\n        box-shadow: 0 4px 12px rgba(196, 160, 80, 0.35);\n    }\n\n    .jump-button:hover {\n        background: #a8863a;\n        transform: translateY(-2px);\n        box-shadow: 0 6px 20px rgba(196, 160, 80, 0.4);\n    }\n\n    .jump-button::before {\n        content: \"👇\";\n        font-size: 1.1rem;\n    }\n\n    .badge-row {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 0.75rem;\n        margin: 1.5rem 0 1rem;\n    }\n\n    .badge {\n        background: #eef4e8;\n        padding: 0.3rem 1rem;\n        border-radius: 40px;\n        font-size: 0.75rem;\n        font-weight: 600;\n        letter-spacing: 0.3px;\n        color: #4a6a4a;\n        border: 1px solid #d0e0c4;\n    }\n\n    .badge-gold {\n        background: #f5edd6;\n        border-color: #d4b87a;\n        color: #8a6a2a;\n    }\n\n    .collection-content {\n        padding: 0 1.5rem;\n    }\n\n    @media (max-width: 640px) {\n        .collection-content {\n            padding: 0 0.5rem;\n        }\n    }\n\n    .breadcrumb {\n        padding: 1.5rem 0 0.5rem;\n        font-size: 0.85rem;\n        text-align: left;\n    }\n\n    .breadcrumb ol {\n        list-style: none;\n        display: flex;\n        flex-wrap: wrap;\n        gap: 0.5rem;\n        padding: 0;\n    }\n\n    .breadcrumb a {\n        color: #c4a050;\n        text-decoration: none;\n    }\n\n    .breadcrumb a:hover {\n        text-decoration: underline;\n    }\n\n    .breadcrumb .separator {\n        color: #8a7a62;\n    }\n\n    .breadcrumb .current {\n        color: #2c5f2d;\n        font-weight: 600;\n    }\n\n    .info-section {\n        background: #eef4e8;\n        border-radius: 1rem;\n        padding: 1.5rem;\n        margin: 1.5rem 0 2rem;\n        border: 1px solid #d0e0c4;\n        text-align: center;\n    }\n\n    .info-section p {\n        color: #3a5a3a;\n        line-height: 1.6;\n        margin-bottom: 0.5rem;\n    }\n\n    .info-section strong {\n        color: #2c5f2d;\n    }\n\n    .info-section h2 {\n        color: #2c5f2d;\n        margin-bottom: 0.75rem;\n        font-size: 1.3rem;\n    }\n\n    .info-section.text-left {\n        text-align: left;\n    }\n\n    .faq-item {\n        margin: 1rem 0;\n        border-bottom: 1px solid #d0e0c4;\n        padding-bottom: 1rem;\n        text-align: left;\n    }\n\n    .faq-item:last-child {\n        border-bottom: none;\n        padding-bottom: 0;\n    }\n\n    .faq-item .question {\n        font-weight: 700;\n        color: #2c5f2d;\n        margin-bottom: 0.25rem;\n    }\n\n    .faq-item .answer {\n        color: #3a5a3a;\n        line-height: 1.5;\n    }\n\n    .feature-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n        gap: 1rem;\n        margin-top: 1rem;\n        text-align: left;\n    }\n\n    .feature-item {\n        background: white;\n        padding: 1rem;\n        border-radius: 0.75rem;\n        border: 1px solid #d4e4dc;\n    }\n\n    .feature-item .icon {\n        font-size: 1.5rem;\n        display: block;\n        margin-bottom: 0.3rem;\n    }\n\n    .feature-item strong {\n        display: block;\n        color: #2c5f2d;\n        font-size: 0.95rem;\n    }\n\n    .feature-item p {\n        font-size: 0.85rem;\n        color: #5a6a5a;\n        margin: 0.25rem 0 0;\n    }\n\n    .cause-spotlight {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 1.5rem;\n        margin: 1.5rem 0;\n    }\n\n    @media (max-width: 700px) {\n        .cause-spotlight {\n            grid-template-columns: 1fr;\n        }\n    }\n\n    .cause-card {\n        background: white;\n        border-radius: 1rem;\n        padding: 1.5rem;\n        border: 1px solid #ece4d8;\n        text-align: center;\n        transition: all 0.2s ease;\n    }\n\n    .cause-card:hover {\n        transform: translateY(-3px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);\n    }\n\n    .cause-card .cause-icon {\n        font-size: 2.5rem;\n        display: block;\n        margin-bottom: 0.5rem;\n    }\n\n    .cause-card h3 {\n        color: #2c5f2d;\n        margin-bottom: 0.5rem;\n    }\n\n    .cause-card p {\n        font-size: 0.95rem;\n        color: #5a4a38;\n        line-height: 1.5;\n    }\n\n    .cause-card .cta-link {\n        display: inline-block;\n        margin-top: 0.75rem;\n        color: #c4a050;\n        font-weight: 600;\n        text-decoration: underline;\n    }\n\n    .cause-card .cta-link:hover {\n        color: #a8863a;\n    }\n\n    #product-grid {\n        scroll-margin-top: 80px;\n        padding: 1rem 0 2rem;\n    }\n\n    .footer-internal-links {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 1.5rem;\n        padding: 1.5rem 0 0.5rem;\n    }\n\n    .footer-internal-links a {\n        color: #c4a050;\n        text-decoration: underline;\n        font-weight: 500;\n        font-size: 0.9rem;\n    }\n\n    .footer-internal-links a:hover {\n        color: #a8863a;\n    }\n\n    footer {\n        background: #f9f7f3;\n        padding: 1.5rem 2rem;\n        text-align: center;\n        border-top: 1px solid #ece4d8;\n        font-size: 0.85rem;\n        color: #5a5a4a;\n    }\n\n    @media (max-width: 640px) {\n        footer {\n            padding: 1rem;\n        }\n    }\n\n    html {\n        scroll-behavior: smooth;\n    }\n\n    h1, h2, h3, p, span, div, li, a {\n        word-break: break-word;\n        white-space: normal;\n    }\n\n    .inline-link {\n        color: #c4a050;\n        text-decoration: underline;\n        font-weight: 600;\n    }\n\n    .inline-link:hover {\n        color: #a8863a;\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"collection-container\"\u003e\n\n    \u003c!-- ============================================================ --\u003e\n    \u003c!-- HERO SECTION --\u003e\n    \u003c!-- ============================================================ --\u003e\n    \u003cdiv class=\"hero\"\u003e\n        \u003ch1\u003eGive Back — Charity Candles Supporting Veterans \u0026amp; Parish\u003c\/h1\u003e\n        \u003cdiv class=\"hero-sub\"\u003eEvery Purchase Supports a Cause — Handcrafted in Geneva, IL\u003c\/div\u003e\n        \u003cdiv class=\"hero-desc\"\u003e\n            \u003cp\u003eWelcome to our \u003cstrong\u003eGive Back collection\u003c\/strong\u003e — where every candle you purchase helps support a cause close to our hearts. As a veteran-owned business, giving back to our community isn't just important—it's our mission.\u003c\/p\u003e\n            \u003cp\u003eThis collection features two special offerings: the \u003cstrong\u003eLiberty Charity Candle\u003c\/strong\u003e, which supports homeless veterans through the Midwest Shelter for Homeless Veterans in Wheaton, IL, and the \u003cstrong\u003eSaint Collection\u003c\/strong\u003e, which donates $5 from every candle to St. Peter Catholic Church in Geneva, IL.\u003c\/p\u003e\n            \u003cp\u003eAll our charity candles are \u003cstrong\u003ehand-poured in small batches with 100% coconut-apricot wax, phthalate-free fragrances, and lead-free cotton wicks\u003c\/strong\u003e — the same clean-burning, non-toxic quality you trust from Bee Coco Candle.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003e✨ Enjoy free shipping on all U.S. orders of $50 or more.\u003c\/strong\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- JUMP BUTTON --\u003e\n        \u003cdiv class=\"jump-link-container\"\u003e\n            \u003ca href=\"#product-grid\" class=\"jump-button\"\u003eJump to Charity Candles\u003c\/a\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"badge-row\"\u003e\n            \u003cspan class=\"badge badge-gold\"\u003e🇺🇸 Veteran-Owned\u003c\/span\u003e\n            \u003cspan class=\"badge badge-gold\"\u003e🙏 Supports Veterans \u0026amp; Parish\u003c\/span\u003e\n            \u003cspan class=\"badge badge-gold\"\u003e⭐ 5-Star Rated\u003c\/span\u003e\n            \u003cspan class=\"badge\"\u003e🇺🇸 Illinois-Made\u003c\/span\u003e\n            \u003cspan class=\"badge\"\u003e🐾 Pet-Friendly\u003c\/span\u003e\n            \u003cspan class=\"badge\"\u003e🌿 Phthalate-Free\u003c\/span\u003e\n            \u003cspan class=\"badge\"\u003e🕯️ Clean-Burning\u003c\/span\u003e\n            \u003cspan class=\"badge\"\u003e🔥 60-70 Hour Burn\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ============================================================ --\u003e\n    \u003c!-- MAIN CONTENT --\u003e\n    \u003c!-- ============================================================ --\u003e\n    \u003cdiv class=\"collection-content\"\u003e\n\n        \u003c!-- BREADCRUMB --\u003e\n        \u003cnav class=\"breadcrumb\" aria-label=\"Breadcrumb\"\u003e\n            \u003col\u003e\n                \u003cli\u003e\u003ca href=\"\/\"\u003eHome\u003c\/a\u003e\u003c\/li\u003e\n                \u003cli class=\"separator\"\u003e›\u003c\/li\u003e\n                \u003cli\u003e\u003ca href=\"\/collections\/all\"\u003eShop\u003c\/a\u003e\u003c\/li\u003e\n                \u003cli class=\"separator\"\u003e›\u003c\/li\u003e\n                \u003cli class=\"current\"\u003eGive Back\u003c\/li\u003e\n            \u003c\/ol\u003e\n        \u003c\/nav\u003e\n\n        \u003c!-- ============================================================ --\u003e\n        \u003c!-- THE CAUSES SPOTLIGHT --\u003e\n        \u003c!-- ============================================================ --\u003e\n        \u003cdiv class=\"info-section\"\u003e\n            \u003ch2\u003e🙏 Two Causes, One Mission\u003c\/h2\u003e\n            \u003cp\u003eEvery candle in our Give Back collection is crafted with purpose. Choose the cause that speaks to you — or support both.\u003c\/p\u003e\n\n            \u003cdiv class=\"cause-spotlight\"\u003e\n                \u003cdiv class=\"cause-card\"\u003e\n                    \u003cspan class=\"cause-icon\"\u003e🇺🇸\u003c\/span\u003e\n                    \u003ch3\u003eLiberty Charity Candle\u003c\/h3\u003e\n                    \u003cp\u003e\u003cstrong\u003eSupports Homeless Veterans\u003c\/strong\u003e\u003c\/p\u003e\n                    \u003cp\u003eA portion of proceeds from every Liberty Candle supports the \u003cstrong\u003eMidwest Shelter for Homeless Veterans\u003c\/strong\u003e in Wheaton, IL — providing housing, support, and hope to those who've served.\u003c\/p\u003e\n                    \u003ca href=\"\/products\/liberty-charity-candle\" class=\"cta-link\"\u003eShop Liberty Candle →\u003c\/a\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"cause-card\"\u003e\n                    \u003cspan class=\"cause-icon\"\u003e⛪\u003c\/span\u003e\n                    \u003ch3\u003eSaint Collection\u003c\/h3\u003e\n                    \u003cp\u003e\u003cstrong\u003eSupports St. Peter Catholic Church\u003c\/strong\u003e\u003c\/p\u003e\n                    \u003cp\u003e\u003cstrong\u003e$5 from every candle\u003c\/strong\u003e sold in the Saint Collection is donated directly to \u003cstrong\u003eSt. Peter Catholic Church\u003c\/strong\u003e in Geneva, IL to support their mission of faith, outreach, and community service.\u003c\/p\u003e\n                    \u003ca href=\"\/collections\/saint-collection-catholic-charity-candles\" class=\"cta-link\"\u003eShop Saint Collection →\u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ============================================================ --\u003e\n        \u003c!-- WHY CHOOSE BEE COCO CHARITY CANDLES --\u003e\n        \u003c!-- ============================================================ --\u003e\n        \u003cdiv class=\"info-section\"\u003e\n            \u003ch2\u003e🕯️ Why Choose Bee Coco Charity Candles?\u003c\/h2\u003e\n            \u003cp\u003eOur charity candles are crafted with the same care and quality you've come to expect from Bee Coco Candle. Every candle is \u003cstrong\u003ehand-poured in small batches\u003c\/strong\u003e in Geneva, IL, using only the cleanest ingredients.\u003c\/p\u003e\n            \u003cdiv class=\"feature-grid\"\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e🕯️\u003c\/span\u003e\n                    \u003cstrong\u003e100% Coconut Apricot Wax\u003c\/strong\u003e\n                    \u003cp\u003eSoy-free, paraffin-free, and palm-free\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e🌿\u003c\/span\u003e\n                    \u003cstrong\u003ePhthalate-Free Fragrances\u003c\/strong\u003e\n                    \u003cp\u003eNo endocrine disruptors, fully disclosed ingredients\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e🐾\u003c\/span\u003e\n                    \u003cstrong\u003ePet-Friendly\u003c\/strong\u003e\n                    \u003cp\u003eSafe for homes with dogs and cats\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e🔥\u003c\/span\u003e\n                    \u003cstrong\u003e60-70 Hour Burn Time\u003c\/strong\u003e\n                    \u003cp\u003eLong-lasting enjoyment\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ============================================================ --\u003e\n        \u003c!-- FAQ SECTION --\u003e\n        \u003c!-- ============================================================ --\u003e\n        \u003cdiv class=\"info-section text-left\" style=\"margin-top: 2rem;\"\u003e\n            \u003ch2 style=\"text-align: center;\"\u003e❓ Frequently Asked Questions About Our Charity Candles\u003c\/h2\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003cp class=\"question\"\u003eWhat causes does the Give Back collection support?\u003c\/p\u003e\n                \u003cp class=\"answer\"\u003eOur Give Back collection supports two causes: the \u003cstrong\u003eMidwest Shelter for Homeless Veterans\u003c\/strong\u003e in Wheaton, IL through the Liberty Candle, and \u003cstrong\u003eSt. Peter Catholic Church\u003c\/strong\u003e in Geneva, IL through the Saint Collection.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003cp class=\"question\"\u003eHow much is donated from each purchase?\u003c\/p\u003e\n                \u003cp class=\"answer\"\u003eA portion of proceeds from the \u003cstrong\u003eLiberty Charity Candle\u003c\/strong\u003e supports homeless veterans. For the \u003cstrong\u003eSaint Collection\u003c\/strong\u003e, \u003cstrong\u003e$5 from every candle\u003c\/strong\u003e sold is donated directly to St. Peter Catholic Church.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003cp class=\"question\"\u003eAre these charity candles non-toxic?\u003c\/p\u003e\n                \u003cp class=\"answer\"\u003eYes! All our charity candles are made with \u003cstrong\u003e100% coconut-apricot wax\u003c\/strong\u003e, \u003cstrong\u003ephthalate-free fragrances\u003c\/strong\u003e, and \u003cstrong\u003elead-free cotton wicks\u003c\/strong\u003e. They are completely non-toxic and safe for your home.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003cp class=\"question\"\u003eHow long do these candles burn?\u003c\/p\u003e\n                \u003cp class=\"answer\"\u003eEach full-size charity candle has a total burn time of approximately \u003cstrong\u003e60-70 hours\u003c\/strong\u003e. For best results, we recommend not burning for more than 4 hours at a time.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003cp class=\"question\"\u003eAre these candles pet-friendly?\u003c\/p\u003e\n                \u003cp class=\"answer\"\u003eYes! All Bee Coco Candles are \u003cstrong\u003epet-friendly\u003c\/strong\u003e and made with clean, non-toxic ingredients. Always burn candles out of reach of curious noses and paws.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003cp class=\"question\"\u003eCan I choose which cause to support?\u003c\/p\u003e\n                \u003cp class=\"answer\"\u003eYes! You can choose the \u003cstrong\u003eLiberty Candle\u003c\/strong\u003e to support homeless veterans or the \u003cstrong\u003eSaint Collection\u003c\/strong\u003e to support St. Peter Catholic Parish. Both are available in our Give Back collection.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n    \u003c!-- end collection-content --\u003e\n\n    \u003c!-- ============================================================ --\u003e\n    \u003c!-- PRODUCT GRID - The jump button scrolls here --\u003e\n    \u003c!-- ============================================================ --\u003e\n    \u003cdiv id=\"product-grid\"\u003e\n        \u003c!--\n        ═══════════════════════════════════════════════════════════\n        YOUR SHOPIFY PRODUCT GRID GOES HERE\n        ═══════════════════════════════════════════════════════════\n        Your Give Back products (Liberty, Saint, Holy Mary,\n        Memento Mori, Saint Patrick, Saint Peter, Saint Michael,\n        wax melts, matches, candle care kits, lighters)\n        are listed below this section.\n        --\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ============================================================ --\u003e\n    \u003c!-- FOOTER --\u003e\n    \u003c!-- ============================================================ --\u003e\n    \u003cfooter\u003e\n        \u003cp\u003e🇺🇸 Give Back Collection • Supports Veterans \u0026amp; Parish • Handcrafted in Geneva, IL\u003c\/p\u003e\n        \u003cp style=\"margin-top: 0.5rem;\"\u003e🌿 Non-Toxic • Phthalate-Free • Paraben-Free • Soy-Free • Cruelty-Free • Pet-Friendly • 60-70 Hour Burn\u003c\/p\u003e\n\n        \u003cdiv class=\"footer-internal-links\"\u003e\n            \u003ca href=\"\/collections\/non-toxic-scented-candles\"\u003eShop All Non-Toxic Candles\u003c\/a\u003e\n            \u003ca href=\"\/collections\/best-sellers\"\u003eBest Sellers\u003c\/a\u003e\n            \u003ca href=\"\/collections\/summer-candles\"\u003eSummer 2026 Collection\u003c\/a\u003e\n            \u003ca href=\"\/collections\/masculine-collection\"\u003eMasculine Collection\u003c\/a\u003e\n            \u003ca href=\"\/pages\/scent-guide\"\u003eScent Guide\u003c\/a\u003e\n        \u003c\/div\u003e\n\n        \u003cp style=\"margin-top: 1rem; font-size: 0.7rem; color: #9f907b;\"\u003e© Bee Coco Candle — Clean, non-toxic candles for your home\u003c\/p\u003e\n    \u003c\/footer\u003e\n\n\u003c\/div\u003e\n\u003c!-- end collection-container --\u003e","products":[{"product_id":"st-michael-charity","title":"Saint Michael Charity Candle 8oz","description":"\u003cbody\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes, viewport-fit=cover\"\u003e\n    \u003ctitle\u003eSt. Michael the Archangel Candle | Divine Protection \u0026amp; Courage | Charity Candle for St. Peter Church | Bee Coco Candle\u003c\/title\u003e\n    \u003cmeta name=\"description\" content=\"Our St. Michael the Archangel candle is a powerful prayer candle with a 60-70 hour burn time. $5 per candle supports St. Peter Catholic Church in Geneva, IL. Infused with orange, lavender, and frankincense for divine protection.\"\u003e\n    \u003cstyle\u003e\n        \/* --- [CSS STYLES REMAIN UNCHANGED] --- *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            background: #f9f7f3;\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            line-height: 1.5;\n            color: #2c2b28;\n            padding: 1rem;\n        }\n\n        .product-container {\n            max-width: 100%;\n            width: 100%;\n            margin: 0 auto;\n            background: white;\n            border-radius: 1.5rem;\n            box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n        }\n\n        .product-grid {\n            display: block;\n            padding: 1.25rem;\n        }\n\n        .product-details {\n            display: flex;\n            flex-direction: column;\n            gap: 1rem;\n            width: 100%;\n            word-wrap: break-word;\n            overflow-wrap: break-word;\n        }\n\n        \/* no stars section - removed as requested *\/\n\n        .product-title {\n            font-size: 1.6rem;\n            font-weight: 700;\n            line-height: 1.25;\n            letter-spacing: -0.01em;\n            color: #1f1e1c;\n            width: 100%;\n            word-wrap: break-word;\n        }\n\n        .charity-badge {\n            display: inline-block;\n            background: #e8e0d5;\n            color: #8b5e3c;\n            font-size: 0.7rem;\n            font-weight: 600;\n            letter-spacing: 0.04em;\n            text-transform: uppercase;\n            padding: 0.25rem 0.85rem;\n            border-radius: 40px;\n            width: fit-content;\n        }\n\n        .donation-callout {\n            background: #2c5f2d;\n            color: white;\n            border-radius: 0.75rem;\n            padding: 0.75rem;\n            text-align: center;\n            margin: 0.5rem 0;\n            font-weight: 600;\n        }\n\n        .badge-group {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n            margin: 0.25rem 0;\n        }\n\n        .badge {\n            background: #f4f1ea;\n            padding: 0.25rem 0.85rem;\n            border-radius: 40px;\n            font-size: 0.7rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.3px;\n            color: #4b4a45;\n            white-space: nowrap;\n        }\n\n        @media (max-width: 480px) {\n            .badge {\n                white-space: normal;\n                font-size: 0.65rem;\n            }\n        }\n\n        .badge-green {\n            background: #e3f2e9;\n            color: #1d6f42;\n        }\n\n        .badge-spiritual {\n            background: #e8e0d5;\n            color: #6b3a2a;\n        }\n\n        .description {\n            color: #3e3c39;\n            border-left: 3px solid #dcd3c2;\n            padding-left: 1rem;\n            margin: 0.25rem 0;\n        }\n\n        .description p {\n            margin-bottom: 0.5rem;\n            word-wrap: break-word;\n        }\n\n        .feature-list {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0.6rem;\n            margin: 0.5rem 0;\n        }\n\n        .feature-list li {\n            display: flex;\n            align-items: center;\n            gap: 0.7rem;\n            font-size: 0.95rem;\n            word-wrap: break-word;\n            flex-wrap: wrap;\n        }\n\n        .feature-list li::before {\n            content: \"✓\";\n            color: #2c7a4b;\n            font-weight: bold;\n            font-size: 1rem;\n            flex-shrink: 0;\n        }\n\n        .scent-profile {\n            background: #fbf9f5;\n            border-radius: 1rem;\n            padding: 1rem;\n            margin: 0.5rem 0;\n        }\n\n        .scent-title {\n            font-weight: 600;\n            margin-bottom: 0.75rem;\n            font-size: 0.9rem;\n        }\n\n        .note-group {\n            margin-bottom: 1rem;\n        }\n\n        .note-group strong {\n            color: #6b3a2a;\n            display: block;\n            margin-bottom: 0.25rem;\n        }\n\n        .note-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n            margin-top: 0.25rem;\n        }\n\n        .note-item {\n            background: white;\n            border: 1px solid #e2dcd2;\n            border-radius: 40px;\n            padding: 0.3rem 0.8rem;\n            font-size: 0.75rem;\n            color: #3a3732;\n        }\n\n        .info-section {\n            background: #fef7e8;\n            border-radius: 1rem;\n            padding: 1rem;\n            margin-top: 0.5rem;\n        }\n\n        .info-section p {\n            margin: 0.4rem 0;\n            word-wrap: break-word;\n        }\n\n        .info-row {\n            display: flex;\n            justify-content: space-between;\n            align-items: baseline;\n            flex-wrap: wrap;\n            padding: 0.5rem 0;\n            border-bottom: 1px solid #ece4d8;\n        }\n\n        .info-label {\n            font-weight: 600;\n            color: #4b4a45;\n        }\n\n        .info-value {\n            color: #2c5f2d;\n            font-weight: 500;\n        }\n\n        .warning {\n            font-size: 0.75rem;\n            color: #8a7f6e;\n            border-top: 1px solid #ece4d8;\n            padding-top: 0.9rem;\n            margin-top: 0.5rem;\n            word-wrap: break-word;\n        }\n\n        footer {\n            background: #f6f3ed;\n            padding: 0.9rem 1rem;\n            font-size: 0.7rem;\n            color: #7a7162;\n            text-align: center;\n            border-top: 1px solid #eae2d6;\n            word-wrap: break-word;\n        }\n\n        h1, h2, h3, p, span, div, li, a {\n            word-break: break-word;\n            white-space: normal;\n        }\n\n        .burn-time {\n            background: #e8f0ea;\n            border-radius: 0.75rem;\n            padding: 0.75rem;\n            text-align: center;\n            font-size: 0.9rem;\n            color: #1d6f42;\n            margin: 0.5rem 0;\n            font-weight: 600;\n        }\n\n        .collection-link {\n            margin-top: 0.5rem;\n            text-align: center;\n        }\n\n        .collection-link a {\n            color: #8b5e3c;\n            text-decoration: underline;\n            font-weight: 600;\n        }\n    \u003c\/style\u003e\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-grid\"\u003e\n            \u003cdiv class=\"product-details\"\u003e\n                \u003c!-- Charity Badge --\u003e\n                \u003cdiv class=\"charity-badge\"\u003e⚔️ SPIRITUAL CHARITY CANDLE · HEAVENLY GUARDIAN\u003c\/div\u003e\n\n                \u003c!-- H1: Primary Title --\u003e\n                \u003ch1 class=\"product-title\"\u003e\n                    St. Michael the Archangel Candle — A Prayer for Divine Protection, Strength \u0026amp; Courage\n                \u003c\/h1\u003e\n\n                \u003c!-- Badges --\u003e\n                \u003cdiv class=\"badge-group\"\u003e\n                    \u003cspan class=\"badge badge-green\"\u003e🐾 Pet-friendly\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🌿 Phthalate-free\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🚫 Paraben-free\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🕯️ Coconut Apricot Wax\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🐰 Cruelty Free\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🌱 Soy Free\u003c\/span\u003e\n                    \u003cspan class=\"badge badge-spiritual\"\u003e⚔️ St. Michael\u003c\/span\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Donation Callout --\u003e\n                \u003cdiv class=\"donation-callout\"\u003e\n                    🙏 $5 from every candle sale supports St. Peter Catholic Church in Geneva, IL\n                \u003c\/div\u003e\n\n                \u003c!-- H2: Description --\u003e\n                \u003ch2 style=\"font-size: 1.2rem; margin-top: 0.25rem; color: #1f1e1c;\"\u003eA Candle of Courage and Heavenly Guardianship\u003c\/h2\u003e\n                \u003cdiv class=\"description\"\u003e\n                    \u003cp\u003eInvoke the strength, protection, and serenity of \u003cstrong\u003eSt. Michael the Archangel\u003c\/strong\u003e with our spiritually-inspired \u003cstrong\u003eSt. Michael candle\u003c\/strong\u003e. More than just a fragrance, this is a prayer candle and a tribute to the archangel's unwavering courage. It is the perfect \u003cstrong\u003ereligious gift\u003c\/strong\u003e for Confirmation, Baptism, or any occasion seeking a touch of the divine.\u003c\/p\u003e\n                    \u003cp\u003eLight this powerful \u003cstrong\u003eSt. Michael the Archangel candle\u003c\/strong\u003e during your prayers, in daily meditation, or while reading scripture to invite peace, courage, and divine protection into your home. Made with our premium coconut apricot wax blend, this \u003cstrong\u003eSt. Michaels candle\u003c\/strong\u003e offers a clean, long-lasting burn.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Fragrance Profile --\u003e\n                \u003cdiv class=\"scent-profile\"\u003e\n                    \u003c!-- H3: Scent Title --\u003e\n                    \u003ch3 class=\"scent-title\"\u003e🔥 Fragrance Profile — Power, Purity \u0026amp; Divine Light\u003c\/h3\u003e\n                    \u003cp style=\"margin-bottom: 0.75rem; font-size: 0.85rem; color: #5f5b54;\"\u003eThis complex, multilayered scent honors St. Michael's power and purity through symbolic, evocative notes.\u003c\/p\u003e\n\n                    \u003cdiv class=\"note-group\"\u003e\n                        \u003cstrong\u003eTop Notes:\u003c\/strong\u003e\n                        \u003cdiv class=\"note-list\"\u003e\n                            \u003cspan class=\"note-item\"\u003eOrange\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eJasmine\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eLavender\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eBergamot\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cp style=\"font-size: 0.75rem; margin-top: 0.3rem; color: #7a6b5a;\"\u003eFresh, radiant scents reflecting St. Michael's divine light and clarity. Bright citrus and floral tones represent purity, spiritual awakening, and the Archangel's role as a messenger of God.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"note-group\"\u003e\n                        \u003cstrong\u003eMiddle Notes:\u003c\/strong\u003e\n                        \u003cdiv class=\"note-list\"\u003e\n                            \u003cspan class=\"note-item\"\u003eCedar\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003ePatchouli\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eClove\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eLeather\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eSandalwood\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eChamomile\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eSage\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eRosemary\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eCamphor\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eAmber\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cp style=\"font-size: 0.75rem; margin-top: 0.3rem; color: #7a6b5a;\"\u003eEarthy and grounding notes speaking to St. Michael's strength, bravery, and leadership in battle. Herbal and woody tones evoke sacred rituals and protection, while leather and spice pay homage to his warrior nature.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"note-group\"\u003e\n                        \u003cstrong\u003eBase Notes:\u003c\/strong\u003e\n                        \u003cdiv class=\"note-list\"\u003e\n                            \u003cspan class=\"note-item\"\u003eIncense\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eTonka Bean\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eLight Musk\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eAmber\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eDark Musk\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eCedar\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eSandalwood\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eFrankincense\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eMyrrh\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cp style=\"font-size: 0.75rem; margin-top: 0.3rem; color: #7a6b5a;\"\u003eDeeply spiritual and reverent, rooted in classic church resins—\u003cstrong\u003efrankincense and myrrh\u003c\/strong\u003e—used for centuries in prayer and purification. These enduring notes call to mind sacred spaces and angelic presence.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Burn Time --\u003e\n                \u003cdiv class=\"burn-time\"\u003e\n                    🔥 60-70 hour burn time • Long-lasting divine protection\n                \u003c\/div\u003e\n\n                \u003c!-- H2: Give Back Section --\u003e\n                \u003ch2 style=\"font-size: 1.2rem; margin-bottom: 0.25rem; color: #1e3a2f;\"\u003e🙏 A Meaningful Gift that Gives Back\u003c\/h2\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003cp\u003eIn the spirit of service, \u003cstrong\u003e$5 from every St. Michael candle sale\u003c\/strong\u003e will be donated directly to \u003cstrong\u003eSt. Peter Catholic Church in Geneva, IL\u003c\/strong\u003e, supporting their mission and community outreach. This makes our \u003cstrong\u003eSt. Michael the Archangel candle\u003c\/strong\u003e a truly meaningful and spiritual gift.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Feature List --\u003e\n                \u003cul class=\"feature-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🙏 Supports St. Peter Catholic Church\u003c\/strong\u003e — $5 per candle donated\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🌿 Phthalate \u0026amp; Paraben Free\u003c\/strong\u003e — clean, non-toxic fragrance\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🐰 Cruelty Free\u003c\/strong\u003e — Leaping Bunny certified\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🌱 Soy Free\u003c\/strong\u003e — 100% coconut apricot wax blend\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🕯️ 60-70 Hour Burn Time\u003c\/strong\u003e — hours of prayerful reflection\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e⚔️ St. Michael the Archangel\u003c\/strong\u003e — strength, protection \u0026amp; heavenly guardianship\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🇺🇸 Handcrafted in Geneva, IL\u003c\/strong\u003e — small batch quality\u003c\/li\u003e\n                \u003c\/ul\u003e\n\n                \u003c!-- Collection Link --\u003e\n                \u003cdiv class=\"collection-link\"\u003e\n                    \u003ca href=\"https:\/\/www.beecococandle.com\/collections\/%E2%9C%A8-spiritual-charity-candle-collection\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e✨ Click here to view entire Spiritual Charity Candle Collection! ✨\u003c\/a\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- H3: Wax Section --\u003e\n                \u003ch3 style=\"font-size: 1.2rem; margin-top: 0.5rem; color: #1e3a2f;\"\u003e🍯 Natural Coconut Apricot Luxury Wax\u003c\/h3\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003cp\u003eExperience the luxurious aroma of Bee Coco Candle, carefully hand-crafted in small batches. Our unique blend of coconut and apricot waxes creates a beautiful bright white color for an unparalleled sensory experience. Enjoy the long-lasting scent, free from gluten, toxins, parabens, and phthalates. As a Leaping Bunny Certified product, we are proud to be cruelty-free. Enjoy the amazing hot and cold throw of our candles, without any soy ingredients. Bring home the ultimate indulgence with Bee Coco Candle!\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- H3: Wick Section --\u003e\n                \u003ch3 style=\"font-size: 1.2rem; margin-top: 0.5rem; color: #1e3a2f;\"\u003e🕯️ Lead-free 100% Cotton Wick\u003c\/h3\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003cp\u003eOur candles feature a lead-free, 100% cotton wick for a clean, even burn. No metal cores, no hidden toxins — just a pure, steady flame that complements your candle experience.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- H3: Disclaimer --\u003e\n                \u003ch3 style=\"font-size: 1.2rem; margin-top: 0.5rem; color: #1e3a2f;\"\u003e✨ Handcrafted with Care\u003c\/h3\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003cp\u003eEach \u003cstrong\u003eSt. Michael candle\u003c\/strong\u003e is crafted by hand in our small shop in Geneva, IL. Because every Bee Coco Candle is made by hand, you may come across some small imperfections like slight color variations, slightly off-centered labels, tiny marks on the jar, or minor melting during shipping. Do not worry — these do not affect the exceptional quality of our candles.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Quick Info --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003ePhthalate \u0026amp; Paraben Free:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e✓ Yes\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eCruelty Free:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e✓ Yes (Leaping Bunny Certified)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eSoy Free:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e✓ Yes\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eBurn Time:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e60-70 hours\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eWax Type:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003eCoconut Apricot Blend\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eWick:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003eLead-free 100% Cotton\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eCharity Partner:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003eSt. Peter Catholic Church, Geneva, IL\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Safety Warning --\u003e\n                \u003cdiv class=\"warning\"\u003e\n                    \u003cstrong\u003e⚠️ Candle Safety:\u003c\/strong\u003e Never leave a burning candle unattended. Keep away from children, pets, curtains, and flammable materials. Trim wick to ¼ inch before each use. Place on a heat-safe surface. Do not burn for more than 4 hours at a time.\n                \u003c\/div\u003e\n\n                \u003c!-- Micro Info --\u003e\n                \u003cdiv style=\"font-size: 0.7rem; color: #9f907b; text-align: center; border-top: 1px solid #f0e8dd; padding-top: 0.8rem; margin-top: 0.3rem;\"\u003e\n                    ⚔️ Handcrafted in Geneva, IL • Phthalate-free, paraben-free, soy-free • Cruelty-free • Pet-friendly • 60-70 hour burn • $5 per candle supports St. Peter Church\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cfooter\u003e\n            ⚔️ St. Michael the Archangel Candle — A prayer candle for divine protection with notes of orange, jasmine, lavender, bergamot, cedar, patchouli, clove, leather, sandalwood, chamomile, sage, rosemary, camphor, amber, incense, tonka bean, musk, frankincense, myrrh. $5 from every candle supports St. Peter Catholic Church in Geneva, IL.\n        \u003c\/footer\u003e\n    \u003c\/div\u003e\n\u003c\/body\u003e","brand":"Bee Coco Candle","offers":[{"title":"Default Title","offer_id":46683946483764,"sku":"CNDL-ST-MIC","price":27.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/7169\/7716\/files\/51D6F37A-6A5B-4DE2-962D-78DC0490FAA6.jpg?v=1778180070"},{"product_id":"st-patrick-8oz","title":"Saint Patrick Charity Candle 8oz","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes, viewport-fit=cover\"\u003e\n    \u003ctitle\u003eSt. Patrick Candle | Patron Saint of Ireland | Charity Candle for St. Peter Church | Bee Coco Candle\u003c\/title\u003e\n    \u003cmeta name=\"description\" content=\"St. Patrick Candle: Sage, eucalyptus, orange peel, ozone, bergamot, clover, pine, thistle, lavender, mint, moss, earth, juniper. $5 per candle supports St. Peter Catholic Church in Geneva, IL. 70-80 hour burn time.\"\u003e\n\n    \u003c!-- ============================================================ --\u003e\n    \u003c!-- OPEN GRAPH - Social Sharing --\u003e\n    \u003c!-- ============================================================ --\u003e\n    \u003cmeta property=\"og:title\" content=\"St. Patrick Candle — Celebrate the Legacy of the Emerald Isle | Charity Candle for St. Peter Church\"\u003e\n    \u003cmeta property=\"og:description\" content=\"St. Patrick Candle: Sage, eucalyptus, orange peel, ozone, bergamot, clover, pine, thistle, lavender, mint, moss, earth, juniper. $5 per candle supports St. Peter Catholic Church.\"\u003e\n    \u003cmeta property=\"og:url\" content=\"https:\/\/www.beecococandle.com\/products\/st-patrick-candle\"\u003e\n    \u003cmeta property=\"og:type\" content=\"product\"\u003e\n    \u003cmeta property=\"og:image\" content=\"https:\/\/www.beecococandle.com\/cdn\/shop\/files\/st-patrick-og.jpg\"\u003e\n    \u003cmeta name=\"twitter:card\" content=\"summary_large_image\"\u003e\n\n    \u003c!-- ============================================================ --\u003e\n    \u003c!-- CRITICAL: JSON-LD Structured Data --\u003e\n    \u003c!-- ============================================================ --\u003e\n    \u003cscript type=\"application\/ld+json\"\u003e\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"Product\",\n        \"name\": \"St. Patrick Candle — Celebrate the Legacy of the Emerald Isle\",\n        \"description\": \"St. Patrick Candle: Sage, eucalyptus, orange peel, ozone, bergamot, clover, pine, thistle, lavender, mint, moss, earth, juniper. $5 per candle supports St. Peter Catholic Church in Geneva, IL. 70-80 hour burn time.\",\n        \"sku\": \"SP-001\",\n        \"brand\": {\n            \"@type\": \"Brand\",\n            \"name\": \"Bee Coco Candle\"\n        },\n        \"offers\": {\n            \"@type\": \"Offer\",\n            \"url\": \"https:\/\/www.beecococandle.com\/products\/st-patrick-candle\",\n            \"priceCurrency\": \"USD\",\n            \"price\": \"27.50\",\n            \"availability\": \"https:\/\/schema.org\/InStock\",\n            \"priceValidUntil\": \"2026-12-31\"\n        },\n        \"aggregateRating\": {\n            \"@type\": \"AggregateRating\",\n            \"ratingValue\": \"4.9\",\n            \"reviewCount\": \"0\"\n        }\n    }\n    \u003c\/script\u003e\n\n    \u003c!-- Breadcrumb Schema --\u003e\n    \u003cscript type=\"application\/ld+json\"\u003e\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"BreadcrumbList\",\n        \"itemListElement\": [\n            {\n                \"@type\": \"ListItem\",\n                \"position\": 1,\n                \"name\": \"Home\",\n                \"item\": \"https:\/\/www.beecococandle.com\/\"\n            },\n            {\n                \"@type\": \"ListItem\",\n                \"position\": 2,\n                \"name\": \"Shop\",\n                \"item\": \"https:\/\/www.beecococandle.com\/collections\/all\"\n            },\n            {\n                \"@type\": \"ListItem\",\n                \"position\": 3,\n                \"name\": \"Spiritual Charity Candles\",\n                \"item\": \"https:\/\/www.beecococandle.com\/collections\/%E2%9C%A8-spiritual-charity-candle-collection\"\n            },\n            {\n                \"@type\": \"ListItem\",\n                \"position\": 4,\n                \"name\": \"St. Patrick Candle\",\n                \"item\": \"https:\/\/www.beecococandle.com\/products\/st-patrick-candle\"\n            }\n        ]\n    }\n    \u003c\/script\u003e\n\n    \u003c!-- FAQ Schema --\u003e\n    \u003cscript type=\"application\/ld+json\"\u003e\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"FAQPage\",\n        \"mainEntity\": [\n            {\n                \"@type\": \"Question\",\n                \"name\": \"What is the meaning of the St. Patrick Candle?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"The St. Patrick Candle celebrates the legacy of Saint Patrick, the patron saint of Ireland. It captures the essence of the Emerald Isle — rolling green hills, sacred forests, and the spirit of renewal.\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"Where does the donation go?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"$5 from every St. Patrick Candle sale is donated to St. Peter Catholic Church in Geneva, IL to support their mission, outreach, and community initiatives.\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"Are these candles non-toxic?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"Yes. Our candles are made with coconut-apricot wax, phthalate-free fragrances, and lead-free cotton wicks. They are completely non-toxic and safe for your home.\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"How long does the St. Patrick Candle burn?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"Each St. Patrick Candle has a total burn time of approximately 70-80 hours. For best results, we recommend not burning for more than 4 hours at a time.\"\n                }\n            }\n        ]\n    }\n    \u003c\/script\u003e\n\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            background: #f9f7f3;\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            line-height: 1.5;\n            color: #2c2b28;\n            padding: 1rem;\n        }\n\n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 1.5rem;\n            box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n            border: 1px solid #ece4d8;\n        }\n\n        .product-grid {\n            padding: 1.25rem;\n        }\n\n        .product-details {\n            display: flex;\n            flex-direction: column;\n            gap: 1rem;\n            width: 100%;\n            word-wrap: break-word;\n            overflow-wrap: break-word;\n        }\n\n        .product-title {\n            font-size: 1.8rem;\n            font-weight: 700;\n            line-height: 1.25;\n            letter-spacing: -0.01em;\n            color: #1f1e1c;\n            width: 100%;\n            word-wrap: break-word;\n        }\n\n        @media (max-width: 640px) {\n            .product-title {\n                font-size: 1.4rem;\n            }\n        }\n\n        .charity-badge {\n            display: inline-block;\n            background: #e8e0d5;\n            color: #8b5e3c;\n            font-size: 0.7rem;\n            font-weight: 600;\n            letter-spacing: 0.04em;\n            text-transform: uppercase;\n            padding: 0.25rem 0.85rem;\n            border-radius: 40px;\n            width: fit-content;\n        }\n\n        .badge-group {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n            margin: 0.25rem 0;\n        }\n\n        .badge {\n            background: #f4f1ea;\n            padding: 0.25rem 0.85rem;\n            border-radius: 40px;\n            font-size: 0.7rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.3px;\n            color: #4b4a45;\n            white-space: nowrap;\n        }\n\n        @media (max-width: 480px) {\n            .badge {\n                white-space: normal;\n                font-size: 0.65rem;\n            }\n        }\n\n        .badge-green {\n            background: #e3f2e9;\n            color: #1d6f42;\n        }\n\n        .badge-spiritual {\n            background: #e8e0d5;\n            color: #6b3a2a;\n        }\n\n        .badge-gold {\n            background: #f5edd6;\n            color: #8a6a2a;\n        }\n\n        .badge-irish {\n            background: #e8f0ea;\n            color: #2c6e2c;\n        }\n\n        \/* ============================================================ *\/\n        \/* BREADCRUMB *\/\n        \/* ============================================================ *\/\n        .breadcrumb {\n            padding: 0.5rem 0;\n            font-size: 0.85rem;\n            text-align: left;\n        }\n\n        .breadcrumb ol {\n            list-style: none;\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n            padding: 0;\n        }\n\n        .breadcrumb a {\n            color: #c4a050;\n            text-decoration: none;\n        }\n\n        .breadcrumb a:hover {\n            text-decoration: underline;\n        }\n\n        .breadcrumb .separator {\n            color: #8a7a62;\n        }\n\n        .breadcrumb .current {\n            color: #2c5f2d;\n            font-weight: 600;\n        }\n\n        \/* ============================================================ *\/\n\n        .description {\n            color: #3e3c39;\n            border-left: 3px solid #dcd3c2;\n            padding-left: 1rem;\n            margin: 0.25rem 0;\n        }\n\n        .description p {\n            margin-bottom: 0.5rem;\n            word-wrap: break-word;\n        }\n\n        .feature-list {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0.6rem;\n            margin: 0.5rem 0;\n        }\n\n        .feature-list li {\n            display: flex;\n            align-items: center;\n            gap: 0.7rem;\n            font-size: 0.95rem;\n            word-wrap: break-word;\n            flex-wrap: wrap;\n        }\n\n        .feature-list li::before {\n            content: \"✦\";\n            color: #c4a050;\n            font-weight: bold;\n            font-size: 0.8rem;\n            flex-shrink: 0;\n        }\n\n        .scent-profile {\n            background: #fbf9f5;\n            border-radius: 1rem;\n            padding: 1rem;\n            margin: 0.5rem 0;\n        }\n\n        .scent-title {\n            font-weight: 600;\n            margin-bottom: 0.75rem;\n            font-size: 0.9rem;\n            color: #2c5f2d;\n        }\n\n        .note-group {\n            margin-bottom: 1rem;\n        }\n\n        .note-group strong {\n            color: #6b3a2a;\n            display: block;\n            margin-bottom: 0.25rem;\n        }\n\n        .note-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n            margin-top: 0.25rem;\n        }\n\n        .note-item {\n            background: white;\n            border: 1px solid #e2dcd2;\n            border-radius: 40px;\n            padding: 0.3rem 0.8rem;\n            font-size: 0.75rem;\n            color: #3a3732;\n        }\n\n        .info-section {\n            background: #fef7e8;\n            border-radius: 1rem;\n            padding: 1rem;\n            margin-top: 0.5rem;\n        }\n\n        .info-section p {\n            margin: 0.4rem 0;\n            word-wrap: break-word;\n        }\n\n        .info-row {\n            display: flex;\n            justify-content: space-between;\n            align-items: baseline;\n            flex-wrap: wrap;\n            padding: 0.5rem 0;\n            border-bottom: 1px solid #ece4d8;\n        }\n\n        .info-label {\n            font-weight: 600;\n            color: #4b4a45;\n        }\n\n        .info-value {\n            color: #2c5f2d;\n            font-weight: 500;\n        }\n\n        .warning {\n            font-size: 0.75rem;\n            color: #8a7f6e;\n            border-top: 1px solid #ece4d8;\n            padding-top: 0.9rem;\n            margin-top: 0.5rem;\n            word-wrap: break-word;\n        }\n\n        .burn-time {\n            background: #e8f0ea;\n            border-radius: 0.75rem;\n            padding: 0.75rem;\n            text-align: center;\n            font-size: 0.9rem;\n            color: #1d6f42;\n            margin: 0.5rem 0;\n            font-weight: 600;\n        }\n\n        .donation-callout {\n            background: #2c5f2d;\n            color: white;\n            border-radius: 0.75rem;\n            padding: 0.75rem;\n            text-align: center;\n            margin: 0.5rem 0;\n            font-weight: 600;\n        }\n\n        .collection-link {\n            margin-top: 0.5rem;\n            text-align: center;\n        }\n\n        .collection-link a {\n            color: #c4a050;\n            text-decoration: underline;\n            font-weight: 600;\n        }\n\n        .collection-link a:hover {\n            color: #a8863a;\n        }\n\n        \/* ============================================================ *\/\n        \/* FAQ ITEMS - Product Page *\/\n        \/* ============================================================ *\/\n        .faq-item {\n            margin: 1rem 0;\n            border-bottom: 1px solid #d0e0c4;\n            padding-bottom: 1rem;\n            text-align: left;\n        }\n\n        .faq-item:last-child {\n            border-bottom: none;\n            padding-bottom: 0;\n        }\n\n        .faq-item .question {\n            font-weight: 700;\n            color: #2c5f2d;\n            margin-bottom: 0.25rem;\n        }\n\n        .faq-item .answer {\n            color: #3a5a3a;\n            line-height: 1.5;\n        }\n\n        html {\n            scroll-behavior: smooth;\n        }\n\n        h1, h2, h3, p, span, div, li, a {\n            word-break: break-word;\n            white-space: normal;\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"product-container\"\u003e\n\n        \u003cdiv class=\"product-grid\"\u003e\n\n            \u003cdiv class=\"product-details\"\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- BREADCRUMB --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cnav class=\"breadcrumb\" aria-label=\"Breadcrumb\"\u003e\n                    \u003col\u003e\n                        \u003cli\u003e\u003ca href=\"\/\"\u003eHome\u003c\/a\u003e\u003c\/li\u003e\n                        \u003cli class=\"separator\"\u003e›\u003c\/li\u003e\n                        \u003cli\u003e\u003ca href=\"\/collections\/all\"\u003eShop\u003c\/a\u003e\u003c\/li\u003e\n                        \u003cli class=\"separator\"\u003e›\u003c\/li\u003e\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.beecococandle.com\/collections\/%E2%9C%A8-spiritual-charity-candle-collection\"\u003eSpiritual Charity Candles\u003c\/a\u003e\u003c\/li\u003e\n                        \u003cli class=\"separator\"\u003e›\u003c\/li\u003e\n                        \u003cli class=\"current\"\u003eSt. Patrick Candle\u003c\/li\u003e\n                    \u003c\/ol\u003e\n                \u003c\/nav\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- CHARITY BADGE --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"charity-badge\"\u003e🍀 SPIRITUAL CHARITY CANDLE · PATRON SAINT OF IRELAND\u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- PRODUCT TITLE --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003ch1 class=\"product-title\"\u003eSt. Patrick Candle — Celebrate the Legacy of the Emerald Isle | Grounded in Nature \u0026amp; Spirituality | Supports St. Peter Church\u003c\/h1\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- BADGES --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"badge-group\"\u003e\n                    \u003cspan class=\"badge badge-green\"\u003e🐾 Pet-friendly\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🌿 Phthalate-free\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🚫 Paraben-free\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🕯️ Coconut Apricot Wax\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🐰 Cruelty Free\u003c\/span\u003e\n                    \u003cspan class=\"badge badge-gold\"\u003e🌱 Soy Free\u003c\/span\u003e\n                    \u003cspan class=\"badge badge-irish\"\u003e🍀 St. Patrick\u003c\/span\u003e\n                    \u003cspan class=\"badge badge-gold\"\u003e⛪ Supports St. Peter Church\u003c\/span\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- DONATION CALLOUT --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"donation-callout\"\u003e\n                    🙏 $5 from every candle sale supports St. Peter Catholic Church in Geneva, IL\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- MAIN DESCRIPTION --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"description\"\u003e\n                    \u003cp\u003eCelebrate the legacy of \u003cem\u003eSaint Patrick\u003c\/em\u003e, the beloved patron saint of Ireland, with this enchanting candle that captures the essence of the Emerald Isle. Infused with a harmonious blend of nature-inspired fragrances, the \u003cstrong\u003eSt. Patrick Candle\u003c\/strong\u003e is designed to transport you to rolling green hills and sacred forests, evoking the purity, wisdom, and spirituality of St. Patrick's life.\u003c\/p\u003e\n                    \u003cp\u003eLight this candle in celebration of St. Patrick's spirit—whether you're reflecting on his teachings or simply enjoying a moment of peace and serenity.\u003c\/p\u003e\n                    \u003cp\u003e\u003cstrong\u003eWhy Honor St. Patrick?\u003c\/strong\u003e As the patron saint of Ireland, St. Patrick is a symbol of faith, resilience, and the power of nature. His legacy of spreading Christianity across Ireland and his deep connection to the land inspire us to find spirituality in the world around us.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- FRAGRANCE PROFILE --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"scent-profile\"\u003e\n                    \u003cdiv class=\"scent-title\"\u003e🍃 Fragrance Profile — Grounded in Nature, Connected to the Earth\u003c\/div\u003e\n                    \u003cp style=\"margin-bottom: 0.75rem; font-size: 0.85rem; color: #5f5b54;\"\u003eEach note of this aromatic blend reflects the spirit of St. Patrick—grounded in nature, connected to the earth, and filled with a sense of peace and renewal.\u003c\/p\u003e\n\n                    \u003cdiv class=\"note-group\"\u003e\n                        \u003cstrong\u003eTop Notes:\u003c\/strong\u003e\n                        \u003cdiv class=\"note-list\"\u003e\n                            \u003cspan class=\"note-item\"\u003eSage\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eEucalyptus\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eOrange Peel\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eOzone\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eBergamot\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cp style=\"font-size: 0.75rem; margin-top: 0.3rem; color: #7a6b5a;\"\u003eCrisp, refreshing notes representing St. Patrick's wisdom and spiritual clarity, while orange peel and bergamot add lively, uplifting energy—awakening the soul to new possibilities.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"note-group\"\u003e\n                        \u003cstrong\u003eMiddle Notes:\u003c\/strong\u003e\n                        \u003cdiv class=\"note-list\"\u003e\n                            \u003cspan class=\"note-item\"\u003eClover\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003ePine\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eThistle\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eLavender\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eMint\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cp style=\"font-size: 0.75rem; margin-top: 0.3rem; color: #7a6b5a;\"\u003eThe heart of the candle pays homage to Ireland's lush green landscape—sweet, earthy clover and pine with refreshing lavender and mint, symbolizing abundance and vitality.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"note-group\"\u003e\n                        \u003cstrong\u003eBase Notes:\u003c\/strong\u003e\n                        \u003cdiv class=\"note-list\"\u003e\n                            \u003cspan class=\"note-item\"\u003eMoss\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eEarth\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eJuniper\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cp style=\"font-size: 0.75rem; margin-top: 0.3rem; color: #7a6b5a;\"\u003eEvokes the ancient forests and sacred groves of Ireland—earthy moss, juniper, and rich ground celebrate St. Patrick's reverence for the natural world and enduring faith.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- BURN TIME HIGHLIGHT --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"burn-time\"\u003e\n                    🔥 70-80 hour burn time • Long-lasting serenity\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- GIVE BACK SECTION --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #1e3a2f;\"\u003e🙏 Give Back with Every Candle\u003c\/h3\u003e\n                    \u003cp\u003eIn honor of St. Patrick's devotion and service, \u003cstrong\u003e$5 from each candle sale\u003c\/strong\u003e will be donated to \u003cstrong\u003eSt. Peter Catholic Church in Geneva, IL\u003c\/strong\u003e to support their ongoing mission and community programs.\u003c\/p\u003e\n                    \u003cp style=\"margin-top: 0.5rem; font-style: italic; color: #4a6a4a;\"\u003eYour purchase helps support faith, community, and the enduring legacy of St. Peter Church.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- FEATURE BULLETS --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cul class=\"feature-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🙏 Supports St. Peter Catholic Church\u003c\/strong\u003e — $5 per candle donated\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🌿 Phthalate \u0026amp; Paraben Free\u003c\/strong\u003e — clean, non-toxic fragrance\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🐰 Cruelty Free\u003c\/strong\u003e — Leaping Bunny certified\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🌱 Soy Free\u003c\/strong\u003e — 100% coconut apricot wax blend\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🕯️ 70-80 Hour Burn Time\u003c\/strong\u003e — hours of peaceful reflection\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🍀 Patron Saint of Ireland\u003c\/strong\u003e — rolling green hills \u0026amp; sacred forests\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🇺🇸 Handcrafted in Geneva, IL\u003c\/strong\u003e — small batch quality\u003c\/li\u003e\n                \u003c\/ul\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- COLLECTION LINK - CORRECT URL --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"collection-link\"\u003e\n                    \u003ca href=\"https:\/\/www.beecococandle.com\/collections\/%E2%9C%A8-spiritual-charity-candle-collection\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e✨ Click here to view entire Spiritual Charity Candle Collection! ✨\u003c\/a\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- NATURAL COCONUT APRICOT WAX --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #1e3a2f;\"\u003e🍯 Natural Coconut Apricot Luxury Wax\u003c\/h3\u003e\n                    \u003cp\u003eExperience the luxurious aroma of Bee Coco Candle, carefully hand-crafted in small batches. Our unique blend of coconut and apricot waxes creates a beautiful bright white color for an unparalleled sensory experience. Enjoy the long-lasting scent, free from gluten, toxins, parabens, and phthalates. As a Leaping Bunny Certified product, we are proud to be cruelty-free. Enjoy the amazing hot and cold throw of our candles, without any soy ingredients. Bring home the ultimate indulgence with Bee Coco Candle!\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- LEAD-FREE COTTON WICK --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #1e3a2f;\"\u003e🕯️ Lead-free 100% Cotton Wick\u003c\/h3\u003e\n                    \u003cp\u003eOur candles feature a lead-free, 100% cotton wick for a clean, even burn. No metal cores, no hidden toxins — just a pure, steady flame that complements your candle experience.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- HANDCRAFTED NOTE --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #1e3a2f;\"\u003e✨ Handcrafted with Care\u003c\/h3\u003e\n                    \u003cp\u003eEach candle is crafted by hand in my small shop in Geneva, IL. Because every Bee Coco Candle is made by hand, you may come across some small imperfections like slight color variations, slightly off-centered labels, tiny marks on the jar, or minor melting during shipping. Do not worry — these do not affect the exceptional quality of our candles.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- QUICK INFO SUMMARY --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003ePhthalate \u0026amp; Paraben Free:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e✓ Yes\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eCruelty Free:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e✓ Yes (Leaping Bunny Certified)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eSoy Free:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e✓ Yes\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eBurn Time:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e70-80 hours\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eWax Type:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003eCoconut Apricot Blend\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eWick:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003eLead-free 100% Cotton\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eCharity Partner:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003eSt. Peter Catholic Church, Geneva, IL\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- FAQ SECTION --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section\" style=\"background: #f0f7f0; border-color: #b8d4b8;\"\u003e\n                    \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.75rem; color: #1e3a2f; text-align: center;\"\u003e❓ Frequently Asked Questions\u003c\/h3\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cp class=\"question\"\u003eWhat is the meaning of the St. Patrick Candle?\u003c\/p\u003e\n                        \u003cp class=\"answer\"\u003eThe \u003cstrong\u003eSt. Patrick Candle\u003c\/strong\u003e celebrates the legacy of Saint Patrick, the patron saint of Ireland. It captures the essence of the Emerald Isle — rolling green hills, sacred forests, and the spirit of renewal.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cp class=\"question\"\u003eWhere does the donation go?\u003c\/p\u003e\n                        \u003cp class=\"answer\"\u003e\u003cstrong\u003e$5 from every St. Patrick Candle sale\u003c\/strong\u003e is donated to \u003cstrong\u003eSt. Peter Catholic Church in Geneva, IL\u003c\/strong\u003e to support their mission, outreach, and community initiatives.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cp class=\"question\"\u003eAre these candles non-toxic?\u003c\/p\u003e\n                        \u003cp class=\"answer\"\u003eYes. Our candles are made with \u003cstrong\u003ecoconut-apricot wax\u003c\/strong\u003e, \u003cstrong\u003ephthalate-free fragrances\u003c\/strong\u003e, and \u003cstrong\u003elead-free cotton wicks\u003c\/strong\u003e. They are completely non-toxic and safe for your home.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cp class=\"question\"\u003eHow long does the St. Patrick Candle burn?\u003c\/p\u003e\n                        \u003cp class=\"answer\"\u003eEach St. Patrick Candle has a total burn time of approximately \u003cstrong\u003e70-80 hours\u003c\/strong\u003e. For best results, we recommend not burning for more than 4 hours at a time.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cp class=\"question\"\u003eIs this candle pet-friendly?\u003c\/p\u003e\n                        \u003cp class=\"answer\"\u003eYes! Our \u003cstrong\u003eSt. Patrick Candle\u003c\/strong\u003e is \u003cstrong\u003epet-friendly\u003c\/strong\u003e and made with clean, non-toxic ingredients. Always burn candles out of reach of curious noses and paws.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cp class=\"question\"\u003eWhat makes this a spiritual candle?\u003c\/p\u003e\n                        \u003cp class=\"answer\"\u003eThe \u003cstrong\u003eSt. Patrick Candle\u003c\/strong\u003e is inspired by the legacy of Ireland's patron saint — a symbol of faith, resilience, and nature. Its fragrance profile and charitable giving make it a meaningful tool for prayer, reflection, and spiritual devotion.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- CANDLE CARE WARNING --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"warning\"\u003e\n                    \u003cstrong\u003e⚠️ Candle Safety:\u003c\/strong\u003e Never leave a burning candle unattended. Keep away from children, pets, curtains, and flammable materials. Trim wick to ¼ inch before each use. Place on a heat-safe surface. Do not burn for more than 4 hours at a time.\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- MICRO INFO --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv style=\"font-size: 0.7rem; color: #9f907b; text-align: center; border-top: 1px solid #f0e8dd; padding-top: 0.8rem; margin-top: 0.3rem;\"\u003e\n                    🍀 Handcrafted in Geneva, IL • Phthalate-free, paraben-free, soy-free • Cruelty-free • Pet-friendly • 70-80 hour burn • $5 per candle supports St. Peter Church\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\u003c!-- end product-details --\u003e\n\n        \u003c\/div\u003e\n\u003c!-- end product-grid --\u003e\n\n    \u003c\/div\u003e\n\u003c!-- end product-container --\u003e\n\n\n\u003c\/body\u003e","brand":"Bee Coco Candle","offers":[{"title":"St. Patrick Catholic School - St Charles IL","offer_id":47540525006900,"sku":"CNDL-ST-PAT-1","price":27.5,"currency_code":"USD","in_stock":true},{"title":"St. Peter Catholic Church - Geneva IL","offer_id":47540525039668,"sku":"CNDL-ST-PAT-2","price":27.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/7169\/7716\/files\/3F2BC5FA-AE4C-4A3C-B402-8FE1DD1B768B.jpg?v=1778180070"},{"product_id":"st-peter-8oz","title":"Saint Peter Charity Candle 8oz","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes, viewport-fit=cover\"\u003e\n    \u003ctitle\u003eSt. Peter Candle | Beholder of the Keys to Heaven | Charity Candle for St. Peter Church | Bee Coco Candle\u003c\/title\u003e\n    \u003cmeta name=\"description\" content=\"St. Peter Candle: Jasmine, ozone, juniper, tonka bean, sandalwood, leather, patchouli, gin, red currant, light musk, dark musk, amber, powder, oak, cedar, cypress, balsam. $5 per candle supports St. Peter Catholic Church in Geneva, IL. 60-70 hour burn time.\"\u003e\n\n    \u003c!-- ============================================================ --\u003e\n    \u003c!-- OPEN GRAPH - Social Sharing --\u003e\n    \u003c!-- ============================================================ --\u003e\n    \u003cmeta property=\"og:title\" content=\"St. Peter Candle — Beholder of the Keys to Heaven | Charity Candle for St. Peter Church\"\u003e\n    \u003cmeta property=\"og:description\" content=\"St. Peter Candle: Jasmine, ozone, juniper, tonka bean, sandalwood, leather, patchouli, gin, red currant, light musk, dark musk, amber, powder, oak, cedar, cypress, balsam. $5 per candle supports St. Peter Catholic Church.\"\u003e\n    \u003cmeta property=\"og:url\" content=\"https:\/\/www.beecococandle.com\/products\/st-peter-candle\"\u003e\n    \u003cmeta property=\"og:type\" content=\"product\"\u003e\n    \u003cmeta property=\"og:image\" content=\"https:\/\/www.beecococandle.com\/cdn\/shop\/files\/st-peter-og.jpg\"\u003e\n    \u003cmeta name=\"twitter:card\" content=\"summary_large_image\"\u003e\n\n    \u003c!-- ============================================================ --\u003e\n    \u003c!-- CRITICAL: JSON-LD Structured Data --\u003e\n    \u003c!-- ============================================================ --\u003e\n    \u003cscript type=\"application\/ld+json\"\u003e\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"Product\",\n        \"name\": \"St. Peter Candle — Beholder of the Keys to Heaven\",\n        \"description\": \"St. Peter Candle: Jasmine, ozone, juniper, tonka bean, sandalwood, leather, patchouli, gin, red currant, light musk, dark musk, amber, powder, oak, cedar, cypress, balsam. $5 per candle supports St. Peter Catholic Church in Geneva, IL. 60-70 hour burn time.\",\n        \"sku\": \"SP-001\",\n        \"brand\": {\n            \"@type\": \"Brand\",\n            \"name\": \"Bee Coco Candle\"\n        },\n        \"offers\": {\n            \"@type\": \"Offer\",\n            \"url\": \"https:\/\/www.beecococandle.com\/products\/st-peter-candle\",\n            \"priceCurrency\": \"USD\",\n            \"price\": \"27.50\",\n            \"availability\": \"https:\/\/schema.org\/InStock\",\n            \"priceValidUntil\": \"2026-12-31\"\n        },\n        \"aggregateRating\": {\n            \"@type\": \"AggregateRating\",\n            \"ratingValue\": \"4.9\",\n            \"reviewCount\": \"0\"\n        }\n    }\n    \u003c\/script\u003e\n\n    \u003c!-- Breadcrumb Schema --\u003e\n    \u003cscript type=\"application\/ld+json\"\u003e\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"BreadcrumbList\",\n        \"itemListElement\": [\n            {\n                \"@type\": \"ListItem\",\n                \"position\": 1,\n                \"name\": \"Home\",\n                \"item\": \"https:\/\/www.beecococandle.com\/\"\n            },\n            {\n                \"@type\": \"ListItem\",\n                \"position\": 2,\n                \"name\": \"Shop\",\n                \"item\": \"https:\/\/www.beecococandle.com\/collections\/all\"\n            },\n            {\n                \"@type\": \"ListItem\",\n                \"position\": 3,\n                \"name\": \"Spiritual Charity Candles\",\n                \"item\": \"https:\/\/www.beecococandle.com\/collections\/%E2%9C%A8-spiritual-charity-candle-collection\"\n            },\n            {\n                \"@type\": \"ListItem\",\n                \"position\": 4,\n                \"name\": \"St. Peter Candle\",\n                \"item\": \"https:\/\/www.beecococandle.com\/products\/st-peter-candle\"\n            }\n        ]\n    }\n    \u003c\/script\u003e\n\n    \u003c!-- FAQ Schema --\u003e\n    \u003cscript type=\"application\/ld+json\"\u003e\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"FAQPage\",\n        \"mainEntity\": [\n            {\n                \"@type\": \"Question\",\n                \"name\": \"What is the meaning of the St. Peter Candle?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"The St. Peter Candle honors Saint Peter, the Beholder of the Keys to Heaven. It symbolizes strength, faith, and divine guardianship — inviting reflection on his legacy and spiritual protection.\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"Where does the donation go?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"$5 from every St. Peter Candle sale is donated to St. Peter Catholic Church in Geneva, IL to support their mission, outreach, and community initiatives.\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"Are these candles non-toxic?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"Yes. Our candles are made with coconut-apricot wax, phthalate-free fragrances, and lead-free cotton wicks. They are completely non-toxic and safe for your home.\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"How long does the St. Peter Candle burn?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"Each St. Peter Candle has a total burn time of approximately 60-70 hours. For best results, we recommend not burning for more than 4 hours at a time.\"\n                }\n            }\n        ]\n    }\n    \u003c\/script\u003e\n\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            background: #f9f7f3;\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            line-height: 1.5;\n            color: #2c2b28;\n            padding: 1rem;\n        }\n\n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 1.5rem;\n            box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n            border: 1px solid #ece4d8;\n        }\n\n        .product-grid {\n            padding: 1.25rem;\n        }\n\n        .product-details {\n            display: flex;\n            flex-direction: column;\n            gap: 1rem;\n            width: 100%;\n            word-wrap: break-word;\n            overflow-wrap: break-word;\n        }\n\n        .product-title {\n            font-size: 1.8rem;\n            font-weight: 700;\n            line-height: 1.25;\n            letter-spacing: -0.01em;\n            color: #1f1e1c;\n            width: 100%;\n            word-wrap: break-word;\n        }\n\n        @media (max-width: 640px) {\n            .product-title {\n                font-size: 1.4rem;\n            }\n        }\n\n        .charity-badge {\n            display: inline-block;\n            background: #e8e0d5;\n            color: #8b5e3c;\n            font-size: 0.7rem;\n            font-weight: 600;\n            letter-spacing: 0.04em;\n            text-transform: uppercase;\n            padding: 0.25rem 0.85rem;\n            border-radius: 40px;\n            width: fit-content;\n        }\n\n        .badge-group {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n            margin: 0.25rem 0;\n        }\n\n        .badge {\n            background: #f4f1ea;\n            padding: 0.25rem 0.85rem;\n            border-radius: 40px;\n            font-size: 0.7rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.3px;\n            color: #4b4a45;\n            white-space: nowrap;\n        }\n\n        @media (max-width: 480px) {\n            .badge {\n                white-space: normal;\n                font-size: 0.65rem;\n            }\n        }\n\n        .badge-green {\n            background: #e3f2e9;\n            color: #1d6f42;\n        }\n\n        .badge-spiritual {\n            background: #e8e0d5;\n            color: #6b3a2a;\n        }\n\n        .badge-gold {\n            background: #f5edd6;\n            color: #8a6a2a;\n        }\n\n        \/* ============================================================ *\/\n        \/* BREADCRUMB *\/\n        \/* ============================================================ *\/\n        .breadcrumb {\n            padding: 0.5rem 0;\n            font-size: 0.85rem;\n            text-align: left;\n        }\n\n        .breadcrumb ol {\n            list-style: none;\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n            padding: 0;\n        }\n\n        .breadcrumb a {\n            color: #c4a050;\n            text-decoration: none;\n        }\n\n        .breadcrumb a:hover {\n            text-decoration: underline;\n        }\n\n        .breadcrumb .separator {\n            color: #8a7a62;\n        }\n\n        .breadcrumb .current {\n            color: #2c5f2d;\n            font-weight: 600;\n        }\n\n        \/* ============================================================ *\/\n\n        .description {\n            color: #3e3c39;\n            border-left: 3px solid #dcd3c2;\n            padding-left: 1rem;\n            margin: 0.25rem 0;\n        }\n\n        .description p {\n            margin-bottom: 0.5rem;\n            word-wrap: break-word;\n        }\n\n        .feature-list {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0.6rem;\n            margin: 0.5rem 0;\n        }\n\n        .feature-list li {\n            display: flex;\n            align-items: center;\n            gap: 0.7rem;\n            font-size: 0.95rem;\n            word-wrap: break-word;\n            flex-wrap: wrap;\n        }\n\n        .feature-list li::before {\n            content: \"✦\";\n            color: #c4a050;\n            font-weight: bold;\n            font-size: 0.8rem;\n            flex-shrink: 0;\n        }\n\n        .scent-profile {\n            background: #fbf9f5;\n            border-radius: 1rem;\n            padding: 1rem;\n            margin: 0.5rem 0;\n        }\n\n        .scent-title {\n            font-weight: 600;\n            margin-bottom: 0.75rem;\n            font-size: 0.9rem;\n            color: #2c5f2d;\n        }\n\n        .note-group {\n            margin-bottom: 1rem;\n        }\n\n        .note-group strong {\n            color: #6b3a2a;\n            display: block;\n            margin-bottom: 0.25rem;\n        }\n\n        .note-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n            margin-top: 0.25rem;\n        }\n\n        .note-item {\n            background: white;\n            border: 1px solid #e2dcd2;\n            border-radius: 40px;\n            padding: 0.3rem 0.8rem;\n            font-size: 0.75rem;\n            color: #3a3732;\n        }\n\n        .info-section {\n            background: #fef7e8;\n            border-radius: 1rem;\n            padding: 1rem;\n            margin-top: 0.5rem;\n        }\n\n        .info-section p {\n            margin: 0.4rem 0;\n            word-wrap: break-word;\n        }\n\n        .info-row {\n            display: flex;\n            justify-content: space-between;\n            align-items: baseline;\n            flex-wrap: wrap;\n            padding: 0.5rem 0;\n            border-bottom: 1px solid #ece4d8;\n        }\n\n        .info-label {\n            font-weight: 600;\n            color: #4b4a45;\n        }\n\n        .info-value {\n            color: #2c5f2d;\n            font-weight: 500;\n        }\n\n        .warning {\n            font-size: 0.75rem;\n            color: #8a7f6e;\n            border-top: 1px solid #ece4d8;\n            padding-top: 0.9rem;\n            margin-top: 0.5rem;\n            word-wrap: break-word;\n        }\n\n        .burn-time {\n            background: #e8f0ea;\n            border-radius: 0.75rem;\n            padding: 0.75rem;\n            text-align: center;\n            font-size: 0.9rem;\n            color: #1d6f42;\n            margin: 0.5rem 0;\n            font-weight: 600;\n        }\n\n        .donation-callout {\n            background: #2c5f2d;\n            color: white;\n            border-radius: 0.75rem;\n            padding: 0.75rem;\n            text-align: center;\n            margin: 0.5rem 0;\n            font-weight: 600;\n        }\n\n        .collection-link {\n            margin-top: 0.5rem;\n            text-align: center;\n        }\n\n        .collection-link a {\n            color: #c4a050;\n            text-decoration: underline;\n            font-weight: 600;\n        }\n\n        .collection-link a:hover {\n            color: #a8863a;\n        }\n\n        \/* ============================================================ *\/\n        \/* FAQ ITEMS - Product Page *\/\n        \/* ============================================================ *\/\n        .faq-item {\n            margin: 1rem 0;\n            border-bottom: 1px solid #d0e0c4;\n            padding-bottom: 1rem;\n            text-align: left;\n        }\n\n        .faq-item:last-child {\n            border-bottom: none;\n            padding-bottom: 0;\n        }\n\n        .faq-item .question {\n            font-weight: 700;\n            color: #2c5f2d;\n            margin-bottom: 0.25rem;\n        }\n\n        .faq-item .answer {\n            color: #3a5a3a;\n            line-height: 1.5;\n        }\n\n        html {\n            scroll-behavior: smooth;\n        }\n\n        h1, h2, h3, p, span, div, li, a {\n            word-break: break-word;\n            white-space: normal;\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"product-container\"\u003e\n\n        \u003cdiv class=\"product-grid\"\u003e\n\n            \u003cdiv class=\"product-details\"\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- BREADCRUMB --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cnav class=\"breadcrumb\" aria-label=\"Breadcrumb\"\u003e\n                    \u003col\u003e\n                        \u003cli\u003e\u003ca href=\"\/\"\u003eHome\u003c\/a\u003e\u003c\/li\u003e\n                        \u003cli class=\"separator\"\u003e›\u003c\/li\u003e\n                        \u003cli\u003e\u003ca href=\"\/collections\/all\"\u003eShop\u003c\/a\u003e\u003c\/li\u003e\n                        \u003cli class=\"separator\"\u003e›\u003c\/li\u003e\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.beecococandle.com\/collections\/%E2%9C%A8-spiritual-charity-candle-collection\"\u003eSpiritual Charity Candles\u003c\/a\u003e\u003c\/li\u003e\n                        \u003cli class=\"separator\"\u003e›\u003c\/li\u003e\n                        \u003cli class=\"current\"\u003eSt. Peter Candle\u003c\/li\u003e\n                    \u003c\/ol\u003e\n                \u003c\/nav\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- CHARITY BADGE --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"charity-badge\"\u003e🔑 SPIRITUAL CHARITY CANDLE · BEHOLDER OF THE KEYS TO HEAVEN\u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- PRODUCT TITLE --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003ch1 class=\"product-title\"\u003eSt. Peter Candle — Beholder of the Keys to Heaven | Strength, Faith \u0026amp; Divine Guardianship | Supports St. Peter Church\u003c\/h1\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- BADGES --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"badge-group\"\u003e\n                    \u003cspan class=\"badge badge-green\"\u003e🐾 Pet-friendly\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🌿 Phthalate-free\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🚫 Paraben-free\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🕯️ Coconut Apricot Wax\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🐰 Cruelty Free\u003c\/span\u003e\n                    \u003cspan class=\"badge badge-gold\"\u003e🌱 Soy Free\u003c\/span\u003e\n                    \u003cspan class=\"badge badge-spiritual\"\u003e🔑 St. Peter\u003c\/span\u003e\n                    \u003cspan class=\"badge badge-gold\"\u003e⛪ Supports St. Peter Church\u003c\/span\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- DONATION CALLOUT --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"donation-callout\"\u003e\n                    🙏 $5 from every candle sale supports St. Peter Catholic Church in Geneva, IL\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- MAIN DESCRIPTION --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"description\"\u003e\n                    \u003cp\u003eEmbrace the strength, faith, and divine guardianship of \u003cem\u003eSaint Peter\u003c\/em\u003e, the Beholder of the Keys to Heaven, with the \u003cstrong\u003eSt. Peter Candle\u003c\/strong\u003e. This candle embodies St. Peter's role as the steadfast protector of the gates of Heaven—symbolizing his unwavering commitment, spiritual leadership, and connection to the divine.\u003c\/p\u003e\n                    \u003cp\u003eLight this candle to reflect on St. Peter's legacy, invite spiritual protection into your space, or simply enjoy the grounding, sacred atmosphere it creates.\u003c\/p\u003e\n                    \u003cp\u003e\u003cstrong\u003eWhy Honor St. Peter?\u003c\/strong\u003e As the first Pope and the rock upon which Christ built His Church, St. Peter is a symbol of faith, strength, and divine guardianship. His legacy of courage and devotion inspires us to stand firm in our beliefs and trust in God's protection.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- FRAGRANCE PROFILE --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"scent-profile\"\u003e\n                    \u003cdiv class=\"scent-title\"\u003e🌿 Fragrance Profile — Earthy, Strong \u0026amp; Deeply Spiritual\u003c\/div\u003e\n                    \u003cp style=\"margin-bottom: 0.75rem; font-size: 0.85rem; color: #5f5b54;\"\u003eThis carefully crafted fragrance blend reflects the essence of St. Peter—earthy, strong, and deeply spiritual—while capturing his unique connection to both the earthly and heavenly realms.\u003c\/p\u003e\n\n                    \u003cdiv class=\"note-group\"\u003e\n                        \u003cstrong\u003eTop Notes:\u003c\/strong\u003e\n                        \u003cdiv class=\"note-list\"\u003e\n                            \u003cspan class=\"note-item\"\u003eJasmine\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eOzone\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eJuniper\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cp style=\"font-size: 0.75rem; margin-top: 0.3rem; color: #7a6b5a;\"\u003eCrisp, fresh notes evoking clarity and purity. Juniper, a symbol of protection, reflects St. Peter's role as a gatekeeper—guarding the sacred and ensuring spiritual safety.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"note-group\"\u003e\n                        \u003cstrong\u003eMiddle Notes:\u003c\/strong\u003e\n                        \u003cdiv class=\"note-list\"\u003e\n                            \u003cspan class=\"note-item\"\u003eTonka Bean\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eSandalwood\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eLeather\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003ePatchouli\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eGin\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eRed Currant\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cp style=\"font-size: 0.75rem; margin-top: 0.3rem; color: #7a6b5a;\"\u003eRich, grounding scents echoing St. Peter's unwavering foundation in faith. Leather reflects his responsibilities; gin and red currant bring hope and renewal.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"note-group\"\u003e\n                        \u003cstrong\u003eBase Notes:\u003c\/strong\u003e\n                        \u003cdiv class=\"note-list\"\u003e\n                            \u003cspan class=\"note-item\"\u003eLight Musk\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eDark Musk\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eAmber\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003ePowder\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eOak\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eCedar\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eCypress\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eBalsam\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cp style=\"font-size: 0.75rem; margin-top: 0.3rem; color: #7a6b5a;\"\u003eDeeply rooted, like the strong foundations of St. Peter's faith. Oak, cedar, and cypress give an earthy, sturdy quality; balsam adds sacred spiritual depth.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- BURN TIME HIGHLIGHT --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"burn-time\"\u003e\n                    🔥 60-70 hour burn time • Long-lasting spiritual protection\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- GIVE BACK SECTION --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #1e3a2f;\"\u003e🙏 Give Back with Every Candle\u003c\/h3\u003e\n                    \u003cp\u003eIn the spirit of St. Peter's mission, \u003cstrong\u003e$5 from each candle sale\u003c\/strong\u003e will be donated to \u003cstrong\u003eSt. Peter Catholic Church in Geneva, IL\u003c\/strong\u003e to support their community initiatives, outreach, and mission work.\u003c\/p\u003e\n                    \u003cp style=\"margin-top: 0.5rem; font-style: italic; color: #4a6a4a;\"\u003eYour purchase helps support faith, community, and the enduring legacy of St. Peter Church.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- FEATURE BULLETS --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cul class=\"feature-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🙏 Supports St. Peter Catholic Church\u003c\/strong\u003e — $5 per candle donated\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🌿 Phthalate \u0026amp; Paraben Free\u003c\/strong\u003e — clean, non-toxic fragrance\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🐰 Cruelty Free\u003c\/strong\u003e — Leaping Bunny certified\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🌱 Soy Free\u003c\/strong\u003e — 100% coconut apricot wax blend\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🕯️ 60-70 Hour Burn Time\u003c\/strong\u003e — hours of grounding reflection\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🔑 Beholder of the Keys to Heaven\u003c\/strong\u003e — strength, faith \u0026amp; divine guardianship\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🇺🇸 Handcrafted in Geneva, IL\u003c\/strong\u003e — small batch quality\u003c\/li\u003e\n                \u003c\/ul\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- COLLECTION LINK - CORRECT URL --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"collection-link\"\u003e\n                    \u003ca href=\"https:\/\/www.beecococandle.com\/collections\/%E2%9C%A8-spiritual-charity-candle-collection\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e✨ Click here to view entire Spiritual Charity Candle Collection! ✨\u003c\/a\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- NATURAL COCONUT APRICOT WAX --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #1e3a2f;\"\u003e🍯 Natural Coconut Apricot Luxury Wax\u003c\/h3\u003e\n                    \u003cp\u003eExperience the luxurious aroma of Bee Coco Candle, carefully hand-crafted in small batches. Our unique blend of coconut and apricot waxes creates a beautiful bright white color for an unparalleled sensory experience. Enjoy the long-lasting scent, free from gluten, toxins, parabens, and phthalates. As a Leaping Bunny Certified product, we are proud to be cruelty-free. Enjoy the amazing hot and cold throw of our candles, without any soy ingredients. Bring home the ultimate indulgence with Bee Coco Candle!\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- LEAD-FREE COTTON WICK --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #1e3a2f;\"\u003e🕯️ Lead-free 100% Cotton Wick\u003c\/h3\u003e\n                    \u003cp\u003eOur candles feature a lead-free, 100% cotton wick for a clean, even burn. No metal cores, no hidden toxins — just a pure, steady flame that complements your candle experience.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- HANDCRAFTED NOTE --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #1e3a2f;\"\u003e✨ Handcrafted with Care\u003c\/h3\u003e\n                    \u003cp\u003eEach candle is crafted by hand in my small shop in Geneva, IL. Because every Bee Coco Candle is made by hand, you may come across some small imperfections like slight color variations, slightly off-centered labels, tiny marks on the jar, or minor melting during shipping. Do not worry — these do not affect the exceptional quality of our candles.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- QUICK INFO SUMMARY --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003ePhthalate \u0026amp; Paraben Free:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e✓ Yes\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eCruelty Free:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e✓ Yes (Leaping Bunny Certified)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eSoy Free:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e✓ Yes\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eBurn Time:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e60-70 hours\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eWax Type:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003eCoconut Apricot Blend\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eWick:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003eLead-free 100% Cotton\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eCharity Partner:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003eSt. Peter Catholic Church, Geneva, IL\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- FAQ SECTION --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section\" style=\"background: #f0f7f0; border-color: #b8d4b8;\"\u003e\n                    \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.75rem; color: #1e3a2f; text-align: center;\"\u003e❓ Frequently Asked Questions\u003c\/h3\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cp class=\"question\"\u003eWhat is the meaning of the St. Peter Candle?\u003c\/p\u003e\n                        \u003cp class=\"answer\"\u003eThe \u003cstrong\u003eSt. Peter Candle\u003c\/strong\u003e honors Saint Peter, the Beholder of the Keys to Heaven. It symbolizes \u003cstrong\u003estrength, faith, and divine guardianship\u003c\/strong\u003e — inviting reflection on his legacy and spiritual protection in our daily lives.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cp class=\"question\"\u003eWhere does the donation go?\u003c\/p\u003e\n                        \u003cp class=\"answer\"\u003e\u003cstrong\u003e$5 from every St. Peter Candle sale\u003c\/strong\u003e is donated to \u003cstrong\u003eSt. Peter Catholic Church in Geneva, IL\u003c\/strong\u003e to support their mission, outreach, and community initiatives.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cp class=\"question\"\u003eAre these candles non-toxic?\u003c\/p\u003e\n                        \u003cp class=\"answer\"\u003eYes. Our candles are made with \u003cstrong\u003ecoconut-apricot wax\u003c\/strong\u003e, \u003cstrong\u003ephthalate-free fragrances\u003c\/strong\u003e, and \u003cstrong\u003elead-free cotton wicks\u003c\/strong\u003e. They are completely non-toxic and safe for your home.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cp class=\"question\"\u003eHow long does the St. Peter Candle burn?\u003c\/p\u003e\n                        \u003cp class=\"answer\"\u003eEach St. Peter Candle has a total burn time of approximately \u003cstrong\u003e60-70 hours\u003c\/strong\u003e. For best results, we recommend not burning for more than 4 hours at a time.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cp class=\"question\"\u003eIs this candle pet-friendly?\u003c\/p\u003e\n                        \u003cp class=\"answer\"\u003eYes! Our \u003cstrong\u003eSt. Peter Candle\u003c\/strong\u003e is \u003cstrong\u003epet-friendly\u003c\/strong\u003e and made with clean, non-toxic ingredients. Always burn candles out of reach of curious noses and paws.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cp class=\"question\"\u003eWhat makes this a spiritual candle?\u003c\/p\u003e\n                        \u003cp class=\"answer\"\u003eThe \u003cstrong\u003eSt. Peter Candle\u003c\/strong\u003e is inspired by the legacy of Saint Peter — the rock upon which Christ built His Church. Its fragrance profile and charitable giving make it a meaningful tool for prayer, reflection, and spiritual devotion.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- CANDLE CARE WARNING --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"warning\"\u003e\n                    \u003cstrong\u003e⚠️ Candle Safety:\u003c\/strong\u003e Never leave a burning candle unattended. Keep away from children, pets, curtains, and flammable materials. Trim wick to ¼ inch before each use. Place on a heat-safe surface. Do not burn for more than 4 hours at a time.\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- MICRO INFO --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv style=\"font-size: 0.7rem; color: #9f907b; text-align: center; border-top: 1px solid #f0e8dd; padding-top: 0.8rem; margin-top: 0.3rem;\"\u003e\n                    🔑 Handcrafted in Geneva, IL • Phthalate-free, paraben-free, soy-free • Cruelty-free • Pet-friendly • 60-70 hour burn • $5 per candle supports St. Peter Church\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\u003c!-- end product-details --\u003e\n\n        \u003c\/div\u003e\n\u003c!-- end product-grid --\u003e\n\n    \u003c\/div\u003e\n\u003c!-- end product-container --\u003e\n\n\n\u003c\/body\u003e","brand":"Bee Coco Candle","offers":[{"title":"Default Title","offer_id":46683969323060,"sku":"CNDL-ST-PET","price":27.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/7169\/7716\/files\/FullSizeRender_3c7476a2-f2ca-42d2-b20c-ca301c3d04f9.jpg?v=1778180070"},{"product_id":"holy-mary-8oz","title":"Holy Mary Charity Candle 8oz","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes, viewport-fit=cover\"\u003e\n    \u003cmeta name=\"description\" content=\"Holy Mary Candle: Green leaves, green floral, bergamot, coriander, lily of the valley, lilac, amyris, light musk, powder, amber, dark musk, sandalwood. $5 per candle supports St. Peter Catholic Church in Geneva, IL. 60-70 hour burn time.\"\u003e\n\n    \u003c!-- Open Graph --\u003e\n    \u003cmeta property=\"og:title\" content=\"Holy Mary Candle — Tribute to Our Lady | Charity Candle for St. Peter Church\"\u003e\n    \u003cmeta property=\"og:description\" content=\"Holy Mary Candle: Green leaves, green floral, bergamot, coriander, lily of the valley, lilac, amyris, light musk, powder, amber, dark musk, sandalwood. $5 per candle supports St. Peter Catholic Church.\"\u003e\n    \u003cmeta property=\"og:url\" content=\"https:\/\/www.beecococandle.com\/products\/holy-mary-candle\"\u003e\n    \u003cmeta property=\"og:type\" content=\"product\"\u003e\n    \u003cmeta property=\"og:image\" content=\"https:\/\/www.beecococandle.com\/cdn\/shop\/files\/holy-mary-og.jpg\"\u003e\n    \u003cmeta name=\"twitter:card\" content=\"summary_large_image\"\u003e\n\n    \u003c!-- JSON-LD Structured Data --\u003e\n    \u003cscript type=\"application\/ld+json\"\u003e\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"Product\",\n        \"name\": \"Holy Mary Candle — Tribute to Our Lady\",\n        \"description\": \"Holy Mary Candle: Green leaves, green floral, bergamot, coriander, lily of the valley, lilac, amyris, light musk, powder, amber, dark musk, sandalwood. $5 per candle supports St. Peter Catholic Church in Geneva, IL. 60-70 hour burn time.\",\n        \"sku\": \"HM-001\",\n        \"brand\": {\n            \"@type\": \"Brand\",\n            \"name\": \"Bee Coco Candle\"\n        },\n        \"offers\": {\n            \"@type\": \"Offer\",\n            \"url\": \"https:\/\/www.beecococandle.com\/products\/holy-mary-candle\",\n            \"priceCurrency\": \"USD\",\n            \"price\": \"27.50\",\n            \"availability\": \"https:\/\/schema.org\/InStock\",\n            \"priceValidUntil\": \"2026-12-31\"\n        },\n        \"aggregateRating\": {\n            \"@type\": \"AggregateRating\",\n            \"ratingValue\": \"4.9\",\n            \"reviewCount\": \"0\"\n        }\n    }\n    \u003c\/script\u003e\n\n    \u003cscript type=\"application\/ld+json\"\u003e\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"BreadcrumbList\",\n        \"itemListElement\": [\n            {\n                \"@type\": \"ListItem\",\n                \"position\": 1,\n                \"name\": \"Home\",\n                \"item\": \"https:\/\/www.beecococandle.com\/\"\n            },\n            {\n                \"@type\": \"ListItem\",\n                \"position\": 2,\n                \"name\": \"Shop\",\n                \"item\": \"https:\/\/www.beecococandle.com\/collections\/all\"\n            },\n            {\n                \"@type\": \"ListItem\",\n                \"position\": 3,\n                \"name\": \"Spiritual Charity Candles\",\n                \"item\": \"https:\/\/www.beecococandle.com\/collections\/%E2%9C%A8-spiritual-charity-candle-collection\"\n            },\n            {\n                \"@type\": \"ListItem\",\n                \"position\": 4,\n                \"name\": \"Holy Mary Candle\",\n                \"item\": \"https:\/\/www.beecococandle.com\/products\/holy-mary-candle\"\n            }\n        ]\n    }\n    \u003c\/script\u003e\n\n    \u003cscript type=\"application\/ld+json\"\u003e\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"FAQPage\",\n        \"mainEntity\": [\n            {\n                \"@type\": \"Question\",\n                \"name\": \"What is the meaning of the Holy Mary Candle?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"The Holy Mary Candle is a tribute to Our Lady, Mother of the Church. It serves as a reminder of her grace, purity, and intercession — inviting prayerful reflection and drawing us closer to Christ.\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"Where does the donation go?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"$5 from every Holy Mary Candle sale is donated to St. Peter Catholic Church in Geneva, IL to support their mission, outreach, and community initiatives.\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"Are these candles non-toxic?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"Yes. Our candles are made with coconut-apricot wax, phthalate-free fragrances, and lead-free cotton wicks. They are completely non-toxic and safe for your home.\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"How long does the Holy Mary Candle burn?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"Each Holy Mary Candle has a total burn time of approximately 60-70 hours. For best results, we recommend not burning for more than 4 hours at a time.\"\n                }\n            }\n        ]\n    }\n    \u003c\/script\u003e\n\n    \u003cstyle\u003e\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n        body {\n            background: #f9f7f3;\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            line-height: 1.5;\n            color: #2c2b28;\n            padding: 1rem;\n        }\n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 1.5rem;\n            box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n            border: 1px solid #ece4d8;\n        }\n        .product-grid { padding: 1.25rem; }\n        .product-details {\n            display: flex;\n            flex-direction: column;\n            gap: 1rem;\n            width: 100%;\n            word-wrap: break-word;\n            overflow-wrap: break-word;\n        }\n        .product-title {\n            font-size: 1.8rem;\n            font-weight: 700;\n            line-height: 1.25;\n            letter-spacing: -0.01em;\n            color: #1f1e1c;\n            width: 100%;\n            word-wrap: break-word;\n        }\n        @media (max-width: 640px) { .product-title { font-size: 1.4rem; } }\n        .charity-badge {\n            display: inline-block;\n            background: #e8e0d5;\n            color: #8b5e3c;\n            font-size: 0.7rem;\n            font-weight: 600;\n            letter-spacing: 0.04em;\n            text-transform: uppercase;\n            padding: 0.25rem 0.85rem;\n            border-radius: 40px;\n            width: fit-content;\n        }\n        .badge-group {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n            margin: 0.25rem 0;\n        }\n        .badge {\n            background: #f4f1ea;\n            padding: 0.25rem 0.85rem;\n            border-radius: 40px;\n            font-size: 0.7rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.3px;\n            color: #4b4a45;\n            white-space: nowrap;\n        }\n        @media (max-width: 480px) { .badge { white-space: normal; font-size: 0.65rem; } }\n        .badge-green { background: #e3f2e9; color: #1d6f42; }\n        .badge-spiritual { background: #e8e0d5; color: #6b3a2a; }\n        .badge-gold { background: #f5edd6; color: #8a6a2a; }\n\n        .breadcrumb {\n            padding: 0.5rem 0;\n            font-size: 0.85rem;\n            text-align: left;\n        }\n        .breadcrumb ol {\n            list-style: none;\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n            padding: 0;\n        }\n        .breadcrumb a { color: #c4a050; text-decoration: none; }\n        .breadcrumb a:hover { text-decoration: underline; }\n        .breadcrumb .separator { color: #8a7a62; }\n        .breadcrumb .current { color: #2c5f2d; font-weight: 600; }\n\n        .description {\n            color: #3e3c39;\n            border-left: 3px solid #dcd3c2;\n            padding-left: 1rem;\n            margin: 0.25rem 0;\n        }\n        .description p { margin-bottom: 0.5rem; word-wrap: break-word; }\n\n        .feature-list {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0.6rem;\n            margin: 0.5rem 0;\n        }\n        .feature-list li {\n            display: flex;\n            align-items: center;\n            gap: 0.7rem;\n            font-size: 0.95rem;\n            word-wrap: break-word;\n            flex-wrap: wrap;\n        }\n        .feature-list li::before {\n            content: \"✦\";\n            color: #c4a050;\n            font-weight: bold;\n            font-size: 0.8rem;\n            flex-shrink: 0;\n        }\n\n        .scent-profile {\n            background: #fbf9f5;\n            border-radius: 1rem;\n            padding: 1rem;\n            margin: 0.5rem 0;\n        }\n        .scent-title {\n            font-weight: 600;\n            margin-bottom: 0.75rem;\n            font-size: 0.9rem;\n            color: #2c5f2d;\n        }\n        .note-group { margin-bottom: 1rem; }\n        .note-group strong {\n            color: #6b3a2a;\n            display: block;\n            margin-bottom: 0.25rem;\n        }\n        .note-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n            margin-top: 0.25rem;\n        }\n        .note-item {\n            background: white;\n            border: 1px solid #e2dcd2;\n            border-radius: 40px;\n            padding: 0.3rem 0.8rem;\n            font-size: 0.75rem;\n            color: #3a3732;\n        }\n\n        .info-section {\n            background: #fef7e8;\n            border-radius: 1rem;\n            padding: 1rem;\n            margin-top: 0.5rem;\n        }\n        .info-section p { margin: 0.4rem 0; word-wrap: break-word; }\n        .info-row {\n            display: flex;\n            justify-content: space-between;\n            align-items: baseline;\n            flex-wrap: wrap;\n            padding: 0.5rem 0;\n            border-bottom: 1px solid #ece4d8;\n        }\n        .info-label { font-weight: 600; color: #4b4a45; }\n        .info-value { color: #2c5f2d; font-weight: 500; }\n        .warning {\n            font-size: 0.75rem;\n            color: #8a7f6e;\n            border-top: 1px solid #ece4d8;\n            padding-top: 0.9rem;\n            margin-top: 0.5rem;\n            word-wrap: break-word;\n        }\n        .burn-time {\n            background: #e8f0ea;\n            border-radius: 0.75rem;\n            padding: 0.75rem;\n            text-align: center;\n            font-size: 0.9rem;\n            color: #1d6f42;\n            margin: 0.5rem 0;\n            font-weight: 600;\n        }\n        .donation-callout {\n            background: #2c5f2d;\n            color: white;\n            border-radius: 0.75rem;\n            padding: 0.75rem;\n            text-align: center;\n            margin: 0.5rem 0;\n            font-weight: 600;\n        }\n        .collection-link {\n            margin-top: 0.5rem;\n            text-align: center;\n        }\n        .collection-link a {\n            color: #c4a050;\n            text-decoration: underline;\n            font-weight: 600;\n        }\n        .collection-link a:hover { color: #a8863a; }\n\n        .faq-item {\n            margin: 1rem 0;\n            border-bottom: 1px solid #d0e0c4;\n            padding-bottom: 1rem;\n            text-align: left;\n        }\n        .faq-item:last-child { border-bottom: none; padding-bottom: 0; }\n        .faq-item .question {\n            font-weight: 700;\n            color: #2c5f2d;\n            margin-bottom: 0.25rem;\n        }\n        .faq-item .answer {\n            color: #3a5a3a;\n            line-height: 1.5;\n        }\n\n        html { scroll-behavior: smooth; }\n        h1, h2, h3, p, span, div, li, a {\n            word-break: break-word;\n            white-space: normal;\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003cdiv class=\"product-container\"\u003e\n\n        \u003cdiv class=\"product-grid\"\u003e\n\n            \u003cdiv class=\"product-details\"\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- BREADCRUMB --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cnav class=\"breadcrumb\" aria-label=\"Breadcrumb\"\u003e\n                    \u003col\u003e\n                        \u003cli\u003e\u003ca href=\"\/\"\u003eHome\u003c\/a\u003e\u003c\/li\u003e\n                        \u003cli class=\"separator\"\u003e›\u003c\/li\u003e\n                        \u003cli\u003e\u003ca href=\"\/collections\/all\"\u003eShop\u003c\/a\u003e\u003c\/li\u003e\n                        \u003cli class=\"separator\"\u003e›\u003c\/li\u003e\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.beecococandle.com\/collections\/%E2%9C%A8-spiritual-charity-candle-collection\"\u003eSpiritual Charity Candles\u003c\/a\u003e\u003c\/li\u003e\n                        \u003cli class=\"separator\"\u003e›\u003c\/li\u003e\n                        \u003cli class=\"current\"\u003eHoly Mary Candle\u003c\/li\u003e\n                    \u003c\/ol\u003e\n                \u003c\/nav\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- CHARITY BADGE --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"charity-badge\"\u003e🌸 SPIRITUAL CHARITY CANDLE · IN HONOR OF HOLY MARY\u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- PRODUCT TITLE --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003ch1 class=\"product-title\"\u003eHoly Mary Candle — Tribute to Our Lady | Grace, Purity \u0026amp; Intercession | Supports St. Peter Church\u003c\/h1\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- BADGES --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"badge-group\"\u003e\n                    \u003cspan class=\"badge badge-green\"\u003e🐾 Pet-friendly\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🌿 Phthalate-free\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🚫 Paraben-free\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🕯️ Coconut Apricot Wax\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🐰 Cruelty Free\u003c\/span\u003e\n                    \u003cspan class=\"badge badge-gold\"\u003e🌱 Soy Free\u003c\/span\u003e\n                    \u003cspan class=\"badge badge-spiritual\"\u003e🌸 Holy Mary\u003c\/span\u003e\n                    \u003cspan class=\"badge badge-gold\"\u003e⛪ Supports St. Peter Church\u003c\/span\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- DONATION CALLOUT --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"donation-callout\"\u003e\n                    🙏 $5 from every candle sale supports St. Peter Catholic Church in Geneva, IL\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- MAIN DESCRIPTION --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"description\"\u003e\n                    \u003cp\u003eCelebrate the grace, purity, and intercession of \u003cstrong\u003eHoly Mary\u003c\/strong\u003e, Mother of the Church, with the \u003cstrong\u003eHoly Mary Candle\u003c\/strong\u003e. As the Mother of Christ, she holds a cherished place in our faith—gently guiding us on our spiritual path and drawing us nearer to her Son, Jesus. This candle serves as a heartfelt tribute to her beauty, compassion, and sacred role within the Church.\u003c\/p\u003e\n                    \u003cp\u003eLight this candle in prayer or reflection to honor Holy Mary's maternal love, seek her intercession, and draw closer to Christ through her gentle guidance.\u003c\/p\u003e\n                    \u003cp\u003e\u003cstrong\u003eWhy Honor Holy Mary?\u003c\/strong\u003e As the Mother of God and Mother of the Church, Mary is a model of faith, humility, and love. Her \"yes\" to God changed the world. This candle is an invitation to reflect on her example and seek her intercession in our daily lives.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- FRAGRANCE PROFILE --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"scent-profile\"\u003e\n                    \u003cdiv class=\"scent-title\"\u003e🌸 Fragrance Profile — Purity, Serenity \u0026amp; Loving Guidance\u003c\/div\u003e\n                    \u003cp style=\"margin-bottom: 0.75rem; font-size: 0.85rem; color: #5f5b54;\"\u003eThe fragrance of this candle is a tribute to the purity, serenity, and loving guidance that Holy Mary offers. Each note reflects her spiritual virtues, nurturing qualities, and her unique connection to both Heaven and Earth.\u003c\/p\u003e\n\n                    \u003cdiv class=\"note-group\"\u003e\n                        \u003cstrong\u003eTop Notes:\u003c\/strong\u003e\n                        \u003cdiv class=\"note-list\"\u003e\n                            \u003cspan class=\"note-item\"\u003eGreen Leaves\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eGreen Floral\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eBergamot\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eCoriander\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cp style=\"font-size: 0.75rem; margin-top: 0.3rem; color: #7a6b5a;\"\u003eFresh, vibrant notes representing the purity and renewal that Our Lady brings. Bergamot adds joy and hope; coriander reflects Mary's strength and quiet wisdom.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"note-group\"\u003e\n                        \u003cstrong\u003eMiddle Notes:\u003c\/strong\u003e\n                        \u003cdiv class=\"note-list\"\u003e\n                            \u003cspan class=\"note-item\"\u003eLily of the Valley\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eLilac\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eAmyris\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cp style=\"font-size: 0.75rem; margin-top: 0.3rem; color: #7a6b5a;\"\u003eDelicate sweetness of lily of the valley and lilac — flowers associated with purity and divine grace. Amyris represents Mary's steadfast and unwavering faith.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"note-group\"\u003e\n                        \u003cstrong\u003eBase Notes:\u003c\/strong\u003e\n                        \u003cdiv class=\"note-list\"\u003e\n                            \u003cspan class=\"note-item\"\u003eLight Musk\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003ePowder\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eAmber\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eDark Musk\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eSandalwood\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cp style=\"font-size: 0.75rem; margin-top: 0.3rem; color: #7a6b5a;\"\u003eGrounding notes capturing the serenity and humility of Our Lady. Amber and dark musk add spiritual depth; sandalwood provides a calming, sacred presence.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- BURN TIME HIGHLIGHT --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"burn-time\"\u003e\n                    🔥 60-70 hour burn time • Long-lasting devotion\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- GIVE BACK SECTION --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #1e3a2f;\"\u003e🙏 Give Back with Every Candle\u003c\/h3\u003e\n                    \u003cp\u003eIn devotion to Our Lady's powerful intercession, \u003cstrong\u003e$5 from each candle sale\u003c\/strong\u003e will be donated to \u003cstrong\u003eSt. Peter Catholic Church in Geneva, IL\u003c\/strong\u003e to support their ongoing mission and community outreach.\u003c\/p\u003e\n                    \u003cp style=\"margin-top: 0.5rem; font-style: italic; color: #4a6a4a;\"\u003eYour purchase helps support faith, community, and the enduring legacy of St. Peter Church.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- FEATURE BULLETS --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cul class=\"feature-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🙏 Supports St. Peter Catholic Church\u003c\/strong\u003e — $5 per candle donated\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🌿 Phthalate \u0026amp; Paraben Free\u003c\/strong\u003e — clean, non-toxic fragrance\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🐰 Cruelty Free\u003c\/strong\u003e — Leaping Bunny certified\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🌱 Soy Free\u003c\/strong\u003e — 100% coconut apricot wax blend\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🕯️ 60-70 Hour Burn Time\u003c\/strong\u003e — hours of prayerful reflection\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🌸 In Honor of Holy Mary\u003c\/strong\u003e — Mother of the Church, gentle guide\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🇺🇸 Handcrafted in Geneva, IL\u003c\/strong\u003e — small batch quality\u003c\/li\u003e\n                \u003c\/ul\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- COLLECTION LINK - CORRECT URL --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"collection-link\"\u003e\n                    \u003ca href=\"https:\/\/www.beecococandle.com\/collections\/%E2%9C%A8-spiritual-charity-candle-collection\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e✨ Click here to view entire Spiritual Charity Candle Collection! ✨\u003c\/a\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- NATURAL COCONUT APRICOT WAX --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #1e3a2f;\"\u003e🍯 Natural Coconut Apricot Luxury Wax\u003c\/h3\u003e\n                    \u003cp\u003eExperience the luxurious aroma of Bee Coco Candle, carefully hand-crafted in small batches. Our unique blend of coconut and apricot waxes creates a beautiful bright white color for an unparalleled sensory experience. Enjoy the long-lasting scent, free from gluten, toxins, parabens, and phthalates. As a Leaping Bunny Certified product, we are proud to be cruelty-free. Enjoy the amazing hot and cold throw of our candles, without any soy ingredients. Bring home the ultimate indulgence with Bee Coco Candle!\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- LEAD-FREE COTTON WICK --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #1e3a2f;\"\u003e🕯️ Lead-free 100% Cotton Wick\u003c\/h3\u003e\n                    \u003cp\u003eOur candles feature a lead-free, 100% cotton wick for a clean, even burn. No metal cores, no hidden toxins — just a pure, steady flame that complements your candle experience.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- HANDCRAFTED NOTE --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #1e3a2f;\"\u003e✨ Handcrafted with Care\u003c\/h3\u003e\n                    \u003cp\u003eEach candle is crafted by hand in my small shop in Geneva, IL. Because every Bee Coco Candle is made by hand, you may come across some small imperfections like slight color variations, slightly off-centered labels, tiny marks on the jar, or minor melting during shipping. Do not worry — these do not affect the exceptional quality of our candles.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- QUICK INFO SUMMARY --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003ePhthalate \u0026amp; Paraben Free:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e✓ Yes\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eCruelty Free:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e✓ Yes (Leaping Bunny Certified)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eSoy Free:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e✓ Yes\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eBurn Time:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e60-70 hours\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eWax Type:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003eCoconut Apricot Blend\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eWick:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003eLead-free 100% Cotton\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eCharity Partner:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003eSt. Peter Catholic Church, Geneva, IL\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- FAQ SECTION --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section\" style=\"background: #f0f7f0; border-color: #b8d4b8;\"\u003e\n                    \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.75rem; color: #1e3a2f; text-align: center;\"\u003e❓ Frequently Asked Questions\u003c\/h3\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cp class=\"question\"\u003eWhat is the meaning of the Holy Mary Candle?\u003c\/p\u003e\n                        \u003cp class=\"answer\"\u003eThe \u003cstrong\u003eHoly Mary Candle\u003c\/strong\u003e is a tribute to Our Lady, Mother of the Church. It serves as a reminder of her grace, purity, and intercession — inviting prayerful reflection and drawing us closer to Christ.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cp class=\"question\"\u003eWhere does the donation go?\u003c\/p\u003e\n                        \u003cp class=\"answer\"\u003e\u003cstrong\u003e$5 from every Holy Mary Candle sale\u003c\/strong\u003e is donated to \u003cstrong\u003eSt. Peter Catholic Church in Geneva, IL\u003c\/strong\u003e to support their mission, outreach, and community initiatives.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cp class=\"question\"\u003eAre these candles non-toxic?\u003c\/p\u003e\n                        \u003cp class=\"answer\"\u003eYes. Our candles are made with \u003cstrong\u003ecoconut-apricot wax\u003c\/strong\u003e, \u003cstrong\u003ephthalate-free fragrances\u003c\/strong\u003e, and \u003cstrong\u003elead-free cotton wicks\u003c\/strong\u003e. They are completely non-toxic and safe for your home.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cp class=\"question\"\u003eHow long does the Holy Mary Candle burn?\u003c\/p\u003e\n                        \u003cp class=\"answer\"\u003eEach Holy Mary Candle has a total burn time of approximately \u003cstrong\u003e60-70 hours\u003c\/strong\u003e. For best results, we recommend not burning for more than 4 hours at a time.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cp class=\"question\"\u003eIs this candle pet-friendly?\u003c\/p\u003e\n                        \u003cp class=\"answer\"\u003eYes! Our \u003cstrong\u003eHoly Mary Candle\u003c\/strong\u003e is \u003cstrong\u003epet-friendly\u003c\/strong\u003e and made with clean, non-toxic ingredients. Always burn candles out of reach of curious noses and paws.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cp class=\"question\"\u003eWhat makes this a spiritual candle?\u003c\/p\u003e\n                        \u003cp class=\"answer\"\u003eThe \u003cstrong\u003eHoly Mary Candle\u003c\/strong\u003e is inspired by the grace and intercession of Our Lady. Its fragrance profile and charitable giving make it a meaningful tool for prayer, reflection, and spiritual devotion.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- CANDLE CARE WARNING --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"warning\"\u003e\n                    \u003cstrong\u003e⚠️ Candle Safety:\u003c\/strong\u003e Never leave a burning candle unattended. Keep away from children, pets, curtains, and flammable materials. Trim wick to ¼ inch before each use. Place on a heat-safe surface. Do not burn for more than 4 hours at a time.\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- MICRO INFO --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv style=\"font-size: 0.7rem; color: #9f907b; text-align: center; border-top: 1px solid #f0e8dd; padding-top: 0.8rem; margin-top: 0.3rem;\"\u003e\n                    🌸 Handcrafted in Geneva, IL • Phthalate-free, paraben-free, soy-free • Cruelty-free • Pet-friendly • 60-70 hour burn • $5 per candle supports St. Peter Church\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\u003c!-- end product-details --\u003e\n\n        \u003c\/div\u003e\n\u003c!-- end product-grid --\u003e\n\n    \u003c\/div\u003e\n\u003c!-- end product-container --\u003e\n\n\n\u003c\/body\u003e","brand":"Bee Coco Candle","offers":[{"title":"Default Title","offer_id":47135501877300,"sku":"CNDL-ST-MOM","price":27.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/7169\/7716\/files\/Bee_Coco-4.jpg?v=1778180178"},{"product_id":"memento-mori-8oz","title":"Memento Mori Charity Candle 8oz","description":"\u003c!-- ============================================================ --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            background: #f9f7f3;\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            line-height: 1.5;\n            color: #2c2b28;\n            padding: 1rem;\n        }\n\n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 1.5rem;\n            box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n            border: 1px solid #ece4d8;\n        }\n\n        .product-grid {\n            padding: 1.25rem;\n        }\n\n        .product-details {\n            display: flex;\n            flex-direction: column;\n            gap: 1rem;\n            width: 100%;\n            word-wrap: break-word;\n            overflow-wrap: break-word;\n        }\n\n        .product-title {\n            font-size: 1.8rem;\n            font-weight: 700;\n            line-height: 1.25;\n            letter-spacing: -0.01em;\n            color: #1f1e1c;\n            width: 100%;\n            word-wrap: break-word;\n        }\n\n        @media (max-width: 640px) {\n            .product-title {\n                font-size: 1.4rem;\n            }\n        }\n\n        .charity-badge {\n            display: inline-block;\n            background: #e8e0d5;\n            color: #8b5e3c;\n            font-size: 0.7rem;\n            font-weight: 600;\n            letter-spacing: 0.04em;\n            text-transform: uppercase;\n            padding: 0.25rem 0.85rem;\n            border-radius: 40px;\n            width: fit-content;\n        }\n\n        .badge-group {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n            margin: 0.25rem 0;\n        }\n\n        .badge {\n            background: #f4f1ea;\n            padding: 0.25rem 0.85rem;\n            border-radius: 40px;\n            font-size: 0.7rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.3px;\n            color: #4b4a45;\n            white-space: nowrap;\n        }\n\n        @media (max-width: 480px) {\n            .badge {\n                white-space: normal;\n                font-size: 0.65rem;\n            }\n        }\n\n        .badge-green {\n            background: #e3f2e9;\n            color: #1d6f42;\n        }\n\n        .badge-spiritual {\n            background: #e8e0d5;\n            color: #6b3a2a;\n        }\n\n        .badge-gold {\n            background: #f5edd6;\n            color: #8a6a2a;\n        }\n\n        \/* ============================================================ *\/\n        \/* BREADCRUMB *\/\n        \/* ============================================================ *\/\n        .breadcrumb {\n            padding: 0.5rem 0;\n            font-size: 0.85rem;\n            text-align: left;\n        }\n\n        .breadcrumb ol {\n            list-style: none;\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n            padding: 0;\n        }\n\n        .breadcrumb a {\n            color: #c4a050;\n            text-decoration: none;\n        }\n\n        .breadcrumb a:hover {\n            text-decoration: underline;\n        }\n\n        .breadcrumb .separator {\n            color: #8a7a62;\n        }\n\n        .breadcrumb .current {\n            color: #2c5f2d;\n            font-weight: 600;\n        }\n\n        \/* ============================================================ *\/\n\n        .description {\n            color: #3e3c39;\n            border-left: 3px solid #dcd3c2;\n            padding-left: 1rem;\n            margin: 0.25rem 0;\n        }\n\n        .description p {\n            margin-bottom: 0.5rem;\n            word-wrap: break-word;\n        }\n\n        .feature-list {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0.6rem;\n            margin: 0.5rem 0;\n        }\n\n        .feature-list li {\n            display: flex;\n            align-items: center;\n            gap: 0.7rem;\n            font-size: 0.95rem;\n            word-wrap: break-word;\n            flex-wrap: wrap;\n        }\n\n        .feature-list li::before {\n            content: \"✦\";\n            color: #c4a050;\n            font-weight: bold;\n            font-size: 0.8rem;\n            flex-shrink: 0;\n        }\n\n        .scent-profile {\n            background: #fbf9f5;\n            border-radius: 1rem;\n            padding: 1rem;\n            margin: 0.5rem 0;\n        }\n\n        .scent-title {\n            font-weight: 600;\n            margin-bottom: 0.75rem;\n            font-size: 0.9rem;\n            color: #2c5f2d;\n        }\n\n        .note-group {\n            margin-bottom: 1rem;\n        }\n\n        .note-group strong {\n            color: #6b3a2a;\n            display: block;\n            margin-bottom: 0.25rem;\n        }\n\n        .note-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n            margin-top: 0.25rem;\n        }\n\n        .note-item {\n            background: white;\n            border: 1px solid #e2dcd2;\n            border-radius: 40px;\n            padding: 0.3rem 0.8rem;\n            font-size: 0.75rem;\n            color: #3a3732;\n        }\n\n        .info-section {\n            background: #fef7e8;\n            border-radius: 1rem;\n            padding: 1rem;\n            margin-top: 0.5rem;\n        }\n\n        .info-section p {\n            margin: 0.4rem 0;\n            word-wrap: break-word;\n        }\n\n        .info-row {\n            display: flex;\n            justify-content: space-between;\n            align-items: baseline;\n            flex-wrap: wrap;\n            padding: 0.5rem 0;\n            border-bottom: 1px solid #ece4d8;\n        }\n\n        .info-label {\n            font-weight: 600;\n            color: #4b4a45;\n        }\n\n        .info-value {\n            color: #2c5f2d;\n            font-weight: 500;\n        }\n\n        .warning {\n            font-size: 0.75rem;\n            color: #8a7f6e;\n            border-top: 1px solid #ece4d8;\n            padding-top: 0.9rem;\n            margin-top: 0.5rem;\n            word-wrap: break-word;\n        }\n\n        .burn-time {\n            background: #e8f0ea;\n            border-radius: 0.75rem;\n            padding: 0.75rem;\n            text-align: center;\n            font-size: 0.9rem;\n            color: #1d6f42;\n            margin: 0.5rem 0;\n            font-weight: 600;\n        }\n\n        .donation-callout {\n            background: #2c5f2d;\n            color: white;\n            border-radius: 0.75rem;\n            padding: 0.75rem;\n            text-align: center;\n            margin: 0.5rem 0;\n            font-weight: 600;\n        }\n\n        .collection-link {\n            margin-top: 0.5rem;\n            text-align: center;\n        }\n\n        .collection-link a {\n            color: #c4a050;\n            text-decoration: underline;\n            font-weight: 600;\n        }\n\n        .collection-link a:hover {\n            color: #a8863a;\n        }\n\n        \/* ============================================================ *\/\n        \/* FAQ ITEMS - Product Page *\/\n        \/* ============================================================ *\/\n        .faq-item {\n            margin: 1rem 0;\n            border-bottom: 1px solid #d0e0c4;\n            padding-bottom: 1rem;\n            text-align: left;\n        }\n\n        .faq-item:last-child {\n            border-bottom: none;\n            padding-bottom: 0;\n        }\n\n        .faq-item .question {\n            font-weight: 700;\n            color: #2c5f2d;\n            margin-bottom: 0.25rem;\n        }\n\n        .faq-item .answer {\n            color: #3a5a3a;\n            line-height: 1.5;\n        }\n\n        html {\n            scroll-behavior: smooth;\n        }\n\n        h1, h2, h3, p, span, div, li, a {\n            word-break: break-word;\n            white-space: normal;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-grid\"\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003c!-- ============================================================ --\u003e \u003c!-- BREADCRUMB --\u003e \u003c!-- ============================================================ --\u003e\u003cnav class=\"breadcrumb\"\u003e\n\u003col\u003e\n\u003cli\u003e\u003ca href=\"\/\"\u003eHome\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"separator\"\u003e›\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"\/collections\/all\"\u003eShop\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"separator\"\u003e›\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"\/collections\/spiritual-charity-candle-collection\"\u003eSpiritual Charity Candles\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"separator\"\u003e›\u003c\/li\u003e\n\u003cli class=\"current\"\u003eMemento Mori Candle\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/nav\u003e\u003c!-- ============================================================ --\u003e \u003c!-- CHARITY BADGE --\u003e \u003c!-- ============================================================ --\u003e\n\u003cdiv class=\"charity-badge\"\u003e🙏 SPIRITUAL CHARITY CANDLE\u003c\/div\u003e\n\u003c!-- ============================================================ --\u003e \u003c!-- PRODUCT TITLE --\u003e \u003c!-- ============================================================ --\u003e\n\u003ch1 class=\"product-title\"\u003eMemento Mori Candle — Remember You Must Die | Live Intentionally, Support St. Peter Church\u003c\/h1\u003e\n\u003c!-- ============================================================ --\u003e \u003c!-- BADGES --\u003e \u003c!-- ============================================================ --\u003e\n\u003cdiv class=\"badge-group\"\u003e\n\u003cspan class=\"badge badge-green\"\u003e🐾 Pet-friendly\u003c\/span\u003e \u003cspan class=\"badge\"\u003e🌿 Phthalate-free\u003c\/span\u003e \u003cspan class=\"badge\"\u003e🚫 Paraben-free\u003c\/span\u003e \u003cspan class=\"badge\"\u003e🕯️ Coconut Apricot Wax\u003c\/span\u003e \u003cspan class=\"badge\"\u003e🐰 Cruelty Free\u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003e🌱 Soy Free\u003c\/span\u003e \u003cspan class=\"badge badge-spiritual\"\u003e🙏 Memento Mori\u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003e⛪ Supports St. Peter Church\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================================ --\u003e \u003c!-- DONATION CALLOUT --\u003e \u003c!-- ============================================================ --\u003e\n\u003cdiv class=\"donation-callout\"\u003e🙏 $5 from every candle sale supports St. Peter Catholic Church in Geneva, IL\u003c\/div\u003e\n\u003c!-- ============================================================ --\u003e \u003c!-- MAIN DESCRIPTION --\u003e \u003c!-- ============================================================ --\u003e\n\u003cdiv class=\"description\"\u003e\n\u003cp\u003eEmbrace the profound reminder of life's fleeting nature with the \u003cstrong\u003eMemento Mori Candle\u003c\/strong\u003e. Inspired by the timeless concept of \u003cem\u003eMemento Mori\u003c\/em\u003e—\"remember you must die\"—this candle invites us to reflect on our mortality and the importance of living with intention, grace, and gratitude. As we face our own mortality, we are called to cherish each moment and seek deeper spiritual meaning.\u003c\/p\u003e\n\u003cp\u003eLight this candle as a reminder to live fully, love deeply, and reflect on the precious gift of life, knowing that each moment holds eternal value.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhy Memento Mori?\u003c\/strong\u003e This ancient Stoic practice reminds us that life is precious and finite. By confronting our mortality, we can live more authentically, love more deeply, and appreciate every moment. This candle is an invitation to that practice — a tangible reminder to live with purpose.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================================ --\u003e \u003c!-- FRAGRANCE PROFILE --\u003e \u003c!-- ============================================================ --\u003e\n\u003cdiv class=\"scent-profile\"\u003e\n\u003cdiv class=\"scent-title\"\u003e🌿 Fragrance Profile — The Duality of Life: Earthly \u0026amp; Divine, Fleeting Yet Enduring\u003c\/div\u003e\n\u003cp style=\"margin-bottom: 0.75rem; font-size: 0.85rem; color: #5f5b54;\"\u003eThe complex layers of this candle evoke a sense of both the transitory nature of life and the eternal beauty of the soul.\u003c\/p\u003e\n\u003cdiv class=\"note-group\"\u003e\n\u003cstrong\u003eTop Notes:\u003c\/strong\u003e\n\u003cdiv class=\"note-list\"\u003e\n\u003cspan class=\"note-item\"\u003eBergamot\u003c\/span\u003e \u003cspan class=\"note-item\"\u003eGeranium\u003c\/span\u003e \u003cspan class=\"note-item\"\u003eMoss\u003c\/span\u003e \u003cspan class=\"note-item\"\u003eViolet\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 0.75rem; margin-top: 0.3rem; color: #7a6b5a;\"\u003eThe bright, citrusy bergamot paired with geranium symbolizes life's fleeting beauty and the clarity that comes from reflection. Moss and violet bring a grounding, earthy element.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-group\"\u003e\n\u003cstrong\u003eMiddle Notes:\u003c\/strong\u003e\n\u003cdiv class=\"note-list\"\u003e\n\u003cspan class=\"note-item\"\u003eRose\u003c\/span\u003e \u003cspan class=\"note-item\"\u003eViolet\u003c\/span\u003e \u003cspan class=\"note-item\"\u003eRaspberry\u003c\/span\u003e \u003cspan class=\"note-item\"\u003eIncense\u003c\/span\u003e \u003cspan class=\"note-item\"\u003eSaffron\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 0.75rem; margin-top: 0.3rem; color: #7a6b5a;\"\u003eThe heart brings beauty and solemnity. Rose, violet, and raspberry symbolize love, memory, and sweetness. Incense and saffron add spirituality and connection to the divine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-group\"\u003e\n\u003cstrong\u003eBase Notes:\u003c\/strong\u003e\n\u003cdiv class=\"note-list\"\u003e\n\u003cspan class=\"note-item\"\u003eSaffron\u003c\/span\u003e \u003cspan class=\"note-item\"\u003eLeather\u003c\/span\u003e \u003cspan class=\"note-item\"\u003eVetiver\u003c\/span\u003e \u003cspan class=\"note-item\"\u003ePalo Santo\u003c\/span\u003e \u003cspan class=\"note-item\"\u003ePatchouli\u003c\/span\u003e \u003cspan class=\"note-item\"\u003eSandalwood\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 0.75rem; margin-top: 0.3rem; color: #7a6b5a;\"\u003eA deep, warm foundation representing resilience and wisdom. Palo Santo, patchouli, and sandalwood evoke sacred, meditative spaces — reminding us of the eternal soul.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================================ --\u003e \u003c!-- BURN TIME HIGHLIGHT --\u003e \u003c!-- ============================================================ --\u003e\n\u003cdiv class=\"burn-time\"\u003e🔥 60-70 hour burn time • Long-lasting reflection\u003c\/div\u003e\n\u003c!-- ============================================================ --\u003e \u003c!-- GIVE BACK SECTION --\u003e \u003c!-- ============================================================ --\u003e\n\u003cdiv class=\"info-section\"\u003e\n\u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #1e3a2f;\"\u003e🙏 Give Back with Every Candle\u003c\/h3\u003e\n\u003cp\u003eIn honor of the profound spiritual message of \u003cem\u003eMemento Mori\u003c\/em\u003e, \u003cstrong\u003e$5 from each candle sale\u003c\/strong\u003e will be donated to \u003cstrong\u003eSt. Peter Catholic Church in Geneva, IL\u003c\/strong\u003e, supporting their ongoing mission, outreach, and community initiatives.\u003c\/p\u003e\n\u003cp style=\"margin-top: 0.5rem; font-style: italic; color: #4a6a4a;\"\u003eYour purchase helps support faith, community, and the enduring legacy of St. Peter Church.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================================ --\u003e \u003c!-- FEATURE BULLETS --\u003e \u003c!-- ============================================================ --\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e🙏 Supports St. Peter Catholic Church\u003c\/strong\u003e — $5 per candle donated\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e🌿 Phthalate \u0026amp; Paraben Free\u003c\/strong\u003e — clean, non-toxic fragrance\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e🐰 Cruelty Free\u003c\/strong\u003e — Leaping Bunny certified\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e🌱 Soy Free\u003c\/strong\u003e — 100% coconut apricot wax blend\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e🕯️ 60-70 Hour Burn Time\u003c\/strong\u003e — hours of spiritual reflection\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e💭 Memento Mori\u003c\/strong\u003e — remember you must die; live with intention\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e🇺🇸 Handcrafted in Geneva, IL\u003c\/strong\u003e — small batch quality\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- ============================================================ --\u003e \u003c!-- COLLECTION LINK --\u003e \u003c!-- ============================================================ --\u003e\n\u003cdiv class=\"collection-link\"\u003e\u003ca href=\"https:\/\/www.beecococandle.com\/collections\/spiritual-charity-candle-collection\" rel=\"noopener noreferrer\" target=\"_blank\"\u003e✨ Click here to view entire Spiritual Charity Candle Collection! ✨\u003c\/a\u003e\u003c\/div\u003e\n\u003c!-- ============================================================ --\u003e \u003c!-- NATURAL COCONUT APRICOT WAX --\u003e \u003c!-- ============================================================ --\u003e\n\u003cdiv class=\"info-section\"\u003e\n\u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #1e3a2f;\"\u003e🍯 Natural Coconut Apricot Luxury Wax\u003c\/h3\u003e\n\u003cp\u003eExperience the luxurious aroma of Bee Coco Candle, carefully hand-crafted in small batches. Our unique blend of coconut and apricot waxes creates a beautiful bright white color for an unparalleled sensory experience. Enjoy the long-lasting scent, free from gluten, toxins, parabens, and phthalates. As a Leaping Bunny Certified product, we are proud to be cruelty-free. Enjoy the amazing hot and cold throw of our candles, without any soy ingredients. Bring home the ultimate indulgence with Bee Coco Candle!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================================ --\u003e \u003c!-- LEAD-FREE COTTON WICK --\u003e \u003c!-- ============================================================ --\u003e\n\u003cdiv class=\"info-section\"\u003e\n\u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #1e3a2f;\"\u003e🕯️ Lead-free 100% Cotton Wick\u003c\/h3\u003e\n\u003cp\u003eOur candles feature a lead-free, 100% cotton wick for a clean, even burn. No metal cores, no hidden toxins — just a pure, steady flame that complements your candle experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================================ --\u003e \u003c!-- HANDCRAFTED NOTE --\u003e \u003c!-- ============================================================ --\u003e\n\u003cdiv class=\"info-section\"\u003e\n\u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #1e3a2f;\"\u003e✨ Handcrafted with Care\u003c\/h3\u003e\n\u003cp\u003eEach candle is crafted by hand in my small shop in Geneva, IL. Because every Bee Coco Candle is made by hand, you may come across some small imperfections like slight color variations, slightly off-centered labels, tiny marks on the jar, or minor melting during shipping. Do not worry — these do not affect the exceptional quality of our candles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================================ --\u003e \u003c!-- QUICK INFO SUMMARY --\u003e \u003c!-- ============================================================ --\u003e\n\u003cdiv class=\"info-section\"\u003e\n\u003cdiv class=\"info-row\"\u003e\n\u003cspan class=\"info-label\"\u003ePhthalate \u0026amp; Paraben Free:\u003c\/span\u003e \u003cspan class=\"info-value\"\u003e✓ Yes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-row\"\u003e\n\u003cspan class=\"info-label\"\u003eCruelty Free:\u003c\/span\u003e \u003cspan class=\"info-value\"\u003e✓ Yes (Leaping Bunny Certified)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-row\"\u003e\n\u003cspan class=\"info-label\"\u003eSoy Free:\u003c\/span\u003e \u003cspan class=\"info-value\"\u003e✓ Yes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-row\"\u003e\n\u003cspan class=\"info-label\"\u003eBurn Time:\u003c\/span\u003e \u003cspan class=\"info-value\"\u003e60-70 hours\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-row\"\u003e\n\u003cspan class=\"info-label\"\u003eWax Type:\u003c\/span\u003e \u003cspan class=\"info-value\"\u003eCoconut Apricot Blend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-row\"\u003e\n\u003cspan class=\"info-label\"\u003eWick:\u003c\/span\u003e \u003cspan class=\"info-value\"\u003eLead-free 100% Cotton\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-row\"\u003e\n\u003cspan class=\"info-label\"\u003eCharity Partner:\u003c\/span\u003e \u003cspan class=\"info-value\"\u003eSt. Peter Catholic Church, Geneva, IL\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================================ --\u003e \u003c!-- FAQ SECTION --\u003e \u003c!-- ============================================================ --\u003e\n\u003cdiv class=\"info-section\" style=\"background: #f0f7f0; border-color: #b8d4b8;\"\u003e\n\u003ch3 style=\"font-size: 1rem; margin-bottom: 0.75rem; color: #1e3a2f; text-align: center;\"\u003e❓ Frequently Asked Questions\u003c\/h3\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"question\"\u003eWhat is the meaning of Memento Mori?\u003c\/p\u003e\n\u003cp class=\"answer\"\u003e\u003cstrong\u003eMemento Mori\u003c\/strong\u003e is a Latin phrase meaning \"remember you must die.\" It serves as a reminder of life's fleeting nature and the importance of living with intention, grace, and gratitude. This ancient Stoic practice helps us appreciate each moment and live more authentically.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"question\"\u003eWhere does the donation go?\u003c\/p\u003e\n\u003cp class=\"answer\"\u003e\u003cstrong\u003e$5 from every Memento Mori Candle sale\u003c\/strong\u003e is donated to \u003cstrong\u003eSt. Peter Catholic Church in Geneva, IL\u003c\/strong\u003e to support their mission, outreach, and community initiatives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"question\"\u003eAre these candles non-toxic?\u003c\/p\u003e\n\u003cp class=\"answer\"\u003eYes. Our candles are made with \u003cstrong\u003ecoconut-apricot wax\u003c\/strong\u003e, \u003cstrong\u003ephthalate-free fragrances\u003c\/strong\u003e, and \u003cstrong\u003elead-free cotton wicks\u003c\/strong\u003e. They are completely non-toxic and safe for your home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"question\"\u003eHow long does the Memento Mori Candle burn?\u003c\/p\u003e\n\u003cp class=\"answer\"\u003eEach Memento Mori Candle has a total burn time of approximately \u003cstrong\u003e60-70 hours\u003c\/strong\u003e. For best results, we recommend not burning for more than 4 hours at a time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"question\"\u003eIs this candle pet-friendly?\u003c\/p\u003e\n\u003cp class=\"answer\"\u003eYes! Our \u003cstrong\u003eMemento Mori Candle\u003c\/strong\u003e is \u003cstrong\u003epet-friendly\u003c\/strong\u003e and made with clean, non-toxic ingredients. Always burn candles out of reach of curious noses and paws.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"question\"\u003eWhat makes this a spiritual candle?\u003c\/p\u003e\n\u003cp class=\"answer\"\u003eThe \u003cstrong\u003eMemento Mori Candle\u003c\/strong\u003e is inspired by the ancient Stoic practice of reflecting on mortality. Its complex fragrance profile and charitable giving make it a meaningful tool for spiritual reflection, prayer, and intentional living.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================================ --\u003e \u003c!-- CANDLE CARE WARNING --\u003e \u003c!-- ============================================================ --\u003e\n\u003cdiv class=\"warning\"\u003e\n\u003cstrong\u003e⚠️ Candle Safety:\u003c\/strong\u003e Never leave a burning candle unattended. Keep away from children, pets, curtains, and flammable materials. Trim wick to ¼ inch before each use. Place on a heat-safe surface. Do not burn for more than 4 hours at a time.\u003c\/div\u003e\n\u003c!-- ============================================================ --\u003e \u003c!-- MICRO INFO --\u003e \u003c!-- ============================================================ --\u003e\n\u003cdiv style=\"font-size: 0.7rem; color: #9f907b; text-align: center; border-top: 1px solid #f0e8dd; padding-top: 0.8rem; margin-top: 0.3rem;\"\u003e🙏 Handcrafted in Geneva, IL • Phthalate-free, paraben-free, soy-free • Cruelty-free • Pet-friendly • 60-70 hour burn • $5 per candle supports St. Peter Church\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- end product-details --\u003e\n\u003c\/div\u003e\n\u003c!-- end product-grid --\u003e\n\u003c\/div\u003e\n\u003c!-- end product-container --\u003e","brand":"Bee Coco Candle","offers":[{"title":"Default Title","offer_id":46683970437172,"sku":"CNDL-ST-MEM","price":27.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/7169\/7716\/files\/FullSizeRender_c7810bb2-2f6e-45c5-a635-4f802d7bf9dc.jpg?v=1778180066"},{"product_id":"liberty-charity-candle","title":"Liberty Charity Candle","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes, viewport-fit=cover\"\u003e\n    \u003ctitle\u003eLiberty Charity Candle | Supports Homeless Veterans | Bee Coco Candle\u003c\/title\u003e\n    \u003cmeta name=\"description\" content=\"Veteran-owned Liberty Candle: Butterscotch Bourbon, Tobacco \u0026amp; Vanille. 70hr burn. Proceeds support homeless veterans. Phthalate-free.\"\u003e\n\n    \u003c!-- ============================================================ --\u003e\n    \u003c!-- OPEN GRAPH - Social Sharing --\u003e\n    \u003c!-- ============================================================ --\u003e\n    \u003cmeta property=\"og:title\" content=\"Liberty Charity Candle — Light With Purpose. Honor With Pride. | Supports Homeless Veterans\"\u003e\n    \u003cmeta property=\"og:description\" content=\"Liberty Charity Candle: Butterscotch Bourbon, Sweet Tobacco Leaf, Ambered Vanille. Supports Midwest Shelter for Homeless Veterans. Veteran-owned.\"\u003e\n    \u003cmeta property=\"og:url\" content=\"https:\/\/www.beecococandle.com\/products\/liberty-charity-candle\"\u003e\n    \u003cmeta property=\"og:type\" content=\"product\"\u003e\n    \u003cmeta property=\"og:image\" content=\"https:\/\/www.beecococandle.com\/cdn\/shop\/files\/liberty-og.jpg\"\u003e\n    \u003cmeta name=\"twitter:card\" content=\"summary_large_image\"\u003e\n\n    \u003c!-- ============================================================ --\u003e\n    \u003c!-- PRODUCT SCHEMA (FULLY OPTIMIZED - GSC ERROR FREE) --\u003e\n    \u003c!-- - Removed duplicate \"brand\" field (Shopify theme handles it) --\u003e\n    \u003c!-- - Shortened description to under 200 characters --\u003e\n    \u003c!-- - Added hasMerchantReturnPolicy --\u003e\n    \u003c!-- - Added shippingDetails --\u003e\n    \u003c!-- ============================================================ --\u003e\n    \u003cscript type=\"application\/ld+json\"\u003e\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"Product\",\n        \"name\": \"Liberty Charity Candle\",\n        \"description\": \"Liberty Charity Candle supports homeless veterans. Butterscotch Bourbon, Sweet Tobacco Leaf, Ambered Vanille. Phthalate-free, 60-70hr burn. Veteran-owned.\",\n        \"sku\": \"LIB-001\",\n        \"mpn\": \"LIB-001\",\n        \"productID\": \"LIB-001\",\n        \"image\": \"https:\/\/www.beecococandle.com\/cdn\/shop\/files\/liberty-product.jpg\",\n        \"offers\": {\n            \"@type\": \"Offer\",\n            \"url\": \"https:\/\/www.beecococandle.com\/products\/liberty-charity-candle\",\n            \"priceCurrency\": \"USD\",\n            \"price\": \"27.50\",\n            \"availability\": \"https:\/\/schema.org\/InStock\",\n            \"priceValidUntil\": \"2026-12-31\",\n            \"hasMerchantReturnPolicy\": {\n                \"@type\": \"MerchantReturnPolicy\",\n                \"applicableCountry\": \"US\",\n                \"returnPolicyCategory\": \"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\",\n                \"returnDays\": 30,\n                \"returnFees\": \"https:\/\/schema.org\/FreeReturn\",\n                \"returnMethod\": \"https:\/\/schema.org\/ReturnByMail\"\n            },\n            \"shippingDetails\": {\n                \"@type\": \"OfferShippingDetails\",\n                \"shippingDestination\": {\n                    \"@type\": \"DefinedRegion\",\n                    \"addressCountry\": \"US\"\n                },\n                \"deliveryTime\": {\n                    \"@type\": \"ShippingDeliveryTime\",\n                    \"handlingTime\": {\n                        \"@type\": \"QuantitativeValue\",\n                        \"minValue\": 1,\n                        \"maxValue\": 2,\n                        \"unitCode\": \"DAY\"\n                    },\n                    \"transitTime\": {\n                        \"@type\": \"QuantitativeValue\",\n                        \"minValue\": 2,\n                        \"maxValue\": 5,\n                        \"unitCode\": \"DAY\"\n                    }\n                }\n            }\n        },\n        \"aggregateRating\": {\n            \"@type\": \"AggregateRating\",\n            \"ratingValue\": \"5.0\",\n            \"reviewCount\": \"1\"\n        },\n        \"review\": {\n            \"@type\": \"Review\",\n            \"reviewRating\": {\n                \"@type\": \"Rating\",\n                \"ratingValue\": \"5\",\n                \"bestRating\": \"5\"\n            },\n            \"author\": {\n                \"@type\": \"Person\",\n                \"name\": \"Bee Coco Customer\"\n            }\n        }\n    }\n    \u003c\/script\u003e\n\n    \u003c!-- ============================================================ --\u003e\n    \u003c!-- BREADCRUMB SCHEMA --\u003e\n    \u003c!-- ============================================================ --\u003e\n    \u003cscript type=\"application\/ld+json\"\u003e\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"BreadcrumbList\",\n        \"itemListElement\": [\n            {\n                \"@type\": \"ListItem\",\n                \"position\": 1,\n                \"name\": \"Home\",\n                \"item\": \"https:\/\/www.beecococandle.com\/\"\n            },\n            {\n                \"@type\": \"ListItem\",\n                \"position\": 2,\n                \"name\": \"Shop\",\n                \"item\": \"https:\/\/www.beecococandle.com\/collections\/all\"\n            },\n            {\n                \"@type\": \"ListItem\",\n                \"position\": 3,\n                \"name\": \"Non-Toxic Candles\",\n                \"item\": \"https:\/\/www.beecococandle.com\/collections\/non-toxic-scented-candles\"\n            },\n            {\n                \"@type\": \"ListItem\",\n                \"position\": 4,\n                \"name\": \"Liberty Charity Candle\",\n                \"item\": \"https:\/\/www.beecococandle.com\/products\/liberty-charity-candle\"\n            }\n        ]\n    }\n    \u003c\/script\u003e\n\n    \u003c!-- ============================================================ --\u003e\n    \u003c!-- FAQ SCHEMA --\u003e\n    \u003c!-- ============================================================ --\u003e\n    \u003cscript type=\"application\/ld+json\"\u003e\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"FAQPage\",\n        \"mainEntity\": [\n            {\n                \"@type\": \"Question\",\n                \"name\": \"What is the Liberty Charity Candle scent profile?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"The Liberty Charity Candle features a bold, all-American blend of Butterscotch Bourbon, Sweet Tobacco Leaf, and Ambered Vanille — rugged yet smooth, balancing strength and comfort.\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"Where does the donation go?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"A portion of proceeds from every Liberty Charity Candle supports the Midwest Shelter for Homeless Veterans in Wheaton, IL — providing housing, support, and hope to those who've served.\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"Is this candle veteran-owned?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"Yes! Bee Coco Candle is a veteran-owned business, and supporting our brothers and sisters who served is at the heart of everything we do.\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"Are these candles non-toxic?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"Yes. Our candles are made with coconut-apricot wax, phthalate-free fragrances, and lead-free cotton wicks. They are completely non-toxic and safe for your home.\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"How long does the Liberty Charity Candle burn?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"Each Liberty Charity Candle has a total burn time of approximately 60-70 hours. For best results, we recommend not burning for more than 4 hours at a time.\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"Is this candle pet-friendly?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"Yes! Our Liberty Charity Candle is pet-friendly and made with clean, non-toxic ingredients. Always burn candles out of reach of curious noses and paws.\"\n                }\n            }\n        ]\n    }\n    \u003c\/script\u003e\n\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            background: #f9f7f3;\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            line-height: 1.5;\n            color: #2c2b28;\n            padding: 1rem;\n        }\n\n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 1.5rem;\n            box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n            border: 1px solid #ece4d8;\n        }\n\n        .product-grid {\n            padding: 1.25rem;\n        }\n\n        .product-details {\n            display: flex;\n            flex-direction: column;\n            gap: 1rem;\n            width: 100%;\n            word-wrap: break-word;\n            overflow-wrap: break-word;\n        }\n\n        .product-title {\n            font-size: 1.8rem;\n            font-weight: 700;\n            line-height: 1.25;\n            letter-spacing: -0.01em;\n            color: #1f1e1c;\n            width: 100%;\n            word-wrap: break-word;\n            margin-bottom: 0;\n        }\n\n        .product-subtitle {\n            font-size: 1.1rem;\n            font-weight: 400;\n            color: #5f5b54;\n            margin-top: -0.15rem;\n            margin-bottom: 0.5rem;\n        }\n\n        @media (max-width: 640px) {\n            .product-title {\n                font-size: 1.4rem;\n            }\n            .product-subtitle {\n                font-size: 0.95rem;\n            }\n        }\n\n        .charity-badge {\n            display: inline-block;\n            background: #e8e0d5;\n            color: #8b2c2c;\n            font-size: 0.7rem;\n            font-weight: 600;\n            letter-spacing: 0.04em;\n            text-transform: uppercase;\n            padding: 0.25rem 0.85rem;\n            border-radius: 40px;\n            width: fit-content;\n        }\n\n        .badge-group {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n            margin: 0.25rem 0;\n        }\n\n        .badge {\n            background: #f4f1ea;\n            padding: 0.25rem 0.85rem;\n            border-radius: 40px;\n            font-size: 0.7rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.3px;\n            color: #4b4a45;\n            white-space: nowrap;\n        }\n\n        @media (max-width: 480px) {\n            .badge {\n                white-space: normal;\n                font-size: 0.65rem;\n            }\n        }\n\n        .badge-green {\n            background: #e3f2e9;\n            color: #1d6f42;\n        }\n\n        .badge-gold {\n            background: #f5edd6;\n            color: #8a6a2a;\n        }\n\n        .badge-patriot {\n            background: #e8e0d5;\n            color: #8b2c2c;\n        }\n\n        .breadcrumb {\n            padding: 0.5rem 0;\n            font-size: 0.85rem;\n            text-align: left;\n        }\n\n        .breadcrumb ol {\n            list-style: none;\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n            padding: 0;\n        }\n\n        .breadcrumb a {\n            color: #c4a050;\n            text-decoration: none;\n        }\n\n        .breadcrumb a:hover {\n            text-decoration: underline;\n        }\n\n        .breadcrumb .separator {\n            color: #8a7a62;\n        }\n\n        .breadcrumb .current {\n            color: #2c5f2d;\n            font-weight: 600;\n        }\n\n        .description {\n            color: #3e3c39;\n            border-left: 3px solid #dcd3c2;\n            padding-left: 1rem;\n            margin: 0.25rem 0;\n        }\n\n        .description p {\n            margin-bottom: 0.5rem;\n            word-wrap: break-word;\n        }\n\n        .cause-section {\n            background: #faf7f0;\n            border-radius: 1rem;\n            padding: 1rem;\n            margin: 0.5rem 0;\n            border-left: 3px solid #8b2c2c;\n        }\n\n        .cause-section a {\n            color: #8b2c2c;\n            text-decoration: underline;\n        }\n\n        .feature-list {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0.6rem;\n            margin: 0.5rem 0;\n        }\n\n        .feature-list li {\n            display: flex;\n            align-items: center;\n            gap: 0.7rem;\n            font-size: 0.95rem;\n            word-wrap: break-word;\n            flex-wrap: wrap;\n        }\n\n        .feature-list li::before {\n            content: \"✦\";\n            color: #c4a050;\n            font-weight: bold;\n            font-size: 0.8rem;\n            flex-shrink: 0;\n        }\n\n        .scent-profile {\n            background: #fbf9f5;\n            border-radius: 1rem;\n            padding: 1rem;\n            margin: 0.5rem 0;\n        }\n\n        .scent-title {\n            font-weight: 600;\n            margin-bottom: 0.75rem;\n            font-size: 0.9rem;\n            color: #2c5f2d;\n        }\n\n        .scent-notes {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.6rem;\n        }\n\n        .scent-note {\n            background: white;\n            border: 1px solid #e2dcd2;\n            border-radius: 40px;\n            padding: 0.4rem 0.9rem;\n            font-size: 0.8rem;\n            text-align: center;\n            color: #3a3732;\n        }\n\n        .info-section {\n            background: #fef7e8;\n            border-radius: 1rem;\n            padding: 1rem;\n            margin-top: 0.5rem;\n        }\n\n        .info-section p {\n            margin: 0.4rem 0;\n            word-wrap: break-word;\n        }\n\n        .info-section h3 {\n            font-size: 1rem;\n            margin-bottom: 0.5rem;\n            color: #1e3a2f;\n        }\n\n        .info-row {\n            display: flex;\n            justify-content: space-between;\n            align-items: baseline;\n            flex-wrap: wrap;\n            padding: 0.5rem 0;\n            border-bottom: 1px solid #ece4d8;\n        }\n\n        .info-label {\n            font-weight: 600;\n            color: #4b4a45;\n        }\n\n        .info-value {\n            color: #2c5f2d;\n            font-weight: 500;\n        }\n\n        .warning {\n            font-size: 0.75rem;\n            color: #8a7f6e;\n            border-top: 1px solid #ece4d8;\n            padding-top: 0.9rem;\n            margin-top: 0.5rem;\n            word-wrap: break-word;\n        }\n\n        .burn-time {\n            background: #e8f0ea;\n            border-radius: 0.75rem;\n            padding: 0.75rem;\n            text-align: center;\n            font-size: 0.9rem;\n            color: #1d6f42;\n            margin: 0.5rem 0;\n            font-weight: 600;\n        }\n\n        .quote-text {\n            font-style: italic;\n            color: #8b2c2c;\n            text-align: center;\n            padding: 0.5rem 0;\n            border-top: 1px solid #ece4d8;\n            border-bottom: 1px solid #ece4d8;\n            margin: 0.5rem 0;\n        }\n\n        .faq-item {\n            margin: 1rem 0;\n            border-bottom: 1px solid #d0e0c4;\n            padding-bottom: 1rem;\n            text-align: left;\n        }\n\n        .faq-item:last-child {\n            border-bottom: none;\n            padding-bottom: 0;\n        }\n\n        .faq-item .question {\n            font-weight: 700;\n            color: #2c5f2d;\n            margin-bottom: 0.25rem;\n        }\n\n        .faq-item .answer {\n            color: #3a5a3a;\n            line-height: 1.5;\n        }\n\n        .internal-links {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.75rem 1.5rem;\n            margin-top: 0.5rem;\n        }\n\n        .internal-links a {\n            color: #c4a050;\n            text-decoration: underline;\n            font-weight: 500;\n            font-size: 0.85rem;\n        }\n\n        .internal-links a:hover {\n            color: #a8863a;\n        }\n\n        html {\n            scroll-behavior: smooth;\n        }\n\n        h1, h2, h3, p, span, div, li, a {\n            word-break: break-word;\n            white-space: normal;\n        }\n\n        .faq-section {\n            background: #f0f7f0;\n            border-color: #b8d4b8;\n        }\n\n        .faq-section h3 {\n            text-align: center;\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-grid\"\u003e\n            \u003cdiv class=\"product-details\"\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- BREADCRUMB --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cnav class=\"breadcrumb\" aria-label=\"Breadcrumb\"\u003e\n                    \u003col\u003e\n                        \u003cli\u003e\u003ca href=\"\/\"\u003eHome\u003c\/a\u003e\u003c\/li\u003e\n                        \u003cli class=\"separator\"\u003e›\u003c\/li\u003e\n                        \u003cli\u003e\u003ca href=\"\/collections\/all\"\u003eShop\u003c\/a\u003e\u003c\/li\u003e\n                        \u003cli class=\"separator\"\u003e›\u003c\/li\u003e\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.beecococandle.com\/collections\/non-toxic-scented-candles\"\u003eNon-Toxic Candles\u003c\/a\u003e\u003c\/li\u003e\n                        \u003cli class=\"separator\"\u003e›\u003c\/li\u003e\n                        \u003cli class=\"current\"\u003eLiberty Charity Candle\u003c\/li\u003e\n                    \u003c\/ol\u003e\n                \u003c\/nav\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- CHARITY BADGE --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"charity-badge\"\u003e🇺🇸 VETERAN-OWNED · GIVING BACK\u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- PRODUCT TITLE (CLEAN H1) --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003ch1 class=\"product-title\"\u003eLiberty Charity Candle\u003c\/h1\u003e\n                \u003cp class=\"product-subtitle\"\u003eLight With Purpose. Honor With Pride. | Supports Homeless Veterans\u003c\/p\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- BADGES --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"badge-group\"\u003e\n                    \u003cspan class=\"badge badge-green\"\u003e🐾 Pet-friendly\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🌿 Phthalate-free\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🚫 Paraben-free\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🕯️ Coconut Apricot Wax\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🐰 Cruelty Free\u003c\/span\u003e\n                    \u003cspan class=\"badge badge-gold\"\u003e🌱 Soy Free\u003c\/span\u003e\n                    \u003cspan class=\"badge badge-patriot\"\u003e🇺🇸 Supports Veterans\u003c\/span\u003e\n                    \u003cspan class=\"badge badge-gold\"\u003e🎖️ Veteran-Owned\u003c\/span\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- MAIN DESCRIPTION --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"description\"\u003e\n                    \u003cp\u003e\u003cstrong\u003eLight With Purpose. Honor With Pride.\u003c\/strong\u003e\u003c\/p\u003e\n                    \u003cp\u003eAs a veteran-owned business, supporting our brothers and sisters who served isn't just important—it's personal. That's why we created the Liberty Charity Candle: a bold, patriotic scent made to honor sacrifice, celebrate freedom, and give back where it matters most.\u003c\/p\u003e\n                    \u003cp\u003e\u003cstrong\u003eWhy Liberty?\u003c\/strong\u003e Freedom is not free — it must be fought for and defended. This candle is a tribute to those who answered the call and a reminder that we can all play a part in supporting our veterans. Every purchase makes a difference.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- QUOTE --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"quote-text\"\u003e“Freedom is not free; it must be fought for and defended.”\u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- CAUSE SECTION --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"cause-section\"\u003e\n                    \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #8b2c2c;\"\u003e🇺🇸 The Cause\u003c\/h3\u003e\n                    \u003cp\u003eEvery purchase of this candle supports the \u003cstrong\u003eMidwest Shelter for Homeless Veterans\u003c\/strong\u003e in Wheaton, IL — an organization providing housing, support, and hope to those who've served. \u003ca href=\"https:\/\/www.helpaveteran.org\/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eLearn more about MSHV\u003c\/a\u003e\u003c\/p\u003e\n                    \u003cp style=\"margin-top: 0.5rem;\"\u003eWhen you light this candle, you're helping light the way for veterans in need.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- SCENT PROFILE --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"scent-profile\"\u003e\n                    \u003cdiv class=\"scent-title\"\u003e✨ The Scent — A bold, all-American fragrance blend that's both rugged and smooth\u003c\/div\u003e\n                    \u003cdiv class=\"scent-notes\"\u003e\n                        \u003cspan class=\"scent-note\"\u003eButterscotch Bourbon\u003c\/span\u003e\n                        \u003cspan class=\"scent-note\"\u003eSweet Tobacco Leaf\u003c\/span\u003e\n                        \u003cspan class=\"scent-note\"\u003eAmbered Vanille\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cp style=\"margin-top: 0.75rem; font-size: 0.85rem; color: #5f5b54;\"\u003eThe perfect balance of strength and comfort — just like our heroes.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- BURN TIME HIGHLIGHT --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"burn-time\"\u003e\n                    🔥 60-70 hour burn time • Long-lasting luxury\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- FEATURE BULLETS --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cul class=\"feature-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🇺🇸 Veteran-Owned\u003c\/strong\u003e — poured with purpose\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🌿 Phthalate \u0026amp; Paraben Free\u003c\/strong\u003e — clean, non-toxic fragrance\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🐰 Cruelty Free\u003c\/strong\u003e — Leaping Bunny certified\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🌱 Soy Free\u003c\/strong\u003e — 100% coconut apricot wax blend\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🕯️ 60-70 Hour Burn Time\u003c\/strong\u003e — hours of patriotic aroma\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🎁 Perfect for Gifting\u003c\/strong\u003e — show your patriotic pride\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e🇺🇸 Supports Midwest Shelter for Homeless Veterans\u003c\/strong\u003e — every purchase gives back\u003c\/li\u003e\n                \u003c\/ul\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- GIVE BACK SECTION --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003ch3\u003e🇺🇸 Give Back With Every Candle\u003c\/h3\u003e\n                    \u003cp\u003eThis isn't just a candle — it's a thank you. A portion of proceeds from every Liberty Candle directly supports veterans rebuilding their lives.\u003c\/p\u003e\n                    \u003cp style=\"margin-top: 0.5rem; font-weight: 600; color: #8b2c2c;\"\u003eLight it. Love it. Live Liberty.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- NATURAL COCONUT APRICOT WAX --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003ch3\u003e🍯 Natural Coconut Apricot Luxury Wax\u003c\/h3\u003e\n                    \u003cp\u003eExperience the luxurious aroma of Bee Coco Candle, carefully hand-crafted in small batches. Our unique blend of coconut and apricot waxes creates a beautiful bright white color for an unparalleled sensory experience. Enjoy the long-lasting scent, free from gluten, toxins, parabens, and phthalates. As a Leaping Bunny Certified product, we are proud to be cruelty-free. Enjoy the amazing hot and cold throw of our candles, without any soy ingredients. Bring home the ultimate indulgence with Bee Coco Candle!\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- LEAD-FREE COTTON WICK --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003ch3\u003e🕯️ Lead-free 100% Cotton Wick\u003c\/h3\u003e\n                    \u003cp\u003eOur candles feature a lead-free, 100% cotton wick for a clean, even burn. No metal cores, no hidden toxins — just a pure, steady flame that complements your candle experience.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- HANDCRAFTED NOTE --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003ch3\u003e✨ Handcrafted with Care\u003c\/h3\u003e\n                    \u003cp\u003eEach candle is crafted by hand in my small shop in Geneva, IL. Because every Bee Coco Candle is made by hand, you may come across some small imperfections like slight color variations, slightly off-centered labels, tiny marks on the jar, or minor melting during shipping. Do not worry — these do not affect the exceptional quality of our candles.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- QUICK INFO SUMMARY --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003ePhthalate \u0026amp; Paraben Free:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e✓ Yes\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eCruelty Free:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e✓ Yes (Leaping Bunny Certified)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eSoy Free:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e✓ Yes\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eBurn Time:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e60-70 hours\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eWax Type:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003eCoconut Apricot Blend\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eWick:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003eLead-free 100% Cotton\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eVeteran-Owned:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e✓ Yes\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eCharity Partner:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003eMidwest Shelter for Homeless Veterans\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- FAQ SECTION --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section faq-section\"\u003e\n                    \u003ch3\u003e❓ Frequently Asked Questions\u003c\/h3\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cp class=\"question\"\u003eWhat is the Liberty Charity Candle scent profile?\u003c\/p\u003e\n                        \u003cp class=\"answer\"\u003eThe \u003cstrong\u003eLiberty Charity Candle\u003c\/strong\u003e features a bold, all-American blend of \u003cstrong\u003eButterscotch Bourbon, Sweet Tobacco Leaf, and Ambered Vanille\u003c\/strong\u003e — rugged yet smooth, balancing strength and comfort.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cp class=\"question\"\u003eWhere does the donation go?\u003c\/p\u003e\n                        \u003cp class=\"answer\"\u003eA portion of proceeds from every \u003cstrong\u003eLiberty Charity Candle\u003c\/strong\u003e supports the \u003cstrong\u003eMidwest Shelter for Homeless Veterans\u003c\/strong\u003e in Wheaton, IL — providing housing, support, and hope to those who've served.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cp class=\"question\"\u003eIs this candle veteran-owned?\u003c\/p\u003e\n                        \u003cp class=\"answer\"\u003eYes! Bee Coco Candle is a \u003cstrong\u003eveteran-owned business\u003c\/strong\u003e, and supporting our brothers and sisters who served is at the heart of everything we do.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cp class=\"question\"\u003eAre these candles non-toxic?\u003c\/p\u003e\n                        \u003cp class=\"answer\"\u003eYes. Our candles are made with \u003cstrong\u003ecoconut-apricot wax\u003c\/strong\u003e, \u003cstrong\u003ephthalate-free fragrances\u003c\/strong\u003e, and \u003cstrong\u003elead-free cotton wicks\u003c\/strong\u003e. They are completely non-toxic and safe for your home.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cp class=\"question\"\u003eHow long does the Liberty Charity Candle burn?\u003c\/p\u003e\n                        \u003cp class=\"answer\"\u003eEach Liberty Charity Candle has a total burn time of approximately \u003cstrong\u003e60-70 hours\u003c\/strong\u003e. For best results, we recommend not burning for more than 4 hours at a time.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"faq-item\"\u003e\n                        \u003cp class=\"question\"\u003eIs this candle pet-friendly?\u003c\/p\u003e\n                        \u003cp class=\"answer\"\u003eYes! Our \u003cstrong\u003eLiberty Charity Candle\u003c\/strong\u003e is \u003cstrong\u003epet-friendly\u003c\/strong\u003e and made with clean, non-toxic ingredients. Always burn candles out of reach of curious noses and paws.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- INTERNAL LINKS --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #1e3a2f;\"\u003e🔗 You Might Also Like\u003c\/h3\u003e\n                    \u003cdiv class=\"internal-links\"\u003e\n                        \u003ca href=\"https:\/\/www.beecococandle.com\/collections\/non-toxic-scented-candles\"\u003eShop All Non-Toxic Candles\u003c\/a\u003e\n                        \u003ca href=\"https:\/\/www.beecococandle.com\/collections\/give-back\"\u003eShop All Give Back Collections\u003c\/a\u003e\n                        \u003ca href=\"https:\/\/www.beecococandle.com\/products\/saint-collection\"\u003eSaint Collection (Catholic Parish)\u003c\/a\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- CANDLE CARE WARNING --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv class=\"warning\"\u003e\n                    \u003cstrong\u003e⚠️ Candle Safety:\u003c\/strong\u003e Never leave a burning candle unattended. Keep away from children, pets, curtains, and flammable materials. Trim wick to ¼ inch before each use. Place on a heat-safe surface. Do not burn for more than 4 hours at a time.\n                \u003c\/div\u003e\n\n                \u003c!-- ============================================================ --\u003e\n                \u003c!-- MICRO INFO --\u003e\n                \u003c!-- ============================================================ --\u003e\n                \u003cdiv style=\"font-size: 0.7rem; color: #9f907b; text-align: center; border-top: 1px solid #f0e8dd; padding-top: 0.8rem; margin-top: 0.3rem;\"\u003e\n                    🇺🇸 Handcrafted in Geneva, IL • Phthalate-free, paraben-free, soy-free • Cruelty-free • Pet-friendly • 60-70 hour burn • Supports homeless veterans\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n            \u003c!-- end product-details --\u003e\n        \u003c\/div\u003e\n        \u003c!-- end product-grid --\u003e\n    \u003c\/div\u003e\n    \u003c!-- end product-container --\u003e\n\n\n\u003c\/body\u003e","brand":"Bee Coco Candle","offers":[{"title":"Default Title","offer_id":47111487586356,"sku":null,"price":27.5,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/7169\/7716\/files\/FullSizeRender_6529c5f4-bd99-42e2-baff-a0872b0be532.jpg?v=1778180228"}],"url":"https:\/\/www.beecococandle.com\/collections\/give-back-collection.oembed","provider":"Bee Coco Candle","version":"1.0","type":"link"}