Description
{ “@context”: “https://schema.org”, “@type”: “Product”, “name”: “Tersus Wall Light”, “description”: “The Tersus Wall Light features a wooden beam and a tilted Yellow Travertine shade. Integrated LED 3000K, damp rated. Available in Walnut Color, Wood Color, and Beige.”, “brand”: { “@type”: “Brand”, “name”: “Docos” }, “material”: “Wood, Yellow Travertine”, “color”: “Walnut Color, Wood Color, Beige”, “additionalProperty”: [ { “@type”: “PropertyValue”, “name”: “Size”, “value”: “W 10 cm × H 23 cm / 3.9″ × 9″” }, { “@type”: “PropertyValue”, “name”: “Power”, “value”: “~5W” }, { “@type”: “PropertyValue”, “name”: “Shade”, “value”: “Yellow Travertine — tilted on wood beam” }, { “@type”: “PropertyValue”, “name”: “LED”, “value”: “Integrated — 50,000 hr lifespan, non-replaceable” }, { “@type”: “PropertyValue”, “name”: “Color Temp”,”value”: “Warm White 3000K” }, { “@type”: “PropertyValue”, “name”: “Dimmer”, “value”: “Compatible (switch not included)” }, { “@type”: “PropertyValue”, “name”: “IP Rating”, “value”: “Damp rated — bathrooms and covered outdoor areas” }, { “@type”: “PropertyValue”, “name”: “Certifications”,”value”: “North America, Australia, Europe, Middle East” } ], “video”: [ {“@type”:”VideoObject”,”name”:”Tersus Wall Light”,”embedUrl”:”https://www.youtube.com/embed/3Ab-2tjPIQo”,”thumbnailUrl”:”https://img.youtube.com/vi/3Ab-2tjPIQo/hqdefault.jpg”}, {“@type”:”VideoObject”,”name”:”Natural Stone Lighting — Travertine Collection”,”embedUrl”:”https://www.youtube.com/embed/Pbq4QoFsK3w”,”thumbnailUrl”:”https://img.youtube.com/vi/Pbq4QoFsK3w/hqdefault.jpg”} ], “offers”: {“@type”:”Offer”,”availability”:”https://schema.org/InStock”,”priceCurrency”:”USD”,”seller”:{“@type”:”Organization”,”name”:”Docos”}} } /* ─── Base ─────────────────────────────────────────────── */ .twl-wrap { font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Helvetica, Arial, sans-serif; color: #1a1a1a; line-height: 1.75; max-width: 860px; margin: 0 auto; background: #fff; } .twl-section-title { font-size: 0.72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #1a1a1a; border-bottom: 1.5px solid #b8924a; padding-bottom: .45rem; margin: 2.6rem 0 1.2rem; } /* Videos — 2-col */ .twl-videos { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 1.2rem; } .twl-vbox { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; background: #111; } .twl-vbox iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } @media(max-width:520px){ .twl-videos { grid-template-columns: 1fr; } } /* Travertine illustration */ .twl-illus { width: 100%; border-radius: 8px; display: block; cursor: zoom-in; margin-bottom: 2rem; } /* Natural stone notice */ .twl-stone-notice { background: #fff8ee; border: 1px solid #e8c87a; border-left: 3px solid #b8924a; border-radius: 6px; padding: .75rem 1rem; margin-bottom: 2rem; font-size: .82rem; color: #5a3e10; line-height: 1.6; display: flex; align-items: flex-start; gap: .65rem; } /* ─── § 1 HERO ──────────────────────────────────────────── */ .twl-hero-hook { font-size: 1.15rem; font-weight: 500; color: #1a1a1a; line-height: 1.65; margin-bottom: .9rem; border-left: 3px solid #b8924a; padding-left: 1rem; } .twl-hero-body { font-size: .93rem; color: #555; line-height: 1.85; margin-bottom: 1.4rem; } .twl-hero-pts { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: .5rem; } .twl-hero-pt { display: flex; align-items: center; gap: 7px; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 20px; padding: .3rem .9rem; font-size: .8rem; color: #555; font-weight: 500; } /* ─── § 2 WHY YOU’LL LOVE IT ───────────────────────────── */ .twl-why { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 2rem; } @media(max-width:480px){ .twl-why { grid-template-columns: 1fr; } } .twl-wc { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .95rem 1rem; font-size: .86rem; color: #444; line-height: 1.6; } .twl-wc-icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .twl-wc-title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* ─── § 3 USE SCENARIOS ─────────────────────────────────── */ .twl-scenarios { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-bottom: 2rem; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 8px; overflow: hidden; } .twl-scenario { padding: 1.3rem 1.15rem; border-right: 1px solid #e5e5e5; } .twl-scenario:last-child { border-right: none; } .twl-scenario__icon { font-size: 1.3rem; display: block; margin-bottom: .55rem; } .twl-scenario__name { font-size: .92rem; font-weight: 600; color: #1a1a1a; display: block; margin-bottom: .35rem; } .twl-scenario__desc { font-size: .82rem; color: #555; line-height: 1.6; } .twl-scenario__tag { display: block; margin-top: .75rem; font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #b8924a; } @media(max-width:520px){ .twl-scenarios { grid-template-columns: 1fr; } .twl-scenario { border-right: none; border-bottom: 1px solid #e5e5e5; } .twl-scenario:last-child { border-bottom: none; } } /* ─── § 4 BEFORE / AFTER ────────────────────────────────── */ .twl-ba { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 2rem; } .twl-bac { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #ddd; border-radius: 6px; padding: 1.1rem 1.2rem; } .twl-bac–after { border-top-color: #b8924a; background: #fff8ee; border-color: #e8c87a; } .twl-bac-label { font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; display: block; margin-bottom: .65rem; } .twl-bac–before .twl-bac-label { color: #999; } .twl-bac–after .twl-bac-label { color: #b8924a; } .twl-bac-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: .32rem; } .twl-bac-list li { font-size: .85rem; color: #555; display: flex; align-items: flex-start; gap: .5rem; line-height: 1.5; } .twl-bac-list li::before { content: ”; display: block; width: 4px; height: 4px; min-width: 4px; border-radius: 50%; margin-top: .52rem; flex-shrink: 0; } .twl-bac–before .twl-bac-list li::before { background: #ccc; } .twl-bac–after .twl-bac-list li::before { background: #b8924a; } @media(max-width:440px) { .twl-ba { grid-template-columns: 1fr; } } /* ─── § 5 UPSELL ────────────────────────────────────────── */ .twl-upsell { background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: 1.15rem 1.3rem; margin-bottom: 1.2rem; display: flex; align-items: flex-start; gap: 1.2rem; font-size: .9rem; color: #555; line-height: 1.7; } .twl-upsell__count { font-size: 2.5rem; font-weight: 300; color: #b8924a; line-height: 1; flex-shrink: 0; } .twl-upsell__title { font-weight: 600; font-size: .9rem; color: #1a1a1a; display: block; margin-bottom: .25rem; } @media(max-width:440px){ .twl-upsell { flex-direction: column; gap: .7rem; } } .twl-pair-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 8px; margin-bottom: 2rem; } .twl-pair-card { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .9rem 1rem; font-size: .85rem; color: #444; line-height: 1.55; } .twl-pair-card__icon { font-size: 1.1rem; display: block; margin-bottom: .3rem; } .twl-pair-card__title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } .twl-pair-card__tag { display: block; margin-top: .5rem; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #b8924a; } /* ─── Colors ─────────────────────────────────────────────── */ .twl-colors-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 8px; margin-bottom: 2rem; } .twl-color-card { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: .8rem 1rem; display: flex; align-items: center; gap: 10px; font-size: .85rem; color: #333; font-weight: 500; } .twl-sw { width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; border: 2px solid rgba(0,0,0,.1); box-shadow: 0 1px 4px rgba(0,0,0,.12); } .twl-sw–walnut { background: #5c3d1e; } .twl-sw–wood { background: linear-gradient(135deg, #b8864e, #d4a96a); } .twl-sw–beige { background: #d9cbb8; } /* ─── Product Size ───────────────────────────────────────── */ .twl-size { 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: 1rem; } /* ─── Specs ──────────────────────────────────────────────── */ .twl-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: 7px; } .twl-specs li { display: flex; align-items: flex-start; gap: 9px; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: .55rem .85rem; font-size: .88rem; color: #333; } .twl-specs li::before { content: ”; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 7px; } /* ─── Footer ─────────────────────────────────────────────── */ .twl-foot { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: 1.3rem; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 2rem; align-items: start; } .twl-foot-label { font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #888; display: block; margin-bottom: .75rem; } .twl-badges { display: flex; flex-direction: column; gap: .4rem; } .twl-badge { background: #fff; border: 1px solid #e5e5e5; border-radius: 20px; padding: .25rem .85rem; font-size: .78rem; color: #333; width: fit-content; } .twl-dls { display: flex; flex-direction: column; gap: .45rem; } .twl-dl { display: flex; align-items: center; gap: 9px; text-decoration: none; color: #1a1a1a; font-size: .75rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; padding: .6rem .85rem; background: #fff; border: 1px solid #e5e5e5; border-radius: 6px; transition: border-color .2s; } .twl-dl:hover { border-color: #b8924a; } .twl-dl img { width: 22px; height: 22px; object-fit: contain; opacity: .4; flex-shrink: 0; } @media(max-width:440px){ .twl-foot { grid-template-columns: 1fr; gap: 1.2rem; } }
See It In Your Space
🪨 Natural Stone Notice. Yellow Travertine is a natural material — surface holes, fissures, and tonal variation between pieces are inherent characteristics of the stone, not defects. Each shade is unique.
Tersus Wall Light
The Tersus is built around a single compositional decision: the travertine shade hangs at a deliberate tilt from the wooden beam, creating a visual tension between the two materials and a directional light that washes the wall rather than flooding the room. The Yellow Travertine carries the natural variation of stone — fine surface patterns, warm amber tones, and a density that no manufactured material replicates. The wood beam grounds it with warmth. Together they read as an object that belongs in a room designed with intention, not just furnished. Install two at matched heights and the wall becomes the room’s most considered surface.
🪨 Yellow Travertine Shade
🪵 Wood Beam Base
💡 Integrated LED · 3000K · 50,000 hr
Why You’ll Love It
🪨 Travertine — No Two Are the Same The Yellow Travertine shade is cut from natural stone. Its surface carries fine veining, warm amber depth, and tonal shifts that vary from piece to piece — the lamp you receive is the only one with that exact pattern. It’s a material detail that manufactured shades can reference but never replicate.
↗ Tilted Shade — Direction Built Into the Design The shade hangs at a deliberate angle on the wooden beam — not as a decorative flourish but as a functional decision. The tilt directs warm light downward and against the wall, creating a focused wash rather than a diffuse ambient glow. The angle gives the fixture a sense of compositional intent that flat-mounted sconces don’t have.
🪵 Wood and Stone — Two Materials at Their Best The warm wood grain of the beam and the cool, dense texture of the travertine create a contrast that holds attention without demanding it. The combination reads as natural and resolved — two materials that have been used together in architecture for centuries, now at wall-lamp scale.
💡 Integrated LED — Zero Maintenance The 3000K warm white LED is built into the fixture and rated for 50,000 hours. No bulb to source, no socket to match, no replacement to schedule. The light quality stays consistent for the life of the fixture. Dimmer compatible (sold separately) for full control over the wall wash intensity.
Where It Lives Best
🛏 Bedside Wall
Mounted at headboard height, the Tersus replaces bedside table lamps and adds a wall-wash light that makes the sleeping space feel architectural rather than merely furnished. Two at matched heights on either side of the bed create a symmetrical composition — warm stone overhead, focused light at reading level, wood grain visible from the pillow.
Pair for symmetry
🚪 Hallway
A Tersus mounted at eye level in a hallway washes the wall with warm, directed light that transforms the corridor from a transitional space into one of the most considered in the home. Three or four at regular intervals create a rhythm of stone and wood down the wall — each one casting its own pool, the sequence reading as a designed installation.
Rhythm of three
🛋 Living Room Wall
Above a sofa or beside a reading chair, the Tersus adds a mid-height light layer and a material presence that the room’s furniture alone cannot provide. The travertine shade at wall height introduces natural stone into the vertical plane — an architectural detail that makes the room feel more deliberately composed.
Layered wall light
Design & Light Effect
Standard Wall Sconce
- Metal or ceramic shade — manufactured uniformity
- Light diffuses equally in all directions
- Wall remains flat behind the fixture
- Fixture reads as hardware, not as a material object
- The wall is lit; it isn’t given structure
With Tersus
- Travertine shade casts a warm, directed downward wash
- Tilted angle creates shadow and depth on the wall surface
- Stone and wood introduce two natural materials at eye level
- Each piece unique — the fixture is an object, not a unit
- Wall reads as designed — structure added by light and material
Styling & Combinations
×2
A matched pair — the most considered thing a bedroom wall can have. Two Tersus wall lights mounted symmetrically at headboard height on either side of the bed create an architectural framing that no table lamp arrangement replicates. Each travertine shade washes its side of the wall; the wood beams draw a horizontal line across both sides of the room. The natural stone variation means the two pieces relate but never match exactly — they read as a pair that was collected rather than purchased from a set. The nightstands are clear. The wall is alive. The room is done.
🚪 Hallway Row — Three or Four Three Tersus lights at even intervals down a hallway wall create a sequence of stone and wood that reads as installation-level design in a transitional space. Each one throws a focused wash; the stone variation across the row makes each fixture individual while the shared form unifies them. Repeated Rhythm
💡 Layer With Pendants A Tersus wall wash mid-height with a pendant overhead and a floor lamp in the corner creates a three-level lighting arrangement that makes the room feel fully inhabited. The stone material on the wall relates naturally to the materials elsewhere — wood floors, stone counters, natural objects. The Tersus connects the light to the room’s material language. Layered Lighting
🪵 Walnut vs Wood Color Walnut Color beam is darker and richer — the contrast with the yellow travertine is more pronounced, more architectural. Wood Color is lighter and warmer — the beam and shade relate tonally, the composition reads as more unified. Both carry the same stone; the choice is about how much contrast the room wants at the wall. Finish Contrast
Colors
Walnut Color
Wood Color
Beige
Product Size
W 10 cm × H 23 cm / W 3.9″ × H 9″ · ~5W
Details
- Shade: Yellow Travertine — tilted on wood beam
- Base: Wood
- Materials: Wood & Yellow Travertine
- LED: Integrated — non-replaceable · 50,000 hr
- Color Temp: Warm White 3000K
- Power: ~5W
- Wiring: Hardwired
- Dimmer compatible (switch not included)
- IP Rating: Damp rated — bathrooms & covered outdoors
- Certified: North America · Australia · Europe · Middle East
Certifications
🌎 North America 🌏 Australia 🌍 Europe 🌍 Middle East
Downloads
Parameter Installation
Reviews
There are no reviews yet.