{"product_id":"🎃-3d-resin-wicked-witch-cauldron-led-lamp-spooky-glowing-magic-potion-pot-✨","title":"🎃 3D Resin Wicked Witch Cauldron LED Lamp: Spooky Glowing Magic Potion Pot ✨","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\u003cstyle\u003e        @import url('https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@600;800\u0026family=Plus+Jakarta+Sans:wght@400;500;700\u0026display=swap');        :root {            --glow-green: #00ff66;            --magic-purple: #9b51e0;            --pumpkin-orange: #ff9900;            --bg-dark: #0a0c10;            --card-bg: rgba(22, 27, 34, 0.75);            --border-glow: rgba(0, 255, 102, 0.25);        }        body {            margin: 0;            padding: 0;            background-color: var(--bg-dark);            color: #e6edf3;            font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;            line-height: 1.6;        }        .spooky-container {            max-width: 1000px;            margin: 0 auto;            background: radial-gradient(circle at 50% 0%, #1a0f2e 0%, #0a0c10 70%);            overflow: hidden;            box-shadow: 0 0 50px rgba(0,0,0,0.9);        }        \/* 1. Hero Banner *\/        .hero-banner {            text-align: center;            padding: 70px 20px 50px 20px;            position: relative;            background: radial-gradient(circle at 50% 30%, rgba(0, 255, 102, 0.15) 0%, transparent 60%);        }        .hero-tag {            display: inline-block;            font-size: 12px;            font-weight: 700;            letter-spacing: 3px;            text-transform: uppercase;            color: var(--glow-green);            background: rgba(0, 255, 102, 0.1);            border: 1px solid var(--border-glow);            padding: 6px 18px;            border-radius: 30px;            margin-bottom: 20px;            box-shadow: 0 0 15px rgba(0, 255, 102, 0.2);        }        .hero-title {            font-family: 'Cinzel', serif;            font-size: 42px;            font-weight: 800;            color: #ffffff;            margin: 0 0 15px 0;            letter-spacing: 1px;            text-shadow: 0 0 20px rgba(0, 255, 102, 0.4);        }        .hero-subtitle {            font-size: 18px;            color: #8b949e;            max-width: 650px;            margin: 0 auto;        }        \/* 2. Glassmorphism Highlight Bar *\/        .glass-spotlight {            margin: 30px 20px;            padding: 25px 30px;            background: var(--card-bg);            backdrop-filter: blur(12px);            -webkit-backdrop-filter: blur(12px);            border: 1px solid var(--border-glow);            border-radius: 16px;            text-align: center;            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);        }        .glass-spotlight h3 {            font-family: 'Cinzel', serif;            color: var(--pumpkin-orange);            font-size: 22px;            margin: 0 0 10px 0;        }        .glass-spotlight p {            margin: 0;            color: #c9d1d9;            font-size: 15px;        }        \/* 3. Alternating Feature Layout (交错式版块) *\/        .feature-row {            display: flex;            align-items: center;            gap: 30px;            padding: 40px 20px;        }        .feature-row.reverse {            flex-direction: row-reverse;        }        .feature-img {            flex: 1;            position: relative;        }        .feature-img img {            width: 100%;            border-radius: 16px;            border: 1px solid rgba(255, 255, 255, 0.1);            box-shadow: 0 10px 30px rgba(0,0,0,0.8);            display: block;            transition: transform 0.3s ease;        }        .feature-text {            flex: 1;        }        .feature-text .number {            font-family: 'Cinzel', serif;            font-size: 36px;            font-weight: 800;            color: var(--glow-green);            opacity: 0.8;            margin-bottom: 5px;        }        .feature-text h3 {            font-family: 'Cinzel', serif;            font-size: 24px;            color: #ffffff;            margin: 0 0 12px 0;        }        .feature-text p {            color: #8b949e;            font-size: 15px;            margin: 0 0 15px 0;        }        .feature-list {            list-style: none;            padding: 0;            margin: 0;        }        .feature-list li {            position: relative;            padding-left: 24px;            margin-bottom: 8px;            color: #c9d1d9;            font-size: 14px;        }        .feature-list li::before {            content: \"✦\";            position: absolute;            left: 0;            color: var(--pumpkin-orange);        }        \/* 4. Multi-Card Grid Section *\/        .grid-section {            padding: 50px 20px;            background: rgba(0, 0, 0, 0.3);        }        .section-title {            text-align: center;            font-family: 'Cinzel', serif;            font-size: 28px;            color: #ffffff;            margin: 0 0 40px 0;        }        .cards-grid {            display: grid;            grid-template-columns: repeat(3, 1fr);            gap: 20px;        }        .grid-card {            background: var(--card-bg);            border: 1px solid rgba(255, 255, 255, 0.08);            border-radius: 14px;            padding: 25px 20px;            text-align: center;            transition: all 0.3s ease;        }        .grid-card:hover {            border-color: var(--glow-green);            transform: translateY(-5px);            box-shadow: 0 10px 25px rgba(0, 255, 102, 0.15);        }        .grid-icon {            font-size: 32px;            margin-bottom: 15px;            display: inline-block;        }        .grid-card h4 {            font-family: 'Cinzel', serif;            font-size: 18px;            color: #ffffff;            margin: 0 0 10px 0;        }        .grid-card p {            font-size: 13px;            color: #8b949e;            margin: 0;        }        \/* 5. Full Width Image Banner *\/        .full-banner {            padding: 20px;            text-align: center;        }        .full-banner img {            width: 100%;            border-radius: 16px;            border: 1px solid rgba(255, 255, 255, 0.1);        }        \/* 6. Spec Sheet Layout *\/        .spec-container {            padding: 40px 20px 60px 20px;        }        .spec-box {            background: var(--card-bg);            border: 1px solid rgba(255, 255, 255, 0.08);            border-radius: 16px;            padding: 30px;            display: grid;            grid-template-columns: repeat(2, 1fr);            gap: 20px;        }        .spec-item {            border-bottom: 1px solid rgba(255, 255, 255, 0.05);            padding-bottom: 12px;        }        .spec-label {            font-size: 12px;            text-transform: uppercase;            letter-spacing: 1px;            color: var(--glow-green);            margin-bottom: 4px;        }        .spec-value {            font-size: 15px;            color: #ffffff;            font-weight: 500;        }        \/* Footer *\/        .footer {            text-align: center;            padding: 30px 20px;            border-top: 1px solid rgba(255, 255, 255, 0.05);            font-size: 13px;            color: #484f58;        }        \/* Responsive Breakpoints *\/        @media (max-width: 768px) {            .hero-title { font-size: 30px; }            .hero-subtitle { font-size: 15px; }                        .feature-row, .feature-row.reverse {                flex-direction: column;                gap: 20px;                padding: 25px 20px;            }            .cards-grid {                grid-template-columns: 1fr;            }            .spec-box {                grid-template-columns: 1fr;                padding: 20px;            }        }    \u003c\/style\u003e\u003cdiv class=\"spooky-container\"\u003e\n\u003c!-- HERO HEADER --\u003e\u003cdiv class=\"hero-banner\"\u003e\n\u003cspan class=\"hero-tag\"\u003e🔮 Mystical Halloween Collection\u003c\/span\u003e\u003ch1 class=\"hero-title\"\u003eWicked Witch Cauldron Lamp\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003eStep into the dark magic laboratory. Watch the glowing green potion boil and transform your room into an eerie witch's sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- GLASSMORPHISM HIGHLIGHT --\u003e\u003cdiv class=\"glass-spotlight\"\u003e\n\u003ch3\u003e🧪 The Ultimate Atmospheric Centerpiece\u003c\/h3\u003e\n\u003cp\u003eCombining intricate gothic sculpting with vibrant fluorescent LED illumination, this cauldron statue instantly casts a spine-chilling, mysterious spell over your Halloween night.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE ROW 1: 交错图文 (左图右文) --\u003e\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-img\"\u003e\n\u003c!-- 💡 请替换为：主图-02_4.jpg 或 详情-01_2.jpg --\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/4891\/8950\/files\/05_e30ace6a-1678-4a02-baf7-3897802ed632.jpg?v=1784703574\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cdiv class=\"number\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eHypnotic Green Glow\u003c\/h3\u003e\n\u003cp\u003eEmits an intense, radioactive-green LED light directly from inside the potion bowl and the front orb, creating realistic swirling liquid shadows on nearby walls.\u003c\/p\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eVivid neon-green lighting effect\u003c\/li\u003e\n\u003cli\u003eTranslucent orb \u0026amp; cauldron surface for maximum shine\u003c\/li\u003e\n\u003cli\u003eEnergy-efficient \u0026amp; long-lasting LED bulb\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE ROW 2: 交错图文 (右图左文) --\u003e\u003cdiv class=\"feature-row reverse\"\u003e\n\u003cdiv class=\"feature-img\"\u003e\n\u003c!-- 💡 请替换为：详情-03_2.jpg 或 详情-05.jpg --\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/4891\/8950\/files\/01_0b7ffdcb-0ddc-4f33-82eb-f8a911012306.jpg?v=1784703551\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cdiv class=\"number\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eGothic Sculptural Art\u003c\/h3\u003e\n\u003cp\u003eEvery inch is hand-sculpted to perfection—from the witch’s sinister facial expression and wrinkled green skin to the hand-painted Jack-o'-lanterns and crescent moons encircling the pot.\u003c\/p\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eHigh-density eco-resin material\u003c\/li\u003e\n\u003cli\u003eHand-painted antique dark finish\u003c\/li\u003e\n\u003cli\u003eIconic broomstick stirring rod detail\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FULL WIDTH BANNER IMAGE --\u003e\u003cdiv class=\"full-banner\"\u003e\n\u003c!-- 💡 请替换为：详情-04_2.jpg --\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/4891\/8950\/files\/04_b6de9229-9380-49ca-bb09-c29e24e4d7cb.jpg?v=1784703574\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/4891\/8950\/files\/03_30f3861d-0274-4d34-8271-61abd1fe61e7.jpg?v=1784703574\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/4891\/8950\/files\/05_e30ace6a-1678-4a02-baf7-3897802ed632.jpg?v=1784703574\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c!-- 3-COLUMN CARDS GRID --\u003e\u003cdiv class=\"grid-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eDesigned For Every Spooky Corner\u003c\/h3\u003e\n\u003cdiv class=\"cards-grid\"\u003e\n\u003cdiv class=\"grid-card\"\u003e\n\u003cspan class=\"grid-icon\"\u003e🔥\u003c\/span\u003e\u003ch4\u003eFireplace \u0026amp; Mantel\u003c\/h4\u003e\n\u003cp\u003eComplements flickering hearth fires, adding a creepy alchemy vibe to your living room display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-card\"\u003e\n\u003cspan class=\"grid-icon\"\u003e🎃\u003c\/span\u003e\u003ch4\u003eHaunted Party Bar\u003c\/h4\u003e\n\u003cp\u003eThe perfect conversation starter next to your Halloween punch bowls, snacks, and treats.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-card\"\u003e\n\u003cspan class=\"grid-icon\"\u003e📚\u003c\/span\u003e\u003ch4\u003eBookshelf Accent\u003c\/h4\u003e\n\u003cp\u003eFits seamlessly alongside gothic books, potion bottles, skulls, and eerie candle setups.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CLOSE-UP DETAIL IMAGE --\u003e\u003cdiv class=\"full-banner\"\u003e\n\u003c!-- 💡 请替换为：主图-03_4.jpg 或 详情-02_2.jpg --\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/4891\/8950\/files\/01_8d1c041d-31b1-4727-9e68-ad273b34c830.jpg?v=1784703575\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/4891\/8950\/files\/02_9b3b186e-f675-4ef1-99a9-1180ca940724.jpg?v=1784703574\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/4891\/8950\/files\/03_f9b884db-4c2a-4225-b6ff-fff542b0ac8b.jpg?v=1784703574\"\u003e\n\u003c\/div\u003e\n\u003c!-- TECHNICAL SPECIFICATIONS --\u003e\u003cdiv class=\"spec-container\"\u003e\n\u003ch3 class=\"section-title\" style=\"margin-bottom: 25px;\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003cdiv class=\"spec-box\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eProduct Name\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eHalloween Wicked Witch Cauldron Lamp\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003ePrimary Material\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003ePremium Hand-Painted Resin\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eLight Source\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eFluorescent Green Internal LED\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eStyle Theme\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eGothic Witchcraft \u0026amp; Magic Potion\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003ePower \u0026amp; Usage\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003ePlug-and-Play \/ Switch Control\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eIdeal For\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eIndoor Tabletop, Mantel, Nightstand, Bar\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER --\u003e\u003cdiv class=\"footer\"\u003e\n\u003cp\u003e🧙♀️ \"Double, double toil and trouble; Fire burn and caldron bubble.\"\u003c\/p\u003e\n\u003cp\u003e© 2026 Spooky Night Light Decor Series. All Rights Reserved.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"HJN22","offers":[{"title":"Buy 1","offer_id":45972487503974,"sku":"NC02732607223406-女巫大锅灯-11*11*18.5CM","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Buy 2","offer_id":45972487536742,"sku":"NC02732607223406-女巫大锅灯-11*11*18.5CM*2","price":89.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0709\/7994\/4550\/files\/05_e30ace6a-1678-4a02-baf7-3897802ed632.jpg?v=1784790488","url":"https:\/\/hpsgoods.com\/products\/%f0%9f%8e%83-3d-resin-wicked-witch-cauldron-led-lamp-spooky-glowing-magic-potion-pot-%e2%9c%a8","provider":" hpsgoods","version":"1.0","type":"link"}