{"product_id":"mini-money-spell-candle","title":"Mini Money Spell Candle","description":"\u003cstyle\u003e\n  .lw-mini-candle {\n    max-width: 980px;\n    margin: 0 auto;\n    font-family: inherit;\n    color: #24131d;\n    line-height: 1.7;\n  }\n\n  .lw-mini-candle-hero {\n    background: linear-gradient(135deg, #fff2fa 0%, #ffffff 58%, #ffe3f3 100%);\n    border: 1px solid #f7b8dc;\n    border-radius: 24px;\n    padding: 34px;\n    margin: 0 0 28px;\n    box-shadow: 0 12px 32px rgba(234, 51, 154, 0.14);\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .lw-mini-candle-hero:before {\n    content: \"✦\";\n    position: absolute;\n    top: -34px;\n    right: 22px;\n    font-size: 120px;\n    line-height: 1;\n    color: rgba(234, 51, 154, 0.08);\n    font-family: serif;\n  }\n\n  .lw-mini-candle-hero h1 {\n    margin: 0 0 10px;\n    font-size: 36px;\n    line-height: 1.12;\n    color: #ea339a;\n    letter-spacing: -0.02em;\n  }\n\n  .lw-mini-candle-hero h2 {\n    max-width: 780px;\n    margin: 0 auto 14px;\n    font-size: 22px;\n    line-height: 1.3;\n    color: #9d1f66;\n  }\n\n  .lw-mini-candle-hero p {\n    max-width: 760px;\n    margin: 0 auto;\n    font-size: 17px;\n    color: #4a283b;\n  }\n\n  .lw-mini-candle-card {\n    background: #ffffff;\n    border: 1px solid #f5c4df;\n    border-radius: 20px;\n    padding: 26px;\n    margin: 24px 0;\n    box-shadow: 0 8px 24px rgba(234, 51, 154, 0.08);\n  }\n\n  .lw-mini-candle-card h2,\n  .lw-mini-candle-card h3 {\n    margin-top: 0;\n    margin-bottom: 12px;\n    color: #ea339a;\n    font-size: 23px;\n    line-height: 1.25;\n  }\n\n  .lw-mini-candle-card h4 {\n    color: #9d1f66;\n    font-size: 18px;\n    margin: 0 0 8px;\n    line-height: 1.25;\n  }\n\n  .lw-mini-candle-card p {\n    margin: 0 0 14px;\n  }\n\n  .lw-mini-candle-callout {\n    background: linear-gradient(135deg, #ffe3f3 0%, #fff7fc 100%);\n    border: 1px solid #ea339a;\n    border-left: 7px solid #ea339a;\n    border-radius: 18px;\n    padding: 20px 22px;\n    margin: 24px 0;\n    color: #24131d;\n    box-shadow: 0 8px 22px rgba(234, 51, 154, 0.1);\n  }\n\n  .lw-mini-candle-callout p {\n    margin: 0;\n  }\n\n  .lw-mini-candle-callout strong {\n    color: #9d1f66;\n  }\n\n  .lw-mini-candle-service a,\n  .lw-mini-candle a {\n    color: #ea339a;\n    text-decoration: underline;\n    text-underline-offset: 3px;\n    font-weight: 700;\n  }\n\n  .lw-mini-candle a:hover {\n    color: #9d1f66;\n    background: #ffe3f3;\n  }\n\n  .lw-mini-candle ul {\n    padding-left: 22px;\n    margin: 12px 0 0;\n  }\n\n  .lw-mini-candle li {\n    margin-bottom: 8px;\n  }\n\n  .lw-mini-candle-badge-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    justify-content: center;\n    margin-top: 20px;\n  }\n\n  .lw-mini-candle-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: #ffffff;\n    border: 1px solid #f5c4df;\n    color: #9d1f66;\n    border-radius: 999px;\n    padding: 8px 14px;\n    font-size: 14px;\n    font-weight: 700;\n    box-shadow: 0 4px 12px rgba(234, 51, 154, 0.08);\n  }\n\n  .lw-mini-candle-choice-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .lw-mini-candle-choice {\n    background: #fff7fc;\n    border: 1px solid #f5c4df;\n    border-radius: 18px;\n    padding: 20px;\n  }\n\n  .lw-mini-candle-choice p {\n    margin: 0 0 12px;\n    color: #4a283b;\n  }\n\n  .lw-mini-candle-steps {\n    counter-reset: step-counter;\n    list-style: none;\n    padding: 0;\n    margin: 18px 0 0;\n  }\n\n  .lw-mini-candle-steps li {\n    counter-increment: step-counter;\n    position: relative;\n    padding: 0 0 18px 50px;\n    margin: 0;\n  }\n\n  .lw-mini-candle-steps li:before {\n    content: counter(step-counter);\n    position: absolute;\n    left: 0;\n    top: 2px;\n    width: 34px;\n    height: 34px;\n    border-radius: 50%;\n    background: #ea339a;\n    color: #ffffff;\n    font-weight: bold;\n    text-align: center;\n    line-height: 34px;\n    box-shadow: 0 4px 12px rgba(234, 51, 154, 0.28);\n  }\n\n  .lw-mini-candle-note {\n    font-size: 15px;\n    background: #fff5fb;\n    border-radius: 16px;\n    padding: 16px 18px;\n    border: 1px solid #f5c4df;\n    margin-top: 18px;\n    color: #4a283b;\n  }\n\n  .lw-mini-candle-upgrade {\n    background: linear-gradient(135deg, #ea339a 0%, #c61f7f 100%);\n    color: #ffffff;\n    border-radius: 22px;\n    padding: 28px;\n    margin: 26px 0;\n    box-shadow: 0 12px 28px rgba(234, 51, 154, 0.22);\n  }\n\n  .lw-mini-candle-upgrade h3 {\n    color: #ffffff;\n    margin: 0 0 12px;\n    font-size: 24px;\n    line-height: 1.2;\n  }\n\n  .lw-mini-candle-upgrade p {\n    margin: 0 0 12px;\n    color: #fff7fc;\n  }\n\n  .lw-mini-candle-button-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .lw-mini-candle-button {\n    display: inline-block;\n    padding: 12px 20px;\n    border-radius: 999px;\n    text-decoration: none !important;\n    font-weight: 700;\n    font-size: 15px;\n    transition: all 0.2s ease;\n  }\n\n  .lw-mini-candle-button-primary {\n    background: #ffffff;\n    color: #ea339a !important;\n    border: 1px solid #ffffff;\n  }\n\n  .lw-mini-candle-button-primary:hover {\n    background: #fff0f8;\n    color: #9d1f66 !important;\n  }\n\n  .lw-mini-candle-button-secondary {\n    background: transparent;\n    color: #ffffff !important;\n    border: 1px solid rgba(255,255,255,0.65);\n  }\n\n  .lw-mini-candle-button-secondary:hover {\n    background: rgba(255,255,255,0.12);\n    color: #ffffff !important;\n  }\n\n  @media (max-width: 749px) {\n    .lw-mini-candle-hero {\n      padding: 26px 20px;\n    }\n\n    .lw-mini-candle-hero h1 {\n      font-size: 30px;\n    }\n\n    .lw-mini-candle-hero h2 {\n      font-size: 20px;\n    }\n\n    .lw-mini-candle-card {\n      padding: 22px 18px;\n    }\n\n    .lw-mini-candle-badge-row {\n      justify-content: flex-start;\n    }\n\n    .lw-mini-candle-choice-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .lw-mini-candle-upgrade {\n      padding: 22px 18px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lw-mini-candle\"\u003e\n\u003cdiv class=\"lw-mini-candle-hero\"\u003e\n\u003ch1\u003eMini Money Spell Candle\u003c\/h1\u003e\n\u003ch2\u003eAn Affordable Pre-Blessed Money Spell Candle for Abundance, Fortune \u0026amp; Financial Growth\u003c\/h2\u003e\n\u003cp\u003eBurn this pre-blessed and dressed Mini Money Spell Candle at home for prosperity, abundance, money-drawing magic, business blessings, fortune, and financial growth.\u003c\/p\u003e\n\u003cdiv class=\"lw-mini-candle-badge-row\"\u003e\n\u003cspan class=\"lw-mini-candle-badge\"\u003e✦ Affordable Money Spell Candle\u003c\/span\u003e \u003cspan class=\"lw-mini-candle-badge\"\u003e✦ Pre-Blessed and Dressed\u003c\/span\u003e \u003cspan class=\"lw-mini-candle-badge\"\u003e☽ Burn It Yourself at Home\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lw-mini-candle-callout\"\u003e\n\u003cp\u003e\u003cstrong\u003eLooking for the Burned by The Love Witch option?\u003c\/strong\u003e\u003cbr\u003eIf you would rather have The Love Witch prepare, bless, dress, and burn the candle on your behalf, \u003ca href=\"https:\/\/thelovewitchnyc.com\/products\/mini-money-spell-service\"\u003eclick here for the Mini Money Spell Service\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lw-mini-candle-card\"\u003e\n\u003ch2\u003eA Smaller Money Spell Candle with Focused Intention\u003c\/h2\u003e\n\u003cp\u003eThe Mini Money Spell Candle by The Love Witch is designed to support magic for abundance, prosperity, financial growth, fortune, opportunity, and money-drawing work. This smaller candle is a beautiful choice if you are looking for an \u003cstrong\u003eaffordable money spell\u003c\/strong\u003e, a simple money spell candle to burn at home, or a lower-cost way to begin working with prosperity magic.\u003c\/p\u003e\n\u003cp\u003eUse this candle when you want to attract more money, open the road to new income, support a business goal, strengthen your financial confidence, call in better opportunities, or focus your energy on prosperity and success.\u003c\/p\u003e\n\u003cp\u003eThis mini money candle is prepared for you by The Love Witch with spiritual oil, gold glitter, chamomile, and focused intention for abundance, fortune, prosperity, and financial growth. Its smaller size makes it perfect for simple candle spells, money petitions, business altar work, prosperity rituals, ongoing financial work, or anyone who wants a ready-to-use money spell candle without needing to dress it themselves.\u003c\/p\u003e\n\u003cp\u003eIf you found this candle while searching for a \u003cstrong\u003echeap money spell\u003c\/strong\u003e, please know that “affordable” does not mean careless, generic, or low-quality. This is a smaller pre-blessed money spell candle created for people who want meaningful spiritual support at a more accessible price point.\u003c\/p\u003e\n\u003cdiv class=\"lw-mini-candle-note\"\u003eEach candle is \u003cstrong\u003epre-blessed and dressed personally by The Love Witch\u003c\/strong\u003e before it is sent to you.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lw-mini-candle-card\"\u003e\n\u003ch3\u003eChoose How You Want to Work\u003c\/h3\u003e\n\u003cp\u003eThis candle is for people who want to participate directly in their own money magic. You can burn it on its own as a prosperity candle spell, or you can burn it alongside The Love Witch’s candle service to add your personal energy to the work.\u003c\/p\u003e\n\u003cdiv class=\"lw-mini-candle-choice-grid\"\u003e\n\u003cdiv class=\"lw-mini-candle-choice\"\u003e\n\u003ch4\u003eBurn It Yourself at Home\u003c\/h4\u003e\n\u003cp\u003eUse this candle for your own money spell, prosperity petition, business blessing, income-growth ritual, or abundance work. Your candle arrives already spiritually prepared, so you can focus on your intention and burn it when you feel ready.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lw-mini-candle-choice\"\u003e\n\u003ch4\u003eBurn One Alongside The Love Witch\u003c\/h4\u003e\n\u003cp\u003eFor stronger participation, order this candle along with the Mini Money Spell Service. The Love Witch will burn one candle for your petition, and you can burn yours at home to add your personal energy to the work.\u003c\/p\u003e\n\u003ca href=\"https:\/\/thelovewitchnyc.com\/products\/mini-money-spell-service\"\u003eAdd the Mini Money Spell Service\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lw-mini-candle-card\"\u003e\n\u003ch3\u003eUse This Candle For\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAttracting money and prosperity\u003c\/li\u003e\n\u003cli\u003eCalling in abundance, fortune, and financial growth\u003c\/li\u003e\n\u003cli\u003eOpening the road to new income\u003c\/li\u003e\n\u003cli\u003eSupporting business blessings and sales\u003c\/li\u003e\n\u003cli\u003eStrengthening confidence around money\u003c\/li\u003e\n\u003cli\u003eAdding power to money spells and prosperity petitions\u003c\/li\u003e\n\u003cli\u003eCreating a smaller, focused money candle ritual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lw-mini-candle-card\"\u003e\n\u003ch3\u003eHow to Use This Candle\u003c\/h3\u003e\n\u003col class=\"lw-mini-candle-steps\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eWrite your money intention.\u003c\/strong\u003e\u003cbr\u003eWrite your intention on a small petition paper. Keep it focused, clear, and connected to the kind of prosperity, opportunity, or financial growth you want to call in.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePlace your petition beneath the candle.\u003c\/strong\u003e\u003cbr\u003ePlace the petition under the candle on a heat-safe surface where the candle can burn safely.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLight the candle with focus.\u003c\/strong\u003e\u003cbr\u003eLight the candle while focusing on your intention for abundance, prosperity, money, opportunity, and financial growth.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBurn only while attended.\u003c\/strong\u003e\u003cbr\u003eAllow the candle to burn only while you are awake, present, and able to monitor it. Snuff out between burns as needed.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cdiv class=\"lw-mini-candle-note\"\u003eThursday is a powerful day to begin money magic, but you may start whenever you feel ready to focus your energy on abundance and financial growth.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lw-mini-candle-upgrade\"\u003e\n\u003ch3\u003eWant The Love Witch to Burn One for You Too?\u003c\/h3\u003e\n\u003cp\u003eIf you want to intensify the work, you can order the Mini Money Spell Service in addition to this candle. The Love Witch will prepare and burn a candle for your petition, while you burn your own candle at home to add your personal energy and focus.\u003c\/p\u003e\n\u003cp\u003eThis is a beautiful option if you want prosperity support from The Love Witch while still actively participating in the spell yourself.\u003c\/p\u003e\n\u003cdiv class=\"lw-mini-candle-button-row\"\u003e\n\u003ca class=\"lw-mini-candle-button lw-mini-candle-button-primary\" href=\"\/products\/mini-money-spell-service\"\u003eAdd the Mini Money Spell Service\u003c\/a\u003e \u003ca class=\"lw-mini-candle-button lw-mini-candle-button-secondary\" href=\"\/pages\/spellwork-agreement\"\u003eRead the Spellwork Agreement\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lw-mini-candle-card\"\u003e\n\u003ch3\u003eCandle Details\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eGlass jar measures approximately \u003cstrong\u003e3 1\/4\" tall x 2 1\/2\" wide\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003ePre-blessed and dressed by The Love Witch\u003c\/li\u003e\n\u003cli\u003ePrepared with spiritual oil, gold glitter, and chamomile\u003c\/li\u003e\n\u003cli\u003e100% paraffin wax\u003c\/li\u003e\n\u003cli\u003eBurn on a heat-safe surface\u003c\/li\u003e\n\u003cli\u003eNever leave a burning candle unattended\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The Love Witch","offers":[{"title":"Default Title","offer_id":52373291434295,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0946\/8303\/8007\/files\/mini-money-spell.png?v=1780785678","url":"https:\/\/thelovewitchnyc.com\/products\/mini-money-spell-candle","provider":"The Love Witch","version":"1.0","type":"link"}