{"product_id":"halloween-witch-glowing-cauldron-solar-light","title":"Halloween Witch Glowing Cauldron Solar Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   HALLOWEEN WITCH SOLAR LIGHT\n   Scoped styles only — will not affect other Shopify sections\n========================================================= *\/\n\n.witch-page{\n  --witch-purple:#4d4058;\n  --witch-purple-dark:#352d3e;\n  --witch-orange:#c87835;\n  --witch-cream:#f8f3ea;\n  --witch-beige:#eee5d7;\n  --witch-soft:#f4f0ea;\n  --witch-text:#45413d;\n  --witch-muted:#746e67;\n  --witch-border:#ddd4c8;\n  --witch-white:#ffffff;\n\n  max-width:1180px;\n  margin:0 auto;\n  color:var(--witch-text);\n  font-family:Arial,Helvetica,sans-serif;\n  line-height:1.65;\n  box-sizing:border-box;\n}\n\n.witch-page *,\n.witch-page *::before,\n.witch-page *::after{\n  box-sizing:border-box;\n}\n\n.witch-page h2,\n.witch-page h3,\n.witch-page h4,\n.witch-page p{\n  margin-top:0;\n}\n\n.witch-page img{\n  display:block;\n  max-width:100%;\n  height:auto;\n}\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.witch-page .witch-hero{\n  padding:72px 40px 68px;\n  text-align:center;\n  background:\n    radial-gradient(circle at 50% 15%,rgba(200,120,53,.14),transparent 35%),\n    linear-gradient(135deg,#f5f0e8,#eee8df);\n  border-radius:0 0 24px 24px;\n}\n\n.witch-page .witch-eyebrow{\n  display:inline-block;\n  margin-bottom:15px;\n  color:var(--witch-orange);\n  font-size:13px;\n  font-weight:700;\n  letter-spacing:1.8px;\n  text-transform:uppercase;\n}\n\n.witch-page .witch-hero h2{\n  max-width:850px;\n  margin:0 auto 20px;\n  color:var(--witch-purple-dark);\n  font-size:clamp(32px,5vw,52px);\n  line-height:1.12;\n  letter-spacing:-1px;\n}\n\n.witch-page .witch-hero p{\n  max-width:760px;\n  margin:0 auto 30px;\n  color:var(--witch-muted);\n  font-size:17px;\n}\n\n.witch-page .witch-badges{\n  display:flex;\n  justify-content:center;\n  flex-wrap:wrap;\n  gap:10px;\n}\n\n.witch-page .witch-badges span{\n  padding:9px 15px;\n  background:rgba(255,255,255,.82);\n  border:1px solid rgba(77,64,88,.14);\n  border-radius:30px;\n  color:var(--witch-purple);\n  font-size:13px;\n  font-weight:600;\n}\n\n\/* =========================================================\n   INTRO IMAGE\n========================================================= *\/\n\n.witch-page .witch-image-full{\n  overflow:hidden;\n  background:#fff;\n}\n\n.witch-page .witch-image-full img{\n  width:100%;\n  max-height:620px;\n  object-fit:cover;\n}\n\n\/* =========================================================\n   SECTION\n========================================================= *\/\n\n.witch-page .witch-section{\n  padding:70px 42px;\n  background:var(--witch-white);\n}\n\n.witch-page .witch-heading{\n  margin-bottom:12px;\n  color:var(--witch-purple-dark);\n  font-size:36px;\n  line-height:1.2;\n  text-align:center;\n}\n\n.witch-page .witch-subheading{\n  max-width:720px;\n  margin:0 auto 40px;\n  color:var(--witch-muted);\n  font-size:16px;\n  text-align:center;\n}\n\n\/* =========================================================\n   INTRO \/ PROBLEM\n========================================================= *\/\n\n.witch-page .witch-intro{\n  padding:65px 35px;\n  background:var(--witch-cream);\n  text-align:center;\n}\n\n.witch-page .witch-intro h2{\n  max-width:760px;\n  margin:0 auto 17px;\n  color:var(--witch-purple-dark);\n  font-size:35px;\n  line-height:1.2;\n}\n\n.witch-page .witch-intro p{\n  max-width:720px;\n  margin:0 auto;\n  color:var(--witch-muted);\n  font-size:16px;\n}\n\n\/* =========================================================\n   FEATURE CARDS\n========================================================= *\/\n\n.witch-page .witch-features{\n  max-width:1020px;\n  margin:0 auto;\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:20px;\n}\n\n.witch-page .witch-feature{\n  overflow:hidden;\n  background:#fff;\n  border:1px solid var(--witch-border);\n  border-radius:18px;\n}\n\n.witch-page .witch-feature-content{\n  padding:28px 25px 24px;\n}\n\n.witch-page .witch-feature h3{\n  margin-bottom:9px;\n  color:var(--witch-purple-dark);\n  font-size:20px;\n  line-height:1.3;\n}\n\n.witch-page .witch-feature p{\n  margin:0;\n  color:var(--witch-muted);\n  font-size:14px;\n  line-height:1.65;\n}\n\n.witch-page .witch-feature-image{\n  background:var(--witch-soft);\n}\n\n.witch-page .witch-feature-image img{\n  width:100%;\n  aspect-ratio:1\/1;\n  object-fit:cover;\n}\n\n\/* =========================================================\n   HIGHLIGHT\n========================================================= *\/\n\n.witch-page .witch-highlight{\n  padding:72px 35px;\n  background:var(--witch-purple);\n  color:#fff;\n  text-align:center;\n}\n\n.witch-page .witch-highlight h2{\n  max-width:760px;\n  margin:0 auto 15px;\n  font-size:36px;\n  line-height:1.2;\n}\n\n.witch-page .witch-highlight p{\n  max-width:670px;\n  margin:0 auto;\n  color:rgba(255,255,255,.88);\n  font-size:16px;\n}\n\n\/* =========================================================\n   SPECIFICATIONS\n========================================================= *\/\n\n.witch-page .witch-specs{\n  max-width:850px;\n  margin:30px auto 0;\n  overflow:hidden;\n  border:1px solid var(--witch-border);\n  border-radius:14px;\n  background:#fff;\n}\n\n.witch-page .witch-spec-row{\n  display:grid;\n  grid-template-columns:35% 65%;\n  border-bottom:1px solid #e7e1d8;\n}\n\n.witch-page .witch-spec-row:last-child{\n  border-bottom:0;\n}\n\n.witch-page .witch-spec-row:nth-child(even){\n  background:#faf8f4;\n}\n\n.witch-page .witch-spec-label,\n.witch-page .witch-spec-value{\n  padding:16px 18px;\n  font-size:14px;\n}\n\n.witch-page .witch-spec-label{\n  color:var(--witch-purple-dark);\n  font-weight:700;\n}\n\n.witch-page .witch-spec-value{\n  color:var(--witch-muted);\n}\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.witch-page .witch-faq{\n  background:var(--witch-cream);\n}\n\n.witch-page .witch-faq-list{\n  max-width:820px;\n  margin:30px auto 0;\n}\n\n.witch-page .witch-faq-item{\n  margin-bottom:10px;\n  background:#fff;\n  border:1px solid var(--witch-border);\n  border-radius:11px;\n  overflow:hidden;\n}\n\n.witch-page .witch-faq-item summary{\n  position:relative;\n  padding:18px 45px 18px 20px;\n  cursor:pointer;\n  list-style:none;\n  color:var(--witch-purple-dark);\n  font-size:15px;\n  font-weight:700;\n}\n\n.witch-page .witch-faq-item summary::-webkit-details-marker{\n  display:none;\n}\n\n.witch-page .witch-faq-item summary::after{\n  content:\"+\";\n  position:absolute;\n  right:20px;\n  top:14px;\n  color:var(--witch-orange);\n  font-size:23px;\n  font-weight:400;\n}\n\n.witch-page .witch-faq-item[open] summary::after{\n  content:\"−\";\n}\n\n.witch-page .witch-faq-item p{\n  margin:0;\n  padding:0 20px 20px;\n  color:var(--witch-muted);\n  font-size:14px;\n}\n\n\/* =========================================================\n   GUARANTEE \/ SHIPPING\n========================================================= *\/\n\n.witch-page .witch-info{\n  padding:28px 30px;\n  background:#f5f0e7;\n  border-top:1px solid var(--witch-border);\n  border-bottom:1px solid var(--witch-border);\n  text-align:center;\n}\n\n.witch-page .witch-info p{\n  max-width:800px;\n  margin:0 auto;\n  color:#625c55;\n  font-size:14px;\n}\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.witch-page .witch-final{\n  padding:78px 35px 62px;\n  background:linear-gradient(135deg,#f1ebe1,#f8f5ee);\n  text-align:center;\n  border-radius:24px 24px 0 0;\n}\n\n.witch-page .witch-final h2{\n  max-width:780px;\n  margin:0 auto 16px;\n  color:var(--witch-purple-dark);\n  font-size:40px;\n  line-height:1.18;\n}\n\n.witch-page .witch-final p{\n  max-width:650px;\n  margin:0 auto 28px;\n  color:var(--witch-muted);\n  font-size:16px;\n}\n\n.witch-page .witch-cta{\n  display:inline-block;\n  padding:15px 30px;\n  background:var(--witch-orange);\n  border-radius:8px;\n  color:#fff;\n  font-size:15px;\n  font-weight:700;\n}\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:767px){\n\n  .witch-page .witch-hero{\n    padding:52px 20px 48px;\n    border-radius:0 0 18px 18px;\n  }\n\n  .witch-page .witch-hero h2{\n    font-size:34px;\n  }\n\n  .witch-page .witch-hero p{\n    font-size:15px;\n  }\n\n  .witch-page .witch-section{\n    padding:52px 20px;\n  }\n\n  .witch-page .witch-heading,\n  .witch-page .witch-intro h2{\n    font-size:29px;\n  }\n\n  .witch-page .witch-features{\n    grid-template-columns:1fr;\n  }\n\n  .witch-page .witch-highlight{\n    padding:55px 20px;\n  }\n\n  .witch-page .witch-highlight h2{\n    font-size:29px;\n  }\n\n  .witch-page .witch-spec-row{\n    grid-template-columns:38% 62%;\n  }\n\n  .witch-page .witch-spec-label,\n  .witch-page .witch-spec-value{\n    padding:12px 10px;\n    font-size:13px;\n  }\n\n  .witch-page .witch-final{\n    padding:58px 20px 48px;\n    border-radius:18px 18px 0 0;\n  }\n\n  .witch-page .witch-final h2{\n    font-size:31px;\n  }\n\n}\n\n@media(max-width:420px){\n\n  .witch-page .witch-badges{\n    gap:7px;\n  }\n\n  .witch-page .witch-badges span{\n    padding:8px 10px;\n    font-size:11px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"witch-page\"\u003e\n\u003c!-- =====================================================\n     01 HERO\n===================================================== --\u003e\n\u003csection class=\"witch-hero\"\u003e\u003cspan class=\"witch-eyebrow\"\u003eHalloween Outdoor Decor\u003c\/span\u003e\n\u003ch2\u003eCast a Spooky Spell on Your Yard\u003c\/h2\u003e\n\u003cp\u003eBring your Halloween display to life with a charming witch brewing her glowing potion in a star-and-moon cauldron. Solar powered and designed for outdoor spaces, she adds a magical glow to your yard after dark.\u003c\/p\u003e\n\u003cdiv class=\"witch-badges\"\u003e\n\u003cspan\u003e🔮 Witchy Halloween Design\u003c\/span\u003e \u003cspan\u003e☀️ Solar Powered\u003c\/span\u003e \u003cspan\u003e🌧️ Weather Resistant\u003c\/span\u003e \u003cspan\u003e🌙 Automatic Night Lighting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     02 IMAGE\n===================================================== --\u003e\n\u003cdiv class=\"witch-image-full\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/67c466e2130db23e5341d1cc3b74755efed7217f.png\" alt=\"Halloween witch glowing cauldron solar light\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- =====================================================\n     03 INTRO\n===================================================== --\u003e\n\u003csection class=\"witch-intro\"\u003e\n\u003ch2\u003eTurn Your Outdoor Space Into a Halloween Scene\u003c\/h2\u003e\n\u003cp\u003eA little glow can completely change the atmosphere after sunset. This witch and her illuminated cauldron bring personality, character and a playful Halloween touch to lawns, flower beds, patios and porches.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     04 FEATURES\n===================================================== --\u003e\n\u003csection class=\"witch-section\"\u003e\n\u003ch2 class=\"witch-heading\"\u003e5 Details That Make Her Stand Out\u003c\/h2\u003e\n\u003cp class=\"witch-subheading\"\u003eDesigned to combine classic Halloween character with convenient solar lighting for easy outdoor decorating.\u003c\/p\u003e\n\u003cdiv class=\"witch-features\"\u003e\n\u003c!-- FEATURE 01 --\u003e\n\u003cdiv class=\"witch-feature\"\u003e\n\u003cdiv class=\"witch-feature-content\"\u003e\n\u003ch3\u003e🔮 Detailed Witch \u0026amp; Cauldron Design\u003c\/h3\u003e\n\u003cp\u003eFrom her expressive face and textured robes to the stirring stick and moon-and-star cauldron, the sculpted details give this Halloween figure plenty of character. A natural focal point for your lawn, patio or porch display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"witch-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/67c466e2130db23e5341d1cc3b74755efed7217f.png\" alt=\"Detailed Halloween witch statue and glowing cauldron\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 02 --\u003e\n\u003cdiv class=\"witch-feature\"\u003e\n\u003cdiv class=\"witch-feature-content\"\u003e\n\u003ch3\u003e☀️ Solar Powered Nighttime Glow\u003c\/h3\u003e\n\u003cp\u003eNo outdoor outlet or extension cord is needed. The solar panel charges during daylight and the LED light automatically comes on when the surrounding area gets dark.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"witch-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/92643da3ab037392acc86321fb0c19ace05a11e7.png\" alt=\"Solar powered Halloween witch light\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 03 --\u003e\n\u003cdiv class=\"witch-feature\"\u003e\n\u003cdiv class=\"witch-feature-content\"\u003e\n\u003ch3\u003e🌧️ Outdoor-Ready Resin Construction\u003c\/h3\u003e\n\u003cp\u003eMade from durable resin with a protective finish, the decorative figure is designed for outdoor placement and everyday seasonal weather conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"witch-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/5e9cd156a3e67ade3918816f6eee3d0c9e3b7e5a.png\" alt=\"Weather resistant Halloween witch decoration\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 04 --\u003e\n\u003cdiv class=\"witch-feature\"\u003e\n\u003cdiv class=\"witch-feature-content\"\u003e\n\u003ch3\u003e🌱 Simple Ground Stake Setup\u003c\/h3\u003e\n\u003cp\u003eThe included solar ground stake makes setup straightforward. Position the stake securely in the ground, place the solar panel where it can receive sunlight, and switch the unit on.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"witch-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/09ccc9114fcbf205bab35ce336b1c48a4ce6c519.png\" alt=\"Halloween solar light ground stake setup\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 05 --\u003e\n\u003cdiv class=\"witch-feature\"\u003e\n\u003cdiv class=\"witch-feature-image\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     05 HIGHLIGHT\n===================================================== --\u003e\n\u003csection class=\"witch-highlight\"\u003e\n\u003ch2\u003e\u003cspan style=\"color: rgb(230, 230, 230);\"\u003eLet the Cauldron Glow After Dark\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003eDuring the day, the solar panel collects energy. Once darkness arrives, the cauldron lights up automatically, adding a warm and mysterious glow to your Halloween display.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     06 PRODUCT DETAILS\n===================================================== --\u003e\n\u003csection class=\"witch-section\"\u003e\n\u003ch2 class=\"witch-heading\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"witch-specs\"\u003e\n\u003cdiv class=\"witch-spec-row\"\u003e\n\u003cdiv class=\"witch-spec-label\"\u003eProduct Name\u003c\/div\u003e\n\u003cdiv class=\"witch-spec-value\"\u003eHalloween Witch Glowing Pot Solar Light\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"witch-spec-row\"\u003e\n\u003cdiv class=\"witch-spec-label\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"witch-spec-value\"\u003eWeather-resistant resin + solar components\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"witch-spec-row\"\u003e\n\u003cdiv class=\"witch-spec-label\"\u003ePower Source\u003c\/div\u003e\n\u003cdiv class=\"witch-spec-value\"\u003eSolar energy with automatic light sensor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"witch-spec-row\"\u003e\n\u003cdiv class=\"witch-spec-label\"\u003eSize\u003c\/div\u003e\n\u003cdiv class=\"witch-spec-value\"\u003e13.5*7.3*9.5cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"witch-spec-row\"\u003e\n\u003cdiv class=\"witch-spec-label\"\u003eWater Resistance\u003c\/div\u003e\n\u003cdiv class=\"witch-spec-value\"\u003eIP65 outdoor rain and weather resistance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"witch-spec-row\"\u003e\n\u003cdiv class=\"witch-spec-label\"\u003ePackage Includes\u003c\/div\u003e\n\u003cdiv class=\"witch-spec-value\"\u003e1 × Witch figurine body, 1 × solar ground stake assembly, manual\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     07 FAQ\n===================================================== --\u003e\n\u003csection class=\"witch-section witch-faq\"\u003e\n\u003ch2 class=\"witch-heading\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"witch-faq-list\"\u003e\n\u003cdetails class=\"witch-faq-item\"\u003e\n\u003csummary\u003eHow does the solar light work?\u003c\/summary\u003e\n\u003cp\u003ePlace the solar panel where it can receive direct sunlight during the day. After charging, the light automatically turns on when the surrounding area becomes dark.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"witch-faq-item\"\u003e\n\u003csummary\u003eHow long will the light stay on at night?\u003c\/summary\u003e\n\u003cp\u003eLighting time depends on sunlight exposure, weather conditions, season and battery charge. A full charge under favorable sunlight can provide several hours of nighttime illumination.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"witch-faq-item\"\u003e\n\u003csummary\u003eCan I leave it outdoors?\u003c\/summary\u003e\n\u003cp\u003eYes. The resin figure and solar components are designed for outdoor seasonal decoration and are rated for IP65 outdoor rain and weather resistance.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"witch-faq-item\"\u003e\n\u003csummary\u003eIs assembly required?\u003c\/summary\u003e\n\u003cp\u003eOnly minimal setup is needed. Assemble the ground stake, position the solar panel toward sunlight and turn on the switch located under the solar panel.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"witch-faq-item\"\u003e\n\u003csummary\u003eWhere should I place the solar panel?\u003c\/summary\u003e\n\u003cp\u003eChoose a location that receives plenty of direct sunlight during the day and avoid placing the panel beneath trees, covered porches or other areas that block sunlight.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     08 GUARANTEE \/ SHIPPING\n===================================================== --\u003e\u003c!-- =====================================================\n     09 FINAL CTA\n===================================================== --\u003e\n\u003csection class=\"witch-final\"\u003e\n\u003ch2\u003eGive Your Yard a Little Halloween Magic\u003c\/h2\u003e\n\u003cp\u003eAdd a glowing witch, a mysterious cauldron and a touch of spooky character to your outdoor Halloween display.\u003c\/p\u003e\n\u003cspan class=\"witch-cta\"\u003eBring Her Home for Halloween\u003c\/span\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"yournicola","offers":[{"title":"Witch","offer_id":57029859967142,"sku":"GZ012226081710319- 万圣节女巫发光大锅","price":48.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0749\/6663\/0566\/files\/0f0e6434fc773e9ccdc2887d9b7ddda5c3511c42-600_YMq20Q.png?v=1787023911","url":"https:\/\/yournicola.com\/products\/halloween-witch-glowing-cauldron-solar-light","provider":"yournicola","version":"1.0","type":"link"}