Cervana Candle Warmer Lamp

.pdp { /* Faux-Wood + Black theme (Light Minimalist tuned to product palette) */ –pdp-bg: #ffffff; –pdp-bg-card: #faf7f1; –pdp-bg-deep: #f1ece1; –pdp-border: #e6dfce; –pdp-border-lt: #efeadd; –pdp-accent: #8a6f42; /* faux wood */ –pdp-accent-dk: #2a2a2a; /* black shade */ –pdp-accent-lt: #b89568; –pdp-accent-bg: #f4ecd9; –pdp-accent-bdr: #d8c298; –pdp-text: #1a1614; –pdp-text-mid: #4a4036; –pdp-text-light: #8a7e6e; max-width: 900px; margin: 0 auto; font-family: -apple-system,…

Original price was: $1,655.00.Current price is: $189.99.
Checkout
Category:

Description

.pdp { /* Faux-Wood + Black theme (Light Minimalist tuned to product palette) */ –pdp-bg: #ffffff; –pdp-bg-card: #faf7f1; –pdp-bg-deep: #f1ece1; –pdp-border: #e6dfce; –pdp-border-lt: #efeadd; –pdp-accent: #8a6f42; /* faux wood */ –pdp-accent-dk: #2a2a2a; /* black shade */ –pdp-accent-lt: #b89568; –pdp-accent-bg: #f4ecd9; –pdp-accent-bdr: #d8c298; –pdp-text: #1a1614; –pdp-text-mid: #4a4036; –pdp-text-light: #8a7e6e; 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 svg { fill: none; } .pdp p { margin: 0 0 0.8rem 0; color: var(–pdp-text-mid); } .pdp img { max-width: 100%; height: auto; display: block; } .pdp a { color: var(–pdp-accent); } .pdp .pdp-section { margin-bottom: 2.2rem; } /* Section header */ .pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; } .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; } /* M5 Feature cards */ .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-title { font-size: 13px; font-weight: 700; color: var(–pdp-text); margin-bottom: 6px; } .pdp .feat-desc { font-size: 12px; color: var(–pdp-text-mid); line-height: 1.55; } /* Dimensions panel (text-only, no image) */ .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; } .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; } .pdp .size-spec-item strong { color: var(–pdp-text); font-weight: 600; } /* Critical-notice block (halogen-only) */ .pdp .pdp-notice { display: flex; gap: 14px; padding: 14px 16px; background: #fdf6e8; border: 0.5px solid #e8d49a; border-left: 3px solid #b8862a; border-radius: 10px; } .pdp .pdp-notice .ntc-icon { flex-shrink: 0; width: 24px; height: 24px; color: #8c6520; } .pdp .pdp-notice .ntc-body { font-size: 12.5px; color: #5a4418; line-height: 1.6; } .pdp .pdp-notice .ntc-body strong { color: #2a1f08; display: block; margin-bottom: 4px; font-size: 13px; letter-spacing: 0.02em; } /* Halogen-bulb purchase CTA card */ .pdp .bulb-cta { display: flex; align-items: center; gap: 14px; margin-top: 10px; padding: 12px 14px; border: 0.5px solid var(–pdp-border); border-radius: 12px; background: var(–pdp-bg-card); text-decoration: none; color: var(–pdp-text); } .pdp .bulb-cta img { width: 64px; height: 64px; border-radius: 8px; object-fit: cover; border: 0.5px solid var(–pdp-border-lt); flex-shrink: 0; } .pdp .bulb-cta .bulb-txt { flex: 1; display: flex; flex-direction: column; gap: 3px; } .pdp .bulb-cta .bulb-label { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(–pdp-accent); } .pdp .bulb-cta .bulb-title { font-size: 13.5px; font-weight: 600; color: var(–pdp-text); } .pdp .bulb-cta .bulb-sub { font-size: 11.5px; color: var(–pdp-text-light); } .pdp .bulb-cta .bulb-arrow { font-size: 18px; color: var(–pdp-accent); margin-right: 4px; } /* M6 Spec grid */ .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: 150px; flex-shrink: 0; } .pdp .spec-val { font-size: 12.5px; color: var(–pdp-text); } .pdp .cert-badges { display: flex; flex-wrap: wrap; gap: 5px; } .pdp .cert-badge { 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; } /* M8 FAQ */ .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); transition: transform 0.2s; } .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; } /* Downloads */ .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; word-break: normal; overflow-wrap: normal; } .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-card.dl-disabled:hover { border-color: var(–pdp-border); 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-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-arrow { position: absolute; top: 14px; right: 14px; font-size: 16px; color: var(–pdp-accent); line-height: 1; } .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; } /* Responsive */ @media (max-width: 720px) { .pdp .features-grid { grid-template-columns: 1fr; } .pdp .dl-grid { grid-template-columns: 1fr; } .pdp .spec-key { width: 120px; } } @media (max-width: 480px) { .pdp .bulb-cta img { width: 52px; height: 52px; } .pdp .cert-badges { flex-wrap: wrap; } }

Overview

The Cervana Candle Warmer Lamp is a sculptural wax-melter table lamp molded in resin to read as a forked tree branch rising from a tree-ring base, finished with a slim black metal shade. The contrast between the faux-wood texture and the matte black shade makes it both a flameless scented-candle warmer and a standalone accent lamp for bedside tables, console tables, and reading nooks.

Measures 7″ wide × 11.8″ tall (18 × 30 cm). Resin body, metal shade. Powered by a single GU10 halogen bulb (35W or 50W, sold separately) — the heat from the halogen is what melts the scented wax. Ships with a 59-inch plug-in cord, push-button switch, and is compatible with an external dimmer (not included).

Why You’ll Love It

Branch & Tree-Ring Form

Resin body cast as a forked tree branch with concentric ring detail on the base, modeled to look like a cross-cut log.

Functional Display Base

Flat platform around the trunk holds the warming candle or a small decor accent — the lamp keeps a purpose when the bulb is off.

Halogen Heat Melts Wax

GU10 socket fits a 35W or 50W halogen bulb; the downward heat melts scented wax with no open flame. LED bulbs do not produce enough heat.

Dimensions

Width18 cm / 7″

Height30 cm / 11.8″

Cord Length59 in / 150 cm — plug-in with inline switch

Socket1 × GU10

Bulb (sold separately)35W or 50W halogen — LED not supported

Halogen Bulb Required — Do Not Use LED Only a higher-wattage halogen bulb (35W or 50W) generates enough heat to melt scented wax. LED bulbs run cool and will leave the warmer non-functional. Candles and bulbs are not included.

Compatible Bulb GU10 Halogen Bulb · 35W or 50W Sold separately — find on Amazon

Specifications

Body Material

Resin (faux wood finish)

Shade Material

Metal, black

Color

Faux Wood Resin + Black

Dimensions

W 18 cm × H 30 cm / W 7″ × H 11.8″

Socket

GU10

Bulb

1 × 35W or 50W halogen (sold separately; LED not supported)

Switch

Push-button, inline · Dimmer-compatible (dimmer not included)

Cord

59-inch plug-in cord

Use

Indoor only — candle warmer / wax melter + accent table lamp

Included

Lamp only — bulb and candle not included

Certification

North America Europe Australia Middle East

FAQ

Can I use an LED bulb in this candle warmer?

No. LED bulbs run too cool to melt scented wax. The warmer is designed around the heat output of a 35W or 50W GU10 halogen bulb — using an LED will leave the wax unmelted and the warmer non-functional.

What size and type of bulb does it use?

One GU10 halogen bulb, 35W or 50W. Sold separately. The Amazon link above will help you find a compatible bulb.

Are candles included?

No. Candles are sold separately. Most jar-style scented candles that fit on the base platform will work — keep wax depth sensible so the bulb’s downward heat can reach the surface.

Is it dimmable?

Yes — compatible with a standard external dimmer switch (not included). The lamp ships with a push-button inline switch on the cord.

How long is the cord?

59 inches (about 150 cm), with an inline push-button switch and a standard plug.

Where can it be used?

Indoor only. Common spots: bedside table, console table, kitchen counter, reading nook, open shelving. It is certified for North America, Europe, Australia, and the Middle East.

Downloads

Reference materials for designers, electricians, and customers.

Spec Sheet

Dimensions & electrical · PDF

Coming Soon

Installation Guide

Step-by-step setup · PDF

Coming Soon

3D Files

For renderings · ZIP

Coming Soon

Reviews

There are no reviews yet.

Be the first to review “Cervana Candle Warmer Lamp”

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