Description
{ “@context”: “https://schema.org”, “@type”: “Product”, “name”: “Porcelain Indigo Wall Lamp”, “description”: “The Porcelain Indigo Wall Lamp features a hand-glazed ceramic shade with indigo floral motifs, brass hardware, and sculpted white base. Hardwired, dimmer compatible, damp rated.”, “brand”: { “@type”: “Brand”, “name”: “Docos” }, “material”: “Brass, Ceramics”, “color”: “Brass, Blue, White”, “additionalProperty”: [ { “@type”: “PropertyValue”, “name”: “Size”, “value”: “W 17 cm × H 13 cm / 6.7″ × 5.1″” }, { “@type”: “PropertyValue”, “name”: “Body”, “value”: “Brass” }, { “@type”: “PropertyValue”, “name”: “Shade”, “value”: “Hand-glazed ceramics — indigo floral motifs” }, { “@type”: “PropertyValue”, “name”: “Socket”, “value”: “E26 / E27” }, { “@type”: “PropertyValue”, “name”: “Max Wattage”, “value”: “40W incandescent or LED equivalent” }, { “@type”: “PropertyValue”, “name”: “Wiring”, “value”: “Hardwired” }, { “@type”: “PropertyValue”, “name”: “Dimmer”, “value”: “Compatible (switch not included)” }, { “@type”: “PropertyValue”, “name”: “Wet Rating”, “value”: “Damp rated — bathrooms and covered outdoor areas” }, { “@type”: “PropertyValue”, “name”: “Certifications”,”value”: “North America, Australia, Europe, Middle East” } ], “video”: [{“@type”:”VideoObject”,”name”:”Porcelain Indigo Wall Lamp”,”embedUrl”:”https://www.youtube.com/embed/Wvd9RXG9yKc”,”thumbnailUrl”:”https://img.youtube.com/vi/Wvd9RXG9yKc/hqdefault.jpg”}], “offers”: {“@type”:”Offer”,”availability”:”https://schema.org/InStock”,”priceCurrency”:”USD”,”seller”:{“@type”:”Organization”,”name”:”Docos”}} } .piw-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; } .piw-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.4rem 0 1.2rem; } /* Video */ .piw-vbox { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 6px; background: #111; margin-bottom: 2rem; } .piw-vbox iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* Intro */ .piw-intro { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: .8rem; } .piw-tagline{ font-size: 1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 1.2rem; } /* Pills */ .piw-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 2rem; } .piw-pill { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 20px; padding: .28rem .85rem; font-size: .78rem; color: #555; } /* Shade types grid */ .piw-shades { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-bottom: 2.4rem; } .piw-shade { display: flex; flex-direction: column; gap: 6px; } .piw-shade__img-wrap { aspect-ratio: 1; overflow: hidden; border-radius: 6px; border: 1px solid #e5e5e5; background: #f7f7f7; } .piw-shade__img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; } .piw-shade__img-wrap a { display: block; width: 100%; height: 100%; } .piw-shade__img-wrap a:hover img { transform: scale(1.04); } .piw-shade__label { font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #b8924a; text-align: center; } @media(max-width:480px){ .piw-shades { grid-template-columns: repeat(3,1fr); } } @media(max-width:320px){ .piw-shades { grid-template-columns: repeat(2,1fr); } } /* Why — Docos cards */ .piw-why { display: grid; grid-template-columns: repeat(auto-fill,minmax(200px,1fr)); gap: 8px; margin-bottom: 2.4rem; } .piw-wc { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .9rem 1rem; font-size: .85rem; color: #333; line-height: 1.55; } .piw-wc-icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .piw-wc-title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* Before / After */ .piw-ba { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 2.4rem; } .piw-bac { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #ddd; border-radius: 6px; padding: 1.1rem 1.2rem; } .piw-bac–after { border-top-color: #b8924a; background: #fff8ee; border-color: #e8c87a; } .piw-bac-label { font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; display: block; margin-bottom: .65rem; } .piw-bac–before .piw-bac-label { color: #999; } .piw-bac–after .piw-bac-label { color: #b8924a; } .piw-bac-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: .32rem; } .piw-bac-list li { font-size: .85rem; color: #555; display: flex; align-items: flex-start; gap: .5rem; line-height: 1.5; } .piw-bac-list li::before { content: ”; display: block; width: 4px; height: 4px; min-width: 4px; border-radius: 50%; margin-top: .52rem; flex-shrink: 0; } .piw-bac–before .piw-bac-list li::before { background: #ccc; } .piw-bac–after .piw-bac-list li::before { background: #b8924a; } @media(max-width:440px){.piw-ba{grid-template-columns:1fr;}} /* Scenes */ .piw-scenes { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-bottom: 2.4rem; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; overflow: hidden; } .piw-sc { padding: 1.3rem 1.1rem; border-right: 1px solid #e5e5e5; } .piw-sc:last-child { border-right: none; } .piw-sc__icon { font-size: 1.2rem; display: block; margin-bottom: .6rem; } .piw-sc__name { font-size: .9rem; font-weight: 600; color: #1a1a1a; display: block; margin-bottom: .35rem; } .piw-sc__desc { font-size: .8rem; color: #555; line-height: 1.55; } .piw-sc__tag { display: block; margin-top: .7rem; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #b8924a; } @media(max-width:480px){ .piw-scenes{grid-template-columns:1fr;} .piw-sc{border-right:none;border-bottom:1px solid #e5e5e5;} .piw-sc:last-child{border-bottom:none;} } /* Pair upsell */ .piw-upsell { background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: 1.1rem 1.3rem; margin-bottom: 2.4rem; display: flex; align-items: center; gap: 1.2rem; font-size: .9rem; color: #555; line-height: 1.65; } .piw-upsell__count { font-size: 2.2rem; font-weight: 300; color: #b8924a; line-height: 1; flex-shrink: 0; } .piw-upsell__title { font-weight: 600; font-size: .9rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } @media(max-width:440px){.piw-upsell{flex-direction:column;gap:.7rem;}} /* Colors */ .piw-colors { display: flex; align-items: center; gap: 12px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .7rem 1.1rem; margin-bottom: 1rem; font-size: .85rem; color: #555; } .piw-swatches { display: flex; gap: 7px; } .piw-sw { width: 20px; height: 20px; border-radius: 50%; border: 2px solid rgba(0,0,0,.1); box-shadow: 0 1px 4px rgba(0,0,0,.12); } .piw-sw–brass { background: linear-gradient(135deg,#c9a96e,#e0c08a); } .piw-sw–blue { background: #2a4880; } .piw-sw–white { background: #f4f0e8; border-color: rgba(0,0,0,.18); } /* Size */ .piw-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 */ .piw-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill,minmax(255px,1fr)); gap: 7px; } .piw-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; } .piw-specs li::before { content: ”; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 7px; } /* Footer */ .piw-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; } .piw-foot-label { font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #888; display: block; margin-bottom: .75rem; } .piw-badges { display: flex; flex-direction: column; gap: .4rem; } .piw-badge { background: #fff; border: 1px solid #e5e5e5; border-radius: 20px; padding: .25rem .85rem; font-size: .78rem; color: #333; width: fit-content; } .piw-dls { display: flex; flex-direction: column; gap: .45rem; } .piw-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; } .piw-dl:hover { border-color: #b8924a; } .piw-dl img { width: 22px; height: 22px; object-fit: contain; opacity: .4; flex-shrink: 0; } .piw-dl–off { opacity: .4; pointer-events: none; } @media(max-width:440px){.piw-foot{grid-template-columns:1fr;gap:1.2rem;}}
See It In Action
The Porcelain Indigo Wall Lamp is the kind of wall fixture that makes a room feel like someone lives in it and cares about it. The hand-glazed ceramic shade carries delicate indigo floral motifs — each one painted with the slight variation that only comes from handwork. The brass hardware connects the ceramic to the wall with warmth. The white sculpted base anchors the composition cleanly. The light that passes through the ceramic is soft and warm, filtered by the glaze into something gentler than the bulb alone produces.
A wall lamp that is a piece of ceramic art first and a light source second.
The lamp that makes a wall worth looking at.
🏺 Hand-Glazed Ceramics 🪙 Brass Hardware 🔆 Dimmer Compatible 🚿 Damp Rated W 17 × H 13 cm
Five Shade Designs
Model A
Model B
Model C
Model D
Model E
Why It Works
🏺 Hand-Glazed Ceramic The ceramic shade is glazed and painted by hand — the indigo floral motifs carry the slight variation of handcraft that makes each lamp subtly distinct. The glaze surface catches ambient light during the day as an art object; when lit, it filters the bulb output into a soft, warm glow.
🪙 Brass + White Composition Warm brass hardware connects the shade to the wall with a metal quality that reads as refined rather than industrial. The sculpted white base provides the clean visual separation between the indigo-painted ceramic and the wall behind it — giving the fixture a gallery quality.
🌕 Soft, Filtered Light The ceramic glaze diffuses the E26/E27 output into a warm, directional glow — softer and more atmospheric than clear glass allows. Pair with a dimmer (sold separately) to move from useful reading light to quiet evening ambiance.
Before & After
Plain Wall
- Wall reads as background — empty and passive
- No material texture at wall height
- Overhead light provides no warmth or layering
- Room feels furnished but not personal
- Nothing to tell the story of the room’s taste
With Porcelain Indigo
- Ceramic shade becomes a visible art object on the wall
- Indigo motifs add pattern and depth to the surface
- Warm filtered light layers the room at wall height
- Brass and white base add material contrast
- Room reads as curated — something here was chosen
Where It Belongs
🛏 Bedside
Mounted at reading height, the Porcelain Indigo provides warm, directional bedside light while giving the wall beside the bed a ceramic art object that reads as a collected detail. The filtered glaze output is warm enough for reading, soft enough for sleeping.
Warm bedside light
🚪 Hallway
In a hallway, the compact ceramic form makes an immediate impression — the indigo motifs are visible from the entrance and the warm light creates an inviting first moment before the main room is reached. Compact at 17 cm wide, it works in any corridor.
Compact — 17 cm wide
🛁 Bathroom
Damp rated for bathroom use — the ceramic material handles humidity without compromise. Above a vanity or beside a mirror, the indigo motifs bring craft and color to a space that often relies entirely on white and chrome.
Damp rated
Better in Pairs
×2
Two — the wall becomes a composition. Two Porcelain Indigo lamps flanking a bed, mirror, or artwork create a symmetrical ceramic arrangement that reads as a deliberate wall installation. The matching indigo motifs face each other, the brass hardware echoes across the space, and the combined warm light fills the wall between them evenly. Order two for a formal arrangement — the handmade variation means each one is subtly distinct while the form stays consistent.
Colors
Brass hardware · Indigo motifs · White base
Product Size
W 17 cm × H 13 cm / W 6.7″ × H 5.1″
Details
- Shade: Hand-Glazed Ceramics — indigo floral motifs
- Body: Brass
- Materials: Brass & Ceramics
- Wiring: Hardwired
- Socket: E26 or E27
- Max bulb: 40W incandescent or LED equivalent
- Dimmer compatible (switch not included)
- Damp rated — bathrooms & covered outdoor areas
- Certified: North America · Australia · Europe · Middle East
Certifications
🌎 North America 🌏 Australia 🌍 Europe 🌍 Middle East
Downloads
Parameter Installation 3D Files
Reviews
There are no reviews yet.