{"product_id":"witch-s-moonlight-brew-lighted-halloween-wall-decor","title":"Witch’s Moonlight Brew Lighted Halloween Wall Decor","description":"\u003cstyle\u003e\n\/* ==============================\n   WITCH'S MOONLIGHT BREW LANDING\n   ============================== *\/\n\n.moonbrew-page,\n.moonbrew-page *,\n.moonbrew-page *::before,\n.moonbrew-page *::after{\n  box-sizing:border-box;\n}\n\n.moonbrew-page{\n  --black:#120b15;\n  --deep:#24102c;\n  --purple:#5d1b78;\n  --orange:#f28a1a;\n  --gold:#f5c15b;\n  --cream:#fff7e8;\n  --soft:#f8f1e8;\n  --text:#211b25;\n  --muted:#746b79;\n  --white:#ffffff;\n\n  width:100%;\n  max-width:1180px;\n  margin:0 auto;\n  overflow:hidden;\n  background:#fff;\n  color:var(--text);\n  font-family:Arial,Helvetica,sans-serif;\n  line-height:1.6;\n\n  container-type:inline-size;\n}\n\n.moonbrew-page img{\n  display:block;\n  width:100%!important;\n  max-width:100%!important;\n  height:auto!important;\n  margin:0!important;\n}\n\n.mb-section{\n  padding:50px 20px;\n}\n\n.mb-center{\n  text-align:center;\n}\n\n.mb-eyebrow{\n  display:inline-flex;\n  align-items:center;\n  gap:7px;\n  background:#fff1d7;\n  color:#7c3d00;\n  padding:8px 15px;\n  border-radius:999px;\n  font-weight:900;\n  font-size:12px;\n  letter-spacing:.8px;\n  text-transform:uppercase;\n  margin-bottom:15px;\n}\n\n.mb-title{\n  margin:0 0 17px;\n  font-size:32px;\n  line-height:1.12;\n  font-weight:950;\n  letter-spacing:-1px;\n  color:#1c1020;\n}\n\n.mb-desc{\n  margin:0;\n  color:var(--muted);\n  font-size:16px;\n}\n\n.mb-button{\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;\n  text-decoration:none!important;\n  color:#fff!important;\n  background:linear-gradient(135deg,#ff951f,#dc3b21);\n  padding:16px 25px;\n  border-radius:13px;\n  font-size:16px;\n  line-height:1.2;\n  font-weight:900;\n  margin-top:24px;\n  box-shadow:0 12px 28px rgba(220,59,33,.25);\n}\n\n\/* HERO *\/\n\n.mb-hero{\n  position:relative;\n  padding:55px 20px 35px;\n  background:\n    radial-gradient(circle at 78% 15%,rgba(255,140,26,.26),transparent 27%),\n    radial-gradient(circle at 15% 55%,rgba(151,57,190,.32),transparent 32%),\n    linear-gradient(145deg,#100712,#32123b);\n  color:#fff;\n  text-align:center;\n}\n\n.mb-hero .mb-eyebrow{\n  background:rgba(255,255,255,.12);\n  color:#ffd58c;\n  border:1px solid rgba(255,255,255,.14);\n}\n\n.mb-hero-title{\n  max-width:820px;\n  margin:0 auto;\n  font-size:38px;\n  line-height:1.06;\n  font-weight:950;\n  letter-spacing:-1.5px;\n  color:#fff;\n}\n\n.mb-hero-title span{\n  color:#ffc55e;\n}\n\n.mb-hero-copy{\n  max-width:720px;\n  margin:19px auto 0;\n  color:#e7dce9;\n  font-size:17px;\n}\n\n.mb-hero-image{\n  margin:35px auto 0;\n  max-width:800px;\n  padding:9px;\n  background:rgba(255,255,255,.13);\n  border:1px solid rgba(255,255,255,.18);\n  border-radius:22px;\n  box-shadow:0 25px 65px rgba(0,0,0,.38);\n}\n\n.mb-hero-image img{\n  border-radius:15px;\n}\n\n.mb-mini-note{\n  margin-top:14px;\n  color:#e9d9eb;\n  font-size:13px;\n}\n\n\/* QUICK BENEFITS *\/\n\n.mb-facts{\n  background:#fff9ef;\n}\n\n.mb-facts-grid{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  gap:11px;\n}\n\n.mb-fact{\n  padding:19px 10px;\n  background:#fff;\n  text-align:center;\n  border-radius:16px;\n  border:1px solid #f1e4ce;\n}\n\n.mb-fact-icon{\n  font-size:26px;\n  margin-bottom:5px;\n}\n\n.mb-fact strong{\n  display:block;\n  font-size:14px;\n  color:#28182c;\n}\n\n.mb-fact span{\n  display:block;\n  margin-top:3px;\n  font-size:12px;\n  color:#897a8c;\n}\n\n\/* SPLIT *\/\n\n.mb-split{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:30px;\n  align-items:center;\n}\n\n.mb-image-card{\n  border-radius:22px;\n  overflow:hidden;\n  box-shadow:0 16px 45px rgba(40,20,44,.15);\n  background:#fff;\n}\n\n.mb-copy p{\n  margin:0 0 16px;\n  color:#716777;\n}\n\n.mb-checks{\n  list-style:none;\n  padding:0;\n  margin:23px 0 0;\n}\n\n.mb-checks li{\n  position:relative;\n  padding-left:34px;\n  margin:14px 0;\n  font-weight:700;\n  color:#38283b;\n}\n\n.mb-checks li::before{\n  content:\"✓\";\n  position:absolute;\n  left:0;\n  top:0;\n  width:23px;\n  height:23px;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  background:#ff981f;\n  color:#fff;\n  font-size:13px;\n  font-weight:900;\n}\n\n\/* DARK STORY *\/\n\n.mb-dark{\n  background:\n    radial-gradient(circle at 20% 20%,rgba(152,57,195,.3),transparent 28%),\n    radial-gradient(circle at 85% 65%,rgba(241,135,28,.2),transparent 27%),\n    #160a1c;\n  color:#fff;\n}\n\n.mb-dark .mb-title{\n  color:#fff;\n}\n\n.mb-dark .mb-desc,\n.mb-dark .mb-copy p{\n  color:#d8cbdc;\n}\n\n.mb-dark .mb-checks li{\n  color:#f3eaf4;\n}\n\n\/* CARDS *\/\n\n.mb-card-section{\n  background:#faf7fb;\n}\n\n.mb-card-grid{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:15px;\n  margin-top:30px;\n}\n\n.mb-card{\n  background:#fff;\n  border-radius:18px;\n  padding:24px 19px;\n  box-shadow:0 9px 28px rgba(38,20,40,.07);\n  border:1px solid #efe5f0;\n}\n\n.mb-card-icon{\n  width:46px;\n  height:46px;\n  border-radius:14px;\n  display:flex;\n  justify-content:center;\n  align-items:center;\n  background:#fff1dd;\n  font-size:23px;\n  margin-bottom:13px;\n}\n\n.mb-card h3{\n  margin:0 0 8px;\n  font-size:20px;\n  color:#28172c;\n}\n\n.mb-card p{\n  margin:0;\n  color:#786d7c;\n  font-size:14px;\n}\n\n\/* QUOTE *\/\n\n.mb-emotion{\n  background:#fff8eb;\n  text-align:center;\n}\n\n.mb-quote{\n  max-width:750px;\n  margin:22px auto 0;\n  font-family:Georgia,serif;\n  font-size:22px;\n  line-height:1.45;\n  font-style:italic;\n  color:#592e27;\n}\n\n.mb-quote-small{\n  max-width:650px;\n  margin:11px auto 0;\n  color:#947b72;\n  font-size:13px;\n}\n\n\/* DETAILS *\/\n\n.mb-detail-box{\n  background:#fff;\n  border:1px solid #eee1d7;\n  border-radius:20px;\n  overflow:hidden;\n  box-shadow:0 10px 30px rgba(0,0,0,.05);\n}\n\n.mb-detail-row{\n  display:grid;\n  grid-template-columns:1fr;\n  padding:15px 18px;\n  border-bottom:1px solid #f0e7df;\n}\n\n.mb-detail-row:last-child{\n  border-bottom:0;\n}\n\n.mb-detail-label{\n  font-weight:900;\n  color:#38233a;\n}\n\n.mb-detail-value{\n  margin-top:3px;\n  color:#776a79;\n}\n\n\/* GIFT *\/\n\n.mb-gift{\n  background:\n    radial-gradient(circle at 15% 35%,rgba(244,146,28,.18),transparent 25%),\n    linear-gradient(135deg,#190b20,#4b173e);\n  color:#fff;\n  text-align:center;\n}\n\n.mb-gift .mb-title{\n  color:#fff;\n}\n\n.mb-gift .mb-desc{\n  color:#e4d8e6;\n}\n\n.mb-gift-tags{\n  display:flex;\n  flex-wrap:wrap;\n  justify-content:center;\n  gap:8px;\n  margin-top:25px;\n}\n\n.mb-gift-tag{\n  padding:10px 14px;\n  border-radius:999px;\n  background:rgba(255,255,255,.1);\n  border:1px solid rgba(255,255,255,.14);\n  color:#fff;\n  font-weight:800;\n  font-size:13px;\n}\n\n\/* FAQ *\/\n\n.mb-faq details{\n  background:#faf8fb;\n  border:1px solid #ede4ef;\n  border-radius:14px;\n  margin:10px 0;\n  overflow:hidden;\n}\n\n.mb-faq summary{\n  cursor:pointer;\n  list-style:none;\n  padding:17px 18px;\n  font-weight:900;\n  color:#2c1c30;\n}\n\n.mb-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.mb-faq p{\n  padding:0 18px 17px;\n  margin:0;\n  color:#746a77;\n}\n\n\/* FINAL *\/\n\n.mb-final{\n  text-align:center;\n  padding:58px 20px;\n  background:\n    radial-gradient(circle at 50% 10%,rgba(255,161,50,.2),transparent 34%),\n    #100713;\n  color:#fff;\n}\n\n.mb-final .mb-title{\n  color:#fff;\n}\n\n.mb-final .mb-desc{\n  color:#ddcfe0;\n}\n\n.mb-final-note{\n  margin-top:15px;\n  color:#baaabd;\n  font-size:12px;\n}\n\n\/* DESKTOP \/ ACTUAL CONTAINER WIDTH *\/\n\n@container (min-width:700px){\n\n  .mb-section{\n    padding:68px 42px;\n  }\n\n  .mb-hero{\n    padding:72px 42px 46px;\n  }\n\n  .mb-hero-title{\n    font-size:54px;\n  }\n\n  .mb-hero-copy{\n    font-size:19px;\n  }\n\n  .mb-facts-grid{\n    grid-template-columns:repeat(4,minmax(0,1fr));\n    gap:14px;\n  }\n\n  .mb-split{\n    grid-template-columns:repeat(2,minmax(0,1fr));\n    gap:48px;\n  }\n\n  .mb-card-grid{\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:19px;\n  }\n\n  .mb-title{\n    font-size:40px;\n  }\n\n  .mb-detail-row{\n    grid-template-columns:38% 62%;\n    padding:17px 22px;\n  }\n\n  .mb-detail-value{\n    margin-top:0;\n  }\n\n  .mb-final{\n    padding:75px 42px;\n  }\n}\n\n@container (min-width:960px){\n\n  .mb-section{\n    padding:78px 58px;\n  }\n\n  .mb-hero{\n    padding:80px 58px 52px;\n  }\n\n  .mb-hero-title{\n    font-size:62px;\n  }\n\n  .mb-title{\n    font-size:44px;\n  }\n\n  .mb-split{\n    gap:62px;\n  }\n\n  .mb-copy p{\n    font-size:17px;\n  }\n\n  .mb-final{\n    padding:86px 58px;\n  }\n}\n\n@media screen and (max-width:480px){\n\n  .mb-hero-title{\n    font-size:35px;\n  }\n\n  .mb-title{\n    font-size:29px;\n  }\n\n  .mb-button{\n    width:100%;\n    max-width:420px;\n  }\n\n  .mb-facts-grid{\n    gap:8px;\n  }\n\n  .mb-fact{\n    padding:16px 7px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"moonbrew-page\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"mb-hero\"\u003e\n\u003cdiv class=\"mb-eyebrow\"\u003e🌙 Halloween 2026\u003c\/div\u003e\n\u003ch1 class=\"mb-hero-title\"\u003eA Little \u003cspan\u003eMoonlight Magic\u003c\/span\u003e For Your Halloween Porch\u003c\/h1\u003e\n\u003cp class=\"mb-hero-copy\"\u003eA glowing crescent moon, shimmering potion light and charming witchy details come together to turn an ordinary entryway into a magical Halloween scene.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"mb-button\"\u003e Bring The Magic Home → \u003c\/a\u003e\n\u003cdiv class=\"mb-hero-image\"\u003e\u003cimg src=\"https:\/\/cotitoc.com\/cdn\/shop\/files\/ChatGPTImageSep14_2026_05_11_14PM.png?v=1789378691\" alt=\"Witch's Moonlight Brew Halloween Wall Decor\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mb-mini-note\"\u003eDesigned to create a warm, magical Halloween atmosphere for porches and entryways.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- QUICK BENEFITS --\u003e\n\u003csection class=\"mb-section mb-facts\"\u003e\n\u003cdiv class=\"mb-facts-grid\"\u003e\n\u003cdiv class=\"mb-fact\"\u003e\n\u003cdiv class=\"mb-fact-icon\"\u003e🌙\u003c\/div\u003e\n\u003cstrong\u003eCrescent Moon\u003c\/strong\u003e \u003cspan\u003eWhimsical witchy design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-fact\"\u003e\n\u003cdiv class=\"mb-fact-icon\"\u003e✨\u003c\/div\u003e\n\u003cstrong\u003eFlowing Glow\u003c\/strong\u003e \u003cspan\u003eWarm magical atmosphere\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-fact\"\u003e\n\u003cdiv class=\"mb-fact-icon\"\u003e🎃\u003c\/div\u003e\n\u003cstrong\u003eHalloween Charm\u003c\/strong\u003e \u003cspan\u003ePumpkins, cat \u0026amp; potion details\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-fact\"\u003e\n\u003cdiv class=\"mb-fact-icon\"\u003e🏡\u003c\/div\u003e\n\u003cstrong\u003ePorch Ready\u003c\/strong\u003e \u003cspan\u003eMade for seasonal display\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- EMOTIONAL INTRO --\u003e\n\u003csection class=\"mb-section mb-emotion\"\u003e\n\u003cdiv class=\"mb-eyebrow\"\u003eA HALLOWEEN MOMENT\u003c\/div\u003e\n\u003ch2 class=\"mb-title\"\u003eThe Kind Of Decoration Guests Stop To Look At\u003c\/h2\u003e\n\u003cp class=\"mb-desc\" style=\"max-width: 760px; margin: auto;\"\u003eHalloween decorating is about more than adding pumpkins to the porch. It is about creating that little moment of wonder when someone walks past your door and discovers something unexpected.\u003c\/p\u003e\n\u003cdiv class=\"mb-quote\"\u003e“It looks like a witch left her moonlit potion brewing right beside the door.”\u003c\/div\u003e\n\u003cdiv class=\"mb-quote-small\"\u003eWarm light, magical movement and playful seasonal details make the display feel alive after sunset.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAIL SECTION --\u003e\n\u003csection class=\"mb-section\"\u003e\n\u003cdiv class=\"mb-split\"\u003e\n\u003cdiv class=\"mb-image-card\"\u003e\u003cimg src=\"https:\/\/cotitoc.com\/cdn\/shop\/files\/ChatGPTImageSep14_2026_05_11_01PM.png?v=1789378691\" alt=\"Witch Moonlight Brew decoration details\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mb-copy\"\u003e\n\u003cdiv class=\"mb-eyebrow\"\u003eENCHANTING DETAILS\u003c\/div\u003e\n\u003ch2 class=\"mb-title\"\u003eEvery Detail Adds To The Spell\u003c\/h2\u003e\n\u003cp\u003eFrom the glowing crescent moon to the bubbling cauldron below, the design layers classic Halloween symbols into one dramatic vertical display.\u003c\/p\u003e\n\u003cp\u003eInstead of looking like a simple seasonal sign, it feels like a miniature witch's scene unfolding on your wall.\u003c\/p\u003e\n\u003cul class=\"mb-checks\"\u003e\n\u003cli\u003eOrnate crescent moon centerpiece\u003c\/li\u003e\n\u003cli\u003eWarm flowing light effect\u003c\/li\u003e\n\u003cli\u003eWitch hat and spellbook details\u003c\/li\u003e\n\u003cli\u003eBlack cat and pumpkin accents\u003c\/li\u003e\n\u003cli\u003eRich autumn-inspired seasonal styling\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- NIGHT SECTION --\u003e\n\u003csection class=\"mb-section mb-dark\"\u003e\n\u003cdiv class=\"mb-split\"\u003e\n\u003cdiv class=\"mb-copy\"\u003e\n\u003cdiv class=\"mb-eyebrow\"\u003eMAGICAL GLOW BY NIGHT\u003c\/div\u003e\n\u003ch2 class=\"mb-title\"\u003eWhen The Sun Goes Down, The Magic Begins\u003c\/h2\u003e\n\u003cp\u003eSoft golden and purple light draws attention to the moon, potion trail and hanging details, creating a warm fantasy glow rather than an overly scary Halloween look.\u003c\/p\u003e\n\u003cul class=\"mb-checks\"\u003e\n\u003cli\u003eCreates instant nighttime atmosphere\u003c\/li\u003e\n\u003cli\u003eBeautiful beside lanterns and pumpkins\u003c\/li\u003e\n\u003cli\u003eIdeal for covered porches and entryways\u003c\/li\u003e\n\u003cli\u003eEasy to coordinate with fall decor\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-image-card\"\u003e\u003cimg src=\"https:\/\/cotitoc.com\/cdn\/shop\/files\/ChatGPTImageSep14_2026_05_10_49PM.png?v=1789378691\" alt=\"Witch Moonlight Brew glowing at night\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"mb-section mb-card-section mb-center\"\u003e\n\u003cdiv class=\"mb-eyebrow\"\u003eWHY IT STANDS OUT\u003c\/div\u003e\n\u003ch2 class=\"mb-title\"\u003eOne Decoration. A Whole Halloween Scene.\u003c\/h2\u003e\n\u003cp class=\"mb-desc\"\u003eDesigned for people who want Halloween decor that feels magical, warm and full of personality.\u003c\/p\u003e\n\u003cdiv class=\"mb-card-grid\"\u003e\n\u003cdiv class=\"mb-card\"\u003e\n\u003cdiv class=\"mb-card-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eStorybook Atmosphere\u003c\/h3\u003e\n\u003cp\u003eMoonlight, potion glow and witchy accents come together like a scene from a Halloween story.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-card\"\u003e\n\u003cdiv class=\"mb-card-icon\"\u003e🏡\u003c\/div\u003e\n\u003ch3\u003eEasy Seasonal Statement\u003c\/h3\u003e\n\u003cp\u003eOne vertical wall piece creates a strong focal point without filling the entire porch with decorations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-card\"\u003e\n\u003cdiv class=\"mb-card-icon\"\u003e🎃\u003c\/div\u003e\n\u003ch3\u003eWarm, Not Overly Scary\u003c\/h3\u003e\n\u003cp\u003ePerfect for families who enjoy whimsical Halloween style rather than gruesome horror decor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HUMAN SCALE --\u003e\n\u003csection class=\"mb-section\"\u003e\n\u003cdiv class=\"mb-split\"\u003e\n\u003cdiv class=\"mb-image-card\"\u003e\u003cimg src=\"https:\/\/cotitoc.com\/cdn\/shop\/files\/ChatGPTImageSep14_2026_05_10_46PM.png?v=1789378691\" alt=\"Halloween wall decor shown on porch\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mb-copy\"\u003e\n\u003cdiv class=\"mb-eyebrow\"\u003eDESIGNED FOR YOUR ENTRYWAY\u003c\/div\u003e\n\u003ch2 class=\"mb-title\"\u003eBig Enough To Be Noticed. Easy Enough To Style.\u003c\/h2\u003e\n\u003cp\u003eThe vertical silhouette makes it ideal for narrow wall areas beside a front door, porch light or seasonal wreath.\u003c\/p\u003e\n\u003cp\u003ePair it with pumpkins, autumn flowers or lanterns and you instantly create a more complete Halloween entrance.\u003c\/p\u003e\n\u003cul class=\"mb-checks\"\u003e\n\u003cli\u003ePerfect beside front doors\u003c\/li\u003e\n\u003cli\u003eWorks beautifully with seasonal wreaths\u003c\/li\u003e\n\u003cli\u003eEasy visual focal point for covered porches\u003c\/li\u003e\n\u003cli\u003eCreates a layered designer-style display\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAMILY --\u003e\n\u003csection class=\"mb-section mb-emotion\"\u003e\n\u003cdiv class=\"mb-split\"\u003e\n\u003cdiv class=\"mb-copy\"\u003e\n\u003cdiv class=\"mb-eyebrow\"\u003eHALLOWEEN FOR THE WHOLE FAMILY\u003c\/div\u003e\n\u003ch2 class=\"mb-title\"\u003eMake Coming Home Feel A Little More Magical\u003c\/h2\u003e\n\u003cp\u003eFor children, Halloween begins long before trick-or-treat night. It starts when pumpkins appear on the porch, costumes come out of storage and the house begins to glow.\u003c\/p\u003e\n\u003cp\u003eThis whimsical witch scene becomes part of that excitement every time they walk through the door.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-image-card\"\u003e\u003cimg src=\"https:\/\/cotitoc.com\/cdn\/shop\/files\/ChatGPTImageSep14_2026_05_10_37PM.png?v=1789378691\" alt=\"Child enjoying Halloween witch wall decoration\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GIFT --\u003e\n\u003csection class=\"mb-section mb-gift\"\u003e\n\u003cdiv class=\"mb-eyebrow\"\u003e🎁 SEASONAL GIFT IDEA\u003c\/div\u003e\n\u003ch2 class=\"mb-title\"\u003eA Spellbinding Gift For Halloween Lovers\u003c\/h2\u003e\n\u003cp class=\"mb-desc\" style=\"max-width: 690px; margin: auto;\"\u003eA charming seasonal accent for anyone who loves decorating the porch, collecting witch-themed decor or turning autumn into the most magical season of the year.\u003c\/p\u003e\n\u003cdiv class=\"mb-gift-tags\"\u003e\n\u003cdiv class=\"mb-gift-tag\"\u003e🧙 Witch Lovers\u003c\/div\u003e\n\u003cdiv class=\"mb-gift-tag\"\u003e🎃 Halloween Fans\u003c\/div\u003e\n\u003cdiv class=\"mb-gift-tag\"\u003e🏡 Porch Decor Lovers\u003c\/div\u003e\n\u003cdiv class=\"mb-gift-tag\"\u003e🍂 Autumn Decor Fans\u003c\/div\u003e\n\u003cdiv class=\"mb-gift-tag\"\u003e🎁 Seasonal Gifts\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"max-width: 650px; margin: 35px auto 0;\"\u003e\u003cimg src=\"https:\/\/cotitoc.com\/cdn\/shop\/files\/ChatGPTImageSep14_2026_05_10_42PM.png?v=1789378691\" alt=\"Witch Moonlight Brew Halloween gift\" style=\"border-radius: 20px;\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT DETAILS --\u003e\n\u003csection class=\"mb-section\"\u003e\n\u003cdiv class=\"mb-center\" style=\"margin-bottom: 30px;\"\u003e\n\u003cdiv class=\"mb-eyebrow\"\u003ePRODUCT DETAILS\u003c\/div\u003e\n\u003ch2 class=\"mb-title\"\u003eWitch's Moonlight Brew\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-detail-box\"\u003e\n\u003cdiv class=\"mb-detail-row\"\u003e\n\u003cdiv class=\"mb-detail-label\"\u003eStyle\u003c\/div\u003e\n\u003cdiv class=\"mb-detail-value\"\u003eWitch-themed lighted Halloween wall decoration\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-detail-row\"\u003e\n\u003cdiv class=\"mb-detail-label\"\u003eDesign\u003c\/div\u003e\n\u003cdiv class=\"mb-detail-value\"\u003eCrescent moon, flowing lights, cauldron, witch hat, black cat and seasonal accents\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-detail-row\"\u003e\n\u003cdiv class=\"mb-detail-label\"\u003eDisplay Areas\u003c\/div\u003e\n\u003cdiv class=\"mb-detail-value\"\u003eEntryways, covered porches, indoor walls and seasonal Halloween displays\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-detail-row\"\u003e\n\u003cdiv class=\"mb-detail-label\"\u003eApprox. Display Size\u003c\/div\u003e\n\u003cdiv class=\"mb-detail-value\"\u003eApprox. 27.5 in × 13.8 in \/ 70 cm × 35 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-detail-row\"\u003e\n\u003cdiv class=\"mb-detail-label\"\u003eSeason\u003c\/div\u003e\n\u003cdiv class=\"mb-detail-value\"\u003eHalloween and autumn seasonal decorating\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"mb-section mb-faq\"\u003e\n\u003cdiv class=\"mb-center\" style=\"margin-bottom: 28px;\"\u003e\n\u003cdiv class=\"mb-eyebrow\"\u003eQUESTIONS \u0026amp; ANSWERS\u003c\/div\u003e\n\u003ch2 class=\"mb-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere does it look best?\u003c\/summary\u003e\n\u003cp\u003eIt is especially effective beside an entry door, on a covered porch wall or as part of an indoor Halloween display.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the design very scary?\u003c\/summary\u003e\n\u003cp\u003eNo. The overall style is whimsical and magical, using warm light, witchy details, pumpkins and a black cat rather than graphic horror imagery.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I combine it with other Halloween decorations?\u003c\/summary\u003e\n\u003cp\u003eYes. It pairs especially well with pumpkins, lanterns, wreaths, autumn flowers and other witch-themed seasonal decorations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat size is it?\u003c\/summary\u003e\n\u003cp\u003eThe product imagery shows an approximate display size of 27.5 inches high by 13.8 inches wide, or about 70 × 35 cm.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWould it make a good Halloween gift?\u003c\/summary\u003e\n\u003cp\u003eYes. It is a strong seasonal gift choice for Halloween lovers, witch decor collectors and people who enjoy decorating their porch or entryway.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"mb-final\"\u003e\n\u003cdiv class=\"mb-eyebrow\"\u003e🌙 LET THE MAGIC BEGIN\u003c\/div\u003e\n\u003ch2 class=\"mb-title\"\u003eTurn Your Porch Into A Little Piece Of Halloween Magic\u003c\/h2\u003e\n\u003cp class=\"mb-desc\" style=\"max-width: 680px; margin: auto;\"\u003eAdd a warm moonlit glow, a bubbling witch's brew and just enough mystery to make every guest look twice.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"mb-button\"\u003e Get Witch's Moonlight Brew → \u003c\/a\u003e\n\u003cdiv class=\"mb-final-note\"\u003eSeasonal decorative item. Product appearance and light effect may vary slightly depending on surroundings and ambient lighting.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"cotitoc","offers":[{"title":"Default Title","offer_id":55251197493527,"sku":null,"price":45.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/1057\/9479\/files\/ChatGPTImageSep14_2026_05_11_14PM.png?v=1789468183","url":"https:\/\/ahlwomax.com\/products\/witch-s-moonlight-brew-lighted-halloween-wall-decor","provider":"ahlwomax","version":"1.0","type":"link"}