{"product_id":"lateral-file-cabinet-2-drawer-black-filing-cabinet-with-lock-lockable-file-cabinet-for-home-office-locking-metal-file-cabinet-for-legal-letter-a4-f4-size","title":"Lateral File Cabinet 2 Drawer, Black Filing Cabinet with Lock, Lockable File Cabinet for Home Office, Locking Metal File Cabinet for Legal\/Letter\/A4\/F4 Size","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        \/* ===== 样式封装：所有规则均以 .lf-desc 为前缀，避免与店铺主题冲突 ===== *\/\n        .lf-desc {\n            all: initial; \/* 重置继承，最大程度避免污染 *\/\n            display: block;\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            box-sizing: border-box;\n        }\n\n        .lf-desc *,\n        .lf-desc *::before,\n        .lf-desc *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        \/* 容器 —— 铺满宽度，内部适当留出内边距保证阅读 *\/\n        .lf-desc .lf-container {\n            width: 100%;\n            padding: 0 16px;\n            margin: 0 auto;\n        }\n\n        \/* 标题系列 *\/\n        .lf-desc .lf-section-title {\n            font-size: 1.75rem;\n            font-weight: 600;\n            line-height: 1.3;\n            margin-top: 28px;\n            margin-bottom: 16px;\n            color: #0a0a0a;\n            border-bottom: 2px solid #e0e0e0;\n            padding-bottom: 8px;\n            letter-spacing: -0.01em;\n        }\n\n        .lf-desc .lf-subtitle {\n            font-size: 1.35rem;\n            font-weight: 600;\n            margin-top: 24px;\n            margin-bottom: 14px;\n            color: #1f1f1f;\n        }\n\n        \/* 概述段落 *\/\n        .lf-desc .lf-overview {\n            font-size: 1.05rem;\n            color: #2c2c2c;\n            background-color: #f9fafb;\n            padding: 20px 18px;\n            border-radius: 12px;\n            margin: 20px 0 10px 0;\n            border-left: 4px solid #1e3a5f;\n        }\n\n        \/* 特点列表 —— 竖向排列，利于SEO *\/\n        .lf-desc .lf-features-grid {\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n            margin: 20px 0 16px;\n        }\n\n        .lf-desc .lf-feature-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 14px;\n            padding: 12px 8px;\n            border-bottom: 1px solid #eeeeee;\n        }\n\n        .lf-desc .lf-feature-icon {\n            font-size: 1.9rem;\n            line-height: 1;\n            min-width: 36px;\n            text-align: center;\n        }\n\n        .lf-desc .lf-feature-content {\n            flex: 1;\n        }\n\n        .lf-desc .lf-feature-title {\n            font-weight: 700;\n            font-size: 1.15rem;\n            margin-bottom: 6px;\n            color: #0b1e2e;\n        }\n\n        .lf-desc .lf-feature-text {\n            color: #3a3a3a;\n            font-size: 0.98rem;\n        }\n\n        \/* 规格表格 —— 清晰、响应式 *\/\n        .lf-desc .lf-specs-table-wrapper {\n            overflow-x: auto;\n            margin: 18px 0 24px;\n            border-radius: 10px;\n            border: 1px solid #dadada;\n            background: #ffffff;\n        }\n\n        .lf-desc .lf-specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 0.98rem;\n            min-width: 500px; \/* 保证在小屏上可滑动，不破坏布局 *\/\n        }\n\n        .lf-desc .lf-specs-table tr {\n            border-bottom: 1px solid #e5e5e5;\n        }\n\n        .lf-desc .lf-specs-table tr:last-child {\n            border-bottom: none;\n        }\n\n        .lf-desc .lf-specs-table td {\n            padding: 14px 16px;\n            vertical-align: top;\n        }\n\n        .lf-desc .lf-specs-table td:first-child {\n            font-weight: 600;\n            background-color: #f4f6f9;\n            width: 40%;\n            color: #1a2e3f;\n        }\n\n        .lf-desc .lf-specs-table td:last-child {\n            background-color: #ffffff;\n            color: #2e3b4b;\n        }\n\n        \/* FAQ 区块 —— 全部展开，无折叠 *\/\n        .lf-desc .lf-faq-list {\n            margin: 16px 0 30px;\n        }\n\n        .lf-desc .lf-faq-item {\n            margin-bottom: 22px;\n            border-bottom: 1px dashed #cccccc;\n            padding-bottom: 18px;\n        }\n\n        .lf-desc .lf-faq-question {\n            font-weight: 700;\n            font-size: 1.1rem;\n            margin-bottom: 8px;\n            color: #102a3c;\n            display: flex;\n            align-items: baseline;\n            gap: 8px;\n        }\n\n        .lf-desc .lf-faq-question .lf-emoji {\n            font-size: 1.3rem;\n        }\n\n        .lf-desc .lf-faq-answer {\n            color: #2e404f;\n            font-size: 0.98rem;\n            padding-left: 28px;\n        }\n\n        \/* 小字辅助 *\/\n        .lf-desc .lf-note {\n            color: #5e6f7e;\n            font-size: 0.9rem;\n            margin-top: 6px;\n        }\n\n        \/* 移动端微调 *\/\n        @media (max-width: 640px) {\n            .lf-desc .lf-container {\n                padding: 0 12px;\n            }\n            .lf-desc .lf-section-title {\n                font-size: 1.6rem;\n                margin-top: 20px;\n            }\n            .lf-desc .lf-feature-item {\n                gap: 10px;\n            }\n            .lf-desc .lf-feature-icon {\n                font-size: 1.6rem;\n                min-width: 30px;\n            }\n        }\n\n        \/* 为了铺面宽度，内部文字不额外限制宽度 *\/\n        .lf-desc p, .lf-desc li {\n            max-width: 100%;\n        }\n    \u003c\/style\u003e\n\u003c!-- 整个描述区块使用独立类 lf-desc，避免与主题冲突，可直接复制到Shopify描述区 --\u003e\n\u003cdiv class=\"lf-desc\"\u003e\n\u003cdiv class=\"lf-container\"\u003e\n\u003c!-- 产品概述 —— 自然销售型描述，强调使用场景与痛点解决 --\u003e\n\u003cdiv class=\"lf-overview\"\u003e\n\u003cp style=\"margin-bottom: 10px; font-weight: 500;\"\u003e📂 \u003cstrong\u003eUpgrade your home office or professional workspace\u003c\/strong\u003e with a filing solution that blends modern style, heavy‑duty security, and whisper‑quiet operation. Whether you’re organizing client files, tax documents, or daily paperwork, this \u003cstrong\u003e2‑drawer lateral file cabinet\u003c\/strong\u003e delivers the capacity and reliability you need — without sacrificing floor space. The sleek black powder‑coated steel finish resists scratches and fingerprints, keeping your office looking sharp year after year. Perfect for remote professionals, small business owners, or anyone who values both privacy and easy access to legal\/letter\/A4\/F4 files.\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003e🔒 \u003cstrong\u003eStop worrying about unauthorized access or drawer tilt.\u003c\/strong\u003e The upgraded central lock secures both drawers simultaneously, giving you peace of mind for sensitive documents. Combined with full‑extension ball‑bearing slides, every file is within easy reach — no more bending or digging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 产品特点 —— 竖向排列，嵌入关键词利于SEO，每个特点清晰展示 --\u003e\n\u003ch2 class=\"lf-section-title\"\u003e✨ Key Features of This Lockable Lateral File Cabinet\u003c\/h2\u003e\n\u003cdiv class=\"lf-features-grid\"\u003e\n\u003c!-- 特点1 --\u003e\n\u003cdiv class=\"lf-feature-item\"\u003e\n\u003cspan class=\"lf-feature-icon\"\u003e🏗️\u003c\/span\u003e\n\u003cdiv class=\"lf-feature-content\"\u003e\n\u003cdiv class=\"lf-feature-title\"\u003e100% Steel Construction with Durable Powder Coated\u003c\/div\u003e\n\u003cdiv class=\"lf-feature-text\"\u003eEngineered for daily use in busy home offices. The all‑metal lateral file cabinet resists dents and scratches, while the smooth black powder coating adds a modern touch and makes cleaning effortless.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 特点2 --\u003e\n\u003cdiv class=\"lf-feature-item\"\u003e\n\u003cspan class=\"lf-feature-icon\"\u003e🔐\u003c\/span\u003e\n\u003cdiv class=\"lf-feature-content\"\u003e\n\u003cdiv class=\"lf-feature-title\"\u003eAdvanced Locking System — 1 Lock Secures Both Drawers\u003c\/div\u003e\n\u003cdiv class=\"lf-feature-text\"\u003eNo more fumbling with individual drawer locks. Our upgraded mechanism prevents the cabinet from tilting forward and keeps confidential files safe. Includes 2 keys for convenience.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 特点3 --\u003e\n\u003cdiv class=\"lf-feature-item\"\u003e\n\u003cspan class=\"lf-feature-icon\"\u003e📁\u003c\/span\u003e\n\u003cdiv class=\"lf-feature-content\"\u003e\n\u003cdiv class=\"lf-feature-title\"\u003eGenerous Storage for Legal, Letter, A4 \u0026amp; F4 Files\u003c\/div\u003e\n\u003cdiv class=\"lf-feature-text\"\u003eTwo wide drawers with side‑to‑side hanging rails accommodate multiple file sizes without wasting space. Maximum load capacity of \u003cstrong\u003e220 lbs\u003c\/strong\u003e — store everything from heavy binders to archive boxes.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 特点4 --\u003e\n\u003cdiv class=\"lf-feature-item\"\u003e\n\u003cspan class=\"lf-feature-icon\"\u003e🤫\u003c\/span\u003e\n\u003cdiv class=\"lf-feature-content\"\u003e\n\u003cdiv class=\"lf-feature-title\"\u003eSmooth, Quiet Full‑Extension Slides\u003c\/div\u003e\n\u003cdiv class=\"lf-feature-text\"\u003eSteel ball‑bearing slides allow drawers to open completely for full access to the back. Engineered for a noiseless glide, so you won’t disturb colleagues or family members while working.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 特点5 —— 补充现代设计 --\u003e\n\u003cdiv class=\"lf-feature-item\"\u003e\n\u003cspan class=\"lf-feature-icon\"\u003e🖤\u003c\/span\u003e\n\u003cdiv class=\"lf-feature-content\"\u003e\n\u003cdiv class=\"lf-feature-title\"\u003eModern Black Finish — Fits Any Décor\u003c\/div\u003e\n\u003cdiv class=\"lf-feature-text\"\u003eClean lines and a matte black texture give this locking metal file cabinet a professional look that complements both contemporary and traditional office settings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 规格参数 —— 表格形式，包含所有关键数据，SEO友好 --\u003e\n\u003ch2 class=\"lf-section-title\"\u003e📋 Specifications: 2‑Drawer Steel Filing Cabinet\u003c\/h2\u003e\n\u003cdiv class=\"lf-specs-table-wrapper\"\u003e\n\u003ctable class=\"lf-specs-table\"\u003e\n\u003c!-- 基础信息 --\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eSingle Box Product (Lateral File Cabinet)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBlack\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003e100% Metal \/ Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eModern\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNumber of Drawers\u003c\/td\u003e\n\u003ctd\u003e2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLock Type\u003c\/td\u003e\n\u003ctd\u003eCentral lock with 2 keys (secures both drawers)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDrawer Slides\u003c\/td\u003e\n\u003ctd\u003eFull extension on steel ball bearings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFile Size Compatibility\u003c\/td\u003e\n\u003ctd\u003eLegal, Letter, A4, F4 (hanging rails included)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum Load Capacity\u003c\/td\u003e\n\u003ctd\u003e220 LBS (evenly distributed)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- 组装尺寸 --\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembled Dimensions (L x W x H)\u003c\/td\u003e\n\u003ctd\u003e35.43\" x 15.75\" x 28.50\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembled Weight\u003c\/td\u003e\n\u003ctd\u003e51.37 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- 包装尺寸 --\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Dimensions (L x W x H)\u003c\/td\u003e\n\u003ctd\u003e39.37\" x 20.28\" x 8.86\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Weight\u003c\/td\u003e\n\u003ctd\u003e66.80 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Use\u003c\/td\u003e\n\u003ctd\u003eHome Office, Professional Office, Study\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ 常见问题 —— 全部展开，不使用折叠，帮助消除购买顾虑 --\u003e\n\u003ch2 class=\"lf-section-title\"\u003e❓ FAQs About the Locking Lateral File Cabinet\u003c\/h2\u003e\n\u003cdiv class=\"lf-faq-list\"\u003e\n\u003c!-- Q1 --\u003e\n\u003cdiv class=\"lf-faq-item\"\u003e\n\u003cdiv class=\"lf-faq-question\"\u003e\n\u003cspan class=\"lf-emoji\"\u003e🔧\u003c\/span\u003e Does this file cabinet require assembly? How difficult is it?\u003c\/div\u003e\n\u003cdiv class=\"lf-faq-answer\"\u003eYes, some minor assembly is required — mainly attaching the handles and leveling feet. All necessary hardware and a detailed instruction manual are included. Most customers complete assembly in 20–30 minutes with basic tools (a Phillips screwdriver is recommended).\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Q2 --\u003e\n\u003cdiv class=\"lf-faq-item\"\u003e\n\u003cdiv class=\"lf-faq-question\"\u003e\n\u003cspan class=\"lf-emoji\"\u003e📏\u003c\/span\u003e Will it fit both legal‑size and A4 hanging folders?\u003c\/div\u003e\n\u003cdiv class=\"lf-faq-answer\"\u003eAbsolutely. The drawers include side‑to‑side hanging rails that are compatible with legal (8.5\" x 14\"), letter (8.5\" x 11\"), A4, and F4 size files. You can mix and match file sizes in the same drawer without any issue.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Q3 --\u003e\n\u003cdiv class=\"lf-faq-item\"\u003e\n\u003cdiv class=\"lf-faq-question\"\u003e\n\u003cspan class=\"lf-emoji\"\u003e🔑\u003c\/span\u003e How many keys come with the lock, and can I get replacements?\u003c\/div\u003e\n\u003cdiv class=\"lf-faq-answer\"\u003eThe cabinet includes 2 identical keys. The lock is a standard tubular style; if you need additional copies, a local locksmith can typically duplicate them. For security, we do not publish key codes online.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Q4 --\u003e\n\u003cdiv class=\"lf-faq-item\"\u003e\n\u003cdiv class=\"lf-faq-question\"\u003e\n\u003cspan class=\"lf-emoji\"\u003e🛡️\u003c\/span\u003e Is the cabinet stable when both drawers are open? Will it tip over?\u003c\/div\u003e\n\u003cdiv class=\"lf-faq-answer\"\u003eThe cabinet is designed with an anti‑tilt mechanism — only one drawer can be opened at a time, which greatly reduces the risk of tipping. Additionally, the heavy steel construction (over 50 lbs) provides a low center of gravity. For maximum safety, we still recommend anchoring it to a wall if children are present.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Q5 额外问答，增强信心 --\u003e\n\u003cdiv class=\"lf-faq-item\"\u003e\n\u003cdiv class=\"lf-faq-question\"\u003e\n\u003cspan class=\"lf-emoji\"\u003e🧹\u003c\/span\u003e How do I clean and maintain the black powder‑coated finish?\u003c\/div\u003e\n\u003cdiv class=\"lf-faq-answer\"\u003eSimply wipe with a soft, damp cloth. Avoid abrasive cleaners or scrub pads. The powder coating is scratch‑resistant and will maintain its matte appearance for years with minimal care.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Q6 常见问题：是否带轮子 --\u003e\n\u003cdiv class=\"lf-faq-item\"\u003e\n\u003cdiv class=\"lf-faq-question\"\u003e\n\u003cspan class=\"lf-emoji\"\u003e🔄\u003c\/span\u003e Does this lateral file cabinet come with casters\/wheels?\u003c\/div\u003e\n\u003cdiv class=\"lf-faq-answer\"\u003eThis model does not include casters; it is designed to sit directly on the floor with adjustable leveling glides. This ensures maximum stability, especially on carpet or uneven surfaces.\u003c\/div\u003e\n\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":52200645689618,"sku":"T2398P154427","price":191.01,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/8936\/1682\/files\/OtherImage1_e5126ce7-20ce-40db-823d-02440a41e0c1.jpg?v=1776319219","url":"https:\/\/homediyer.com\/products\/lateral-file-cabinet-2-drawer-black-filing-cabinet-with-lock-lockable-file-cabinet-for-home-office-locking-metal-file-cabinet-for-legal-letter-a4-f4-size","provider":"HomeDIYer","version":"1.0","type":"link"}