Description
* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } /* ===== PALETTE: Walnut wood ring + beige linen fabric + warm cream interior ===== Derived from: warm walnut-stained wood accent, beige linen/fabric weave shade, cream interior diffused glow, soft vintage warmth. ============================================================================== */ :root { –accent-deep: #7C4E2A; –accent: #C4906A; –accent-light:#D4A888; –surface: #FAF6EF; –bg: #F5EEE0; –border: #E0D4BC; –ink: #2A2018; –muted: #9B7B5A; } .vk-wrap { font-family: ‘DM Sans’, sans-serif; color: var(–ink); max-width: 680px; margin: 0; padding: 0; } .vk-divider { height: 1px; background: var(–border); margin: 1.75rem 0; } .vk-headline { font-family: ‘DM Serif Display’, serif; font-size: 21px; color: var(–ink); line-height: 1.4; margin-bottom: .75rem; letter-spacing: -.01em; } .vk-headline em { font-style: italic; color: var(–accent-deep); } .vk-intro { font-size: 15px; color: var(–ink); line-height: 1.9; margin-bottom: 1rem; } .vk-section-label { font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(–accent-deep); margin-bottom: .7rem; } /* Guide link */ .vk-guide-link { display: flex; align-items: center; gap: .65rem; background: var(–surface); border: 1px solid var(–border); border-radius: 6px; padding: .8rem 1rem; text-decoration: none; margin-bottom: .75rem; } .vk-guide-link svg { flex-shrink: 0; color: var(–accent-deep); } .vk-guide-link span { font-size: 13.5px; color: var(–accent-deep); text-decoration: underline; text-decoration-color: rgba(0,0,0,.25); text-underline-offset: 3px; } .vk-guide-link:hover span { text-decoration-color: var(–accent-deep); } /* Features */ .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: var(–surface); border-radius: 6px; padding: .85rem; border: 1px solid var(–border); } .vk-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: var(–bg); display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; border: 1px solid var(–border); } .vk-feat h4 { font-size: 12.5px; font-weight: 500; color: var(–ink); margin-bottom: .25rem; } .vk-feat p { font-size: 12px; color: var(–muted); line-height: 1.6; margin: 0; } /* Notice cards */ .vk-notice { border-left: 2px solid var(–accent); background: var(–surface); border-radius: 0 6px 6px 0; padding: .88rem 1rem; margin-bottom: .75rem; } .vk-notice h5 { font-size: 13px; font-weight: 500; color: var(–accent-deep); margin-bottom: .3rem; } .vk-notice p { font-size: 13px; color: var(–ink); line-height: 1.65; margin: 0; } .vk-notice.amber { border-left-color: #b07820; background: #fdf8ef; } .vk-notice.amber h5 { color: #7a5010; } /* Fabric texture image */ .vk-fabric-preview { border-radius: 6px; overflow: hidden; border: 1px solid var(–border); margin-bottom: .75rem; } .vk-fabric-preview a { display: block; } .vk-fabric-preview img { width: 100%; height: auto; display: block; transition: transform 0.3s ease; } .vk-fabric-preview a:hover img { transform: scale(1.03); } .vk-fabric-caption { font-size: 11px; color: var(–accent); text-align: center; padding: 6px 0; letter-spacing: .04em; font-style: italic; background: var(–surface); } /* Config cards */ .vk-config { border: 1px solid var(–border); border-radius: 6px; padding: 1rem; margin-bottom: .75rem; display: flex; gap: 1rem; align-items: flex-start; background: var(–surface); } .vk-config-thumb a { display: block; text-decoration: none; } .vk-config-thumb img { width: 120px; height: auto; border-radius: 5px; border: 1px solid var(–border); display: block; transition: transform 0.3s ease; } .vk-config-thumb a:hover img { transform: scale(1.05); } .vk-config-thumb-hint { font-size: 10px; color: var(–accent); text-align: center; margin-top: 3px; } .vk-config-info { flex: 1; padding-top: .15rem; } .vk-config-tag { display: inline-block; background: var(–accent-deep); color: var(–surface); font-size: 10px; padding: 2px 10px; border-radius: 10px; font-weight: 500; letter-spacing: .06em; margin-bottom: .45rem; } .vk-config-name { font-size: 15px; font-weight: 500; color: var(–ink); margin-bottom: .2rem; } .vk-config-detail { font-size: 12.5px; color: var(–muted); line-height: 1.6; } .vk-config-specs { display: flex; gap: 14px; margin-top: .5rem; font-size: 11.5px; color: var(–accent-deep); padding-top: .5rem; border-top: 1px dashed var(–border); flex-wrap: wrap; } .vk-config-specs strong { color: var(–ink); font-weight: 500; } /* Bulb info */ .vk-bulb { background: var(–surface); border-radius: 6px; padding: .9rem 1rem; border: 1px solid var(–border); margin-bottom: .75rem; } .vk-bulb h5 { font-size: 13px; font-weight: 500; color: var(–ink); margin-bottom: .35rem; } .vk-bulb p { font-size: 13px; color: var(–ink); line-height: 1.6; margin: 0; } .vk-bulb a { color: var(–accent-deep); text-decoration: underline; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid var(–bg); } .vk-spec-table tr:last-child { border-bottom: none; } .vk-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-spec-table td:first-child { color: var(–muted); width: 42%; padding-right: 1rem; } /* Downloads */ .vk-dl { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: .75rem; } .vk-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(–accent-deep); border: 1px solid var(–border); padding: 7px 14px; border-radius: 5px; text-decoration: none; background: var(–surface); } .vk-dl-btn:hover { background: var(–bg); } /* FAQ */ .vk-faq-item { border-bottom: 1px solid var(–border); padding: 12px 0; } .vk-faq-item summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: .5rem; font-size: 14px; font-weight: 500; color: var(–ink); } .vk-faq-item summary::-webkit-details-marker { display: none; } .vk-faq-answer { font-size: 13px; color: var(–ink); line-height: 1.7; margin-top: 8px; padding-right: 1rem; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-config { flex-direction: column; } .vk-config-thumb img { width: 100%; } }
Fabric, walnut, and the quiet warmth of vintage craft.
The Adelaide Fabric Pendant Light wraps its light source in a premium beige fabric shade, woven with a subtle floral relief pattern that adds quiet depth to any interior. A walnut wood ring grounds the design with natural warmth — the result is a pendant that feels both timeless and effortlessly modern.
Floral Relief Weave
An intricate raised pattern woven into the premium fabric for layered visual texture.
Walnut Wood Accent
A real walnut ring anchors the shade with natural grain warmth and artisan character.
Soft Diffused Glow
Fabric filters the light evenly, creating gentle, shadow-free ambient illumination.
About the floral pattern — it changes with the light
The floral relief weave is most visible when the lamp is turned off. When illuminated, the backlit fabric diffuses the light evenly and the pattern softens significantly into a faint, atmospheric hint of texture. This interplay between lit and unlit states is an intentional design characteristic — not a defect.
∅40 cm × H 45 cm
∅50 cm × H 50 cm
— bulbs not included
Compatible with LED and Edison-style bulbs. For the fabric shade, a warm 2700–3000K bulb deepens the soft, amber character of the diffused light. A vintage Edison bulb visible through the shade opening also pairs beautifully with the floral textile aesthetic. Bulb count: 3 bulbs (∅40 cm) or 4 bulbs (∅50 cm).
| Materials | Fabric, Walnut Wood, Metal |
| Light source | LED bulb or Edison bulb (not included) |
| Bulb base | E26 (US/CA) or E27 (EU/AU) |
| Bulb count | 3 (∅40 cm) · 4 (∅50 cm) |
| Voltage | AC 110–240V |
| Wiring | Hardwired |
| Control | Common wall switch (not included) |
| Drop cable | 59″ (150 cm) adjustable; extension available on request |
| Mounting | Ceiling pendant |
| Environment | Indoor |
| Body finish | Walnut Wood |
| Shade finish | Beige fabric (floral relief weave) |
| Certification | North America · Saudi Arabia · Europe · Australia |
Will the floral pattern be visible when the light is on?
The floral relief pattern is most prominent when the lamp is off. When illuminated, the backlit fabric softens the design significantly into a gentle, atmospheric hint of texture — the overall effect is a smooth, warm diffused glow. This is an intentional design characteristic, not a defect.
What bulb does the Adelaide Fabric Pendant use?
E26 in North America and Canada, or E27 in Europe and Australia. Both LED and Edison-style bulbs are compatible. Bulbs are not included. The ∅40 cm size takes 3 bulbs; the ∅50 cm takes 4 bulbs.
Can the hanging cable length be adjusted?
Yes. The standard cable is 59″ (150 cm) and adjustable. If you need a longer drop for high ceilings, contact us before ordering and we will arrange an extension.
What is the shade made of?
The shade is premium beige fabric with a floral relief weave. The accent ring is real walnut wood and the frame is metal. The fabric color is a warm beige that complements both classic and transitional interiors.
Which size is right for my dining table?
The ∅50 cm works well above dining tables seating 4–6 people. The ∅40 cm suits smaller round tables, kitchen islands, or bedroom use. For large rectangular dining tables, two ∅40 cm pendants hung in a row is a popular alternative to one large fixture.
Sizing & questions
Every piece is made to order in our own atelier — here is what most clients ask before choosing theirs.
Which size works best for my dining table?+
The ∅19.7″ suits dining tables seating 4–6 people. The ∅15.7″ is ideal for smaller round tables, kitchen islands, or bedrooms. Both sizes come with adjustable 59″ drop cable.
Will I see the floral pattern when the light is on?+
The floral relief weave is most visible when off. When illuminated, the backlit fabric softens the pattern into a faint, atmospheric hint of texture—creating smooth, warm diffused glow. This is intentional design.
What bulbs does the Adelaide use?+
E26 (North America/Canada) or E27 (Europe/Australia). Both LED and Edison-style bulbs work. The ∅40 cm takes 3 bulbs; the ∅50 cm takes 4. Bulbs not included. Warm 2700–3000K recommended.
Can I extend the hanging cable for high ceilings?+
Yes. The standard 59″ cable is adjustable. For ceilings requiring longer drops, contact us before ordering and we’ll arrange an extension in our atelier.
What materials make up the Adelaide?+
Premium beige fabric with floral relief weave forms the shade. A real walnut wood ring grounds the design with natural grain warmth. The frame is metal. Hardwired for indoor use.






































Reviews
There are no reviews yet.