{"title":"Book Nook","description":"","products":[{"product_id":"graceful-nooks-cathedral-nook","title":"Plymagic DIY Book Nook Kit -  Jesus Christ Cathedral","description":"\u003c!-- 样式隔离容器 --\u003e\n\u003cstyle\u003e\n        \/* 全局基础重置 + 样式隔离核心 *\/\n        html, body { overflow-x: hidden; }\n        .jcbn {\n            max-width: 100vw;\n            margin: 0 auto;\n            padding: 0 1rem;\n            box-sizing: border-box;\n            font-family: Arial, sans-serif;\n            overflow-x: hidden;\n        }\n\n        \/* 统一元素盒模型，减少重复声明 *\/\n        .jcbn * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        \/* 文字基础样式 (适配h1 + 保留h2兼容) *\/\n        .jcbn h1, .jcbn h2 {\n            font-size: 1.8rem;\n            font-weight: 600;\n            color: #2d2d2d;\n            margin: 2.5rem 0 1.2rem;\n            line-height: 1.3;\n            text-align: left;\n            width: 100%;\n        }\n\n        .jcbn p {\n            font-size: 1rem;\n            line-height: 1.8;\n            color: #555;\n            margin: 1rem 0;\n            text-align: left;\n            width: 100%;\n        }\n\n        .jcbn ul {\n            list-style: none;\n            margin: 1.5rem 0 2rem;\n            width: 100%;\n        }\n        .jcbn ul li {\n            font-size: 1rem;\n            color: #555;\n            margin: 0.8rem 0;\n            padding-left: 1.2rem;\n            position: relative;\n            text-align: left;\n        }\n        .jcbn ul li::before {\n            content: \"✦\";\n            position: absolute;\n            left: 0;\n            color: #8b7355;\n            font-size: 0.9rem;\n        }\n\n        \/* 图片样式 (精简) *\/\n        .jcbn img {\n            max-width: 100%;\n            height: auto;\n            display: block;\n            margin: 1.5rem auto;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        }\n\n        \/* FAQ样式 (精简选择器 + 减少!important) *\/\n        .jcbn .product-faq {\n            margin: 4rem 0 2rem;\n            width: 100%;\n        }\n        .jcbn .faq-title {\n            font-size: 1.8rem;\n            font-weight: 600;\n            color: #2d2d2d;\n            margin-bottom: 1.5rem;\n            line-height: 1.2;\n            text-align: left;\n        }\n        .jcbn .faq-item {\n            margin-bottom: 12px;\n            border: 1px solid #e0d8d0;\n            border-radius: 8px;\n            overflow: hidden;\n            width: 100%;\n        }\n        .jcbn .faq-question {\n            padding: 16px 20px;\n            background-color: #F0F0F0;\n            font-weight: 500;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: background-color 0.2s ease;\n            font-size: 1.05rem;\n            color: #2d2d2d;\n            z-index: 10;\n        }\n        .jcbn .faq-question:hover {\n            background-color: #044D79;\n            color: #FFFFFF;\n        }\n        .jcbn .faq-question::after {\n            content: \"+\";\n            font-size: 1.2rem;\n            color: #8b7355;\n        }\n        .jcbn .faq-item.active .faq-answer {\n            padding: 16px 20px;\n            max-height: 800px;\n        }\n        .jcbn .faq-item.active .faq-question::after {\n            content: \"-\";\n            color: #fff;\n        }\n        .jcbn .faq-answer {\n            padding: 0 20px;\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.3s ease, padding 0.3s ease;\n            font-size: 0.95rem;\n            line-height: 1.7;\n            color: #666;\n            width: 100%;\n        }\n\n        \/* 轮播样式 (核心修复：按钮\/圆点显示逻辑) *\/\n        .jcbn .testimonials-section {\n            margin: 2rem 0;\n            width: 100%;\n            position: relative;\n            z-index: 1;\n        }\n        .jcbn .testimonials-title {\n            text-align: center;\n            font-size: 1.8rem;\n            font-weight: 600;\n            color: #2d2d2d;\n            margin-bottom: 2rem;\n            line-height: 1.2;\n        }\n        .jcbn .carousel-container {\n            position: relative;\n            width: 100%;\n            margin: 0 auto;\n            overflow: hidden;\n        }\n        .jcbn .testimonials-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 1.5rem;\n            width: 100%;\n            scroll-behavior: smooth;\n            overflow: visible;\n        }\n        .jcbn .testimonial-card {\n            background-color: #FFFFFF;\n            border-radius: 12px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n            overflow: hidden;\n            width: 100%;\n            margin: 0;\n        }\n        .jcbn .testimonial-img-wrapper {\n            height: 220px;\n            overflow: hidden;\n            border-top-left-radius: 12px;\n            border-top-right-radius: 12px;\n            width: 100%;\n        }\n        .jcbn .testimonial-img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n        }\n        .jcbn .testimonial-rating {\n            text-align: center;\n            color: #ffc107;\n            font-size: 1.2rem;\n            padding: 1rem 0 0.5rem;\n        }\n        .jcbn .testimonial-text {\n            background-color: #F7F7F7;\n            color: #666;\n            font-size: 0.95rem;\n            line-height: 1.6;\n            padding: 1rem 1.5rem;\n            margin: 0.5rem 0;\n            border-radius: 8px;\n            width: 100%;\n        }\n        .jcbn .testimonial-author {\n            text-align: center;\n            font-weight: 600;\n            color: #2d2d2d;\n            padding-bottom: 0.5rem;\n        }\n        .jcbn .testimonial-role {\n            text-align: center;\n            color: #999;\n            font-size: 0.85rem;\n            padding-bottom: 1.5rem;\n        }\n        \/* 轮播按钮基础样式：默认隐藏（桌面端） *\/\n        .jcbn .carousel-btn {\n            position: absolute;\n            top: 50%;\n            transform: translateY(-50%);\n            width: 40px;\n            height: 40px;\n            border-radius: 50%;\n            background-color: rgba(255, 255, 255, 0.9);\n            border: 1px solid #ddd;\n            cursor: pointer;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.2rem;\n            color: #333;\n            z-index: 9999;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n            transition: all 0.3s ease;\n            display: none; \/* 桌面端默认隐藏 *\/\n        }\n        .jcbn .carousel-btn:hover {\n            background-color: #f0f0f0;\n            border-color: #ccc;\n        }\n        .jcbn .carousel-btn-prev { left: 10px; }\n        .jcbn .carousel-btn-next { right: 10px; }\n        \/* 轮播圆点基础样式：默认隐藏（桌面端） *\/\n        .jcbn .carousel-dots {\n            display: flex;\n            justify-content: center;\n            gap: 0.8rem;\n            margin-top: 1.5rem;\n            width: 100%;\n            display: none; \/* 桌面端默认隐藏 *\/\n        }\n        .jcbn .carousel-dot {\n            width: 10px;\n            height: 10px;\n            border-radius: 50%;\n            background-color: #ddd;\n            cursor: pointer;\n            transition: background-color 0.3s ease;\n        }\n        .jcbn .carousel-dot.active { background-color: #2d2d2d; }\n\n        \/* 产品规格样式 (精简) *\/\n        .jcbn .product-specs {\n            margin: 3rem 0 2rem;\n            width: 100%;\n        }\n        .jcbn .specs-title {\n            font-size: 1.8rem;\n            font-weight: 600;\n            color: #2d2d2d;\n            margin-bottom: 1.5rem;\n            line-height: 1.2;\n            text-align: left;\n            position: relative;\n            padding-bottom: 8px;\n        }\n        .jcbn .specs-title::after {\n            content: '';\n            position: absolute;\n            left: 0;\n            bottom: 0;\n            width: 60px;\n            height: 2px;\n            background-color: #8b7355;\n        }\n        .jcbn .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            background-color: #fff;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        }\n        .jcbn .specs-table th, .jcbn .specs-table td {\n            padding: 16px 20px;\n            text-align: left;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 0.95rem;\n            word-wrap: break-word;\n        }\n        .jcbn .specs-table th {\n            background-color: #F0F0F0;\n            font-weight: 600;\n            color: #2d2d2d;\n            width: 35%;\n        }\n        .jcbn .specs-table td {\n            color: #666;\n            line-height: 1.6;\n        }\n        .jcbn .specs-table tr:last-child th,\n        .jcbn .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n\n        \/* 移动端边距优化 (合并媒体查询 + 修复轮播显示) *\/\n        @media (max-width: 768px) {\n            .jcbn { padding: 0 0.5rem; }\n            .jcbn p, .jcbn ul, .jcbn h1, .jcbn h2 {\n                padding: 0;\n                margin-left: 0;\n                margin-right: 0;\n                width: 100%;\n            }\n            .jcbn img { margin: 1.5rem 0; }\n            \n            \/* 文字样式移动端适配 *\/\n            .jcbn h1, .jcbn h2 { font-size: 1.5rem; margin: 2rem 0 1rem; }\n            \n            \/* FAQ移动端适配 *\/\n            .jcbn .product-faq { margin: 2rem 0 1rem; }\n            .jcbn .faq-title { font-size: 1.5rem; margin-bottom: 1rem; }\n            .jcbn .faq-question { padding: 14px 16px; font-size: 1rem; }\n            .jcbn .faq-answer { font-size: 0.9rem; }\n            \n            \/* 轮播移动端核心适配 (修复显示逻辑) *\/\n            .jcbn .testimonials-section { margin: 2rem 0; }\n            .jcbn .testimonials-title { font-size: 1.5rem; margin-bottom: 1.5rem; }\n            .jcbn .testimonials-grid {\n                display: flex !important; \/* 强制覆盖grid *\/\n                overflow-x: auto;\n                overflow-y: hidden;\n                scroll-snap-type: x mandatory;\n                -webkit-overflow-scrolling: touch;\n                scroll-behavior: smooth;\n                gap: 0;\n                scrollbar-width: none;\n                -webkit-touch-callout: none;\n                user-select: none;\n            }\n            .jcbn .testimonials-grid::-webkit-scrollbar { display: none; }\n            .jcbn .testimonial-card {\n                flex: 0 0 100%;\n                scroll-snap-align: start;\n            }\n            \/* 移动端显示轮播按钮\/圆点 *\/\n            .jcbn .carousel-btn {\n                display: flex !important;\n                background-color: #fff;\n                z-index: 999;\n            }\n            .jcbn .carousel-dots {\n                display: flex !important;\n            }\n            \n            \/* 规格表移动端适配 *\/\n            .jcbn .product-specs { margin: 2rem 0 1rem; }\n            .jcbn .specs-title { font-size: 1.5rem; margin-bottom: 1rem; }\n            .jcbn .specs-table th, .jcbn .specs-table td {\n                padding: 12px 16px;\n                font-size: 0.9rem;\n            }\n            .jcbn .specs-table th { width: 40%; }\n        }\n\n        \/* 桌面端轮播按钮\/圆点隐藏 (精简媒体查询) *\/\n        @media (min-width: 769px) {\n            .jcbn .carousel-btn, .jcbn .carousel-dots { display: none !important; }\n        }\n\u003c\/style\u003e\n\n\u003c!-- 所有内容都包裹在.jcbn容器内（核心修复） --\u003e\n\u003cdiv class=\"jcbn\"\u003e\n    \u003c!-- 内容主体 --\u003e\n    \u003ch1\u003e\u003cstrong\u003eJesus Christ Cathedral DIY Book Nook Kit\u003c\/strong\u003e\u003c\/h1\u003e\n    \u003cul\u003e\n        \u003cli\u003eRecreate a Classic Church Christmas Scene ⛪\u003c\/li\u003e\n        \u003cli\u003eYour Spiritual Cornerstone 🌟\u003c\/li\u003e\n        \u003cli\u003eThe Perfect Addition to Your Bookshelf ✨\u003c\/li\u003e\n        \u003cli\u003eAn Ideal Gift Choice for Your Loved Ones\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003c!-- 评价轮播 --\u003e\n    \u003cdiv class=\"testimonials-section\"\u003e\n        \u003ch1 class=\"testimonials-title\"\u003eTestimonials\u003c\/h1\u003e\n        \u003cdiv class=\"carousel-container\"\u003e\n            \u003cbutton id=\"prevBtn\" class=\"carousel-btn carousel-btn-prev\"\u003e←\u003c\/button\u003e\n            \u003cbutton id=\"nextBtn\" class=\"carousel-btn carousel-btn-next\"\u003e→\u003c\/button\u003e\n            \u003cdiv class=\"testimonials-grid\" id=\"testimonialsGrid\"\u003e\n                \u003c!-- 卡片1 --\u003e\n                \u003cdiv class=\"testimonial-card\"\u003e\n                    \u003cdiv class=\"testimonial-img-wrapper\"\u003e\n                        \u003cimg src=\"https:\/\/nookgrace.com\/cdn\/shop\/files\/Screen_Shot_2025-12-25_at_10.50.16_PM.png?v=1766721065\u0026amp;width=550\" alt=\"Review Image\" class=\"testimonial-img\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"testimonial-rating\"\u003e★★★★★\u003c\/div\u003e\n                    \u003cp class=\"testimonial-text\"\u003e\"Absolutely love my cathedral nook! It's the perfect addition to my reading corner.\"\u003c\/p\u003e\n                    \u003cdiv class=\"testimonial-author\"\u003eSarah K.\u003c\/div\u003e\n                    \u003cdiv class=\"testimonial-role\"\u003eVerified Buyer\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- 卡片2 --\u003e\n                \u003cdiv class=\"testimonial-card\"\u003e\n                    \u003cdiv class=\"testimonial-img-wrapper\"\u003e\n                        \u003cimg src=\"https:\/\/nookgrace.com\/cdn\/shop\/files\/Screen_Shot_2025-12-25_at_10.49.58_PM.png?v=1766721048\u0026amp;width=550\" alt=\"Review Image\" class=\"testimonial-img\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"testimonial-rating\"\u003e★★★★★\u003c\/div\u003e\n                    \u003cp class=\"testimonial-text\"\u003e\"The craftsmanship is amazing. Looks even better in person than on the website.\"\u003c\/p\u003e\n                    \u003cdiv class=\"testimonial-author\"\u003eMichael T.\u003c\/div\u003e\n                    \u003cdiv class=\"testimonial-role\"\u003eVerified Buyer\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- 卡片3 --\u003e\n                \u003cdiv class=\"testimonial-card\"\u003e\n                    \u003cdiv class=\"testimonial-img-wrapper\"\u003e\n                        \u003cimg src=\"https:\/\/nookgrace.com\/cdn\/shop\/files\/IMG_3302_3b0b57c9-f99c-44d0-81fe-193b7e7fe525.jpg?v=1766360279\u0026amp;width=550\" alt=\"Review Image\" class=\"testimonial-img\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"testimonial-rating\"\u003e★★★★★\u003c\/div\u003e\n                    \u003cp class=\"testimonial-text\"\u003e\"Fast shipping and great customer service. My cat approves too!\"\u003c\/p\u003e\n                    \u003cdiv class=\"testimonial-author\"\u003eEmily L.\u003c\/div\u003e\n                    \u003cdiv class=\"testimonial-role\"\u003eVerified Buyer\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv id=\"carouselDots\" class=\"carousel-dots\"\u003e\n                \u003cspan data-index=\"0\" class=\"carousel-dot active\"\u003e\u003c\/span\u003e\n                \u003cspan data-index=\"1\" class=\"carousel-dot\"\u003e\u003c\/span\u003e\n                \u003cspan data-index=\"2\" class=\"carousel-dot\"\u003e\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 产品介绍（放在.jcbn内部） --\u003e\n    \u003ch1\u003e\u003cstrong\u003e🧩 Handcrafted Miniature Sacred Scenes\u003c\/strong\u003e\u003c\/h1\u003e\n    \u003cp\u003eFor DIY enthusiasts, collectors, or anyone looking to create a meaningful decorative piece, this religious-themed miniature set adds a distinctive and contemplative ambiance to your home or sacred space. ✨\u003c\/p\u003e\n    \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/4170\/9092\/files\/SnapInsta.to_AQOJjl83vIUBSbjCy8N619zdc-emU6yDpa_1i13uagZ9W_Ff6GWOPfq37juwvgEuKA4c9zcKFofFiBaWrXLRzxLDa9tqfP-C4nOzqrA-vmake-ezgif.com-video-to-gif-converter_1.gif?v=1766973071\"\u003e\n    \n    \u003ch1\u003e\u003cstrong\u003e🧩 The Joy of Building Graceful Nook\u003c\/strong\u003e\u003c\/h1\u003e\n    \u003cp\u003eIt’s a perfect way to unwind, reflect, and step away from the noise of the day. 📚 Whether you’re building alone, with family, or gifting the experience to someone special, Graceful Nook offers a sense of accomplishment and joy that lasts long after the final piece is placed.\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1_90693119-fcdd-4c56-9840-c12e6c154132.jpg?v=1767777717\" alt=\"\"\u003e\n    \n    \u003ch1\u003e\u003cstrong\u003e🧩 A Contemplative Gift for Creators and Collectors\u003c\/strong\u003e\u003c\/h1\u003e\n    \u003cp\u003eIdeal Gift for Believers: A thoughtful Christian gift perfect for holidays, birthdays, confirmations, or any religious celebration. ⭐\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/il_1140xN.7332518875_4ww3.avif?v=1767773816\" alt=\"\"\u003e\n\n    \u003c!-- 产品规格（放在.jcbn内部） --\u003e\n    \u003cdiv class=\"product-specs\"\u003e\n        \u003ch1 class=\"specs-title\"\u003eProduct Specifications\u003c\/h1\u003e\n        \u003ctable class=\"specs-table\"\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eMaterial\u003c\/th\u003e\n                    \u003ctd\u003ePremium FSC-certified basswood\/birch plywood, acrylic panels, LED light strips, non-toxic accessories, paper stickers, metal small parts\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eFinished Size\u003c\/th\u003e\n                    \u003ctd\u003eLength: 18 cm (7 inches) | Width: 13.5 cm (5.3 inches) | Height: 23 cm (9 inches)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eNumber of Pieces\u003c\/th\u003e\n                    \u003ctd\u003e133 PCS (including all accessories \u0026amp; spare parts)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eAssembly Time\u003c\/th\u003e\n                    \u003ctd\u003e5-7 hours (for beginners) | 3-4 hours (for experienced crafters)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth\u003ePower Supply\u003c\/th\u003e\n                    \u003ctd\u003eUSB charging (included USB cable) or 2 x AA batteries (not included) - LED lights with on\/off switch\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eAge Recommendation\u003c\/th\u003e\n                    \u003ctd\u003e14 years old and above (small parts, adult supervision recommended for under 16)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eWeight\u003c\/th\u003e\n                    \u003ctd\u003e1200g\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth\u003ePackage Includes\u003c\/th\u003e\n                    \u003ctd\u003eAll pre-cut wood pieces, LED light kit, USB cable, English instruction manual, tweezers, wax (for assembly), stickers, spare small parts\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FAQ（放在.jcbn内部） --\u003e\n    \u003cdiv class=\"product-faq\"\u003e\n        \u003ch1 class=\"faq-title\"\u003eFrequently Asked Questions\u003c\/h1\u003e\n        \u003c!-- FAQ1 --\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eWhat materials are the puzzle pieces made of?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eEach kit is cut from premium, FSC-certified basswood or birch plywood, chosen for its smooth grain and durability. Mechanical models may also include a handful of metal axles, rubber bands, or acrylic accents to power moving parts and add visual flair—everything is safe, non-toxic, and precisely engineered to fit together without warping.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- FAQ2 --\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eDo I need glue or special tools to build the model?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eNo glue is required. The pieces are micro-laser-cut for a snug, click-fit assembly, and every kit arrives with the wax, sandpaper, and spare parts you’ll need. A small hobby knife or file can help clean edges if you like, but nothing beyond standard household items is necessary.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- FAQ3 --\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eHow long does it take to complete a 3D wooden puzzle?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eBuild time varies by model size and your experience level. Most mid-size sets (200–300 pieces) take 4–8 relaxing hours, while advanced, gear-driven creations can stretch to 10–15 hours spread over a few evenings. Either way, the process is unrushed and rewarding—perfect for a weekend project or a series of focused crafting sessions.\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 交互JS (极致精简) --\u003e\n    \u003cscript\u003e\n        document.addEventListener('DOMContentLoaded', () =\u003e {\n            \/\/ FAQ交互\n            const faqItems = document.querySelectorAll('.jcbn .faq-item');\n            faqItems.forEach(item =\u003e {\n                const question = item.querySelector('.faq-question');\n                question.addEventListener('click', () =\u003e {\n                    faqItems.forEach(other =\u003e other !== item \u0026\u0026 other.classList.remove('active'));\n                    item.classList.toggle('active');\n                });\n            });\n\n            \/\/ 轮播核心逻辑\n            const carouselGrid = document.getElementById('testimonialsGrid');\n            const prevBtn = document.getElementById('prevBtn');\n            const nextBtn = document.getElementById('nextBtn');\n            const dots = document.querySelectorAll('.jcbn .carousel-dot');\n            const cards = document.querySelectorAll('.jcbn .testimonial-card');\n            let currentIndex = 0;\n\n            \/\/ 工具函数\n            const isMobile = () =\u003e window.innerWidth \u003c= 768;\n            const updateDots = () =\u003e dots.forEach((dot, idx) =\u003e dot.classList.toggle('active', idx === currentIndex));\n\n            \/\/ 滚动逻辑\n            const scrollToCard = (index) =\u003e {\n                index = index \u003c 0 ? cards.length - 1 : index \u003e= cards.length ? 0 : index;\n                currentIndex = index;\n                if (isMobile() \u0026\u0026 carouselGrid) {\n                    carouselGrid.scrollTo({ left: cards[0].offsetWidth * currentIndex, behavior: 'smooth' });\n                }\n                updateDots();\n            };\n\n            \/\/ 事件绑定\n            prevBtn?.addEventListener('click', () =\u003e scrollToCard(currentIndex - 1));\n            nextBtn?.addEventListener('click', () =\u003e scrollToCard(currentIndex + 1));\n            dots.forEach((dot, idx) =\u003e dot.addEventListener('click', () =\u003e scrollToCard(idx)));\n\n            \/\/ 触摸滑动\n            let touchStartX = 0;\n            if (carouselGrid \u0026\u0026 isMobile()) {\n                carouselGrid.addEventListener('touchstart', (e) =\u003e touchStartX = e.touches[0].clientX, { passive: true });\n                carouselGrid.addEventListener('touchend', (e) =\u003e {\n                    const diff = touchStartX - e.changedTouches[0].clientX;\n                    diff \u003e 50 ? scrollToCard(currentIndex + 1) : diff \u003c -50 \u0026\u0026 scrollToCard(currentIndex - 1);\n                });\n            }\n\n            \/\/ 窗口resize适配\n            window.addEventListener('resize', () =\u003e scrollToCard(currentIndex));\n            scrollToCard(0); \/\/ 初始化\n        });\n    \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Koin","offers":[{"title":"26 H x 19.2 L x 15 W CM","offer_id":46459945517231,"sku":"E6010601JT","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/7_-f9ddad6a-2ef3-414e-b627-402ff61da292.png?v=1767870844"},{"product_id":"plymagic-diy-book-nook-magic-house","title":"Plymagic DIY Book Nook - Magic House","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n        }\n\n        body {\n            color: #2d2d2d;\n            background-color: #f9f7f5;\n            line-height: 1.6;\n        }\n\n        .product-details-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .product-title {\n            font-size: 2.2rem;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 24px;\n            line-height: 1.3;\n            border-bottom: 2px solid #e0d8d0;\n            padding-bottom: 16px;\n        }\n\n        .product-highlights {\n            background-color: #ffffff;\n            padding: 28px;\n            border-radius: 8px;\n            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);\n            margin-bottom: 32px;\n        }\n\n        .highlights-title {\n            font-size: 1.4rem;\n            font-weight: 600;\n            margin-bottom: 16px;\n            color: #4a4a4a;\n        }\n\n        .highlights-list {\n            list-style: none;\n        }\n\n        .highlights-list li {\n            margin-bottom: 12px;\n            padding-left: 24px;\n            position: relative;\n        }\n\n        .highlights-list li::before {\n            content: \"✓\";\n            color: #8b7355;\n            font-weight: 700;\n            position: absolute;\n            left: 0;\n        }\n\n        .product-description {\n            margin-bottom: 36px;\n        }\n\n        .description-title {\n            font-size: 1.4rem;\n            font-weight: 600;\n            margin-bottom: 16px;\n            color: #4a4a4a;\n        }\n\n        .description-content {\n            font-size: 1rem;\n            color: #333;\n            margin-bottom: 20px;\n            text-align: left;\n        }\n\n        .description-content p {\n            margin-bottom: 16px;\n        }\n\n        .product-specs {\n            background-color: #ffffff;\n            padding: 28px;\n            border-radius: 8px;\n            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);\n            margin-bottom: 32px;\n        }\n\n        .specs-title {\n            font-size: 1.4rem;\n            font-weight: 600;\n            margin-bottom: 16px;\n            color: #4a4a4a;\n            border-bottom: 1px solid #e0d8d0;\n            padding-bottom: 12px;\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n\n        .specs-table td {\n            padding: 12px 16px;\n            border-bottom: 1px solid #f0ebe6;\n        }\n\n        .specs-table td:first-child {\n            font-weight: 500;\n            color: #555;\n            width: 30%;\n        }\n\n        .product-gallery {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 16px;\n            margin-bottom: 36px;\n        }\n\n        .gallery-item {\n            border-radius: 6px;\n            overflow: hidden;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n        }\n\n        .gallery-item img {\n            width: 100%;\n            height: 220px;\n            object-fit: cover;\n            transition: transform 0.3s ease;\n        }\n\n        .gallery-item img:hover {\n            transform: scale(1.02);\n        }\n\n        .product-faq {\n            margin-bottom: 20px;\n        }\n\n        .faq-title {\n            font-size: 1.4rem;\n            font-weight: 600;\n            margin-bottom: 16px;\n            color: #4a4a4a;\n        }\n\n        .faq-item {\n            margin-bottom: 12px;\n            border: 1px solid #e0d8d0;\n            border-radius: 6px;\n            overflow: hidden;\n        }\n\n        .faq-question {\n            padding: 16px 20px;\n            background-color: #f5f2ef;\n            font-weight: 500;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: background-color 0.2s ease;\n        }\n\n        .faq-question:hover {\n            background-color: #eee9e4;\n        }\n\n        .faq-question::after {\n            content: \"+\";\n            font-size: 1.2rem;\n            color: #8b7355;\n        }\n\n        .faq-answer {\n            padding: 0 20px;\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.3s ease, padding 0.3s ease;\n        }\n\n        .faq-item.active .faq-answer {\n            padding: 16px 20px;\n            max-height: 300px;\n        }\n\n        .faq-item.active .faq-question::after {\n            content: \"-\";\n        }\n\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n\n            .highlights-title, .description-title, .specs-title, .faq-title {\n                font-size: 1.2rem;\n            }\n\n            .product-details-container {\n                padding: 20px 16px;\n            }\n\n            .product-highlights, .product-specs {\n                padding: 20px;\n            }\n\n            .specs-table td {\n                padding: 10px 12px;\n            }\n\n            .specs-table td:first-child {\n                width: 40%;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-details-container\"\u003e\n\u003ch1 class=\"product-title\"\u003eTimelessNooks™ Fourth Wing Book Nook\u003c\/h1\u003e\n\u003cdiv class=\"product-gallery\"\u003e\n\u003cdiv class=\"gallery-item\"\u003e\u003cimg alt=\"Fourth Wing Book Nook\" src=\"https:\/\/timelessnooks.shop\/cdn\/shop\/products\/fourthwing-booknook-1.jpg?v=1728000000\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gallery-item\"\u003e\u003cimg alt=\"Book Nook Detail\" src=\"https:\/\/timelessnooks.shop\/cdn\/shop\/products\/fourthwing-booknook-2.jpg?v=1728000000\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gallery-item\"\u003e\u003cimg alt=\"Book Nook Decor\" src=\"https:\/\/timelessnooks.shop\/cdn\/shop\/products\/fourthwing-booknook-3.jpg?v=1728000000\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003ch2 class=\"highlights-title\"\u003eWhy Choose Our Fourth Wing Book Nook?\u003c\/h2\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul class=\"highlights-list\"\u003e\n\u003cli\u003eHandcrafted with premium wood for durability and timeless appeal\u003c\/li\u003e\n\u003cli\u003eIntricate detailing inspired by the Fourth Wing universe\u003c\/li\u003e\n\u003cli\u003ePerfect fit for standard bookshelves (8.5\" x 5.5\" x 11\")\u003c\/li\u003e\n\u003cli\u003eLED lighting included for ambient display\u003c\/li\u003e\n\u003cli\u003eEasy assembly with step-by-step instructions\u003c\/li\u003e\n\u003cli\u003eUnique gift for fantasy book lovers\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2 class=\"description-title\"\u003eProduct Description\u003c\/h2\u003e\n\u003cdiv class=\"description-content\"\u003e\n\u003cp\u003eImmerse yourself in the magical world of Fourth Wing with our exquisitely crafted Book Nook. Each piece is hand-finished to capture the essence of Violet Sorrengail's journey, from the dragon rider barracks to the treacherous skies of Basgiath War College.\u003c\/p\u003e\n\u003cp\u003eMade from sustainable pine wood and high-quality resin accents, this book nook is designed to be both a functional bookshelf insert and a stunning decorative piece. The integrated LED strip (battery-powered) casts a warm glow, highlighting the hand-painted details and bringing the scene to life after dark.\u003c\/p\u003e\n\u003cp\u003eWhether you're a die-hard Fourth Wing fan or looking for a unique home decor piece, this Book Nook is sure to be a conversation starter. It arrives partially assembled with all tools included, and takes approximately 30 minutes to put together.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-specs\"\u003e\n\u003ch2 class=\"specs-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePine Wood, Resin, LED Lights, Acrylic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e8.5\" (W) x 5.5\" (D) x 11\" (H) | 21.6cm x 14cm x 27.9cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e1.8 lbs | 0.82 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly\u003c\/td\u003e\n\u003ctd\u003ePartial (30 mins assembly time)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Source\u003c\/td\u003e\n\u003ctd\u003e2x AA Batteries (not included) or USB-C (cable included)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eWipe clean with dry cloth, avoid direct sunlight\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-faq\"\u003e\n\u003ch2 class=\"faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this book nook compatible with all bookshelves?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eOur Fourth Wing Book Nook is designed to fit standard US\/UK bookshelves (8.5\" width). If your shelf is narrower\/wider, we recommend measuring before purchase – we offer custom width options on request.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow long do the LED lights last?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eWith AA batteries, the LED lights last approximately 50 hours of continuous use. The USB-C option can be plugged into a power bank or wall adapter for unlimited use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDo you ship internationally?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes! We ship to over 50 countries worldwide. International shipping times vary (7-21 business days) and tracking is included with all orders.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan\u003eMagic Book Nook Kit – Enchanted 3D Bookshelf Diorama\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/4170\/9092\/files\/1_95438374-ac27-45e4-bb63-c80e5446cfea.jpg?v=1766808093\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/4170\/9092\/files\/3_69210f8a-9e45-4ab9-8815-268446fb5f2e.jpg?v=1766808093\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/4170\/9092\/files\/5.jpg?v=1766808093\" alt=\"\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/4170\/9092\/files\/10_ea932f98-1060-4541-adc2-5994344e3612.jpg?v=1766808093\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003e\u003cspan\u003eSet Includes\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e\u003cspan\u003ePre-cut wooden pieces\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e\u003cspan\u003eDecorative stickers \u0026amp; detailed instructions\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e\u003cspan\u003eLED light unit (battery not included)\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e\u003cspan\u003eAcrylic dust cover\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e\u003cstrong\u003e\u003cspan\u003eFinish Time:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan\u003e ~4–5 hours\u003c\/span\u003e\u003c\/p\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46456996987055,"sku":"E6020201MF","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/3_cc4f4847-5882-475c-821f-08d99aee43aa.jpg?v=1768632285"},{"product_id":"plymagic-diy-book-nook-shadow-in-the-seabed","title":"Plymagic DIY Book Nook - Shadow in the Seabed","description":"\u003cmeta charset=\"UTF-8\"\u003e \n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\"\u003e\n\u003c!-- 所有样式仅作用于.product-details-container内部，完全隔离 --\u003e\n\u003cstyle\u003e\n    \/* ########### 严格样式隔离：所有选择器均带父容器前缀 ########### *\/\n    .product-details-container * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n    }\n\n    .product-details-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 40px 20px;\n        color: #2d2d2d;\n        background-color: #f9f7f5;\n        line-height: 1.6;\n    }\n\n    \/* 标题样式统一优化 *\/\n    .product-details-container .product-title {\n        font-size: 2.2rem;\n        font-weight: 700;\n        color: #1a1a1a;\n        margin-bottom: 24px;\n        line-height: 1.3;\n        border-bottom: 2px solid #e0d8d0;\n        padding-bottom: 16px;\n        text-align: center;\n    }\n\n    .product-details-container h2 {\n        font-size: 1.8rem;\n        font-weight: 600;\n        color: #2d2d2d;\n        margin: 2rem 0 1rem;\n        line-height: 1.3;\n    }\n\n    .product-details-container h3 {\n        font-size: 1.5rem;\n        font-weight: 600;\n        color: #333;\n        margin: 1.5rem 0 1rem;\n        line-height: 1.2;\n    }\n\n    \/* 文本样式统一 *\/\n    .product-details-container p {\n        font-size: 1.1rem;\n        color: #333;\n        line-height: 1.7;\n        margin-bottom: 1rem;\n    }\n\n    .product-details-container span {\n        font-size: 1.1rem;\n        color: #333;\n    }\n\n    \/* 产品亮点区域 *\/\n    .product-details-container .product-highlights {\n        background-color: #ffffff;\n        padding: 28px;\n        border-radius: 8px;\n        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);\n        margin-bottom: 32px;\n    }\n\n    .product-details-container .product-highlights p {\n        margin-bottom: 12px;\n        font-size: 1.1rem;\n    }\n\n    \/* 产品描述区域 *\/\n    .product-details-container .product-description {\n        margin-bottom: 36px;\n    }\n\n    .product-details-container .description-content {\n        text-align: left;\n    }\n\n    \/* 图片适配优化 *\/\n    .product-details-container img {\n        max-width: 100%;\n        height: auto !important;\n        display: block;\n        margin: 1.5rem auto;\n        border-radius: 6px;\n    }\n\n    \/* 产品规格区域 *\/\n    .product-details-container .product-specs {\n        background-color: #ffffff;\n        padding: 28px;\n        border-radius: 8px;\n        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);\n        margin-bottom: 32px;\n    }\n\n    .product-details-container .specs-title {\n        font-size: 1.7rem;\n        font-weight: 600;\n        margin-bottom: 16px;\n        color: #4a4a4a;\n        border-bottom: 1px solid #e0d8d0;\n        padding-bottom: 12px;\n    }\n\n    .product-details-container .specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        font-size: 1.1rem;\n    }\n\n    .product-details-container .specs-table td {\n        padding: 12px 16px;\n        border-bottom: 1px solid #f0ebe6;\n        font-size: 1.1rem;\n        color: #333;\n    }\n\n    .product-details-container .specs-table td:first-child {\n        font-weight: 500;\n        color: #555;\n        width: 30%;\n    }\n\n    \/* ########### PC端：三张图片网格布局（默认显示） ########### *\/\n    .product-details-container .product-gallery {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 16px;\n        margin-bottom: 36px;\n    }\n\n    .product-details-container .gallery-item {\n        border-radius: 6px;\n        overflow: hidden;\n        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n    }\n\n    .product-details-container .gallery-item img {\n        width: 100%;\n        height: 220px;\n        object-fit: cover;\n        transition: transform 0.3s ease;\n        margin: 0;\n    }\n\n    .product-details-container .gallery-item img:hover {\n        transform: scale(1.02);\n    }\n\n    \/* ########### 移动端轮播：默认隐藏，仅在手机端显示 ########### *\/\n    .product-details-container .product-carousel {\n        display: none; \/* 初始隐藏，移动端显示 *\/\n        position: relative;\n        width: 100%;\n        margin-bottom: 24px;\n        border-radius: 6px;\n        overflow: hidden;\n        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);\n        touch-action: pan-y;\n    }\n\n    .product-details-container .carousel-wrapper {\n        display: flex;\n        transition: transform 0.3s ease-out;\n        will-change: transform;\n    }\n\n    .product-details-container .carousel-item {\n        min-width: 100%;\n    }\n\n    .product-details-container .carousel-item img {\n        width: 100%;\n        height: 280px;\n        object-fit: cover;\n        user-select: none;\n        -webkit-user-select: none;\n        margin: 0;\n    }\n\n    \/* 移动端轮播箭头 *\/\n    .product-details-container .carousel-arrow {\n        position: absolute;\n        top: 50%;\n        transform: translateY(-50%);\n        width: 36px;\n        height: 36px;\n        border-radius: 50%;\n        background-color: rgba(255, 255, 255, 0.9);\n        border: none;\n        cursor: pointer;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 1.2rem;\n        color: #8b7355;\n        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);\n        z-index: 10;\n        touch-action: manipulation;\n        -webkit-tap-highlight-color: transparent;\n    }\n\n    .product-details-container .carousel-arrow:hover {\n        background-color: #8b7355;\n        color: #FFFFFF;\n    }\n\n    .product-details-container .arrow-left {\n        left: 8px;\n    }\n\n    .product-details-container .arrow-right {\n        right: 8px;\n    }\n\n    \/* 移动端轮播小圆点 *\/\n    .product-details-container .carousel-dots {\n        position: absolute;\n        bottom: 12px;\n        left: 50%;\n        transform: translateX(-50%);\n        display: flex;\n        gap: 8px;\n        z-index: 10;\n    }\n\n    .product-details-container .dot {\n        width: 10px;\n        height: 10px;\n        border-radius: 50%;\n        background-color: rgba(255, 255, 255, 0.7);\n        cursor: pointer;\n        transition: background-color 0.2s ease, transform 0.2s ease;\n        touch-action: manipulation;\n        -webkit-tap-highlight-color: transparent;\n    }\n\n    .product-details-container .dot.active {\n        background-color: #8b7355;\n        transform: scale(1.2);\n    }\n\n    \/* FAQ区域样式优化 *\/\n    .product-details-container .product-faq {\n        margin-bottom: 20px;\n    }\n\n    .product-details-container .faq-title {\n        font-size: 1.7rem;\n        font-weight: 600;\n        margin-bottom: 16px;\n        color: #4a4a4a;\n    }\n\n    .product-details-container .faq-item {\n        margin-bottom: 12px;\n        border: 1px solid #e0d8d0;\n        border-radius: 6px;\n        overflow: hidden;\n    }\n\n    .product-details-container .faq-question {\n        padding: 16px 20px;\n        background-color: #f5f2ef;\n        font-weight: 500;\n        cursor: pointer;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        transition: background-color 0.2s ease, color 0.2s ease;\n        font-size: 1.05rem;\n    }\n\n    .product-details-container .faq-question:hover {\n        background-color: #8b7355 !important;\n        color: #FFFFFF !important;\n    }\n\n    .product-details-container .faq-question::after {\n        content: \"+\";\n        font-size: 1.2rem;\n        color: #8b7355;\n        transition: color 0.2s ease;\n    }\n\n    .product-details-container .faq-question:hover::after {\n        color: #FFFFFF !important;\n    }\n\n    .product-details-container .faq-answer {\n        padding: 0 20px;\n        max-height: 0;\n        overflow: hidden;\n        transition: max-height 0.3s ease, padding 0.3s ease;\n        font-size: 1.05rem;\n        line-height: 1.7;\n        color: #333;\n    }\n\n    .product-details-container .faq-item.active .faq-answer {\n        padding: 16px 20px;\n        max-height: 800px;\n    }\n\n    .product-details-container .faq-item.active .faq-question::after {\n        content: \"-\";\n    }\n\n    \/* ########### 媒体查询：移动端（768px以下） ########### *\/\n    @media (max-width: 768px) {\n        .product-details-container {\n            padding: 20px 16px;\n        }\n\n        .product-details-container .product-title {\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            padding-bottom: 12px;\n        }\n\n        .product-details-container h2 {\n            font-size: 1.5rem;\n            margin: 1.5rem 0 0.8rem;\n        }\n\n        .product-details-container h3 {\n            font-size: 1.3rem;\n            margin: 1rem 0 0.8rem;\n        }\n\n        .product-details-container p,\n        .product-details-container span {\n            font-size: 1rem;\n        }\n\n        .product-details-container .product-highlights, \n        .product-details-container .product-specs {\n            padding: 20px;\n            margin-bottom: 24px;\n        }\n\n        .product-details-container .specs-table {\n            font-size: 1rem;\n            line-height: 1.5;\n        }\n\n        .product-details-container .specs-table td {\n            padding: 10px 12px;\n            word-break: break-all;\n            font-size: 1rem;\n        }\n\n        .product-details-container .specs-table td:first-child {\n            width: 35%;\n        }\n\n        .product-details-container .faq-question {\n            padding: 14px 16px;\n            font-size: 1rem;\n        }\n\n        .product-details-container .faq-answer {\n            font-size: 0.95rem;\n        }\n\n        \/* 移动端：隐藏PC端网格布局，显示轮播 *\/\n        .product-details-container .product-gallery {\n            display: none;\n        }\n\n        .product-details-container .product-carousel {\n            display: block;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-details-container\"\u003e\n    \u003ch1 class=\"product-title\"\u003eTimelessNooks™ Fourth Wing Book Nook\u003c\/h1\u003e\n    \n    \u003c!-- ########### PC端：三张图片网格布局 ########### --\u003e\n    \u003cdiv class=\"product-gallery\"\u003e\n        \u003cdiv class=\"gallery-item\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/I\/81NlacQVy7L._AC_SL1500_.jpg\" alt=\"Fourth Wing Book Nook\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"gallery-item\"\u003e\u003cimg src=\"https:\/\/booknookkits.com\/cdn\/shop\/files\/RiddleontheSeabedDIYBookNookKit001.jpg?v=1742951310\u0026amp;width=750\" alt=\"Book Nook Detail\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"gallery-item\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/I\/81tKOcL0lQL._AC_SX679_.jpg\" alt=\"Book Nook Decor\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003c!-- ########### 移动端：轮播布局（默认隐藏） ########### --\u003e\n    \u003cdiv class=\"product-carousel\" id=\"productCarousel\"\u003e\n        \u003cdiv class=\"carousel-wrapper\" id=\"carouselWrapper\"\u003e\n            \u003cdiv class=\"carousel-item\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/I\/81NlacQVy7L._AC_SL1500_.jpg\" alt=\"Fourth Wing Book Nook\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"carousel-item\"\u003e\u003cimg src=\"https:\/\/booknookkits.com\/cdn\/shop\/files\/RiddleontheSeabedDIYBookNookKit001.jpg?v=1742951310\u0026amp;width=750\" alt=\"Book Nook Detail\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"carousel-item\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/I\/81tKOcL0lQL._AC_SX679_.jpg\" alt=\"Book Nook Decor\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- 轮播箭头 --\u003e\n        \u003cbutton class=\"carousel-arrow arrow-left\" id=\"prevBtn\"\u003e❮\u003c\/button\u003e\n        \u003cbutton class=\"carousel-arrow arrow-right\" id=\"nextBtn\"\u003e❯\u003c\/button\u003e\n        \u003c!-- 轮播小圆点 --\u003e\n        \u003cdiv class=\"carousel-dots\" id=\"carouselDots\"\u003e\n            \u003cspan class=\"dot active\" data-index=\"0\"\u003e\u003c\/span\u003e\n            \u003cspan class=\"dot\" data-index=\"1\"\u003e\u003c\/span\u003e\n            \u003cspan class=\"dot\" data-index=\"2\"\u003e\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"product-highlights\"\u003e\n        \u003ch3 style=\"text-align: center; margin-bottom: 1rem;\"\u003eWhat Are NookCrafters Saying?\u003c\/h3\u003e\n        \u003cp\u003e98% of people find that as the wooden pieces click into place their work stress fades away effortlessly.\u003c\/p\u003e\n        \u003cp\u003e98% of people stay up late just to add ‘one more piece’—it becomes their new irresistible habit.\u003c\/p\u003e\n        \u003cp\u003e97% of couples gave up Netflix and turned to puzzle dates—more fun more intimate and more affordable.\u003c\/p\u003e\n        \u003cp\u003e97% of people say this is the ‘best gift ever’—far better than gift cards and chocolates.\u003c\/p\u003e\n        \u003cp\u003e⭐⭐⭐⭐⭐ Rated 4.97\/5.0 by over 20000 DlY lovers.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"product-description\"\u003e\n        \u003cdiv class=\"description-content\"\u003e\n            \u003ch2\u003e🌊 Riddle on the Seabed DIY Book Nook Kit: Dive Into an Underwater Fantasy\u003c\/h2\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/4170\/9092\/files\/81NlacQVy7L._AC_SX679.jpg?v=1767088813\" alt=\"Underwater Fantasy Book Nook\"\u003e\n            \n            \u003ch2\u003e\u003cstrong\u003eRecreate an Enchanting Shipwreck Scene\u003c\/strong\u003e\u003c\/h2\u003e\n            \u003cp\u003eDive into the depths of mystery with the Riddle on the Seabed DIY Book Nook Kit. Featuring a shipwreck the ancient Crystal of Serenity, and soft glowing lights this kit brings oceanic wonders to your bookshelf. Unlock the legend and fill your space with tranquility and charm.\u003c\/p\u003e\n            \n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/4170\/9092\/files\/RiddleontheSeabedDIYBookNookKit011.jpg?v=1767089043\" alt=\"Shipwreck Scene\"\u003e\n            \n            \u003ch2\u003e\u003cstrong\u003eIntricate Miniature Details for Ocean Lovers\u003c\/strong\u003e\u003c\/h2\u003e\n            \u003cp\u003eFrom a legendary shipwreck and glowing crystal ball to hidden treasures this captivating miniature transports you to an underwater world of mystery and wonder. Let the ocean’s charm fill your space.\u003c\/p\u003e\n            \n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/4170\/9092\/files\/RiddleontheSeabedDIYBookNookKit001.jpg?v=1767089068\" alt=\"Miniature Details\"\u003e\n            \n            \u003ch2\u003ePrecision LED Book Nook\u003c\/h2\u003e\n            \u003cp\u003eIlluminate the seabed with a simple touch. The built-in touch switch lights highlight the shipwreck and treasures making your book nook a magical sight both day and night.\u003c\/p\u003e\n            \n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/4170\/9092\/files\/RiddleontheSeabedDIYBookNookKit017.jpg?v=1767089095\" alt=\"LED Book Nook\"\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"product-specs\"\u003e\n        \u003ch2 class=\"specs-title\"\u003eProduct Specifications\u003c\/h2\u003e\n        \u003ctable class=\"specs-table\"\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eMaterial\u003c\/td\u003e\n                    \u003ctd\u003eMade of high-quality MDF (Medium Density Fiberboard)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDimensions\u003c\/td\u003e\n                    \u003ctd\u003e11 x 18 x 23 cm\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eWeight\u003c\/td\u003e\n                    \u003ctd\u003e1300g\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eAssembly\u003c\/td\u003e\n                    \u003ctd\u003ePartial (4–8 relaxing hours)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePower Source\u003c\/td\u003e\n                    \u003ctd\u003eUSB-C（Due to shipping regulations batteries and glue are not included）\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCare Instructions\u003c\/td\u003e\n                    \u003ctd\u003eWipe clean with dry cloth, avoid direct sunlight\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"product-faq\"\u003e\n        \u003ch2 class=\"faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eWhat materials are the puzzle pieces made of?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eEach kit is cut from premium, FSC-certified basswood or birch plywood, chosen for its smooth grain and durability. Mechanical models may also include a handful of metal axles, rubber bands, or acrylic accents to power moving parts and add visual flair—everything is safe, non-toxic, and precisely engineered to fit together without warping.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eDo I need glue or special tools to build the model?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eNo glue is required. The pieces are micro-laser-cut for a snug, click-fit assembly, and every kit arrives with the wax, sandpaper, and spare parts you’ll need. A small hobby knife or file can help clean edges if you like, but nothing beyond standard household items is necessary.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eHow long does it take to complete a 3D wooden puzzle?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eBuild time varies by model size and your experience level. Most mid-size sets (200–300 pieces) take 4–8 relaxing hours, while advanced, gear-driven creations can stretch to 10–15 hours spread over a few evenings. Either way, the process is unrushed and rewarding—perfect for a weekend project or a series of focused crafting sessions.\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 核心交互JS：轮播 + FAQ（完整且隔离） --\u003e\n\u003cscript\u003e\n\/\/ 严格隔离：仅操作当前容器内的元素，避免影响外部\ndocument.addEventListener('DOMContentLoaded', function() {\n    \/\/ ========== FAQ下拉框交互 ==========\n    const faqItems = document.querySelectorAll('.product-details-container .faq-item');\n    faqItems.forEach(item =\u003e {\n        const question = item.querySelector('.faq-question');\n        question.addEventListener('click', () =\u003e {\n            \/\/ 关闭其他展开的FAQ\n            faqItems.forEach(other =\u003e other.classList.remove('active'));\n            \/\/ 切换当前FAQ\n            item.classList.toggle('active');\n        });\n    });\n\n    \/\/ ========== 移动端轮播图交互 ==========\n    const carouselWrapper = document.getElementById('carouselWrapper');\n    const prevBtn = document.getElementById('prevBtn');\n    const nextBtn = document.getElementById('nextBtn');\n    const dots = document.querySelectorAll('.product-details-container .dot');\n    const carouselItems = document.querySelectorAll('.product-details-container .carousel-item');\n    const totalItems = carouselItems.length;\n    let currentIndex = 0;\n\n    \/\/ 更新圆点激活状态\n    function updateDots() {\n        dots.forEach((dot, idx) =\u003e {\n            dot.classList.toggle('active', idx === currentIndex);\n        });\n    }\n\n    \/\/ 切换轮播图片\n    function goToSlide(index) {\n        \/\/ 循环轮播边界处理\n        if (index \u003c 0) index = totalItems - 1;\n        if (index \u003e= totalItems) index = 0;\n        currentIndex = index;\n        \n        \/\/ 计算滚动距离\n        const slideWidth = carouselItems[0].offsetWidth;\n        carouselWrapper.style.transform = `translateX(-${currentIndex * slideWidth}px)`;\n        \n        \/\/ 更新圆点\n        updateDots();\n    }\n\n    \/\/ 绑定按钮事件\n    prevBtn.addEventListener('click', () =\u003e goToSlide(currentIndex - 1));\n    nextBtn.addEventListener('click', () =\u003e goToSlide(currentIndex + 1));\n\n    \/\/ 绑定圆点点击\n    dots.forEach((dot, idx) =\u003e {\n        dot.addEventListener('click', () =\u003e goToSlide(idx));\n    });\n\n    \/\/ 移动端触摸滑动\n    let touchStartX = 0;\n    const swipeThreshold = 50; \/\/ 滑动阈值，避免误触\n    carouselWrapper.addEventListener('touchstart', (e) =\u003e {\n        touchStartX = e.touches[0].clientX;\n    });\n    carouselWrapper.addEventListener('touchend', (e) =\u003e {\n        const touchEndX = e.changedTouches[0].clientX;\n        const diff = touchStartX - touchEndX;\n        \n        if (diff \u003e swipeThreshold) goToSlide(currentIndex + 1); \/\/ 左滑→下一张\n        if (diff \u003c -swipeThreshold) goToSlide(currentIndex - 1); \/\/ 右滑→上一张\n    });\n\n    \/\/ 窗口大小变化适配\n    window.addEventListener('resize', () =\u003e goToSlide(currentIndex));\n\n    \/\/ 初始化轮播\n    goToSlide(0);\n});\n\u003c\/script\u003e","brand":"Koin","offers":[{"title":"4.33‘’ x 7.09‘’ x 9.06‘’","offer_id":46456997150895,"sku":"E5123009DG","price":64.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1.jpg?v=1767510724"},{"product_id":"plymagic-diy-book-nook-kit-dreamy-book-hall","title":"Plymagic DIY Book Nook Kit - Dreamy Book Hall","description":"\u003c!-- 基础meta配置 --\u003e\n\u003cp\u003e\u003ca data-encoded-tag-name=\"meta\" data-encoded-tag-value=\"\" data-encoded-attr-charset=\"VVRGLTg=\"\u003e\u003c\/a\u003e \u003ca data-encoded-tag-name=\"meta\" data-encoded-tag-value=\"\" data-encoded-attr-content=\"d2lkdGglM0RkZXZpY2Utd2lkdGglMkMlMjBpbml0aWFsLXNjYWxlJTNEMS4wJTJDJTIwbWF4aW11bS1zY2FsZSUzRDEuMCUyQyUyMHVzZXItc2NhbGFibGUlM0Rubw==\" data-encoded-attr-name=\"dmlld3BvcnQ=\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003c!-- 所有样式整合（核心修复触摸滚动 + 调整手机端边距） --\u003e\n\u003cstyle\u003e\n  \/* ========== 全局重置（修复滚动基础） ========== *\/\n  html, body {\n    overflow-y: auto !important; \/* 强制允许页面纵向滚动 *\/\n    touch-action: auto !important; \/* 恢复默认触摸行为 *\/\n    margin: 0 !important; \/* 移除body默认外边距 *\/\n    padding: 0 !important; \/* 移除body默认内边距 *\/\n  }\n\n  \/* ========== FAQ下拉框样式（提升优先级避免覆盖） ========== *\/\n  .product-faq-custom {\n    margin: 4rem auto 2rem !important;\n    max-width: 1200px !important;\n    padding: 0 2rem !important;\n    width: 100% !important;\n    box-sizing: border-box !important;\n  }\n\n  .faq-title-custom {\n    font-size: 1.8rem !important;\n    font-weight: 600 !important;\n    color: #333 !important;\n    margin-bottom: 1.5rem !important;\n    line-height: 1.2 !important;\n    text-align: left !important;\n  }\n\n  .faq-item-custom {\n    margin-bottom: 12px !important;\n    border: 1px solid #e0d8d0 !important;\n    border-radius: 8px !important;\n    overflow: hidden !important;\n    width: 100% !important;\n    box-sizing: border-box !important;\n  }\n\n  .faq-question-custom {\n    padding: 16px 20px !important;\n    background-color: #F0F0F0 !important;\n    font-weight: 500 !important;\n    cursor: pointer !important;\n    display: flex !important;\n    justify-content: space-between !important;\n    align-items: center !important;\n    transition: background-color 0.2s ease !important;\n    font-size: 1.05rem !important;\n    color: #333 !important;\n    z-index: 10 !important; \/* 确保点击区域可交互 *\/\n  }\n\n  .faq-question-custom:hover {\n    background-color: #044D79 !important;\n    color: #FFFFFF !important;\n  }\n\n  .faq-question-custom::after {\n    content: \"+\" !important;\n    font-size: 1.2rem !important;\n    color: #8b7355 !important;\n  }\n\n  .faq-item-custom.active .faq-question-custom::after {\n    content: \"-\" !important;\n    color: #fff !important;\n  }\n\n  .faq-answer-custom {\n    padding: 0 20px !important;\n    max-height: 0 !important;\n    overflow: hidden !important;\n    transition: max-height 0.3s ease, padding 0.3s ease !important;\n    font-size: 0.95rem !important;\n    line-height: 1.7 !important;\n    color: #666 !important;\n    width: 100% !important;\n    box-sizing: border-box !important;\n  }\n\n  .faq-item-custom.active .faq-answer-custom {\n    padding: 16px 20px !important;\n    max-height: 800px !important;\n  }\n\n  \/* 移动端FAQ适配 - 核心：减少左右内边距 *\/\n  @media (max-width: 768px) {\n    .product-faq-custom {\n      margin: 2rem auto 1rem !important;\n      padding: 0 0.5rem !important; \/* 从1rem改为0.5rem，减少空白 *\/\n    }\n    .faq-title-custom {\n      font-size: 1.5rem !important;\n      margin-bottom: 1rem !important;\n    }\n    .faq-question-custom {\n      padding: 14px 16px !important;\n      font-size: 1rem !important;\n    }\n    .faq-answer-custom {\n      font-size: 0.9rem !important;\n    }\n  }\n\n  \/* ========== 评价轮播样式（核心修改：全尺寸轮播 + 修复触摸滑动） ========== *\/\n  .testimonials-section-custom {\n    margin: 2rem auto !important;\n    max-width: 1200px !important;\n    padding: 0 2rem !important;\n    width: 100% !important;\n    box-sizing: border-box !important;\n    position: relative !important;\n    z-index: 1 !important;\n  }\n\n  .testimonials-title-custom {\n    text-align: center !important;\n    font-size: 2rem !important;\n    font-weight: 600 !important;\n    color: #333 !important;\n    margin-bottom: 2rem !important;\n    line-height: 1.2 !important;\n  }\n\n  \/* 卡片容器 - 全尺寸统一轮播 + 修复触摸行为 *\/\n  .testimonials-grid-custom {\n    display: flex !important;\n    overflow-x: auto !important; \/* 横向滚动 *\/\n    overflow-y: hidden !important; \/* 纵向无溢出 *\/\n    scroll-snap-type: x mandatory !important;\n    touch-action: pan-x pan-y !important; \n    -webkit-overflow-scrolling: touch !important; \/* 开启iOS弹性滚动 *\/\n    scroll-behavior: smooth !important;\n    gap: 0 !important;\n    height: auto !important;\n    padding: 0 !important;\n    margin: 0 !important;\n    width: 100% !important;\n    user-select: none !important;\n    -webkit-overflow-scrolling: touch !important;\n    scrollbar-width: none !important;\n  }\n\n  \/* 隐藏原生滚动条但保留功能（全尺寸生效） *\/\n  .testimonials-grid-custom::-webkit-scrollbar {\n    display: none !important;\n    height: 0 !important;\n  }\n\n  \/* 单个卡片 - 全尺寸统一样式 + 滚动吸附 *\/\n  .testimonial-card-custom {\n    flex: 0 0 100% !important; \/* 每张卡片占满容器宽度 *\/\n    scroll-snap-align: center !important; \/* 滑动后吸附到中心，更友好 *\/\n    background-color: #FFFFFF !important;\n    border-radius: 12px !important;\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;\n    overflow: hidden !important;\n    width: 100% !important;\n    box-sizing: border-box !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    touch-action: auto !important; \n  }\n\n  .testimonial-img-wrapper-custom {\n    height: 220px !important;\n    overflow: hidden !important;\n    border-top-left-radius: 12px !important;\n    border-top-right-radius: 12px !important;\n    width: 100% !important;\n  }\n\n  .testimonial-img-custom {\n    width: 100% !important;\n    height: 100% !important;\n    object-fit: cover !important;\n    display: block !important;\n  }\n\n  .testimonial-rating-custom {\n    text-align: center !important;\n    color: #ffc107 !important;\n    font-size: 1.2rem !important;\n    padding: 1rem 0 0.5rem !important;\n    margin: 0 !important;\n  }\n\n  .testimonial-text-custom {\n    background-color: #F7F7F7 !important;\n    color: #666 !important;\n    font-size: 0.95rem !important;\n    line-height: 1.6 !important;\n    padding: 1rem 1.5rem !important;\n    margin: 0.5rem 0 !important;\n    border-radius: 8px !important;\n    width: 100% !important;\n    box-sizing: border-box !important;\n  }\n\n  .testimonial-author-custom {\n    text-align: center !important;\n    font-weight: 600 !important;\n    color: #333 !important;\n    padding-bottom: 0.5rem !important;\n    margin: 0 !important;\n  }\n\n  .testimonial-role-custom {\n    text-align: center !important;\n    color: #999 !important;\n    font-size: 0.85rem !important;\n    padding-bottom: 1.5rem !important;\n    margin: 0 !important;\n  }\n\n  \/* 轮播容器 - 全尺寸生效 *\/\n  .carousel-container-custom {\n    position: relative !important;\n    width: 100% !important;\n    margin: 0 auto !important;\n    box-sizing: border-box !important;\n    padding: 0 !important;\n    touch-action: auto !important; \n  }\n\n  \/* 左右箭头按钮 - 全尺寸显示 *\/\n  .carousel-btn-custom {\n    position: absolute !important;\n    top: 50% !important;\n    transform: translateY(-50%) !important;\n    width: 40px !important;\n    height: 40px !important;\n    border-radius: 50% !important;\n    background-color: rgba(255, 255, 255, 0.9) !important;\n    border: 1px solid #ddd !important;\n    cursor: pointer !important;\n    display: flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    font-size: 1.2rem !important;\n    color: #333 !important;\n    z-index: 9999 !important;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;\n    transition: all 0.3s ease !important;\n    padding: 0 !important;\n    margin: 0 !important;\n    touch-action: manipulation !important;\n  }\n\n  .carousel-btn-custom:hover {\n    background-color: #f0f0f0 !important;\n    border-color: #ccc !important;\n  }\n\n  .carousel-btn-prev-custom {\n    left: 10px !important;\n  }\n\n  .carousel-btn-next-custom {\n    right: 10px !important;\n  }\n\n  \/* 圆点指示器 - 全尺寸显示 *\/\n  .carousel-dots-custom {\n    display: flex !important;\n    justify-content: center !important;\n    gap: 0.8rem !important;\n    margin-top: 1.5rem !important;\n    width: 100% !important;\n    box-sizing: border-box !important;\n  }\n\n  .carousel-dot-custom {\n    width: 10px !important;\n    height: 10px !important;\n    border-radius: 50% !important;\n    background-color: #ddd !important;\n    cursor: pointer !important;\n    transition: background-color 0.3s ease !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    touch-action: manipulation !important;\n  }\n\n  .carousel-dot-custom.active {\n    background-color: #333 !important;\n  }\n\n  \/* 响应式微调 - 核心：减少轮播模块左右内边距 *\/\n  @media (max-width: 768px) {\n    .testimonials-section-custom {\n      padding: 0 0.5rem !important; \/* 从2rem改为0.5rem，减少空白 *\/\n    }\n    .testimonials-title-custom {\n      font-size: 1.5rem !important;\n      margin-bottom: 1.5rem !important;\n    }\n    .carousel-btn-custom {\n      width: 36px !important;\n      height: 36px !important;\n      font-size: 1rem !important;\n    }\n    .testimonials-grid-custom {\n      -webkit-overflow-scrolling: touch !important;\n      scroll-snap-stop: always !important;\n    }\n  }\n\n  \/* 视频样式 - 适配手机端边距 *\/\n  .product-video-custom {\n    display: block !important;\n    margin: 0 auto !important;\n    max-width: 100% !important;\n    height: auto !important;\n    border: none !important;\n    border-radius: 8px !important;\n    padding: 0 0.5rem !important; \/* 手机端视频左右仅留0.5rem空白 *\/\n    box-sizing: border-box !important;\n  }\n\n  \/* ========== 产品规格样式 ========== *\/\n  .product-specs-custom {\n    margin: 3rem auto 2rem !important;\n    max-width: 1200px !important;\n    padding: 0 2rem !important;\n    width: 100% !important;\n    box-sizing: border-box !important;\n  }\n\n  .specs-title-custom {\n    font-size: 1.8rem !important;\n    font-weight: 600 !important;\n    color: #333 !important;\n    margin-bottom: 1.5rem !important;\n    line-height: 1.2 !important;\n    text-align: left !important;\n    position: relative !important;\n    padding-bottom: 8px !important;\n  }\n\n  .specs-title-custom::after {\n    content: '' !important;\n    position: absolute !important;\n    left: 0 !important;\n    bottom: 0 !important;\n    width: 60px !important;\n    height: 2px !important;\n    background-color: #8b7355 !important;\n  }\n\n  .specs-table-custom {\n    width: 100% !important;\n    border-collapse: collapse !important;\n    background-color: #fff !important;\n    border-radius: 8px !important;\n    overflow: hidden !important;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;\n  }\n\n  .specs-table-custom th,\n  .specs-table-custom td {\n    padding: 16px 20px !important;\n    text-align: left !important;\n    border-bottom: 1px solid #f0f0f0 !important;\n    font-size: 0.95rem !important;\n  }\n\n  .specs-table-custom th {\n    background-color: #F0F0F0 !important;\n    font-weight: 600 !important;\n    color: #333 !important;\n    width: 35% !important;\n  }\n\n  .specs-table-custom td {\n    color: #666 !important;\n    line-height: 1.6 !important;\n  }\n\n  .specs-table-custom tr:last-child td,\n  .specs-table-custom tr:last-child th {\n    border-bottom: none !important;\n  }\n\n  \/* 移动端产品规格适配 - 核心：减少左右内边距 *\/\n  @media (max-width: 768px) {\n    .product-specs-custom {\n      margin: 2rem auto 1rem !important;\n      padding: 0 0.5rem !important; \/* 从1rem改为0.5rem，减少空白 *\/\n    }\n\n    .specs-title-custom {\n      font-size: 1.5rem !important;\n      margin-bottom: 1rem !important;\n    }\n\n    .specs-table-custom th,\n    .specs-table-custom td {\n      padding: 12px 16px !important;\n      font-size: 0.9rem !important;\n    }\n\n    .specs-table-custom th {\n      width: 40% !important;\n    }\n  }\n\n  \/* 全局手机端正文内容适配 - 确保没有额外空白 *\/\n  @media (max-width: 768px) {\n    \/* 统一页面内所有段落\/图片的边距 *\/\n    p {\n      padding: 0 0.5rem !important;\n      margin: 0.5rem 0 !important;\n      box-sizing: border-box !important;\n    }\n    img {\n      max-width: 100% !important;\n      padding: 0 0.5rem !important;\n      box-sizing: border-box !important;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- ========== HTML结构（保持不变） ========== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- 评价轮播部分 --\u003e\n\u003cdiv class=\"testimonials-section-custom\"\u003e\n\u003cp\u003e\u003cstrong\u003eBook Nook Kit – Dreamy Book Hall📚\u003c\/strong\u003e \u003cbr\u003eStep into a warm wood paneled library where soft lamplight spills across carved rails and winding stairs. Shelves of tiny books glow like treasures, inviting quiet wonder and slow afternoons with a favorite story. ✨\u003c\/p\u003e\n\u003ch2 class=\"testimonials-title-custom\"\u003eTestimonials\u003c\/h2\u003e\n\u003cdiv class=\"carousel-container-custom\"\u003e\n\u003cbutton class=\"carousel-btn-custom carousel-btn-prev-custom\" id=\"prevBtnCustom\"\u003e←\u003c\/button\u003e \n\u003cbutton class=\"carousel-btn-custom carousel-btn-next-custom\" id=\"nextBtnCustom\"\u003e→\u003c\/button\u003e\n\u003cdiv id=\"testimonialsGridCustom\" class=\"testimonials-grid-custom\"\u003e\n\u003c!-- 卡片1 --\u003e\n\u003cdiv class=\"testimonial-card-custom\"\u003e\n\u003cdiv class=\"testimonial-img-wrapper-custom\"\u003e\u003cimg class=\"testimonial-img-custom\" alt=\"Review Image\" src=\"https:\/\/www.nooktales.com\/cdn\/shop\/files\/book_hall_2.webp?v=1755571151\u0026amp;width=550\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"testimonial-rating-custom\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"testimonial-text-custom\"\u003e\"The craftsmanship is incredible. Every tiny book and stair makes it feel like a real library. The lights give it such a cozy glow at night.\"\u003c\/p\u003e\n\u003cdiv class=\"testimonial-author-custom\"\u003eSarah K.\u003c\/div\u003e\n\u003cdiv class=\"testimonial-role-custom\"\u003eVerified Buyer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 卡片2 --\u003e\n\u003cdiv class=\"testimonial-card-custom\"\u003e\n\u003cdiv class=\"testimonial-img-wrapper-custom\"\u003e\u003cimg class=\"testimonial-img-custom\" alt=\"Review Image\" src=\"https:\/\/www.nooktales.com\/cdn\/shop\/files\/book_hall_3.webp?v=1755571181\u0026amp;width=550\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"testimonial-rating-custom\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"testimonial-text-custom\"\u003e\"The instructions were clear and the pieces fit perfectly. Took me a weekend to finish and it was such a calming project.\"\u003c\/p\u003e\n\u003cdiv class=\"testimonial-author-custom\"\u003eJames T\u003c\/div\u003e\n\u003cdiv class=\"testimonial-role-custom\"\u003eVerified Buyer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 卡片3 --\u003e\n\u003cdiv class=\"testimonial-card-custom\"\u003e\n\u003cdiv class=\"testimonial-img-wrapper-custom\"\u003e\u003cimg class=\"testimonial-img-custom\" alt=\"Review Image\" src=\"https:\/\/www.nooktales.com\/cdn\/shop\/files\/book_hall_4.webp?v=1755571186\u0026amp;width=550\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"testimonial-rating-custom\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"testimonial-text-custom\"\u003e\"At first I worried it might be too hard to put together, but it turned out to be a fun challenge. The mini hammer definitely helped, and the finished hall is simply breathtaking.\"\u003c\/p\u003e\n\u003cdiv class=\"testimonial-author-custom\"\u003eHannah L\u003c\/div\u003e\n\u003cdiv class=\"testimonial-role-custom\"\u003eVerified Buyer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"carousel-dots-custom\" id=\"carouselDotsCustom\"\u003e\n\u003cspan class=\"carousel-dot-custom active\" data-index=\"0\"\u003e\u003c\/span\u003e \n\u003cspan class=\"carousel-dot-custom\" data-index=\"1\"\u003e\u003c\/span\u003e \n\u003cspan class=\"carousel-dot-custom\" data-index=\"2\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 原有内容（视频修复） --\u003e\n\u003cp\u003e\u003cstrong\u003e \u003cvideo class=\"product-video-custom\" controls=\"controls\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\" width=\"100%\" height=\"auto\"\u003e\n      \u003csource src=\"https:\/\/www.nooktales.com\/cdn\/shop\/videos\/c\/vp\/b2f4230e420142c2b2b2d4271aafcc21\/b2f4230e420142c2b2b2d4271aafcc21.SD-480p-0.9Mbps-55132598.mp4?v=0\" type=\"video\/mp4\"\u003e\n      您的浏览器不支持视频播放，请升级浏览器。\n    \u003c\/source\u003e\u003c\/video\u003e \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong class=\"solid-color\"\u003e\u003cstrong\u003e🧩Build experience\u003c\/strong\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003ePre cut wood, printed finishes, and LED lighting guide a calm build from first panel to final shine. Pieces fit cleanly with glue, stickers secure delicate details, and clear steps make it welcoming for beginners yet satisfying for seasoned crafters.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/dreamybookhall6_1.jpg?v=1767686602\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong class=\"solid-color\"\u003e\u003cstrong\u003e🧩 Elegant Decoration\u003c\/strong\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003ePre cut wood, printed finishes, and LED lighting guide a calm build from first panel to final shine. Pieces fit cleanly with glue, stickers secure delicate details, and clear steps make it welcoming for beginners yet satisfying for seasoned crafters.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/dreamy_book_hall_display.jpg?v=1767686666\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong class=\"solid-color\"\u003e\u003cstrong\u003e🧩 Gift-ready packaging\u003c\/strong\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eArrives in a beautifully designed box with organized parts and clear instructions — easy to wrap, easy to gift. A thoughtful present for readers, crafters, and collectors right out of the box.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/dreamy_book_hall_box.jpg?v=1767686768\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c!-- 产品规格板块 --\u003e\n\u003cdiv class=\"product-specs-custom\"\u003e\n\u003ch2 class=\"specs-title-custom\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table-custom\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003ePremium basswood (FSC-certified), acrylic panels, LED light strips, non-toxic glue, paper stickers, metal small parts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinished Size\u003c\/th\u003e\n\u003ctd\u003eLength: 22.86 cm (9 inches) | Width: 17 cm (6.7 inches) | Height: 22.86 cm (9 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eNumber of Pieces\u003c\/th\u003e\n\u003ctd\u003e888 PCS (including all accessories \u0026amp; spare parts)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAssembly Time\u003c\/th\u003e\n\u003ctd\u003e6-8 hours (for beginners) | 4-5 hours (for experienced crafters)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Supply\u003c\/th\u003e\n\u003ctd\u003eUSB charging (included USB cable) or 2 x AA batteries (not included) - LED lights with on\/off switch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAge Recommendation\u003c\/th\u003e\n\u003ctd\u003e14 years old and above (small parts, adult supervision recommended for under 16)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackaging Size\u003c\/th\u003e\n\u003ctd\u003e30 cm x 5 cm x 19 cm (11.8 x 2 x 7.5 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e1800g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Includes\u003c\/th\u003e\n\u003ctd\u003eAll pre-cut wood pieces, LED light kit, USB cable, instruction manual (English), tweezers, glue, stickers, spare small parts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ下拉框 --\u003e\n\u003cdiv class=\"product-faq-custom\"\u003e\n\u003ch2 class=\"faq-title-custom\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item-custom\"\u003e\n\u003cdiv class=\"faq-question-custom\"\u003eWhat materials are the puzzle pieces made of?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer-custom\"\u003eEach kit is cut from premium, FSC-certified basswood or birch plywood, chosen for its smooth grain and durability. Mechanical models may also include a handful of metal axles, rubber bands, or acrylic accents to power moving parts and add visual flair—everything is safe, non-toxic, and precisely engineered to fit together without warping.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item-custom\"\u003e\n\u003cdiv class=\"faq-question-custom\"\u003eDo I need glue or special tools to build the model?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer-custom\"\u003eNo glue is required. The pieces are micro-laser-cut for a snug, click-fit assembly, and every kit arrives with the wax, sandpaper, and spare parts you’ll need. A small hobby knife or file can help clean edges if you like, but nothing beyond standard household items is necessary.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item-custom\"\u003e\n\u003cdiv class=\"faq-question-custom\"\u003eHow long does it take to complete a 3D wooden puzzle?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer-custom\"\u003eBuild time varies by model size and your experience level. Most mid-size sets (200–300 pieces) take 4–8 relaxing hours, while advanced, gear-driven creations can stretch to 10–15 hours spread over a few evenings. Either way, the process is unrushed and rewarding—perfect for a weekend project or a series of focused crafting sessions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========== 核心交互JS（保持不变） ========== --\u003e\n\u003cscript\u003e\n\/\/ 等待DOM加载完成后执行\ndocument.addEventListener('DOMContentLoaded', function() {\n  \/\/ ========== 评价轮播核心逻辑 ==========\n  const carouselGrid = document.getElementById('testimonialsGridCustom');\n  const prevBtn = document.getElementById('prevBtnCustom');\n  const nextBtn = document.getElementById('nextBtnCustom');\n  const dotsContainer = document.getElementById('carouselDotsCustom');\n  const dots = dotsContainer.querySelectorAll('.carousel-dot-custom');\n  const cards = carouselGrid.querySelectorAll('.testimonial-card-custom');\n  const cardCount = cards.length;\n  let currentIndex = 0;\n  let autoPlayInterval;\n\n  \/\/ 初始化自动轮播\n  function startAutoPlay() {\n    autoPlayInterval = setInterval(() =\u003e {\n      goToSlide(currentIndex + 1);\n    }, 3000);\n  }\n\n  \/\/ 停止自动轮播\n  function stopAutoPlay() {\n    clearInterval(autoPlayInterval);\n  }\n\n  \/\/ 切换轮播函数\n  function goToSlide(index) {\n    \/\/ 边界处理（循环轮播）\n    if (index \u003c 0) index = cardCount - 1;\n    if (index \u003e= cardCount) index = 0;\n    \n    \/\/ 计算滚动位置\n    const cardWidth = cards[0].offsetWidth;\n    carouselGrid.scrollTo({\n      left: index * cardWidth,\n      behavior: 'smooth'\n    });\n\n    \/\/ 更新当前索引和圆点状态\n    currentIndex = index;\n    updateDots();\n  }\n\n  \/\/ 更新圆点激活状态\n  function updateDots() {\n    dots.forEach((dot, idx) =\u003e {\n      dot.classList.toggle('active', idx === currentIndex);\n    });\n  }\n\n  \/\/ 上一页\/下一页按钮事件\n  prevBtn.addEventListener('click', () =\u003e {\n    stopAutoPlay(); \/\/ 手动操作暂停自动轮播\n    goToSlide(currentIndex - 1);\n    startAutoPlay(); \/\/ 操作后恢复自动轮播\n  });\n  nextBtn.addEventListener('click', () =\u003e {\n    stopAutoPlay();\n    goToSlide(currentIndex + 1);\n    startAutoPlay();\n  });\n\n  \/\/ 圆点点击事件\n  dots.forEach((dot, idx) =\u003e {\n    dot.addEventListener('click', () =\u003e {\n      stopAutoPlay();\n      goToSlide(idx);\n      startAutoPlay();\n    });\n  });\n\n  \/\/ ========== 移动端触摸滑动逻辑（核心修复） ==========\n  let touchStartX = 0;\n  let touchEndX = 0;\n  const swipeThreshold = 50; \/\/ 滑动阈值（像素）\n\n  \/\/ 触摸开始\n  carouselGrid.addEventListener('touchstart', (e) =\u003e {\n    stopAutoPlay(); \/\/ 触摸时暂停自动轮播\n    touchStartX = e.changedTouches[0].screenX;\n  }, { passive: true });\n\n  \/\/ 触摸移动\n  carouselGrid.addEventListener('touchmove', (e) =\u003e {\n    touchEndX = e.changedTouches[0].screenX;\n  }, { passive: true });\n\n  \/\/ 触摸结束\n  carouselGrid.addEventListener('touchend', () =\u003e {\n    \/\/ 计算滑动距离\n    const swipeDistance = touchEndX - touchStartX;\n    \n    \/\/ 判断滑动方向\n    if (swipeDistance \u003e swipeThreshold) {\n      \/\/ 向左滑（显示上一张）\n      goToSlide(currentIndex - 1);\n    } else if (swipeDistance \u003c -swipeThreshold) {\n      \/\/ 向右滑（显示下一张）\n      goToSlide(currentIndex + 1);\n    }\n    \n    \/\/ 滑动结束后恢复自动轮播\n    startAutoPlay();\n  }, { passive: true });\n\n  \/\/ 滚动结束后更新索引（防止手动拖动滚动条错位）\n  carouselGrid.addEventListener('scrollend', () =\u003e {\n    const cardWidth = cards[0].offsetWidth;\n    currentIndex = Math.round(carouselGrid.scrollLeft \/ cardWidth);\n    updateDots();\n  });\n\n  \/\/ 鼠标悬停\/离开事件（桌面端）\n  carouselGrid.addEventListener('mouseenter', stopAutoPlay);\n  carouselGrid.addEventListener('mouseleave', startAutoPlay);\n\n  \/\/ ========== FAQ下拉框交互逻辑 ==========\n  const faqQuestions = document.querySelectorAll('.faq-question-custom');\n  faqQuestions.forEach(question =\u003e {\n    question.addEventListener('click', () =\u003e {\n      const faqItem = question.parentElement;\n      faqItem.classList.toggle('active');\n    });\n  });\n\n  \/\/ 启动自动轮播\n  startAutoPlay();\n\n  \/\/ 窗口大小变化时重新计算索引（适配屏幕旋转）\n  window.addEventListener('resize', () =\u003e {\n    goToSlide(currentIndex);\n  });\n});\n\u003c\/script\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46456997281967,"sku":"E5123118SW","price":64.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1_88e3e4ac-63b2-47bb-ab95-4318556b09dc.jpg?v=1768270830"},{"product_id":"diy-book-nook-woodland-tales","title":"Plymagic DIY Book Nook - Woodland Tales","description":"\u003cp data-end=\"630\" data-start=\"256\"\u003eFollow the yellow brick road through a world of wonder with \u003cem\u003eWoodland Tales\u003c\/em\u003e, a DIY book nook kit inspired by The Wizard of Oz. From the moment Dorothy steps into the enchanted forest, this richly layered miniature captures the heart of her adventure. Crafted for lovers of DIY and crafts, book nook kits, and timeless stories, this DIY miniature is more than just a craft—it’s a tribute to courage, friendship, and finding your way home.\u003c\/p\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e🧩 What’s Included\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003ePre-cut pieces and miniature accessories\u003c\/li\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003eStep-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1411\" data-end=\"1434\"\u003e\u003cstrong\u003e🎨 Build Experience\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eHours of relaxing creative building\u003c\/li\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eA rewarding display piece you’ll love revisiting\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1644\" data-end=\"1669\"\u003e\u003cstrong\u003e📦 Shipping \u0026amp; Returns\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eFree returns within 7 days of delivery\u003c\/li\u003e\n\u003cli\u003eTypically arrives in 5-10 business days\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e📐 Technical Details\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 11.5cm x 18.2cm x 24.5cm \u003c\/li\u003e\n\u003cli\u003eMaterials: wood, paper, resin, fabric\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cem\u003eBatteries and glue not included\u003c\/em\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457004589231,"sku":"E6020252DL","price":66.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/7_f4082021-4dde-4e08-ba40-7a8dee95df61.png?v=1767510796"},{"product_id":"diy-book-nook-vintage-bookstore","title":"Plymagic DIY Book Nook - Vintage Bookstore","description":"\u003cp class=\"p1\"\u003e📚 Step into the timeless charm of the \u003cspan class=\"s1\"\u003e\u003cb\u003eOwl Bookstore\u003c\/b\u003e\u003c\/span\u003e DIY book nook. Golden lamps, antique clocks, and shelves of miniature books create the cozy feel of a vintage shop tucked away on a quiet street. With glowing lights and intricate details, this build is as relaxing to create as it is magical to display.\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cstrong\u003e✨ \u003ci\u003eBring the cozy magic of a vintage bookstore to your shelf\u003c\/i\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e📖 Step-by-step illustrated instructions for beginners and pros\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e🎁 Perfect gift for book lovers, collectors, and DIY hobbyists\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e🛠 Complete kit with pre-cut pieces and LED lights\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003e📦 \u003c\/span\u003e\u003cspan\u003eDimensions\u003c\/span\u003e: 6.7\u003cspan\u003e in x 3.7 in x 4.5 in\u003c\/span\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003e📝 \u003cmeta charset=\"utf-8\"\u003eGlue and batteries (2 x AAA) are not included\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e🧼 Clear gel tacky glue recommended\u003c\/p\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457004982447,"sku":"E6020250MTY","price":56.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/7c.png?v=1767510797"},{"product_id":"diy-book-nook-victorian-library","title":"Plymagic DIY Book Nook - Victorian Library","description":"\u003cp data-end=\"661\" data-start=\"289\"\u003eStep into literary elegance with the DIY Book Nook – \u003cem\u003eVictorian Library\u003c\/em\u003e, a stunning miniature model kit that brings the grandeur of a vintage library to life. Designed for book lovers, miniature collectors, and fans of DIY and crafts, this kit builds a two-story, ornate reading nook complete with wooden shelves, arched windows, and tiny books.\u003c\/p\u003e\u003cp data-end=\"985\" data-start=\"663\"\u003eEach precut piece fits together to form a tiny dollhouse-style library that doubles as a book nook, bookshelf insert, or bookend. It's a perfect blend of hands-on artistry and timeless design, offering a calming, detailed project for anyone who enjoys making miniatures or crafts to do at home.\u003c\/p\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e🧩 What’s Included\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003ePre-cut pieces and miniature accessories\u003c\/li\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003eStep-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1411\" data-end=\"1434\"\u003e\u003cstrong\u003e🎨 Build Experience\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eHours of relaxing creative building\u003c\/li\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eA rewarding display piece you’ll love revisiting\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1644\" data-end=\"1669\"\u003e\u003cstrong\u003e📦 Shipping \u0026amp; Returns\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eFree returns within 7 days of delivery\u003c\/li\u003e\n\u003cli\u003eTypically arrives in 5-10 business days\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e📐 Technical Details\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 24.1cm x 11.5cm x 17cm\u003c\/li\u003e\n\u003cli\u003eMaterials: wood, fabric, plastic, paper\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cem\u003eBatteries and glue not included\u003c\/em\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457005080751,"sku":"E6020251TY","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/8_b4a95565-5ae0-4378-815a-f6053273e72f.jpg?v=1768801628"},{"product_id":"diy-book-nook-verdant-magic-shop","title":"Plymagic DIY Book Nook - Verdant Magic Shop","description":"\u003cp\u003eWander into a secret corner of the world where potions shimmer and enchantment lingers in the air. The Verdant Magic Shop DIY Book Nook captures the quiet charm of a woodland apothecary tucked between bookshelves—filled with spell books, glowing jars, and magical treasures. With intricate details like, glass vials, newspapers, and ornate windows, this delightful miniature scene is a perfect escape for dreamers, crafters, and lovers of the magical unknown.\u003c\/p\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e🧩 What’s Included\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003ePre-cut pieces and miniature accessories\u003c\/li\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003eStep-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1411\" data-end=\"1434\"\u003e\u003cstrong\u003e🎨 Build Experience\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eHours of relaxing creative building\u003c\/li\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eA rewarding display piece you’ll love revisiting\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1644\" data-end=\"1669\"\u003e\u003cstrong\u003e📦 Shipping \u0026amp; Returns\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eFree returns within 7 days of delivery\u003c\/li\u003e\n\u003cli\u003eTypically arrives in 5-10 business days\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e📐 Technical Details\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 10.0cm x 11.5cm x 18.8cm\u003c\/li\u003e\n\u003cli\u003eMaterials: wood, paper, plastic, fabric\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cem\u003eBatteries and glue not included\u003c\/em\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457005211823,"sku":"E6020229MF","price":66.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1_c8b6a80a-1cd3-47d4-9e1a-97a3db3c7b46.jpg?v=1768639319"},{"product_id":"diy-book-nook-timekeepers-library","title":"Plymagic DIY Book Nook - Timekeeper's Library","description":"\u003cp data-start=\"148\" data-end=\"503\"\u003eEnter a place where time stands still and stories live forever—the \u003cem\u003eTimekeeper’s Library\u003c\/em\u003e, a mesmerizing DIY book nook kit made for the imaginative, the nostalgic, and those who love a touch of enchantment in their shelves. Towering bookshelves and glowing lights give this miniature its signature blend of wisdom and wonder. Whether you’re into DIY and crafts, making miniatures, or just want craft ideas that bring fantasy to life, this DIY tiny home kit is a rich, rewarding build. \u003c\/p\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e🧩 What’s Included\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003ePre-cut pieces and miniature accessories\u003c\/li\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003eStep-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1411\" data-end=\"1434\"\u003e\u003cstrong\u003e🎨 Build Experience\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eHours of relaxing creative building\u003c\/li\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eA rewarding display piece you’ll love revisiting\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1644\" data-end=\"1669\"\u003e\u003cstrong\u003e📦 Shipping \u0026amp; Returns\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eFree returns within 7 days of delivery\u003c\/li\u003e\n\u003cli\u003eTypically arrives in 5-10 business days\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e📐 Technical Details\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 11.5cm x 10.0cm x 19.5cm \u003c\/li\u003e\n\u003cli\u003eMaterials: wood, paper, resin, fabric\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cem\u003eBatteries and glue not included\u003c\/em\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457005539503,"sku":"E6020228SW","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1_8d5d1f35-e080-400e-9107-fc1bf7ea35b0.png?v=1767510803"},{"product_id":"diy-book-nook-the-gilded-quill","title":"Plymagic DIY Book Nook - The Gilded Quill","description":"\u003cp data-end=\"492\" data-start=\"110\"\u003eStep into the warm glow of old-world academia. The Gilded Quill is a richly detailed DIY book nook that captures the charm of a forgotten library—complete with soaring arched bookshelves, a winding spiral staircase, and curios like globes, scrolls, and antique vases. Below, a velvet-draped reading room flickers with lamplight, anchored by a leather armchair and glowing fireplace. This is a wonderful project for anyone who finds comfort in quiet corners and the smell of old books.\u003c\/p\u003e\u003ch4 data-end=\"1313\" data-start=\"1291\"\u003e\u003cstrong\u003e🧩 What’s Included\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-end=\"1396\" data-start=\"1315\"\u003ePre-cut pieces and miniature accessories\u003c\/li\u003e\n\u003cli data-end=\"1396\" data-start=\"1315\"\u003eStep-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-end=\"1434\" data-start=\"1411\"\u003e\u003cstrong\u003e🎨 Build Experience\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-end=\"1559\" data-start=\"1435\"\u003eHours of relaxing creative building\u003c\/li\u003e\n\u003cli data-end=\"1559\" data-start=\"1435\"\u003eA rewarding display piece you’ll love revisiting\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-end=\"1669\" data-start=\"1644\"\u003e\u003cstrong\u003e📦 Shipping \u0026amp; Returns\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eFree returns within 7 days of delivery\u003c\/li\u003e\n\u003cli\u003eTypically arrives in 5-10 business days\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-end=\"1313\" data-start=\"1291\"\u003e\u003cstrong\u003e📐 Technical Details\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 16.0cm x 11.0cm x 21.0cm \u003c\/li\u003e\n\u003cli\u003eMaterials: wood, paper, fabric, resin, plastic\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cem\u003eBatteries and glue not included\u003c\/em\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457005768879,"sku":"E6012001YW","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/5_76fbf920-4b5c-4ff7-bda6-9b462a8919dc.jpg?v=1768811575"},{"product_id":"diy-wooden-book-nook-shelf-insert-sea-breeze-mediterranean-street","title":"Plymagic DIY Book Nook - Sea Breeze Mediterranean Street","description":"\u003cp data-start=\"170\" data-end=\"486\"\u003eElevate your home décor and creative routine with this DIY book nook kit, perfect for lovers of miniatures, and DIY and crafts. The Sea Breeze Mediterranean Book Nook lets you build a charming coastal street scene, filled with tiny details that capture the feel of a breezy seaside village.\u003c\/p\u003e\u003cp data-start=\"488\" data-end=\"801\"\u003eWhether you're into DIY crafts, making miniatures, or building your own scale model, this kit offers a satisfying and relaxing experience. It’s ideal as a bookshelf insert, bookend, or a thoughtful gift for fans of tiny dollhouses or small DIY houses.\u003c\/p\u003e\u003ch4 data-end=\"1313\" data-start=\"1291\"\u003e\u003cstrong\u003e🧩 What’s Included\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-end=\"1396\" data-start=\"1315\"\u003ePre-cut pieces and miniature accessories\u003c\/li\u003e\n\u003cli data-end=\"1396\" data-start=\"1315\"\u003eStep-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-end=\"1434\" data-start=\"1411\"\u003e\u003cstrong\u003e🎨 Build Experience\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-end=\"1559\" data-start=\"1435\"\u003eHours of relaxing creative building\u003c\/li\u003e\n\u003cli data-end=\"1559\" data-start=\"1435\"\u003eA rewarding display piece you’ll love revisiting\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-end=\"1669\" data-start=\"1644\"\u003e\u003cstrong\u003e📦 Shipping \u0026amp; Returns\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eFree returns within 7 days of delivery\u003c\/li\u003e\n\u003cli\u003eTypically arrives in 5-10 business days\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-end=\"1313\" data-start=\"1291\"\u003e\u003cstrong\u003e📐 Technical Details\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 15.9cm x 20.5cm x 9.2cm\u003c\/li\u003e\n\u003cli\u003eMaterials: wood, paper, resin, fabric\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cem\u003eBatteries and glue not included\u003c\/em\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457006096559,"sku":"E6020226HF","price":56.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/8_d18c812f-b73a-4d3a-809e-3a9b6e4fff29.jpg?v=1768803381"},{"product_id":"diy-book-nook-retro-art-studio","title":"Plymagic DIY Book Nook - Retro Art Studio","description":"\u003cp\u003eStep into a cozy, classical world with the\u003cem\u003e \u003c\/em\u003eRetro Art Studio DIY Book Nook. This picturesque miniature diorama captures the charm of a classic artist’s workspace, tucked neatly between the pages of your bookshelf. Filled with tiny easels, paintings, and artistic clutter, every detail evokes the warmth and nostalgia of a bygone creative era. Soft LED lights bring the scene to life, casting a gentle glow that draws the eye and the imagination. Whether you're an art lover, a craft maker, or simply looking to add a whimsical touch to your shelf, this book nook is a perfect blend of craft and storytelling.\u003c\/p\u003e\n\u003ch4 data-end=\"1313\" data-start=\"1291\"\u003e\u003cstrong\u003e🧩 What’s Included\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli data-end=\"1396\" data-start=\"1315\"\u003ePre-cut pieces and miniature accessories\u003c\/li\u003e\n\u003cli data-end=\"1396\" data-start=\"1315\"\u003eStep-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4 data-end=\"1434\" data-start=\"1411\"\u003e\u003cstrong\u003e🎨 Build Experience\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli data-end=\"1559\" data-start=\"1435\"\u003eHours of relaxing creative building\u003c\/li\u003e\n\u003cli data-end=\"1559\" data-start=\"1435\"\u003eA rewarding display piece you’ll love revisiting\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4 data-end=\"1669\" data-start=\"1644\"\u003e\u003cstrong\u003e📦 Shipping \u0026amp; Returns\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eFree returns within 7 days of delivery\u003c\/li\u003e\n\u003cli\u003eTypically arrives in 5-10 business days\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4 data-end=\"1313\" data-start=\"1291\"\u003e\u003cstrong\u003e📐 Technical Details\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDimensions: 15.3cm x 18.3cm x 26.2cm\u003c\/li\u003e\n\u003cli\u003eMaterials: wood, paper, plastic, fabric\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cem\u003eBatteries and glue not included\u003c\/em\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457006194863,"sku":"E6020225YW","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/3_b9fcc893-4eed-4aaa-a5ac-984c01339818.jpg?v=1768456533"},{"product_id":"diy-book-nook-platform-arcane","title":"Plymagic DIY Book Nook - Platform Arcane","description":"\u003cp data-start=\"139\" data-end=\"463\"\u003eAll aboard the \u003cem\u003ePlatform Arcane\u003c\/em\u003e, a fantastical DIY book nook kit where steampunk meets spell craft. Featuring a glowing red locomotive, towering gears, and an arched stained-glass roof, this miniature train station feels like the departure point to another realm—somewhere between science, storybooks, and sorcery. Perfect for fans of DIY and crafts, book nooks, and collectors of imaginative miniatures, this build is packed with details—from potion-filled luggage to enchanted owls and intricate mechanical elements. \u003c\/p\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e🧩 What’s Included\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003ePre-cut pieces and miniature accessories\u003c\/li\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003eStep-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1411\" data-end=\"1434\"\u003e\u003cstrong\u003e🎨 Build Experience\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eHours of relaxing creative building\u003c\/li\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eA rewarding display piece you’ll love revisiting\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1644\" data-end=\"1669\"\u003e\u003cstrong\u003e📦 Shipping \u0026amp; Returns\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eFree returns within 7 days of delivery\u003c\/li\u003e\n\u003cli\u003eTypically arrives in 5-10 business days\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e📐 Technical Details\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 12.0cm x 21.6cm x 20.0cm \u003c\/li\u003e\n\u003cli\u003eMaterials: wood, paper, resin, fabric\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cem\u003eBatteries and glue not included\u003c\/em\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457006555311,"sku":"E6020224ZT","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1_2cd10fb0-de91-48f4-8c8e-217b0062bfff.jpg?v=1768793530"},{"product_id":"diy-book-nook-old-town-brew","title":"Plymagic DIY Book Nook - Old Town Brew","description":"\u003cp data-start=\"170\" data-end=\"474\"\u003eSlip a hidden tavern between your books with the \u003cem data-start=\"246\" data-end=\"261\"\u003eOld Town Brew\u003c\/em\u003e DIY Book Nook. This miniature kit brings to life a warm, old-world bar tucked down a dimly-lit street — a secret spot where stories are swapped over well-worn counters and vintage bottles line wooden shelves. Craft each detail by hand, from tiny stools, bottles, to the rustic beams overhead.\u003c\/p\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e🧩 What’s Included\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003ePre-cut pieces and miniature accessories\u003c\/li\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003eStep-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1411\" data-end=\"1434\"\u003e\u003cstrong\u003e🎨 Build Experience\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eHours of relaxing creative building\u003c\/li\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eA rewarding display piece you’ll love revisiting\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1644\" data-end=\"1669\"\u003e\u003cstrong\u003e📦 Shipping \u0026amp; Returns\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eFree returns within 7 days of delivery\u003c\/li\u003e\n\u003cli\u003eTypically arrives in 5-10 business days\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e📐 Technical Details\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 11.0cm x 18.0cm x 23.0cm \u003c\/li\u003e\n\u003cli\u003eMaterials: wood, paper, plastic, fabric\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cem\u003eBatteries and glue not included\u003c\/em\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457006981295,"sku":"E6020227KF","price":66.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/3_8dc6513a-1193-4844-abda-8d1077408463.jpg?v=1768545430"},{"product_id":"diy-book-nook-oak-hearth-reading-room","title":"Plymagic DIY Book Nook - Oak Hearth Reading Room","description":"\u003cp data-start=\"181\" data-end=\"530\"\u003eCurl up with the quiet elegance of the \u003cem\u003eOak Hearth Reading Room\u003c\/em\u003e, a warm and wood-toned DIY book nook kit that recreates a study lit by flickering candlelight. With Gothic arch windows, rich bookshelves, and a glowing fireplace at its center, this miniature library feels like it’s been plucked from the pages of a classic novel.\u003c\/p\u003e\u003cp data-start=\"532\" data-end=\"820\"\u003ePerfect for fans of DIY and cozy crafts to do at home, this DIY miniature home offers a rewarding build steeped in storybook charm. From the armchair draped with a newspaper to the vintage clock and flower arrangements, every detail echoes the charm of old-world libraries.\u003c\/p\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e🧩 What’s Included\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003ePre-cut pieces and miniature accessories\u003c\/li\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003eStep-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1411\" data-end=\"1434\"\u003e\u003cstrong\u003e🎨 Build Experience\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eHours of relaxing creative building\u003c\/li\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eA rewarding display piece you’ll love revisiting\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1644\" data-end=\"1669\"\u003e\u003cstrong\u003e📦 Shipping \u0026amp; Returns\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eFree returns within 7 days of delivery\u003c\/li\u003e\n\u003cli\u003eTypically arrives in 5-10 business days\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e📐 Technical Details\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 10.5cm x 12.0cm x 17.5cm \u003c\/li\u003e\n\u003cli\u003eMaterials: wood, paper, resin, fabric\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cem\u003eBatteries and glue not included\u003c\/em\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457007014063,"sku":"E6020223WG","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/6_1b381872-b2e6-488d-aeb9-8207197dbdf7.jpg?v=1768789019"},{"product_id":"diy-book-nook-mysterious-mansion","title":"Plymagic DIY Book Nook - Mysterious Mansion","description":"\u003cp data-end=\"447\" data-start=\"140\"\u003eStep into a historic grand estate filled with secrets and suspense. The Mysterious Mansion DIY book nook is more than just craft fun, it's an immersive whodunit. As you build each eerie hallway and room, you'll follow the clues of a hidden crime scene and uncover the story behind the mansion’s mystery. With layered architectural details and story-driven touches throughout, this book nook kit is a creative project for mystery lovers, puzzle solvers, and anyone who loves a dash of drama with their decor.\u003c\/p\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e🧩 What’s Included\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003ePre-cut pieces and miniature accessories\u003c\/li\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003eStep-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1411\" data-end=\"1434\"\u003e\u003cstrong\u003e🎨 Build Experience\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eHours of relaxing creative building\u003c\/li\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eA rewarding display piece you’ll love revisiting\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1644\" data-end=\"1669\"\u003e\u003cstrong\u003e📦 Shipping \u0026amp; Returns\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eFree returns within 7 days of delivery\u003c\/li\u003e\n\u003cli\u003eTypically arrives in 5-10 business days\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e📐 Technical Details\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 15.6cm x 11.0cm x 21.0cm\u003c\/li\u003e\n\u003cli\u003eMaterials: wood, paper, plastic, fabric\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cem\u003eBatteries and glue not included\u003c\/em\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457007407279,"sku":"E6020222YW","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1_21308a44-eb96-4d61-b03e-5c7976bfa8f1.jpg?v=1768457495"},{"product_id":"diy-book-nook-midnight-roast","title":"Plymagic DIY Book Nook - Midnight Roast","description":"\u003cp\u003eStep into the glow of \u003cem data-start=\"140\" data-end=\"156\"\u003eMidnight Roast\u003c\/em\u003e, a moody little coffee nook tucked into a cobbled back alley. This DIY kit channels the charm of a vintage café—gold-lit shelves, ornate black framing, and the promise of a strong late-night brew. It’s perfect for quiet thinkers, espresso lovers, and anyone who believes magic happens after hours. Don’t be surprised if you catch yourself craving a flat white while building it.\u003c\/p\u003e\u003ch4 data-end=\"1313\" data-start=\"1291\"\u003e\u003cstrong\u003e🧩 What’s Included\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-end=\"1396\" data-start=\"1315\"\u003ePre-cut pieces and miniature accessories\u003c\/li\u003e\n\u003cli data-end=\"1396\" data-start=\"1315\"\u003eStep-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-end=\"1434\" data-start=\"1411\"\u003e\u003cstrong\u003e🎨 Build Experience\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-end=\"1559\" data-start=\"1435\"\u003eHours of relaxing creative building\u003c\/li\u003e\n\u003cli data-end=\"1559\" data-start=\"1435\"\u003eA rewarding display piece you’ll love revisiting\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-end=\"1669\" data-start=\"1644\"\u003e\u003cstrong\u003e📦 Shipping \u0026amp; Returns\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eFree returns within 7 days of delivery\u003c\/li\u003e\n\u003cli\u003eTypically arrives in 5-10 business days\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-end=\"1313\" data-start=\"1291\"\u003e\u003cstrong\u003e📐 Technical Details\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 14.0cm x 13.0cm x 15.0cm \u003c\/li\u003e\n\u003cli\u003eMaterials: wood, paper, fabric, resin, plastic\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cem\u003eBatteries and glue not included\u003c\/em\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457007505583,"sku":"E6020221KF","price":56.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1_b4d67137-c14b-4a40-be90-e67e420959ac.jpg?v=1768642099"},{"product_id":"diy-book-nook-medieval-study","title":"Plymagic DIY Book Nook - Medieval Study","description":"\u003cp\u003eStep into a scholar’s dream with this miniature study and library that features a double loft with a staircase, a bookshelf ladder, and exquisite vintage furniture. The walls are adorned with oil paintings, while a perforated ceiling offers a unique view from above.\u003c\/p\u003e\u003cp\u003eThis kit is perfect for book lovers, crafters, and old-time enthusiasts. Create your own medieval masterpiece and add a stunning centerpiece to your bookshelf!\u003c\/p\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e🧩 What’s Included\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003ePre-cut pieces and miniature accessories\u003c\/li\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003eStep-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1411\" data-end=\"1434\"\u003e\u003cstrong\u003e🎨 Build Experience\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eHours of relaxing creative building\u003c\/li\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eA rewarding display piece you’ll love revisiting\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1644\" data-end=\"1669\"\u003e\u003cstrong\u003e📦 Shipping \u0026amp; Returns\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eFree returns within 7 days of delivery\u003c\/li\u003e\n\u003cli\u003eTypically arrives in 5-10 business days\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e📐 Technical Details\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 11.0cm x 18.2cm x 22.0cm\u003c\/li\u003e\n\u003cli\u003eMaterials: wood, fabric, plastic, paper\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cem\u003eBatteries and glue not included\u003c\/em\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457007571119,"sku":"E6020220XZ","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/2_b5e46157-8fef-43da-b0a9-fcf4888d06c1.jpg?v=1768640594"},{"product_id":"diy-book-nook-magic-wand-shop","title":"Plymagic DIY Book Nook - Magic Wand Shop","description":"\u003cp data-start=\"153\" data-end=\"442\"\u003eStep into a hidden alley where spellcasters shop and wands choose their wizards. The Magic Wand Shop DIY book nook immerses you in building a charming, magical storefront nestled between your books. With warm lighting and detailed pieces, it’s perfect for fantasy lovers, bookworms, and crafters alike.\u003c\/p\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e🧩 What’s Included\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003ePre-cut pieces and miniature accessories\u003c\/li\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003eStep-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1411\" data-end=\"1434\"\u003e\u003cstrong\u003e🎨 Build Experience\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eHours of relaxing creative building\u003c\/li\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eA rewarding display piece you’ll love revisiting\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1644\" data-end=\"1669\"\u003e\u003cstrong\u003e📦 Shipping \u0026amp; Returns\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eFree returns within 7 days of delivery\u003c\/li\u003e\n\u003cli\u003eTypically arrives in 5-10 business days\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e📐 Technical Details\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 12.4cm x 13.1cm x 17.2cm\u003c\/li\u003e\n\u003cli\u003eMaterials: wood, paper, plastic, fabric\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cem\u003eBatteries and glue not included\u003c\/em\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457007669423,"sku":"E6020219MZ","price":62.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1_c2d1d582-bb49-4ee4-957e-5416d11f69e4.jpg?v=1768637095"},{"product_id":"diy-book-nook-local-bookstore","title":"Plymagic DIY Book Nook - Local Bookstore","description":"\u003cp data-end=\"528\" data-start=\"137\"\u003eStep into the quiet charm of a neighborhood gem with this DIY Local Bookstore book nook. Lined with miniature shelves and drawers and stacks of tiny titles, this scene captures the familiar comfort of browsing your favorite corner bookstore. Perfect for displaying between your own reads, it’s a nod to the joy of flipping pages and discovering stories in quaint little spots.\u003c\/p\u003e\u003cp\u003ePRODUCT FEATURES:\u003c\/p\u003e\u003cp\u003ePlease note that this product needs to be assembled and comes in pieces, including all miniature items displayed. \u003cstrong\u003eBatteries and glue are not included \u003c\/strong\u003ebut necessary for assembly (returns for lack of glue or batteries can not be accepted). Tweezers can be helpful.\u003c\/p\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 12.2cm x 10.2cm x 17.0cm \u003c\/li\u003e\n\u003cli\u003eMaterials: wood, paper, plastic, fabric\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eComes with step-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457007931567,"sku":"E6020218SD","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/2b_43d4f05e-09f1-4bbb-9a09-c0f41dcd2542.png?v=1767510825"},{"product_id":"diy-book-nook-hot-air-balloon-valley","title":"Plymagic DIY Book Nook - Hot Air Balloon Valley","description":"\u003cp data-start=\"137\" data-end=\"421\" class=\"\"\u003eDrift into a dreamscape with\u003cem\u003e Hot Air Balloon Valley, \u003c\/em\u003ea DIY book nook that captures the magic of colorful balloons floating over a peaceful town nestled in the valley. Every tiny detail—from the rolling hills to the small houses—is designed to transport you into a world full of wonder and adventure.\u003c\/p\u003e\u003cp data-start=\"423\" data-end=\"699\" class=\"\"\u003eDesigned for imaginers and creators alike, this kit brings together storytelling and craftsmanship in one charming project. Whether you're building it for yourself or gifting it to someone special, this book nook adds a touch of whimsy and escape to any bookshelf.\u003c\/p\u003e\u003cp data-start=\"701\" data-end=\"747\" class=\"\"\u003eLet your imagination soar!\u003c\/p\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e🧩 What’s Included\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003ePre-cut pieces and miniature accessories\u003c\/li\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003eStep-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1411\" data-end=\"1434\"\u003e\u003cstrong\u003e🎨 Build Experience\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eHours of relaxing creative building\u003c\/li\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eA rewarding display piece you’ll love revisiting\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1644\" data-end=\"1669\"\u003e\u003cstrong\u003e📦 Shipping \u0026amp; Returns\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eFree returns within 7 days of delivery\u003c\/li\u003e\n\u003cli\u003eTypically arrives in 5-10 business days\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e📐 Technical Details\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 6.5cm x 10.8cm x 15.0cm\u003c\/li\u003e\n\u003cli\u003eMaterials: wood, paper, plastic, fabric\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cem\u003eBatteries and glue not included\u003c\/em\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457008586927,"sku":"E6020217RQQ","price":58.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1_c6f31cfe-d785-4ef3-a921-fe4fc2abb9c6.jpg?v=1768617909"},{"product_id":"diy-book-nook-garden","title":"Plymagic DIY Book Nook - Sylvia Garden","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* 全局重置 \u0026 基础样式 *\/\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n    }\n\n    body {\n        color: #2d2d2d;\n        background-color: #f9f7f5;\n        line-height: 1.6;\n        overflow-x: hidden;\n    }\n\n    .product-details-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 40px 20px;\n    }\n\n    .product-title {\n        font-size: 2.2rem;\n        font-weight: 700;\n        color: #1a1a1a;\n        margin-bottom: 24px;\n        line-height: 1.3;\n        border-bottom: 2px solid #e0d8d0;\n        padding-bottom: 16px;\n    }\n\n    .product-highlights {\n        background-color: #ffffff;\n        padding: 28px;\n        border-radius: 8px;\n        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);\n        margin-bottom: 32px;\n    }\n\n    .highlights-title {\n        font-size: 1.4rem;\n        font-weight: 600;\n        margin-bottom: 16px;\n        color: #4a4a4a;\n    }\n\n    .highlights-list {\n        list-style: none;\n    }\n\n    .highlights-list li {\n        margin-bottom: 12px;\n        padding-left: 24px;\n        position: relative;\n    }\n\n    .highlights-list li::before {\n        content: \"✓\";\n        color: #8b7355;\n        font-weight: 700;\n        position: absolute;\n        left: 0;\n    }\n\n    .product-description {\n        margin-bottom: 36px;\n    }\n\n    .description-title {\n        font-size: 1.4rem;\n        font-weight: 600;\n        margin-bottom: 16px;\n        color: #4a4a4a;\n    }\n\n    .description-content {\n        font-size: 1.5rem;\n        color: #333;\n        margin-bottom: 20px;\n        text-align: left;\n    }\n\n    .description-content p {\n        margin-bottom: 16px;\n    }\n    \/* 修复描述区图片适配 *\/\n    .description-content img {\n        max-width: 100%;\n        height: auto !important;\n        display: block;\n        margin: 16px auto;\n    }\n\n    .product-specs {\n        background-color: #ffffff;\n        padding: 28px;\n        border-radius: 8px;\n        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);\n        margin-bottom: 32px;\n    }\n\n    .specs-title {\n        font-size: 1.7rem;\n        font-weight: 600;\n        margin-bottom: 16px;\n        color: #4a4a4a;\n        border-bottom: 1px solid #e0d8d0;\n        padding-bottom: 12px;\n    }\n\n    .specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        font-size: 1.1rem; \/* 补充PC端规格表字体，避免过小 *\/\n    }\n\n    .specs-table td {\n        padding: 12px 16px;\n        border-bottom: 1px solid #f0ebe6;\n    }\n\n    .specs-table td:first-child {\n        font-weight: 500;\n        color: #555;\n        width: 30%;\n    }\n\n    \/* ########### PC端：多张图片网格布局（默认显示） ########### *\/\n    .product-gallery {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 16px;\n        margin-bottom: 36px;\n    }\n\n    .gallery-item {\n        border-radius: 6px;\n        overflow: hidden;\n        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n    }\n\n    .gallery-item img {\n        width: 100%;\n        height: 220px;\n        object-fit: cover;\n        transition: transform 0.3s ease;\n    }\n\n    .gallery-item img:hover {\n        transform: scale(1.02);\n    }\n\n    \/* ########### 移动端轮播：默认隐藏，仅在手机端显示 ########### *\/\n    .product-carousel {\n        display: none; \/* 初始隐藏，移动端显示 *\/\n        position: relative;\n        width: 100%;\n        margin-bottom: 24px;\n        border-radius: 6px;\n        overflow: hidden;\n        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);\n        touch-action: pan-y;\n    }\n\n    .carousel-wrapper {\n        display: flex;\n        transition: transform 0.3s ease-out;\n        will-change: transform;\n    }\n\n    .carousel-item {\n        min-width: 100%;\n    }\n\n    .carousel-item img {\n        width: 100%;\n        height: 280px;\n        object-fit: cover;\n        user-select: none;\n        -webkit-user-select: none;\n    }\n\n    \/* 移动端轮播箭头 *\/\n    .carousel-arrow {\n        position: absolute;\n        top: 50%;\n        transform: translateY(-50%);\n        width: 36px;\n        height: 36px;\n        border-radius: 50%;\n        background-color: rgba(255, 255, 255, 0.9);\n        border: none;\n        cursor: pointer;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 1.2rem;\n        color: #8b7355;\n        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);\n        z-index: 10;\n        touch-action: manipulation;\n        -webkit-tap-highlight-color: transparent;\n    }\n\n    .carousel-arrow:hover {\n        background-color: #8b7355;\n        color: #ffffff;\n    }\n\n    .arrow-left {\n        left: 8px;\n    }\n\n    .arrow-right {\n        right: 8px;\n    }\n\n    \/* 移动端轮播小圆点 *\/\n    .carousel-dots {\n        position: absolute;\n        bottom: 12px;\n        left: 50%;\n        transform: translateX(-50%);\n        display: flex;\n        gap: 8px;\n        z-index: 10;\n    }\n\n    .dot {\n        width: 10px;\n        height: 10px;\n        border-radius: 50%;\n        background-color: rgba(255, 255, 255, 0.7);\n        cursor: pointer;\n        transition: background-color 0.2s ease, transform 0.2s ease;\n        touch-action: manipulation;\n        -webkit-tap-highlight-color: transparent;\n    }\n\n    .dot.active {\n        background-color: #8b7355;\n        transform: scale(1.2);\n    }\n\n    .product-faq {\n        margin-bottom: 20px;\n    }\n\n    .faq-title {\n        font-size: 1.4rem;\n        font-weight: 600;\n        margin-bottom: 16px;\n        color: #4a4a4a;\n    }\n\n    .faq-item {\n        margin-bottom: 12px;\n        border: 1px solid #e0d8d0;\n        border-radius: 6px;\n        overflow: hidden;\n    }\n\n    .faq-question {\n        padding: 16px 20px;\n        background-color: #f5f2ef;\n        font-weight: 500;\n        cursor: pointer;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        transition: background-color 0.2s ease;\n        font-size: 1.05rem; \/* 优化FAQ问题字体大小，点击区域更清晰 *\/\n    }\n\n    .faq-question:hover {\n        background-color: #eee9e4;\n    }\n\n    .faq-question::after {\n        content: \"+\";\n        font-size: 1.2rem;\n        color: #8b7355;\n    }\n\n    .faq-answer {\n        padding: 0 20px;\n        max-height: 0;\n        overflow: hidden;\n        transition: max-height 0.3s ease, padding 0.3s ease;\n        font-size: 1.05rem; \/* 优化FAQ正文字体大小 *\/\n        line-height: 1.7; \/* 增加行高，优化阅读 *\/\n    }\n\n    .faq-item.active .faq-answer {\n        padding: 16px 20px;\n        max-height: 800px; \/* 增大最大高度，避免长文本截断 *\/\n    }\n\n    .faq-item.active .faq-question::after {\n        content: \"-\";\n    }\n\n    \/* ########### 媒体查询：移动端（768px以下） ########### *\/\n    @media (max-width: 768px) {\n        \/* 全局适配 *\/\n        .product-details-container {\n            padding: 20px 16px;\n        }\n\n        .product-title {\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            padding-bottom: 12px;\n        }\n\n        .highlights-title, .description-title, .specs-title, .faq-title {\n            font-size: 1.5rem;\n            margin-bottom: 12px;\n        }\n\n        .product-highlights, .product-specs {\n            padding: 20px;\n            margin-bottom: 24px;\n        }\n\n        .highlights-list li {\n            font-size: 0.95rem;\n            margin-bottom: 10px;\n            padding-left: 20px;\n        }\n\n        .description-content {\n            font-size: 1.1rem; \/* 修复移动端描述字体过大（原1.5rem）导致的溢出 *\/\n            margin-bottom: 16px;\n        }\n\n        .specs-table {\n            font-size: 1.05rem; \/* 修复移动端规格表字体过大问题 *\/\n            line-height: 1.5;\n        }\n\n        .specs-table td {\n            padding: 10px 12px;\n            word-break: break-all; \/* 强制换行，避免文字溢出 *\/\n        }\n\n        .specs-table td:first-child {\n            width: 35%; \/* 优化移动端规格表列宽 *\/\n        }\n\n        .faq-question {\n            padding: 14px 16px;\n            font-size: 1rem; \/* 移动端FAQ问题字体适配 *\/\n        }\n\n        .faq-answer {\n            font-size: 0.95rem; \/* 移动端FAQ正文字体适配 *\/\n        }\n\n        \/* 移动端：隐藏PC端网格布局，显示轮播 *\/\n        .product-gallery {\n            display: none;\n        }\n\n        .product-carousel {\n            display: block;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-details-container\"\u003e\n\u003ch1 class=\"product-title\" style=\"text-align: center;\"\u003eTimelessNooks™ Fourth Wing Book Nook\u003c\/h1\u003e\n\u003c!-- ########### PC端：多张图片网格布局 ########### --\u003e\n\u003cdiv class=\"product-gallery\"\u003e\n\u003cdiv class=\"gallery-item\"\u003e\u003cimg alt=\"Fourth Wing Book Nook\" src=\"https:\/\/m.media-amazon.com\/images\/I\/71QK220pE+L._SL1600_.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gallery-item\"\u003e\u003cimg alt=\"Book Nook Detail\" src=\"https:\/\/m.media-amazon.com\/images\/I\/610U244nKnL._SL1600_.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gallery-item\"\u003e\u003cimg alt=\"Book Nook Decor\" src=\"https:\/\/m.media-amazon.com\/images\/I\/719lCrPdazL._SL1600_.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gallery-item\"\u003e\u003cimg alt=\"New1\" src=\"https:\/\/m.media-amazon.com\/images\/I\/71JYBVSl50L._SL1600_.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gallery-item\"\u003e\u003cimg alt=\"New2\" src=\"https:\/\/m.media-amazon.com\/images\/I\/71NN3Aw8PdL._SL1600_.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gallery-item\"\u003e\u003cimg alt=\"New3\" src=\"https:\/\/m.media-amazon.com\/images\/I\/71aWY9d3J6L._SL1600_.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gallery-item\"\u003e\u003cimg alt=\"New4\" src=\"https:\/\/m.media-amazon.com\/images\/I\/81qKmUZ-h4L._SL1600_.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ########### 移动端：轮播布局（默认隐藏） ########### --\u003e\n\u003cdiv id=\"productCarousel\" class=\"product-carousel\"\u003e\n\u003cdiv id=\"carouselWrapper\" class=\"carousel-wrapper\"\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cimg alt=\"Fourth Wing Book Nook\" src=\"https:\/\/m.media-amazon.com\/images\/I\/71QK220pE+L._SL1600_.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cimg alt=\"Book Nook Detail\" src=\"https:\/\/m.media-amazon.com\/images\/I\/610U244nKnL._SL1600_.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cimg alt=\"Book Nook Decor\" src=\"https:\/\/m.media-amazon.com\/images\/I\/719lCrPdazL._SL1600_.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cimg alt=\"New1\" src=\"https:\/\/m.media-amazon.com\/images\/I\/71JYBVSl50L._SL1600_.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cimg alt=\"New2\" src=\"https:\/\/m.media-amazon.com\/images\/I\/71NN3Aw8PdL._SL1600_.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cimg alt=\"New3\" src=\"https:\/\/m.media-amazon.com\/images\/I\/71aWY9d3J6L._SL1600_.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cimg alt=\"New4\" src=\"https:\/\/m.media-amazon.com\/images\/I\/81qKmUZ-h4L._SL1600_.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 轮播箭头 --\u003e \u003cbutton id=\"prevBtn\" class=\"carousel-arrow arrow-left\"\u003e❮\u003c\/button\u003e \u003cbutton id=\"nextBtn\" class=\"carousel-arrow arrow-right\"\u003e❯\u003c\/button\u003e \u003c!-- 轮播小圆点 --\u003e\n\u003cdiv id=\"carouselDots\" class=\"carousel-dots\"\u003e\n\u003cspan data-index=\"0\" class=\"dot active\"\u003e\u003c\/span\u003e \u003cspan data-index=\"1\" class=\"dot\"\u003e\u003c\/span\u003e \u003cspan data-index=\"2\" class=\"dot\"\u003e\u003c\/span\u003e \u003cspan data-index=\"3\" class=\"dot\"\u003e\u003c\/span\u003e \u003cspan data-index=\"4\" class=\"dot\"\u003e\u003c\/span\u003e \u003cspan data-index=\"5\" class=\"dot\"\u003e\u003c\/span\u003e \u003cspan data-index=\"6\" class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003cdiv class=\"custom-columns__block custom-columns__block-heading always-display\"\u003e\n\u003ch2 style=\"text-align: center;\" class=\"custom-columns__title h1 center mobile-center title-with-highlight\"\u003eWhy Choose Our Wooden 3D Puzzles\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"custom-columns__block custom-columns__block-richtext always-display\"\u003e\n\u003cdiv class=\"rte body center mobile-center\"\u003e\n\u003cp style=\"text-align: center;\"\u003eA Crafting Adventure, Building Memories\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eSpark Your Creativity-\u003c\/strong\u003eUnleash your imagination, bringing captivating worlds to life in the palm of your hand.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFun DIY Projects-\u003c\/strong\u003eExperience the joy of hands-on creation, turning each project into a delightful journey of discovery.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMental Relief-\u003c\/strong\u003eEnhance your well-being with stress-relief treasures that bring tranquility to your daily routine.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBonding Moments-\u003c\/strong\u003eCraft memories with loved ones, turning each project into a delightful journey of discovery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"description-content\"\u003e\n\u003ch3\u003eINTRICATE SCENES DISPLAY\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eIn the quiet afternoon, the sunshine through the vines sprinkled in the lush green garden.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv\u003e\u003cimg alt=\"Sylvia Garden DIY Book Nook Kit | 3D Wooden Puzzle Bookend | Bookshelf Decor Diorama | Miniature House Book Stand\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0691\/3064\/9912\/files\/sylvia_garden_diy_Book_Nook_Kit017.jpg?v=1711603448\"\u003e\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eThis is an outdoor paradise away from the hustle and bustle of the world. Escape the chaos of daily life and create your own personal oasis with our 3D Wooden Puzzle Bookend.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv\u003e\u003cimg alt=\"Sylvia Garden DIY Book Nook Kit | 3D Wooden Puzzle Bookend | Bookshelf Decor Diorama | Miniature House Book Stand\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0691\/3064\/9912\/files\/sylvia_garden_diy_Book_Nook_Kit020.jpg?v=1711603449\"\u003e\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eWith butterflies fluttering around, you can sit in your own private courtyard and enjoy a leisurely afternoon tea.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv\u003e\u003cimg alt=\"Sylvia Garden DIY Book Nook Kit | 3D Wooden Puzzle Bookend | Bookshelf Decor Diorama | Miniature House Book Stand\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0691\/3064\/9912\/files\/sylvia_garden_diy_Book_Nook_Kit018.jpg?v=1711603449\"\u003e\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eA intricately carved wooden door with a unique opening and closing mechanism, leading you to a hidden sanctuary of greenery and tranquility.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv\u003e\u003cimg alt=\"Sylvia Garden DIY Book Nook Kit | 3D Wooden Puzzle Bookend | Bookshelf Decor Diorama | Miniature House Book Stand\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0691\/3064\/9912\/files\/sylvia_garden_diy_Book_Nook_Kit019.jpg?v=1711603449\"\u003e\u003c\/div\u003e\n\u003ch3\u003e\u003cstrong\u003eFINEST DESIGN FEATURES\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eTouch Switch To Light Up:\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003eNo need for wiring, simply light up your book nook for increased productivity with a convenient lighting solution.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv\u003e\u003cimg alt=\"Sylvia Garden DIY Book Nook Kit | 3D Wooden Puzzle Bookend | Bookshelf Decor Diorama | Miniature House Book Stand\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0691\/3064\/9912\/files\/sylvia_garden_diy_Book_Nook_Kit010.jpg?v=1711603604\"\u003e\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSnap In Design:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003eStreamline your DIY process with traditional mortise and tenon technique. Assembly is a breeze, so you can focus on personalizing your beautiful Sylvia Garden book nook.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv\u003e\u003cimg alt=\"Sylvia Garden DIY Book Nook Kit | 3D Wooden Puzzle Bookend | Bookshelf Decor Diorama | Miniature House Book Stand\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0691\/3064\/9912\/files\/sylvia_garden_diy_Book_Nook_Kit012.jpg?v=1711603639\"\u003e\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSoft Lighting Design:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eThis book nook kit features multi lights source designed to create a stunning light and shadow display. Enjoy the magical glow and transform your space into a beautiful fantasy world.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUpgraded Dust Cover:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eProtect your precious books from dust and damage with our upgraded dust cover. The slot insert design allows for easy application and removal, ensuring your books stay in pristine condition.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLight the Garden Book World\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e- The scenes are carefully designed with a focus on precise details, creating an immersive experience in a peaceful garden inspired by fantastical anime worlds. A fantastic option for any home.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv\u003e\u003cimg alt=\"Sylvia Garden DIY Book Nook Kit | 3D Wooden Puzzle Bookend | Bookshelf Decor Diorama | Miniature House Book Stand\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0691\/3064\/9912\/files\/sylvia_garden_diy_Book_Nook_Kit007.png?v=1711603696\"\u003e\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eA Good Choice of Home Decor\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e- Enrich your home and create a cozy reading corner with a warm light touch switch. It's the ideal choice for home decor, and it'll make your space truly unique.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e\u003cspan\u003eInsertion Assembly \u003c\/span\u003e\u003c\/strong\u003e- This Sylvia Garden DIY Book Nook Kit comes with an innovative insertion assembly. Perfect for adults and children alike, this easy-to-assemble kit is a fast and reliable way to build your own beautiful book nook.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"Sylvia Garden DIY Book Nook Kit | 3D Wooden Puzzle Bookend | Bookshelf Decor Diorama | Miniature House Book Stand\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0691\/3064\/9912\/files\/sylvia_garden_diy_Book_Nook_Kit003.png?v=1711603735\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Quality Materials\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e- Crafted from durable and eco-friendly plywood, ensuring longevity and sustainability. Each plywood piece is meticulously crafted, ensuring a perfect fit and a satisfying building experience.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eNo Additional Tools Needed\u003cspan\u003e \u003c\/span\u003e\u003c\/b\u003e-\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003eNo need to search for separate pieces or spend time figuring out what fits - it's all here for you. Make your bookshelf stand out with this DIY kit.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUnique Gift Idea\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e-\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003eDiscover the perfect balance of artistry and narrative with the Sylvia Garden DIY Book Nook Kit. This unique gift idea adds both beauty and intrigue to any space, making it ideal for entertainment and decoration.\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv\u003e\u003cimg alt=\"Sylvia Garden DIY Book Nook Kit | 3D Wooden Puzzle Bookend | Bookshelf Decor Diorama | Miniature House Book Stand\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0691\/3064\/9912\/files\/sylvia_garden_diy_Book_Nook_Kit011.jpg?v=1711603903\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-specs\"\u003e\n\u003ch2 class=\"specs-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePine Wood, Resin, LED Lights, Acrylic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e(Package) 10.7 × 7.6 × 2.3 in | (Assembly) 7 × 4.3 × 9.8 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e3.36 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly\u003c\/td\u003e\n\u003ctd\u003ePartial (4-6 hours)★★★☆☆\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Source\u003c\/td\u003e\n\u003ctd\u003ePre-cut Plywood Pieces + English Manual + LED Light + Auxiliary Tools（Glue\/Batteries are not included because of custom policies.）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eWipe clean with dry cloth, avoid direct sunlight\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-faq\"\u003e\n\u003ch2 class=\"faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat materials are the puzzle pieces made of?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eEach kit is cut from premium, FSC-certified basswood or birch plywood, chosen for its smooth grain and durability. Mechanical models may also include a handful of metal axles, rubber bands, or acrylic accents to power moving parts and add visual flair—everything is safe, non-toxic, and precisely engineered to fit together without warping.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\u003cspan\u003eDo I need glue or special tools to build the model?\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo glue is required. The pieces are micro-laser-cut for a snug, click-fit assembly, and every kit arrives with the wax, sandpaper, and spare parts you’ll need. A small hobby knife or file can help clean edges if you like, but nothing beyond standard household items is necessary.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\u003cspan\u003eHow long does it take to complete a 3D wooden puzzle?\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eBuild time varies by model size and your experience level. Most mid-size sets (200–300 pieces) take 4–8 relaxing hours, while advanced, gear-driven creations can stretch to 10–15 hours spread over a few evenings. Either way, the process is unrushed and rewarding—perfect for a weekend project or a series of focused crafting sessions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 新增核心交互JS（修复轮播+FAQ） --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46460877471919,"sku":"E6010627YW","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/2_e25c6fae-f7c5-4b37-8c41-9294e063dd3d.jpg?v=1768528742"},{"product_id":"diy-book-nook-flower-house","title":"Plymagic DIY Book Nook - Flower House","description":"\u003cp\u003eCreate a cozy, flower-filled retreat for your bookshelf with this charming DIY kit! Featuring intricate details, warm LED lighting, and lush floral décor, it’s a perfect project for book lovers and crafters alike. Bring your bookshelf to life with this enchanting miniature house!\u003c\/p\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e🧩 What’s Included\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003ePre-cut pieces and miniature accessories\u003c\/li\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003eStep-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1411\" data-end=\"1434\"\u003e\u003cstrong\u003e🎨 Build Experience\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eHours of relaxing creative building\u003c\/li\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eA rewarding display piece you’ll love revisiting\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1644\" data-end=\"1669\"\u003e\u003cstrong\u003e📦 Shipping \u0026amp; Returns\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eFree returns within 7 days of delivery\u003c\/li\u003e\n\u003cli\u003eTypically arrives in 5-10 business days\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e📐 Technical Details\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 11.0cm x 18.5cm x 29.0cm\u003c\/li\u003e\n\u003cli\u003eMaterials: wood, paper, plastic, fabric\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cem\u003eBatteries and glue not included\u003c\/em\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457008816303,"sku":"E6020216HF","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/4_a72aab4c-5ac4-46e7-b2bd-848894f934ad.jpg?v=1768552157"},{"product_id":"diy-book-nook-detective-agency","title":"Plymagic DIY Book Nook - Detective Agency","description":"\u003cp\u003eStep into the world of quaintness with the DIY Book Nook - Detective Agency! Featuring a vintage office scene with dim lighting, evidence board, and intricate details, this kit brings classic intrigue to your bookshelf. It’s a fun, creative project perfect for any craft lover. \u003c\/p\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e🧩 What’s Included\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003ePre-cut pieces and miniature accessories\u003c\/li\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003eStep-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1411\" data-end=\"1434\"\u003e\u003cstrong\u003e🎨 Build Experience\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eHours of relaxing creative building\u003c\/li\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eA rewarding display piece you’ll love revisiting\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1644\" data-end=\"1669\"\u003e\u003cstrong\u003e📦 Shipping \u0026amp; Returns\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eFree returns within 7 days of delivery\u003c\/li\u003e\n\u003cli\u003eTypically arrives in 5-10 business days\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e📐 Technical Details\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 9.0cm x 13.5cm x 16cm\u003c\/li\u003e\n\u003cli\u003eMaterials: wood, fabric, plastic, paper\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cem\u003eBatteries and glue not included\u003c\/em\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457009111215,"sku":"E6020202ZT","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1_bb4c14b7-0486-42ff-bda6-f6da3d5471ef.jpg?v=1768543216"},{"product_id":"diy-book-nook-curators-private-library","title":"Plymagic DIY Book Nook - Curator's Private Library","description":"\u003cp data-start=\"159\" data-end=\"539\"\u003eStep inside the study of a lifelong collector with the \u003cem\u003eCurator’s Private Library\u003c\/em\u003e, a richly detailed DIY book nook kit filled with curiosity, character, and quiet grandeur. Tucked behind beautiful doorways and wood-paneled walls are rows of antique books, maps, globes, busts, and treasures from another era—each miniature piece telling a story of a life devoted to knowledge. Designed for lovers of DIY and crafts, book nooks, and making miniatures, this DIY miniature home invites you to build a scene that feels timeless. \u003c\/p\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e🧩 What’s Included\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003ePre-cut pieces and miniature accessories\u003c\/li\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003eStep-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1411\" data-end=\"1434\"\u003e\u003cstrong\u003e🎨 Build Experience\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eHours of relaxing creative building\u003c\/li\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eA rewarding display piece you’ll love revisiting\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1644\" data-end=\"1669\"\u003e\u003cstrong\u003e📦 Shipping \u0026amp; Returns\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eFree returns within 7 days of delivery\u003c\/li\u003e\n\u003cli\u003eTypically arrives in 5-10 business days\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e📐 Technical Details\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 10.0cm x 11.5cm x 17.0cm \u003c\/li\u003e\n\u003cli\u003eMaterials: wood, paper, resin, fabric\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cem\u003eBatteries and glue not included\u003c\/em\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457009242287,"sku":"E6020214LD","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/2_3f447cb5-a954-4a3b-be08-67ad8d9990c5.jpg?v=1768614607"},{"product_id":"diy-book-nook-car-and-motorcycle-enthusiast","title":"Plymagic DIY Book Nook - Classic Wheels","description":"\u003cp\u003eDiscover a fresh spin on craft ideas with this miniature garage scene where classic autos and bikes meet DIY and crafts fun. Ideal for fans of scale model building and making miniatures, the kit lets kids and adults create a retro storefront that feels like a DIY miniature home. Slip the finished book nook between novels for instant décor, or gift it to collectors of tiny dollhouses, small DIY houses, or anyone eyeing a DIY book nook kit. \u003c\/p\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e🧩 What’s Included\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003ePre-cut pieces and miniature accessories\u003c\/li\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003eStep-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1411\" data-end=\"1434\"\u003e\u003cstrong\u003e🎨 Build Experience\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eHours of relaxing creative building\u003c\/li\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eA rewarding display piece you’ll love revisiting\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1644\" data-end=\"1669\"\u003e\u003cstrong\u003e📦 Shipping \u0026amp; Returns\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eFree returns within 7 days of delivery\u003c\/li\u003e\n\u003cli\u003eTypically arrives in 5-10 business days\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e📐 Technical Details\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 18cm x 23cm x 11cm\u003c\/li\u003e\n\u003cli\u003eMaterials: wood, paper, resin, fabric\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cem\u003eBatteries and glue not included\u003c\/em\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003c!----\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457009471663,"sku":"E6020212QC","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1_adab2720-e1f0-4883-8bc5-957af9a53fc5.jpg?v=1768471978"},{"product_id":"diy-book-nook-classic-cat-tea-shop","title":"Plymagic DIY Book Nook - Classic Cat Tea Shop","description":"\u003cp\u003eCozy up to a purrfectly charming escape with the Classic Cat Tea Shop DIY Book Nook. Nestled between the pages of your shelf, this miniature scene invites you into a quaint little tearoom where feline friends lounge lazily among delicate teacups, pastries, and warm wood furnishings. Every detail—from the vintage signage to the soft ambient lighting—captures the peaceful charm of a timeless café, with a whimsical twist of cat-loving joy. As you assemble each piece, you bring to life a world where stories are shared over tea and the company is always feline-friendly. Perfect for cat lovers, crafters, and anyone who believes magic can be found in the quietest corners.\u003c\/p\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e🧩 What’s Included\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003ePre-cut pieces and miniature accessories\u003c\/li\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003eStep-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1411\" data-end=\"1434\"\u003e\u003cstrong\u003e🎨 Build Experience\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eHours of relaxing creative building\u003c\/li\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eA rewarding display piece you’ll love revisiting\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1644\" data-end=\"1669\"\u003e\u003cstrong\u003e📦 Shipping \u0026amp; Returns\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eFree returns within 7 days of delivery\u003c\/li\u003e\n\u003cli\u003eTypically arrives in 5-10 business days\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e📐 Technical Details\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 15.6cm x 11.0cm x 22.3cm\u003c\/li\u003e\n\u003cli\u003eMaterials: wood, paper, plastic, fabric\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cem\u003eBatteries and glue not included\u003c\/em\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457009668271,"sku":"E6020211MJ","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1_b1d5dea6-886d-42f6-9dac-b3c10aaf3c5b.jpg?v=1767510841"},{"product_id":"diy-book-nook-chronicles-sanctuary","title":"Plymagic DIY Book Nook - Chronicles Sanctuary","description":"\u003cp data-start=\"162\" data-end=\"523\"\u003eEnter a world of timeless tales and scholarly charm with the \u003cem\u003eChronicles Sanctuary\u003c\/em\u003e, a stunning DIY book nook kit designed for book lovers and crafters. This intricate miniature scene recreates an elegant library, complete with arched bookshelves, winding staircases, and cozy reading nooks that glow with warm light.\u003c\/p\u003e\u003cp data-start=\"525\" data-end=\"803\"\u003eWhether you're into DIY or looking for peaceful crafts to do at home, this DIY miniature kit offers hours of satisfying assembly. Perfect as a gift, collectible, or meditative project, the Chronicles Sanctuary transforms your reading nook into a scene from a classic novel.\u003c\/p\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e🧩 What’s Included\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003ePre-cut pieces and miniature accessories\u003c\/li\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003eStep-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1411\" data-end=\"1434\"\u003e\u003cstrong\u003e🎨 Build Experience\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eHours of relaxing creative building\u003c\/li\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eA rewarding display piece you’ll love revisiting\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1644\" data-end=\"1669\"\u003e\u003cstrong\u003e📦 Shipping \u0026amp; Returns\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eFree returns within 7 days of delivery\u003c\/li\u003e\n\u003cli\u003eTypically arrives in 5-10 business days\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e📐 Technical Details\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 11.0cm x 18.0cm x 23.0cm \u003c\/li\u003e\n\u003cli\u003eMaterials: wood, paper, plastic, fabric\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cem\u003eBatteries and glue not included\u003c\/em\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457009766575,"sku":null,"price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1b_68707889-5f9e-462b-8b4f-2c478104dbb1.png?v=1767510844"},{"product_id":"diy-book-nook-christmas-in-magic-night-alley","title":"Plymagic DIY Book Nook - Christmas in Magic Night Alley","description":"\u003cp\u003eStep into the enchanting holiday scene of Christmas in Magic Night Alley! This DIY book nook kit transports you to a whimsical cobblestone alleyway lit by warm holiday lights and sprinkled with festive decor. Designed for holiday lovers and DIY enthusiasts, this kit brings a touch of holiday spirit to your home decor, bookshelf, or as a unique gift. \u003c\/p\u003e\u003cp\u003ePRODUCT FEATURES:\u003c\/p\u003e\u003cp\u003ePlease note that this product needs to be assembled and comes in pieces, including all miniature items displayed. \u003cstrong\u003eBatteries and glue are not included but necessary for assembly \u003c\/strong\u003e(returns for lack of glue or batteries can not be accepted). Tweezers can be helpful.\u003c\/p\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 11cm x 16.8cm x 23.5cm\u003c\/li\u003e\n\u003cli\u003eMaterials: wood, fabric, plastic, paper\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eComes with step-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457009930415,"sku":null,"price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1_d23abe23-2e55-411f-a4c4-b416da4aa1f4.jpg?v=1768183702"},{"product_id":"diy-book-nook-bookstore","title":"Plymagic DIY Book Nook - Bookstore","description":"\u003ch2\u003e\u003cstrong\u003e📚 Introducing the Soul Bookstore DIY Book Nook Kit 📚\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eStep into a world of literary wonder with our\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eSoul Bookstore\u003cspan\u003e \u003c\/span\u003e\u003ca href=\"https:\/\/booknookkit.com\/collections\"\u003eDIY\u003c\/a\u003e\u003cspan\u003e \u003c\/span\u003eBook Nook Kit!\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eCrafted for the book lover in you, this kit promises to whisk you away to the charming streets of a European city with its enchanting storefront design.\u003c\/p\u003e\n\u003cp\u003e\u003ciframe width=\"535\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/AZ5FYB0Zm9w\" title=\"Soul Bookstore DIY Book Nook Kit\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003ch3\u003e\n\u003cstrong\u003e🏠 Soul Bookstore DIY Book Nook Kit Experience European Charm\u003c\/strong\u003e:\u003c\/h3\u003e\n\u003cp\u003eUnlike any other book nook kit, our\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eSoul Bookstore\u003cspan\u003e \u003c\/span\u003e\u003ca href=\"https:\/\/booknookkit.com\/collections\"\u003eDIY\u003cspan\u003e \u003c\/span\u003e\u003c\/a\u003eBook Nook Kit\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eboasts a meticulously crafted facade that mirrors the cozy allure of a bustling European bookstore. From quaint display windows to charming awnings and captivating signage, every detail beckons you to embark on a literary adventure.\u003c\/p\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_e54d0991-7c6f-49a0-af55-f277999b4a46.webp?v=1711617416\" alt=\"Soul Bookstore DIY Book Nook Kit\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003e\u003cstrong\u003e✨ Immerse Yourself in Elegance:\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003eEnter a space where warmth and sophistication collide. Our\u003cspan\u003e \u003c\/span\u003e\u003ca href=\"https:\/\/booknookkit.com\/collections\"\u003eDIY\u003cspan\u003e \u003c\/span\u003e\u003c\/a\u003eBook Nook Kit features plush seating, a stylish coffee table, and an abundance of books elegantly displayed on sleek shelves. Lose yourself in the ambiance of a timeless yet chic setting, perfect for indulging in your favorite reads.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_1_26245af8-004d-48a0-8c80-a3b04d9022a4.webp?v=1711617461\" alt=\"\"\u003e\u003c\/p\u003e\n\u003ch4\u003e\n\u003cstrong\u003e🌿 Discover Vintage Treasures\u003c\/strong\u003e:\u003c\/h4\u003e\n\u003cp\u003eJourney through two stories of nostalgia and charm, where vintage-inspired details await at every turn. Adorned with potted plants, blooming flowers, and carefully curated decor, our book nook invites you to embrace the essence of bygone eras in a modern setting.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_2_f3966303-be3d-4a9d-82fd-d83da6a46c30.webp?v=1711617501\" alt=\"\"\u003e\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003e💡 Illuminate Your Sanctuary:\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cspan\u003eBask in the soft glow of warm lighting, easily controlled by a convenient touch switch. Let the gentle radiance of our book nook transport you to a world where old-world charm meets contemporary comfort, creating a captivating blend of past and present.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_3_7aea4de4-df59-4a95-8c52-2085399505dd.webp?v=1711617533\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003e🎨 Unleash Your Creativity:\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003eWhether you're a seasoned crafter or a newcomer to\u003cspan\u003e \u003c\/span\u003e\u003ca href=\"https:\/\/booknookkit.com\/collections\/diy-book-nook-kit-1\"\u003eDIY projects\u003c\/a\u003e, our\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eSoul Bookstore DIY Book Nook Ki\u003c\/strong\u003et offers a fulfilling creative outlet. Dive into the magic of literature and design as you craft a miniature sanctuary that mirrors your passion for books and timeless vintage style.\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_4_98cf39b5-0a33-4e7e-83dc-609c11f2a10d.webp?v=1711617601\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003e\u003cspan\u003e\u003cstrong\u003e🌟 Celebrate Storytelling:\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h4\u003e\n\u003cp\u003eEmbrace your imagination and embark on a journey into the enchanting world of our\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eSoul Bookstore\u003cspan\u003e \u003c\/span\u003e\u003ca href=\"https:\/\/booknookkit.com\/collections\"\u003eDIY\u003cspan\u003e \u003c\/span\u003e\u003c\/a\u003eBook Nook Kit\u003c\/strong\u003e. Let every corner of your creation tell a tale, inviting you to revel in the art of storytelling like never before.\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_5_bb0bbeaf-abe5-4de0-aaab-fd7de6d77e66.webp?v=1711617635\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePuzzle Pieces\u003c\/strong\u003e: 340 pieces for a satisfying assembly experience.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eAssembly Time\u003c\/strong\u003e: Spend 6 hours indulging in the joy of creation.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e: Crafted from high-quality, eco-friendly wood for a sustainable touch.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_6_8a614109-e814-402c-898f-a80194de8e4a.webp?v=1711617654\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_7_2bc7e52a-1f9c-42a3-99c0-b17e005a59f9.webp?v=1711617675\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_9_bfc2a5a4-9043-4766-82c9-5a19cb1d4d81.webp?v=1711617694\" alt=\"\"\u003e\u003c\/p\u003e\n\u003ch4\u003eDimensions:\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eHeight: 9.4\" (23.4cm)\u003c\/li\u003e\n\u003cli\u003eWidth: 5\" (12.8cm)\u003c\/li\u003e\n\u003cli\u003eDepth: 8.2\" (21cm)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_10_cfeaa4f6-2491-4678-ad89-baffbf864703.webp?v=1711617786\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"w-full text-token-text-primary sm:AIPRM__conversation__response\" data-testid=\"conversation-turn-3\"\u003e\n\u003cdiv class=\"px-4 py-2 justify-center text-base md:gap-6 m-auto\"\u003e\n\u003cdiv class=\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] group final-completion\"\u003e\n\u003cdiv class=\"relative flex w-full flex-col agent-turn\"\u003e\n\u003cdiv class=\"flex-col gap-1 md:gap-3\"\u003e\n\u003cdiv class=\"flex flex-grow flex-col max-w-full\"\u003e\n\u003cdiv data-message-author-role=\"assistant\" data-message-id=\"57ec1fd9-56cb-410b-8c2f-ddb9a164450d\" class=\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+\u0026amp;]:mt-5 overflow-x-auto\"\u003e\n\u003cdiv class=\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\"\u003e\n\u003ch4\u003e\u003cstrong\u003e📝 Notes:\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003ePackage includes essential information for your reference.\u003c\/li\u003e\n\u003cli\u003eAdult supervision required for children during assembly.\u003c\/li\u003e\n\u003cli\u003eRequires 2 AAA batteries for operation.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eEmbark on a journey of creativity and nostalgia with the\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eSoul Bookstore\u003cspan\u003e \u003c\/span\u003e\u003ca href=\"https:\/\/en.wikipedia.org\/wiki\/Do_it_yourself\" rel=\"noreferrer noopener\" target=\"_blank\"\u003eDIY\u003cspan\u003e \u003c\/span\u003e\u003c\/a\u003eBook Nook Kit\u003c\/strong\u003e. Let your imagination run wild as you bring the magic of literature to life in your own home! 📖✨\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457010749615,"sku":"E5123115SG","price":62.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/2_b1154cef-07bf-4393-ac41-9aa800e6de6f.jpg?v=1768544405"},{"product_id":"diy-book-nook-bonsai-zen-alcove","title":"Plymagic DIY Book Nook - Bonsai Zen Alcove","description":"\u003cp data-end=\"606\" data-start=\"93\"\u003eStep into stillness with the Bonsai Zen Alcove, a serene DIY book nook that captures the essence of a traditional Japanese tea room. From the miniature shoji screens to the low wooden desk and bamboo-lined shelves, every detail whispers calm. A tiny rock garden greets you at the entrance, while soft lantern lighting glows behind printed paper windows, inviting you to slow down and breathe in the quiet. A quiet, grounded space—built one piece at a time.\u003c\/p\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e🧩 What’s Included\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003ePre-cut pieces and miniature accessories\u003c\/li\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003eStep-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1411\" data-end=\"1434\"\u003e\u003cstrong\u003e🎨 Build Experience\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eHours of relaxing creative building\u003c\/li\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eA rewarding display piece you’ll love revisiting\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1644\" data-end=\"1669\"\u003e\u003cstrong\u003e📦 Shipping \u0026amp; Returns\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eFree returns within 7 days of delivery\u003c\/li\u003e\n\u003cli\u003eTypically arrives in 5-10 business days\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e📐 Technical Details\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 10.5cm x 10.0cm x 14.5cm \u003c\/li\u003e\n\u003cli\u003eMaterials: wood, paper, fabric, resin, plastic\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cem\u003eBatteries and glue not included\u003c\/em\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457010782383,"sku":"E6020209HF","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1_882d1540-0611-448a-a58d-8c47c7d27d5e.jpg?v=1768463762"},{"product_id":"diy-book-nook-aristocats-study","title":"Plymagic DIY Book Nook - Aristocat's Study","description":"\u003cp data-start=\"141\" data-end=\"507\"\u003eStep into the refined world of feline sophistication with the Aristocat’s Study DIY Book Nook. Hidden behind a cat-shaped grand wooden door lies a lavish study adorned with tiny oil portraits of noble tabbies, antique bookshelves, velvet drapes, and a crackling fireplace—everything a cultured cat could need for an evening of reading and reflection. Perfect for cat lovers, bookworms, and miniature enthusiasts, this charming insert nestles between your books and adds a touch of storybook fun to any shelf.\u003c\/p\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e🧩 What’s Included\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003ePre-cut pieces and miniature accessories\u003c\/li\u003e\n\u003cli data-start=\"1315\" data-end=\"1396\"\u003eStep-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1411\" data-end=\"1434\"\u003e\u003cstrong\u003e🎨 Build Experience\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eHours of relaxing creative building\u003c\/li\u003e\n\u003cli data-start=\"1435\" data-end=\"1559\"\u003eA rewarding display piece you’ll love revisiting\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1644\" data-end=\"1669\"\u003e\u003cstrong\u003e📦 Shipping \u0026amp; Returns\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eFree returns within 7 days of delivery\u003c\/li\u003e\n\u003cli\u003eTypically arrives in 5-10 business days\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-start=\"1291\" data-end=\"1313\"\u003e\u003cstrong\u003e📐 Technical Details\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 11.8cm x 10.0cm x 17.1cm \u003c\/li\u003e\n\u003cli\u003eMaterials: wood, paper, plastic, fabric\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cem\u003eBatteries and glue not included\u003c\/em\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457010880687,"sku":"E6020208MSF","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/6_f937f196-0a0d-4456-8c2e-2dfd80ed47e5.png?v=1767510855"},{"product_id":"diy-book-nook-car-workshop","title":"Plymagic DIY Book Nook - Apocalyptic Car Workshop Bunker","description":"\u003cp\u003eBuild a rugged underground garage with this DIY Book Nook! This immersive miniature scene captures a hidden underground garage where survivors repair battle vehicle and craft makeshift gear. Featuring rusted tools, armory, high-tech car with a sleek aggressive design, and atmospheric LED lighting, it’s perfect for dystopian fans and creative builders. A must-have for any survival-themed collection, bringing a rugged, industrial touch to your shelf.\u003c\/p\u003e\u003ch4 data-end=\"1313\" data-start=\"1291\"\u003e\u003cstrong\u003e🧩 What’s Included\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-end=\"1396\" data-start=\"1315\"\u003ePre-cut pieces and miniature accessories\u003c\/li\u003e\n\u003cli data-end=\"1396\" data-start=\"1315\"\u003eStep-by-step instructions manual\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-end=\"1434\" data-start=\"1411\"\u003e\u003cstrong\u003e🎨 Build Experience\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli data-end=\"1559\" data-start=\"1435\"\u003eHours of relaxing creative building\u003c\/li\u003e\n\u003cli data-end=\"1559\" data-start=\"1435\"\u003eA rewarding display piece you’ll love revisiting\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-end=\"1669\" data-start=\"1644\"\u003e\u003cstrong\u003e📦 Shipping \u0026amp; Returns\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eFree returns within 7 days of delivery\u003c\/li\u003e\n\u003cli\u003eTypically arrives in 5-10 business days\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch4 data-end=\"1313\" data-start=\"1291\"\u003e\u003cstrong\u003e📐 Technical Details\u003c\/strong\u003e\u003c\/h4\u003e\u003cul\u003e\n\u003cli\u003eDimensions: 10.0cm x 19.6cm x 24.0cm\u003c\/li\u003e\n\u003cli\u003eMaterials: wood, fabric, plastic, paper\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cem\u003eBatteries and glue not included\u003c\/em\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457011011759,"sku":"E6020207QC","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1_7b3095c2-133c-4f0d-a300-59e704b1cee4.jpg?v=1768556239"},{"product_id":"build-your-own-miniature-mechanic-shop-garage-auto-repair-3d-wooden-house-book-nook-kit-374-pcs","title":"Plymagic DIY Book Nook – Auto Repair 3D Wooden House","description":"\u003cp\u003eStep into a time of oil cans, leather gloves, and vintage craftsmanship with the Retro Auto Repair Shop, a rugged and nostalgic DIY book nook kit that celebrates the golden age of garages. Featuring a classic roadster on the lift, rows of tiny tools, and wood-paneled walls lined with tools and spare parts, this miniature scene brings mechanical history to life in stunning detail.\u003c\/p\u003e\n\u003cp\u003ePerfect for fans of DIY and crafts, book nook kits, and making miniatures with a vintage twist, this DIY miniature project is a satisfying tribute to hands-on skill and timeless design. Built to display, but made to be admired—this little garage runs on craftsmanship and a love for the classics.\u003c\/p\u003e\n\u003cp\u003e🧩 What’s Included\u003cbr\u003ePre-cut pieces and miniature accessories\u003cbr\u003eStep-by-step instructions manual\u003cbr\u003e🎨 Build Experience\u003cbr\u003eHours of relaxing creative building\u003cbr\u003eA rewarding display piece you’ll love revisiting\u003cbr\u003e📦 Shipping \u0026amp; Returns\u003cbr\u003eFree returns within 7 days of delivery\u003cbr\u003eTypically arrives in 5-10 business days\u003cbr\u003e📐 Technical Details\u003cbr\u003eDimensions: 11.0cm x 18.0cm x 23cm \u003cbr\u003eMaterials: wood, paper, resin, fabric\u003cbr\u003eBatteries and glue not included\u003c\/p\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457011241135,"sku":"E6020206QX","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/il_1140xN.7283074177_i941.webp?v=1767510857"},{"product_id":"hand-assembled-bookend-antique-book-collection-room-model","title":"Plymagic DIY Book Nook- Antique Book Collection Room","description":"\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/4170\/9092\/files\/1_85712c4d-528e-4d2e-a944-0b5a561ee709.jpg?v=1766648028\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/4170\/9092\/files\/2_a5ee1d04-f00d-4ac5-a260-e585d53e4273.jpg?v=1766648028\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/4170\/9092\/files\/3_1a9c6461-7264-439a-b9bd-83bcda20eaa2.jpg?v=1766648028\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/4170\/9092\/files\/4_bfe9ebc9-8c61-427a-8836-f9b71902c206.jpg?v=1766648028\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/4170\/9092\/files\/5_edc3ed46-d805-4a84-b04c-d2ec150293a9.jpg?v=1766648028\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/4170\/9092\/files\/6_90cce3ce-0ca0-4d55-90ca-0b60efad9f54.jpg?v=1766648028\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/4170\/9092\/files\/7_8deff5d3-ab18-4211-b2c5-6012f87faa5e.jpg?v=1766648028\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/4170\/9092\/files\/8_fbbb31eb-5037-4254-9d52-f12e18e0bbf1.jpg?v=1766648028\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/4170\/9092\/files\/9_ed83878f-310d-4b52-9538-4bd07a4ec91f.jpg?v=1766648028\" alt=\"\"\u003e\u003c\/p\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46457011306671,"sku":"E6020205YW","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1_83007f84-bc6c-4821-aa21-189e19ade6b6.jpg?v=1768271867"},{"product_id":"plymagic-booknook","title":"Plymagic DIY Book Nook - Dinosaur Museum Dollhouse Kit","description":"\u003cp\u003eBuild your own prehistoric world, piece by piece!\u003cbr\u003eStep into the Dinosaur Research Institute — a miniature museum you assemble yourself, filled with fossils, skeletons, and research treasures. Perfect for craft lovers and dinosaur enthusiasts alike, this DIY dollhouse kit turns creativity into a stunning display.\u003c\/p\u003e\n\u003cp\u003e✨ Features:\u003cbr\u003e• Theme: Dinosaur Research Institute \/ Prehistoric Museum\u003cbr\u003e• Finished Size: 18.3 L × 12.6 H × 11.6 W cm\u003cbr\u003e• Materials: High-quality wood, paper, fabric, and resin\u003cbr\u003e• Included Items: Pre-cut wooden pieces, printed papers, miniature accessories, fossils, LED lighting kit, and illustrated instructions\u003cbr\u003e• Lighting: Warm LED lights for a realistic museum glow\u003cbr\u003e• Assembly Time: 12–16 hours of creative fun\u003cbr\u003e• Skill Level: Intermediate — great for patient beginners and hobbyists\u003cbr\u003e• Note: Glue and batteries not included due to shipping regulations\u003c\/p\u003e\n\u003cp\u003e🏠 Perfect For:\u003cbr\u003e• Unique home décor for desks, shelves, or study corners\u003cbr\u003e• Educational and fun paleontology-inspired craft project\u003cbr\u003e• Creative gift for dinosaur lovers, crafters, and hobbyists\u003cbr\u003e• Bonding activity for families or friends\u003c\/p\u003e\n\u003cp\u003e🌟 Why It’s Special:\u003cbr\u003eUnlike mass-produced décor, this is your creation. Every fossil display, research desk, and tiny detail comes together under your hands, making it truly one-of-a-kind.\u003c\/p\u003e\n\u003cp\u003e⚠ Safety Notes:\u003cbr\u003e• Contains small parts — not suitable for children under 8 years\u003cbr\u003e• Adult supervision recommended\u003cbr\u003e• Intended for hobby use, not a toy\u003c\/p\u003e\n\u003cp\u003e📦 Order now to bring this prehistoric adventure to life — one fossil at a time!\u003c\/p\u003e","brand":"Koin","offers":[{"title":"Dinosaur Research Institute","offer_id":46463366103215,"sku":"E6010712YJY","price":36.99,"currency_code":"USD","in_stock":true},{"title":"The End of the Dinosaurs","offer_id":46463366135983,"sku":"E6010712MR","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Senlong Secret Realm","offer_id":46463366168751,"sku":"E6010712MJ","price":36.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/ce011228dbb41b2b0117ca3fa0e43519.jpg?v=1768196834"},{"product_id":"dating-alley","title":"Plymagic DIY Book Nook - Dating Alley","description":"\u003cp\u003e\u003cstrong\u003e⭐️ 1 x Front Protective Dust Cover is included\u003c\/strong\u003e\u003c\/p\u003e\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e✂️ \u003c\/span\u003eDo-It-Yourself Fun\u003c\/p\u003e\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cmeta charset=\"utf-8\"\u003e⚙️ \u003c\/span\u003eComplete Building Kit\u003c\/p\u003e\u003cp class=\"p1\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e📦 \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003eDimensions\u003c\/span\u003e: 9.5\u003cspan data-mce-fragment=\"1\"\u003e in x 7.5 in x 4.3 in\u003c\/span\u003e\u003c\/p\u003e\u003cp\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003e📝 \u003cmeta charset=\"utf-8\"\u003e Glue, batteries and scissors are not included\u003c\/span\u003e\u003c\/p\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46467114893487,"sku":"TGB10-Dating Alley","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/7_83892d0d-402a-478c-8a46-2913a7310eab.jpg?v=1769156343"},{"product_id":"romantic-wedding-dress-diy-book-nook-kit","title":"Plymagic DIY Book Nook - Romantic Wedding Dress","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003cstyle\u003e\n\/* Keep all original font sizes unchanged *\/\n.product-wrap {\n  max-width: 1000px;\n  margin: 2rem auto;\n  padding: 0 1rem;\n}\n.product-img {\n  width: 100%;\n  height: auto;\n  border-radius: 8px;\n  margin-bottom: 16px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n}\n.feature-card {\n  background: #f8f8f8;\n  border-radius: 8px;\n  padding: 1rem;\n  margin-bottom: 1rem;\n}\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: #f8f8f8;\n  border-radius: 8px;\n  overflow: hidden;\n}\n.specs-table tr {\n  border-bottom: 1px solid #e5e7eb;\n}\n.specs-table tr:last-child {\n  border-bottom: none;\n}\n.specs-table th, .specs-table td {\n  padding: 0.75rem 1rem;\n  text-align: left;\n}\n.specs-table th {\n  width: 40%;\n  font-weight: 500;\n  color: #666;\n  background: #ced4d9;\n}\n.specs-table td {\n  font-weight: 500;\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"product-wrap\"\u003e\n  \u003c!-- SEO-Optimized Main Title --\u003e\n  \u003ch4 style=\"text-align: center; font-size: 28px; margin-bottom: 20px;\"\u003e👰♀️ 💒 Romantic Wedding Dress DIY Book Nook Kit\u003c\/h4\u003e\n\n  \u003c!-- Product Introduction --\u003e\n  \u003cp style=\"text-align: justify; font-size: 16px;\"\u003eBuild a dreamy miniature wedding scene with this detailed DIY book nook kit. Perfect for hobbyists and collectors, it features exquisite furniture and decorations to bring your vision to life.\u003c\/p\u003e\n\n  \u003c!-- Product Main Image --\u003e\n  \u003cimg alt=\"Romantic Wedding Dress DIY Book Nook Kit main view\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_404b86a4-c070-458f-810d-c93e1c9c0dd6.jpg?v=1720770602\"\u003e\n\n  \u003c!-- Features and Specifications --\u003e\n  \u003ch2 style=\"font-size: 18px; font-weight: bold; margin: 2rem 0 1rem;\"\u003eFeatures \u0026amp; Specifications\u003c\/h2\u003e\n  \u003ctable class=\"specs-table\"\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003cth\u003eMaterial\u003c\/th\u003e\n        \u003ctd\u003eWood, Fabric, Paper, Resin, Plastic, Metal\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003eFinished Size\u003c\/th\u003e\n        \u003ctd\u003e25cm × 10.7cm × 16.7cm\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003ePackage Includes\u003c\/th\u003e\n        \u003ctd\u003eAll Furniture + Colorful Chinese Instruction Manual\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003eExclusions\u003c\/th\u003e\n        \u003ctd\u003eGlue, Tools, Batteries \u0026amp; Dolls; Requires 3×LR44\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n  \u003c!-- Craftsmanship --\u003e\n  \u003ch2 style=\"font-size: 18px; font-weight: bold; margin: 2rem 0 1rem;\"\u003ePremium Craftsmanship\u003c\/h2\u003e\n  \u003cp style=\"text-align: justify; font-size: 16px;\"\u003ePrecision-cut pieces fit seamlessly. High-quality materials ensure durability and a realistic, long-lasting finish.\u003c\/p\u003e\n  \u003cimg alt=\"Wedding book nook craftsmanship details\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_1_5f551ff4-fe56-4015-88f6-6a6b006c03e6.jpg?v=1720770676\"\u003e\n\n  \u003c!-- Assembly Guide --\u003e\n  \u003ch2 style=\"font-size: 18px; font-weight: bold; margin: 2rem 0 1rem;\"\u003eEasy Assembly\u003c\/h2\u003e\n  \u003cdiv class=\"feature-card\"\u003e\n    \u003cp style=\"font-size: 16px; margin-bottom: 0.5rem;\"\u003e1. Organize parts with the picture manual\u003c\/p\u003e\n    \u003cp style=\"font-size: 16px; margin-bottom: 0.5rem;\"\u003e2. Build the main structure (walls, floors)\u003c\/p\u003e\n    \u003cp style=\"font-size: 16px; margin-bottom: 0.5rem;\"\u003e3. Add furniture and decorative details\u003c\/p\u003e\n    \u003cp style=\"font-size: 16px; margin-bottom: 0.5rem;\"\u003e4. Install LED lighting (batteries not included)\u003c\/p\u003e\n    \u003cp style=\"font-size: 16px;\"\u003e5. Final adjustments and display\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cimg alt=\"Wedding dress and chandelier details\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_2_258d05c4-7923-43ea-872a-b3bcea650580.jpg?v=1720770724\"\u003e\n  \u003cimg alt=\"Book nook interior assembly details\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_3_62d32cb4-3cbe-4979-b3ce-68e9f314e250.jpg?v=1720770740\"\u003e\n\n  \u003c!-- Personalization --\u003e\n  \u003ch2 style=\"font-size: 18px; font-weight: bold; margin: 2rem 0 1rem;\"\u003eCustomizable\u003c\/h2\u003e\n  \u003cul style=\"font-size: 16px; margin-left: 1.5rem; margin-bottom: 1rem;\"\u003e\n    \u003cli\u003eAdd personal decorations\u003c\/li\u003e\n    \u003cli\u003eInclude miniature photos\/memorabilia\u003c\/li\u003e\n    \u003cli\u003eAdjust color schemes\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cimg alt=\"Personalized wedding book nook ideas\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_4_264e67db-1041-4ee7-8c1f-339c6b1cde58.jpg?v=1720770866\"\u003e\n  \u003cimg alt=\"Romantic wedding book nook display\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_5_2ba5e314-48eb-4e33-a8e3-3346e24b9ec7.jpg?v=1720770869\"\u003e\n\n  \u003c!-- Tips --\u003e\n  \u003ch2 style=\"font-size: 18px; font-weight: bold; margin: 2rem 0 1rem;\"\u003eAssembly Tips\u003c\/h2\u003e\n  \u003cdiv class=\"feature-card\"\u003e\n    \u003cp style=\"font-size: 16px; margin-bottom: 0.5rem;\"\u003e• Manual is Chinese-only but has clear pictures\u003c\/p\u003e\n    \u003cp style=\"font-size: 16px; margin-bottom: 0.5rem;\"\u003e• Use tweezers for small parts\u003c\/p\u003e\n    \u003cp style=\"font-size: 16px;\"\u003e• Double-check part orientation if fitting issues\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cimg alt=\"Book nook assembly challenge tips\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_6_23fa20b0-6348-4489-942b-defb4b98c8e9.jpg?v=1720777875\"\u003e\n  \u003cimg alt=\"Miniature furniture details\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_8_97011ada-9ec9-48be-b475-a03cf96755cf.jpg?v=1720777875\"\u003e\n  \u003cimg alt=\"Wedding book nook full scene\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_7_32271f9e-f4d2-4d4b-9a38-1675e6ec997a.jpg?v=1720777875\"\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2 style=\"font-size: 18px; font-weight: bold; margin: 2rem 0 1rem;\"\u003eFAQ\u003c\/h2\u003e\n  \u003cdiv class=\"feature-card\"\u003e\n    \u003cp style=\"font-size: 16px; margin-bottom: 0.5rem;\"\u003e\u003cstrong\u003eQ:\u003c\/strong\u003e Glue\/batteries included? \u003cstrong\u003eA:\u003c\/strong\u003e No, need 3×LR44 batteries\u003c\/p\u003e\n    \u003cp style=\"font-size: 16px; margin-bottom: 0.5rem;\"\u003e\u003cstrong\u003eQ:\u003c\/strong\u003e English manual? \u003cstrong\u003eA:\u003c\/strong\u003e Chinese-only with detailed pictures\u003c\/p\u003e\n    \u003cp style=\"font-size: 16px; margin-bottom: 0.5rem;\"\u003e\u003cstrong\u003eQ:\u003c\/strong\u003e For beginners? \u003cstrong\u003eA:\u003c\/strong\u003e Yes, suitable for all skill levels\u003c\/p\u003e\n    \u003cp style=\"font-size: 16px;\"\u003e\u003cstrong\u003eQ:\u003c\/strong\u003e Assembly time? \u003cstrong\u003eA:\u003c\/strong\u003e Several hours, depending on experience\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Product Dimensions --\u003e\n  \u003cimg alt=\"Product dimensions: 25 x 10.7 x 16.7 cm\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_15_eb439e55-0fac-41a7-9752-d525c06cfc75.jpg?v=1720778105\"\u003e\n\n  \u003c!-- Final CTA --\u003e\n  \u003cp style=\"text-align: justify; font-size: 16px; margin-top: 2rem;\"\u003eA perfect gift and delightful crafting project. Build your unique wedding scene and display it proudly!\u003c\/p\u003e\n\n  \u003c!-- Additional Images --\u003e\n  \u003cimg alt=\"Wedding book nook final display\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_10_7292bc70-a8e2-4882-8754-f14f4fe0bc44.jpg?v=1720778112\"\u003e\n  \u003cimg alt=\"Miniature wedding scene details\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_14_d531f53b-c169-4707-aed6-be40d3d1b624.jpg?v=1720778113\"\u003e\n  \u003cimg alt=\"Book nook interior with LED lights\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_13_5d53ef34-4d0f-4919-a2cf-4abe042b0c6c.jpg?v=1720778114\"\u003e\n  \u003cimg alt=\"Romantic wedding book nook side view\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_12_0303376c-1bb6-4abb-a202-8f17cae59042.jpg?v=1720778114\"\u003e\n  \u003cimg alt=\"Colorful instruction manual\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3482\/7818\/files\/indir_16_2135bdbd-0d6c-4846-8eca-6909edf3f7f1.jpg?v=1720778113\"\u003e\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46468280385711,"sku":"E6041401SL","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/Romantic-Wedding-Dress-DIY-Book-Nook-Kit-Book-Nook-Kit-Australia-41309070033210.jpg?v=1767863463"},{"product_id":"magic-abode-diy-book-nook-kit","title":"Plymagic DIY Book Nook - Magic Abode","description":"\u003c!-- 最外层隔离容器：样式仅作用于内部，不影响网站其他元素 --\u003e\n\u003cstyle\u003e\n  \/* ========== 样式完全隔离：所有样式嵌套在.custom-product-section下，不污染全局 ========== *\/\n  .custom-product-section * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* ========== 全店统一正文标题字体样式（与过往产品100%一致） ========== *\/\n  .custom-product-section :root {\n    --text-main: #201a17;\n    --text-light: #6a5f56;\n    --bg-light: #f8f8f8;\n    --border: #e5e7eb;\n    --font: Arial, sans-serif;\n  }\n  .custom-product-section body {\n    font-family: var(--font);\n    color: #3d3732;\n    line-height: 1.75;\n  }\n  .custom-product-section .product-wrap {\n    max-width: 1000px;\n    margin: 2rem auto;\n    padding: 0 1rem;\n  }\n\n  \/* ========== 全店统一标题字体样式（无任何修改） ========== *\/\n  .custom-product-section .main-title {\n    font-size: 30px;\n    font-weight: 700;\n    line-height: 1.25;\n    letter-spacing: -0.02em;\n    color: #201a17;\n    margin-bottom: 1.5rem;\n    text-align: center;\n  }\n  .custom-product-section .module-title {\n    font-size: 24px;\n    font-weight: 700;\n    line-height: 1.35;\n    letter-spacing: -0.01em;\n    color: #201a17;\n    margin: 2rem 0 1rem;\n  }\n  .custom-product-section .feature-title {\n    font-size: 17px;\n    font-weight: 700;\n    line-height: 1.45;\n    color: #201a17;\n    margin-bottom: 0.8rem;\n  }\n\n  \/* ========== 全店统一布局样式 ========== *\/\n  .custom-product-section .product-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 1rem;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n    display: block;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  .custom-product-section .feature-card {\n    background: var(--bg-light);\n    border-radius: 8px;\n    padding: 1.2rem;\n    margin-bottom: 1.2rem;\n  }\n  .custom-product-section .feature-desc {\n    color: var(--text-light);\n    font-size: 15px;\n    margin-bottom: 0.6rem;\n  }\n  .custom-product-section .feature-desc:last-child {\n    margin-bottom: 0;\n  }\n  .custom-product-section .feature-desc li {\n    margin-left: 1.2rem;\n    margin-bottom: 0.3rem;\n  }\n  .custom-product-section .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--bg-light);\n    border-radius: 8px;\n    overflow: hidden;\n  }\n  .custom-product-section .specs-table tr {\n    border-bottom: 1px solid var(--border);\n  }\n  .custom-product-section .specs-table tr:last-child {\n    border-bottom: none;\n  }\n  .custom-product-section .specs-table th, .custom-product-section .specs-table td {\n    padding: 0.85rem 1rem;\n    text-align: left;\n    font-size: 15px;\n  }\n  .custom-product-section .specs-table th {\n    width: 40%;\n    font-weight: 500;\n    color: var(--text-light);\n  }\n  .custom-product-section .specs-table td {\n    font-weight: 500;\n    color: var(--text-main);\n  }\n\n  \/* ========== 响应式：全店统一规则 ========== *\/\n  @media (min-width: 768px) {\n    .custom-product-section .main-title {\n      font-size: 36px;\n    }\n    .custom-product-section .module-title {\n      font-size: 26px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"custom-product-section\"\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003c!-- SEO优化主标题：核心关键词全覆盖 --\u003e\u003c!-- 核心亮点 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e✨ Let Your Bookshelf Cast a Spell\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eStep into a world of enchantment with the Magic Abode DIY Book Nook Kit—a beautifully crafted miniature wizard’s study glowing with warm candlelight and filled with spellbooks, arcane scrolls, potions, maps, and mystical artifacts.\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eInspired by ancient castle architecture, this intricate nook features gothic arches, detailed woodwork, and layered 3D scenes that pull you into the heart of a magical sanctuary. Every corner tells a story, making it the perfect project for fantasy lovers, collectors, and crafters who crave immersive builds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 产品主图（侧视图展示哥特外观） --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0669\/7785\/7826\/files\/Magic-Abode-side-view.jpg?v=1763628351\" loading=\"lazy\" class=\"product-img\" alt=\"Magic Abode Book Nook side view with gothic archway exterior\"\u003e \u003c!-- 核心卖点1：精致中世纪家具细节 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e🏰 Exquisite Medieval \u0026amp; Wizardry Details\u003c\/p\u003e\n\u003cul class=\"feature-desc\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eWizard’s Study Theme:\u003c\/strong\u003e Packed with spellbooks, quills, potions, scrolls, and magical artifacts\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRetro Rocking Chair:\u003c\/strong\u003e Authentic medieval-style furniture for a cozy atmosphere\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCozy Fireplace:\u003c\/strong\u003e Creates a warm, inviting magical study environment\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTreasure Chest:\u003c\/strong\u003e Filled with hidden secrets and miniature treasures\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0669\/7785\/7826\/files\/Magic-Abode-retro-rocking-chair-tresure-chest-fireplace-medieval-furniture.jpg?v=1763628351\" loading=\"lazy\" class=\"product-img\" alt=\"Magic Abode medieval furniture details including rocking chair and fireplace\"\u003e \u003c!-- 核心卖点2：独特设计亮点 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e🔮 Unique Magical Features\u003c\/p\u003e\n\u003cul class=\"feature-desc\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eGothic Archway Exterior:\u003c\/strong\u003e Elegant structure with carved symbols and enchanting text\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTouch LED Lighting:\u003c\/strong\u003e Creates a warm, magical atmosphere inside the miniature\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRich 3D Layering:\u003c\/strong\u003e Multi-level shelves, windows, and furniture for immersive depth\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHigh-Detail Craftsmanship:\u003c\/strong\u003e Precision-cut wooden pieces with ornate detailing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDIY Creative Experience:\u003c\/strong\u003e Rewarding build for crafters, fantasy fans, and collectors\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0669\/7785\/7826\/files\/Magic-Abode-medieval-accessory.jpg?v=1763628351\" loading=\"lazy\" class=\"product-img\" alt=\"Magic Abode medieval and magical miniature accessories\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 产品规格图 --\u003e\n\u003ch3 class=\"module-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eMagic Abode DIY Book Nook Kit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTheme\u003c\/th\u003e\n\u003ctd\u003eWizard Study \/ Gothic Castle \/ Medieval Magic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinished Size\u003c\/th\u003e\n\u003ctd\u003e217mm × 110mm × 139mm \/ 8.5\" × 4.3\" × 5.5\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCore Material\u003c\/th\u003e\n\u003ctd\u003eEco-Friendly MDF Wood, Fabric, Paper, Electronic Components\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLighting Feature\u003c\/th\u003e\n\u003ctd\u003ePre-Assembled Touch-Activated LED Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eEstimated Assembly Time\u003c\/th\u003e\n\u003ctd\u003e6–8 Hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDifficulty Level\u003c\/th\u003e\n\u003ctd\u003e★★★★★ (Advanced Intermediate)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Age\u003c\/th\u003e\n\u003ctd\u003e14 Years and Above\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Supply\u003c\/th\u003e\n\u003ctd\u003e3 × AAA Batteries (NOT Included)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDust Cover\u003c\/th\u003e\n\u003ctd\u003eNot Included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Scenarios\u003c\/th\u003e\n\u003ctd\u003eBookshelf Decor, Home Decoration, DIY Hobby, Unique Gift, Fantasy Collection\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 包装清单 --\u003e\n\u003ch3 class=\"module-title\"\u003eWhat's in the Box\u003c\/h3\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cul class=\"feature-desc\"\u003e\n\u003cli\u003ePrecision Pre-Cut MDF Wooden Pieces\u003c\/li\u003e\n\u003cli\u003ePre-Assembled Touch-Activated LED Light System\u003c\/li\u003e\n\u003cli\u003eSandpaper and Precision Tweezers\u003c\/li\u003e\n\u003cli\u003eAll Paper Decorations and Fabric Elements\u003c\/li\u003e\n\u003cli\u003eFull-Color Step-by-Step English Instruction Manual\u003c\/li\u003e\n\u003cli\u003eSpare Parts Pack\u003c\/li\u003e\n\u003cli\u003ePremium Gift Box Packaging\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0669\/7785\/7826\/files\/Magic-Abode-product-information.jpg?v=1763628351\" loading=\"lazy\" class=\"product-img\" alt=\"Magic Abode Book Nook product dimensions and specifications\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 配件细节图 --\u003e\n\u003cdiv class=\"feature-card\" style=\"margin-top: 1.5rem;\"\u003e\n\u003cp class=\"feature-title\"\u003e⚠️ Important Notes\u003c\/p\u003e\n\u003cul class=\"feature-desc\"\u003e\n\u003cli\u003e3 AAA batteries for the LED light system are NOT included due to shipping restrictions\u003c\/li\u003e\n\u003cli\u003eContains small parts. Keep away from children under 3 years old to prevent choking hazards\u003c\/li\u003e\n\u003cli\u003eAdult supervision is recommended for younger teenagers during assembly\u003c\/li\u003e\n\u003cli\u003eHandle the small delicate pieces with care to avoid damage\u003c\/li\u003e\n\u003cli\u003eDo not expose to high temperatures or direct sunlight for extended periods\u003c\/li\u003e\n\u003cli\u003eFollow the instruction manual carefully for best results with the touch LED system\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- 结尾文案 --\u003e\n\u003cp style=\"text-align: center; margin-top: 2rem; font-size: 1.1rem; color: #201a17; font-style: italic;\"\u003e\"A Portal to Wonder, Hidden on Your Shelf. Once assembled, Magic Abode transforms any bookshelf into a gateway to another world—where imagination thrives and magic never fades.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 闭合最外层隔离容器 --\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46468339269807,"sku":"E6010901YW","price":62.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/Magic-Abode-front-view.jpg?v=1767867112"},{"product_id":"wisdom-ring-book-repository","title":"Plymagic DIY Book Nook - Wisdom Ring Book Repository","description":"\u003c!-- 最外层隔离容器：样式仅作用于内部，不影响网站其他元素 --\u003e\n\u003cdiv class=\"custom-product-section\"\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  \/* ========== 样式完全隔离：所有样式嵌套在.custom-product-section下，不污染全局 ========== *\/\n  .custom-product-section * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* ========== 全店统一正文标题字体样式（与过往产品100%一致） ========== *\/\n  .custom-product-section :root {\n    --text-main: #201a17;\n    --text-light: #6a5f56;\n    --bg-light: #f8f8f8;\n    --border: #e5e7eb;\n    --font: Arial, sans-serif;\n  }\n  .custom-product-section body {\n    font-family: var(--font);\n    color: #3d3732;\n    line-height: 1.75;\n  }\n  .custom-product-section .product-wrap {\n    max-width: 1000px;\n    margin: 2rem auto;\n    padding: 0 1rem;\n  }\n\n  \/* ========== 全店统一标题字体样式（无任何修改） ========== *\/\n  .custom-product-section .main-title {\n    font-size: 30px;\n    font-weight: 700;\n    line-height: 1.25;\n    letter-spacing: -0.02em;\n    color: #201a17;\n    margin-bottom: 1.5rem;\n    text-align: center;\n  }\n  .custom-product-section .module-title {\n    font-size: 24px;\n    font-weight: 700;\n    line-height: 1.35;\n    letter-spacing: -0.01em;\n    color: #201a17;\n    margin: 2rem 0 1rem;\n  }\n  .custom-product-section .feature-title {\n    font-size: 17px;\n    font-weight: 700;\n    line-height: 1.45;\n    color: #201a17;\n    margin-bottom: 0.8rem;\n  }\n\n  \/* ========== 全店统一布局样式 ========== *\/\n  .custom-product-section .product-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 1rem;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  }\n  .custom-product-section .feature-card {\n    background: var(--bg-light);\n    border-radius: 8px;\n    padding: 1.2rem;\n    margin-bottom: 1.2rem;\n  }\n  .custom-product-section .feature-desc {\n    color: var(--text-light);\n    font-size: 15px;\n    margin-bottom: 0.6rem;\n  }\n  .custom-product-section .feature-desc:last-child {\n    margin-bottom: 0;\n  }\n  .custom-product-section .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--bg-light);\n    border-radius: 8px;\n    overflow: hidden;\n  }\n  .custom-product-section .specs-table tr {\n    border-bottom: 1px solid var(--border);\n  }\n  .custom-product-section .specs-table tr:last-child {\n    border-bottom: none;\n  }\n  .custom-product-section .specs-table th, .custom-product-section .specs-table td {\n    padding: 0.85rem 1rem;\n    text-align: left;\n    font-size: 15px;\n  }\n  .custom-product-section .specs-table th {\n    width: 40%;\n    font-weight: 500;\n    color: var(--text-light);\n  }\n  .custom-product-section .specs-table td {\n    font-weight: 500;\n    color: var(--text-main);\n  }\n\n  \/* ========== 响应式：全店统一规则 ========== *\/\n  @media (min-width: 768px) {\n    .custom-product-section .main-title {\n      font-size: 36px;\n    }\n    .custom-product-section .module-title {\n      font-size: 26px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"custom-product-section\"\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003c!-- SEO优化主标题 --\u003e\n\u003ch1 class=\"main-title\"\u003eWisdom Rings Book Repository\u003cimg alt=\"Wisdom Rings Book Repository interior details with LED lights\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/H778d673e66d0427bbcd6b58140cda2aa1.jpg?v=1768357043\"\u003e\n\u003c\/h1\u003e\n\u003c!-- 核心亮点 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e📚 Build Your Own Serene Micro-Library Sanctuary\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Once completed, it becomes a serene, dust-free micro-library, casting a warm glow on your shelf\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Therapeutic 6–8 hour crafting experience, offering a healthy stress relief activity and a profound sense of accomplishment\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Museum-quality realism with intricate details: stacked mini books, spiral staircase, small tree and warm LED lighting\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Stunning decor piece that transforms any bookshelf, desk or mantel into a cozy, magical space\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• A meaningful way to start the year, perfect for book lovers, DIY enthusiasts and miniature collectors\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 产品细节展示 --\u003e \u003cimg alt=\"Wisdom Rings Book Repository DIY book nook finished product on bookshelf\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/i.etsystatic.com\/62364052\/r\/il\/6e7070\/7701971963\/il_1140xN.7701971963_828s.jpg\"\u003e\u003c!-- 包装清单 --\u003e\n\u003ch3 class=\"module-title\"\u003eWhat's Included in the Kit\u003c\/h3\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-desc\"\u003e• All Pre-Cut Premium Basswood Pieces (FSC-Certified)\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Pre-Assembled LED Light Kit with USB Cable\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Frosted Rod, Tweezers, Small Tree, Sticker\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Lamp Line \u0026amp; All Decorative Accessories\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Full-Color Step-by-Step English Instruction Manual\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Premium Gift Box Packaging\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cimg alt=\"Wisdom Rings Book Repository product specifications and dimensions\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/07_9b112f44-9289-41b8-aac0-b84f1bf505ca.jpg?v=1768207154\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 产品规格 --\u003e\n\u003ch3 class=\"module-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eWisdom Rings Book Repository\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eModel Number\u003c\/th\u003e\n\u003ctd\u003eAH01-005\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eNumber of Pieces\u003c\/th\u003e\n\u003ctd\u003e356 PCS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinished Size\u003c\/th\u003e\n\u003ctd\u003e13.5cm × 16.5cm × 21cm \/ 5.3\" × 6.5\" × 8.2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackaging Size\u003c\/th\u003e\n\u003ctd\u003e28.4cm × 19cm × 4.5cm \/ 11\" × 7.5\" × 1.8\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Weight\u003c\/th\u003e\n\u003ctd\u003e1147g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCore Materials\u003c\/th\u003e\n\u003ctd\u003ePremium FSC-Certified Basswood, Acrylic Panels, LED Light Strips, Paper Stickers, Metal Small Parts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLighting Feature\u003c\/th\u003e\n\u003ctd\u003eWarm Ambient LED Light with On\/Off Switch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Supply\u003c\/th\u003e\n\u003ctd\u003eUSB Charging (Cable Included) or 2 × AA Batteries (Not Included)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eEstimated Assembly Time\u003c\/th\u003e\n\u003ctd\u003e6–8 Hours (Beginners) | 4–5 Hours (Experienced)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDifficulty Level\u003c\/th\u003e\n\u003ctd\u003e★★★★☆ (Advanced)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Age\u003c\/th\u003e\n\u003ctd\u003e14 Years and Above (Adult Supervision Recommended for Under 16)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Scenarios\u003c\/th\u003e\n\u003ctd\u003eBookshelf Decor, Desk Display, DIY Hobby, Miniature Collection, Gift for Book Lovers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 注意事项 --\u003e\n\u003cdiv style=\"margin-top: 1.5rem;\" class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e⚠️ Important Notes\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Glue and batteries are NOT included in the package. Please prepare your own.\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Contains small parts. Keep away from children under 3 years old.\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Adult supervision is recommended for younger teenagers during assembly.\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Handle the wooden pieces with care to avoid splinters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 结尾文案 --\u003e\n\u003cp style=\"text-align: center; margin-top: 2rem; font-size: 1.1rem; color: var(--text-main); font-style: italic;\"\u003e\"Open the book nook, and read one more chapter. Build your own serene micro-library, and let the warm glow illuminate your shelf.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 闭合最外层隔离容器 --\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46479623815343,"sku":"E6011209DG","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/Screenshot2026-01-07at11.14.45AM.png?v=1768229462"},{"product_id":"alices-tea-party-diary-diy-book-nook-kit","title":"Plymagic DIY Book Nook - Alice's Tea Party Diary","description":"\u003ch2 style=\"text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cem\u003eA touch of light, a spark of magic — Welcome to Alice’s Tea Party.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eStep into a whimsical world inspired by Alice in Wonderland, where every corner brims with magic, mischief, and storybook charm. The \u003cstrong\u003eAlice’s Tea Party Diary DIY Book Nook Kit\u003c\/strong\u003e captures the delightful chaos of a tea party frozen in time — from teacups that never spill to the Mad Hatter’s hat tipped in greeting.\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0669\/7785\/7826\/files\/1_1be37bbe-9f36-4f4f-9b1b-f8ffb5098635.jpg?v=1760016971\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"MsoNormal\"\u003e\u003cb\u003eUnique Features:\u003c\/b\u003e\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli class=\"MsoNormal\"\u003e\n\u003cb\u003eTouch Lights - \u003c\/b\u003eBring the wonder to life with a gentle tap. Fill the book nook with a warm glow that highlights every enchanting detail.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli class=\"MsoNormal\"\u003e\n\u003cb\u003e180° Foldable Design - \u003c\/b\u003eA layout that opens wide like a storybook, creating depth and dimension from every viewing angle.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli class=\"MsoNormal\"\u003e\n\u003cb\u003eDetailed Wonderland Scene - \u003c\/b\u003eFilled with whimsical miniatures — tea sets, clocks, cards, and curious characters.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli class=\"MsoNormal\"\u003e\n\u003cb\u003eElegant Frame \u0026amp; Vintage Palette - \u003c\/b\u003eA Stunning décor piece with an ornate blue arch and soft pastel tones.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli class=\"MsoNormal\"\u003e\n\u003cb\u003eHands-On Creativity - \u003c\/b\u003eRelax and enjoy assembling your own piece of Wonderland — a soothing, magical experience for dreamers and creators.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0669\/7785\/7826\/files\/6_c5d75402-afd5-4b8d-b34a-9ec59ddd087b.jpg?v=1760016971\"\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0669\/7785\/7826\/files\/5_c05e4fd3-bb8e-4a67-b19a-9f55f8f1621d.jpg?v=1760016971\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"MsoNormal\"\u003e\u003cb\u003eGood-to-Know Stuff:\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp style=\"text-align: center;\"\u003e \u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cb\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0669\/7785\/7826\/files\/3_d3495174-a3b0-4896-a982-6694306ef419.jpg?v=1760016971\"\u003e\u003c\/b\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cb\u003e\u003cimg height=\"256\" width=\"804\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0669\/7785\/7826\/files\/Screenshot_2025-10-09_at_9.57.45_PM.png?v=1760018322\"\u003e\u003c\/b\u003e\u003c\/p\u003e\n\u003ch4 class=\"MsoNormal\"\u003e\u003cb\u003eWhat’s in the Box? \u003c\/b\u003e\u003c\/h4\u003e\n\u003cul type=\"disc\" style=\"margin-top: 0cm;\"\u003e\n\u003cli style=\"mso-list: l0 level1 lfo1; tab-stops: list 36.0pt;\" class=\"MsoNormal\"\u003e\u003cspan style=\"mso-bookmark: OLE_LINK1;\"\u003ePre-cut MDF wooden pieces \u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"mso-list: l0 level1 lfo1; tab-stops: list 36.0pt;\" class=\"MsoNormal\"\u003e\u003cspan style=\"mso-bookmark: OLE_LINK1;\"\u003ePre-Assembled LED light\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"mso-list: l0 level1 lfo1; tab-stops: list 36.0pt;\" class=\"MsoNormal\"\u003e\u003cspan style=\"mso-bookmark: OLE_LINK1;\"\u003eSandpaper and tweezers\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"mso-list: l0 level1 lfo1; tab-stops: list 36.0pt;\" class=\"MsoNormal\"\u003e\u003cspan style=\"mso-bookmark: OLE_LINK1;\"\u003ePaper decorations\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"mso-list: l0 level1 lfo1; tab-stops: list 36.0pt;\" class=\"MsoNormal\"\u003e\u003cspan style=\"mso-bookmark: OLE_LINK1;\"\u003eEnglish assembly instructions\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan style=\"mso-bookmark: OLE_LINK1;\"\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cstrong\u003e\u003cem\u003eBuild your own Wonderland, where time stands still.\u003c\/em\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46488118395055,"sku":"E6011521YW","price":74.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/7_c7b96ea1-02c6-46fd-a99b-50eab8d59a52.jpg?v=1768467196"},{"product_id":"sleeping-beauty-diy-wooden-book-nook-kit","title":"Plymagic DIY Book Nook - Sleeping Beauty","description":"\u003c!-- 新增最外层隔离容器：所有自定义样式仅作用于该容器内，不影响网站其他元素 --\u003e\n\u003cdiv class=\"custom-product-section\"\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n        \/* ========== 样式完全隔离：所有样式都嵌套在.custom-product-section下，不污染全局 ========== *\/\n        .custom-product-section * {\n          box-sizing: border-box;\n          margin: 0;\n          padding: 0;\n        }\n\n        \/* ========== 评论区专属样式（完全隔离） ========== *\/\n        .custom-product-section .testimonials-wrap-custom {\n          margin: 1.5rem auto;\n          width: 100%;\n          position: relative;\n          z-index: 1;\n          font-family: inherit;\n        }\n        .custom-product-section .testimonials-wrap-custom .testimonials-title-custom {\n          text-align: center;\n          font-size: 1.6rem;\n          font-weight: 600;\n          color: #333;\n          margin-bottom: 1.5rem;\n          line-height: 1.3;\n        }\n        .custom-product-section .testimonials-wrap-custom .testimonials-grid-custom {\n          display: grid;\n          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n          gap: 1.5rem;\n          width: 100%;\n          scroll-behavior: smooth;\n          overflow: visible;\n        }\n        .custom-product-section .testimonials-wrap-custom .testimonial-card-custom {\n          background: #fff;\n          border-radius: 16px;\n          box-shadow: 0 6px 16px rgba(0,0,0,0.06);\n          overflow: hidden;\n          width: 100%;\n          transition: transform 0.2s ease;\n        }\n        .custom-product-section .testimonials-wrap-custom .testimonial-card-custom:hover {\n          transform: translateY(-4px);\n        }\n        .custom-product-section .testimonials-wrap-custom .testimonial-img-wrapper-custom {\n          width: 100%;\n          aspect-ratio: 2\/1;\n          border-radius: 16px 16px 0 0;\n          overflow: hidden;\n          background: #f9f9f9;\n        }\n        .custom-product-section .testimonials-wrap-custom .testimonial-img-custom {\n          width: 100%;\n          height: 100%;\n          object-fit: cover;\n          object-position: center center;\n          display: block;\n          transition: scale 0.3s ease;\n        }\n        .custom-product-section .testimonials-wrap-custom .testimonial-card-custom:hover .testimonial-img-custom {\n          scale: 1.02;\n        }\n        .custom-product-section .testimonials-wrap-custom .testimonial-rating-custom {\n          text-align: center;\n          color: #ffc107;\n          font-size: 1.2rem;\n          padding: 1rem 0 0.5rem;\n        }\n        .custom-product-section .testimonials-wrap-custom .testimonial-title-custom {\n          font-weight: 600;\n          color: #333;\n          padding: 0 1.2rem;\n          margin: 0.5rem 0;\n          font-size: 1rem;\n          line-height: 1.4;\n          text-align: center;\n        }\n        .custom-product-section .testimonials-wrap-custom .testimonial-text-custom {\n          background: #f7f7f7;\n          color: #666;\n          font-size: 0.95rem;\n          line-height: 1.7;\n          padding: 1rem 1.2rem;\n          margin: 0.5rem 1rem 1rem;\n          border-radius: 10px;\n          width: calc(100% - 2rem);\n        }\n        .custom-product-section .testimonials-wrap-custom .testimonial-author-custom {\n          text-align: center;\n          font-weight: 600;\n          color: #555;\n          padding-bottom: 1.2rem;\n          font-size: 0.9rem;\n        }\n        .custom-product-section .testimonials-wrap-custom .carousel-container-custom {\n          position: relative;\n          width: 100%;\n          margin: 0 auto;\n        }\n        .custom-product-section .testimonials-wrap-custom .carousel-dots-custom {\n          display: flex;\n          justify-content: center;\n          gap: 0.8rem;\n          margin-top: 1.5rem;\n          width: 100%;\n        }\n        .custom-product-section .testimonials-wrap-custom .carousel-dot-custom {\n          width: 12px;\n          height: 12px;\n          border-radius: 50%;\n          background: #e0e0e0;\n          cursor: pointer;\n          transition: all 0.3s ease;\n        }\n        .custom-product-section .testimonials-wrap-custom .carousel-dot-custom.active {\n          background: #333;\n          transform: scale(1.2);\n        }\n\n        \/* ========== 响应式：仅作用于评论区 ========== *\/\n        @media (max-width: 768px) {\n          .custom-product-section .testimonials-wrap-custom .testimonials-grid-custom {\n            display: flex;\n            overflow-x: auto;\n            overflow-y: hidden;\n            scroll-snap-type: x mandatory;\n            -webkit-overflow-scrolling: touch;\n            scroll-behavior: smooth;\n            gap: 0;\n            width: 100%;\n            user-select: none;\n            padding-bottom: 0.8rem;\n          }\n          .custom-product-section .testimonials-wrap-custom .testimonial-card-custom {\n            flex: 0 0 100%;\n            scroll-snap-align: start;\n            margin: 0;\n          }\n          .custom-product-section .testimonials-wrap-custom .testimonials-grid-custom::-webkit-scrollbar {\n            display: none;\n            height: 0;\n          }\n          .custom-product-section .testimonials-wrap-custom .testimonials-grid-custom {\n            -ms-overflow-style: none;\n            scrollbar-width: none;\n          }\n          .custom-product-section .testimonials-wrap-custom .testimonial-img-wrapper-custom {\n            aspect-ratio: 2\/1 !important;\n          }\n        }\n\n        @media (min-width: 769px) {\n          .custom-product-section .testimonials-wrap-custom .carousel-dots-custom {\n            display: none;\n          }\n        }\n\n        \/* ========== FAQ下拉框最终样式修复（核心：选中态持久化+手机端颜色修复） ========== *\/\n        .custom-product-section .product-faq-custom {\n          margin: 2rem auto 1rem;\n          width: 100%;\n          font-family: inherit;\n          position: relative;\n          z-index: 10;\n          padding: 0 0.5rem;\n        }\n        .custom-product-section .faq-title-custom {\n          font-size: 1.6rem;\n          font-weight: 600;\n          color: #333;\n          margin-bottom: 1.5rem;\n          line-height: 1.3;\n          text-align: left;\n        }\n        .custom-product-section .product-faq-custom .faq-item-custom {\n          margin-bottom: 15px;\n          border: 1px solid #e0d8d0;\n          border-radius: 8px;\n          overflow: hidden;\n          width: 100%;\n          background: #fff;\n          position: relative;\n          z-index: 11;\n          box-shadow: 0 2px 4px rgba(0,0,0,0.03);\n        }\n        \/* 核心1：区分hover和active选中态，避免手机端双颜色 *\/\n        .custom-product-section .product-faq-custom .faq-question-custom {\n          padding: 16px 20px;\n          background: #F0F0F0; \/* 默认态 *\/\n          font-weight: 500;\n          cursor: pointer;\n          display: flex;\n          justify-content: space-between;\n          align-items: center;\n          transition: all 0.3s ease;\n          font-size: 1rem;\n          color: #333; \/* 默认文字色 *\/\n          position: relative;\n          z-index: 12;\n          user-select: none;\n        }\n        \/* hover态：仅鼠标悬浮时生效，手机端无hover，避免冲突 *\/\n        .custom-product-section .product-faq-custom .faq-question-custom:hover {\n          background: #044D79;\n          color: #fff;\n        }\n        \/* 核心2：active选中态（展开时）持久化，优先级高于hover *\/\n        .custom-product-section .product-faq-custom .faq-item-custom.active .faq-question-custom {\n          background: #044D79 !important; \/* 强制生效，持久保留 *\/\n          color: #fff !important; \/* 文字色持久保留 *\/\n        }\n        \/* 伪元素样式：选中态同步变化 *\/\n        .custom-product-section .product-faq-custom .faq-question-custom::after {\n          content: \"+\";\n          font-size: 1.4rem;\n          color: #8b7355; \/* 默认色 *\/\n          font-weight: bold;\n          position: relative;\n          z-index: 13;\n          width: 24px;\n          height: 24px;\n          line-height: 24px;\n          text-align: center;\n          transition: all 0.3s ease;\n        }\n        \/* 选中态伪元素颜色 *\/\n        .custom-product-section .product-faq-custom .faq-item-custom.active .faq-question-custom::after {\n          content: \"-\";\n          color: #fff !important;\n        }\n        .custom-product-section .product-faq-custom .faq-answer-custom {\n          padding: 0 20px;\n          max-height: 0;\n          overflow: hidden;\n          transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out !important;\n          font-size: 0.95rem;\n          line-height: 1.8;\n          color: #555;\n          width: 100%;\n          background: #ffffff;\n        }\n        .custom-product-section .product-faq-custom .faq-item-custom.active .faq-answer-custom {\n          padding: 20px !important;\n          max-height: 2000px !important;\n        }\n\n        \/* ========== 其他板块样式（同样做隔离） ========== *\/\n        .custom-product-section .product-specs-custom {\n          margin: 1.5rem auto 1rem;\n          width: 100%;\n          font-family: inherit;\n        }\n        .custom-product-section .specs-title-custom {\n          font-size: 1.6rem;\n          font-weight: 600;\n          color: #333;\n          margin-bottom: 1rem;\n          line-height: 1.3;\n          text-align: left;\n          position: relative;\n          padding-bottom: 8px;\n        }\n        .custom-product-section .specs-title-custom::after {\n          content: '';\n          position: absolute;\n          left: 0;\n          bottom: 0;\n          width: 60px;\n          height: 2px;\n          background: #8b7355;\n        }\n        .custom-product-section .specs-table-custom {\n          width: 100%;\n          border-collapse: collapse;\n          background: #fff;\n          border-radius: 8px;\n          overflow: hidden;\n          box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        }\n        .custom-product-section .specs-table-custom th,\n        .custom-product-section .specs-table-custom td {\n          padding: 12px 10px;\n          text-align: left;\n          border-bottom: 1px solid #f0f0f0;\n          font-size: 0.9rem;\n          word-break: break-all;\n        }\n        .custom-product-section .specs-table-custom th {\n          background: #F0F0F0;\n          font-weight: 600;\n          color: #333;\n          width: 30%;\n        }\n        .custom-product-section .specs-table-custom td {\n          color: #666;\n          line-height: 1.6;\n        }\n        .custom-product-section .specs-table-custom tr:last-child td,\n        .custom-product-section .specs-table-custom tr:last-child th {\n          border-bottom: none;\n        }\n\n        .custom-product-section .product-highlights {\n          width: 100%;\n          margin: 1.5rem auto;\n          font-family: inherit;\n        }\n        .custom-product-section .product-highlights h4 {\n          font-size: 1.3rem;\n          font-weight: 600;\n          color: #333;\n          margin: 1.2rem 0 0.8rem;\n          line-height: 1.4;\n        }\n        .custom-product-section .product-highlights p {\n          font-size: 1rem;\n          line-height: 1.7;\n          color: #333;\n          margin: 0.8rem 0;\n        }\n        .custom-product-section .product-highlights p strong {\n          font-size: 1.05rem;\n        }\n        .custom-product-section .product-highlights ul {\n          margin: 0.8rem 0;\n          padding-left: 1.5rem;\n        }\n        .custom-product-section .product-highlights li {\n          font-size: 0.95rem;\n          line-height: 1.8;\n          color: #444;\n          margin: 0.8rem 0;\n        }\n        .custom-product-section .product-highlights li strong {\n          color: #333;\n        }\n\u003c\/style\u003e\n\u003cdiv class=\"custom-product-section\"\u003e\n\u003c!-- 产品亮点板块 --\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003c!-- 评论区：保留结构，图片\/内容可后续替换 --\u003e\n\u003cdiv class=\"testimonials-wrap-custom\"\u003e\n\u003ch2 class=\"testimonials-title-custom\"\u003eCustomer Reviews\u003c\/h2\u003e\n\u003cdiv class=\"carousel-container-custom\"\u003e\n\u003cdiv id=\"testimonialsGridCustom\" class=\"testimonials-grid-custom\"\u003e\n\u003c!-- 评价1（占位，后续替换） --\u003e\n\u003cdiv class=\"testimonial-card-custom\"\u003e\n\u003cdiv class=\"testimonial-img-wrapper-custom\"\u003e\n\u003c!-- 此处添加评论图片1，替换下面的src值 --\u003e \u003cimg loading=\"lazy\" class=\"testimonial-img-custom\" alt=\"Review Image 1\" src=\"https:\/\/preview.redd.it\/my-first-book-nook-sleeping-beauty-v0-rv6gxrq3ullf1.jpg?width=1080\u0026amp;crop=smart\u0026amp;auto=webp\u0026amp;s=aeb0a14b826fca37972ccbec4184045263a7e2eb\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"testimonial-rating-custom\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n\u003ch3 class=\"testimonial-title-custom\"\u003eMy first book nook Sleeping Beauty\u003c\/h3\u003e\n\u003cp class=\"testimonial-text-custom\"\u003eMy first nook - Sleeping Beauty - just needs me to finish lighting and attach the sides. Oh my god, I am so addicted now. Avoided these for a long time, thinking they'd be too frustrating, but I was so wrong.\u003c\/p\u003e\n\u003cdiv class=\"testimonial-author-custom\"\u003eVerified Buyer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 评价2（占位，后续替换） --\u003e\n\u003cdiv class=\"testimonial-card-custom\"\u003e\n\u003cdiv class=\"testimonial-img-wrapper-custom\"\u003e\n\u003c!-- 此处添加评论图片2，替换下面的src值 --\u003e \u003cimg src=\"https:\/\/preview.redd.it\/sleeping-beauty-minicity-v0-1e6k7jbdcznf1.jpg?width=1080\u0026amp;crop=smart\u0026amp;auto=webp\u0026amp;s=6244d5b6441f37ddf6370e9721fecc75f15cd998\" loading=\"lazy\" class=\"testimonial-img-custom\" alt=\"Review Image 2\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"testimonial-rating-custom\"\u003e⭐⭐⭐⭐\u003c\/div\u003e\n\u003ch3 class=\"testimonial-title-custom\"\u003eSleeping Beauty\u003c\/h3\u003e\n\u003cp class=\"testimonial-text-custom\"\u003eThe way that the kit is designed is pretty ingenious. Architecturally speaking it is striking. The only reason it was not a 9\/10 or higher was that it just went a tad too minimalist with the elements. One or two more elements here there would’ve made a huge difference.\u003c\/p\u003e\n\u003cdiv class=\"testimonial-author-custom\"\u003eVerified Buyer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 评价3（占位，后续替换） --\u003e\n\u003cdiv class=\"testimonial-card-custom\"\u003e\n\u003cdiv class=\"testimonial-img-wrapper-custom\"\u003e\n\u003c!-- 此处添加评论图片3，替换下面的src值 --\u003e \u003cimg loading=\"lazy\" class=\"testimonial-img-custom\" alt=\"Review Image 3\" src=\"https:\/\/preview.redd.it\/minicity-sleeping-beauty-new-v0-60n52p0m6tjf1.jpg?width=1080\u0026amp;crop=smart\u0026amp;auto=webp\u0026amp;s=8454f102f25249f6718c606241ac821805ad605a\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"testimonial-rating-custom\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n\u003ch3 class=\"testimonial-title-custom\"\u003eSleeping Beauty (new)\u003c\/h3\u003e\n\u003cp class=\"testimonial-text-custom\"\u003eThis Sleeping Beauty model set from Plymagic is great. The 3D castle is well-designed, though some parts need paint touch-ups. I added my own 3D flowers and replaced the flat dragon and prince for better depth. The instructions were mostly clear, aside from the lighting part.\u003c\/p\u003e\n\u003cdiv class=\"testimonial-author-custom\"\u003eVerified Buyer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"carousel-dots-custom\" id=\"carouselDotsCustom\"\u003e\n\u003cspan class=\"carousel-dot-custom active\" data-index=\"0\"\u003e\u003c\/span\u003e \u003cspan class=\"carousel-dot-custom\" data-index=\"1\"\u003e\u003c\/span\u003e \u003cspan class=\"carousel-dot-custom\" data-index=\"2\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 核心产品介绍 --\u003e\u003c!-- 核心亮点1 --\u003e\n\u003ch4\u003e\n\u003cstrong\u003e🏰\u003c\/strong\u003eBring Sleeping Beauty to Life\u003c\/h4\u003e\n\u003cp\u003e A DIY wooden book nook capturing the tale's magic moment — the warrior defeating the dragon to awaken the princess. The Gothic-style castle shines with warm LED lighting through its detailed windows.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/SleepingBeautyDIYWoodenBookNookKit014_dd6a58c0-2a6e-42aa-b6d0-a9e722ce5096.jpg?v=1768638381\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c!-- 产品特性列表 --\u003e\n\u003ch4\u003e\n\u003cstrong\u003e📋\u003c\/strong\u003eProduct Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDesign inspired by the Sleeping Beauty fairytale\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eGorgeous Gothic architecture with hollow-out details\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eSnap-fit wooden puzzle pieces for easy assembly\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eTouch-switch LED lighting for a magical glow\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003ePerfect as a bookshelf insert, home décor, or unique gift\u003c\/strong\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- 产品规格板块 --\u003e\n\u003cdiv class=\"product-specs-custom\"\u003e\n\u003ch2 class=\"specs-title-custom\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table-custom\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e1.5 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePuzzle Qty\u003c\/th\u003e\n\u003ctd\u003e210 PCS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBatteries Required\u003c\/th\u003e\n\u003ctd\u003e2 x AAA batteries\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAssembly Time\u003c\/th\u003e\n\u003ctd\u003e6-8 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDifficulty Level\u003c\/th\u003e\n\u003ctd\u003e★★★☆☆\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinished Size\u003c\/th\u003e\n\u003ctd\u003e23 x 13 x 18 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Includes\u003c\/th\u003e\n\u003ctd\u003ePre-cut wood boards, Components, Battery box and wires, Instruction manual, Paper accessories, Auxiliary tools, Dust Cover\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ下拉框（适配产品主题） --\u003e\n\u003cdiv class=\"product-faq-custom\"\u003e\n\u003ch2 class=\"faq-title-custom\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv id=\"faqListCustom\" class=\"faq-list-custom\"\u003e\n\u003cdiv class=\"faq-item-custom\"\u003e\n\u003cdiv class=\"faq-question-custom\"\u003eDo I need glue to assemble the book nook?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer-custom\"\u003eNo glue is required! This kit uses precision snap-fit wooden puzzle pieces that lock together securely, so you can assemble it without any messy adhesives or extra tools.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item-custom\"\u003e\n\u003cdiv class=\"faq-question-custom\"\u003eAre the batteries included in the package?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer-custom\"\u003eBatteries are not included (2 x AAA batteries needed). The kit includes a battery box, wires, and all necessary components for the LED lighting — you just need to add the batteries to activate the touch-switch lights.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item-custom\"\u003e\n\u003cdiv class=\"faq-question-custom\"\u003eIs this kit suitable for beginners?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer-custom\"\u003eYes! The kit is rated at a difficulty level of 3\/5 stars, making it accessible for beginners with step-by-step English instructions and clear diagrams. Even if you’ve never built a wooden book nook before, you can complete it in 6-8 hours with patience.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item-custom\"\u003e\n\u003cdiv class=\"faq-question-custom\"\u003eDoes the dust cover come with the kit?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer-custom\"\u003eYes! A dust cover is included in the package to protect your finished book nook from dust and keep the miniature scene looking pristine for years to come.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item-custom\"\u003e\n\u003cdiv class=\"faq-question-custom\"\u003eCan the LED lights be turned off when not in use?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer-custom\"\u003eAbsolutely! The touch-switch lighting system allows you to easily turn the LED lights on or off with a simple tap. The lights are designed to be energy-efficient, so they won’t drain batteries quickly even with regular use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- JS逻辑保持不变（功能已正常） --\u003e \u003cscript\u003e\n\/\/ 立即执行函数，避免全局变量污染，确保优先执行\n(function() {\n  \/\/ 等待DOM加载完成\n  window.onload = function() {\n    \/********************* FAQ下拉框 - 核心生效逻辑 *********************\/\n    const allFaqQuestions = document.querySelectorAll('.custom-product-section .product-faq-custom .faq-question-custom');\n    \n    allFaqQuestions.forEach(function(question) {\n      question.onclick = function() {\n        console.log('FAQ问题被点击！');\n        const faqItem = this.parentNode;\n        \/\/ 切换active类（展开\/收起）\n        faqItem.classList.toggle('active');\n        console.log('当前FAQ项的active类：', faqItem.classList.contains('active'));\n        \n        \/\/ 【可选】如需点击一个关闭其他FAQ，取消下面注释\n        \/\/ allFaqQuestions.forEach(function(q) {\n        \/\/   if (q !== question) q.parentNode.classList.remove('active');\n        \/\/ });\n      };\n    });\n\n    \/********************* 评论轮播功能 *********************\/\n    const grid = document.getElementById('testimonialsGridCustom');\n    const dots = document.querySelectorAll('.custom-product-section .testimonials-wrap-custom .carousel-dot-custom');\n    \n    if (grid \u0026\u0026 dots.length) {\n      dots.forEach(function(dot, index) {\n        dot.onclick = function() {\n          const cardWidth = grid.querySelector('.testimonial-card-custom').offsetWidth || window.innerWidth;\n          dots.forEach(d =\u003e d.classList.remove('active'));\n          dot.classList.add('active');\n          grid.scrollLeft = index * cardWidth;\n        };\n      });\n\n      grid.onscroll = function() {\n        const cardWidth = grid.querySelector('.testimonial-card-custom').offsetWidth || window.innerWidth;\n        const currentIdx = Math.round(grid.scrollLeft \/ cardWidth);\n        dots.forEach((d, i) =\u003e d.classList.toggle('active', i === currentIdx));\n      };\n    }\n  };\n})();\n\u003c\/script\u003e\n\u003c\/div\u003e\n\u003c!-- 闭合最外层隔离容器 --\u003e","brand":"Koin","offers":[{"title":"Sleeping Beauty","offer_id":46493179347119,"sku":"E6011706DG","price":74.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1_0600ea14-0cf9-4777-901b-6f5fb386d4bc.jpg?v=1768804891"},{"product_id":"dreamland-theater-diy-book-nook-kit","title":"Plymagic DIY Book Nook - Dreamland Theater","description":"\u003c!-- 新增最外层隔离容器：所有自定义样式仅作用于该容器内，不影响网站其他元素 --\u003e\n\u003cdiv class=\"custom-product-section\"\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  \/* ========== 样式完全隔离：所有样式都嵌套在.custom-product-section下，不污染全局 ========== *\/\n  .custom-product-section * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* ========== 全店统一正文标题字体样式（沿用魔法书立\/书店系列） ========== *\/\n  .custom-product-section :root {\n    --text-main: #201a17;\n    --text-light: #6a5f56;\n    --bg-light: #f8f8f8;\n    --border: #e5e7eb;\n    --font: Arial, sans-serif;\n  }\n  .custom-product-section body {\n    font-family: var(--font);\n    color: #3d3732;\n    line-height: 1.75;\n  }\n  .custom-product-section .product-wrap {\n    max-width: 1000px;\n    margin: 2rem auto;\n    padding: 0 1rem;\n  }\n\n  \/* ========== 全店统一标题字体样式（无任何修改） ========== *\/\n  \/* 主标题：30px(移动端)\/36px(桌面)，700字重，行高1.25，字间距-0.02em *\/\n  .custom-product-section .main-title {\n    font-size: 30px;\n    font-weight: 700;\n    line-height: 1.25;\n    letter-spacing: -0.02em;\n    color: #201a17;\n    margin-bottom: 1.5rem;\n    text-align: center;\n  }\n\n  \/* 模块标题：24px\/26px，700字重，行高1.35，字间距-0.01em *\/\n  .custom-product-section .module-title {\n    font-size: 24px;\n    font-weight: 700;\n    line-height: 1.35;\n    letter-spacing: -0.01em;\n    color: #201a17;\n    margin: 2rem 0 1rem;\n  }\n\n  \/* 卡片标题：17px，700字重，行高1.45 *\/\n  .custom-product-section .feature-title {\n    font-size: 17px;\n    font-weight: 700;\n    line-height: 1.45;\n    color: #201a17;\n    margin-bottom: 0.8rem;\n  }\n\n  \/* ========== 全店统一布局样式 ========== *\/\n  .custom-product-section .product-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 1rem;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  }\n  .custom-product-section .feature-card {\n    background: var(--bg-light);\n    border-radius: 8px;\n    padding: 1.2rem;\n    margin-bottom: 1.2rem;\n  }\n  .custom-product-section .feature-desc {\n    color: var(--text-light);\n    font-size: 15px;\n    margin-bottom: 0.6rem;\n  }\n  .custom-product-section .feature-desc:last-child {\n    margin-bottom: 0;\n  }\n  .custom-product-section .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--bg-light);\n    border-radius: 8px;\n    overflow: hidden;\n  }\n  .custom-product-section .specs-table tr {\n    border-bottom: 1px solid var(--border);\n  }\n  .custom-product-section .specs-table tr:last-child {\n    border-bottom: none;\n  }\n  .custom-product-section .specs-table th, .custom-product-section .specs-table td {\n    padding: 0.85rem 1rem;\n    text-align: left;\n    font-size: 15px;\n  }\n  .custom-product-section .specs-table th {\n    width: 40%;\n    font-weight: 500;\n    color: var(--text-light);\n  }\n  .custom-product-section .specs-table td {\n    font-weight: 500;\n    color: var(--text-main);\n  }\n\n  \/* ========== 响应式：全店统一规则 ========== *\/\n  @media (min-width: 768px) {\n    .custom-product-section .main-title {\n      font-size: 36px;\n    }\n    .custom-product-section .module-title {\n      font-size: 26px;\n    }\n  }\n\n  \/* ========== FAQ下拉框最终样式修复（核心：选中态持久化+手机端颜色修复） ========== *\/\n  .custom-product-section .product-faq-custom {\n    margin: 2rem auto 1rem;\n    width: 100%;\n    font-family: inherit;\n    position: relative;\n    z-index: 10;\n    padding: 0 0.5rem;\n  }\n  .custom-product-section .faq-title-custom {\n    font-size: 1.6rem;\n    font-weight: 600;\n    color: #333;\n    margin-bottom: 1.5rem;\n    line-height: 1.3;\n    text-align: left;\n  }\n  .custom-product-section .product-faq-custom .faq-item-custom {\n    margin-bottom: 15px;\n    border: 1px solid #e0d8d0;\n    border-radius: 8px;\n    overflow: hidden;\n    width: 100%;\n    background: #fff;\n    position: relative;\n    z-index: 11;\n    box-shadow: 0 2px 4px rgba(0,0,0,0.03);\n  }\n  \/* 核心1：区分hover和active选中态，避免手机端双颜色 *\/\n  .custom-product-section .product-faq-custom .faq-question-custom {\n    padding: 16px 20px;\n    background: #F0F0F0; \/* 默认态 *\/\n    font-weight: 500;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    transition: all 0.3s ease;\n    font-size: 1rem;\n    color: #333; \/* 默认文字色 *\/\n    position: relative;\n    z-index: 12;\n    user-select: none;\n  }\n  \/* hover态：仅鼠标悬浮时生效，手机端无hover，避免冲突 *\/\n  .custom-product-section .product-faq-custom .faq-question-custom:hover {\n    background: #044D79;\n    color: #fff;\n  }\n  \/* 核心2：active选中态（展开时）持久化，优先级高于hover *\/\n  .custom-product-section .product-faq-custom .faq-item-custom.active .faq-question-custom {\n    background: #044D79 !important; \/* 强制生效，持久保留 *\/\n    color: #fff !important; \/* 文字色持久保留 *\/\n  }\n  \/* 伪元素样式：选中态同步变化 *\/\n  .custom-product-section .product-faq-custom .faq-question-custom::after {\n    content: \"+\";\n    font-size: 1.4rem;\n    color: #8b7355; \/* 默认色 *\/\n    font-weight: bold;\n    position: relative;\n    z-index: 13;\n    width: 24px;\n    height: 24px;\n    line-height: 24px;\n    text-align: center;\n    transition: all 0.3s ease;\n  }\n  \/* 选中态伪元素颜色 *\/\n  .custom-product-section .product-faq-custom .faq-item-custom.active .faq-question-custom::after {\n    content: \"-\";\n    color: #fff !important;\n  }\n  .custom-product-section .product-faq-custom .faq-answer-custom {\n    padding: 0 20px;\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out !important;\n    font-size: 0.95rem;\n    line-height: 1.8;\n    color: #555;\n    width: 100%;\n    background: #ffffff;\n  }\n  .custom-product-section .product-faq-custom .faq-item-custom.active .faq-answer-custom {\n    padding: 20px !important;\n    max-height: 2000px !important;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"custom-product-section\"\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003ch1 class=\"main-title\"\u003eDreamland Theater DIY Book Nook Kit | Rotating Double-Sided Stage with LED \u0026amp; Music\u003c\/h1\u003e\n\u003c!-- 产品主图（动态效果） --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/4_24_1_1.gif?v=1777009768\" loading=\"lazy\" class=\"product-img\" alt=\"Dreamland Theater DIY book nook kit rotating stage animation\"\u003e \u003c!-- 核心亮点 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e🎭 Where Every Shelf Becomes a Grand Stage\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Step behind the velvet curtains into a lavish miniature opera house, where every detail tells a story of glamour and drama.\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/book-nook-dreamland-theater_11.webp?v=1768990616\" loading=\"lazy\" class=\"product-img\" alt=\"Dreamland Theater book nook full view with velvet curtains\"\u003e\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Automatic rotation double-sided stage: switch between \"The King's Throne\" and \"The Queen's Dressing Table\" for immersive display.\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/4_jpg.webp?v=1768990655\" loading=\"lazy\" class=\"product-img\" alt=\"Automatic rotation double-sided stage King's Throne Queen's Dressing Table\"\u003e\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• 3-mode touch switch: 1st = Light On + Rotation; 2nd = Light On + Rotation + Music; 3rd = Light Remains On + Rotation Continues (Music Stops).\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/2_c448b324-9fc6-44ee-8f9a-e45b98fc8f7f.jpg?v=1768990854\" loading=\"lazy\" class=\"product-img\" alt=\"Three mode switch LED lighting and music function\"\u003e\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Warm fireplace in the side hall adds cozy, realistic atmosphere to the entire opera house.\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/7_d3aa3aa5-c625-4ee3-aa23-91d051297d89.webp?v=1768990656\" loading=\"lazy\" class=\"product-img\" alt=\"Warm fireplace detail in Dreamland Theater\"\u003e\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Exquisite miniature details: portraits, pillars, red velvet curtains and luxurious gold detailing.\u003cspan style=\"font-size: 0.875rem;\"\u003e \u003c\/span\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/10_27787556-cb0f-474e-919b-a2fbd2140552.jpg?v=1768990900\" loading=\"lazy\" class=\"product-img\" alt=\"Dreamland Theater product dimensions and specifications\" style=\"font-size: 0.875rem;\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 包装清单 --\u003e\n\u003ch3 class=\"module-title\"\u003eWhat's Included in the Kit\u003c\/h3\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-desc\"\u003e• 300 Precision Pre-Cut MDF Wooden Pieces\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Pre-Assembled 3-Mode LED Light \u0026amp; Music System\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Automatic Rotation Mechanism\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Sandpaper \u0026amp; Assembly Tweezers\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• All Paper Decorations \u0026amp; Miniature Accessories\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Full-Color Step-by-Step English Instruction Manual\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 产品规格 --\u003e\n\u003ch3 class=\"module-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eDreamland Theater Book Nook Kit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eNumber of Pieces\u003c\/th\u003e\n\u003ctd\u003e300 PCS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinished Size\u003c\/th\u003e\n\u003ctd\u003e227mm × 156mm × 110mm \/ 8.9\" × 6.1\" × 4.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCore Materials\u003c\/th\u003e\n\u003ctd\u003ePremium Laser-Cut MDF, Electronic Components, Stickers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecial Features\u003c\/th\u003e\n\u003ctd\u003eAutomatic Rotating Double-Sided Stage, 3-Mode Touch Switch (Light + Rotation + Music)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eEstimated Assembly Time\u003c\/th\u003e\n\u003ctd\u003e4–6 Hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDifficulty Level\u003c\/th\u003e\n\u003ctd\u003e★★★☆☆ (Intermediate)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Age\u003c\/th\u003e\n\u003ctd\u003e14 Years and Above\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Scenarios\u003c\/th\u003e\n\u003ctd\u003eBookshelf Decor, Bookend, DIY Hobby, Miniature Collection, Creative Gift for Theater Lovers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 注意事项 --\u003e\n\u003cdiv class=\"feature-card\" style=\"margin-top: 1.5rem;\"\u003e\n\u003cp class=\"feature-title\"\u003e⚠️ Important Notes\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Batteries are not included in the package.\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Contains small parts. Keep away from children under 3 years old.\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Adult supervision is recommended for younger teenagers during assembly.\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Handle the electronic components with care to ensure long-lasting performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 结尾文案 --\u003e\n\u003cp style=\"text-align: center; margin-top: 2rem; font-size: 1.1rem; color: var(--text-main); font-style: italic;\"\u003e\"Let the curtain rise on your bookshelf, and let the magic of Dreamland Theater begin.\"\u003c\/p\u003e\n\u003c!-- FAQ下拉框 --\u003e\n\u003cdiv class=\"product-faq-custom\"\u003e\n\u003ch2 class=\"faq-title-custom\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list-custom\" id=\"faqListCustom\"\u003e\n\u003cdiv class=\"faq-item-custom\"\u003e\n\u003cdiv class=\"faq-question-custom\"\u003eHow difficult is the assembly process?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer-custom\"\u003eThe assembly is rated as moderate difficulty, but the included English instructions are step-by-step with clear diagrams. Most users complete it in 4-6 hours, and no additional tools are needed—all pieces are precision laser-cut for a perfect fit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item-custom\"\u003e\n\u003cdiv class=\"faq-question-custom\"\u003eDoes the LED light \u0026amp; music require batteries?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer-custom\"\u003eYes, the pre-assembled LED light and music system requires batteries (not included). Please refer to the instruction manual for the specific battery type and installation steps.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item-custom\"\u003e\n\u003cdiv class=\"faq-question-custom\"\u003eIs the rotation mechanism durable?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer-custom\"\u003eYes! The automatic rotation mechanism is built with high-quality components for smooth, long-lasting performance. When assembled correctly, it will rotate reliably for years of enjoyment.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item-custom\"\u003e\n\u003cdiv class=\"faq-question-custom\"\u003eCan I customize the theater with extra decorations?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer-custom\"\u003eAbsolutely! Many users add custom paint, extra miniature figurines, or even small LED string lights to personalize their Dreamland Theater. The MDF wood accepts paint and glue well, making it easy to put your own creative touch on the piece.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- JS逻辑保持不变（功能已正常） --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- 闭合最外层隔离容器 --\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46504777646255,"sku":"E6012115YW","price":72.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/Dreamland-Theater-on-desk-side-view.jpg?v=1768983245"},{"product_id":"explore-atlantis","title":"Plymagic DIY Book Nook - Explore Atlantis","description":"\u003c!-- 最外层隔离容器：所有样式\/内容仅作用于该容器内，不影响店铺其他元素 --\u003e\n\u003cdiv class=\"atlantis-product-section\"\u003e\n\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\" name=\"viewport\"\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  \/* ========== 全局样式隔离：所有样式均嵌套在.atlantis-product-section下 ========== *\/\n  .atlantis-product-section * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* ========== 首屏KV核心样式 ========== *\/\n  .atlantis-product-section .hero-section {\n    width: 100%;\n    margin: 0 auto 2rem;\n    text-align: center;\n  }\n  .atlantis-product-section .hero-title {\n    font-size: 1.8rem;\n    font-weight: 700;\n    color: #0a2463;\n    line-height: 1.3;\n    margin-bottom: 0.8rem;\n  }\n  .atlantis-product-section .hero-subtitle {\n    font-size: 1.1rem;\n    color: #2d4263;\n    line-height: 1.5;\n    margin-bottom: 1.2rem;\n  }\n  .atlantis-product-section .price-wrap {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 1rem;\n    margin-bottom: 1.2rem;\n    flex-wrap: wrap;\n  }\n  .atlantis-product-section .sale-price {\n    font-size: 1.8rem;\n    font-weight: 700;\n    color: #c8102e;\n  }\n  .atlantis-product-section .regular-price {\n    font-size: 1.2rem;\n    color: #666;\n    text-decoration: line-through;\n  }\n  .atlantis-product-section .discount-tag {\n    background: #c8102e;\n    color: #fff;\n    padding: 0.3rem 0.8rem;\n    border-radius: 4px;\n    font-size: 0.9rem;\n    font-weight: 600;\n  }\n  .atlantis-product-section .hero-tag-group {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 0.8rem;\n    margin-bottom: 1.5rem;\n  }\n  .atlantis-product-section .hero-tag {\n    background: #0a2463;\n    color: #fff;\n    padding: 0.4rem 1rem;\n    border-radius: 50px;\n    font-size: 0.85rem;\n    font-weight: 500;\n  }\n  .atlantis-product-section .hero-img {\n    width: 100%;\n    border-radius: 12px;\n    overflow: hidden;\n    margin-bottom: 1rem;\n  }\n  .atlantis-product-section .hero-img img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  \/* ========== 核心卖点板块样式 ========== *\/\n  .atlantis-product-section .core-highlights {\n    width: 100%;\n    margin: 2rem auto;\n  }\n  .atlantis-product-section .section-title {\n    font-size: 1.6rem;\n    font-weight: 600;\n    color: #0a2463;\n    margin-bottom: 1.5rem;\n    line-height: 1.3;\n    text-align: left;\n    position: relative;\n    padding-bottom: 8px;\n  }\n  .atlantis-product-section .section-title::after {\n    content: '';\n    position: absolute;\n    left: 0;\n    bottom: 0;\n    width: 60px;\n    height: 2px;\n    background: #3e92cc;\n  }\n  .atlantis-product-section .highlights-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 1.2rem;\n    width: 100%;\n  }\n  .atlantis-product-section .highlight-card {\n    background: #fff;\n    border-radius: 12px;\n    box-shadow: 0 4px 12px rgba(10, 36, 99, 0.08);\n    padding: 1.5rem;\n    border-left: 4px solid #3e92cc;\n    transition: transform 0.2s ease;\n  }\n  .atlantis-product-section .highlight-card:hover {\n    transform: translateY(-4px);\n  }\n  .atlantis-product-section .highlight-icon {\n    font-size: 1.8rem;\n    margin-bottom: 0.8rem;\n  }\n  .atlantis-product-section .highlight-card h4 {\n    font-size: 1.1rem;\n    font-weight: 600;\n    color: #0a2463;\n    margin-bottom: 0.6rem;\n    line-height: 1.4;\n  }\n  .atlantis-product-section .highlight-card p {\n    font-size: 0.95rem;\n    line-height: 1.6;\n    color: #444;\n  }\n  .atlantis-product-section .highlight-img {\n    width: 100%;\n    border-radius: 8px;\n    overflow: hidden;\n    margin-top: 1rem;\n  }\n  .atlantis-product-section .highlight-img img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  \/* ========== 沉浸式故事板块 ========== *\/\n  .atlantis-product-section .story-section {\n    width: 100%;\n    margin: 2rem auto;\n    padding: 2rem 1.5rem;\n    background: linear-gradient(180deg, #0f172a 0%, #1e3a8a 100%);\n    border-radius: 12px;\n    color: #fff;\n  }\n  .atlantis-product-section .story-section h3 {\n    font-size: 1.5rem;\n    font-weight: 700;\n    text-align: center;\n    margin-bottom: 1.2rem;\n    line-height: 1.3;\n  }\n  .atlantis-product-section .story-text {\n    font-size: 1rem;\n    line-height: 1.8;\n    color: #e2e8f0;\n    margin-bottom: 1.5rem;\n    text-align: center;\n  }\n  .atlantis-product-section .story-img {\n    width: 100%;\n    border-radius: 8px;\n    overflow: hidden;\n    margin-top: 1rem;\n  }\n  .atlantis-product-section .story-img img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  \/* ========== 细节展示板块 ========== *\/\n  .atlantis-product-section .details-section {\n    width: 100%;\n    margin: 2rem auto;\n  }\n  .atlantis-product-section .details-block {\n    margin-bottom: 2rem;\n  }\n  .atlantis-product-section .details-block h4 {\n    font-size: 1.3rem;\n    font-weight: 600;\n    color: #0a2463;\n    margin-bottom: 0.8rem;\n    line-height: 1.4;\n  }\n  .atlantis-product-section .details-block p {\n    font-size: 1rem;\n    line-height: 1.7;\n    color: #444;\n    margin-bottom: 1rem;\n  }\n  .atlantis-product-section .details-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 1rem;\n    margin-top: 1rem;\n  }\n  .atlantis-product-section .detail-card {\n    border-radius: 10px;\n    overflow: hidden;\n    box-shadow: 0 3px 10px rgba(0,0,0,0.06);\n  }\n  .atlantis-product-section .detail-card-img {\n    width: 100%;\n    aspect-ratio: 1\/1;\n    overflow: hidden;\n  }\n  .atlantis-product-section .detail-card-img img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: scale 0.3s ease;\n  }\n  .atlantis-product-section .detail-card:hover .detail-card-img img {\n    scale: 1.05;\n  }\n  .atlantis-product-section .detail-card-text {\n    padding: 0.8rem;\n    background: #f8fafc;\n    text-align: center;\n  }\n  .atlantis-product-section .detail-card-text h5 {\n    font-size: 0.95rem;\n    font-weight: 600;\n    color: #0a2463;\n    margin-bottom: 0.3rem;\n  }\n  .atlantis-product-section .detail-card-text p {\n    font-size: 0.85rem;\n    color: #64748b;\n    margin: 0;\n    line-height: 1.4;\n  }\n\n  \/* ========== 产品规格板块 ========== *\/\n  .atlantis-product-section .product-specs {\n    margin: 2rem auto 1rem;\n    width: 100%;\n    font-family: inherit;\n  }\n  .atlantis-product-section .specs-title {\n    font-size: 1.6rem;\n    font-weight: 600;\n    color: #0a2463;\n    margin-bottom: 1rem;\n    line-height: 1.3;\n    text-align: left;\n    position: relative;\n    padding-bottom: 8px;\n  }\n  .atlantis-product-section .specs-title::after {\n    content: '';\n    position: absolute;\n    left: 0;\n    bottom: 0;\n    width: 60px;\n    height: 2px;\n    background: #3e92cc;\n  }\n  .atlantis-product-section .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: #fff;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 8px rgba(10, 36, 99, 0.05);\n  }\n  .atlantis-product-section .specs-table th,\n  .atlantis-product-section .specs-table td {\n    padding: 12px 10px;\n    text-align: left;\n    border-bottom: 1px solid #f1f5f9;\n    font-size: 0.9rem;\n    word-break: break-all;\n  }\n  .atlantis-product-section .specs-table th {\n    background: #f1f5f9;\n    font-weight: 600;\n    color: #0a2463;\n    width: 30%;\n  }\n  .atlantis-product-section .specs-table td {\n    color: #475569;\n    line-height: 1.6;\n  }\n  .atlantis-product-section .specs-table tr:last-child td,\n  .atlantis-product-section .specs-table tr:last-child th {\n    border-bottom: none;\n  }\n\n  \/* ========== 温馨提示板块 ========== *\/\n  .atlantis-product-section .warm-tips {\n    width: 100%;\n    margin: 2rem auto;\n    padding: 1.5rem;\n    background: #f8fafc;\n    border-radius: 12px;\n    border-left: 4px solid #3e92cc;\n  }\n  .atlantis-product-section .warm-tips h4 {\n    font-size: 1.2rem;\n    font-weight: 600;\n    color: #0a2463;\n    margin-bottom: 0.8rem;\n  }\n  .atlantis-product-section .warm-tips p {\n    font-size: 0.95rem;\n    line-height: 1.7;\n    color: #475569;\n  }\n\n  \/* ========== FAQ下拉框样式 ========== *\/\n  .atlantis-product-section .product-faq {\n    margin: 2rem auto 1rem;\n    width: 100%;\n    font-family: inherit;\n    position: relative;\n    z-index: 10;\n    padding: 0 0.5rem;\n  }\n  .atlantis-product-section .faq-title {\n    font-size: 1.6rem;\n    font-weight: 600;\n    color: #0a2463;\n    margin-bottom: 1.5rem;\n    line-height: 1.3;\n    text-align: left;\n  }\n  .atlantis-product-section .product-faq .faq-item {\n    margin-bottom: 15px;\n    border: 1px solid #e2e8f0;\n    border-radius: 8px;\n    overflow: hidden;\n    width: 100%;\n    background: #fff;\n    position: relative;\n    z-index: 11;\n    box-shadow: 0 2px 4px rgba(0,0,0,0.03);\n  }\n  .atlantis-product-section .product-faq .faq-question {\n    padding: 16px 20px;\n    background: #f1f5f9;\n    font-weight: 500;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    transition: all 0.3s ease;\n    font-size: 1rem;\n    color: #0a2463;\n    position: relative;\n    z-index: 12;\n    user-select: none;\n  }\n  .atlantis-product-section .product-faq .faq-question:hover {\n    background: #0a2463;\n    color: #fff;\n  }\n  .atlantis-product-section .product-faq .faq-item.active .faq-question {\n    background: #0a2463 !important;\n    color: #fff !important;\n  }\n  .atlantis-product-section .product-faq .faq-question::after {\n    content: \"+\";\n    font-size: 1.4rem;\n    color: #3e92cc;\n    font-weight: bold;\n    position: relative;\n    z-index: 13;\n    width: 24px;\n    height: 24px;\n    line-height: 24px;\n    text-align: center;\n    transition: all 0.3s ease;\n  }\n  .atlantis-product-section .product-faq .faq-item.active .faq-question::after {\n    content: \"-\";\n    color: #fff !important;\n  }\n  .atlantis-product-section .product-faq .faq-answer {\n    padding: 0 20px;\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out !important;\n    font-size: 0.95rem;\n    line-height: 1.8;\n    color: #475569;\n    width: 100%;\n    background: #ffffff;\n  }\n  .atlantis-product-section .product-faq .faq-item.active .faq-answer {\n    padding: 20px !important;\n    max-height: 2000px !important;\n  }\n\n  \/* ========== 结尾转化引导 ========== *\/\n  .atlantis-product-section .cta-section {\n    width: 100%;\n    margin: 2rem auto;\n    text-align: center;\n    padding: 2rem 1rem;\n    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);\n    border-radius: 12px;\n    border: 1px solid #e2e8f0;\n  }\n  .atlantis-product-section .cta-title {\n    font-size: 1.5rem;\n    font-weight: 700;\n    color: #0a2463;\n    margin-bottom: 0.8rem;\n    line-height: 1.3;\n  }\n  .atlantis-product-section .cta-text {\n    font-size: 1rem;\n    color: #475569;\n    line-height: 1.6;\n    margin-bottom: 1.5rem;\n  }\n\n  \/* ========== 响应式适配 ========== *\/\n  @media (max-width: 768px) {\n    .atlantis-product-section .hero-title {\n      font-size: 1.5rem;\n    }\n    .atlantis-product-section .hero-subtitle {\n      font-size: 1rem;\n    }\n    .atlantis-product-section .section-title {\n      font-size: 1.4rem;\n    }\n    .atlantis-product-section .highlights-grid {\n      grid-template-columns: 1fr;\n    }\n    .atlantis-product-section .details-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"atlantis-product-section\"\u003e\n\u003c!-- 首屏KV：3秒抓牢用户，解决首屏跳出问题 --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003ch1 class=\"hero-title\"\u003e🌊 Plymagic DIY Book Nook - Explore Atlantis\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003eUncover the Secrets of the Sunken City | 3D Wooden Puzzle with Touch-Activated Lights, Rotating Ocean Currents \u0026amp; Deep-Sea Sound Effects\u003c\/p\u003e\n\u003cdiv class=\"hero-tag-group\"\u003e\n\u003cspan class=\"hero-tag\"\u003eBeginner Friendly\u003c\/span\u003e \u003cspan class=\"hero-tag\"\u003e3 Modes Touch Control\u003c\/span\u003e \u003cspan class=\"hero-tag\"\u003eRotating Background\u003c\/span\u003e \u003cspan class=\"hero-tag\"\u003eDeep-Sea Sound Effects\u003c\/span\u003e \u003cspan class=\"hero-tag\"\u003eDust Cover Included\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- 首屏主图：使用你提供的真实产品图 --\u003e\n\u003cdiv class=\"hero-img\"\u003e\u003cimg loading=\"lazy\" alt=\"Explore Atlantis DIY Book Nook Main Visual\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0817\/3289\/5044\/files\/1_e29361ea-d53b-4424-9c5c-02b90f7a391a.jpg?v=1751510299\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-img\"\u003e\u003cimg loading=\"lazy\" alt=\"Atlantis Book Nook Design Description\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0817\/3289\/5044\/files\/2_a1b21174-75ce-4042-92ff-d5aee6182bb7.jpg?v=1751510634\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 核心卖点板块：突出差异化，快速建立产品竞争力 --\u003e\n\u003cdiv class=\"core-highlights\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhy This Atlantis Book Nook Stands Out\u003c\/h2\u003e\n\u003cdiv class=\"highlights-grid\"\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n\u003cdiv class=\"highlight-icon\"\u003e🎛️\u003c\/div\u003e\n\u003ch4\u003eOne-Touch Multi-Mode Control\u003c\/h4\u003e\n\u003cp\u003e3 custom modes to match your mood: ① Lights on + background rotation + sound effects play; ② Lights on + rotation only; ③ All functions off. Simple touch switch, no complex operation.\u003c\/p\u003e\n\u003cdiv class=\"highlight-img\"\u003e\u003cimg loading=\"lazy\" alt=\"One-Touch Multi-Mode\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0817\/3289\/5044\/files\/3_97744206-d40a-4d42-9763-8e63dbbb2a76.jpg?v=1751510300\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n\u003cdiv class=\"highlight-icon\"\u003e🌊\u003c\/div\u003e\n\u003ch4\u003eDynamic Rotating Ocean Current\u003c\/h4\u003e\n\u003cp\u003eThe rotating background simulates deep-sea ocean currents, with a hollowed-out back panel to fully display the moving underwater world. Every gaze reveals new details of the Atlantis ruins.\u003c\/p\u003e\n\u003cdiv class=\"highlight-img\"\u003e\n\u003cimg loading=\"lazy\" alt=\"Deep Sea Flow Rotating Background\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0817\/3289\/5044\/files\/4_9e72aabe-f520-4f66-9be4-b27f525e9ab4.jpg?v=1751510294\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0817\/3289\/5044\/files\/5_e81002fd-dbec-4cd1-b8cb-cf3902188634.gif?v=1751510313\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n\u003cdiv class=\"highlight-icon\"\u003e🔊\u003c\/div\u003e\n\u003ch4\u003eExclusive Deep-Sea Sound Effects\u003c\/h4\u003e\n\u003cp\u003eImmersive underwater sound effects bring the sunken city to life. Paired with flashing submarine searchlights, it feels like you're right there exploring the ruins of Atlantis.\u003c\/p\u003e\n\u003cdiv class=\"highlight-img\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0817\/3289\/5044\/files\/6.gif?v=1751510650\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0817\/3289\/5044\/files\/6_1.jpg?v=1751510293\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n\u003cdiv class=\"highlight-icon\"\u003e💡\u003c\/div\u003e\n\u003ch4\u003eMulti-Color Atmosphere LED Lights\u003c\/h4\u003e\n\u003cp\u003eLow-energy LED light beads with multi-color lighting design. The submarine lights can flash to simulate exploration signals, creating a stunning glowing ambiance hidden in your bookshelf.\u003c\/p\u003e\n\u003cdiv class=\"highlight-img\"\u003e\u003cimg loading=\"lazy\" alt=\"Fantastic Glimmer LED Lights\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0817\/3289\/5044\/files\/9_ecc168c0-8c90-426f-9300-289f282e3503.jpg?v=1751510296\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n\u003cdiv class=\"highlight-icon\"\u003e👶\u003c\/div\u003e\n\u003ch4\u003e100% Beginner Friendly\u003c\/h4\u003e\n\u003cp\u003ePrecision mortise and tenon structure, pre-cut wood pieces fit perfectly without extra sanding. 313 pieces, 3-5 hours of assembly time. Detailed illustrated instructions make it easy for first-time builders.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n\u003cdiv class=\"highlight-icon\"\u003e✨\u003c\/div\u003e\n\u003ch4\u003eUpgraded Dust-Proof Design\u003c\/h4\u003e\n\u003cp\u003eNewly upgraded pull-out dust cover, keeps your finished masterpiece clean without disturbing its beauty. Perfect as a bookend, shelf decor, desktop night light, or a heartfelt gift.\u003c\/p\u003e\n\u003cdiv class=\"highlight-img\"\u003e\u003cimg loading=\"lazy\" alt=\"Dust-proof Design\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0817\/3289\/5044\/files\/8_2ed87970-e83e-4646-9a59-90e9065ffd7b.jpg?v=1751510296\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 沉浸式故事板块：放大IP价值，情绪种草 --\u003e\n\u003cdiv class=\"story-section\"\u003e\n\u003ch3\u003eDive Into The Lost City of Atlantis\u003c\/h3\u003e\n\u003cp class=\"story-text\"\u003eIn the endless darkness of the deep sea, the ruins of Atlantis lie in silent slumber for thousands of years. An old exploration submarine slowly approaches, its dim searchlight tearing through the deep-sea darkness.\u003cbr\u003e\u003cbr\u003eAs an explorer, you will piece together the forgotten temples, mysterious stone pillars, and remnants of the lost civilization. Every piece you assemble brings you closer to the truth buried by time, and finally builds your own underwater wonderland that glows between the pages.\u003c\/p\u003e\n\u003cdiv class=\"story-img\"\u003e\u003cimg loading=\"lazy\" alt=\"Atlantis Deep Sea Ruins Scene\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0817\/3289\/5044\/files\/10_73376519-96a3-4b4e-89fc-d53f03c4d654.jpg?v=1751510296\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 产品规格板块：用户决策必看信息 --\u003e\n\u003cdiv class=\"product-specs\"\u003e\n\u003ch2 class=\"specs-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003ePlymagic DIY Book Nook - Explore Atlantis\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinished Size\u003c\/th\u003e\n\u003ctd\u003e8.5 × 4.3 × 6.1 inches (21.6 × 10.9 × 15.5 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAssembly Time\u003c\/th\u003e\n\u003ctd\u003e3-5 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Pieces\u003c\/th\u003e\n\u003ctd\u003e313 PCS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Weight\u003c\/th\u003e\n\u003ctd\u003e1.32 LBS (0.6 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Age\u003c\/th\u003e\n\u003ctd\u003e14+ years old (under 14 with adult supervision)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Supply\u003c\/th\u003e\n\u003ctd\u003e2 × AAA batteries (not included due to customs policy)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Includes\u003c\/th\u003e\n\u003ctd\u003ePre-cut wood pieces, LED light set, sound module, rotating mechanism, pull-out dust cover, assembly tools, detailed illustrated instructions, all mini accessories\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- 温馨提示：提前告知，避免售后问题 --\u003e\n\u003cdiv class=\"warm-tips\"\u003e\n\u003ch4\u003e📦 Warm Tips\u003c\/h4\u003e\n\u003cp\u003e1. Due to international customs shipping restrictions, glue and AAA batteries are not included in the package to avoid delivery delays. You can prepare them yourself: any strong craft glue (E6000, hot melt glue, wood glue recommended) and 2 pcs AAA batteries will work perfectly.\u003cbr\u003e2. This kit contains small parts, please keep it away from children under 3 years old to avoid choking hazard.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ高频答疑：解决用户核心顾虑 --\u003e\n\u003cdiv class=\"product-faq\"\u003e\n\u003ch2 class=\"faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv id=\"faqList\" class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this kit easy to assemble for a beginner?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely! This kit is designed for both beginners and experienced builders. All wood pieces are pre-cut with high precision, using a mortise and tenon structure that fits perfectly without extra sanding. The detailed color illustrated instructions guide you step by step, and you can finish the whole assembly in 3-5 hours even if you have no handcraft experience.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow does the touch switch and rotating mechanism work?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe touch switch is pre-wired and very easy to install—just follow the instructions to connect the wires to the battery case. The rotating background is driven by a small motor, which works synchronously with the lights and sound effects. No soldering or complex wiring is required, all connections are plug-and-play.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes the sound effect module have an off switch?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes! We designed 3 working modes for you to choose from. You can switch to the second mode with one touch: lights on + background rotation, with sound effects turned off. You can freely choose the mode according to your preference and scene.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eAre all the accessories shown in the pictures included?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes! The package includes all mini accessories shown in the pictures: exploration submarine, treasure chest, stone pillars, coral, clownfish, pearl, and all other decorative parts. We also check each package before shipping to ensure no parts are missing.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the dust cover included? Is it easy to install?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, the upgraded pull-out dust cover is included in the package. It's made of high-transparency acrylic, very easy to install after you finish the assembly. It can effectively prevent dust from entering, and keep your finished masterpiece beautiful for a long time without affecting the display effect.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 结尾转化引导：强化行动，提升转化 --\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch3 class=\"cta-title\"\u003eStart Your Atlantis Exploration Adventure Today\u003c\/h3\u003e\n\u003cp class=\"cta-text\"\u003eWhether you're looking for a healing handcraft experience, a unique bookshelf decor, a stunning atmosphere night light, or a creative gift for history lovers and DIY enthusiasts, this Explore Atlantis Book Nook is the perfect choice.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- JS交互逻辑：隔离执行，不污染全局 --\u003e \u003cscript\u003e\n    (function() {\n      \/\/ DOM加载完成后执行\n      document.addEventListener('DOMContentLoaded', function() {\n        \/\/ FAQ折叠交互\n        const faqQuestions = document.querySelectorAll('.atlantis-product-section .product-faq .faq-question');\n        faqQuestions.forEach(function(question) {\n          question.addEventListener('click', function() {\n            const faqItem = this.parentNode;\n            faqItem.classList.toggle('active');\n            \/\/ 点击一个关闭其他，优化体验\n            faqQuestions.forEach(function(q) {\n              if (q !== question) q.parentNode.classList.remove('active');\n            });\n          });\n        });\n      });\n    })();\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46506585587887,"sku":"E6012208YW","price":76.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/3_8e91545d-5633-49d4-8fd2-6ac08becd8b6.jpg?v=1769155380"},{"product_id":"champs-elysees-florist","title":"Plymagic DIY Book Nook - Champs-Élysées  Florist","description":"\u003cstyle\u003e\n\/* 100% consistent with your store's global style, no changes made *\/\n:root {\n  --text-main: #1a1a1a;\n  --text-light: #666;\n  --bg-light: #f8f8f8;\n  --border: #e5e7eb;\n  --font: 'Helvetica Neue', Arial, sans-serif;\n}\n* {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\nbody {\n  font-family: var(--font);\n  color: var(--text-main);\n  line-height: 1.6;\n}\n.product-wrap {\n  max-width: 1000px;\n  margin: 2rem auto;\n  padding: 0 1rem;\n}\n.main-title {\n  font-size: 1.75rem;\n  font-weight: 700;\n  margin-bottom: 1.5rem;\n}\n.module-title {\n  font-size: 1.25rem;\n  font-weight: 600;\n  margin: 2rem 0 1rem;\n}\n.product-img {\n  width: 100%;\n  height: auto;\n  border-radius: 8px;\n  margin-bottom: 1rem;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n}\n.feature-card {\n  background: var(--bg-light);\n  border-radius: 8px;\n  padding: 1rem;\n  margin-bottom: 1rem;\n}\n.feature-title {\n  font-weight: 600;\n  margin-bottom: 0.5rem;\n}\n.feature-desc {\n  color: var(--text-light);\n  font-size: 0.95rem;\n}\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: var(--bg-light);\n  border-radius: 8px;\n  overflow: hidden;\n}\n.specs-table tr {\n  border-bottom: 1px solid var(--border);\n}\n.specs-table tr:last-child {\n  border-bottom: none;\n}\n.specs-table th, .specs-table td {\n  padding: 0.75rem 1rem;\n  text-align: left;\n  font-size: 0.95rem;\n}\n.specs-table th {\n  width: 40%;\n  font-weight: 500;\n  color: var(--text-light);\n}\n.specs-table td {\n  font-weight: 500;\n}\n@media (max-width: 768px) {\n  .main-title {\n    font-size: 1.5rem;\n  }\n  .module-title {\n    font-size: 1.1rem;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003c!-- SEO-Optimized Main Title --\u003e\n\u003ch1 class=\"main-title\"\u003eGreen Life Bookshop DIY Book Nook Kit\u003c\/h1\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/5_033cffea-4587-46d8-b091-a7bf806f13ff.png?v=1775814829\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c!-- Merged \u0026 Simplified Core Highlights --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e✨ Core Product Highlights\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Dreamy plant-themed bookstore scene: lush green plants, vintage bookshelves and cozy details create a peaceful natural atmosphere\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Dual door design: openable front door + dust-proof back door, keeps the interior clean and allows easy access to the scene\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Touch control warm LED light: soft ambient lighting illuminates the entire bookstore, perfect for night display\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Eco-friendly Falcon Mou snap design: no glue required, tight and seamless connection, easy and clean assembly\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• 196 precision-cut wood \u0026amp; paper pieces, 3-5 hours medium difficulty assembly, great stress-relief DIY activity\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Premium quality materials, detailed English step-by-step instructions, perfect for bookshelf decor, collection and creative gift\u003cspan style=\"color: rgb(31, 33, 36); font-family: var(--font); font-size: 0.875rem;\"\u003e \u003c\/span\u003e\u003cspan style=\"color: rgb(31, 33, 36); font-family: var(--font); font-size: 0.875rem;\"\u003e \u003c\/span\u003e\u003cspan style=\"color: rgb(31, 33, 36); font-family: var(--font); font-size: 0.875rem;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cspan style=\"color: rgb(31, 33, 36); font-family: var(--font); font-size: 0.875rem;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/15_77fc3261-ec92-4f57-b9cb-93ef112fe091.png?v=1775814829\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cspan style=\"color: rgb(31, 33, 36); font-family: var(--font); font-size: 0.875rem;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/13_3c8e2519-2e61-44b4-aa2c-39a4823f6d2d.png?v=1775814829\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Package Includes --\u003e\n\u003ch3 class=\"module-title\"\u003ePackage Includes\u003c\/h3\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-desc\"\u003e• 196 Precision-Cut Wood \u0026amp; Paper Pieces\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Touch Control LED Light Module with Battery Box\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Detailed English Step-by-Step Instruction Manual\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• All Required Paper Accessories\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Note: Glue and Batteries are NOT included due to customs policy\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/5_1_fecc5d0f-fcde-485a-a620-45b58545c00d.png?v=1775814829\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Specifications --\u003e\n\u003ch3 class=\"module-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eGreen Life Bookshop Book Nook Kit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinished Dimensions\u003c\/th\u003e\n\u003ctd\u003e15.5cm (L) × 16cm (W) × 18cm (H) \/ 6.1\" × 6.3\" × 7.1\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e0.86kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eNumber of Pieces\u003c\/th\u003e\n\u003ctd\u003e196PCS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eEstimated Assembly Time\u003c\/th\u003e\n\u003ctd\u003e3–5 Hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDifficulty Level\u003c\/th\u003e\n\u003ctd\u003e★★★☆☆ (Medium)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Age\u003c\/th\u003e\n\u003ctd\u003e14 Years and Above\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCore Material\u003c\/th\u003e\n\u003ctd\u003eHigh-Quality Wood \u0026amp; Paper\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCore Features\u003c\/th\u003e\n\u003ctd\u003eOpenable Front Door \/ Dust-Proof Back Door \/ Touch Control Warm LED Light \/ No Glue Required\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Scenarios\u003c\/th\u003e\n\u003ctd\u003eBookshelf Decor, Desktop Ornament, DIY Hobby, Stress Relief Activity, Creative Gift for Book \u0026amp; Plant Lovers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46758033096879,"sku":"E6041039HS","price":62.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1_2c79b5cb-eaa7-49b2-ab89-f725331c7892.png?v=1775814829"},{"product_id":"observatory","title":"Plymagic DIY Book Nook - Observatory","description":"\u003cstyle\u003e  .hinooki-desc {    max-width: 100%;    margin: 0;    padding: 0;    background: #fdfcf9;    color: #2f2a26;    font-family: Arial, sans-serif;    line-height: 1.75;  }  .hinooki-desc * {    box-sizing: border-box;  }  .hinooki-desc .top-intro {    padding: 42px 18px 24px;    text-align: center;    background: #fdfcf9;  }  .hinooki-desc h2 {    margin: 0 0 12px;    font-size: 30px;    line-height: 1.25;    color: #201a17;    font-weight: 700;    letter-spacing: -0.02em;  }  .hinooki-desc .subtitle {    max-width: 860px;    margin: 0 auto;    font-size: 15px;    line-height: 1.85;    color: #6a5f56;  }  .hinooki-desc .image-block {    margin: 0;    padding: 0;    line-height: 0;  }  .hinooki-desc .image-block img {    display: block;    width: 100%;    height: auto;    margin: 0;    padding: 0;    border: 0;  }  .hinooki-desc .section {    padding: 34px 18px;  }  .hinooki-desc .section.soft {    background: #f4f6fb;  }  .hinooki-desc .section.white {    background: #ffffff;  }  .hinooki-desc h3 {    margin: 0 0 14px;    font-size: 24px;    line-height: 1.35;    color: #201a17;    font-weight: 700;    letter-spacing: -0.01em;  }  .hinooki-desc h4 {    margin: 0 0 8px;    font-size: 17px;    line-height: 1.45;    color: #201a17;    font-weight: 700;  }  .hinooki-desc p {    margin: 0 0 14px;    font-size: 15px;    color: #3d3732;  }  .hinooki-desc p:last-child {    margin-bottom: 0;  }  .hinooki-desc .eyebrow {    display: inline-block;    margin-bottom: 10px;    font-size: 12px;    letter-spacing: 0.16em;    text-transform: uppercase;    color: #6f7d9f;    font-weight: 700;  }  .hinooki-desc .video-wrap {    max-width: 420px;    margin: 0 auto;  }  .hinooki-desc .video-wrap video {    width: 100%;    height: auto;    display: block;    border-radius: 12px;    background: #000;    box-shadow: 0 10px 30px rgba(0,0,0,0.08);  }  .hinooki-desc .icon-bar {    display: grid;    grid-template-columns: 1fr;    gap: 12px;    margin-top: 6px;  }  .hinooki-desc .icon-item {    background: #fff;    border: 1px solid #dfe5f2;    border-radius: 14px;    padding: 16px 14px;    text-align: center;  }  .hinooki-desc .icon-symbol {    font-size: 20px;    line-height: 1;    margin-bottom: 8px;  }  .hinooki-desc .icon-title {    display: block;    font-size: 14px;    font-weight: 700;    color: #201a17;    margin-bottom: 4px;  }  .hinooki-desc .icon-text {    font-size: 13px;    color: #6a5f56;    line-height: 1.65;  }  .hinooki-desc .feature-grid {    display: grid;    grid-template-columns: 1fr;    gap: 14px;    margin-top: 8px;  }  .hinooki-desc .feature-card {    background: #fff;    border: 1px solid #dfe5f2;    border-radius: 14px;    padding: 18px 16px;  }  .hinooki-desc .feature-card p {    margin: 0;  }  .hinooki-desc .two-col-text {    display: grid;    grid-template-columns: 1fr;    gap: 16px;  }  .hinooki-desc .closing-box {    background: #fff;    border: 1px solid #dfe5f2;    border-radius: 16px;    padding: 20px 18px;  }  @media (max-width: 768px) {    .hinooki-desc .video-wrap {      max-width: 82%;    }  }  @media (min-width: 768px) {    .hinooki-desc .top-intro {      padding: 46px 26px 24px;    }    .hinooki-desc .section {      padding: 36px 26px;    }    .hinooki-desc h2 {      font-size: 36px;    }    .hinooki-desc h3 {      font-size: 26px;    }    .hinooki-desc .icon-bar {      grid-template-columns: repeat(4, 1fr);    }    .hinooki-desc .feature-grid,    .hinooki-desc .two-col-text {      grid-template-columns: 1fr 1fr;    }  }\u003c\/style\u003e\n\u003cdiv class=\"hinooki-desc\"\u003e\n\u003cdiv class=\"top-intro\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eInspired by star maps \u0026amp; stained-glass domes\u003c\/div\u003e\n\u003ch2\u003eObservatory DIY Book Nook Kit\u003c\/h2\u003e\n\u003cdiv class=\"subtitle\"\u003eA celestial miniature observatory filled with glowing dome panels, telescope details, cathedral-style windows, bookshelves, and a warm hidden study below. Designed for dreamers, readers, and makers, this elegant build brings the feeling of a private stargazing tower to your bookshelf, desk, or display corner.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-block\"\u003e\u003cimg alt=\"Observatory detail 1\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0675\/8288\/5969\/files\/1_681efad9-7c03-4894-abf4-4d6247ff3b2e.png?v=1775894655\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"section soft\"\u003e\n\u003cspan class=\"eyebrow\"\u003eA miniature observatory where astronomy, old-world architecture, and warm library light meet under a glowing dome\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eObservatory\u003c\/strong\u003e is more than a DIY miniature house kit — it is a tiny celestial tower designed to feel like a secret retreat for someone who watches the stars, studies old maps, and keeps a quiet library hidden below the night sky.\u003c\/p\u003e\n\u003cp\u003eFrom the illuminated stained-glass-inspired dome and telescope deck to the cathedral-style arches, tiny study table, scroll stand, globe, statue, and richly lined bookshelves, every level is crafted to feel romantic, scholarly, and full of wonder.\u003c\/p\u003e\n\u003cp\u003eWhether you are looking for a magical \u003cstrong\u003eDIY miniature house kit\u003c\/strong\u003e, a thoughtful \u003cstrong\u003egift for astronomy lovers\u003c\/strong\u003e, or elegant \u003cstrong\u003eobservatory-inspired decor\u003c\/strong\u003e for a shelf or desk, this piece turns a love of stars into a beautifully displayable little world.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"icon-bar\"\u003e\n\u003cdiv class=\"icon-item\"\u003e\n\u003cdiv class=\"icon-symbol\"\u003e🔭\u003c\/div\u003e\n\u003cspan class=\"icon-title\"\u003eCelestial Observatory Theme\u003c\/span\u003e\n\u003cdiv class=\"icon-text\"\u003eA miniature tower inspired by private observatories, astronomy studies, moon charts, and star-filled nights.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"icon-item\"\u003e\n\u003cdiv class=\"icon-symbol\"\u003e✨\u003c\/div\u003e\n\u003cspan class=\"icon-title\"\u003eGlowing Dome Lighting\u003c\/span\u003e\n\u003cdiv class=\"icon-text\"\u003eWarm interior light shines through the ornate dome and arches, giving the entire structure a magical nighttime atmosphere.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"icon-item\"\u003e\n\u003cdiv class=\"icon-symbol\"\u003e📚\u003c\/div\u003e\n\u003cspan class=\"icon-title\"\u003eRich Library \u0026amp; Study Details\u003c\/span\u003e\n\u003cdiv class=\"icon-text\"\u003eBookshelves, globe, desk, scroll stand, telescope, statue, and tiny decorative accents create depth and story from every angle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"icon-item\"\u003e\n\u003cdiv class=\"icon-symbol\"\u003e🎁\u003c\/div\u003e\n\u003cspan class=\"icon-title\"\u003eA Beautiful Gift to Keep\u003c\/span\u003e\n\u003cdiv class=\"icon-text\"\u003ePerfect for readers, crafters, astronomy fans, and anyone who loves handmade decor with mystery, elegance, and charm.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-block\"\u003e\u003cimg alt=\"Observatory detail 2\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0675\/8288\/5969\/files\/2_23d60026-faf5-4dc1-b636-b727c4150708.webp?v=1775894653\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"section white\"\u003e\n\u003cspan class=\"eyebrow\"\u003eWhy you’ll love it\u003c\/span\u003e\n\u003ch3\u003eBring the wonder of a star-lit tower to your shelf\u003c\/h3\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eA Miniature Space That Feels Grand and Dreamlike\u003c\/h4\u003e\n\u003cp\u003eThe glowing observatory dome, tall arches, and library study below give this build the feeling of a hidden place made for quiet thought and stargazing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eBeautifully Styled with Architectural Detail\u003c\/h4\u003e\n\u003cp\u003eIts cathedral-inspired windows, layered balconies, dome panels, and old-world textures make the finished piece feel elegant, intricate, and display-worthy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003ePerfect for Bookcases, Desks, and Collector Displays\u003c\/h4\u003e\n\u003cp\u003eThe vertical structure and atmospheric lighting make it a striking accent for shelves, reading corners, desks, or curated miniature collections.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eA Rewarding Build for Makers Who Love Storytelling Design\u003c\/h4\u003e\n\u003cp\u003eIf you enjoy miniatures that feel immersive and imaginative, this kit offers both a satisfying assembly experience and a finished scene full of personality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-block\"\u003e\u003cimg alt=\"Observatory detail 3\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0675\/8288\/5969\/files\/3_586d842e-b580-488e-b748-54518afc23e8.webp?v=1775894656\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"section white\"\u003e\n\u003cspan class=\"eyebrow\"\u003eSignature details that make the scene unforgettable\u003c\/span\u003e\n\u003cdiv class=\"two-col-text\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eCelestial Dome and Cathedral Glass Motifs\u003c\/h4\u003e\n\u003cp\u003eThe illuminated upper dome and stained-glass-style panels create the visual centerpiece, giving the observatory a luminous and almost sacred feeling at night.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eTelescope Deck with Hidden Study Atmosphere\u003c\/h4\u003e\n\u003cp\u003eThe rooftop observation level pairs beautifully with the warm reading room below, turning the build into both a skywatching tower and a tiny scholar’s retreat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-block\"\u003e\u003cimg alt=\"Observatory detail 4\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0675\/8288\/5969\/files\/4_3b9d6759-10a0-4862-927b-9f3425d0c527.webp?v=1775894655\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"section soft\"\u003e\n\u003cspan class=\"eyebrow\"\u003eDesigned to glow beautifully, built to be enjoyed\u003c\/span\u003e\n\u003ch3\u003eInteractive features with a clean, display-ready finish\u003c\/h3\u003e\n\u003cdiv class=\"two-col-text\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eTouch Sensor Lighting\u003c\/h4\u003e\n\u003cp\u003eThe lighting feature makes it easy to bring the observatory to life, letting the warm interior glow highlight the arches, shelves, dome, and rooftop details.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eHidden Battery Box Design\u003c\/h4\u003e\n\u003cp\u003eThe concealed battery setup helps keep the finished build looking neat and elegant, so the magical effect stays front and center without visual clutter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-block\"\u003e\u003cimg alt=\"Observatory detail 5\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0675\/8288\/5969\/files\/5_62144499-3544-46d8-9f1e-8e2d00084ca1.webp?v=1775894655\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"section white\"\u003e\n\u003cspan class=\"eyebrow\"\u003eTiny objects, layered atmosphere\u003c\/span\u003e\n\u003ch3\u003eEvery telescope, globe, shelf, and scroll adds to the story\u003c\/h3\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eRooftop Astronomy Details\u003c\/h4\u003e\n\u003cp\u003eThe telescope, globe, scroll stand, and upper-deck details instantly establish the observatory theme and make the miniature feel purposeful and alive.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eWarm Study Room Below\u003c\/h4\u003e\n\u003cp\u003eThe bookshelves, desk, and interior lighting create a hidden lower chamber that feels thoughtful, calm, and wonderfully lived in.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eClassical Architectural Accents\u003c\/h4\u003e\n\u003cp\u003eArches, balcony rails, ornamental textures, and statue elements give the whole structure a refined old-world look that feels both academic and magical.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eDisplay Presence That Feels Special\u003c\/h4\u003e\n\u003cp\u003ePlaced between books or on a tabletop, the finished observatory looks striking from a distance and even richer when viewed up close.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-block\"\u003e\u003cimg alt=\"Observatory detail 6\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0675\/8288\/5969\/files\/6_1a1e3bf5-2a96-49d4-83bb-dcf6f71b77e9.webp?v=1775894656\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"section soft\"\u003e\n\u003cdiv class=\"closing-box\"\u003e\n\u003cspan class=\"eyebrow\"\u003eFor stargazers, readers, makers, and anyone who loves beautiful little worlds\u003c\/span\u003e\n\u003ch3\u003eMore than decor — a miniature observatory filled with glow, wonder, and quiet imagination\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eObservatory\u003c\/strong\u003e combines the satisfaction of a \u003cstrong\u003eDIY miniature kit\u003c\/strong\u003e with the elegance of collectible \u003cstrong\u003eastronomy-inspired decor\u003c\/strong\u003e. It is made for people who love books, night skies, old architecture, and tiny scenes that feel thoughtful and transportive.\u003c\/p\u003e\n\u003cp\u003eWith its glowing celestial dome, rooftop telescope, warm hidden library, and richly layered details, this miniature kit brings craftsmanship, atmosphere, and a little sense of cosmic wonder to any shelf, desk, or reading corner.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46762842849455,"sku":"E6041313TWT","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1_681efad9-7c03-4894-abf4-4d6247ff3b2e.png?v=1776060764"},{"product_id":"bacchus-bookstore","title":"Plymagic DIY Book Nook - Bacchus Bookstore","description":"\u003cstyle\u003e\n\/* 100% 沿用全店统一的魔法书立正文标题字体样式，布局与其他产品页完全一致 *\/\n:root {\n  --text-main: #201a17;\n  --text-light: #6a5f56;\n  --bg-light: #f8f8f8;\n  --border: #e5e7eb;\n  --font: Arial, sans-serif;\n}\n* {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\nbody {\n  font-family: var(--font);\n  color: #3d3732;\n  line-height: 1.75;\n}\n.product-wrap {\n  max-width: 1000px;\n  margin: 2rem auto;\n  padding: 0 1rem;\n}\n\n\/* ========== 全店统一标题字体样式（无任何修改） ========== *\/\n\/* 主标题：30px(移动端)\/36px(桌面)，700字重，行高1.25，字间距-0.02em *\/\n.main-title {\n  font-size: 30px;\n  font-weight: 700;\n  line-height: 1.25;\n  letter-spacing: -0.02em;\n  color: #201a17;\n  margin-bottom: 1.5rem;\n  text-align: center;\n}\n\n\/* 模块标题：24px\/26px，700字重，行高1.35，字间距-0.01em *\/\n.module-title {\n  font-size: 24px;\n  font-weight: 700;\n  line-height: 1.35;\n  letter-spacing: -0.01em;\n  color: #201a17;\n  margin: 2rem 0 1rem;\n}\n\n\/* 卡片标题：17px，700字重，行高1.45 *\/\n.feature-title {\n  font-size: 17px;\n  font-weight: 700;\n  line-height: 1.45;\n  color: #201a17;\n  margin-bottom: 0.8rem;\n}\n\n\/* ========== 全店统一布局样式 ========== *\/\n.product-img {\n  width: 100%;\n  height: auto;\n  border-radius: 8px;\n  margin-bottom: 1rem;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n}\n.feature-card {\n  background: var(--bg-light);\n  border-radius: 8px;\n  padding: 1.2rem;\n  margin-bottom: 1.2rem;\n}\n.feature-desc {\n  color: var(--text-light);\n  font-size: 15px;\n  margin-bottom: 0.6rem;\n}\n.feature-desc:last-child {\n  margin-bottom: 0;\n}\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: var(--bg-light);\n  border-radius: 8px;\n  overflow: hidden;\n}\n.specs-table tr {\n  border-bottom: 1px solid var(--border);\n}\n.specs-table tr:last-child {\n  border-bottom: none;\n}\n.specs-table th, .specs-table td {\n  padding: 0.85rem 1rem;\n  text-align: left;\n  font-size: 15px;\n}\n.specs-table th {\n  width: 40%;\n  font-weight: 500;\n  color: var(--text-light);\n}\n.specs-table td {\n  font-weight: 500;\n  color: var(--text-main);\n}\n\n\/* ========== 响应式：全店统一规则 ========== *\/\n@media (min-width: 768px) {\n  .main-title {\n    font-size: 36px;\n  }\n  .module-title {\n    font-size: 26px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003c!-- SEO优化主标题 --\u003e\n\u003ch1 class=\"main-title\"\u003eBacchus Bookstore DIY Mini House \u003c\/h1\u003e\n\u003c!-- 产品主图 --\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/05_552c64e6-e2ff-4ba8-b2ad-cfb0f36ecfa6.webp?v=1776826113\"\u003e\u003cbr\u003e\u003c!-- 核心亮点 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e📚 Immersive Old-World Bookstore Experience\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Step into a cozy vintage library with towering bookshelves and winding staircases\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/7-1.jpg?v=1776685243\"\u003e\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Exquisite miniature details: tiny books, classical statues, chess pieces, violins and framed art\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cimg alt=\"Exquisite miniature details of the bookstore kit\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1666112052493\/9-69.jpg?w=1000\u0026amp;h=1000\"\u003e\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Warm ambient LED lighting creates a magical, intellectual atmosphere\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cimg height=\"515\" width=\"290\" style=\"display: block; margin-left: auto; margin-right: auto;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/4_22_1.gif?v=1776825854\"\u003e\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Touch switch for easy light control (battery compartment hidden)\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cimg alt=\"Bacchus Bookstore dimensions and touch switch detail\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1666112052493\/4-166.jpg?w=1000\u0026amp;h=1000\"\u003e\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Premium pre-cut MDF wooden pieces for smooth, precise assembly\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1666112052493\/5-141.jpg?w=1000\u0026amp;h=1000\" loading=\"lazy\" class=\"product-img\" alt=\"What's in the box: accessories and tools\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 产品细节展示 --\u003e  \u003c!-- 包装清单 --\u003e\n\u003ch3 class=\"module-title\"\u003eWhat's Included in the Kit\u003c\/h3\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-desc\"\u003e• Pre-Cut MDF Wooden Pieces\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Pre-Assembled LED Light with Touch Switch\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Lamplight × 1\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Frosted Rod × 1\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Tweezers × 1\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Vase × 2\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Sticker Sheet × 2\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Butter Paper × 1\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Double-Sided Offset Paper × 1\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• English Step-by-Step Instruction Manual\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cimg alt=\"Bacchus Bookstore full product dimensions\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1666112052493\/imagetools2-23.webp?w=1000\u0026amp;h=678\"\u003e\u003c\/p\u003e\n\u003cp style=\"margin-top: 1rem; font-style: italic;\" class=\"feature-desc\"\u003e⚠️ Please bring your own: Glue and 2 × AA Batteries\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 产品规格 --\u003e\n\u003ch3 class=\"module-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eBacchus Bookstore DIY Mini House (AW02-005)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTheme\u003c\/th\u003e\n\u003ctd\u003eVintage Old-World Library \/ Bookstore\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAssembled Size\u003c\/th\u003e\n\u003ctd\u003e21.1cm × 16cm × 16cm \/ 8.3\" × 6.3\" × 6.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCore Material\u003c\/th\u003e\n\u003ctd\u003ePre-Cut MDF Wood, Fabric, Paper\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLighting Feature\u003c\/th\u003e\n\u003ctd\u003eTouch-Switch LED Ambient Lighting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Supply\u003c\/th\u003e\n\u003ctd\u003e2 × AA Batteries (Not Included)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDust Cover Included\u003c\/th\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDifficulty Level\u003c\/th\u003e\n\u003ctd\u003e★★★☆☆ (Intermediate)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eEstimated Assembly Time\u003c\/th\u003e\n\u003ctd\u003e6–8 Hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Age\u003c\/th\u003e\n\u003ctd\u003e14 Years and Above\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Scenarios\u003c\/th\u003e\n\u003ctd\u003eDIY Hobby, Bookshelf Decor, Desk Display, Miniature Collection, Creative Gift for Book Lovers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 注意事项 --\u003e\n\u003cdiv style=\"margin-top: 1.5rem;\" class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e⚠️ Important Notes\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Glue and 2 AA batteries are required but not included in the kit\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Contains small parts. Keep away from children under 3 years old\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Adult supervision is recommended for younger teenagers\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• A relaxing and creative project perfect for book lovers and DIY enthusiasts\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 结尾文案 --\u003e\n\u003cp style=\"text-align: center; margin-top: 2rem; font-size: 1.1rem; color: var(--text-main); font-style: italic;\"\u003e\"Where every book has a story, and every corner feels quietly magical.\"\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46785912144047,"sku":"E6031728DG","price":62.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/05_552c64e6-e2ff-4ba8-b2ad-cfb0f36ecfa6.webp?v=1776826113"},{"product_id":"spire-of-the-wyrm","title":"Plymagic DIY Book Nook - Spire Of The Wyrm","description":"\u003cstyle\u003e\n\/* 全店统一全局样式 - 与你所有书立产品100%通用无改动 *\/\n:root {\n  --text-main: #201a17;\n  --text-light: #6a5f56;\n  --bg-light: #f8f8f8;\n  --border: #e5e7eb;\n  --font: 'Helvetica Neue', Arial, sans-serif;\n}\n* {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\nbody {\n  font-family: var(--font);\n  color: var(--text-main);\n  line-height: 1.7;\n}\n.product-wrap {\n  max-width: 1000px;\n  margin: 2rem auto;\n  padding: 0 1rem;\n}\n.main-title {\n  font-size: 1.8rem;\n  font-weight: 700;\n  text-align: center;\n  margin-bottom: 1.8rem;\n}\n.module-title {\n  font-size: 1.35rem;\n  font-weight: 600;\n  margin: 2rem 0 1rem;\n}\n.product-img {\n  width: 100%;\n  height: auto;\n  border-radius: 8px;\n  margin: 1rem 0;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.06);\n}\n.feature-card {\n  background: var(--bg-light);\n  border-radius: 8px;\n  padding: 1.2rem;\n  margin-bottom: 1.2rem;\n}\n.feature-title {\n  font-weight: 600;\n  margin-bottom: 0.7rem;\n}\n.feature-desc {\n  color: var(--text-light);\n  font-size: 0.98rem;\n  margin-bottom: 0.5rem;\n}\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: var(--bg-light);\n  border-radius: 8px;\n  overflow: hidden;\n}\n.specs-table tr {\n  border-bottom: 1px solid var(--border);\n}\n.specs-table tr:last-child {border-bottom: none;}\n.specs-table th, .specs-table td {\n  padding: 0.8rem 1rem;\n  text-align: left;\n  font-size: 0.98rem;\n}\n.specs-table th {\n  width: 40%;\n  font-weight: 500;\n  color: var(--text-light);\n}\n@media (max-width: 768px) {\n  .main-title {font-size: 1.55rem;}\n  .module-title {font-size: 1.15rem;}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-wrap\"\u003e\n\u003c!-- SEO优化主标题 + 氛围感副标题 --\u003e\n\u003ch1 class=\"main-title\"\u003eSpire Of The Wyrm DIY Book Nook Kit\n\u003csmall style=\"display:block;margin-top:0.5rem;font-weight:400;color:var(--text-light);font-size:1rem;\"\u003eBetween Books, The Ancient Dragon Waits\u003c\/small\u003e\n\u003c\/h1\u003e\n\n\u003c!-- 开篇氛围感长文案（精炼高级化，删掉冗余口水词） --\u003e\n\u003cp\u003e\nStep into the forgotten domain of the ancient wyrm. Rising from shadowed, molten depths, this mystical Gothic spire glows with primordial fire and untold legend. Every intricately assembled piece unfolds a tale of magic, power, and timeless mystery. Meticulously crafted for dark fantasy enthusiasts, collectors, and dreamers who crave extraordinary, atmospheric decor between the pages of their books.\n\u003c\/p\u003e\n\n\u003c!-- 首屏主图 --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0669\/7785\/7826\/files\/1_5d648d45-d56b-4d28-b8a9-2105b5604900.jpg?v=1760623883\" class=\"product-img\" loading=\"lazy\" alt=\"Spire Of The Wyrm dragon gothic book nook kit\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0669\/7785\/7826\/files\/8_6edb8ab7-3b19-4ac8-9d29-6635a291fc81.jpg?v=1760622313\" class=\"product-img\" loading=\"lazy\" alt=\"Dark fantasy wyrm tower miniature interior\"\u003e\n\n\u003c!-- 核心产品亮点（排版规整、用词高级精炼、电商转化型卖点） --\u003e\n\u003ch3 class=\"module-title\"\u003eUnique Premium Features\u003c\/h3\u003e\n\u003cdiv class=\"feature-card\"\u003e\n  \u003cp class=\"feature-title\"\u003e🏰 Intricate Gothic Spire Architecture\u003c\/p\u003e\n  \u003cp class=\"feature-desc\"\u003eDetailed carved arches, ancient dragon rune symbols and medieval tower styling, perfectly immersed in dark fantasy \u0026amp; high legend aesthetic.\u003c\/p\u003e\n\n  \u003cp class=\"feature-title\"\u003e✨ Built-in Touch Control LED Lighting\u003c\/p\u003e\n  \u003cp class=\"feature-desc\"\u003eWarm ember-glow LED lights illuminate layered windows from within, casting dramatic shadow depth and bringing the mythic tower to life.\u003c\/p\u003e\n\n  \u003cp class=\"feature-title\"\u003e🔪 Fully Pre-Cut No-Carve Assembly\u003c\/p\u003e\n  \u003cp class=\"feature-desc\"\u003eAll MDF wooden pieces are precision pre-cut. No trimming, sawing or extra carving required — seamless snap-fit building experience.\u003c\/p\u003e\n\n  \u003cp class=\"feature-title\"\u003e📖 Full-Color Illustrated Manual\u003c\/p\u003e\n  \u003cp class=\"feature-desc\"\u003eClear step-by-step English instruction guide, friendly for both beginner DIY builders and advanced miniature hobbyists.\u003c\/p\u003e\n\n  \u003cp class=\"feature-title\"\u003e🌑 Layered Depth Window Design\u003c\/p\u003e\n  \u003cp class=\"feature-desc\"\u003eMulti-layer hollow window structure creates realistic light, shadow and spatial depth, enhancing the immersive mysterious atmosphere.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- 细节展示图组 --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0669\/7785\/7826\/files\/5_578edc50-d357-4bac-86a6-fb2601331647.jpg?v=1760622312\" class=\"product-img\" loading=\"lazy\" alt=\"Dragon spire interior detail view\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0669\/7785\/7826\/files\/11_3d74cb11-b2a1-4b94-9282-2c24e44c3a1e.jpg?v=1760622312\" class=\"product-img\" loading=\"lazy\" alt=\"Miniature tower structure details\"\u003e\n\n\u003c!-- 场景参考图 --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0669\/7785\/7826\/files\/4_af61c91f-067d-4875-bea3-252371de4102.jpg?v=1760622313\" class=\"product-img\" loading=\"lazy\" alt=\"Book nook placed between books on bookshelf\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0669\/7785\/7826\/files\/Screenshot_2025-10-16_at_10.00.49_PM.png?v=1760624380\" class=\"product-img\" loading=\"lazy\" alt=\"Size reference of Spire Of The Wyrm bookend\"\u003e\n\n\u003c!-- 包装内含清单 --\u003e\n\u003ch3 class=\"module-title\"\u003ePackage Contents\u003c\/h3\u003e\n\u003cdiv class=\"feature-card\"\u003e\n  \u003cp class=\"feature-desc\"\u003e• Precision Pre-Cut MDF Wooden Building Pieces\u003c\/p\u003e\n  \u003cp class=\"feature-desc\"\u003e• Pre-Assembled Warm LED Light System\u003c\/p\u003e\n  \u003cp class=\"feature-desc\"\u003e• Fine Sandpaper \u0026amp; Assembly Tweezers\u003c\/p\u003e\n  \u003cp class=\"feature-desc\"\u003e• All Exquisite Paper Decorative Accessories\u003c\/p\u003e\n  \u003cp class=\"feature-desc\"\u003e• Full-Color Step-by-Step English Instruction Manual\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- 配件展示图 --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0669\/7785\/7826\/files\/4_59020f74-cb05-4914-84c2-85a3e1381555.jpg?v=1760623884\" class=\"product-img\" loading=\"lazy\" alt=\"All included building accessories\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0669\/7785\/7826\/files\/5_04874d2d-5cc0-4439-9e25-8dcd9b74797c.jpg?v=1760623883\" class=\"product-img\" loading=\"lazy\" alt=\"Pre-cut wooden kit components\"\u003e\n\n\u003c!-- 结尾氛围感slogan --\u003e\n\u003cp style=\"text-align:center; margin:2.5rem 0; font-size:1.15rem; font-weight:600; font-style:italic; color:var(--text-main);\"\u003e\nLight the Ember Flame. Awaken the Ancient Legend.\n\u003c\/p\u003e\n\n\u003c!-- 补充通用注意事项（你店铺标配模块） --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n  \u003cp class=\"feature-title\"\u003e⚠️ Important Notes\u003c\/p\u003e\n  \u003cp class=\"feature-desc\"\u003e• Glue and batteries are NOT included in the package.\u003c\/p\u003e\n  \u003cp class=\"feature-desc\"\u003e• Contains small miniature parts, keep away from children under 3 years old.\u003c\/p\u003e\n  \u003cp class=\"feature-desc\"\u003e• Recommended assembly age: 14+.\u003c\/p\u003e\n  \u003cp class=\"feature-desc\"\u003e• Minor material color differences may occur between production batches.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46793810182319,"sku":"E6042325YW","price":64.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/2_396f3992-483a-42e8-ac09-c00b22ac4b7f.jpg?v=1776934560"},{"product_id":"art-bookstore","title":"Plymagic DIY Book Nook - Art Bookstore","description":"\u003cstyle\u003e\n\/* 100% 沿用全店统一的魔法书立正文标题字体样式，布局与其他产品页完全一致 *\/\n:root {\n  --text-main: #201a17;\n  --text-light: #6a5f56;\n  --bg-light: #f8f8f8;\n  --border: #e5e7eb;\n  --font: Arial, sans-serif;\n}\n* {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\nbody {\n  font-family: var(--font);\n  color: #3d3732;\n  line-height: 1.75;\n}\n.product-wrap {\n  max-width: 1000px;\n  margin: 2rem auto;\n  padding: 0 1rem;\n}\n\n\/* ========== 全店统一标题字体样式（无任何修改） ========== *\/\n\/* 主标题：30px(移动端)\/36px(桌面)，700字重，行高1.25，字间距-0.02em *\/\n.main-title {\n  font-size: 30px;\n  font-weight: 700;\n  line-height: 1.25;\n  letter-spacing: -0.02em;\n  color: #201a17;\n  margin-bottom: 1.5rem;\n  text-align: center;\n}\n\n\/* 模块标题：24px\/26px，700字重，行高1.35，字间距-0.01em *\/\n.module-title {\n  font-size: 24px;\n  font-weight: 700;\n  line-height: 1.35;\n  letter-spacing: -0.01em;\n  color: #201a17;\n  margin: 2rem 0 1rem;\n}\n\n\/* 卡片标题：17px，700字重，行高1.45 *\/\n.feature-title {\n  font-size: 17px;\n  font-weight: 700;\n  line-height: 1.45;\n  color: #201a17;\n  margin-bottom: 0.8rem;\n}\n\n\/* ========== 全店统一布局样式 ========== *\/\n.product-img {\n  width: 100%;\n  height: auto;\n  border-radius: 8px;\n  margin-bottom: 1rem;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n}\n.feature-card {\n  background: var(--bg-light);\n  border-radius: 8px;\n  padding: 1.2rem;\n  margin-bottom: 1.2rem;\n}\n.feature-desc {\n  color: var(--text-light);\n  font-size: 15px;\n  margin-bottom: 0.6rem;\n}\n.feature-desc:last-child {\n  margin-bottom: 0;\n}\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: var(--bg-light);\n  border-radius: 8px;\n  overflow: hidden;\n}\n.specs-table tr {\n  border-bottom: 1px solid var(--border);\n}\n.specs-table tr:last-child {\n  border-bottom: none;\n}\n.specs-table th, .specs-table td {\n  padding: 0.85rem 1rem;\n  text-align: left;\n  font-size: 15px;\n}\n.specs-table th {\n  width: 40%;\n  font-weight: 500;\n  color: var(--text-light);\n}\n.specs-table td {\n  font-weight: 500;\n  color: var(--text-main);\n}\n\n\/* ========== 响应式：全店统一规则 ========== *\/\n@media (min-width: 768px) {\n  .main-title {\n    font-size: 36px;\n  }\n  .module-title {\n    font-size: 26px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003ch1 class=\"main-title\"\u003eArt Book Store DIY Book Nook Kit\u003c\/h1\u003e\n\u003c!-- 产品主图（打开状态全貌） --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/4_23_4.gif?v=1776942730\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\" width=\"301\" height=\"401\"\u003e\u003cbr\u003e\u003c!-- 核心亮点 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e📚 Build Your Own Vintage Bookstore in a Bookend\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Immersive retro bookstore theme with exquisite miniature details: classic paintings, stacked books, sculptures and greenery\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/H02cebbca3b3f4f20923d6c3e8d2b70a8i.jpg?v=1776937636\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Warm ambient LED lighting creates a cozy, magical atmosphere for your bookshelf\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1600-4-5_900x_81a9d5b6-3b46-4955-8e4f-7f875393fea6.webp?v=1776942328\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Pre-cut, no-glue-needed accessories for a smooth, hassle-free assembly experience\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Full-color detailed instruction manual included for step-by-step guidance\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/H20d7ca3cc1f54f6fab1842b9cc4f2815p.jpg?v=1776937636\"\u003e\u003c!-- SEO优化主标题 --\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 产品细节展示 --\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003c!-- 包装清单 --\u003e\n\u003ch3 class=\"module-title\"\u003ePackage Includes\u003c\/h3\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-desc\"\u003e• 420 Pre-Cut Wooden \u0026amp; Paper Pieces\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• LED Light Set with Wiring\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Full-Color Step-by-Step Instruction Manual\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• All Miniature Decorative Accessories\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Premium Gift Box Packaging\u003c\/p\u003e\n\u003cp class=\"feature-desc\" style=\"margin-top: 1rem; font-style: italic;\"\u003e⚠️ Please note: Glue and 2 x AAA batteries are NOT included in the package\u003c\/p\u003e\n\u003cp class=\"feature-desc\" style=\"margin-top: 1rem; font-style: italic;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/H68a07317fd5c4f8585c6c9f3be6c0108q.jpg?v=1776937636\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 产品规格 --\u003e\n\u003ch3 class=\"module-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eArt Book Store DIY Book Nook\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eItem Code\u003c\/th\u003e\n\u003ctd\u003eSL-40\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eNumber of Pieces\u003c\/th\u003e\n\u003ctd\u003e420 PCS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinished Size\u003c\/th\u003e\n\u003ctd\u003e11.5cm × 10cm × 17.25cm \/ 4.53\" × 3.94\" × 6.79\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackaging Size\u003c\/th\u003e\n\u003ctd\u003e27cm × 19cm × 5cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Weight\u003c\/th\u003e\n\u003ctd\u003e0.8kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLighting Feature\u003c\/th\u003e\n\u003ctd\u003eWarm Ambient LED Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Supply\u003c\/th\u003e\n\u003ctd\u003e2 × AAA Batteries (Not Included)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eEstimated Assembly Time\u003c\/th\u003e\n\u003ctd\u003e4–6 Hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDifficulty Level\u003c\/th\u003e\n\u003ctd\u003e★★★☆☆ (Intermediate)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Age\u003c\/th\u003e\n\u003ctd\u003e14 Years and Above\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Scenarios\u003c\/th\u003e\n\u003ctd\u003eBookshelf Decor, Bookend, DIY Hobby, Miniature Collection, Creative Gift for Book Lovers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 注意事项 --\u003e\n\u003cdiv class=\"feature-card\" style=\"margin-top: 1.5rem;\"\u003e\n\u003cp class=\"feature-title\"\u003e⚠️ Important Notes\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Glue and 2 x AAA batteries are required but not included in the package.\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Contains small parts. Keep away from children under 3 years old.\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• This is a handcrafted product. Minor deviations in size and color of wood, fabric, beads and other materials are normal. Paper accessories may have slight color differences between batches. Please refer to the actual product.\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Adult supervision is recommended for younger teenagers during assembly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 结尾文案 --\u003e\n\u003cp style=\"text-align: center; margin-top: 2rem; font-size: 1.1rem; color: var(--text-main); font-style: italic;\"\u003e\"Build your own special tiny world, and bring the magic of a vintage bookstore to your bookshelf.\"\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46793894428847,"sku":"E6042340SD","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/Hb6896f07ce764ce1ba922a28025e7f3aH.jpg?v=1776937636"},{"product_id":"beach-corner","title":"Plymagic DIY Book Nook - Beach Corner","description":"\u003c!-- 最外层隔离容器：样式仅作用于内部，不影响网站其他元素 --\u003e\n\u003cdiv class=\"custom-product-section\"\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  \/* ========== 样式完全隔离：所有样式嵌套在.custom-product-section下，不污染全局 ========== *\/\n  .custom-product-section * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* ========== 全店统一正文标题字体样式（与过往产品100%一致） ========== *\/\n  .custom-product-section :root {\n    --text-main: #201a17;\n    --text-light: #6a5f56;\n    --bg-light: #f8f8f8;\n    --border: #e5e7eb;\n    --font: Arial, sans-serif;\n  }\n  .custom-product-section body {\n    font-family: var(--font);\n    color: #3d3732;\n    line-height: 1.75;\n  }\n  .custom-product-section .product-wrap {\n    max-width: 1000px;\n    margin: 2rem auto;\n    padding: 0 1rem;\n  }\n\n  \/* ========== 全店统一标题字体样式（无任何修改） ========== *\/\n  .custom-product-section .main-title {\n    font-size: 30px;\n    font-weight: 700;\n    line-height: 1.25;\n    letter-spacing: -0.02em;\n    color: #201a17;\n    margin-bottom: 1.5rem;\n    text-align: center;\n  }\n  .custom-product-section .module-title {\n    font-size: 24px;\n    font-weight: 700;\n    line-height: 1.35;\n    letter-spacing: -0.01em;\n    color: #201a17;\n    margin: 2rem 0 1rem;\n  }\n  .custom-product-section .feature-title {\n    font-size: 17px;\n    font-weight: 700;\n    line-height: 1.45;\n    color: #201a17;\n    margin-bottom: 0.8rem;\n  }\n\n  \/* ========== 全店统一布局样式 ========== *\/\n  .custom-product-section .product-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 1rem;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  }\n  .custom-product-section .feature-card {\n    background: var(--bg-light);\n    border-radius: 8px;\n    padding: 1.2rem;\n    margin-bottom: 1.2rem;\n  }\n  .custom-product-section .feature-desc {\n    color: var(--text-light);\n    font-size: 15px;\n    margin-bottom: 0.6rem;\n  }\n  .custom-product-section .feature-desc:last-child {\n    margin-bottom: 0;\n  }\n  .custom-product-section .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--bg-light);\n    border-radius: 8px;\n    overflow: hidden;\n  }\n  .custom-product-section .specs-table tr {\n    border-bottom: 1px solid var(--border);\n  }\n  .custom-product-section .specs-table tr:last-child {\n    border-bottom: none;\n  }\n  .custom-product-section .specs-table th, .custom-product-section .specs-table td {\n    padding: 0.85rem 1rem;\n    text-align: left;\n    font-size: 15px;\n  }\n  .custom-product-section .specs-table th {\n    width: 40%;\n    font-weight: 500;\n    color: var(--text-light);\n  }\n  .custom-product-section .specs-table td {\n    font-weight: 500;\n    color: var(--text-main);\n  }\n\n  \/* ========== 响应式：全店统一规则 ========== *\/\n  @media (min-width: 768px) {\n    .custom-product-section .main-title {\n      font-size: 36px;\n    }\n    .custom-product-section .module-title {\n      font-size: 26px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"custom-product-section\"\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003ch1 class=\"main-title\"\u003eBeach Corner DIY Book Nook Kit | Santorini Coastal Bookend\u003c!-- SEO优化主标题 --\u003e\n\u003c\/h1\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1-95a78356-caed-4425-9087-d6b9048aaefa.jpg?v=1777450078\" alt=\"\"\u003e\u003cbr\u003e\u003c!-- 核心亮点 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e🌊 Bring Santorini Coastal Charm to Your Bookshelf\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Authentic Santorini Mediterranean style, iconic blue and white color scheme restores the Aegean holiday cottage vibe\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cimg alt=\"Beach Corner book nook displayed on bookshelf as functional bookend\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/Hc69d29161fa741c095990c18dc4a01fa8_1.jpg?v=1776938015\"\u003e\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Rich nautical details: lifebuoy, ship wheel, surfboard, seashell decorations and more immersive elements\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cimg alt=\"Close-up of nautical themed interior details\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/Hafff51718db240d7a7ad667c967d7dc8U_1.jpg?v=1776938015\"\u003e\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Built-in warm LED light creates a cozy, sunlit beach atmosphere when lit up\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Precision pre-cut MDF pieces, no extra cutting needed, smooth snap-fit assembly\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cimg alt=\"Beach Corner book nook difficulty level, assembly time and age recommendation\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/H94a6d6c335604368a48438af5971aa04f_1.jpg?v=1776938015\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 产品细节展示 --\u003e  \u003c!-- 包装清单 --\u003e\n\u003ch3 class=\"module-title\"\u003eWhat's Included in the Kit\u003c\/h3\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-desc\"\u003e• Precision Pre-Cut MDF Wooden Pieces\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Pre-Assembled Warm LED Light Set\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Assembly Tools: Sandpaper \u0026amp; Tweezers\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• All Paper Decorations \u0026amp; Miniature Nautical Accessories\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Full-Color Step-by-Step English Instruction Manual\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Premium Gift Box Packaging\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 包装尺寸图 --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/8-4.jpg?v=1777450184\" alt=\"\"\u003e\u003cbr\u003e\u003c!-- 产品规格 --\u003e\n\u003ch3 class=\"module-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eBeach Corner DIY Book Nook\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eItem Code\u003c\/th\u003e\n\u003ctd\u003eSL-52\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinished Size\u003c\/th\u003e\n\u003ctd\u003e12.75cm × 12.3cm × 18.55cm \/ 5.02\" × 4.84\" × 7.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackaging Size\u003c\/th\u003e\n\u003ctd\u003e19.3cm × 5.3cm × 27.2cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCore Materials\u003c\/th\u003e\n\u003ctd\u003ePremium Laser-Cut MDF, Paper Accessories, Electronic Components\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLighting Feature\u003c\/th\u003e\n\u003ctd\u003eWarm Ambient LED Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDifficulty Level\u003c\/th\u003e\n\u003ctd\u003e★★★☆☆ (Intermediate)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Age\u003c\/th\u003e\n\u003ctd\u003e14 Years and Above\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Scenarios\u003c\/th\u003e\n\u003ctd\u003eBookshelf Decor, Functional Bookend, DIY Hobby, Miniature Collection, Gift for Beach \u0026amp; Coastal Lovers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 注意事项 --\u003e\n\u003cdiv style=\"margin-top: 1.5rem;\" class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e⚠️ Important Notes\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Glue and batteries are NOT included in the package.\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Contains small parts. Keep away from children under 3 years old.\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Adult supervision is recommended for younger teenagers during assembly.\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Slight color differences may occur between batches of paper accessories. Please refer to the actual product.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 结尾文案 --\u003e\n\u003cp style=\"text-align: center; margin-top: 2rem; font-size: 1.1rem; color: var(--text-main); font-style: italic;\"\u003e\"Escape to the Aegean Sea, right between your books. Build your own beach corner, and let the coastal breeze fill your shelf.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 闭合最外层隔离容器 --\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46793903112367,"sku":"E6042341ST","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1_b161b692-c8e6-479f-a792-739975a6e3e2.jpg?v=1777449652"}],"url":"https:\/\/plymagic.com\/collections\/book-nook.oembed?page=4","provider":"plymagic.com™️","version":"1.0","type":"link"}