✦ Verified product
Carlyle Wall Lamp
USD 99.00
Size
Lampshade Options
Docos
Verified independent store
→
/* * Docos Design Tokens * #ffffff 白底 #f7f7f7 卡片底 * #e5e5e5 边框 #1a1a1a 正文 * #555555 次级文字 #b8924a 暖金强调 * #fff8ee 提示底 #e8c87a 提示边框 */ .cyw2-wrap { font-family: -apple-system, BlinkMa
cSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; color: #1a1a1a; line-height: 1.7; max-width: 860px; margin: 0 auto; background: #ffffff; } /* 章节标题 */ .cyw2-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; } /* 单视频全宽 */ .cyw2-video-box { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; background: #111; margin-bottom: 2rem; } .cyw2-video-box iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* Hero 文案 */ .cyw2-intro { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: 1rem; } /* 核心卖点卡片 */ .cyw2-features { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 8px; margin-bottom: 2rem; } .cyw2-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; } .cyw2-feature-card__icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .cyw2-feature-card__title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* 成对建议横幅 */ .cyw2-pair-banner { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 2rem; } .cyw2-pair-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; } .cyw2-pair-card__icon { font-size: 1.2rem; display: block; margin-bottom: .3rem; } .cyw2-pair-card__title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } @media (max-width: 400px) { .cyw2-pair-banner { grid-template-columns: 1fr; } } /* 提示横幅 */ .cyw2-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; } .cyw2-notice__icon { flex-shrink: 0; margin-top: .05rem; } /* 产品示意图 */ .cyw2-illus { margin: 1.2rem 0 2rem; text-align: center; } .cyw2-illus img { max-width: 100%; border-radius: 8px; display: inline-block; border: 1px solid #e5e5e5; } .cyw2-illus__caption { font-size: .78rem; color: #999; margin-top: .45rem; letter-spacing: .04em; } /* 场景标签 */ .cyw2-rooms { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 2rem; } .cyw2-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; } /* 颜色 swatches */ .cyw2-color-bar { display: flex; align-items: center; gap: 14px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .75rem 1.1rem; margin-bottom: 2rem; font-size: .88rem; color: #555; } .cyw2-color-bar__swatches { display: flex; gap: 8px; flex-shrink: 0; } .cyw2-swatch { width: 22px; height: 22px; border-radius: 50%; border: 2px solid rgba(0,0,0,.1); box-shadow: 0 1px 4px rgba(0,0,0,.15); } .cyw2-swatch--white { background: #f4f0e8; border-color: rgba(0,0,0,.18); } .cyw2-swatch--walnut { background: #5a3018; } .cyw2-swatch--wood { background: #b8844a; } /* 尺寸卡片 */ .cyw2-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; } .cyw2-size-card svg { flex-shrink: 0; } /* 规格列表 */ .cyw2-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 8px; } .cyw2-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; } .cyw2-specs li::before { content: ''; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 8px; } /* 认证徽章 */ .cyw2-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.4rem; } .cyw2-badge { background: #ffffff; border: 1px solid #d4d4d4; border-radius: 20px; padding: .28rem .85rem; font-size: .78rem; color: #333; font-weight: 500; letter-spacing: .03em; } /* 下载 */ .cyw2-downloads { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 2rem; } .cyw2-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; } .cyw2-dl-item:hover { opacity: .65; } .cyw2-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 wall lamps are practical. The Carlyle Wall Lamp is decorative first — and practical as a result. Its curved arm lifts a frosted glass globe away from the wall at just the right angle, casting a soft, warm glow that makes a bedroom feel finished and a hallway feel considered. The wood-finish base isn't wood — it's metal finished through a water transfer printing process that captures the grain and warmth of natural timber without the weight or fragility. The result is a lamp that reads as organic and handmade, even up close. What Carlyle Brings 🪵 Wood-Tone Finish Water transfer printing gives the metal base the depth and grain of natural wood — the warmth of timber with the durability of metal. It pairs effortlessly with real wood furniture without competing with it. 🌕 Frosted Globe Glow The frosted glass diffuses the bulb into something gentle and even — no hot spots, no harsh glare. The kind of light that makes a wall feel intentional rather than just illuminated. 🔆 Dimmer Compatible Bring it down to the softest possible bedside glow or keep it brighter for a hallway. One fixture, every mood and purpose. 🚿 Damp Rated Suitable for bathrooms and covered outdoor areas — spaces where a small, considered decorative light has the most impact and is hardest to source. Single or Pair — Both Work 🕯 One — Accent & Focal Point A single Carlyle beside a bed, above a console, or at the end of a hallway reads as a deliberate design choice — a finishing touch that signals the space was thought through. 🪞 Two — Symmetry & Depth A matched pair flanking a bed or mirror brings the kind of balance found in hotel suites and magazine interiors. Equal light, equal visual weight, no nightstand clutter. Right For 🛏 Bedside — single or pair 🪞 Flanking a Mirror 🚪 Hallway 🛁 Bathroom 🛋 Living Room Accent 🖼 Above a Console 🏡 Covered Porch 🎨 Finish Note: Slight unevenness in printing on the reverse side may occur from time to time — this is a normal characteristic of the water transfer process, not a defect. ℹ️ Surface Note: The iron art water transfer spray finish creates texture on the front-facing surface only — the side surface is smooth. Water transfer printing — the texture of wood, the durability of metal. White · Walnut Color · Wood Color Product Size D 13 cm × W 10 cm × H 25 cm / D 5.1″ × W 3.9″ × H 9.8″ Details Body: Metal with water transfer print wood finish Materials: Metal & Glass Wiring: Hardwired Socket: G9 Max bulb: 7W incandescent or LED equivalent Dimmer compatible (switch not included) Damp rated — bathrooms & covered outdoor areas Certified: North America · Australia · Europe · Middle East 🌎 North America 🌏 Australia 🌍 Europe 🌍 Middle East Downloads Parameter Installation 3D Files