✦ Verified product
Crystal Diamond Table Lamp (built-in battery)
USD 129.00
Size
Plug Options
Docos
Verified independent store
→
/* * Docos Design Tokens * #ffffff 白底 #f7f7f7 卡片底 * #e5e5e5 边框 #1a1a1a 正文 * #555555 次级文字 #b8924a 暖金强调 * #fff8ee 提示底 #e8c87a 提示边框 * #5a3e10 提示文字 */ .cdl-wrap { font-family: -apple-s
ystem, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; color: #1a1a1a; line-height: 1.7; max-width: 860px; margin: 0 auto; background: #ffffff; } /* 章节标题 */ .cdl-section-title { font-size: 0.72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #1a1a1a; border-bottom: 1.5px solid #b8924a; padding-bottom: .45rem; margin: 2.2rem 0 1.1rem; } /* 视频网格:2×1(两视频并排) */ .cdl-video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 2rem; } .cdl-video-box { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; background: #111; } .cdl-video-box iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } @media (max-width: 540px) { .cdl-video-grid { grid-template-columns: 1fr; } } /* Hero 文案 */ .cdl-hero-text { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: 1.5rem; } /* 提示横幅 */ .cdl-notice { display: flex; gap: 10px; background: #fff8ee; border: 1px solid #e8c87a; border-left: 3px solid #b8924a; border-radius: 6px; padding: .75rem 1rem; margin-bottom: .65rem; font-size: .88rem; color: #5a3e10; line-height: 1.6; } .cdl-notice__icon { flex-shrink: 0; margin-top: .05rem; } /* 对比图 */ .cdl-compare { margin: 1.5rem 0 2rem; text-align: center; } .cdl-compare img { max-width: 100%; border-radius: 8px; display: inline-block; border: 1px solid #e5e5e5; } .cdl-compare__caption { font-size: .78rem; color: #999; margin-top: .45rem; letter-spacing: .04em; } /* 核心卖点卡片 */ .cdl-features { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 8px; margin-bottom: 2rem; } .cdl-feature-card { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .85rem 1rem; font-size: .85rem; color: #333; line-height: 1.55; } .cdl-feature-card__icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .cdl-feature-card__title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; letter-spacing: .02em; } /* 电池状态条 */ .cdl-battery-bar { display: flex; align-items: center; gap: 14px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .8rem 1.1rem; margin-bottom: 2rem; font-size: .88rem; color: #333; flex-wrap: wrap; gap: 8px 14px; } .cdl-battery-bar__item { display: flex; align-items: center; gap: 7px; white-space: nowrap; } .cdl-battery-bar__sep { color: #d4d4d4; } /* 场景标签 */ .cdl-rooms { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 2rem; } .cdl-room-tag { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 20px; padding: .3rem .9rem; font-size: .82rem; color: #555; display: flex; align-items: center; gap: 5px; } /* 尺寸卡片 */ .cdl-size-card { display: inline-flex; align-items: center; gap: 12px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .75rem 1.2rem; font-size: .9rem; color: #1a1a1a; margin-bottom: 2rem; } .cdl-size-card svg { flex-shrink: 0; } /* 规格列表 */ .cdl-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 8px; } .cdl-specs li { display: flex; align-items: flex-start; gap: 10px; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: .6rem .9rem; font-size: .9rem; color: #333; } .cdl-specs li::before { content: ''; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 8px; } /* LED 提示 */ .cdl-led-note { display: flex; gap: 10px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .7rem 1rem; font-size: .85rem; color: #555; margin-bottom: 1.8rem; line-height: 1.6; } /* 认证徽章 */ .cdl-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.4rem; } .cdl-badge { background: #ffffff; border: 1px solid #d4d4d4; border-radius: 20px; padding: .28rem .85rem; font-size: .78rem; color: #333; font-weight: 500; letter-spacing: .03em; } /* 下载 */ .cdl-downloads { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 2rem; } .cdl-dl-item { display: flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; color: #1a1a1a; font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; transition: opacity .2s; } .cdl-dl-item:hover { opacity: .65; } .cdl-dl-item img { width: 60px; height: 60px; object-fit: contain; border: 1px solid #e5e5e5; border-radius: 6px; background: #fff; padding: 8px; } See It In Action Most table lamps light a room. The Crystal Diamond Table Lamp transforms it. Each facet of the hand-cut crystal glass is polished to catch, refract, and scatter warm light into hundreds of tiny glimmers — turning an ordinary nightstand or shelf into something that genuinely stops people mid-step. And because it's completely cordless, there's no outlet to chase, no cord to hide. Just pick it up, set it down wherever the moment calls for a little more atmosphere, and press the button. 🔋 Battery: Charges fully in about 1.5 hours via USB — then runs up to 10 hours on a single charge. 🚚 Shipping Note: Currently ships to the United States, Japan, Australia, and the EU only. Model Comparison Size and finish comparison — click to view full size Why This Lamp 💎 Hand-Cut Crystal Glass Every facet is individually cut and polished by hand. The result is a prismatic light show that mass-produced acrylic simply can't replicate. 🔌 Truly Cordless Built-in rechargeable battery. No outlet needed, no cord to manage. Move it freely between your nightstand, dining table, or a dark bookshelf corner. 🌕 Warm 3000K Glow Soft, amber-toned light that flatters faces and relaxes rooms — not the harsh blue-white that makes spaces feel clinical. 🤏 Palm-Sized, Big Impact At just 8.2 cm wide, it tucks neatly onto a nightstand or crowded shelf without dominating the space — yet makes its presence felt every time the light catches a facet. ⚡ Charge time: ~1.5 hrs via USB | 🕯 Runtime: up to 10 hrs per charge | 🔘 Control: push-button switch At Home In 🛏 Nightstand 🍽 Dining Table 📚 Bookshelf 🛋 Living Room Corner 🪞 Vanity & Dresser 🎁 Gift-Worthy Product Size Dia 8.2 cm × H 9 cm / ∅ 3.2″ × H 3.5″ Details Body: hand-cut Crystal Glass Materials: Metal & Crystal Glass Light source: Integrated LED — not replaceable Lifespan: 50,000 hrs Color temperature: Warm White 3000K Power: USB rechargeable at base Runtime: up to 10 hrs per charge Switch: Push-button Certified: North America · Saudi Arabia · Europe · Australia 💡 The integrated LED is rated for 50,000 hours — meaning at 3 hrs of use per day, you won't need to think about a replacement for over 45 years. 🌎 North America 🌙 Saudi Arabia 🌍 Europe 🌏 Australia Downloads Parameter Installation