{"product_id":"voodoo-romance-candle-h2yza0","title":"Voodoo Romance Candle","description":"\u003c!-- Start Description --\u003e\n\u003cstyle\u003e\u003c!--\n* {\n  box-sizing: border-box;\n}\n\n\/* Intro Images *\/\n.column {\n  float: left;\n  width: 33.3%;\n  padding: 5px;\n  margin-left: 15%;\n  margin-right: 1.7%;\n  position: relative;\n  transition: transform .75s; \/* Animation *\/\n  top: -15px;\n}\n\n.column:hover {\n  transform: scale(1.2); \/* (120% zoom - Note: if the zoom is too large, it will go outside of the viewport) *\/\n}\n\n.column2 {\n  float: left;\n  width: 33.3%;\n  padding: 5px;\n  margin-right: 15%;\n  margin-left: 1.7%;\n  position: relative;\n  transition: transform .75s; \/* Animation *\/\n  top: -15px;\n}\n\n.column2:hover {\n  transform: scale(1.2); \/* (120% zoom - Note: if the zoom is too large, it will go outside of the viewport) *\/\n}\n  \n.column3 {\n  float: left;\n  width: 33.3%;\n  padding: 5px;\n  position: relative;\n  transition: transform .75s; \/* Animation *\/\n  top: -15px;\n}\n\n.column3:hover {\n  transform: scale(1.2); \/* (120% zoom - Note: if the zoom is too large, it will go outside of the viewport) *\/\n}\n\n.column4 {\n  float: left;\n  width: 33.3%;\n  padding: 5px;\n  position: relative;\n  transition: transform .75s; \/* Animation *\/\n  top: -15px;\n}\n  \n.column4:hover {\n  transform: scale(1.2); \/* (120% zoom - Note: if the zoom is too large, it will go outside of the viewport) *\/\n}\n\n\n.column5 {\n  float: left;\n  width: 33.3%;\n  padding: 5px;\n  position: relative;\n  transition: transform .75s; \/* Animation *\/\n  top: -15px;\n}\n\n.column5:hover {\n  transform: scale(1.2); \/* (120% zoom - Note: if the zoom is too large, it will go outside of the viewport) *\/\n}\n\n\n\/* Clearfix (clear floats) *\/\n.row::after {\n  content: \"\";\n  clear: both;\n  display: table;\n}\n\n\/* ⚡️ Feature Point Wrapper *\/\n.nw-feature-points {\n  margin-bottom: 2rem;\n  padding: 0.5rem 0;\n}\n\n\/* ⚡️ Feature Point Item *\/\n.nw-feature {\n  position: relative;\n  z-index: 2;\n  margin-bottom: 0.75rem;\n  padding-left: 1.5rem;\n  font-weight: 600;\n  font-size: 1.05rem;\n  line-height: 1.6;\n  color: #f2f2f2;\n\n  background: linear-gradient(90deg, #f2f2f2 0%, #a3268f 50%, #f2f2f2 100%);\n  background-size: 200%;\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n\n  opacity: 0;\n  transform: translateY(10px);\n  animation:\n    featureEntry 0.8s ease-out forwards,\n    textShimmer 6s linear infinite;\n}\n\n\/* 🎯 Staggered Animation Delay *\/\n.nw-feature:nth-child(1) { animation-delay: 0.2s, 0s; }\n.nw-feature:nth-child(2) { animation-delay: 0.7s, 0s; }\n.nw-feature:nth-child(3) { animation-delay: 1.2s, 0s; }\n.nw-feature:nth-child(4) { animation-delay: 1.7s, 0s; }\n.nw-feature:nth-child(5) { animation-delay: 2.2s, 0s; }\n.nw-feature:nth-child(6) { animation-delay: 2.7s, 0s; }\n.nw-feature:nth-child(7) { animation-delay: 3.2s, 0s; }\n\n\/* 💫 Glowing Bullet Dot *\/\n.nw-feature::before {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  top: 0.5rem;\n  width: 12px;\n  height: 12px;\n  background: radial-gradient(circle, #a3268f, #00A77E);\n  border-radius: 50%;\n  box-shadow:\n    0 0 10px rgba(163, 38, 143, 1),\n    0 0 14px rgba(0, 167, 126, 0.9),\n    0 0 20px rgba(163, 38, 143, 0.8),\n    0 0 25px rgba(0, 167, 126, 0.5);\n  animation: pulseGlow 1.6s ease-in-out infinite;\n}\n\n\/* 👻 Entrance Animation *\/\n@keyframes featureEntry {\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n\/* 🔮 Text Shimmer Animation *\/\n@keyframes textShimmer {\n  0% { background-position: 200% center; }\n  100% { background-position: -200% center; }\n}\n\n\/* 🌟 Glow Pulse Animation *\/\n@keyframes pulseGlow {\n  0%, 100% {\n    box-shadow:\n      0 0 10px rgba(163, 38, 143, 1),\n      0 0 14px rgba(0, 167, 126, 0.9),\n      0 0 20px rgba(163, 38, 143, 0.8),\n      0 0 25px rgba(0, 167, 126, 0.5);\n    transform: scale(1);\n  }\n  50% {\n    box-shadow:\n      0 0 14px rgba(163, 38, 143, 1),\n      0 0 20px rgba(0, 167, 126, 1),\n      0 0 28px rgba(163, 38, 143, 0.9),\n      0 0 34px rgba(0, 167, 126, 0.6);\n    transform: scale(1.15);\n  }\n}\n\n\/* Cast Your Spell Outer Container 1*\/\n.container1 {\n   width: 55%; \n   height: auto; \n   float: left; \n   padding: 0 15px 0 0;\n}\n\n\/* Cast Your Spell Box *\/\n.voodoo-spell-box {\n  position: relative;\n  isolation: isolate;\n  overflow: hidden;\n  padding: 0 15px;\n  border: 0.5px solid rgba(90,205,255,0.30);\n  border-radius: 8px;\n\n  background:\n    radial-gradient(circle at top,\n      rgba(100,220,255,0.12),\n      transparent 48%\n    ),\n    radial-gradient(circle at center,\n      rgba(20,130,190,0.15),\n      transparent 50%\n    ),\n    linear-gradient(180deg,\n      #000000 0%,\n      #04101a 40%,\n      #062642 100%\n    );\n\n  box-shadow:\n    0 0 30px rgba(60,190,255,0.13),\n    0 4px 8px rgba(0,0,0,0.6),\n    0 0 2px rgba(180,235,255,0.20);\n}\n  \n.voodoo-spell-box::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  z-index: 0;\n  pointer-events: none;\n\n  background:\n    radial-gradient(circle at 25% 18%, rgba(150,235,255,0.18), transparent 15%),\n    radial-gradient(circle at 75% 40%, rgba(40,175,240,0.15), transparent 25%),\n    radial-gradient(circle at 45% 82%, rgba(255,255,255,0.08), transparent 18%),\n    linear-gradient(\n      115deg,\n      transparent 0%,\n      rgba(160,235,255,0.045) 45%,\n      rgba(210,250,255,0.11) 50%,\n      rgba(160,235,255,0.045) 55%,\n      transparent 100%\n    );\n\n  opacity: 0.65;\n  animation: voodooMist 5s ease-in-out infinite alternate;\n}\n\n.voodoo-spell-box::after {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  z-index: 1;\n  pointer-events: none;\n\n  background:\n    repeating-linear-gradient(\n      115deg,\n      rgba(180,240,255,0.04) 0px,\n      rgba(180,240,255,0.04) 1px,\n      transparent 1px,\n      transparent 10px\n    );\n\n  opacity: 0.24;\n  animation: voodooStatic 10s linear infinite;\n}\n\n@keyframes voodooMist {\n  from {\n    opacity: 0.35;\n    transform: translateY(0) scale(1);\n    filter: blur(0px);\n  }\n\n  to {\n    opacity: 0.85;\n    transform: translateY(-10px) scale(1.04);\n    filter: blur(1px);\n  }\n}\n\n@keyframes voodooStatic {\n  from {\n    transform: translateX(0);\n  }\n\n  to {\n    transform: translateX(-20px);\n  }\n}\n\n.voodoo-spell-box \u003e * {\n  position: relative;\n  z-index: 2;\n}\n\n\/* Cast Your Spell Inner Container 2*\/\n.container2 {\n  width: fit-content;\n  margin: auto;\n}\n\n\/* Cast Your Spell Title Text*\/\nh3.container_title {\n  font-size: 100%; \n  text-align: center;\n  color: #ffffff;\n}\n\n\/* Cast Your Spell Text*\/  \nh3.container_txt_ctr {\n  font-size: 90%;\n  text-align: center;\n  color: #c7f2ff;\n  text-shadow:\n    0 0 5px rgba(150,235,255,0.38),\n    0 0 12px rgba(40,175,240,0.28);\n}\n\n\n\/* Cast Your Spell Imagery *\/\nimg#spell_imgs {\n  margin-top: 0px;\n  margin-bottom: 0px;\n  margin-left: auto;\n  margin-right: auto;\n  display: block;\n}\n\n\/* Cast Your Spell hr *\/\nhr.half-width {\n  width: 50%;\n  height: 1px;\n  border: none;\n  background: linear-gradient(\n    90deg,\n    transparent,\n    rgba(150,235,255,0.72),\n    transparent\n  );\n  box-shadow:\n    0 0 8px rgba(150,235,255,0.25),\n    0 0 12px rgba(40,175,240,0.24);\n  margin: 18px auto;\n}\n\n\/* Cast Your Spell Image Lifter *\/\n.spell_lifter {\n  transition:\n    transform 0.75s ease-in-out,\n    filter 0.75s ease-in-out;\n}\n\n.spell_lifter:hover {\n  transform: scale(1.03);\n\n  filter:\n    drop-shadow(0 0 10px rgba(90,210,255,0.24))\n    drop-shadow(0 0 4px rgba(255,255,255,0.16));\n}\n  \n\/* Dimensions Img Container*\/\n.dimensions_zoompic {\n   width: 300px; \n   height: auto;\n   margin: 10px auto; \/* Centers the div *\/\n   padding: 0;\n   -webkit-transition: transform 0.75s ease-in-out;\n   -webkit-mask-image: radial-gradient(90% 90%, black 50%, rgba(0, 0, 0, 0.0) 90%);\n   display: block; \/* Centering block elements *\/\n}\n\n.dimensions_zoompic:hover {\n  transform: scale(1.4); \/* (140% zoom - Note: if the zoom is too large, it will go outside of the viewport) *\/\n}\n\n\/* Scenic Candle Image *\/\nimg#mobileresponder {\n  -webkit-mask-image: radial-gradient(90% 90%, black 20%, rgba(0, 0, 0, 0.0) 55%);\n  -webkit-transition: transform 0.75s ease-in-out;\n   width: 55%; \n   height: auto; \n   float: left; \n   margin: 0 10px 0 0;\n}\n\nimg#mobileresponder:hover {\n  transform: scale(1.5); \/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) *\/\n}\n\n@media screen and (max-width: 800px) {\n  .dimensions_zoompic {\n  margin-right: 2%; \n  }\n  .dimensions_zoompic:hover {\n  transform: scale(1.2);\n  }\n  img#mobileresponder:hover {\n  transform: scale(1.2);\n  }\n}\n--\u003e\u003c\/style\u003e\n\u003cdiv class=\"nw-feature-points\"\u003e\n  \u003cdiv class=\"nw-feature\"\u003eSummon Unholy Attraction with the Voodoo® Romance Candle\u003c\/div\u003e\n  \u003cdiv class=\"nw-feature\"\u003eEntombed with a Lapis Lazuli Crystal Wand Stirring Heart \u0026amp; Heat\u003c\/div\u003e\n  \u003cdiv class=\"nw-feature\"\u003eIncludes Leto Love — The Voodoo Doll of Irresistible Desire\u003c\/div\u003e\n  \u003cdiv class=\"nw-feature\"\u003eComes with Romance Spell Card for Targeted Emotional Influence\u003c\/div\u003e\n  \u003cdiv class=\"nw-feature\"\u003eScented with Bubblegum Buzz — Fruity, Sweet \u0026amp; Addictive\u003c\/div\u003e\n  \u003cdiv class=\"nw-feature\"\u003eNatural Wax \u0026amp; Crackling Wooden Wick Sparks the Flame of Seduction\u003c\/div\u003e\n  \u003cdiv class=\"nw-feature\"\u003eSealed with Luxury Lid \u0026amp; Bound in Bewitched Voodoo Gift Box\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"color: white;\"\u003e\u003cstrong\u003eBubblegum Buzz Brings Pleasure To The Senses With A Fruity, Sweet \u0026amp; Addictive Aroma\u003c\/strong\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0002\/3900\/9853\/files\/NaturallyWicked-Romance-001-sq_179kb.jpg?v=1632168080\" alt=\"Naturally Wicked Voodoo Romance Spell Candle Entombed With Crystal Alongside Voodoo Doll; Leto Love\" id=\"mobileresponder\"\u003e\n\u003cp\u003eHandcrafted by the deviant Naturally Wicked Sorceress and her fellow White Witch, The Voodoo Romance Candle couldn’t be further away from any ordinary candle. Forged from sacred soy wax and bewitched into a star-crossed union with its accompanying voodoo doll, Leto Love, this exciting ritual candle is sure to bring love to the heart and soul of any Voodoo subject, even if that subject is you. The Voodoo Romance Candle sets the perfect scene for any voodoo practitioner, with a Bubblegum Buzz extending far and wide from the lifting of the exquisite lid.\u003c\/p\u003e\n\u003cdiv class=\"container1\"\u003e\n\u003cdiv class=\"voodoo-spell-box\"\u003e\n\u003ch3 class=\"container_title\"\u003e\u003cstrong\u003ePossess Your Voodoo Subject In 5 Simple Steps\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cdiv class=\"container2\"\u003e\n\u003cdiv class=\"spell_lifter\"\u003e\n\u003ch3 class=\"container_txt_ctr\"\u003e\n\u003cstrong\u003eSTEP 1\u003c\/strong\u003e\n\u003c\/h3\u003e\n\u003cimg style=\"width: 100%;\" alt=\"Voodoo Doll Laid Flat Beside Naturally Wicked Voodoo Candle\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0002\/3900\/9853\/files\/Step_1_-_PNG.png?v=1663082136\" id=\"spell_imgs\"\u003e\n\u003ch3 class=\"container_txt_ctr\"\u003eCarefully lay the dormant voodoo doll flat beside the Voodoo Candle\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003chr class=\"half-width\"\u003e\n\u003cdiv class=\"spell_lifter\"\u003e\n\u003ch3 class=\"container_txt_ctr\"\u003e\n\u003cstrong\u003eSTEP 2\u003c\/strong\u003e\n\u003c\/h3\u003e\n\u003cimg style=\"width: 100%;\" alt=\"Hand Removing Crystal Wand From Naturally Wicked Voodoo Candle With Voodoo Doll Laid Beside\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0002\/3900\/9853\/files\/Step_2_-_PNG.png?v=1663082136\" id=\"spell_imgs\"\u003e\n\u003ch3 class=\"container_txt_ctr\"\u003eTwist \u0026amp; pull the sensual Lapis Lazuli crystal wand from the blessed wax\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003chr class=\"half-width\"\u003e\n\u003cdiv class=\"spell_lifter\"\u003e\n\u003ch3 class=\"container_txt_ctr\"\u003e\n\u003cstrong\u003eSTEP 3\u003c\/strong\u003e\n\u003c\/h3\u003e\n\u003cimg style=\"width: 100%;\" alt=\"Witch Holding Crystal Wand On Voodoo Doll Whilst Reciting Voodoo Spell\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0002\/3900\/9853\/files\/Step_3_-_PNG.png?v=1663082136\" id=\"spell_imgs\"\u003e\n\u003ch3 class=\"container_txt_ctr\"\u003ePress the jewel against the chest of the voodoo doll, visualise your human subject \u0026amp; read the spell out loud\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003chr class=\"half-width\"\u003e\n\u003cdiv class=\"spell_lifter\"\u003e\n\u003ch3 class=\"container_txt_ctr\"\u003e\n\u003cstrong\u003eSTEP 4\u003c\/strong\u003e\n\u003c\/h3\u003e\n\u003cimg style=\"width: 100%;\" alt=\"Hand Igniting Naturally Wicked Voodoo Candle Causing Voodoo Doll Awakening\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0002\/3900\/9853\/files\/Step_4_-_PNG.png?v=1663082136\" id=\"spell_imgs\"\u003e\n\u003ch3 class=\"container_txt_ctr\"\u003eIgnite The Voodoo Candle to initiate the voodoo awakening\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003chr class=\"half-width\"\u003e\n\u003cdiv class=\"spell_lifter\"\u003e\n\u003ch3 class=\"container_txt_ctr\"\u003e\n\u003cstrong\u003eSTEP 5\u003c\/strong\u003e\n\u003c\/h3\u003e\n\u003cimg style=\"width: 100%;\" alt=\"Witch Applying Voodoo Magic To Voodoo Doll With Blessed Crystal Wand\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0002\/3900\/9853\/files\/Step_5_-_PNG.png?v=1663082136\" id=\"spell_imgs\"\u003e\n\u003ch3 class=\"container_txt_ctr\"\u003eUse the wand to stir up romance in your subject's mind, body \u0026amp; soul\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"color: white;\"\u003e\u003cstrong\u003eTake Control Of Your Voodoo Victim With The Alluring Lapis Lazuli Crystal Wand\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eEntombed within the mystical and vibrant wax is an elegant voodoo wand, carved from romantic Lapis Lazuli crystal. Once withdrawn from the blessed wax, one must only envision their subject, chant significant words and ignite the spitting \u0026amp; crackling wick to unlock the pathway to their intended soul. In line with ancient voodoo romantic traditions, this mesmerising blue voodoo candle, electric blue voodoo doll and magical Lapis Lazuli crystal wand promise to attract love, increase sexual energy, enhance confidence and bring harmony.\u003c\/p\u003e\n\u003cp\u003e\u003c\/p\u003e\n\u003cp style=\"color: white;\"\u003e\u003cstrong\u003eTo Love \u0026amp; Be Loved Is To Feel The Sun From Both Sides\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eRomance is a drug unlike any other. Responsible for a whole host of emotions from pain and confusion to excitement and elation, its addiction is undeniable. A bumpy ride though it may be, life without is simply unthinkable for many. As social creatures, people seek to understand one another, to be longed for, to feel intimacy and to share ideals. The Voodoo Romance Candle is an incoming boat to a soul lost in a ravaging and lonely sea and spells a turn of the tide for its subject. Away with the isolating current of despair and so too the relentless waves of dread, no longer a fear for the creatures below, romance quenches the thirst of the victim in this show.\u003c\/p\u003e\n\u003cdiv style=\"clear: both;\"\u003e\u003c\/div\u003e\n\u003c!-- End Description --\u003e\n\u003c!-- Start Information --\u003e\n\u003cp style=\"color: white;\"\u003e\u003cstrong\u003eWhat's Inside:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cspan\u003eSupplied In Cursed Vooodoo Gift Box:\u003cbr\u003e➼ Naturally Wicked® Voodoo Romance Candle\u003cbr\u003e➼ Naturally Wicked® Voodoo Romance Doll\u003cbr\u003e➼ Black Glass Container \u0026amp; Chrome Candle Lid\u003cbr\u003e➼ Naturally Wicked® Voodoo Spell Card\u003cbr\u003e➼ Blue Lapis Lazuli Crystal Wand\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\n\u003cp style=\"color: white;\"\u003e\u003cstrong\u003eTechnical Details:\u003c\/strong\u003e\u003c\/p\u003e\n➼ Candle Dimensions: 9.5cm x 8cm\u003cbr\u003e➼ Candle Wax Volume: 250ml\u003cbr\u003e➼ Burn Time: 40 Hours\u003cbr\u003e\n\u003cdiv class=\"dimensions_zoompic\"\u003e\u003cimg style=\"width: 100%;\" alt=\"Naturally Wicked Voodoo Candle Technical Drawing With Jar, Crystal \u0026amp; Voodoo Doll Sizing\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0002\/3900\/9853\/files\/Voodoo_Candle_Technical_600px_153kb.jpg?v=1777887539\"\u003e\u003c\/div\u003e\n\u003cp style=\"color: white;\"\u003e\u003cstrong\u003eDirections For Use:\u003c\/strong\u003e \u003c\/p\u003e\n\u003cspan\u003eInstruction card supplied. Warnings on underside of candle. General best practice guidelines for candles are as follows:\u003cbr\u003e➼ Ensure candle is on a heatproof surface with no overhead obstructions\u003cbr\u003e➼ For continued optimum scent, flame and wax pool, burn in 4 hour periods\u003cbr\u003e➼ Maintain a consistent flame by trimming wick height to 10mm before each use\u003cbr\u003e\u003c\/span\u003e\n\u003c!-- End Information --\u003e","brand":"Naturally Wicked","offers":[{"title":"Default Title","offer_id":46848829358277,"sku":"NWVDCR","price":75.09,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0805\/0380\/0005\/files\/jynn4xegfjjo_93ffc007-a430-4e78-a205-d71db5408483.jpg?v=1788355991","url":"https:\/\/nuvessaras.com\/products\/voodoo-romance-candle-h2yza0","provider":"NUVESSARA","version":"1.0","type":"link"}