{"product_id":"enchanted-bookshelf-ambiance-light","title":"Enchanted Bookshelf Ambiance Light","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：复古哥特式书架装饰灯\n目标受众：书虫、奇幻爱好者、复古装饰迷\n视觉风格：复古、魔幻、温馨、图书馆氛围\n配色策略：以深 charcoal\/黑色为主体，搭配暖黄色光影强调色，背景采用柔和的米色\/羊皮纸色调，营造古朴感。\n模块顺序：Hero Intro -\u003e How it Works (Feature 1) -\u003e Craftsmanship \u0026 Light (Feature 2) -\u003e Usage Scenarios -\u003e Gifting (Feature 3) -\u003e Specifications -\u003e FAQ\n详情图映射：\n- Hero Concept: 基于 image_1.png 的插入动作和氛围\n- Feature 1 (Insert): image_1.png\n- Feature 2 (Detail): image_2.png\n- Scenarios: image_3.png\n- Feature 3 (Gift): image_5.png\n规格图映射：Specifications = image_4.png\n对比模块：未加入，因为产品独特性强，无需与普通竞品对比。\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #d4af37; \/* Vintage Gold\/Amber for accents *\/\n    --primary-hover: #b8962e;\n    --text-main: #2c2c2c; \/* Soft Black *\/\n    --text-sub: #555555;\n    --bg-body: #f9f5e8; \/* Aged Paper\/Cream *\/\n    --bg-card: #ffffff;\n    --bg-soft: #f0ede4;\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n    --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);\n    --border-color: #e6e1d3;\n    --font-heading: 'Georgia', serif; \/* Classic Serif for a vintage feel *\/\n    --font-body: system-ui, -apple-system, sans-serif;\n\n    font-family: var(--font-body);\n    color: var(--text-main);\n    line-height: 1.6;\n  }\n\n  \/* Typography *\/\n  .product-detail-container h1,\n  .product-detail-container h2,\n  .product-detail-container h3 {\n    font-family: var(--font-heading);\n    font-weight: 600;\n    color: var(--text-main);\n    margin-top: 0;\n  }\n\n  .product-detail-container h1 {\n    font-size: clamp(32px, 5vw, 44px);\n    line-height: 1.2;\n    margin-bottom: 1rem;\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 4vw, 32px);\n    margin-bottom: 1rem;\n  }\n\n  .product-detail-container h3 {\n    font-size: 20px;\n    margin-bottom: 0.75rem;\n  }\n\n  .product-detail-container p {\n    font-size: clamp(16px, 2vw, 18px);\n    color: var(--text-sub);\n    margin-bottom: 1.5rem;\n  }\n\n  .pd-tag {\n    display: inline-block;\n    padding: 0.4rem 1rem;\n    background: var(--bg-soft);\n    color: var(--text-sub);\n    border-radius: 2rem;\n    font-size: 14px;\n    font-weight: 500;\n    margin-right: 0.5rem;\n    margin-bottom: 0.5rem;\n    border: 1px solid var(--border-color);\n  }\n\n  \/* Layout \u0026 Spacing *\/\n  .pd-section {\n    margin-bottom: clamp(3rem, 8vw, 6rem);\n  }\n\n  .pd-grid-split {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: clamp(2rem, 5vw, 4rem);\n    align-items: center;\n  }\n\n  @media (min-width: 768px) {\n    .pd-grid-split {\n      grid-template-columns: 1fr 1fr;\n    }\n    .pd-grid-split.reversed {\n      direction: rtl;\n    }\n    .pd-grid-split.reversed \u003e * {\n      direction: ltr;\n    }\n  }\n\n  \/* Components *\/\n  .pd-hero {\n    text-align: center;\n    max-width: 800px;\n    margin: 0 auto clamp(3rem, 8vw, 6rem);\n  }\n\n  .pd-media-container {\n    position: relative;\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: var(--shadow-sm);\n  }\n\n  .pd-media-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .pd-feature-card {\n    background: var(--bg-card);\n    padding: clamp(1.5rem, 4vw, 3rem);\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-sm);\n    border: 1px solid var(--border-color);\n  }\n\n  \/* Specs Table *\/\n  .pd-specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: var(--shadow-sm);\n  }\n\n  .pd-specs-table th,\n  .pd-specs-table td {\n    padding: 1rem 1.5rem;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 16px;\n  }\n\n  .pd-specs-table th {\n    background: var(--bg-soft);\n    font-weight: 600;\n    color: var(--text-main);\n    width: 35%;\n  }\n\n  @media (max-width: 767px) {\n    .pd-specs-table, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table th, .pd-specs-table td {\n      display: block;\n      width: 100%;\n    }\n    .pd-specs-table thead { display: none; }\n    .pd-specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n    .pd-specs-table td {\n      padding-left: 50%;\n      position: relative;\n      border-bottom: none;\n    }\n    .pd-specs-table td::before {\n      content: attr(data-label);\n      position: absolute;\n      left: 1.5rem;\n      top: 1rem;\n      font-weight: 600;\n      color: var(--text-main);\n    }\n  }\n\n  \/* FAQ *\/\n  .pd-faq-item {\n    background: var(--bg-card);\n    padding: 1.5rem;\n    border-radius: var(--radius-lg);\n    margin-bottom: 1rem;\n    box-shadow: var(--shadow-sm);\n    border: 1px solid var(--border-color);\n  }\n  .pd-faq-item h3 {\n    display: flex;\n    align-items: center;\n    font-size: 18px;\n    margin-bottom: 0.5rem;\n  }\n  .pd-faq-item h3::before {\n    content: \"Q.\";\n    color: var(--primary);\n    font-weight: 800;\n    margin-right: 0.75rem;\n    font-family: var(--font-heading);\n  }\n\n  \/* Utilities *\/\n  .text-center { text-align: center; }\n  .text-primary { color: var(--primary); }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-tag\"\u003e✨ Vintage Gothic Style\u003c\/div\u003e\n\n\u003ch1\u003eBring the Magic of an Old Library to Your Bookshelf\u003c\/h1\u003e\n\n\u003cp\u003eTransform any ordinary book collection into a cozy, enchanted corner with this miniature, insertable lantern. No tools, just instant atmosphere.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-media-container\" style=\"margin-top: 2rem;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img74\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260704111909\/12ccc521923092bee67bd5f037329736.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: The Insert Mechanism --\u003e\n\n\u003cdiv class=\"pd-section pd-grid-split\"\u003e\n\u003cdiv class=\"pd-media-container\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img75\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260704111910\/a3d4ac04bbe55dc8490d7fd8a0bfc34d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eInstant Setup: No Tools, No Fuss\u003c\/h2\u003e\n\n\u003cp\u003eForget drills or complicated installations. The clever, ultra-thin support plate simply slides securely between your books. It's stable, invisible, and completely safe for your precious book pages.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eSimple Insert Design\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eZero Damage to Books\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eStable \u0026amp; Secure\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Craftsmanship \u0026 Light --\u003e\n\n\u003cdiv class=\"pd-section pd-grid-split reversed\"\u003e\n\u003cdiv class=\"pd-media-container\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img76\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260704111911\/d7510042a5359c27b109fc77f66853ff.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eExquisite Vintage Detail \u0026amp; Warm Glow\u003c\/h2\u003e\n\n\u003cp\u003eInspired by classic wrought-iron streetlamps, the ornate black scrollwork adds a touch of gothic elegance. The mini lantern holds a warm LED light, filtered through frosted panes to create a soft, dreamy ambiance perfect for reading nooks.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eIntricate Scrollwork\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSoft Warm LED\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eFrosted Texture\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Scenario Section --\u003e\n\n\u003cdiv class=\"pd-section text-center\"\u003e\n\u003ch2\u003eElevate Any Cozy Space\u003c\/h2\u003e\n\n\u003cp style=\"max-width: 700px; margin-left: auto; margin-right: auto;\"\u003eIts compact design makes it a versatile treasure for any corner of your home that needs a touch of magic.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-media-container\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img77\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260704111910\/df41777a605a2e4a13bce9b7d47cb59e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Gifting --\u003e\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 class=\"text-center\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-grid-split\" style=\"align-items: start;\"\u003e\n\u003cdiv class=\"pd-media-container\" style=\"background: var(--bg-card); padding: 1rem;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img79\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260704111911\/5c8a505270090608fcc13a76ea24fc15.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003ePremium Resin \u0026amp; Metal\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eTotal Height\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e25.5 cm \/ 10.04 inches\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eTotal Width\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e23.5 cm \/ 9.25 inches\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eLantern Size\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eApprox. 7 cm \/ 2.76 inches (Height \u0026amp; Width)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eLight Source\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eWarm LED Glow\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePower Source\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eBattery Operated (Button Cell Batteries)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eInstallation Type\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eInsert between books (No tools needed)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 class=\"text-center\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eWill the insert plate damage my books?\u003c\/h3\u003e\n\n\u003cp\u003eNot at all. The support plate is designed to be thin and smooth, allowing it to slide easily between books without scratching covers, bending pages, or causing any damage to your collection.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eHow is the light powered and do I need to plug it in?\u003c\/h3\u003e\n\n\u003cp\u003eThe lantern is completely wireless and powered by button cell batteries, so you don't need to worry about hiding cords or finding an outlet near your bookshelf.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eIs the light bright enough for reading?\u003c\/h3\u003e\n\n\u003cp\u003eThe light is designed as a decorative accent to create a warm, cozy ambiance. While it adds a lovely glow to your nook, it is not intended to be a primary reading light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Classic Lantern","offer_id":45810146279615,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Spooky Ghost","offer_id":45810146312383,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Victory Sign","offer_id":45810146345151,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Wicked Witch","offer_id":45810146377919,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/12ccc521923092bee67bd5f037329736.jpg?v=1783135682","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/enchanted-bookshelf-ambiance-light","provider":"Bak","version":"1.0","type":"link"}