{"product_id":"keeper-of-the-last-light-raven-guardian-lantern-statue","title":"🐦‍⬛ Keeper of the Last Light – Raven Guardian Lantern Statue","description":"\u003cstyle\u003e\n\/* =====================================================\n   KEEPER OF THE LAST LIGHT\n   PRODUCT DESCRIPTION ONLY\n   完全限制在商品描述模块内部\n   ===================================================== *\/\n\n.kll-raven-detail {\n  --kll-bg: #f4efe7;\n  --kll-paper: #fffdf9;\n  --kll-text: #15130f;\n  --kll-muted: #6b6258;\n  --kll-line: #dfd4c6;\n  --kll-red: #ae382b;\n  --kll-soft: #f4eade;\n  --kll-dark: #211b17;\n\n  width: 100%;\n  max-width: 100%;\n  margin: 0;\n  padding: 18px;\n  overflow: hidden;\n\n  background: var(--kll-bg);\n  color: var(--kll-text);\n\n  font-family:\n    Arial,\n    Helvetica,\n    sans-serif;\n}\n\n.kll-raven-detail * {\n  box-sizing: border-box;\n}\n\n.kll-raven-detail img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n  margin: 0;\n}\n\n\n\/* =========================\n   TOP DATA BAR\n   ========================= *\/\n\n.kll-raven-detail .kll-facts {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n\n  width: 100%;\n  margin: 0 0 16px;\n\n  background: var(--kll-paper);\n  border: 1px solid var(--kll-line);\n  border-radius: 17px;\n\n  overflow: hidden;\n}\n\n.kll-raven-detail .kll-fact {\n  min-width: 0;\n  padding: 17px 8px 15px;\n\n  text-align: center;\n}\n\n.kll-raven-detail .kll-fact + .kll-fact {\n  border-left: 1px solid var(--kll-line);\n}\n\n.kll-raven-detail .kll-fact strong {\n  display: block;\n\n  margin: 0 0 5px;\n\n  color: #2b393d;\n\n  font-size: 24px;\n  line-height: 1;\n  font-weight: 900;\n}\n\n.kll-raven-detail .kll-fact span {\n  display: block;\n\n  color: #5b534b;\n\n  font-size: 9px;\n  line-height: 1.25;\n  font-weight: 800;\n\n  letter-spacing: .045em;\n  text-transform: uppercase;\n}\n\n\n\/* =========================\n   MAIN SECTION\n   ========================= *\/\n\n.kll-raven-detail .kll-section {\n  width: 100%;\n\n  margin: 0 0 16px;\n\n  background: var(--kll-paper);\n  border: 1px solid var(--kll-line);\n  border-radius: 18px;\n\n  overflow: hidden;\n}\n\n.kll-raven-detail .kll-content {\n  padding: 32px 34px 28px;\n}\n\n\n\/* =========================\n   EYEBROW\n   ========================= *\/\n\n.kll-raven-detail .kll-tag {\n  display: inline-flex;\n  align-items: center;\n  gap: 7px;\n\n  margin: 0 0 13px;\n  padding: 6px 10px;\n\n  background: #eff1ed;\n  border-radius: 100px;\n\n  color: #343530;\n\n  font-size: 10px;\n  line-height: 1;\n  font-weight: 900;\n\n  letter-spacing: .07em;\n  text-transform: uppercase;\n}\n\n.kll-raven-detail .kll-tag::before {\n  content: \"\";\n\n  width: 7px;\n  height: 7px;\n\n  flex: 0 0 7px;\n\n  border-radius: 50%;\n  background: var(--kll-red);\n}\n\n\n\/* =========================\n   TYPOGRAPHY\n   ========================= *\/\n\n.kll-raven-detail .kll-title {\n  max-width: 850px;\n\n  margin: 0 0 14px;\n\n  color: #090806;\n\n  font-size: clamp(29px, 4.5vw, 48px);\n  line-height: 1.04;\n  font-weight: 900;\n\n  letter-spacing: -.035em;\n}\n\n.kll-raven-detail .kll-title em {\n  color: var(--kll-red);\n\n  font-style: normal;\n}\n\n.kll-raven-detail .kll-intro {\n  max-width: 900px;\n\n  margin: 0;\n\n  color: var(--kll-muted);\n\n  font-size: 16px;\n  line-height: 1.62;\n}\n\n.kll-raven-detail .kll-intro strong {\n  color: #2a241f;\n}\n\n\n\/* =========================\n   NUMBERED ROWS\n   ========================= *\/\n\n.kll-raven-detail .kll-steps {\n  width: 100%;\n\n  margin-top: 22px;\n\n  border-top: 1px solid var(--kll-line);\n}\n\n.kll-raven-detail .kll-step {\n  display: grid;\n  grid-template-columns: 38px minmax(0, 1fr);\n  gap: 0;\n\n  width: 100%;\n\n  padding: 14px 0;\n\n  border-bottom: 1px solid var(--kll-line);\n}\n\n.kll-raven-detail .kll-step:last-child {\n  border-bottom: 0;\n  padding-bottom: 0;\n}\n\n.kll-raven-detail .kll-num {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  width: 26px;\n  height: 26px;\n\n  margin-top: 1px;\n\n  background: var(--kll-soft);\n  border-radius: 50%;\n\n  color: var(--kll-red);\n\n  font-size: 11px;\n  font-weight: 900;\n}\n\n.kll-raven-detail .kll-step-copy {\n  min-width: 0;\n}\n\n.kll-raven-detail .kll-step h3 {\n  margin: 0 0 3px;\n\n  color: #13110e;\n\n  font-size: 14px;\n  line-height: 1.35;\n  font-weight: 900;\n}\n\n.kll-raven-detail .kll-step p {\n  margin: 0;\n\n  color: #73695f;\n\n  font-size: 12.5px;\n  line-height: 1.5;\n}\n\n\n\/* =========================\n   IMAGE\n   ========================= *\/\n\n.kll-raven-detail .kll-image {\n  width: 100%;\n\n  background: #e8dfd5;\n}\n\n.kll-raven-detail .kll-caption {\n  padding: 10px 15px 12px;\n\n  border-top: 1px solid var(--kll-line);\n\n  color: #776d63;\n\n  font-size: 11px;\n  line-height: 1.45;\n\n  text-align: center;\n}\n\n\n\/* =========================\n   DARK TRANSITION\n   ========================= *\/\n\n.kll-raven-detail .kll-dark {\n  width: 100%;\n\n  margin: 0 0 16px;\n  padding: 45px 30px;\n\n  background: var(--kll-dark);\n\n  text-align: center;\n}\n\n.kll-raven-detail .kll-dark small {\n  display: block;\n\n  margin-bottom: 9px;\n\n  color: #d2b27f;\n\n  font-size: 9px;\n  line-height: 1;\n\n  font-weight: 900;\n  letter-spacing: .15em;\n  text-transform: uppercase;\n}\n\n.kll-raven-detail .kll-dark h2 {\n  max-width: 760px;\n\n  margin: 0 auto;\n\n  color: #fff;\n\n  font-size: clamp(27px, 4vw, 42px);\n  line-height: 1.08;\n  font-weight: 900;\n\n  letter-spacing: -.03em;\n}\n\n.kll-raven-detail .kll-dark p {\n  max-width: 660px;\n\n  margin: 13px auto 0;\n\n  color: #ddd3ca;\n\n  font-size: 14px;\n  line-height: 1.6;\n}\n\n\n\/* =========================\n   SIMPLE TICK LIST\n   ========================= *\/\n\n.kll-raven-detail .kll-list {\n  width: 100%;\n\n  margin-top: 21px;\n\n  border-top: 1px solid var(--kll-line);\n}\n\n.kll-raven-detail .kll-list-item {\n  position: relative;\n\n  padding: 14px 5px 14px 29px;\n\n  border-bottom: 1px solid var(--kll-line);\n\n  color: #29241f;\n\n  font-size: 13.5px;\n  line-height: 1.45;\n  font-weight: 800;\n}\n\n.kll-raven-detail .kll-list-item:last-child {\n  border-bottom: 0;\n}\n\n.kll-raven-detail .kll-list-item::before {\n  content: \"✓\";\n\n  position: absolute;\n  left: 3px;\n  top: 13px;\n\n  color: var(--kll-red);\n\n  font-weight: 900;\n}\n\n\n\/* =========================\n   FAQ\n   ========================= *\/\n\n.kll-raven-detail .kll-faq {\n  width: 100%;\n\n  margin-top: 20px;\n\n  border-top: 1px solid var(--kll-line);\n}\n\n.kll-raven-detail .kll-faq details {\n  width: 100%;\n\n  border-bottom: 1px solid var(--kll-line);\n}\n\n.kll-raven-detail .kll-faq details:last-child {\n  border-bottom: 0;\n}\n\n.kll-raven-detail .kll-faq summary {\n  position: relative;\n\n  width: 100%;\n\n  padding: 17px 36px 17px 0;\n\n  cursor: pointer;\n  list-style: none;\n\n  color: #171410;\n\n  font-size: 14px;\n  line-height: 1.4;\n  font-weight: 900;\n}\n\n.kll-raven-detail .kll-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.kll-raven-detail .kll-faq summary::after {\n  content: \"+\";\n\n  position: absolute;\n  right: 3px;\n  top: 50%;\n\n  transform: translateY(-50%);\n\n  color: var(--kll-red);\n\n  font-size: 22px;\n  line-height: 1;\n  font-weight: 400;\n}\n\n.kll-raven-detail .kll-faq details[open] summary::after {\n  content: \"−\";\n}\n\n.kll-raven-detail .kll-answer {\n  padding: 0 30px 17px 0;\n\n  color: #70665d;\n\n  font-size: 13px;\n  line-height: 1.6;\n}\n\n\n\/* =========================\n   FINAL STORY SECTION\n   仍然限制在描述容器内部\n   ========================= *\/\n\n.kll-raven-detail .kll-final {\n  position: relative;\n\n  width: 100%;\n\n  margin: 0;\n\n  padding: 62px 28px;\n\n  background:\n    linear-gradient(\n      rgba(26,21,17,.83),\n      rgba(26,21,17,.91)\n    ),\n    url(\"https:\/\/lurevixea.com\/cdn\/shop\/files\/ChatGPTImage2026_9_22_04_50_22_3.png?v=1790475581\u0026width=1600\")\n    center center \/ cover no-repeat;\n\n  border-radius: 18px;\n\n  overflow: hidden;\n\n  text-align: center;\n}\n\n.kll-raven-detail .kll-final .kll-tag {\n  background: rgba(255,255,255,.10);\n  color: #f8efe7;\n}\n\n.kll-raven-detail .kll-final h2 {\n  max-width: 740px;\n\n  margin: 0 auto 13px;\n\n  color: #fff;\n\n  font-size: clamp(30px, 4.7vw, 46px);\n  line-height: 1.05;\n  font-weight: 900;\n\n  letter-spacing: -.035em;\n}\n\n.kll-raven-detail .kll-final p {\n  max-width: 620px;\n\n  margin: 0 auto;\n\n  color: #e5dcd4;\n\n  font-size: 14px;\n  line-height: 1.6;\n}\n\n\n\/* =========================\n   MOBILE\n   ========================= *\/\n\n@media screen and (max-width: 749px) {\n\n  .kll-raven-detail {\n    padding: 10px;\n  }\n\n  .kll-raven-detail .kll-facts {\n    margin-bottom: 10px;\n    border-radius: 14px;\n  }\n\n  .kll-raven-detail .kll-fact {\n    padding: 12px 4px 11px;\n  }\n\n  .kll-raven-detail .kll-fact strong {\n    font-size: 19px;\n  }\n\n  .kll-raven-detail .kll-fact span {\n    font-size: 7px;\n    line-height: 1.25;\n    letter-spacing: .025em;\n  }\n\n  .kll-raven-detail .kll-section {\n    margin-bottom: 10px;\n    border-radius: 14px;\n  }\n\n  .kll-raven-detail .kll-content {\n    padding: 22px 17px 20px;\n  }\n\n  .kll-raven-detail .kll-tag {\n    margin-bottom: 10px;\n\n    padding: 5px 8px;\n\n    font-size: 8.5px;\n  }\n\n  .kll-raven-detail .kll-tag::before {\n    width: 6px;\n    height: 6px;\n    flex-basis: 6px;\n  }\n\n  .kll-raven-detail .kll-title {\n    margin-bottom: 11px;\n\n    font-size: 29px;\n    line-height: 1.05;\n  }\n\n  .kll-raven-detail .kll-intro {\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .kll-raven-detail .kll-steps {\n    margin-top: 17px;\n  }\n\n  .kll-raven-detail .kll-step {\n    grid-template-columns: 34px minmax(0, 1fr);\n\n    padding: 12px 0;\n  }\n\n  .kll-raven-detail .kll-num {\n    width: 24px;\n    height: 24px;\n\n    font-size: 10px;\n  }\n\n  .kll-raven-detail .kll-step h3 {\n    font-size: 13px;\n  }\n\n  .kll-raven-detail .kll-step p {\n    font-size: 11.5px;\n  }\n\n  .kll-raven-detail .kll-caption {\n    padding: 8px 10px 10px;\n\n    font-size: 10px;\n  }\n\n  .kll-raven-detail .kll-dark {\n    margin-bottom: 10px;\n    padding: 34px 18px;\n  }\n\n  .kll-raven-detail .kll-dark h2 {\n    font-size: 28px;\n  }\n\n  .kll-raven-detail .kll-dark p {\n    font-size: 12.5px;\n    line-height: 1.55;\n  }\n\n  .kll-raven-detail .kll-list {\n    margin-top: 16px;\n  }\n\n  .kll-raven-detail .kll-list-item {\n    padding-top: 12px;\n    padding-bottom: 12px;\n\n    font-size: 12.5px;\n  }\n\n  .kll-raven-detail .kll-list-item::before {\n    top: 11px;\n  }\n\n  .kll-raven-detail .kll-faq {\n    margin-top: 16px;\n  }\n\n  .kll-raven-detail .kll-faq summary {\n    padding-top: 14px;\n    padding-bottom: 14px;\n\n    font-size: 13px;\n  }\n\n  .kll-raven-detail .kll-answer {\n    padding-bottom: 14px;\n\n    font-size: 12px;\n  }\n\n  .kll-raven-detail .kll-final {\n    padding: 45px 18px;\n    border-radius: 14px;\n  }\n\n  .kll-raven-detail .kll-final h2 {\n    font-size: 31px;\n  }\n\n  .kll-raven-detail .kll-final p {\n    font-size: 12.5px;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"kll-raven-detail\"\u003e\n\n  \u003c!-- TOP FACTS --\u003e\n  \u003cdiv class=\"kll-facts\"\u003e\n\n    \u003cdiv class=\"kll-fact\"\u003e\n      \u003cstrong\u003e10\"\u003c\/strong\u003e\n      \u003cspan\u003eApprox. Height\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"kll-fact\"\u003e\n      \u003cstrong\u003eLED\u003c\/strong\u003e\n      \u003cspan\u003eWarm Glow\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"kll-fact\"\u003e\n      \u003cstrong\u003e365\u003c\/strong\u003e\n      \u003cspan\u003eYear-Round Décor\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- SECTION 1 --\u003e\n  \u003csection class=\"kll-section\"\u003e\n\n    \u003cdiv class=\"kll-content\"\u003e\n\n      \u003cdiv class=\"kll-tag\"\u003e\n        Keeper of the Last Light\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"kll-title\"\u003e\n        Some décor fills a shelf.\n        \u003cem\u003eThis one changes the mood.\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"kll-intro\"\u003e\n        Watchful ravens. Weathered robes. One warm lantern glowing quietly\n        in the center. It feels less like ordinary décor and more like\n        a tiny scene with a story already unfolding.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"kll-steps\"\u003e\n\n        \u003cdiv class=\"kll-step\"\u003e\n          \u003cdiv class=\"kll-num\"\u003e1\u003c\/div\u003e\n\n          \u003cdiv class=\"kll-step-copy\"\u003e\n            \u003ch3\u003eNotice the guardian first\u003c\/h3\u003e\n            \u003cp\u003e\n              The layered silhouette, ravens and aged details immediately\n              give an ordinary shelf a stronger focal point.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"kll-step\"\u003e\n          \u003cdiv class=\"kll-num\"\u003e2\u003c\/div\u003e\n\n          \u003cdiv class=\"kll-step-copy\"\u003e\n            \u003ch3\u003eThen the lantern comes alive\u003c\/h3\u003e\n            \u003cp\u003e\n              A warm point of light breaks through the darker sculpture\n              and completely changes its atmosphere after sunset.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"kll-step\"\u003e\n          \u003cdiv class=\"kll-num\"\u003e3\u003c\/div\u003e\n\n          \u003cdiv class=\"kll-step-copy\"\u003e\n            \u003ch3\u003eGive an overlooked corner a story\u003c\/h3\u003e\n            \u003cp\u003e\n              Bookshelf, mantel, desk or reading nook — one small display\n              can change the feeling of the space around it.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"kll-image\"\u003e\n      \u003cimg src=\"https:\/\/lurevixea.com\/cdn\/shop\/files\/ChatGPTImage2026_9_22_04_50_21_1.png?v=1790475581\u0026amp;width=1600\" alt=\"Keeper of the Last Light Raven Guardian Lantern Statue\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- SECTION 2 --\u003e\n  \u003csection class=\"kll-section\"\u003e\n\n    \u003cdiv class=\"kll-content\"\u003e\n\n      \u003cdiv class=\"kll-tag\"\u003e\n        From Morning To Night\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"kll-title\"\u003e\n        Detailed by day.\n        \u003cem\u003eDifferent after dark.\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"kll-intro\"\u003e\n        This isn't a piece that only works when illuminated.\n        Daylight reveals the sculpture itself. Evening gives the\n        lantern its turn to become the center of attention.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"kll-steps\"\u003e\n\n        \u003cdiv class=\"kll-step\"\u003e\n          \u003cdiv class=\"kll-num\"\u003e1\u003c\/div\u003e\n\n          \u003cdiv class=\"kll-step-copy\"\u003e\n            \u003ch3\u003eBy day, the sculpture takes over\u003c\/h3\u003e\n            \u003cp\u003e\n              Feather textures, layered robes and weathered details\n              become the focus.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"kll-step\"\u003e\n          \u003cdiv class=\"kll-num\"\u003e2\u003c\/div\u003e\n\n          \u003cdiv class=\"kll-step-copy\"\u003e\n            \u003ch3\u003eAt night, the mood changes\u003c\/h3\u003e\n            \u003cp\u003e\n              The lantern adds a soft golden center without turning the\n              piece into bright room lighting.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"kll-image\"\u003e\n      \u003cimg src=\"https:\/\/lurevixea.com\/cdn\/shop\/files\/ChatGPTImage2026_9_22_05_33_27.png?v=1790475581\u0026amp;width=1600\" alt=\"Raven Guardian Lantern Statue day and night display\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- DARK TRANSITION --\u003e\n  \u003cdiv class=\"kll-dark\"\u003e\n\n    \u003csmall\u003eThe Last Light\u003c\/small\u003e\n\n    \u003ch2\u003e\n      One warm glow changes the whole scene.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Dark ravens, weathered textures and a single lantern create\n      the contrast that makes this piece feel different after sunset.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- SIZE SECTION --\u003e\n  \u003csection class=\"kll-section\"\u003e\n\n    \u003cdiv class=\"kll-content\"\u003e\n\n      \u003cdiv class=\"kll-tag\"\u003e\n        Designed For Real Spaces\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"kll-title\"\u003e\n        A statement piece\n        \u003cem\u003ewithout taking over the room.\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"kll-intro\"\u003e\n        At approximately \u003cstrong\u003e10 in \/ 25.4 cm tall\u003c\/strong\u003e,\n        the Keeper is intentionally designed as a shelf and tabletop\n        display — large enough to be noticed, compact enough to fit\n        naturally into your space.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"kll-steps\"\u003e\n\n        \u003cdiv class=\"kll-step\"\u003e\n          \u003cdiv class=\"kll-num\"\u003e1\u003c\/div\u003e\n\n          \u003cdiv class=\"kll-step-copy\"\u003e\n            \u003ch3\u003eApprox. 10 inches tall\u003c\/h3\u003e\n            \u003cp\u003e\n              A display-sized collectible rather than an oversized\n              floor statue.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"kll-step\"\u003e\n          \u003cdiv class=\"kll-num\"\u003e2\u003c\/div\u003e\n\n          \u003cdiv class=\"kll-step-copy\"\u003e\n            \u003ch3\u003eEasy to fit into your favorite corner\u003c\/h3\u003e\n            \u003cp\u003e\n              Bookshelves, desks, mantels, cabinets and side tables\n              all give it enough room to stand out.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"kll-step\"\u003e\n          \u003cdiv class=\"kll-num\"\u003e3\u003c\/div\u003e\n\n          \u003cdiv class=\"kll-step-copy\"\u003e\n            \u003ch3\u003eClose enough to appreciate the detail\u003c\/h3\u003e\n            \u003cp\u003e\n              The scale makes the lantern, ravens and sculpted surfaces\n              easy to enjoy up close.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"kll-image\"\u003e\n      \u003cimg src=\"https:\/\/lurevixea.com\/cdn\/shop\/files\/1_c4f95e2d-945b-403c-a9b5-b8c9dd9899c7.jpg?v=1790475582\u0026amp;width=1600\" alt=\"Keeper of the Last Light shelf display scale\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- DETAILS --\u003e\n  \u003csection class=\"kll-section\"\u003e\n\n    \u003cdiv class=\"kll-content\"\u003e\n\n      \u003cdiv class=\"kll-tag\"\u003e\n        Look Closer\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"kll-title\"\u003e\n        The story is\n        \u003cem\u003ein the details.\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"kll-intro\"\u003e\n        The lantern catches your eye first. Then you start noticing\n        everything around it.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"kll-steps\"\u003e\n\n        \u003cdiv class=\"kll-step\"\u003e\n          \u003cdiv class=\"kll-num\"\u003e1\u003c\/div\u003e\n\n          \u003cdiv class=\"kll-step-copy\"\u003e\n            \u003ch3\u003eWarm lantern focal point\u003c\/h3\u003e\n            \u003cp\u003e\n              The illuminated center gives the darker sculpture\n              its strongest point of contrast.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"kll-step\"\u003e\n          \u003cdiv class=\"kll-num\"\u003e2\u003c\/div\u003e\n\n          \u003cdiv class=\"kll-step-copy\"\u003e\n            \u003ch3\u003eWatchful raven details\u003c\/h3\u003e\n            \u003cp\u003e\n              Multiple raven silhouettes create movement and make the\n              sculpture interesting from more than one angle.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"kll-step\"\u003e\n          \u003cdiv class=\"kll-num\"\u003e3\u003c\/div\u003e\n\n          \u003cdiv class=\"kll-step-copy\"\u003e\n            \u003ch3\u003eLayered weathered textures\u003c\/h3\u003e\n            \u003cp\u003e\n              Aged surfaces, robe folds and small scene details give the\n              guardian a collected, old-world appearance.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"kll-image\"\u003e\n      \u003cimg src=\"https:\/\/lurevixea.com\/cdn\/shop\/files\/ChatGPTImage2026_9_22_05_26_17.png?v=1790475581\u0026amp;width=1600\" alt=\"Keeper of the Last Light detailed sculpture features\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- YEAR ROUND --\u003e\n  \u003csection class=\"kll-section\"\u003e\n\n    \u003cdiv class=\"kll-content\"\u003e\n\n      \u003cdiv class=\"kll-tag\"\u003e\n        Beyond One Season\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"kll-title\"\u003e\n        More than\n        \u003cem\u003eHalloween décor.\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"kll-intro\"\u003e\n        Ravens, lantern light and old-world styling make the Keeper\n        easy to display well beyond October.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"kll-list\"\u003e\n\n        \u003cdiv class=\"kll-list-item\"\u003e\n          For raven and crow lovers\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"kll-list-item\"\u003e\n          For bookshelves, reading rooms and collected displays\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"kll-list-item\"\u003e\n          For people drawn to unusual décor rather than generic décor\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"kll-list-item\"\u003e\n          For an unexpected gift that feels genuinely different\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"kll-image\"\u003e\n      \u003cimg src=\"https:\/\/lurevixea.com\/cdn\/shop\/files\/ChatGPTImage2026_9_22_04_50_22_2.png?v=1790475581\u0026amp;width=1600\" alt=\"Raven Guardian Lantern Statue year round shelf decor\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"kll-section\"\u003e\n\n    \u003cdiv class=\"kll-content\"\u003e\n\n      \u003cdiv class=\"kll-tag\"\u003e\n        Good To Know\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"kll-title\"\u003e\n        Before you\n        \u003cem\u003ebring it home.\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n\n      \u003cdiv class=\"kll-faq\"\u003e\n\n        \u003cdetails open\u003e\n          \u003csummary\u003eHow large is it?\u003c\/summary\u003e\n\n          \u003cdiv class=\"kll-answer\"\u003e\n            The statue is approximately 10 in \/ 25.4 cm tall.\n            It is designed as a shelf and tabletop display piece rather\n            than an oversized floor statue.\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n\n        \u003cdetails\u003e\n          \u003csummary\u003eDoes the lantern actually light up?\u003c\/summary\u003e\n\n          \u003cdiv class=\"kll-answer\"\u003e\n            Yes. The lantern produces the warm atmospheric glow shown\n            throughout the product photos.\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n\n        \u003cdetails\u003e\n          \u003csummary\u003eDoes it still look good with the light off?\u003c\/summary\u003e\n\n          \u003cdiv class=\"kll-answer\"\u003e\n            Yes. During the day, the sculpted ravens, weathered robe\n            and layered details become the focus.\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n\n        \u003cdetails\u003e\n          \u003csummary\u003eWhere does it look best?\u003c\/summary\u003e\n\n          \u003cdiv class=\"kll-answer\"\u003e\n            Bookshelves, desks, mantels, reading corners, cabinets and\n            side tables are all natural places to display it.\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n\n        \u003cdetails\u003e\n          \u003csummary\u003eIs it only meant for Halloween?\u003c\/summary\u003e\n\n          \u003cdiv class=\"kll-answer\"\u003e\n            No. Its raven, lantern and old-world styling work naturally\n            as year-round décor.\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- FINAL --\u003e\n  \u003csection class=\"kll-final\"\u003e\n\n    \u003cdiv class=\"kll-tag\"\u003e\n      Keeper of the Last Light\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      A quiet guardian.\u003cbr\u003e\n      One warm light.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      A small scene made for the shelf, desk or forgotten corner\n      that deserves something less ordinary.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Liuyao","offers":[{"title":"Default Title","offer_id":67578831536239,"sku":"SZ06002609232864-爆单提灯","price":36.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0742\/2790\/8719\/files\/ChatGPTImage2026_9_22_04_50_21_1.png?v=1790475581","url":"https:\/\/lurevixea.com\/products\/keeper-of-the-last-light-raven-guardian-lantern-statue","provider":"Lurevixea","version":"1.0","type":"link"}