{"product_id":"spellbinding-ouija-candle-lkcrdq","title":"Spellbinding Ouija Candle","description":"\u003c!-- Start Description --\u003e\n\u003cstyle\u003e\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\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  \/* Video Container *\/\n.video-container {\n  position: relative;\n  width: 100%;\n  overflow: hidden;\n  padding-top: 56.25%; \/* 16:9 Aspect Ratio *\/\n  border-radius: 40px;\n}\n\n\/* Responsive Video Styling (16:9) *\/\n.responsive-video {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  border-radius: 40px;\n  border: none;\n  outline: none;\n}\n\n\/* Unsupported Browser Text Styling (16:9) *\/\n.video-fallback {\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n  color: #a3268f;\n  font-size: 1rem;\n  text-align: center;\n  font-weight: bold;\n  background-color: rgba(0, 0, 0, 0.6);\n  padding: 1rem 1.5rem;\n  border-radius: 12px;\n}\n\n\/* Optional Controls Styling - If you ever want controls shown *\/\n.responsive-video::-webkit-media-controls-panel {\n  background-color: rgba(163, 38, 143, 0.85); \/* NW purple, slightly transparent *\/\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.border {\n  padding: 0 15px 0 15px;\n  border-style: solid;\n  border-color: grey;\n  background-image: linear-gradient(180deg, Black, DarkBlue);  \n  border-width: 0.5px;\n  border-radius: 5px;\n  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);\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: #ffffff;\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 Imagery  - Step 2 Only *\/\nimg#spell_imgs2 {\n  margin-top: -60px;\n  margin-bottom: -60px;\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  margin: 15px auto 15px;\n}\n\n\/* Cast Your Spell Image Lifter *\/\n.spell_lifter {\n  -webkit-transition: transform 0.75s ease-in-out;\n}\n\n.spell_lifter:hover {\n  transform: scale(1.07);\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\/* Candle Lid Detail Image *\/\nimg#lidresponder {\n   width: 55%; \n   height: auto; \n   float: left; \n   padding: 0 15px 0 0;\n   -webkit-mask-image: radial-gradient(100% 100%, black 30%, rgba(0, 0, 0, 0.0) 60%);\n   -webkit-transition: transform 0.75s ease-in-out;\n}\n\nimg#lidresponder: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@media screen and (max-width: 800px) {\n  .dimensions_zoompic:hover {\n  transform: scale(1.2);\n  }\n  img#mobileresponder:hover {\n  transform: scale(1.2);\n  }\n  img#lidresponder: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 the Spirits with the Spellbinding® Ouija Candle\u003c\/div\u003e\n  \u003cdiv class=\"nw-feature\"\u003eEntombed with a Crystal Ouija Planchette\u003c\/div\u003e\n  \u003cdiv class=\"nw-feature\"\u003eIncludes Multi-Language Book of Ouija Spells\u003c\/div\u003e\n  \u003cdiv class=\"nw-feature\"\u003eScented with Fallen Apple — Sweet, Rich \u0026amp; Tempting\u003c\/div\u003e\n  \u003cdiv class=\"nw-feature\"\u003eNatural Wax \u0026amp; Crackling Wooden Wick Ignite the Ritual\u003c\/div\u003e\n  \u003cdiv class=\"nw-feature\"\u003eOuija Board Lid and Luxury Gift Box Included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"video-container\"\u003e\n\u003cvideo class=\"responsive-video\" autoplay loop muted playsinline poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0002\/3900\/9853\/files\/Naturally_Wicked_Ouija_Video_Screen_100kb.jpg?v=1706374541\" title=\"Naturally Wicked Spellbinding Ouija Candle\"\u003e\n\u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/615424046cdb4ed7a3d580b567067c48.mp4\" type=\"video\/mp4\"\u003e\n\u003cdiv class=\"video-fallback\"\u003eYour browser does not support the video tag.\u003c\/div\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0002\/3900\/9853\/files\/Ouija_-_Vignette_-_225kb.jpg?v=1619520832\" alt=\"Naturally Wicked Spellbinding Ouija Candle Entombed With Sodalite Crystal Ouija Planchette Sits on Dark Gravestone\" id=\"mobileresponder\"\u003e\n\u003cp style=\"color: white;\"\u003e\u003cstrong\u003eDead men tell no tales, unless of course, you're brave enough to ask for them!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eAre you brave enough to take the leap and communicate with those who have lived before us? Can you handle the stories from beyond the grave? From inexplicable sounds and undefined visions, to spine tingling chills and unfamiliar touches, many of us have stepped closer to the unknown than we care to admit. But what if we could tread just one step closer...\u003c\/p\u003e\n\u003cbr\u003e\n\u003cimg id=\"lidresponder\" alt=\"Naturally Wicked Spellbinding Ouija Spell Candle, Ouija Board \u0026amp; Blue Sodalite Crystal Planchette\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0002\/3900\/9853\/files\/Ouija_Lid_Detail_-_Amazon_png_205kb_-_Crop.png?v=1612225915\"\u003e\n\u003cp style=\"color: white;\"\u003e\u003cstrong\u003eBrace yourself for the Spellbinding Ouija Candle!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e“What is Ouija?” you may wonder? A Ouija board is kind of like a game of chess, except that the person you're playing against is dead, the pawns may move by themselves and 'checkmate' is a really really bad thing! But hey, that's what makes it fun, right?\u003c\/p\u003e\n\u003cbr\u003e\n\u003cdiv class=\"container1\"\u003e\n\u003cdiv class=\"border\"\u003e\n\u003ch3 class=\"container_title\"\u003e\u003cstrong\u003eCast The Ouija Spell In 3 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=\"Crystal Planchette Being Removed From Spellbinding Crystal Spell Candle To Initiate Ouija Spell\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0002\/3900\/9853\/files\/Ouija_Step_1_-_PNG.png?v=1662040398\" id=\"spell_imgs\"\u003e\n\u003ch3 class=\"container_txt_ctr\"\u003eTwist \u0026amp; pull the Sodalite Crystal Planchette from the spellbound surface to energize the waxy depths\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=\"Two Fingers Holding Ouija Crystal Planchette On Ouija Board Candle Lid\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0002\/3900\/9853\/files\/Ouija_Step_2_-_PNG.png?v=1662040397\" id=\"spell_imgs2\"\u003e\n\u003ch3 class=\"container_txt_ctr\"\u003eSet the planchette upon the Ouija lid and place two fingers behind the viewport\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: 90%;\" alt=\"Witch Reading Spell Card \u0026amp; Igniting Naturally Wicked Spellbinding Ouija Candle\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0002\/3900\/9853\/files\/Ouija_Step_3_-_PNG.png?v=1662040398\" id=\"spell_imgs\"\u003e\n\u003ch3 class=\"container_txt_ctr\"\u003eRead the Ouija spell out loud and ignite the maple wick\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"container_txt_ctr\"\u003e\u003cstrong\u003eProtect your stone at all costs, for the spell shall cease when connection is lost\u003c\/strong\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"color: white;\"\u003e\u003cstrong\u003eFallen Apple Floods The Air With A Sweet, Rich, \u0026amp; Tempting Aroma; Potent Enough To Raise The Dead\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eHandcrafted by the Naturally Wicked Sorceress and forged from blessed natural plant wax, this one of a kind Ouija Candle makes not only a great gift for you, but also for the deceased. A ghostly gateway between two worlds, this telepathic porthole of midnight blue spellbound wax is entombed with a Sodalite Crystal Ouija Planchette; the tool that tells the tale!\u003c\/p\u003e\n\u003cbr\u003e\n\u003cp\u003eEmitting rich and irresistible scents of tempting fallen apple, this wicked spell candle sets the scene for your Ouija experience. Whether catching up with old friends, making new friends, considering a family get together (ancestors included) or simply looking to cut to the chase, this spooky candle sure does bring a whole new meaning to adding a dash of spirit to your coffee.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cp\u003eThe only question left is... Ouija light it? or Ouija not?\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\nSupplied In Iridescent Gift Box:\u003cbr\u003e ➼ Naturally Wicked® Spellbinding Ouija Candle\u003cbr\u003e➼ Black Glass Container \u0026amp; Chrome Candle Lid\u003cbr\u003e➼ Naturally Wicked® Book Of Spells\u003cbr\u003e➼ Naturally Wicked® Ouija Board (On Lid)\u003cbr\u003e➼ Sodalite Crystal Ouija Planchette\u003cbr\u003e\u003cbr\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0002\/3900\/9853\/files\/Spellbinding_Ouija_Technical_600px_142kb.jpg?v=1777745722\" alt=\"Naturally Wicked Spellbinding Ouija Crystal Candle Technical Drawing With Jar, Lid \u0026amp; Crystal Planchette Sizing\" style=\"width: 100%;\"\u003e\u003c\/div\u003e\n\u003cp style=\"color: white;\"\u003e\u003cstrong\u003eDirections For Use:\u003c\/strong\u003e\u003c\/p\u003e\nInstruction guide supplied. Safety directions on underside of spell 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\n\u003c!-- End Information --\u003e","brand":"Naturally Wicked","offers":[{"title":"Default Title","offer_id":46848833028293,"sku":"NWSCO","price":66.74,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0805\/0380\/0005\/files\/0pxsbb5fzeiq_15f29c91-4485-46d6-af85-79bde96df068.jpg?v=1788356015","url":"https:\/\/nuvessaras.com\/products\/spellbinding-ouija-candle-lkcrdq","provider":"NUVESSARA","version":"1.0","type":"link"}