{"product_id":"bookcase-in-gray","title":"Bookcase in Gray","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* ---------- 封装样式前缀：bgc- (Bookcase Gray Collection) ---------- *\/\n        \/* 所有样式均被限制在此前缀下，避免与Shopify主题冲突 *\/\n        .bgc-container {\n            all: initial; \/* 重置继承，但保留基本盒模型 *\/\n            display: block;\n            box-sizing: border-box;\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            line-height: 1.5;\n            color: #1e1e1e;\n            max-width: 100%;\n            margin: 0;\n            padding: 0;\n        }\n        .bgc-container *,\n        .bgc-container *::before,\n        .bgc-container *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        .bgc-container .bgc-wrapper {\n            width: 100%;\n            background-color: #ffffff;\n            padding: 1.25rem 1rem;\n        }\n        \/* 电脑端铺满宽度，不加左右大留白 *\/\n        @media (min-width: 768px) {\n            .bgc-container .bgc-wrapper {\n                padding: 1.75rem 1.5rem;\n            }\n        }\n\n        \/* 标题样式 *\/\n        .bgc-container .bgc-section-title {\n            font-size: 1.5rem;\n            font-weight: 600;\n            letter-spacing: -0.02em;\n            margin-bottom: 1.25rem;\n            padding-bottom: 0.5rem;\n            border-bottom: 2px solid #eaeef2;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n        .bgc-container .bgc-section-title span {\n            background: #f4f6f8;\n            padding: 0.2rem 0.6rem;\n            border-radius: 30px;\n            font-size: 0.9rem;\n            font-weight: 400;\n            color: #4a5c6c;\n        }\n\n        \/* 概述段落 *\/\n        .bgc-container .bgc-overview {\n            font-size: 1.05rem;\n            margin-bottom: 2rem;\n            color: #2c3e50;\n            background: #f9fbfc;\n            padding: 1.25rem 1.5rem;\n            border-radius: 16px;\n            border-left: 5px solid #9aa9b7;\n        }\n\n        \/* 特点列表 —— 竖向排列，SEO友好 *\/\n        .bgc-container .bgc-features-list {\n            list-style: none;\n            margin: 0 0 2rem 0;\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 0.75rem;\n        }\n        .bgc-container .bgc-features-list li {\n            display: flex;\n            align-items: flex-start;\n            gap: 0.75rem;\n            font-size: 1rem;\n            padding: 0.4rem 0;\n            border-bottom: 1px dashed #dee5ea;\n        }\n        .bgc-container .bgc-features-list li:last-child {\n            border-bottom: none;\n        }\n        .bgc-container .bgc-emoji-bullet {\n            font-size: 1.3rem;\n            min-width: 1.8rem;\n            text-align: center;\n        }\n\n        \/* 规格表格 *\/\n        .bgc-container .bgc-spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 1.5rem 0 2rem;\n            font-size: 0.95rem;\n            border-radius: 14px;\n            overflow: hidden;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.02);\n        }\n        .bgc-container .bgc-spec-table tr {\n            border-bottom: 1px solid #e2e8f0;\n        }\n        .bgc-container .bgc-spec-table tr:last-child {\n            border-bottom: none;\n        }\n        .bgc-container .bgc-spec-table td {\n            padding: 0.9rem 1rem;\n            vertical-align: top;\n        }\n        .bgc-container .bgc-spec-table td:first-child {\n            font-weight: 600;\n            width: 42%;\n            background-color: #f8fafc;\n            color: #1e2f3d;\n        }\n        .bgc-container .bgc-spec-table td:last-child {\n            background-color: #ffffff;\n            color: #2c3e50;\n        }\n        \/* 移动端表格可滚动（防止溢出） *\/\n        .bgc-container .bgc-table-responsive {\n            width: 100%;\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch;\n            margin-bottom: 0.5rem;\n        }\n\n        \/* FAQ 区块 —— 全部展开，无折叠 *\/\n        .bgc-container .bgc-faq-item {\n            margin-bottom: 1.5rem;\n            border-bottom: 1px solid #eef2f6;\n            padding-bottom: 1.2rem;\n        }\n        .bgc-container .bgc-faq-item:last-child {\n            border-bottom: none;\n            margin-bottom: 0;\n        }\n        .bgc-container .bgc-faq-question {\n            font-weight: 700;\n            font-size: 1.1rem;\n            margin-bottom: 0.5rem;\n            display: flex;\n            align-items: baseline;\n            gap: 0.5rem;\n            color: #1e2f3d;\n        }\n        .bgc-container .bgc-faq-question .bgc-q-icon {\n            color: #6b7f8f;\n            font-weight: 600;\n            font-size: 1.2rem;\n        }\n        .bgc-container .bgc-faq-answer {\n            color: #33495f;\n            margin-left: 1.8rem;\n            font-size: 0.98rem;\n        }\n\n        \/* 辅助排版 *\/\n        .bgc-container .bgc-mb-2 {\n            margin-bottom: 0.75rem;\n        }\n        .bgc-container .bgc-text-small {\n            font-size: 0.9rem;\n            color: #5e747e;\n        }\n\n        \/* 移除所有可能导致冲突的样式，不使用外部字体 *\/\n        .bgc-container a {\n            text-decoration: none;\n        }\n    \u003c\/style\u003e\n\u003c!-- 产品描述内容块 - 可直接复制到Shopify产品描述区 --\u003e\n\u003cdiv class=\"bgc-container\"\u003e\n\u003cdiv class=\"bgc-wrapper\"\u003e\n\u003c!-- 产品概述 (销售型描述，自然流畅) --\u003e\n\u003cdiv class=\"bgc-overview\"\u003e\n\u003cstrong\u003e🏠 Modern storage, simplified.\u003c\/strong\u003e Whether you're organizing a compact apartment bedroom or adding extra linen space in the hallway, this \u003cstrong\u003eGray Bookcase\/Wardrobe Closet\u003c\/strong\u003e delivers smart, vertical storage without crowding your floor plan. The clean freestanding design with soft-close doors blends into any décor while keeping clutter hidden. Seven compartments — including six adjustable shelves — adapt to folded clothes, shoes, accessories, or display pieces. Built from sturdy MDF with a mop base and felt pads, it’s the kind of piece that works as hard as you do, day after day.\u003c\/div\u003e\n\u003c!-- 产品特点 (竖向列表，利于SEO) --\u003e\n\u003cdiv class=\"bgc-section-title\"\u003e✨ Key Features \u003cspan\u003edesigned for daily use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"bgc-features-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"bgc-emoji-bullet\"\u003e🧥\u003c\/span\u003e \u003cstrong\u003e7 spacious compartments\u003c\/strong\u003e — 1 fixed upper shelf + 6 adjustable shelves let you customize for tall boots, folded sweaters, or storage bins.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bgc-emoji-bullet\"\u003e🚪\u003c\/span\u003e \u003cstrong\u003eSleek vertical panel doors\u003c\/strong\u003e with black metal handles offer a modern, understated look that complements the gray MDF finish.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bgc-emoji-bullet\"\u003e🔇\u003c\/span\u003e \u003cstrong\u003eEuropean soft-close hinges\u003c\/strong\u003e and 90° opening — doors glide shut quietly, no slamming, ideal for nurseries or shared spaces.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bgc-emoji-bullet\"\u003e🛡️\u003c\/span\u003e \u003cstrong\u003eFloor‑friendly mop base\u003c\/strong\u003e with non‑marking felt pads; protects hardwood, laminate, and tile.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bgc-emoji-bullet\"\u003e🧩\u003c\/span\u003e \u003cstrong\u003eModular \u0026amp; expandable\u003c\/strong\u003e — pair with additional units from the collection to build a custom storage wall.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bgc-emoji-bullet\"\u003e📦\u003c\/span\u003e \u003cstrong\u003eHome assembly required\u003c\/strong\u003e — all hardware and instructions included. Two‑person assembly recommended.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bgc-emoji-bullet\"\u003e📏\u003c\/span\u003e \u003cstrong\u003eSpace‑saving footprint\u003c\/strong\u003e — 29.61\" L x 16.11\" D x 71.11\" H; tall and slim profile maximizes vertical space.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- 规格参数 (表格形式，清晰专业) --\u003e\n\u003cdiv class=\"bgc-section-title\"\u003e📋 Specifications \u003cspan\u003eassembled \u0026amp; package details\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bgc-table-responsive\"\u003e\n\u003ctable class=\"bgc-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eBookcase in Gray (Modern Freestanding Wardrobe)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eGray\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eMDF (Medium Density Fiberboard) with laminate finish\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembled Dimensions (L x D x H)\u003c\/td\u003e\n\u003ctd\u003e29.61\" x 16.11\" x 71.11\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembled Weight\u003c\/td\u003e\n\u003ctd\u003e70.40 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Dimensions (L x W x H)\u003c\/td\u003e\n\u003ctd\u003e76.41\" x 19.09\" x 5.70\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Weight\u003c\/td\u003e\n\u003ctd\u003e97.69 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShelf Configuration\u003c\/td\u003e\n\u003ctd\u003e1 fixed upper shelf, 6 adjustable shelves (7 compartments total)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDoor Hinges\u003c\/td\u003e\n\u003ctd\u003eEuropean soft‑close, 90° opening\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBase Details\u003c\/td\u003e\n\u003ctd\u003eMop base with non‑marking felt foot pads\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly\u003c\/td\u003e\n\u003ctd\u003eRequired — all hardware \u0026amp; manual included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eSingle Box Product\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=\"bgc-section-title\"\u003e❓ Frequently Asked Questions: \u003cspan\u003ehonest answers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bgc-faq-item\"\u003e\n\u003cdiv class=\"bgc-faq-question\"\u003e\n\u003cspan class=\"bgc-q-icon\"\u003eQ:\u003c\/span\u003e What are the exact assembled dimensions? Will it fit through a standard doorway?\u003c\/div\u003e\n\u003cdiv class=\"bgc-faq-answer\"\u003e\n\u003cstrong\u003eA:\u003c\/strong\u003e Assembled dimensions are 29.61\" L x 16.11\" D x 71.11\" H. The package is 76.41\" long but only 5.7\" thick, so it easily fits through standard 30\" doorways. We recommend measuring your space beforehand — the unit has a compact footprint perfect for bedrooms and hallways.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bgc-faq-item\"\u003e\n\u003cdiv class=\"bgc-faq-question\"\u003e\n\u003cspan class=\"bgc-q-icon\"\u003eQ:\u003c\/span\u003e How difficult is assembly? Do I need special tools?\u003c\/div\u003e\n\u003cdiv class=\"bgc-faq-answer\"\u003e\n\u003cstrong\u003eA:\u003c\/strong\u003e Assembly is straightforward with the included step‑by‑step manual. All hardware is provided — you only need a Phillips screwdriver. Because the unit weighs 70+ lbs when assembled, we suggest having a second person to help hold pieces during assembly. Most customers complete it in 60–90 minutes.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bgc-faq-item\"\u003e\n\u003cdiv class=\"bgc-faq-question\"\u003e\n\u003cspan class=\"bgc-q-icon\"\u003eQ:\u003c\/span\u003e Can I adjust or remove shelves to fit taller items like boots or storage bins?\u003c\/div\u003e\n\u003cdiv class=\"bgc-faq-answer\"\u003e\n\u003cstrong\u003eA:\u003c\/strong\u003e Absolutely. Six of the seven shelves are fully adjustable — you can reposition them in seconds to create taller compartments. The top shelf is fixed for structural stability. This flexibility makes it great for storing everything from sweaters to shoe boxes.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bgc-faq-item\"\u003e\n\u003cdiv class=\"bgc-faq-question\"\u003e\n\u003cspan class=\"bgc-q-icon\"\u003eQ:\u003c\/span\u003e Is this bookcase compatible with other units in the collection for a built‑in look?\u003c\/div\u003e\n\u003cdiv class=\"bgc-faq-answer\"\u003e\n\u003cstrong\u003eA:\u003c\/strong\u003e Yes! Its modular design allows side‑by‑side or perpendicular placement with other pieces from the same collection. You can create a full wall of storage while maintaining a cohesive, modern look.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bgc-faq-item\"\u003e\n\u003cdiv class=\"bgc-faq-question\"\u003e\n\u003cspan class=\"bgc-q-icon\"\u003eQ:\u003c\/span\u003e What is the weight capacity per shelf? Will it hold heavy books?\u003c\/div\u003e\n\u003cdiv class=\"bgc-faq-answer\"\u003e\n\u003cstrong\u003eA:\u003c\/strong\u003e Each shelf is crafted from sturdy MDF and can safely hold up to 25 lbs when weight is evenly distributed. Perfect for folded clothes, towels, decorative baskets, or a small stack of books. For heavier items, we recommend using the lower shelves.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 额外小贴士 (非必须，但增加亲切感) --\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"HomeDIYer","offers":[{"title":"Default Title","offer_id":52200583364882,"sku":"B365P397854","price":318.7,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/8936\/1682\/files\/4e8f78f7f4a56b03e78f10fea65b1a66.jpg?v=1776307155","url":"https:\/\/homediyer.com\/de\/products\/bookcase-in-gray","provider":"HomeDIYer","version":"1.0","type":"link"}