Alabera Table Light

.pdp { /* Violetta theme — soft mauve + gold trim */ –pdp-bg: #ffffff; –pdp-bg-card: #faf6f3; –pdp-bg-deep: #efe5dd; –pdp-border: #e2d5c9; –pdp-border-lt: #e9ded4; –pdp-accent: #9a6a4f; –pdp-accent-dk: #6f4a35; –pdp-accent-lt: #c2916f; –pdp-accent-bg: #f3e8df; –pdp-accent-bdr: #ceac92; –pdp-text: #2a1f18; –pdp-text-mid: #5a473b; –pdp-text-light: #96847a; max-width: 900px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif; color: var(–pdp-text);…

Original price was: $2,895.00.Current price is: $189.99.
Checkout
Category:

Description

.pdp { /* Violetta theme — soft mauve + gold trim */ –pdp-bg: #ffffff; –pdp-bg-card: #faf6f3; –pdp-bg-deep: #efe5dd; –pdp-border: #e2d5c9; –pdp-border-lt: #e9ded4; –pdp-accent: #9a6a4f; –pdp-accent-dk: #6f4a35; –pdp-accent-lt: #c2916f; –pdp-accent-bg: #f3e8df; –pdp-accent-bdr: #ceac92; –pdp-text: #2a1f18; –pdp-text-mid: #5a473b; –pdp-text-light: #96847a; max-width: 900px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif; color: var(–pdp-text); line-height: 1.65; font-size: 14px; } .pdp * { box-sizing: border-box; } .pdp p { margin: 0 0 0.8rem 0; color: var(–pdp-text-mid); } .pdp .pdp-section { margin-bottom: 2.8rem; } .pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .pdp .sec-line { flex: 1; height: 0.5px; background: var(–pdp-border); } .pdp .sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(–pdp-accent); white-space: nowrap; } .pdp .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pdp .feature-card { padding: 16px 14px; border: 0.5px solid var(–pdp-border); border-radius: 12px; background: var(–pdp-bg-card); } .pdp .feat-icon { width: 30px; height: 30px; border-radius: 8px; background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); color: var(–pdp-accent); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .pdp .feat-icon svg { fill: none; } .pdp .feat-title { font-size: 13px; font-weight: 700; color: var(–pdp-text); margin-bottom: 6px; line-height: 1.35; } .pdp .feat-desc { font-size: 12px; color: var(–pdp-text-mid); line-height: 1.55; } .pdp .size-specs { display: flex; flex-direction: column; gap: 2px; border: 0.5px solid var(–pdp-border); border-radius: 14px; background: var(–pdp-bg-card); padding: 6px 4px; } .pdp .size-spec-item { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 18px; border-bottom: 0.5px solid var(–pdp-border-lt); font-size: 13px; gap: 16px; } .pdp .size-spec-item:last-child { border-bottom: 0; } .pdp .size-spec-item span { color: var(–pdp-text-light); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; flex-shrink: 0; } .pdp .size-spec-item strong { color: var(–pdp-text); font-weight: 600; text-align: right; } .pdp .notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(–pdp-accent-bdr); border-left: 3px solid var(–pdp-accent); border-radius: 10px; background: var(–pdp-accent-bg); } .pdp .notice .notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(–pdp-accent); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .pdp .notice .notice-body { font-size: 12.5px; color: var(–pdp-text-mid); line-height: 1.6; } .pdp .notice .notice-body strong { color: var(–pdp-accent-dk); display: block; margin-bottom: 3px; font-size: 13px; } .pdp .spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(–pdp-border); border-radius: 14px; overflow: hidden; } .pdp .spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(–pdp-border-lt); display: flex; align-items: center; background: var(–pdp-bg-card); gap: 16px; } .pdp .spec-item:last-child { border-bottom: 0; } .pdp .spec-item:nth-child(even) { background: var(–pdp-bg); } .pdp .spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(–pdp-accent); width: 160px; flex-shrink: 0; } .pdp .spec-val { font-size: 12.5px; color: var(–pdp-text); } .pdp .style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .pdp .style-tag { font-size: 10.5px; font-weight: 600; color: var(–pdp-accent); background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); padding: 2px 8px; border-radius: 6px; } .pdp .faq-list { display: flex; flex-direction: column; gap: 6px; } .pdp .faq-list details { border: 0.5px solid var(–pdp-border); border-radius: 10px; background: var(–pdp-bg-card); overflow: hidden; } .pdp .faq-list summary { list-style: none; cursor: pointer; padding: 13px 16px; font-size: 13px; font-weight: 600; color: var(–pdp-text); display: flex; justify-content: space-between; align-items: center; } .pdp .faq-list summary::-webkit-details-marker { display: none; } .pdp .faq-list summary::after { content: ‘+’; font-size: 18px; line-height: 1; color: var(–pdp-accent); } .pdp .faq-list details[open] summary::after { content: ‘−’; } .pdp .faq-list .faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(–pdp-text-mid); line-height: 1.6; } .pdp .keyword-tags { display: flex; flex-wrap: wrap; gap: 6px; } .pdp .keyword-tag { font-size: 11px; font-weight: 500; color: var(–pdp-accent-dk); background: var(–pdp-bg-card); border: 0.5px solid var(–pdp-accent-bdr); padding: 4px 10px; border-radius: 99px; } .pdp .dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pdp .dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(–pdp-border); border-radius: 12px; background: var(–pdp-bg-card); text-decoration: none; color: var(–pdp-text); position: relative; transition: background 0.18s, border-color 0.18s; } .pdp .dl-card:hover { border-color: var(–pdp-accent-bdr); background: var(–pdp-accent-bg); } .pdp .dl-card.dl-disabled { cursor: default; opacity: 0.72; background: var(–pdp-bg); } .pdp .dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); color: var(–pdp-accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .pdp .dl-icon svg { fill: none; } .pdp .dl-meta { width: 100%; } .pdp .dl-label { font-size: 13.5px; font-weight: 700; color: var(–pdp-text); line-height: 1.3; margin-bottom: 3px; } .pdp .dl-sub { font-size: 11.5px; color: var(–pdp-text-light); letter-spacing: 0.02em; line-height: 1.45; } .pdp .dl-status { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(–pdp-text-light); background: var(–pdp-bg-card); border: 0.5px solid var(–pdp-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } @media (max-width: 720px) { .pdp .features-grid, .pdp .dl-grid { grid-template-columns: 1fr; } .pdp .spec-key { width: 120px; } }

Inspiration

The Alabera Table Light pairs a travertine stone base with a capiz shell drum shade for a small bedside or accent lamp. The cylindrical travertine base shows the stone’s natural pitting and warm beige tone, while the tapered shade is built from overlapping capiz shells that diffuse the bulb into a soft, even glow. A single E27 bulb with a 3-color switch lets you step between warm, neutral, and cool white from a control on the base. At 11 inches tall, this travertine and shell table lamp suits a nightstand, an entry console, or a shelf in coastal, Japandi, organic modern, and boho interiors — a compact bedside table lamp for bedroom reading light or warm ambient light in a living room corner.

Key Features

Travertine Stone Base

A solid cylindrical base cut from travertine, with the stone’s natural pitted texture and beige veining visible on every piece — no two bases look identical.

Capiz Shell Shade

The tapered drum shade is made from overlapping capiz shells that filter the bulb into soft, diffused light and show the shell’s natural translucency and pearl tone.

3-Color Switch

One E27 bulb steps between warm white, neutral, and cool white using the switch on the base — set it for reading, task, or ambient mood.

Product Size

Overall Height11″ / 28 cm

Shade Diameter7.9″ / 20 cm

Base Diameter4.3″ / 11 cm

SocketE27 medium base

Light Source1 × E27 · 3-color switch

MaterialsTravertine · capiz shell · metal

ControlSwitch on base · corded plug-in

Best ForNightstands, entry consoles, shelves

Setup

!

Plug-in table lamp — no install needed Screw in an E27 bulb, set the lamp on a nightstand, console, or shelf, and plug into a standard outlet. Use the switch on the travertine base to turn it on and cycle through warm, neutral, and cool white. Indoor, dry locations only.

Specifications

Main Materials

Travertine stone base, capiz shell shade, metal hardware

Color

Beige travertine · natural capiz shell (off-white / pearl)

Dimensions

Shade Ø 20 cm / 7.9″ · Base Ø 11 cm / 4.3″ · Height 28 cm / 11″

Light Source

1 × E27 medium base · 3-color switch (warm / neutral / cool white)

Control

Switch on base

Power Source

Plug-in · corded table lamp

Rating

Indoor · dry locations only

Design Style

Coastal Japandi Organic Modern Boho Scandinavian

Use Case

The Alabera works as a compact bedside table lamp on a nightstand, an accent lamp on an entry console, or a shelf light in a living room corner. Its 11-inch height and base-mounted 3-color switch make it practical as a bedroom reading light — set warm white for winding down, then switch to neutral or cool white for task light.

The travertine base and capiz shell shade read as natural materials, suiting coastal, Japandi, organic modern, and boho rooms alongside wood, linen, and rattan. Because the base is natural stone and the shade is shell, it’s rated for indoor dry use only — keep it off windowsills and out of bathrooms or covered outdoor areas. Natural pitting in the travertine and tonal variation in the shells are characteristic of the materials, not defects.

FAQ

What does the 3-color switch do?

It cycles the light between warm white, neutral, and cool white using the switch on the base — warm for relaxing, cool for reading or task light. It changes color temperature, not brightness.

What bulb does it use?

One E27 medium-base bulb (the standard US lamp screw size). The 3-color function works with the included setup; check the listing for whether a bulb ships in the box.

How big is it?

It’s a small lamp: 11″ / 28 cm tall, with a 7.9″ / 20 cm shade and a 4.3″ / 11 cm base. Sized for a nightstand, console, or shelf rather than as a primary room light.

Is the travertine base meant to look pitted?

Yes. Travertine is a natural stone with characteristic pitting and beige veining, so each base looks slightly different. The texture is part of the material, not a flaw.

How do I clean it?

Dust the capiz shell shade and travertine base with a soft, dry cloth. Avoid water and cleaning sprays — natural stone and shell are rated for dry indoor use and can stain.

Can I use it in a bathroom or outdoors?

No — it’s rated for dry locations only, indoor use. Keep it out of bathrooms and covered outdoor areas.

Search Tags

travertine table lamp capiz shell table lamp bedside table lamp travertine and shell table lamp for bedroom 3-color table lamp coastal table lamp Japandi table lamp organic modern table lamp small accent lamp for nightstand stone base lamp

Downloads

Technical reference and care guides for the Alabera Table Light.

Spec Sheet

Full Product Specs · PDF

Pending

Setup Guide

Bulb & 3-Color Switch · PDF

Pending

Care Guide

Travertine & Shell · PDF

Pending

Reviews

There are no reviews yet.

Be the first to review “Alabera Table Light”

Your email address will not be published. Required fields are marked *