Carolia Wall Lamp
/* * Docos Design Tokens * #ffffff 白底 #f7f7f7 卡片底 * #e5e5e5 边框 #1a1a1a 正文 * #555555 次级文字 #b8924a 暖金强调 * #fff8ee 提示底 #e8c87a 提示边框 */ .cwl-wrap { font-family: -apple-system, BlinkMac SystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; color: #1a1a1a; line-height: 1.7; max-width: 860px; margin: 0 auto; background: #ffffff; } /* 章节标题 */ .cwl-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; } /* 视频:单列全宽堆叠 */ .cwl-video-grid { display: flex; flex-direction: column; gap: 12px; margin-bottom: 2rem; } .cwl-video-box { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; background: #111; } .cwl-video-box iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* Hero 文案 */ .cwl-intro { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: 1rem; } /* 核心卖点卡片 */ .cwl-features { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 8px; margin-bottom: 2rem; } .cwl-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; } .cwl-feature-card__icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .cwl-feature-card__title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* 石材材质说明 */ .cwl-stone-banner { background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: 1rem 1.2rem; margin-bottom: 2rem; font-size: .9rem; color: #555; line-height: 1.7; } .cwl-stone-banner__title { font-weight: 600; font-size: .82rem; color: #1a1a1a; letter-spacing: .04em; display: block; margin-bottom: .35rem; } /* 成对建议卡片 */ .cwl-pair-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 2rem; } .cwl-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; } .cwl-pair-card__icon { font-size: 1.2rem; display: block; margin-bottom: .3rem; } .cwl-pair-card__title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } @media (max-width: 400px) { .cwl-pair-cards { grid-template-columns: 1fr; } } /* 适用场景 */ .cwl-rooms { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 2rem; } .cwl-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 */ .cwl-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; flex-wrap: wrap; gap: 8px 14px; } .cwl-color-bar__swatches { display: flex; gap: 8px; flex-shrink: 0; } .cwl-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); } .cwl-swatch--gold { background: linear-gradient(135deg, #c8a040, #e8c060); } .cwl-swatch--black { background: #1e1a17; } .cwl-swatch--beige { background: #d4c4a0; } .cwl-swatch--white { background: #f4f0e8; border-color: rgba(0,0,0,.18); } .cwl-swatch--walnut { background: #5a3018; } .cwl-swatch--wood { background: #b8844a; } /* 尺寸卡片 */ .cwl-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; } .cwl-size-card svg { flex-shrink: 0; } /* 规格列表 */ .cwl-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 8px; } .cwl-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; } .cwl-specs li::before { content: ''; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 8px; } /* 认证徽章 */ .cwl-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.4rem; } .cwl-badge { background: #ffffff; border: 1px solid #d4d4d4; border-radius: 20px; padding: .28rem .85rem; font-size: .78rem; color: #333; font-weight: 500; letter-spacing: .03em; } /* 下载 */ .cwl-downloads { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 2rem; } .cwl-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; } .cwl-dl-item:hover { opacity: .65; } .cwl-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 The Carolia Wall Lamp begins with travertine — a stone shaped over thousands of years in thermal springs, cut here into a wide, brimmed shade that softens and warms the light passing through it. The metal arm, finished in gold, curves cleanly away from a minimal water-transfer printed metal wall mount. Three materials, one cohesive object. A wall that holds Carolia looks finished in a way that a painting or a mirror alone never quite achieves. What Carolia Brings 🪨 Yellow Travertine Shade Stone cut thin enough to diffuse light creates a warmth that acrylic and glass don't — the natural mineral variation in the travertine gives each lamp a slightly different quality of glow. No two are identical. ✨ Gold Metal Arm & Water-Transfer Metal Mount The metal arm, finished in gold, curves with restrained elegance from a minimal water-transfer printed metal backplate — three materials that each belong to a different design language, resolved into something that feels entirely coherent. 🔆 Dimmer Compatible From task-level reading light to the lowest possible bedside glow. Pair with a dimmer switch (sold separately) for full control over the mood of the wall and the room around it. 🚿 Damp Rated Suitable for bathrooms and covered outdoor areas — spaces where natural materials and warm light are most appreciated and least commonly found. Why Travertine — and What Makes Each One Different Travertine is a sedimentary stone formed in mineral-rich springs and rivers over thousands of years. The natural variations in color, veining, and the characteristic small voids in the surface are not imperfections — they're the geological record of how the stone was made. When the bulb is on, light passes through these variations differently in every piece, creating a glow that no manufactured material can replicate exactly. The shade you receive will be genuinely unlike any other. One or Two 🕯 Single — Wall Accent One Carolia beside a bed, above a console, or at the end of a hallway — a single natural material moment that makes the wall feel chosen. 🪞 Pair — Symmetry & Balance Two Carolias flanking a bed or mirror replace nightstand clutter with balanced, warm light on both sides. The travertine variations mean each lamp looks slightly different — the pairing feels curated, not factory-matched. Works In 🛏 Bedside — single or pair 🪞 Beside a Mirror 🚪 Hallway 🛁 Bathroom 🛋 Living Room Accent 🖼 Above a Console 🏡 Covered Porch Gold · Black · Beige · White · Walnut Color · Wood Color Product Size W 25 cm × H 20 cm / W 9.8″ × H 7.8″ Details Shade: Yellow Travertine Materials: Metal (water-transfer printed) & Travertine Wiring: Hardwired Socket: G9 Max bulb: 5W 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
More you might like
Related
Carolia Zipper Version Wall Lamp
Related
Carolia Plug In Wall Lamp
Related
Carolia Alabaster Wall Sconce
Related