Description
{ “@context”: “https://schema.org”, “@type”: “Product”, “name”: “Casia Ceiling Light”, “description”: “The Casia Ceiling Light features a resin globe with an authentic, raw topographic texture and water-transfer wood grain detailing on the frame. Available in White, Black, Wood Color, and Walnut Color. Two sizes, wall or ceiling mountable, damp rated, and dimmer compatible.”, “brand”: { “@type”: “Brand”, “name”: “Docos” }, “material”: “Metal, Resin”, “color”: “White, Black, Wood Color, Walnut Color”, “image”: [ “https://cdn.shopify.com/s/files/1/0745/2495/0802/files/Casia_Pendant_Lamp_1126.jpg?v=1764161581” ], “additionalProperty”: [ { “@type”: “PropertyValue”, “name”: “Size S – Diameter”, “value”: “28 cm / 11 inches” }, { “@type”: “PropertyValue”, “name”: “Size S – Height”, “value”: “10 cm / 3.9 inches” }, { “@type”: “PropertyValue”, “name”: “Size L – Diameter”, “value”: “40 cm / 15.7 inches” }, { “@type”: “PropertyValue”, “name”: “Size L – Height”, “value”: “16 cm / 6.3 inches” }, { “@type”: “PropertyValue”, “name”: “Shade”, “value”: “Resin — non-smooth topographic texture” }, { “@type”: “PropertyValue”, “name”: “Socket”, “value”: “G9” }, { “@type”: “PropertyValue”, “name”: “Max Wattage”, “value”: “5W incandescent or LED equivalent” }, { “@type”: “PropertyValue”, “name”: “Wiring”, “value”: “Hardwired” }, { “@type”: “PropertyValue”, “name”: “Mounting”, “value”: “Wall or ceiling” }, { “@type”: “PropertyValue”, “name”: “Dimmer Compatible”, “value”: “Yes (switch not included)” }, { “@type”: “PropertyValue”, “name”: “Wet Rating”, “value”: “Damp rated — suitable for bathrooms and covered outdoor areas” }, { “@type”: “PropertyValue”, “name”: “Certifications”, “value”: “North America, Australia, Europe, Middle East” } ], “video”: [ { “@type”: “VideoObject”, “name”: “Casia Ceiling Light”, “embedUrl”: “https://www.youtube.com/embed/z-RJHrXrC8E”, “thumbnailUrl”: “https://img.youtube.com/vi/z-RJHrXrC8E/hqdefault.jpg” } ], “offers”: { “@type”: “Offer”, “availability”: “https://schema.org/InStock”, “priceCurrency”: “USD”, “seller”: { “@type”: “Organization”, “name”: “Docos” } } } /* * Docos Design Tokens * #ffffff 白底 #f7f7f7 卡片底 * #e5e5e5 边框 #1a1a1a 正文 * #555555 次级文字 #b8924a 暖金强调 * #fff8ee 提示底 #e8c87a 提示边框 */ .csl-wrap { font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Helvetica, Arial, sans-serif; color: #1a1a1a; line-height: 1.7; max-width: 860px; margin: 0 auto; background: #ffffff; } /* 章节标题 */ .csl-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; } /* 单视频全宽 */ .csl-video-box { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; background: #111; margin-bottom: 2rem; } .csl-video-box iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* Hero 文案 */ .csl-intro { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: 1rem; } /* 材质纹理横幅 + 可点击图 */ .csl-texture-banner { margin-bottom: 2rem; } .csl-texture-link { display: block; border-radius: 8px; overflow: hidden; border: 1px solid #e5e5e5; transition: opacity .2s; text-decoration: none; margin-bottom: .5rem; } .csl-texture-link:hover { opacity: .88; } .csl-texture-link img { width: 100%; display: block; } .csl-texture-caption { font-size: .78rem; color: #888; letter-spacing: .04em; text-align: center; } /* 核心卖点卡片 */ .csl-features { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 8px; margin-bottom: 2rem; } .csl-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; } .csl-feature-card__icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .csl-feature-card__title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* 纹理提示 */ .csl-notice { display: flex; gap: 10px; background: #fff8ee; border: 1px solid #e8c87a; border-left: 3px solid #b8924a; border-radius: 6px; padding: .75rem 1rem; margin-bottom: 2rem; font-size: .88rem; color: #5a3e10; line-height: 1.6; } .csl-notice__icon { flex-shrink: 0; margin-top: .05rem; } /* 双装方式 */ .csl-mount-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 2rem; } .csl-mount-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; } .csl-mount-card__icon { font-size: 1.2rem; display: block; margin-bottom: .3rem; } .csl-mount-card__title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } @media (max-width: 400px) { .csl-mount-cards { grid-template-columns: 1fr; } } /* 场景标签 */ .csl-rooms { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 2rem; } .csl-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 */ .csl-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; } .csl-color-bar__swatches { display: flex; gap: 8px; flex-shrink: 0; } .csl-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); } .csl-swatch–white { background: #f4f0e8; border-color: rgba(0,0,0,.18); } .csl-swatch–black { background: #1e1a17; } .csl-swatch–wood { background: #b8844a; } .csl-swatch–walnut { background: #5a3018; } /* 双尺寸卡片 */ .csl-size-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 10px; margin-bottom: 2rem; } .csl-size-card { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .9rem 1.1rem; } .csl-size-card__label { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #b8924a; display: block; margin-bottom: .5rem; } .csl-size-card__sublabel { font-size: .72rem; color: #888; display: block; margin-bottom: .4rem; margin-top: -.3rem; } .csl-size-card__row { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid #e5e5e5; padding: .22rem 0; font-size: .85rem; color: #333; } .csl-size-card__row:last-child { border-bottom: none; } .csl-size-card__key { color: #777; font-size: .8rem; } /* 规格列表 */ .csl-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 8px; } .csl-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; } .csl-specs li::before { content: ”; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 8px; } /* 认证徽章 */ .csl-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.4rem; } .csl-badge { background: #ffffff; border: 1px solid #d4d4d4; border-radius: 20px; padding: .28rem .85rem; font-size: .78rem; color: #333; font-weight: 500; letter-spacing: .03em; } /* 下载 */ .csl-downloads { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 2rem; } .csl-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; } .csl-dl-item:hover { opacity: .65; } .csl-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 best ceiling lights do two things at once: they light the room, and they make it feel like a room someone chose to be in. The Casia Ceiling Light does both. Its resin globe diffuses the bulb into something even and unhurried — no glare, no harsh edges, just a warm wash that settles the space underneath it.
The water-transfer wood grain frame brings an organic warmth that a plain metal canopy doesn’t have. It’s a small detail that reads as care. On a ceiling, that matters more than most people expect.
What Casia Does
🌕 Resin-Diffused Glow The resin globe scatters light in all directions equally — no harsh center, no uneven pockets of brightness. The result is a room that feels lit from within rather than pointed at.
🪵 Wood-Grain Frame Water-transfer printing gives the metal canopy the depth and warmth of natural wood — present enough to be noticed up close, subtle enough not to compete with the room below.
🔆 Dimmer Compatible From bright enough to cook or read, down to the softest pre-sleep ambient glow. Pair with a dimmer switch (sold separately) for full control.
🚿 Damp Rated Suitable for bathrooms and covered outdoor areas — spaces where a considered ceiling light is rarely found and immediately appreciated.
About the Globe Texture
🪨 The center globe has a non-smooth, topographic surface — raw and textured by design, not a defect. Please view the close-up image before purchasing to confirm this finish works for your space.
Click to enlarge — globe surface texture detail
Ceiling or Wall
🔝 Ceiling Mount Centered over a bed, dining table, or hallway — it diffuses light evenly across the space below and anchors the room without demanding attention.
🧱 Wall Mount Beside a mirror, above a console, or flanking a bed — used as a wall sconce, it adds layered lighting and a considered decorative moment.
Works In
🛏 Bedroom 🍽 Dining Room 🛋 Living Room 🚪 Hallway 🛁 Bathroom 📚 Study 🏡 Covered Porch
White · Black · Wood Color · Walnut Color
Choose Your Size
Small Bedside, hallway, bathroom, compact rooms
Diameter Ø 28 cm / 11″
Height H 10 cm / 3.9″
Large Dining room, living room, open-plan spaces
Diameter Ø 40 cm / 15.7″
Height H 16 cm / 6.3″
Details
- Shade: Resin — non-smooth topographic texture
- Materials: Metal & Resin
- Wiring: Hardwired
- Socket: G9
- Max bulb: 5W incandescent or LED equivalent
- Mounting: Wall or ceiling
- 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
Reviews
There are no reviews yet.