{"product_id":"halloween-cauldron-garden-light","title":"🔥Last Day 49% OFF🎃Halloween Witch Cauldron Garden Light","description":"\u003cstyle\u003e\n  \/* ==========================================\n     WITCH CAULDRON GARDEN LIGHT PRODUCT PAGE\n     Scoped CSS — Will not affect Shopify theme\n  =========================================== *\/\n\n  .witch-light-page {\n    --wl-black: #090806;\n    --wl-deep: #15100a;\n    --wl-card: #21170d;\n    --wl-orange: #ef8b12;\n    --wl-orange-bright: #ff9d19;\n    --wl-gold: #d9a441;\n    --wl-cream: #fff5de;\n    --wl-text: #f7f1e7;\n    --wl-muted: #c9bcaa;\n    --wl-border: rgba(229, 157, 47, 0.3);\n    --wl-white: #ffffff;\n\n    max-width: 1000px;\n    margin: 0 auto;\n    color: var(--wl-text);\n    background: var(--wl-black);\n    font-family:\n      Inter,\n      -apple-system,\n      BlinkMacSystemFont,\n      \"Segoe UI\",\n      Roboto,\n      Helvetica,\n      Arial,\n      sans-serif;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .witch-light-page *,\n  .witch-light-page *::before,\n  .witch-light-page *::after {\n    box-sizing: border-box;\n  }\n\n  .witch-light-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .witch-light-page h1,\n  .witch-light-page h2,\n  .witch-light-page h3,\n  .witch-light-page h4,\n  .witch-light-page p,\n  .witch-light-page ul {\n    margin-top: 0;\n  }\n\n  .wl-section {\n    margin-bottom: 54px;\n  }\n\n  .wl-content {\n    padding-left: 24px;\n    padding-right: 24px;\n  }\n\n  \/* HERO *\/\n\n  .wl-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 46px 30px 36px;\n    background:\n      radial-gradient(\n        circle at 88% 12%,\n        rgba(243, 137, 22, 0.2),\n        transparent 32%\n      ),\n      linear-gradient(145deg, #080706 0%, #171008 65%, #25150a 100%);\n    border: 1px solid var(--wl-border);\n    border-radius: 24px;\n    text-align: center;\n  }\n\n  .wl-hero::before {\n    content: \"\";\n    position: absolute;\n    top: -90px;\n    right: -80px;\n    width: 260px;\n    height: 260px;\n    border: 1px solid rgba(245, 153, 35, 0.18);\n    border-radius: 50%;\n  }\n\n  .wl-eyebrow {\n    position: relative;\n    display: inline-flex;\n    align-items: center;\n    margin-bottom: 15px;\n    padding: 8px 16px;\n    background: rgba(239, 139, 18, 0.12);\n    border: 1px solid rgba(239, 139, 18, 0.42);\n    border-radius: 999px;\n    color: var(--wl-orange-bright);\n    font-size: 13px;\n    line-height: 1.2;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    text-transform: uppercase;\n  }\n\n  .wl-hero h1 {\n    position: relative;\n    max-width: 850px;\n    margin: 0 auto 15px;\n    color: var(--wl-cream);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(34px, 5vw, 52px);\n    line-height: 1.12;\n    font-weight: 700;\n    letter-spacing: -0.02em;\n  }\n\n  .wl-hero h1 span {\n    color: var(--wl-orange-bright);\n  }\n\n  .wl-hero-description {\n    position: relative;\n    max-width: 760px;\n    margin: 0 auto 25px;\n    color: var(--wl-muted);\n    font-size: 18px;\n    line-height: 1.7;\n  }\n\n  .wl-hero-tags {\n    position: relative;\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 9px;\n  }\n\n  .wl-hero-tag {\n    display: inline-flex;\n    align-items: center;\n    padding: 9px 14px;\n    background: rgba(255, 255, 255, 0.06);\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 999px;\n    color: var(--wl-cream);\n    font-size: 14px;\n    line-height: 1.3;\n    font-weight: 700;\n  }\n\n  \/* IMAGE *\/\n\n  .wl-image-card {\n    margin-top: 22px;\n    overflow: hidden;\n    background: #0d0b08;\n    border: 1px solid var(--wl-border);\n    border-radius: 20px;\n    box-shadow:\n      0 16px 42px rgba(0, 0, 0, 0.45),\n      0 0 30px rgba(228, 124, 14, 0.08);\n  }\n\n  .wl-image-card img {\n    border-radius: 20px;\n  }\n\n  \/* QUICK BENEFIT BAR *\/\n\n  .wl-quick-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .wl-quick-item {\n    min-height: 122px;\n    padding: 19px 13px;\n    background:\n      linear-gradient(\n        150deg,\n        rgba(255, 255, 255, 0.065),\n        rgba(255, 255, 255, 0.02)\n      );\n    border: 1px solid var(--wl-border);\n    border-radius: 15px;\n    text-align: center;\n  }\n\n  .wl-quick-icon {\n    display: flex;\n    width: 43px;\n    height: 43px;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 9px;\n    background: rgba(239, 139, 18, 0.14);\n    border: 1px solid rgba(239, 139, 18, 0.38);\n    border-radius: 50%;\n    font-size: 20px;\n  }\n\n  .wl-quick-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--wl-cream);\n    font-size: 14px;\n    line-height: 1.4;\n  }\n\n  .wl-quick-item span:last-child {\n    display: block;\n    color: var(--wl-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  \/* HEADINGS *\/\n\n  .wl-heading {\n    max-width: 800px;\n    margin-bottom: 23px;\n    text-align: left;\n  }\n\n  .wl-kicker {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--wl-orange-bright);\n    font-size: 13px;\n    line-height: 1.3;\n    font-weight: 850;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .wl-heading h2 {\n    margin-bottom: 11px;\n    color: var(--wl-cream);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(28px, 4vw, 40px);\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: -0.02em;\n  }\n\n  .wl-heading h2 span {\n    color: var(--wl-orange-bright);\n  }\n\n  .wl-heading p {\n    margin-bottom: 0;\n    color: var(--wl-muted);\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  \/* SEARCHABLE SELLING POINTS *\/\n\n  .wl-keywords {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 18px;\n  }\n\n  .wl-keyword {\n    display: inline-flex;\n    padding: 7px 12px;\n    background: rgba(239, 139, 18, 0.11);\n    border: 1px solid rgba(239, 139, 18, 0.3);\n    border-radius: 999px;\n    color: #ffc66d;\n    font-size: 13px;\n    line-height: 1.3;\n    font-weight: 700;\n  }\n\n  \/* FEATURE CARDS *\/\n\n  .wl-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 15px;\n  }\n\n  .wl-feature-card {\n    position: relative;\n    min-height: 160px;\n    padding: 23px 20px 21px 69px;\n    background:\n      linear-gradient(\n        145deg,\n        rgba(255, 255, 255, 0.06),\n        rgba(255, 255, 255, 0.02)\n      );\n    border: 1px solid var(--wl-border);\n    border-radius: 17px;\n    text-align: left;\n  }\n\n  .wl-feature-card::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 5px;\n    height: 100%;\n    background: linear-gradient(\n      180deg,\n      var(--wl-orange-bright),\n      #7f3b05\n    );\n    border-radius: 17px 0 0 17px;\n  }\n\n  .wl-feature-icon {\n    position: absolute;\n    top: 22px;\n    left: 20px;\n    display: flex;\n    width: 35px;\n    height: 35px;\n    align-items: center;\n    justify-content: center;\n    background: rgba(239, 139, 18, 0.14);\n    border: 1px solid rgba(239, 139, 18, 0.34);\n    border-radius: 50%;\n    font-size: 17px;\n  }\n\n  .wl-feature-card h3 {\n    margin-bottom: 7px;\n    color: var(--wl-cream);\n    font-size: 18px;\n    line-height: 1.35;\n    font-weight: 800;\n  }\n\n  .wl-feature-card p {\n    margin-bottom: 0;\n    color: var(--wl-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* DAY \/ NIGHT *\/\n\n  .wl-day-night {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    overflow: hidden;\n    border: 1px solid var(--wl-border);\n    border-radius: 18px;\n  }\n\n  .wl-day-night-card {\n    padding: 25px 22px;\n    text-align: left;\n  }\n\n  .wl-day-night-card:first-child {\n    background:\n      linear-gradient(145deg, #302414, #5b431d);\n  }\n\n  .wl-day-night-card:last-child {\n    background:\n      linear-gradient(145deg, #090807, #1b0f08);\n  }\n\n  .wl-day-night-card span {\n    display: block;\n    margin-bottom: 9px;\n    font-size: 28px;\n    line-height: 1;\n  }\n\n  .wl-day-night-card h3 {\n    margin-bottom: 7px;\n    color: var(--wl-cream);\n    font-size: 19px;\n    line-height: 1.35;\n  }\n\n  .wl-day-night-card p {\n    margin-bottom: 0;\n    color: #ded1bd;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* INSTALLATION *\/\n\n  .wl-install-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 13px;\n  }\n\n  .wl-install-step {\n    position: relative;\n    padding: 23px 17px 20px;\n    background: rgba(255, 255, 255, 0.045);\n    border: 1px solid var(--wl-border);\n    border-radius: 16px;\n    text-align: center;\n  }\n\n  .wl-step-number {\n    display: flex;\n    width: 43px;\n    height: 43px;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 13px;\n    background: var(--wl-orange);\n    border-radius: 50%;\n    color: #160d04;\n    font-size: 19px;\n    font-weight: 900;\n  }\n\n  .wl-install-step h3 {\n    margin-bottom: 7px;\n    color: var(--wl-cream);\n    font-size: 17px;\n    line-height: 1.4;\n  }\n\n  .wl-install-step p {\n    margin-bottom: 0;\n    color: var(--wl-muted);\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* USE SCENARIOS *\/\n\n  .wl-use-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .wl-use-card {\n    padding: 20px 13px;\n    background: rgba(255, 255, 255, 0.045);\n    border: 1px solid var(--wl-border);\n    border-radius: 14px;\n    text-align: center;\n  }\n\n  .wl-use-card span {\n    display: block;\n    margin-bottom: 9px;\n    font-size: 27px;\n    line-height: 1;\n  }\n\n  .wl-use-card strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--wl-cream);\n    font-size: 15px;\n    line-height: 1.4;\n  }\n\n  .wl-use-card small {\n    display: block;\n    color: var(--wl-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  \/* PRODUCT OVERVIEW *\/\n\n  .wl-summary {\n    overflow: hidden;\n    border: 1px solid var(--wl-border);\n    border-radius: 18px;\n  }\n\n  .wl-summary-row {\n    display: grid;\n    grid-template-columns: 210px 1fr;\n    border-bottom: 1px solid var(--wl-border);\n  }\n\n  .wl-summary-row:last-child {\n    border-bottom: 0;\n  }\n\n  .wl-summary-label,\n  .wl-summary-value {\n    padding: 15px 18px;\n    text-align: left;\n  }\n\n  .wl-summary-label {\n    background: rgba(239, 139, 18, 0.12);\n    color: #ffc970;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .wl-summary-value {\n    background: rgba(255, 255, 255, 0.035);\n    color: var(--wl-text);\n    font-size: 15px;\n  }\n\n  \/* FAQ *\/\n\n  .wl-faq details {\n    margin-bottom: 10px;\n    overflow: hidden;\n    background: rgba(255, 255, 255, 0.04);\n    border: 1px solid var(--wl-border);\n    border-radius: 13px;\n  }\n\n  .wl-faq summary {\n    position: relative;\n    padding: 17px 49px 17px 18px;\n    color: var(--wl-cream);\n    font-size: 16px;\n    line-height: 1.45;\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .wl-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .wl-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    transform: translateY(-50%);\n    color: var(--wl-orange-bright);\n    font-size: 24px;\n    line-height: 1;\n  }\n\n  .wl-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .wl-faq-answer {\n    padding: 0 18px 18px;\n    color: var(--wl-muted);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* CTA *\/\n\n  .wl-cta {\n    position: relative;\n    overflow: hidden;\n    padding: 42px 28px;\n    background:\n      radial-gradient(\n        circle at 87% 10%,\n        rgba(255, 153, 22, 0.23),\n        transparent 35%\n      ),\n      linear-gradient(135deg, #160d06, #3a1f09);\n    border: 1px solid rgba(239, 139, 18, 0.38);\n    border-radius: 22px;\n    text-align: center;\n  }\n\n  .wl-cta h2 {\n    position: relative;\n    max-width: 760px;\n    margin: 0 auto 12px;\n    color: var(--wl-cream);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(29px, 4vw, 41px);\n    line-height: 1.2;\n    font-weight: 700;\n  }\n\n  .wl-cta p {\n    position: relative;\n    max-width: 700px;\n    margin: 0 auto 22px;\n    color: var(--wl-muted);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .wl-cta-button {\n    position: relative;\n    display: inline-flex;\n    min-height: 52px;\n    align-items: center;\n    justify-content: center;\n    padding: 14px 28px;\n    background: linear-gradient(\n      180deg,\n      #ffad31,\n      #e78108\n    );\n    border: 2px solid #ffb84c;\n    border-radius: 999px;\n    color: #1a0e04;\n    font-size: 16px;\n    line-height: 1.3;\n    font-weight: 900;\n    text-decoration: none;\n    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);\n  }\n\n  .wl-cta-button:hover {\n    background: #ffb64a;\n    color: #1a0e04;\n  }\n\n  .wl-cta-note {\n    position: relative;\n    display: block;\n    margin-top: 14px;\n    color: rgba(255, 241, 218, 0.7);\n    font-size: 12px;\n    line-height: 1.5;\n  }\n\n  \/* MOBILE *\/\n\n  @media screen and (max-width: 749px) {\n    .wl-section {\n      margin-bottom: 36px;\n    }\n\n    .wl-content {\n      padding-left: 10px;\n      padding-right: 10px;\n    }\n\n    .wl-hero {\n      padding: 31px 17px 25px;\n      border-radius: 17px;\n    }\n\n    .wl-hero-description {\n      font-size: 16px;\n    }\n\n    .wl-quick-grid,\n    .wl-use-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .wl-feature-grid,\n    .wl-day-night {\n      grid-template-columns: 1fr;\n    }\n\n    .wl-install-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .wl-summary-row {\n      grid-template-columns: 1fr;\n    }\n\n    .wl-summary-label {\n      padding-bottom: 7px;\n    }\n\n    .wl-summary-value {\n      padding-top: 7px;\n    }\n\n    .wl-image-card,\n    .wl-image-card img {\n      border-radius: 13px;\n    }\n\n    .wl-cta {\n      padding: 32px 18px;\n      border-radius: 17px;\n    }\n\n    .wl-cta-button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"witch-light-page\"\u003e\n\u003c!-- =========================\n       HERO \/ IMAGE 1\n  ========================== --\u003e\n\u003csection class=\"wl-section\"\u003e\n\u003cdiv class=\"wl-hero\"\u003e\n\u003cspan class=\"wl-eyebrow\"\u003eHalloween Outdoor Decoration\u003c\/span\u003e\n\u003ch1\u003eMagical Witch Cauldron \u003cspan\u003eGarden Light\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"wl-hero-description\"\u003eBring classic Halloween storytelling to your outdoor space with a dramatic flying witch, glowing cauldron and cascading multicolor light display.\u003c\/p\u003e\n\u003cdiv class=\"wl-hero-tags\"\u003e\n\u003cspan class=\"wl-hero-tag\"\u003eFlying Witch Design\u003c\/span\u003e \u003cspan class=\"wl-hero-tag\"\u003eMulticolor Cascade Lights\u003c\/span\u003e \u003cspan class=\"wl-hero-tag\"\u003eWeather-Resistant Display\u003c\/span\u003e \u003cspan class=\"wl-hero-tag\"\u003eEasy Ground Installation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/detail_page_1_v2.png?v=1784540585\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wl-content\"\u003e\n\u003cdiv class=\"wl-quick-grid\"\u003e\n\u003cdiv class=\"wl-quick-item\"\u003e\n\u003cspan class=\"wl-quick-icon\"\u003e🧙\u003c\/span\u003e \u003cstrong\u003eFlying Witch Figure\u003c\/strong\u003e \u003cspan\u003eExpressive storybook character\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-quick-item\"\u003e\n\u003cspan class=\"wl-quick-icon\"\u003e🌈\u003c\/span\u003e \u003cstrong\u003eColorful Light Cascade\u003c\/strong\u003e \u003cspan\u003eCreates an eye-catching glow\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-quick-item\"\u003e\n\u003cspan class=\"wl-quick-icon\"\u003e🌧️\u003c\/span\u003e \u003cstrong\u003eOutdoor Ready\u003c\/strong\u003e \u003cspan\u003eDesigned for seasonal display\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-quick-item\"\u003e\n\u003cspan class=\"wl-quick-icon\"\u003e🛠️\u003c\/span\u003e \u003cstrong\u003eSimple Setup\u003c\/strong\u003e \u003cspan\u003eStake, assemble and display\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================\n       DRAMATIC WITCH DESIGN\n  ========================== --\u003e\n\u003csection class=\"wl-section wl-content\"\u003e\n\u003cdiv class=\"wl-heading\"\u003e\n\u003cspan class=\"wl-kicker\"\u003eClassic Halloween Character\u003c\/span\u003e\n\u003ch2\u003eA Dramatic \u003cspan\u003eFlying Witch\u003c\/span\u003e That Sets the Scene\u003c\/h2\u003e\n\u003cp\u003eA sculpted witch appears to float beside the hanging cauldron, creating a playful silhouette inspired by classic Halloween stories. Her pointed hat, flowing robe and expressive face add character even before the lights are switched on.\u003c\/p\u003e\n\u003cdiv class=\"wl-keywords\"\u003e\n\u003cspan class=\"wl-keyword\"\u003eDetailed Witch Figure\u003c\/span\u003e \u003cspan class=\"wl-keyword\"\u003ePointed Hat\u003c\/span\u003e \u003cspan class=\"wl-keyword\"\u003eFlowing Robe\u003c\/span\u003e \u003cspan class=\"wl-keyword\"\u003eStorybook Silhouette\u003c\/span\u003e \u003cspan class=\"wl-keyword\"\u003eDaytime Decoration\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-feature-grid\"\u003e\n\u003carticle class=\"wl-feature-card\"\u003e\u003cspan class=\"wl-feature-icon\"\u003e🧙\u003c\/span\u003e\n\u003ch3\u003eExpressive Flying Witch\u003c\/h3\u003e\n\u003cp\u003eThe outstretched pose and detailed face create a lively character that instantly establishes a playful Halloween theme.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"wl-feature-card\"\u003e\u003cspan class=\"wl-feature-icon\"\u003e🎃\u003c\/span\u003e\n\u003ch3\u003eDecorative Cutout Cauldron\u003c\/h3\u003e\n\u003cp\u003eWitch, moon, bat, ghost, spiderweb and star cutouts give the cauldron a layered seasonal look.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================\n       IMAGE 2 \/ CASCADE LIGHTS\n  ========================== --\u003e\n\u003csection class=\"wl-section\"\u003e\n\u003cdiv class=\"wl-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/detail_page_3.png?v=1784540585\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"wl-section wl-content\"\u003e\n\u003cdiv class=\"wl-heading\"\u003e\n\u003cspan class=\"wl-kicker\"\u003eDazzling Nighttime Display\u003c\/span\u003e\n\u003ch2\u003eA Magical \u003cspan\u003eCascade of Color\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eMulticolor lights appear to pour from the witch’s cauldron, creating a flowing waterfall effect that brings movement, depth and visual energy to dark gardens and pathways.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-feature-grid\"\u003e\n\u003carticle class=\"wl-feature-card\"\u003e\u003cspan class=\"wl-feature-icon\"\u003e✨\u003c\/span\u003e\n\u003ch3\u003eSparkling Cascade Effect\u003c\/h3\u003e\n\u003cp\u003eHundreds of glowing points form a bright flowing trail beneath the suspended cauldron.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"wl-feature-card\"\u003e\u003cspan class=\"wl-feature-icon\"\u003e🌈\u003c\/span\u003e\n\u003ch3\u003eMulticolor Halloween Glow\u003c\/h3\u003e\n\u003cp\u003eOrange, yellow, green, blue and purple tones create a festive display that stands out after dark.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================\n       IMAGE 3 \/ DAY \u0026 NIGHT\n  ========================== --\u003e\n\u003csection class=\"wl-section\"\u003e\n\u003cdiv class=\"wl-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/detail_page_4.png?v=1784540585\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"wl-section wl-content\"\u003e\n\u003cdiv class=\"wl-heading\"\u003e\n\u003cspan class=\"wl-kicker\"\u003eAll-Day Seasonal Style\u003c\/span\u003e\n\u003ch2\u003eBeautiful by Day, \u003cspan\u003eMagical by Night\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eThe sculpted witch and patterned cauldron act as an eye-catching garden decoration during the day. After dark, the colorful light cascade transforms the display into an illuminated Halloween focal point.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-day-night\"\u003e\n\u003carticle class=\"wl-day-night-card\"\u003e\u003cspan\u003e☀️\u003c\/span\u003e\n\u003ch3\u003eCharming Daytime Decoration\u003c\/h3\u003e\n\u003cp\u003eDetailed sculpting and Halloween cutouts add whimsical personality to flower beds, lawns and garden paths.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"wl-day-night-card\"\u003e\u003cspan\u003e🌙\u003c\/span\u003e\n\u003ch3\u003eEnchanting Nighttime Glow\u003c\/h3\u003e\n\u003cp\u003eThe illuminated cauldron and cascading lights create a dramatic display that comes alive after sunset.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================\n       IMAGE 4 \/ DURABILITY\n  ========================== --\u003e\n\u003csection class=\"wl-section\"\u003e\n\u003cdiv class=\"wl-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/detail_page_5_v3.png?v=1784540585\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"wl-section wl-content\"\u003e\n\u003cdiv class=\"wl-heading\"\u003e\n\u003cspan class=\"wl-kicker\"\u003eBuilt for Seasonal Outdoor Display\u003c\/span\u003e\n\u003ch2\u003eWeather-Resistant and \u003cspan\u003eDurably Constructed\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eDesigned for outdoor Halloween decorating, the display combines a sturdy garden stake with durable decorative components for use in gardens, yards, pathways and porch landscaping.\u003c\/p\u003e\n\u003cdiv class=\"wl-keywords\"\u003e\n\u003cspan class=\"wl-keyword\"\u003eWeather Resistant\u003c\/span\u003e \u003cspan class=\"wl-keyword\"\u003eDurable Construction\u003c\/span\u003e \u003cspan class=\"wl-keyword\"\u003eStable Ground Stake\u003c\/span\u003e \u003cspan class=\"wl-keyword\"\u003eOutdoor Seasonal Décor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-feature-grid\"\u003e\n\u003carticle class=\"wl-feature-card\"\u003e\u003cspan class=\"wl-feature-icon\"\u003e🌧️\u003c\/span\u003e\n\u003ch3\u003eWeather-Resistant Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for normal seasonal outdoor conditions when positioned securely in the garden or yard.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"wl-feature-card\"\u003e\u003cspan class=\"wl-feature-icon\"\u003e🛡️\u003c\/span\u003e\n\u003ch3\u003eSturdy Decorative Construction\u003c\/h3\u003e\n\u003cp\u003eThe supported witch, hanging cauldron and stake structure are designed to maintain a clean, elevated display.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================\n       IMAGE 5 \/ INSTALLATION\n  ========================== --\u003e\n\u003csection class=\"wl-section\"\u003e\n\u003cdiv class=\"wl-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/detail_page_6_v2.png?v=1784540585\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"wl-section wl-content\"\u003e\n\u003cdiv class=\"wl-heading\"\u003e\n\u003cspan class=\"wl-kicker\"\u003eQuick Seasonal Setup\u003c\/span\u003e\n\u003ch2\u003eEasy to Install in \u003cspan\u003eThree Simple Steps\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eNo complicated decorating process is required. Assemble the stake and decorative components, place the pointed end into suitable ground and position the light display where it can be enjoyed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-install-grid\"\u003e\n\u003carticle class=\"wl-install-step\"\u003e\u003cspan class=\"wl-step-number\"\u003e1\u003c\/span\u003e\n\u003ch3\u003eInsert the Ground Stake\u003c\/h3\u003e\n\u003cp\u003eJoin the stake sections and press the pointed end securely into soft, stable soil.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"wl-install-step\"\u003e\u003cspan class=\"wl-step-number\"\u003e2\u003c\/span\u003e\n\u003ch3\u003eAttach Witch \u0026amp; Cauldron\u003c\/h3\u003e\n\u003cp\u003eConnect the decorative witch and cauldron components to the support stake.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"wl-install-step\"\u003e\u003cspan class=\"wl-step-number\"\u003e3\u003c\/span\u003e\n\u003ch3\u003ePosition the Light Display\u003c\/h3\u003e\n\u003cp\u003eArrange the cascading lights and place the decoration in your chosen outdoor location.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================\n       IMAGE 6 \/ USE SCENARIOS\n  ========================== --\u003e\n\u003csection class=\"wl-section\"\u003e\n\u003cdiv class=\"wl-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/detail_page_7.png?v=1784540585\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"wl-section wl-content\"\u003e\n\u003cdiv class=\"wl-heading\"\u003e\n\u003cspan class=\"wl-kicker\"\u003eVersatile Outdoor Placement\u003c\/span\u003e\n\u003ch2\u003ePerfect for \u003cspan\u003eAny Halloween Outdoor Space\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eUse the raised garden-stake display to create a glowing focal point in flower beds, along walkways, near the front porch or across the yard.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-use-grid\"\u003e\n\u003carticle class=\"wl-use-card\"\u003e\u003cspan\u003e🌼\u003c\/span\u003e \u003cstrong\u003eGarden\u003c\/strong\u003e \u003csmall\u003eDisplay above flowers and seasonal plants.\u003c\/small\u003e\u003c\/article\u003e\n\u003carticle class=\"wl-use-card\"\u003e\u003cspan\u003e🛤️\u003c\/span\u003e \u003cstrong\u003ePathway\u003c\/strong\u003e \u003csmall\u003eGuide guests through a glowing Halloween scene.\u003c\/small\u003e\u003c\/article\u003e\n\u003carticle class=\"wl-use-card\"\u003e\u003cspan\u003e🏡\u003c\/span\u003e \u003cstrong\u003eYard\u003c\/strong\u003e \u003csmall\u003eCreate a striking centerpiece for lawn décor.\u003c\/small\u003e\u003c\/article\u003e\n\u003carticle class=\"wl-use-card\"\u003e\u003cspan\u003e🚪\u003c\/span\u003e \u003cstrong\u003ePorch\u003c\/strong\u003e \u003csmall\u003eAdd character near steps and entry landscaping.\u003c\/small\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================\n       PRODUCT OVERVIEW\n  ========================== --\u003e\n\u003csection class=\"wl-section wl-content\"\u003e\n\u003cdiv class=\"wl-heading\"\u003e\n\u003cspan class=\"wl-kicker\"\u003eProduct Details\u003c\/span\u003e\n\u003ch2\u003eWitch Cauldron Garden Light Overview\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-summary\"\u003e\n\u003cdiv class=\"wl-summary-row\"\u003e\n\u003cdiv class=\"wl-summary-label\"\u003eProduct Style\u003c\/div\u003e\n\u003cdiv class=\"wl-summary-value\"\u003eHalloween witch and cauldron outdoor garden-stake decoration\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-summary-row\"\u003e\n\u003cdiv class=\"wl-summary-label\"\u003eMain Design\u003c\/div\u003e\n\u003cdiv class=\"wl-summary-value\"\u003eSculpted flying witch with pointed hat, flowing robe and expressive face\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-summary-row\"\u003e\n\u003cdiv class=\"wl-summary-label\"\u003eLight Effect\u003c\/div\u003e\n\u003cdiv class=\"wl-summary-value\"\u003eMulticolor cascading decorative light display\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-summary-row\"\u003e\n\u003cdiv class=\"wl-summary-label\"\u003eCauldron Details\u003c\/div\u003e\n\u003cdiv class=\"wl-summary-value\"\u003eHalloween-themed witch, bat, moon, ghost, spider and web cutouts\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-summary-row\"\u003e\n\u003cdiv class=\"wl-summary-label\"\u003eInstallation\u003c\/div\u003e\n\u003cdiv class=\"wl-summary-value\"\u003eElevated ground-stake display for suitable garden soil\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-summary-row\"\u003e\n\u003cdiv class=\"wl-summary-label\"\u003eRecommended Areas\u003c\/div\u003e\n\u003cdiv class=\"wl-summary-value\"\u003eGarden, pathway, lawn, yard, flower bed and porch landscaping\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================\n       FAQ\n  ========================== --\u003e\n\u003csection class=\"wl-section wl-content\"\u003e\n\u003cdiv class=\"wl-heading\"\u003e\n\u003cspan class=\"wl-kicker\"\u003eCustomer Questions\u003c\/span\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the decoration look attractive during the day?\u003c\/summary\u003e\n\u003cdiv class=\"wl-faq-answer\"\u003eYes. The sculpted witch, decorative cauldron cutouts and elevated silhouette create an eye-catching garden decoration even when the lights are not illuminated.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere can the witch cauldron light be displayed?\u003c\/summary\u003e\n\u003cdiv class=\"wl-faq-answer\"\u003eIt can be placed in suitable soft ground in gardens, flower beds, lawns, beside pathways or near porch landscaping.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the garden decoration difficult to assemble?\u003c\/summary\u003e\n\u003cdiv class=\"wl-faq-answer\"\u003eThe display is designed for simple assembly. Connect the stake sections, attach the witch and cauldron, then insert the stake into stable ground.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it be used outdoors during Halloween season?\u003c\/summary\u003e\n\u003cdiv class=\"wl-faq-answer\"\u003eThe decoration is designed for seasonal outdoor display and features weather-resistant construction. Secure installation and sensible placement are recommended during severe weather.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat style of Halloween décor does it match?\u003c\/summary\u003e\n\u003cdiv class=\"wl-faq-answer\"\u003eIt pairs well with pumpkins, lanterns, pathway lights, graveyard scenes, haunted-house displays and classic witch-themed decorations.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================\n       FINAL CTA\n  ========================== --\u003e\n\u003csection class=\"wl-section wl-content\"\u003e\n\u003cdiv class=\"wl-cta\"\u003e\n\u003ch2\u003eTurn Your Garden Into a Magical Halloween Scene\u003c\/h2\u003e\n\u003cp\u003eAdd storybook character by day and a dazzling cascade of multicolor light after dark with this dramatic flying witch and cauldron display.\u003c\/p\u003e\n\u003ca href=\"#product-form\" class=\"wl-cta-button\"\u003e Create Your Halloween Display \u003c\/a\u003e \u003cspan class=\"wl-cta-note\"\u003e Flying witch design · Multicolor cascade lights · Easy garden-stake setup \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Li","offers":[{"title":"Default Title","offer_id":52667189592376,"sku":"NC02102607214211-女巫坩埚花园灯","price":36.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/detail_page_1_v2.png?v=1784540585","url":"https:\/\/reemoreemoo.com\/fr\/products\/halloween-cauldron-garden-light","provider":"reemoreemoo","version":"1.0","type":"link"}