{"product_id":"halloween-stained-glass-style-pumpkin-table-lamp","title":"Halloween Stained Glass Style Pumpkin Table Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   Halloween Stained Glass Pumpkin Lamp\n   Dark Gothic Card Layout\n   Fully Scoped \/ Lightweight\n========================================================= *\/\n\n.halloween-lamp-page,\n.halloween-lamp-page * {\n  box-sizing: border-box;\n}\n\n.halloween-lamp-page {\n  --orange: #ff8a24;\n  --gold: #ffb45c;\n  --purple: #7b4a91;\n  --bg: #110c16;\n  --bg2: #201326;\n  --card: rgba(43, 24, 51, .94);\n  --card2: rgba(27, 17, 33, .97);\n  --text: #f0e7f1;\n  --muted: #cfc1d2;\n\n  max-width: 920px;\n  margin: 0 auto;\n  padding: 28px 16px 45px;\n  color: var(--text);\n  font-family: Arial, Helvetica, sans-serif;\n  line-height: 1.65;\n\n  background:\n    radial-gradient(\n      circle at 8% 5%,\n      rgba(255,138,36,.18),\n      transparent 25%\n    ),\n    radial-gradient(\n      circle at 92% 15%,\n      rgba(123,74,145,.24),\n      transparent 28%\n    ),\n    radial-gradient(\n      circle at 50% 85%,\n      rgba(255,102,20,.09),\n      transparent 35%\n    ),\n    linear-gradient(\n      145deg,\n      var(--bg),\n      var(--bg2) 52%,\n      #0d0911\n    );\n\n  border-radius: 24px;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.halloween-lamp-page .hl-hero {\n  padding: 10px 12px 28px;\n  text-align: center;\n}\n\n.halloween-lamp-page .hl-hero h2 {\n  margin: 0 auto 10px;\n  max-width: 760px;\n  color: var(--gold);\n  font-size: 29px;\n  line-height: 1.35;\n  font-weight: 800;\n  text-shadow:\n    0 0 10px rgba(255,138,36,.18),\n    0 0 24px rgba(255,138,36,.10);\n}\n\n.halloween-lamp-page .hl-hero p {\n  max-width: 680px;\n  margin: auto;\n  color: #d7cadb;\n  font-size: 15px;\n}\n\n\n\/* =========================================================\n   MAIN IMAGE\n========================================================= *\/\n\n.halloween-lamp-page .hl-main-card {\n  overflow: hidden;\n  margin-bottom: 24px;\n  background: #17101d;\n  border: 1px solid rgba(255,138,36,.25);\n  border-radius: 22px;\n\n  box-shadow:\n    0 14px 38px rgba(0,0,0,.42),\n    0 0 25px rgba(255,138,36,.06);\n}\n\n.halloween-lamp-page .hl-main-card img {\n  display: block;\n  width: 100%;\n  height: auto;\n}\n\n\n\/* =========================================================\n   PRODUCT CARDS\n========================================================= *\/\n\n.halloween-lamp-page .hl-card {\n  overflow: hidden;\n  margin: 24px 0;\n\n  background:\n    linear-gradient(\n      145deg,\n      var(--card),\n      var(--card2)\n    );\n\n  border: 1px solid rgba(255,180,92,.17);\n  border-radius: 20px;\n\n  box-shadow:\n    0 12px 32px rgba(0,0,0,.34),\n    inset 0 1px 0 rgba(255,255,255,.035);\n}\n\n.halloween-lamp-page .hl-card img {\n  display: block;\n  width: 100%;\n  height: auto;\n}\n\n.halloween-lamp-page .hl-card-content {\n  padding: 22px 24px 25px;\n  text-align: center;\n\n  background:\n    linear-gradient(\n      180deg,\n      rgba(58,31,67,.38),\n      rgba(20,12,25,.20)\n    );\n}\n\n.halloween-lamp-page .hl-card-content h3 {\n  margin: 0 0 8px;\n  color: var(--gold);\n  font-size: 20px;\n  line-height: 1.4;\n  text-shadow: 0 0 12px rgba(255,138,36,.14);\n}\n\n.halloween-lamp-page .hl-card-content p {\n  max-width: 700px;\n  margin: 8px auto 0;\n  color: var(--muted);\n  font-size: 14px;\n}\n\n\n\/* =========================================================\n   SECTION TITLES\n========================================================= *\/\n\n.halloween-lamp-page .hl-title {\n  margin: 40px 0 19px;\n  text-align: center;\n  color: var(--gold);\n  font-size: 23px;\n  line-height: 1.4;\n\n  text-shadow:\n    0 0 12px rgba(255,138,36,.14);\n}\n\n.halloween-lamp-page .hl-title::after {\n  content: \"\";\n  display: block;\n  width: 46px;\n  height: 2px;\n  margin: 10px auto 0;\n  background: var(--orange);\n  border-radius: 5px;\n  box-shadow: 0 0 8px rgba(255,138,36,.35);\n}\n\n\n\/* =========================================================\n   MINI CARDS\n========================================================= *\/\n\n.halloween-lamp-page .hl-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 13px;\n}\n\n.halloween-lamp-page .hl-mini-card {\n  padding: 19px 17px;\n\n  background:\n    linear-gradient(\n      145deg,\n      rgba(57,31,67,.94),\n      rgba(27,17,33,.97)\n    );\n\n  border: 1px solid rgba(255,180,92,.15);\n  border-radius: 16px;\n\n  box-shadow:\n    0 8px 22px rgba(0,0,0,.28),\n    inset 0 1px 0 rgba(255,255,255,.035);\n}\n\n.halloween-lamp-page .hl-mini-card strong {\n  display: block;\n  margin-bottom: 7px;\n  color: var(--gold);\n  font-size: 15px;\n}\n\n.halloween-lamp-page .hl-mini-card p {\n  margin: 0;\n  color: #cfc1d2;\n  font-size: 13px;\n}\n\n\n\/* =========================================================\n   PAYMENT\n========================================================= *\/\n\n.halloween-lamp-page .hl-payment {\n  padding: 23px;\n\n  text-align: center;\n\n  background:\n    linear-gradient(\n      145deg,\n      rgba(48,25,57,.95),\n      rgba(24,15,29,.98)\n    );\n\n  border: 1px solid rgba(255,138,36,.18);\n  border-radius: 18px;\n\n  box-shadow:\n    0 10px 28px rgba(0,0,0,.32);\n}\n\n.halloween-lamp-page .hl-payment h3 {\n  margin: 0 0 10px;\n  color: var(--gold);\n  font-size: 20px;\n}\n\n.halloween-lamp-page .hl-payment p {\n  margin: 7px 0;\n  color: #d2c5d4;\n  font-size: 14px;\n}\n\n.halloween-lamp-page .hl-payment img {\n  display: block;\n  max-width: 100%;\n  height: auto;\n  margin: 15px auto 0;\n}\n\n\n\/* =========================================================\n   WHY SHOP\n========================================================= *\/\n\n.halloween-lamp-page .hl-guarantees {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 12px;\n}\n\n.halloween-lamp-page .hl-guarantee {\n  padding: 17px;\n\n  background:\n    linear-gradient(\n      145deg,\n      rgba(53,29,63,.94),\n      rgba(27,17,33,.97)\n    );\n\n  border: 1px solid rgba(255,180,92,.14);\n  border-radius: 15px;\n\n  box-shadow:\n    0 7px 20px rgba(0,0,0,.25);\n}\n\n.halloween-lamp-page .hl-guarantee strong {\n  display: block;\n  color: var(--gold);\n  font-size: 14px;\n}\n\n.halloween-lamp-page .hl-guarantee p {\n  margin: 5px 0 0;\n  color: #cfc2d1;\n  font-size: 13px;\n}\n\n\n\/* =========================================================\n   DETAILS\n========================================================= *\/\n\n.halloween-lamp-page .hl-details {\n  margin-top: 14px;\n}\n\n.halloween-lamp-page .hl-details details {\n  margin: 10px 0;\n  padding: 14px 17px;\n\n  background:\n    linear-gradient(\n      145deg,\n      rgba(48,26,56,.95),\n      rgba(25,16,31,.98)\n    );\n\n  border: 1px solid rgba(255,180,92,.14);\n  border-radius: 14px;\n\n  box-shadow:\n    0 6px 18px rgba(0,0,0,.25);\n}\n\n.halloween-lamp-page .hl-details summary {\n  cursor: pointer;\n  color: var(--gold);\n  font-size: 14px;\n  font-weight: 700;\n}\n\n.halloween-lamp-page .hl-details p,\n.halloween-lamp-page .hl-details li {\n  color: #cfc2d1;\n  font-size: 13px;\n}\n\n.halloween-lamp-page .hl-details img {\n  display: block;\n  max-width: 100%;\n  height: auto;\n  margin: 14px auto 5px;\n}\n\n\n\/* =========================================================\n   FINAL\n========================================================= *\/\n\n.halloween-lamp-page .hl-final {\n  margin-top: 32px;\n  padding: 30px 20px;\n\n  text-align: center;\n\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(255,138,36,.17),\n      transparent 55%\n    ),\n    linear-gradient(\n      145deg,\n      rgba(56,29,65,.78),\n      rgba(22,14,28,.92)\n    );\n\n  border: 1px solid rgba(255,180,92,.22);\n  border-radius: 20px;\n}\n\n.halloween-lamp-page .hl-final h3 {\n  margin: 0;\n  color: var(--gold);\n  font-size: 20px;\n}\n\n.halloween-lamp-page .hl-final p {\n  max-width: 650px;\n  margin: 9px auto 0;\n  color: #d4c7d7;\n  font-size: 14px;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media (max-width: 650px) {\n\n  .halloween-lamp-page {\n    padding: 20px 11px 35px;\n    border-radius: 18px;\n  }\n\n  .halloween-lamp-page .hl-hero {\n    padding-left: 7px;\n    padding-right: 7px;\n  }\n\n  .halloween-lamp-page .hl-hero h2 {\n    font-size: 23px;\n  }\n\n  .halloween-lamp-page .hl-hero p {\n    font-size: 14px;\n  }\n\n  .halloween-lamp-page .hl-card-content {\n    padding: 19px 16px 21px;\n  }\n\n  .halloween-lamp-page .hl-card-content h3 {\n    font-size: 18px;\n  }\n\n  .halloween-lamp-page .hl-grid,\n  .halloween-lamp-page .hl-guarantees {\n    grid-template-columns: 1fr;\n  }\n\n  .halloween-lamp-page .hl-title {\n    font-size: 20px;\n  }\n\n  .halloween-lamp-page .hl-payment {\n    padding: 20px 15px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"halloween-lamp-page\"\u003e\n\u003c!-- =====================================================\n       HERO\n  ====================================================== --\u003e\n\u003cdiv class=\"hl-hero\"\u003e\n\u003ch2\u003e🎃 Haunted Elegance \u0026amp; Vintage Glow\u003c\/h2\u003e\n\u003cp\u003eA captivating stained-glass style pumpkin lamp that brings warm Halloween magic to any corner of your home. ✨\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       HERO IMAGE\n  ====================================================== --\u003e\n\u003cdiv class=\"hl-main-card\"\u003e\u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/535926d9437f585ab480d24db76b0510121078a0.jpg\" loading=\"lazy\" alt=\"Stained Glass Style Halloween Pumpkin Lamp\"\u003e\u003c\/div\u003e\n\u003c!-- =====================================================\n       USB RECHARGEABLE\n  ====================================================== --\u003e\n\u003cdiv class=\"hl-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/3ec087b85a8e5d18d03710af34537bf56078b7c3.jpg\" loading=\"lazy\" alt=\"USB rechargeable Halloween lamp\"\u003e\n\u003cdiv class=\"hl-card-content\"\u003e\n\u003ch3\u003e🔌 USB Rechargeable \u0026amp; Portable\u003c\/h3\u003e\n\u003cp\u003eEnjoy a cordless design with convenient USB charging. Easily move this little glow from your bedside table to your Halloween party, dining table, or any cozy corner.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       STAINED GLASS GLOW\n  ====================================================== --\u003e\n\u003cdiv class=\"hl-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/407b0620834733f58a54c15dc011a1e0e359b0bb.jpg\" loading=\"lazy\" alt=\"Colorful stained glass style pumpkin light\"\u003e\n\u003cdiv class=\"hl-card-content\"\u003e\n\u003ch3\u003e✨ Captivating Stained-Glass Glow\u003c\/h3\u003e\n\u003cp\u003eLED light shines through colorful resin panels, creating a dramatic glow and beautiful shadows across nearby walls and surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       RESIN CONSTRUCTION\n  ====================================================== --\u003e\n\u003cdiv class=\"hl-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/535926d9437f585ab480d24db76b0510121078a0.jpg\" loading=\"lazy\" alt=\"Durable resin Halloween pumpkin lamp\"\u003e\n\u003cdiv class=\"hl-card-content\"\u003e\n\u003ch3\u003e🔮 Durable Resin Construction\u003c\/h3\u003e\n\u003cp\u003eCrafted from premium resin, this decorative pumpkin is designed to become a lasting part of your seasonal collection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       DUAL FUNCTION\n  ====================================================== --\u003e\n\u003ch3 class=\"hl-title\"\u003e🖤 One Lamp, Two Moods\u003c\/h3\u003e\n\u003cdiv class=\"hl-grid\"\u003e\n\u003cdiv class=\"hl-mini-card\"\u003e\n\u003cstrong\u003e🌙 Ambient Night Light\u003c\/strong\u003e\n\u003cp\u003eA soft colorful glow for bedside tables, cozy evenings, parties, and relaxing spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-mini-card\"\u003e\n\u003cstrong\u003e🕯️ Gothic Statement Decor\u003c\/strong\u003e\n\u003cp\u003eA distinctive Halloween accent for gothic bedrooms, witchy spaces, craft rooms, bars, and dark interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       USAGE SCENES\n  ====================================================== --\u003e\n\u003ch3 class=\"hl-title\"\u003e🎃 Perfect Usage Scenes\u003c\/h3\u003e\n\u003cdiv class=\"hl-grid\"\u003e\n\u003cdiv class=\"hl-mini-card\"\u003e\n\u003cstrong\u003e🎃 Halloween Party\u003c\/strong\u003e\n\u003cp\u003eAn eye-catching centerpiece for costume dinners, parties, and spooky gatherings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-mini-card\"\u003e\n\u003cstrong\u003e🧙 Witchy Bedroom\u003c\/strong\u003e\n\u003cp\u003eAdd a mysterious glow to gothic, vintage, occult, and witch-inspired spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-mini-card\"\u003e\n\u003cstrong\u003e🍸 Bar \u0026amp; Studio Decor\u003c\/strong\u003e\n\u003cp\u003ePerfect for bars, tattoo studios, bookstores, and other dark-themed spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-mini-card\"\u003e\n\u003cstrong\u003e🎁 Halloween Gift\u003c\/strong\u003e\n\u003cp\u003eA unique gift idea for Halloween lovers, gothic enthusiasts, and stained-glass collectors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       FINAL PRODUCT IMAGE\n  ====================================================== --\u003e\n\u003cdiv class=\"hl-card\" style=\"margin-top: 26px;\"\u003e\n\u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/5983a99584bb27462ade86051eda8314e664ada8.jpg\" loading=\"lazy\" alt=\"Halloween stained glass pumpkin lamp\"\u003e\n\u003cdiv class=\"hl-card-content\"\u003e\n\u003ch3\u003e🧡 Let Your Halloween Glow\u003c\/h3\u003e\n\u003cp\u003eWhether you're decorating for a spooky celebration or simply love a little gothic atmosphere, this lamp adds character wherever it shines.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       PAYMENT\n  ====================================================== --\u003e\n\u003ch3 class=\"hl-title\"\u003e💳 Easy \u0026amp; Secure Payment\u003c\/h3\u003e\n\u003cdiv class=\"hl-payment\"\u003e\n\u003ch3\u003eHOW TO PAY\u003c\/h3\u003e\n\u003cp\u003e✅ Pay securely via \u003cstrong\u003ePayPal®, Debit Card or Credit Card.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eAdd to cart → Check out → Select your shipping method → Choose your preferred payment method.\u003c\/p\u003e\n\u003cimg loading=\"lazy\" src=\"https:\/\/cdn.techcloudclub.com\/image\/5f7fe6023cc0c228644e368c0393f968ed603865.jpg\" alt=\"Secure payment methods\"\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       WHY SHOP WITH US\n  ====================================================== --\u003e\n\u003ch3 class=\"hl-title\"\u003e🛍️ Why Shop With Us\u003c\/h3\u003e\n\u003cdiv class=\"hl-guarantees\"\u003e\n\u003cdiv class=\"hl-guarantee\"\u003e\n\u003cstrong\u003e🏭 Direct from Manufacturers\u003c\/strong\u003e\n\u003cp\u003eCurated suppliers and quality checks for consistent products.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-guarantee\"\u003e\n\u003cstrong\u003e🔥 Competitive Pricing\u003c\/strong\u003e\n\u003cp\u003eGreat value without unnecessary middlemen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-guarantee\"\u003e\n\u003cstrong\u003e😊 Friendly Support\u003c\/strong\u003e\n\u003cp\u003eReal people, real help. We reply within 2–12h, Mon–Sun.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-guarantee\"\u003e\n\u003cstrong\u003e🏆 Loved by Customers\u003c\/strong\u003e\n\u003cp\u003eCustomers appreciate our product quality and service.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       SHOPPING INFORMATION\n  ====================================================== --\u003e\n\u003ch3 class=\"hl-title\"\u003e📦 Shopping Information\u003c\/h3\u003e\n\u003cdiv class=\"hl-details\"\u003e\n\u003c!-- SHIPPING --\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e🚚 Shipping \u0026amp; Tracking\u003c\/summary\u003e\n\u003cp\u003eWorldwide shipping with insured parcels.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eTracking information is emailed when your order ships.\u003c\/li\u003e\n\u003cli\u003eDelivery times may vary depending on the carrier and route.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/9f0e3c2ddef9c8a6047492b8a3a07d0b17803692.jpeg\" loading=\"lazy\" alt=\"Shipping information\"\u003e\n\u003cp style=\"font-size: 12px; color: #9b8e9e;\"\u003ePlease note: holidays, customs, or weather may affect delivery times.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c!-- RISK FREE --\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e🔒 100% Risk-Free Purchase\u003c\/summary\u003e\n\u003cp\u003eIf your item arrives damaged or not as described, contact us for a replacement or refund.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c!-- WAREHOUSE --\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e🏢 Warehouse \u0026amp; Processing\u003c\/summary\u003e\n\u003cp\u003ePlease allow processing time and consider holidays or unforeseen events that may affect shipping.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c!-- FREE SHIPPING --\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e🎁 Free Shipping Threshold\u003c\/summary\u003e\n\u003cp\u003eEnjoy \u003cstrong\u003eFREE standard shipping on orders $49.98\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/0bf30024173e785eaa07652472425e3d933490ec.jpeg\" loading=\"lazy\" alt=\"Free shipping\"\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       FINAL\n  ====================================================== --\u003e\n\u003cdiv class=\"hl-final\"\u003e\n\u003ch3\u003e❤️ Thank You for Visiting Our Store\u003c\/h3\u003e\n\u003cp\u003eWe hope this little Halloween glow brings something magical to your home. Have a wonderful shopping day! 🎃✨\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"drovporce","offers":[{"title":"Pumpkin Table Lamp","offer_id":45616340959301,"sku":"GZ01242607239487-南瓜台灯（22cmUSB线插头）","price":39.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0721\/9983\/1621\/files\/248_5v5RYf.png?v=1787801373","url":"https:\/\/ulebos.com\/products\/halloween-stained-glass-style-pumpkin-table-lamp","provider":"Ulebos","version":"1.0","type":"link"}