{"title":"Saint Collection","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: #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        .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        #product-grid {\n            scroll-margin-top: 100px;\n            padding: 1rem 1.5rem 2rem;\n        }\n\n        @media (max-width: 640px) {\n            #product-grid {\n                padding: 1rem 0.5rem 2rem;\n            }\n        }\n\n        .charity-highlight {\n            background: #f5edd6;\n            border-color: #d4b87a;\n            padding: 0.5rem 1rem;\n            border-radius: 40px;\n            display: inline-block;\n            font-weight: 700;\n            color: #8a6a2a;\n            font-size: 0.9rem;\n            margin-top: 0.5rem;\n            border: 1px solid #d4b87a;\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        html {\n            scroll-behavior: smooth;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"collection-container\"\u003e\n\u003c!-- ============================================================ --\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003c!-- ============================================================ --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003ch1\u003eSaint Collection — Catholic Charity Candles | Supports St. Peter Church\u003c\/h1\u003e\n\u003cdiv class=\"hero-sub\"\u003eSaint Collection — $5 Donated to St. Peter Catholic Church in Geneva, IL\u003c\/div\u003e\n\u003cdiv class=\"hero-desc\"\u003e\n\u003cp\u003e\u003cstrong\u003e$5 from every Saint Collection candle supports St. Peter Catholic Church in Geneva, IL.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eHand-poured. Small batch. Spiritually crafted. Only from Bee Coco Candle.\u003c\/p\u003e\n\u003cp\u003eWith each candle, you not only light up your space but also light the way for others. The \u003cstrong\u003eSaint Collection\u003c\/strong\u003e offers a unique way to honor your Catholic faith while supporting the community and church that nourishes it. (You may know them as our \"spiritual charity candles\" — and every purchase gives back.)\u003c\/p\u003e\n\u003cp\u003eEach candle is \u003cstrong\u003ehandcrafted in Geneva, Illinois\u003c\/strong\u003e with \u003cstrong\u003ecoconut-apricot wax\u003c\/strong\u003e, \u003cstrong\u003elead-free cotton wicks\u003c\/strong\u003e, and \u003cstrong\u003ephthalate-free, paraben-free fragrances\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\u003c!-- JUMP BUTTON - Jumps to #product-grid at the bottom --\u003e\n\u003cdiv class=\"jump-link-container\"\u003e\u003ca href=\"#product-grid\" class=\"jump-button\"\u003eJump to Charity Candles\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge badge-gold\"\u003e🙏 $5 Donated per Candle\u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003e⭐ 5-Star Rated\u003c\/span\u003e \u003cspan class=\"badge\"\u003e🇺🇸 Illinois-Made\u003c\/span\u003e \u003cspan class=\"badge\"\u003e🐾 Pet-Friendly\u003c\/span\u003e \u003cspan class=\"badge\"\u003e🌿 Phthalate-Free\u003c\/span\u003e \u003cspan class=\"badge\"\u003e🕯️ Clean-Burning\u003c\/span\u003e \u003cspan class=\"badge\"\u003e⛪ Supports St. Peter Church\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================================ --\u003e\n\u003c!-- MAIN CONTENT --\u003e\n\u003c!-- ============================================================ --\u003e\n\u003cdiv class=\"collection-content\"\u003e\n\u003c!-- ============================================================ --\u003e\n\u003c!-- BREADCRUMB --\u003e\n\u003c!-- ============================================================ --\u003e\n\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 class=\"current\"\u003eSaint Collection\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/nav\u003e\n\u003c!-- ============================================================ --\u003e\n\u003c!-- WHY THIS COLLECTION MATTERS --\u003e\n\u003c!-- ============================================================ --\u003e\n\u003cdiv class=\"info-section\"\u003e\n\u003ch2\u003e🙏 Why This Collection Matters\u003c\/h2\u003e\n\u003cp\u003eThis collection was created with a heartfelt purpose — to give back to the community that has supported us. \u003cstrong\u003eSt. Peter Catholic Church\u003c\/strong\u003e in Geneva, IL, has been a cornerstone of faith, service, and community for generations.\u003c\/p\u003e\n\u003cp\u003eWith every candle purchased, \u003cstrong\u003e$5 is donated directly to St. Peter Church\u003c\/strong\u003e to support their mission of faith, outreach, and community service.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eLight a candle. Support a church. Make a difference.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"charity-highlight\"\u003e🙏 $5 from every candle goes to St. Peter Church\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================================ --\u003e\n\u003c!-- WHY CHOOSE BEE COCO --\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 \u003cstrong\u003echarity candles\u003c\/strong\u003e 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 \u003cstrong\u003e100% Coconut Apricot Wax\u003c\/strong\u003e\n\u003cp\u003eSoy-free, paraffin-free, palm-free\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"icon\"\u003e🌿\u003c\/span\u003e \u003cstrong\u003ePhthalate-Free Fragrances\u003c\/strong\u003e\n\u003cp\u003eNo endocrine disruptors\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"icon\"\u003e🐾\u003c\/span\u003e \u003cstrong\u003ePet-Friendly\u003c\/strong\u003e\n\u003cp\u003eSafe for dogs and cats\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"icon\"\u003e🔥\u003c\/span\u003e \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\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 Charity Candles\u003c\/h2\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 candle\u003c\/strong\u003e purchased in this 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\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 \u003cstrong\u003echarity candles\u003c\/strong\u003e are made with 100% coconut-apricot wax, phthalate-free fragrances, and lead-free cotton wicks. 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\"\u003eAre these candles pet-friendly?\u003c\/p\u003e\n\u003cp class=\"answer\"\u003eYes, absolutely. Our candles are \u003cstrong\u003epet-friendly\u003c\/strong\u003e and created with pets in mind. 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\"\u003eHow long do these candles burn?\u003c\/p\u003e\n\u003cp class=\"answer\"\u003eEach full-size candle has a total burn time of approximately \u003cstrong\u003e60-70 hours\u003c\/strong\u003e. For best results, we recommend not burning your candle 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\"\u003eAre these candles made in the USA?\u003c\/p\u003e\n\u003cp class=\"answer\"\u003eYes! Every candle is \u003cstrong\u003ehandcrafted in Geneva, Illinois\u003c\/strong\u003e in small batches to ensure the highest quality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"question\"\u003eCan I choose which church my donation supports?\u003c\/p\u003e\n\u003cp class=\"answer\"\u003eThis collection specifically supports \u003cstrong\u003eSt. Peter Catholic Church in Geneva, IL\u003c\/strong\u003e. We have other charity collections for different causes — reach out to us if you'd like to learn more!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================================ --\u003e\n\u003c!-- WHY NON-TOXIC MATTERS --\u003e\n\u003c!-- ============================================================ --\u003e\n\u003cdiv class=\"info-section\"\u003e\n\u003ch2\u003e🧪 Why 'Non-Toxic' Matters for Your Home\u003c\/h2\u003e\n\u003cp\u003eMany candles on the market contain paraffin wax (a petroleum byproduct) and synthetic fragrances loaded with phthalates. When burned, these release harmful toxins like benzene and toluene into your home.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOur commitment:\u003c\/strong\u003e Coconut-apricot wax only. Phthalate-free fragrances. Paraben-free. No shortcuts. No hidden chemicals.\u003c\/p\u003e\n\u003cp style=\"margin-top: 0.5rem;\"\u003e\u003cstrong\u003e✅ Phthalate-Free\u003c\/strong\u003e • \u003cstrong\u003e✅ Paraben-Free\u003c\/strong\u003e • \u003cstrong\u003e✅ Soy-Free\u003c\/strong\u003e • \u003cstrong\u003e✅ Pet-Safe\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- end collection-content --\u003e\n\u003c!-- ============================================================ --\u003e\n\u003c!-- PRODUCT GRID - The jump button scrolls here --\u003e\n\u003c!-- ============================================================ --\u003e\n\u003cdiv id=\"product-grid\"\u003e\u003c!-- \n                ═══════════════════════════════════════════════════════════\n                YOUR SHOPIFY PRODUCT GRID GOES HERE\n                ═══════════════════════════════════════════════════════════\n                Your products are listed below this section.\n            --\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- end collection-container --\u003e","products":[{"product_id":"candle-care-tool-kit","title":"Candle Care Kit","description":"\u003cp data-start=\"140\" data-end=\"760\"\u003e\u003cmeta charset=\"utf-8\"\u003eIndulge in a refined candle ritual with our Candle Care Kit—thoughtfully designed to enhance every burn. Trim wicks before lighting to ensure a steady, luminous flame. When extinguishing, the candle snuffer softly envelops the flame, removing oxygen to put it out effortlessly and without smoke. The wick dipper offers an equally elegant, smoke-free alternative by gently dipping the lit wick into the warm wax to extinguish the flame, then lifting and re-centering it for a perfectly primed next burn. A Candle Care Card is included with expert tips for optimal performance, and all tools are beautifully stored in a hand-lettered drawstring pouch for effortless organization and gifting.\u003c\/p\u003e\n\u003cp data-start=\"762\" data-end=\"791\"\u003e\u003cstrong data-start=\"762\" data-end=\"791\"\u003eCandle Care Kit includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli data-start=\"794\" data-end=\"820\"\u003eMatte black wick trimmer\u003c\/li\u003e\n\u003cli data-start=\"823\" data-end=\"851\"\u003eMatte black candle snuffer\u003c\/li\u003e\n\u003cli data-start=\"854\" data-end=\"879\"\u003eMatte black wick dipper\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"894\" data-end=\"924\"\u003eCandle care instruction card\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"926\" data-end=\"1009\"\u003eArrives in a hand-lettered drawstring bag—perfect for display, storage, or gifting.\u003c\/p\u003e\n\u003cp data-start=\"1011\" data-end=\"1127\" data-is-last-node=\"\" data-is-only-node=\"\"\u003eIf you’d like, I can also make a shorter version for online listings or a more luxurious version for gift packaging.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTool Description:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cspan class=\"a-list-item\"\u003eWick  Dipper, Trimmer \u0026amp; Snuffer are matte black and approximately 7\" long which allows it to get down into even the deepest jar candles.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cspan class=\"a-list-item\"\u003eThis candle trimmer can reach deep into tall pillar and jar candles easily. Precise cut ensures a cleaner, safer candle burning. Candle wicks are trimmed to perfectly desired length every time. Once cut, wick ends are collected in a built-in debris tray for easy disposal.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cspan class=\"a-list-item\"\u003eDurable and Rust Proof - Our candle wick trimmer is made of durable stainless steel construction with good cutting power for thick wicks. Help prevent soot buildup on your walls and will lengthen the life of your candle by controlling the burn for best scent and minimal soot.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cspan class=\"a-list-item\"\u003ePerfect accessory for any candle lover. With high-grade material craftsmanship, it is also can as a great artwork to send your friends or family. Makes for an elegant artwork or home accessory that will fit into almost any\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Bee Coco Candle","offers":[{"title":"Default Title","offer_id":42736753377332,"sku":"BCC-CCK-BLK","price":30.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/7169\/7716\/files\/IMG-9784.heic?v=1767045975"},{"product_id":"multicolor-safety-matches-in-jar-bottle-glass-jar-4-inch","title":"4\" Safety Matches in Jar","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\u003eArtisanal Match Bottle Jar | Wooden Matchsticks | Cork Cap | Home Decor | Bee Coco Candle\u003c\/title\u003e\n    \u003cmeta name=\"description\" content=\"Artisanal match bottle jar with wooden matchsticks, cork cap, and strike pad at bottom. Approximately 60+ matches per jar. Decorative and functional — perfect for pairing with candles, wedding favors, or repurposed storage.\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            background: #f5efe5;\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            line-height: 1.5;\n            color: #4a3a2a;\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: #b88a5a;\n            width: 100%;\n            word-wrap: break-word;\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: #ece4d8;\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: #7a6a54;\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: #dce4d4;\n            color: #5a7a4a;\n        }\n\n        .description {\n            color: #5a4a38;\n            border-left: 3px solid #e0c8a8;\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: #c4a070;\n            font-weight: bold;\n            font-size: 1rem;\n            flex-shrink: 0;\n        }\n\n        .info-section {\n            background: #faf6f0;\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 #e2d8cc;\n        }\n\n        .info-label {\n            font-weight: 600;\n            color: #7a6a54;\n        }\n\n        .info-value {\n            color: #c4a070;\n            font-weight: 500;\n        }\n\n        .warning {\n            font-size: 0.75rem;\n            color: #aa9a82;\n            border-top: 1px solid #e2d8cc;\n            padding-top: 0.9rem;\n            margin-top: 0.5rem;\n            word-wrap: break-word;\n        }\n\n        footer {\n            background: #ece4d8;\n            padding: 0.9rem 1rem;\n            font-size: 0.7rem;\n            color: #aa9a82;\n            text-align: center;\n            border-top: 1px solid #e2d8cc;\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        .subhead {\n            font-size: 1rem;\n            font-weight: 400;\n            color: #8a7a62;\n            margin-bottom: 0.5rem;\n        }\n    \u003c\/style\u003e\n\n\n\u003cdiv class=\"product-container\"\u003e\n    \u003cdiv class=\"product-grid\"\u003e\n        \u003cdiv class=\"product-details\"\u003e\n            \u003c!-- no stars - removed as requested --\u003e\n\n            \u003c!-- product title --\u003e\n            \u003ch1 class=\"product-title\"\u003e\n                Artisanal Match Bottle Jar — Wooden Matchsticks with Cork Cap\n            \u003c\/h1\u003e\n\n            \u003cdiv class=\"subhead\"\u003eExquisite, decorative matchsticks that add elegance to any setting — functional and beautiful.\u003c\/div\u003e\n\n            \u003c!-- badges --\u003e\n            \u003cdiv class=\"badge-group\"\u003e\n                \u003cspan class=\"badge badge-green\"\u003e🔥 60+ Matches\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🍾 Cork Cap\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e✨ Decorative\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e♻️ Repurpose Jar\u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- main description --\u003e\n            \u003cdiv class=\"description\"\u003e\n                \u003cp\u003eIntroducing our exquisite match bottle jar. These finely crafted wooden matchsticks come in charming artisanal jars with cork caps, creating a delightful visual appeal. Not only are these matchsticks functional, but they also serve as decorative pieces that add a touch of elegance to any setting. The eye-catching colorful jars are perfect for pairing with your favorite candles or lanterns, enhancing the ambiance of your space. They can also be used as charming wedding favors, part of creative gift sets, or thoughtful housewarming presents.\u003c\/p\u003e\n                \u003cp\u003eEach bottle contains approximately 60+ matches, providing you with an ample supply for multiple uses. The strike pad, conveniently located at the bottom of the jar, ensures quick and reliable ignition. Once the matches are depleted, the jar transforms into a versatile container that can be repurposed to display household items.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- key features --\u003e\n            \u003cdiv class=\"info-section\"\u003e\n                \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #b88a5a;\"\u003e✨ Key Features\u003c\/h3\u003e\n                \u003cul class=\"feature-list\" style=\"margin-top: 0;\"\u003e\n                    \u003cli\u003eApproximately 60+ wooden matchsticks per jar\u003c\/li\u003e\n                    \u003cli\u003eArtisanal glass jar with cork cap — decorative and reusable\u003c\/li\u003e\n                    \u003cli\u003eStrike pad conveniently located at bottom of jar\u003c\/li\u003e\n                    \u003cli\u003ePerfect for pairing with candles, lanterns, or as standalone decor\u003c\/li\u003e\n                    \u003cli\u003eGreat for wedding favors, gift sets, housewarming presents\u003c\/li\u003e\n                    \u003cli\u003eOnce matches are used, repurpose jar for household storage\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- product details --\u003e\n            \u003cdiv class=\"info-section\"\u003e\n                \u003cdiv class=\"info-row\"\u003e\n                    \u003cspan class=\"info-label\"\u003eMatch Count:\u003c\/span\u003e\n                    \u003cspan class=\"info-value\"\u003eApprox. 60+ matches\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"info-row\"\u003e\n                    \u003cspan class=\"info-label\"\u003eMaterial:\u003c\/span\u003e\n                    \u003cspan class=\"info-value\"\u003eWooden matches, glass jar, cork cap\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"info-row\"\u003e\n                    \u003cspan class=\"info-label\"\u003eIgnition:\u003c\/span\u003e\n                    \u003cspan class=\"info-value\"\u003eStrike pad on bottom of jar\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"info-row\"\u003e\n                    \u003cspan class=\"info-label\"\u003eReusable:\u003c\/span\u003e\n                    \u003cspan class=\"info-value\"\u003eYes — jar can be repurposed\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- perfect for section --\u003e\n            \u003cdiv class=\"info-section\"\u003e\n                \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #b88a5a;\"\u003e🕯️ Perfect For\u003c\/h3\u003e\n                \u003cul class=\"feature-list\" style=\"margin-top: 0;\"\u003e\n                    \u003cli\u003ePairing with candles and lanterns to enhance ambiance\u003c\/li\u003e\n                    \u003cli\u003eWedding favors and creative gift sets\u003c\/li\u003e\n                    \u003cli\u003eHousewarming presents and hostess gifts\u003c\/li\u003e\n                    \u003cli\u003eDecorative accent in living rooms, bedrooms, or bathrooms\u003c\/li\u003e\n                    \u003cli\u003eRepurposed storage for small items like cotton balls, jewelry, or office supplies\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- safety note --\u003e\n            \u003cdiv class=\"warning\"\u003e\n                \u003cstrong\u003e⚠️ Safety:\u003c\/strong\u003e Keep matches away from children and pets. Store in a cool, dry place. Do not leave unattended near open flames. Always strike away from your body and flammable materials.\n            \u003c\/div\u003e\n\n            \u003c!-- micro info --\u003e\n            \u003cdiv style=\"font-size: 0.7rem; color: #d0b898; text-align: center; border-top: 1px solid #e2d8cc; padding-top: 0.8rem; margin-top: 0.3rem;\"\u003e\n                🔥 Artisanal match bottle jar • 60+ wooden matches • Cork cap • Strike pad bottom • Decorative \u0026amp; reusable\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cfooter\u003e\n        🔥 Artisanal Match Bottle Jar — finely crafted wooden matchsticks in charming glass jars with cork caps. Approximately 60+ matches per jar. Perfect for pairing with candles, wedding favors, gift sets, or repurposed storage. Handcrafted elegance.\n    \u003c\/footer\u003e\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Bee Coco Candle","offers":[{"title":"Spring Mix","offer_id":46993354031156,"sku":"4-MULTI-BOTT-1","price":16.0,"currency_code":"USD","in_stock":true},{"title":"St. Patrick's Day: Tricolor","offer_id":47538862751796,"sku":null,"price":16.0,"currency_code":"USD","in_stock":false},{"title":"Black \u0026 Brown","offer_id":46993354129460,"sku":"4-MULTI-BOTT-4","price":16.0,"currency_code":"USD","in_stock":false},{"title":"Blue","offer_id":46993354162228,"sku":"4-MULTI-BOTT-5","price":16.0,"currency_code":"USD","in_stock":false},{"title":"Viking: Blue \u0026 Yellow","offer_id":46993354096692,"sku":"4-MULTI-BOTT-3","price":16.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/7169\/7716\/files\/FullSizeRender_0179ed6e-a119-42e6-9e0f-0603adbb3d10.jpg?v=1778180220"},{"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":"usb-electric-lighter","title":"USB Electric Lighter","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eLight your favorite Bee Coco Candle with ease using our USB Electric Lighter. This sleek, rechargeable lighter is windproof, flameless, and eco-friendly—making it a modern must-have for candle lovers. With a safety switch for peace of mind, it's perfect for home use or lighting up on the go. Pair it with our signature candles for the complete experience!\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eElectric Arc \u003c\/li\u003e\n\u003cli\u003eWindproof\u003c\/li\u003e\n\u003cli\u003eFlameless\u003c\/li\u003e\n\u003cli\u003eUSB Rechargeable Lighter\u003c\/li\u003e\n\u003cli\u003eSafety Lock\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Bee Coco Candle","offers":[{"title":"Default Title","offer_id":47075868180532,"sku":null,"price":20.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/7169\/7716\/files\/USB_lighter.jpg?v=1778180091"},{"product_id":"holy-mary-wax-melts","title":"Holy Mary Wax Melts","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 wax melts — a flame-free Catholic devotional fragrance. Notes of lily of the valley, lilac, amber \u0026amp; sandalwood. 20+ hrs per 2-3 cubes. Shop now.\"\u003e\n    \u003ctitle\u003eHoly Mary Wax Melts — Catholic Devotional | Flame-Free Fragrance\u003c\/title\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            background: #f0f0f5;\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            line-height: 1.5;\n            color: #4a3a5a;\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        .product-title {\n            font-size: 1.6rem;\n            font-weight: 700;\n            line-height: 1.25;\n            letter-spacing: -0.01em;\n            color: #4a6a9a;\n            width: 100%;\n            word-wrap: break-word;\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: #ece4d8;\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: #7a6a54;\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: #dce4d4;\n            color: #5a7a4a;\n        }\n\n        .badge-blue {\n            background: #d0dce8;\n            color: #4a6a9a;\n        }\n\n        .description {\n            color: #5a4a5a;\n            border-left: 3px solid #a0b8d0;\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: #4a6a9a;\n            font-weight: bold;\n            font-size: 1rem;\n            flex-shrink: 0;\n        }\n\n        .scent-profile {\n            background: #f5f7fa;\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: #4a6a9a;\n        }\n\n        .note-group {\n            margin-bottom: 0.75rem;\n        }\n\n        .note-group strong {\n            color: #4a6a9a;\n            display: block;\n            margin-bottom: 0.25rem;\n            font-size: 0.8rem;\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 #e2d8cc;\n            border-radius: 40px;\n            padding: 0.3rem 0.8rem;\n            font-size: 0.75rem;\n            color: #8a7a64;\n        }\n\n        .info-section {\n            background: #f5f7fa;\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 #e2d8cc;\n        }\n\n        .info-label {\n            font-weight: 600;\n            color: #7a6a54;\n        }\n\n        .info-value {\n            color: #4a6a9a;\n            font-weight: 500;\n        }\n\n        .warning {\n            font-size: 0.75rem;\n            color: #aa9a82;\n            border-top: 1px solid #e2d8cc;\n            padding-top: 0.9rem;\n            margin-top: 0.5rem;\n            word-wrap: break-word;\n        }\n\n        footer {\n            background: #ece4d8;\n            padding: 0.9rem 1rem;\n            font-size: 0.7rem;\n            color: #aa9a82;\n            text-align: center;\n            border-top: 1px solid #e2d8cc;\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        .subhead {\n            font-size: 1rem;\n            font-weight: 400;\n            color: #8a7a62;\n            margin-bottom: 0.5rem;\n        }\n\n        hr {\n            border: none;\n            border-top: 1px solid #e2d8cc;\n            margin: 0.5rem 0;\n        }\n\n        .fragrance-duration {\n            background: #e0e8f0;\n            border-radius: 0.75rem;\n            padding: 0.75rem;\n            text-align: center;\n            font-size: 0.9rem;\n            color: #4a6a9a;\n            margin: 0.5rem 0;\n            font-weight: 600;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-grid\"\u003e\n            \u003cdiv class=\"product-details\"\u003e\n                \u003c!-- product title --\u003e\n                \u003ch1 class=\"product-title\"\u003eHoly Mary Wax Melts — Catholic Devotional | Flame-Free Fragrance\u003c\/h1\u003e\n                \u003cdiv class=\"subhead\"\u003eCelebrate the grace, purity, and intercession of Holy Mary, Mother of the Church.\u003c\/div\u003e\n\n                \u003c!-- badges --\u003e\n                \u003cdiv class=\"badge-group\"\u003e\n                    \u003cspan class=\"badge badge-blue\"\u003e🌸 Catholic Devotional\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🙏 Mother of Christ\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🔥 For Electric Warmers\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🌿 Phthalate-Free\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🥥 100% Coconut Wax\u003c\/span\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- main description --\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 Wax Melts\u003c\/strong\u003e. Made with 100% pure coconut wax, these wax melts serve as a heartfelt tribute to her beauty, compassion, and sacred role within the Church. 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. A meaningful addition for any Catholic home, they invite prayer, reflection, and the loving intercession of the Blessed Virgin.\u003c\/p\u003e\n                    \u003cp\u003eUse these melts in an electric wax warmer to fill your space with a serene, sacred aroma—no flame needed. Light your warmer 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                \u003c\/div\u003e\n\n                \u003c!-- fragrance duration --\u003e\n                \u003cdiv class=\"fragrance-duration\"\u003e🕯️ 20+ Hours of Fragrance per 2-3 Cubes\u003c\/div\u003e\n\n                \u003c!-- fragrance profile --\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: #7a6a5a;\"\u003eThe fragrance of these melts 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: #7a6a5a;\"\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: #7a6a5a;\"\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: #7a6a5a;\"\u003eGrounding base 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!-- product details --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eWax Type:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e100% Pure Coconut Wax\u003c\/span\u003e\n                    \u003c\/div\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\"\u003eNet Weight:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e4 oz\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eFragrance Duration:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e20+ Hours per 2-3 Cubes\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eScent Throw:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003eStrong\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- wax description --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003cp\u003e100% pure coconut wax. Leaping Bunny certified. Gluten-free, toxin-free, paraben-free, and phthalate-free. Hand-poured in small batches, offering exceptional hot and cold throw.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- flame-free safety (hot wax only) --\u003e\n                \u003cdiv class=\"warning\"\u003e\n                    \u003cstrong\u003e⚠️ Hot Wax Safety — No Flame:\u003c\/strong\u003e These wax melts are designed for use in electric wax warmers only. Never leave a warming appliance unattended for long periods. The warming dish and melted wax become very hot — do not touch while in use. Keep out of reach of children and pets. Allow wax to cool completely before handling or changing scents. Do not add water.\n                \u003c\/div\u003e\n\n                \u003c!-- handcrafted note --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #4a6a9a;\"\u003e✨ Handcrafted with Care\u003c\/h3\u003e\n                    \u003cp\u003eEach batch is handmade in my small studio in Geneva, IL. Slight variations may occur — minor color differences, off-centered labels, small markings, or slight melting in shipping. These natural imperfections do not affect the quality or performance of your wax melts.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cfooter\u003e🌸 Holy Mary Wax Melts — green leaves, green floral, bergamot, coriander, lily of the valley, lilac, amyris, light musk, powder, amber, sandalwood. Made with 100% pure coconut wax. 4 oz. 20+ hours of fragrance per 2-3 cubes. A Catholic-inspired tribute to the Blessed Virgin Mary, Mother of the Church. Safe, flame-free fragrance for electric warmers. Handcrafted in small batches in Geneva, IL.\u003c\/footer\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Bee Coco Candle","offers":[{"title":"Default Title","offer_id":47537662230580,"sku":null,"price":10.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/7169\/7716\/files\/Holy_Mary_Wax_Melts.jpg?v=1778180243"},{"product_id":"saint-michael-wax-melts","title":"Saint Michael Wax Melts","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=\"St. Michael the Archangel wax melt — invoke strength, protection \u0026amp; serenity. A Catholic devotional scent with frankincense \u0026amp; myrrh. 20+ hrs per 2-3 cubes. Shop now.\"\u003e\n    \u003ctitle\u003eSt. Michael the Archangel Wax Melt — Catholic Devotional | Protector\u003c\/title\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            background: #f0ece4;\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            line-height: 1.5;\n            color: #4a3a2a;\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        .product-title {\n            font-size: 1.6rem;\n            font-weight: 700;\n            line-height: 1.25;\n            letter-spacing: -0.01em;\n            color: #c47a4a;\n            width: 100%;\n            word-wrap: break-word;\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: #ece4d8;\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: #7a6a54;\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: #dce4d4;\n            color: #5a7a4a;\n        }\n\n        .description {\n            color: #5a4a38;\n            border-left: 3px solid #e0c0a0;\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: #c47a4a;\n            font-weight: bold;\n            font-size: 1rem;\n            flex-shrink: 0;\n        }\n\n        .scent-profile {\n            background: #faf6f0;\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: #c47a4a;\n        }\n\n        .note-group {\n            margin-bottom: 0.75rem;\n        }\n\n        .note-group strong {\n            color: #c47a4a;\n            display: block;\n            margin-bottom: 0.25rem;\n            font-size: 0.8rem;\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 #e2d8cc;\n            border-radius: 40px;\n            padding: 0.3rem 0.8rem;\n            font-size: 0.75rem;\n            color: #8a7a64;\n        }\n\n        .info-section {\n            background: #faf6f0;\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 #e2d8cc;\n        }\n\n        .info-label {\n            font-weight: 600;\n            color: #7a6a54;\n        }\n\n        .info-value {\n            color: #c47a4a;\n            font-weight: 500;\n        }\n\n        .warning {\n            font-size: 0.75rem;\n            color: #aa9a82;\n            border-top: 1px solid #e2d8cc;\n            padding-top: 0.9rem;\n            margin-top: 0.5rem;\n            word-wrap: break-word;\n        }\n\n        footer {\n            background: #ece4d8;\n            padding: 0.9rem 1rem;\n            font-size: 0.7rem;\n            color: #aa9a82;\n            text-align: center;\n            border-top: 1px solid #e2d8cc;\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        .subhead {\n            font-size: 1rem;\n            font-weight: 400;\n            color: #8a7a62;\n            margin-bottom: 0.5rem;\n        }\n\n        hr {\n            border: none;\n            border-top: 1px solid #e2d8cc;\n            margin: 0.5rem 0;\n        }\n\n        .fragrance-duration {\n            background: #e8e0d4;\n            border-radius: 0.75rem;\n            padding: 0.75rem;\n            text-align: center;\n            font-size: 0.9rem;\n            color: #6b4a3a;\n            margin: 0.5rem 0;\n            font-weight: 600;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-grid\"\u003e\n            \u003cdiv class=\"product-details\"\u003e\n                \u003c!-- product title --\u003e\n                \u003ch1 class=\"product-title\"\u003eSt. Michael the Archangel Wax Melt — Catholic Heavenly Guardian \u0026amp; Divine Protector\u003c\/h1\u003e\n                \u003cdiv class=\"subhead\"\u003eInvoke the strength, protection, and serenity of St. Michael the Archangel.\u003c\/div\u003e\n\n                \u003c!-- badges --\u003e\n                \u003cdiv class=\"badge-group\"\u003e\n                    \u003cspan class=\"badge badge-green\"\u003e⚔️ Catholic Devotional\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e👼 Heavenly Guardian\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🌿 Phthalate-Free\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🐰 Cruelty Free\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🥥 100% Coconut Wax\u003c\/span\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- main description --\u003e\n                \u003cdiv class=\"description\"\u003e\n                    \u003cp\u003eInvoke the strength, protection, and serenity of \u003cem\u003eSt. Michael the Archangel\u003c\/em\u003e with this divinely inspired wax melt. Made with 100% pure coconut wax, this wax melt is more than a fragrance—it's a tribute to the archangel's unwavering courage and heavenly guardianship. A meaningful addition for any Catholic home, this wax melt invites prayer, reflection, and the powerful intercession of the Prince of the Heavenly Host.\u003c\/p\u003e\n                    \u003cp\u003eMelt this in your warmer in prayer, reflection, or daily meditation to invite peace, courage, and divine protection into your home.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- fragrance duration --\u003e\n                \u003cdiv class=\"fragrance-duration\"\u003e🕯️ 20+ Hours of Fragrance per 2-3 Cubes\u003c\/div\u003e\n\n                \u003c!-- fragrance profile --\u003e\n                \u003cdiv class=\"scent-profile\"\u003e\n                    \u003cdiv class=\"scent-title\"\u003e🔥 Fragrance Profile — Power \u0026amp; Purity\u003c\/div\u003e\n                    \u003cp style=\"margin-bottom: 0.75rem; font-size: 0.85rem; color: #7a6a5a;\"\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: #7a6a5a;\"\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: #7a6a5a;\"\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: #7a6a5a;\"\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!-- product details --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eWax Type:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e100% Pure Coconut Wax\u003c\/span\u003e\n                    \u003c\/div\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\"\u003eNet Weight:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e4 oz\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eFragrance Duration:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e20+ Hours per 2-3 Cubes\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eScent Throw:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003eStrong\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- wax description --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003cp\u003e100% pure coconut wax. Leaping Bunny certified. Gluten-free, toxin-free, paraben-free, and phthalate-free. Hand-poured in small batches, offering exceptional hot and cold throw.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- handcrafted note --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #c47a4a;\"\u003e✨ Handcrafted with Care\u003c\/h3\u003e\n                    \u003cp\u003eEach item is handmade in my small studio in Geneva, IL. Slight variations may occur — minor color differences, off-centered labels, small markings, or slight melting in shipping. These natural imperfections do not affect the quality or performance of your wax melt.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cfooter\u003e⚔️ St. Michael the Archangel Wax Melt — orange, jasmine, lavender, bergamot, cedar, patchouli, clove, leather, sandalwood, incense, frankincense, myrrh. Made with 100% pure coconut wax. 4 oz. 20+ hours of fragrance per 2-3 cubes. A Catholic-inspired tribute to the Prince of the Heavenly Host. Handcrafted in small batches in Geneva, IL.\u003c\/footer\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Bee Coco Candle","offers":[{"title":"Default Title","offer_id":47537662492724,"sku":null,"price":10.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/7169\/7716\/files\/Saint_Michael_Wax_Melts.jpg?v=1778180243"},{"product_id":"saint-patrick-wax-melts","title":"Saint Patrick Wax Melts","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=\"St. Patrick wax melt — celebrate the patron saint of Ireland. A Catholic devotional scent with sage, clover \u0026amp; pine. 20+ hrs per 2-3 cubes. Shop now.\"\u003e\n    \u003ctitle\u003eSt. Patrick Wax Melt — Catholic Patron Saint of Ireland\u003c\/title\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            background: #f0ede5;\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            line-height: 1.5;\n            color: #4a3a2a;\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        .product-title {\n            font-size: 1.6rem;\n            font-weight: 700;\n            line-height: 1.25;\n            letter-spacing: -0.01em;\n            color: #5a7a5a;\n            width: 100%;\n            word-wrap: break-word;\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: #ece4d8;\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: #7a6a54;\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: #dce4d4;\n            color: #5a7a4a;\n        }\n\n        .description {\n            color: #5a4a38;\n            border-left: 3px solid #b8d0a0;\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: #8aae6a;\n            font-weight: bold;\n            font-size: 1rem;\n            flex-shrink: 0;\n        }\n\n        .scent-profile {\n            background: #faf6f0;\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: #8aae6a;\n        }\n\n        .note-group {\n            margin-bottom: 0.75rem;\n        }\n\n        .note-group strong {\n            color: #8aae6a;\n            display: block;\n            margin-bottom: 0.25rem;\n            font-size: 0.8rem;\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 #e2d8cc;\n            border-radius: 40px;\n            padding: 0.3rem 0.8rem;\n            font-size: 0.75rem;\n            color: #8a7a64;\n        }\n\n        .info-section {\n            background: #faf6f0;\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 #e2d8cc;\n        }\n\n        .info-label {\n            font-weight: 600;\n            color: #7a6a54;\n        }\n\n        .info-value {\n            color: #8aae6a;\n            font-weight: 500;\n        }\n\n        .warning {\n            font-size: 0.75rem;\n            color: #aa9a82;\n            border-top: 1px solid #e2d8cc;\n            padding-top: 0.9rem;\n            margin-top: 0.5rem;\n            word-wrap: break-word;\n        }\n\n        footer {\n            background: #ece4d8;\n            padding: 0.9rem 1rem;\n            font-size: 0.7rem;\n            color: #aa9a82;\n            text-align: center;\n            border-top: 1px solid #e2d8cc;\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        .subhead {\n            font-size: 1rem;\n            font-weight: 400;\n            color: #8a7a62;\n            margin-bottom: 0.5rem;\n        }\n\n        hr {\n            border: none;\n            border-top: 1px solid #e2d8cc;\n            margin: 0.5rem 0;\n        }\n\n        .fragrance-duration {\n            background: #e8e0d4;\n            border-radius: 0.75rem;\n            padding: 0.75rem;\n            text-align: center;\n            font-size: 0.9rem;\n            color: #6b4a3a;\n            margin: 0.5rem 0;\n            font-weight: 600;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-grid\"\u003e\n            \u003cdiv class=\"product-details\"\u003e\n                \u003c!-- product title --\u003e\n                \u003ch1 class=\"product-title\"\u003eSt. Patrick Wax Melt — Catholic Patron Saint of Ireland | The Emerald Isle\u003c\/h1\u003e\n                \u003cdiv class=\"subhead\"\u003eCelebrate the legacy of Saint Patrick, the beloved patron saint of Ireland.\u003c\/div\u003e\n\n                \u003c!-- badges --\u003e\n                \u003cdiv class=\"badge-group\"\u003e\n                    \u003cspan class=\"badge badge-green\"\u003e🍀 Catholic Devotional\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🇮🇪 Patron Saint of Ireland\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🌿 Phthalate-Free\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🐰 Cruelty Free\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🥥 100% Coconut Wax\u003c\/span\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- main description --\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 wax melt that captures the essence of the Emerald Isle. Made with 100% pure coconut wax, this wax melt is infused with a harmonious blend of nature-inspired fragrances designed to transport you to rolling green hills and sacred forests, evoking the purity, wisdom, and spirituality of St. Patrick's life. A meaningful addition to any Catholic home, this wax melt invites prayer, reflection, and a deeper connection to the natural world that nourished the saint's faith.\u003c\/p\u003e\n                    \u003cp\u003eMelt this in your warmer 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                \u003c\/div\u003e\n\n                \u003c!-- fragrance duration --\u003e\n                \u003cdiv class=\"fragrance-duration\"\u003e🕯️ 20+ Hours of Fragrance per 2-3 Cubes\u003c\/div\u003e\n\n                \u003c!-- fragrance profile --\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: #7a6a5a;\"\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: #7a6a5a;\"\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: #7a6a5a;\"\u003eThe heart of the wax melt 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: #7a6a5a;\"\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!-- product details --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eWax Type:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e100% Pure Coconut Wax\u003c\/span\u003e\n                    \u003c\/div\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\"\u003eNet Weight:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e4 oz\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eFragrance Duration:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e20+ Hours per 2-3 Cubes\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eScent Throw:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003eStrong\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- wax description --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003cp\u003e100% pure coconut wax. Leaping Bunny certified. Gluten-free, toxin-free, paraben-free, and phthalate-free. Hand-poured in small batches, offering exceptional hot and cold throw.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- handcrafted note --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #5a7a5a;\"\u003e✨ Handcrafted with Care\u003c\/h3\u003e\n                    \u003cp\u003eEach item is handmade in my small studio in Geneva, IL. Slight variations may occur — minor color differences, off-centered labels, small markings, or slight melting in shipping. These natural imperfections do not affect the quality or performance of your wax melt.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cfooter\u003e🍀 St. Patrick Wax Melt — sage, eucalyptus, orange peel, ozone, bergamot, clover, pine, thistle, lavender, mint, moss, earth, juniper. Made with 100% pure coconut wax. 4 oz. 20+ hours of fragrance per 2-3 cubes. A Catholic-inspired celebration of Ireland's beloved saint. Handcrafted in small batches in Geneva, IL.\u003c\/footer\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Bee Coco Candle","offers":[{"title":"Default Title","offer_id":47537662722100,"sku":null,"price":10.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/7169\/7716\/files\/Saint_Patrick_Wax_Melts.jpg?v=1778180229"},{"product_id":"saint-peter-wax-melts","title":"Saint Peter Wax Melts","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=\"St. Peter wax melt — honor the Beholder of the Keys to Heaven. A Catholic devotional scent with jasmine, sandalwood \u0026amp; cedar. 20+ hrs per 2-3 cubes. Shop now.\"\u003e\n    \u003ctitle\u003eSt. Peter Wax Melt — Catholic Devotional | Keys to Heaven\u003c\/title\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            background: #f0ece4;\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            line-height: 1.5;\n            color: #4a3a2a;\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        .product-title {\n            font-size: 1.6rem;\n            font-weight: 700;\n            line-height: 1.25;\n            letter-spacing: -0.01em;\n            color: #6b4a3a;\n            width: 100%;\n            word-wrap: break-word;\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: #ece4d8;\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: #7a6a54;\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: #dce4d4;\n            color: #5a7a4a;\n        }\n\n        .description {\n            color: #5a4a38;\n            border-left: 3px solid #c8b098;\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: #8a6a5a;\n            font-weight: bold;\n            font-size: 1rem;\n            flex-shrink: 0;\n        }\n\n        .scent-profile {\n            background: #faf6f0;\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: #8a6a5a;\n        }\n\n        .note-group {\n            margin-bottom: 0.75rem;\n        }\n\n        .note-group strong {\n            color: #8a6a5a;\n            display: block;\n            margin-bottom: 0.25rem;\n            font-size: 0.8rem;\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 #e2d8cc;\n            border-radius: 40px;\n            padding: 0.3rem 0.8rem;\n            font-size: 0.75rem;\n            color: #8a7a64;\n        }\n\n        .info-section {\n            background: #faf6f0;\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 #e2d8cc;\n        }\n\n        .info-label {\n            font-weight: 600;\n            color: #7a6a54;\n        }\n\n        .info-value {\n            color: #8a6a5a;\n            font-weight: 500;\n        }\n\n        .warning {\n            font-size: 0.75rem;\n            color: #aa9a82;\n            border-top: 1px solid #e2d8cc;\n            padding-top: 0.9rem;\n            margin-top: 0.5rem;\n            word-wrap: break-word;\n        }\n\n        footer {\n            background: #ece4d8;\n            padding: 0.9rem 1rem;\n            font-size: 0.7rem;\n            color: #aa9a82;\n            text-align: center;\n            border-top: 1px solid #e2d8cc;\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        .subhead {\n            font-size: 1rem;\n            font-weight: 400;\n            color: #8a7a62;\n            margin-bottom: 0.5rem;\n        }\n\n        hr {\n            border: none;\n            border-top: 1px solid #e2d8cc;\n            margin: 0.5rem 0;\n        }\n\n        .fragrance-duration {\n            background: #e8e0d4;\n            border-radius: 0.75rem;\n            padding: 0.75rem;\n            text-align: center;\n            font-size: 0.9rem;\n            color: #6b4a3a;\n            margin: 0.5rem 0;\n            font-weight: 600;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-grid\"\u003e\n            \u003cdiv class=\"product-details\"\u003e\n                \u003c!-- product title --\u003e\n                \u003ch1 class=\"product-title\"\u003eSt. Peter Wax Melt — Catholic Devotional | Beholder of the Keys to Heaven\u003c\/h1\u003e\n                \u003cdiv class=\"subhead\"\u003eEmbrace the strength, faith, and divine guardianship of Saint Peter.\u003c\/div\u003e\n\n                \u003c!-- badges --\u003e\n                \u003cdiv class=\"badge-group\"\u003e\n                    \u003cspan class=\"badge badge-green\"\u003e🙏 Catholic Devotional\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🔑 Beholder of the Keys\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🌿 Phthalate-Free\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🐰 Cruelty Free\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🥥 100% Coconut Wax\u003c\/span\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- main description --\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 Wax Melt\u003c\/strong\u003e. Made with 100% pure coconut wax, this wax melt 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. A meaningful addition for any Catholic home, this wax melt invites prayer, reflection, and spiritual protection.\u003c\/p\u003e\n                    \u003cp\u003eMelt this in your warmer 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                \u003c\/div\u003e\n\n                \u003c!-- fragrance duration --\u003e\n                \u003cdiv class=\"fragrance-duration\"\u003e🕯️ 20+ Hours of Fragrance per 2-3 Cubes\u003c\/div\u003e\n\n                \u003c!-- fragrance profile --\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: #7a6a5a;\"\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: #7a6a5a;\"\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: #7a6a5a;\"\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: #7a6a5a;\"\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!-- product details --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eWax Type:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e100% Pure Coconut Wax\u003c\/span\u003e\n                    \u003c\/div\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\"\u003eNet Weight:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e4 oz\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eFragrance Duration:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e20+ Hours per 2-3 Cubes\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eScent Throw:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003eStrong\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- wax description --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003cp\u003e100% pure coconut wax. Leaping Bunny certified. Gluten-free, toxin-free, paraben-free, and phthalate-free. Hand-poured in small batches, offering exceptional hot and cold throw.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- handcrafted note --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #6b4a3a;\"\u003e✨ Handcrafted with Care\u003c\/h3\u003e\n                    \u003cp\u003eEach item is handmade in my small studio in Geneva, IL. Slight variations may occur — minor color differences, off-centered labels, small markings, or slight melting in shipping. These natural imperfections do not affect the quality or performance of your wax melt.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cfooter\u003e🔑 St. Peter Wax Melt — jasmine, ozone, juniper, tonka bean, sandalwood, leather, patchouli, gin, red currant, musk, amber, oak, cedar, cypress, balsam. Made with 100% pure coconut wax. 4 oz. 20+ hours of fragrance per 2-3 cubes. A Catholic-inspired wax melt honoring the steadfast protector of the gates of Heaven. Handcrafted in small batches in Geneva, IL.\u003c\/footer\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Bee Coco Candle","offers":[{"title":"Default Title","offer_id":47537662754868,"sku":null,"price":10.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/7169\/7716\/files\/rn-image_picker_lib_temp_4e32e657-7f5f-48c0-9cd8-de1d020bcff7.jpg?v=1778180229"},{"product_id":"memento-mori-wax-melts","title":"Memento Mori Wax Melts","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=\"Memento Mori wax melt — 'remember you must die.' A Catholic-inspired scent for reflection on life and eternity. 20+ hrs per 2-3 cubes. Shop now.\"\u003e\n    \u003ctitle\u003eMemento Mori Wax Melt — Catholic Reflection on Life\u003c\/title\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            background: #f0ece4;\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            line-height: 1.5;\n            color: #4a3a2a;\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        .product-title {\n            font-size: 1.6rem;\n            font-weight: 700;\n            line-height: 1.25;\n            letter-spacing: -0.01em;\n            color: #6b4a3a;\n            width: 100%;\n            word-wrap: break-word;\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: #ece4d8;\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: #7a6a54;\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: #dce4d4;\n            color: #5a7a4a;\n        }\n\n        .description {\n            color: #5a4a38;\n            border-left: 3px solid #c8b098;\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: #8a6a5a;\n            font-weight: bold;\n            font-size: 1rem;\n            flex-shrink: 0;\n        }\n\n        .scent-profile {\n            background: #faf6f0;\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: #8a6a5a;\n        }\n\n        .note-group {\n            margin-bottom: 0.75rem;\n        }\n\n        .note-group strong {\n            color: #8a6a5a;\n            display: block;\n            margin-bottom: 0.25rem;\n            font-size: 0.8rem;\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 #e2d8cc;\n            border-radius: 40px;\n            padding: 0.3rem 0.8rem;\n            font-size: 0.75rem;\n            color: #8a7a64;\n        }\n\n        .info-section {\n            background: #faf6f0;\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 #e2d8cc;\n        }\n\n        .info-label {\n            font-weight: 600;\n            color: #7a6a54;\n        }\n\n        .info-value {\n            color: #8a6a5a;\n            font-weight: 500;\n        }\n\n        .warning {\n            font-size: 0.75rem;\n            color: #aa9a82;\n            border-top: 1px solid #e2d8cc;\n            padding-top: 0.9rem;\n            margin-top: 0.5rem;\n            word-wrap: break-word;\n        }\n\n        footer {\n            background: #ece4d8;\n            padding: 0.9rem 1rem;\n            font-size: 0.7rem;\n            color: #aa9a82;\n            text-align: center;\n            border-top: 1px solid #e2d8cc;\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        .subhead {\n            font-size: 1rem;\n            font-weight: 400;\n            color: #8a7a62;\n            margin-bottom: 0.5rem;\n        }\n\n        hr {\n            border: none;\n            border-top: 1px solid #e2d8cc;\n            margin: 0.5rem 0;\n        }\n\n        .fragrance-duration {\n            background: #e8e0d4;\n            border-radius: 0.75rem;\n            padding: 0.75rem;\n            text-align: center;\n            font-size: 0.9rem;\n            color: #6b4a3a;\n            margin: 0.5rem 0;\n            font-weight: 600;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-grid\"\u003e\n            \u003cdiv class=\"product-details\"\u003e\n                \u003c!-- product title --\u003e\n                \u003ch1 class=\"product-title\"\u003eMemento Mori Wax Melt — A Catholic Reflection on Life, Death \u0026amp; Eternal Value\u003c\/h1\u003e\n                \u003cdiv class=\"subhead\"\u003e\"Remember you must die\" — live with intention, grace, and gratitude.\u003c\/div\u003e\n\n                \u003c!-- badges --\u003e\n                \u003cdiv class=\"badge-group\"\u003e\n                    \u003cspan class=\"badge badge-green\"\u003e🙏 Catholic Devotional\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🕯️ Spiritual Reflection\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🌿 Phthalate-Free\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🐰 Cruelty Free\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003e🥥 100% Coconut Wax\u003c\/span\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- main description --\u003e\n                \u003cdiv class=\"description\"\u003e\n                    \u003cp\u003eEmbrace the profound reminder of life's fleeting nature with the \u003cstrong\u003eMemento Mori Wax Melt\u003c\/strong\u003e. Inspired by the timeless Catholic concept of \u003cem\u003eMemento Mori\u003c\/em\u003e—\"remember you must die\"—this wax melt 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\u003eMelt this in your warmer as a reminder to live fully, love deeply, and reflect on the precious gift of life, knowing that each moment holds eternal value. Perfect for personal prayer, meditation, or as a meaningful addition to a Catholic home altar.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- fragrance duration --\u003e\n                \u003cdiv class=\"fragrance-duration\"\u003e🕯️ 20+ Hours of Fragrance per 2-3 Cubes\u003c\/div\u003e\n\n                \u003c!-- fragrance profile --\u003e\n                \u003cdiv class=\"scent-profile\"\u003e\n                    \u003cdiv class=\"scent-title\"\u003e🌿 Fragrance Profile — Earthly \u0026amp; Divine, Fleeting Yet Enduring\u003c\/div\u003e\n                    \u003cp style=\"margin-bottom: 0.75rem; font-size: 0.85rem; color: #7a6a5a;\"\u003eThe complex layers of this wax melt evoke a sense of both the transitory nature of life and the eternal beauty of the soul.\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\"\u003eBergamot\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eGeranium\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eMoss\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eViolet\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cp style=\"font-size: 0.75rem; margin-top: 0.3rem; color: #7a6a5a;\"\u003eBright, citrusy bergamot paired with geranium symbolizes life's fleeting beauty and clarity from reflection. Moss and violet ground us in the present, inviting reflection on our path.\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\"\u003eRose\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eViolet\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eRaspberry\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eIncense\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eSaffron\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cp style=\"font-size: 0.75rem; margin-top: 0.3rem; color: #7a6a5a;\"\u003eRose and violet evoke love and memory; incense and saffron add spirituality and connection to the divine — a reverence for both life and the spiritual journey.\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\"\u003eSaffron\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eLeather\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003eVetiver\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003ePalo Santo\u003c\/span\u003e\n                            \u003cspan class=\"note-item\"\u003ePatchouli\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: #7a6a5a;\"\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\n                \u003c!-- product details --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eWax Type:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e100% Pure Coconut Wax\u003c\/span\u003e\n                    \u003c\/div\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\"\u003eNet Weight:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e4 oz\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eFragrance Duration:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003e20+ Hours per 2-3 Cubes\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"info-row\"\u003e\n                        \u003cspan class=\"info-label\"\u003eScent Throw:\u003c\/span\u003e\n                        \u003cspan class=\"info-value\"\u003eStrong\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- wax description --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003cp\u003e100% pure coconut wax. Leaping Bunny certified. Gluten-free, toxin-free, paraben-free, and phthalate-free. Hand-poured in small batches, offering exceptional hot and cold throw.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- handcrafted note --\u003e\n                \u003cdiv class=\"info-section\"\u003e\n                    \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #6b4a3a;\"\u003e✨ Handcrafted with Care\u003c\/h3\u003e\n                    \u003cp\u003eEach item is handmade in my small studio in Geneva, IL. Slight variations may occur — minor color differences, off-centered labels, small markings, or slight melting in shipping. These natural imperfections do not affect the quality or performance of your wax melt.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cfooter\u003e🙏 Memento Mori Wax Melt — bergamot, geranium, moss, violet, rose, incense, saffron, leather, palo santo, sandalwood. Made with 100% pure coconut wax. 4 oz. 20+ hours of fragrance per 2-3 cubes. A Catholic-inspired reflection on life's fleeting nature and the eternal value of each moment. Handcrafted in Geneva, IL.\u003c\/footer\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Bee Coco Candle","offers":[{"title":"Default Title","offer_id":47537662885940,"sku":null,"price":10.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/7169\/7716\/files\/rn-image_picker_lib_temp_63aa19ed-5351-420f-af33-f86d6d10dfdb.jpg?v=1778180229"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/7169\/7716\/collections\/bc37203b22777dff5535cb7ac7bd649e.webp?v=1771807423","url":"https:\/\/www.beecococandle.com\/collections\/saint-collection-catholic-charity-candles.oembed","provider":"Bee Coco Candle","version":"1.0","type":"link"}