Mello Table Light

.pdp { /* Dopamine Retro Pop theme — High Saturation + Vibrant Accents + Clean White */ –pdp-bg: #ffffff; –pdp-bg-card: #fdfdfb; –pdp-bg-deep: #f5f5f0; –pdp-border: #e8e8e1; –pdp-border-lt: #f2f2eb; –pdp-accent: #ff5722; /* Dopamine Orange – High energy */ –pdp-accent-dk: #e64a19; –pdp-accent-lt: #ff8a65; –pdp-accent-bg: #fff3e0; –pdp-accent-bdr: #ffccbc; –pdp-text: #1a1a1a; –pdp-text-mid: #4a4a4a; –pdp-text-light: #9e9e9e; /* Secondary Dopamine Colors */…

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

Description

.pdp { /* Dopamine Retro Pop theme — High Saturation + Vibrant Accents + Clean White */ –pdp-bg: #ffffff; –pdp-bg-card: #fdfdfb; –pdp-bg-deep: #f5f5f0; –pdp-border: #e8e8e1; –pdp-border-lt: #f2f2eb; –pdp-accent: #ff5722; /* Dopamine Orange – High energy */ –pdp-accent-dk: #e64a19; –pdp-accent-lt: #ff8a65; –pdp-accent-bg: #fff3e0; –pdp-accent-bdr: #ffccbc; –pdp-text: #1a1a1a; –pdp-text-mid: #4a4a4a; –pdp-text-light: #9e9e9e; /* Secondary Dopamine Colors */ –color-red: #c62828; –color-green: #2e7d32; –color-orange: #ef6c00; 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 .pdp-section { margin-bottom: 2.2rem; } .pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; } .pdp .sec-line { flex: 1; height: 1px; background: var(–pdp-border); } .pdp .sec-title { font-size: 11px; font-weight: 800; letter-spacing: 0.15em; 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: 1px solid var(–pdp-border); border-radius: 12px; background: var(–pdp-bg-card); transition: transform 0.2s; } .pdp .feature-card:hover { transform: translateY(-3px); border-color: var(–pdp-accent-bdr); } .pdp .feat-icon { width: 32px; height: 32px; border-radius: 10px; background: var(–pdp-accent-bg); color: var(–pdp-accent); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; } .pdp .feat-title { font-size: 13.5px; 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; } .pdp .size-specs { display: flex; flex-direction: column; gap: 2px; border: 1px 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: 12px 18px; border-bottom: 1px 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.1em; text-transform: uppercase; font-weight: 700; } .pdp .size-spec-item strong { color: var(–pdp-text); font-weight: 700; } .pdp .spec-grid { display: flex; flex-direction: column; border: 1px solid var(–pdp-border); border-radius: 14px; overflow: hidden; } .pdp .spec-item { padding: 12px 18px; border-bottom: 1px 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: #fff; } .pdp .spec-key { font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(–pdp-accent); width: 150px; flex-shrink: 0; } .pdp .spec-val { font-size: 13px; color: var(–pdp-text); } .pdp .style-tags { display: flex; flex-wrap: wrap; gap: 6px; } .pdp .style-tag { font-size: 10px; font-weight: 700; color: #fff; padding: 3px 10px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.05em; } .tag-red { background: var(–color-red); } .tag-green { background: var(–color-green); } .tag-orange { background: var(–color-orange); } .pdp .faq-list { display: flex; flex-direction: column; gap: 8px; } .pdp .faq-list details { border: 1px solid var(–pdp-border); border-radius: 12px; background: var(–pdp-bg-card); } .pdp .faq-list summary { list-style: none; cursor: pointer; padding: 15px 20px; font-size: 14px; font-weight: 700; display: flex; justify-content: space-between; align-items: center; } .pdp .faq-list summary::after { content: ‘↓’; font-size: 14px; color: var(–pdp-accent); transition: transform 0.3s; } .pdp .faq-list details[open] summary::after { transform: rotate(180deg); } .pdp .faq-list .faq-a { padding: 0 20px 18px; font-size: 13px; color: var(–pdp-text-mid); border-top: 1px solid var(–pdp-border-lt); padding-top: 12px; } .pdp .dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; } .pdp .dl-card { display: flex; flex-direction: column; gap: 12px; padding: 20px; border: 1px solid var(–pdp-border); border-radius: 14px; background: var(–pdp-bg-card); text-decoration: none; position: relative; } .pdp .dl-card:hover { border-color: var(–pdp-accent-lt); background: #fff; } .pdp .dl-icon { width: 42px; height: 42px; border-radius: 10px; background: var(–pdp-accent-bg); color: var(–pdp-accent); display: flex; align-items: center; justify-content: center; } .pdp .dl-label { font-size: 14px; font-weight: 800; color: var(–pdp-text); margin-bottom: 4px; } .pdp .dl-sub { font-size: 11px; color: var(–pdp-text-light); text-transform: uppercase; font-weight: 700; } .pdp .dl-status { position: absolute; top: 15px; right: 15px; font-size: 9px; font-weight: 800; background: var(–pdp-bg-deep); border: 1px solid var(–pdp-border); padding: 2px 10px; border-radius: 20px; } @media (max-width: 720px) { .pdp .features-grid, .pdp .dl-grid { grid-template-columns: 1fr; } .pdp .spec-key { width: 110px; } }

Overview

The Mello Table Light is a vibrant celebration of Dopamine Decor, designed to infuse energy and playful nostalgia into any modern interior. Featuring a stacked geometric metal base with a substantial 3.1kg weight, it combines high-impact stability with a sculptural Space Age silhouette. Each lamp features an adjustable gooseneck and a tri-color LED source, allowing you to cycle through warm, neutral, and cool white light. Whether in Retro Red, Bold Orange, or Leaf Green, Mello is a bold statement piece that bridges the gap between functional task lighting and artistic pop-culture accent.

Key Features

Modular Metal Body

A heavy-duty construction made of precision-engineered metal components stacked to create a 3.1kg stable base.

Dopamine Color Palette

Available in high-saturation Red, Orange, and Green finishes that instantly elevate the visual mood of your workspace.

Tri-Color Adaptability

The 5W E27 LED bulb offers three distinct color temperatures, easily toggled via the integrated push-button switch.

Product Size

Total Height12.6″ / 32 cm

Base Diameter7.1″ / 18 cm

Net Weight6.8 lbs / 3.1 kg

Switch ModeManual Push-button

Specifications

Material

High-Density Metal / Hardware

Finish Options

Retro Red Vibrant Orange Pop Green

Sockets

1 × E27 (Medium Base)

Light Source

5W LED with 3-Color Switching

Power

Plug-in with Integrated Cord Switch

Design Style

Dopamine Retro / Mid-Century Space Age

Where It Works

The Mello Table Light is the ultimate task lighting solution for creative studios and home offices that embrace a maximalist or retro aesthetic. Its 3.1kg weighted base provides unwavering stability on bedside tables, ensuring it stays secure while you adjust the flexible neck for nighttime reading. The bold, saturated colors act as a visual anchor on minimalist desks, adding a much-needed pop of “Dopamine” energy to focused workspaces.

In social spaces, Mello serves as a conversation-starting ambient accent light on sideboards or entry consoles. Use the ‘Cool White’ setting for precision work, or switch to ‘Warm White’ for a cozy, inviting bedroom atmosphere. Its heavy-duty metal construction and tactile push-button switch make it a durable and stylish plug-in lighting choice for those who value craftsmanship as much as color.

FAQ

How do I change the light color?

The included 5W LED bulb features 3-color changing technology. Simply press the push-button switch once to turn it on, and then toggle the switch quickly to cycle through Warm, Neutral, and Cool White modes.

Is the base heavy enough for the tilted arm?

Yes, the base is specifically weighted at 3.1kg (6.8 lbs) to ensure the lamp remains stable even when the gooseneck arm is tilted at its maximum angle.

Is the finish scratch-resistant?

The hardware body features a high-quality baked enamel finish that is designed to resist daily wear and scratches while maintaining its vibrant Dopamine saturation.

What bulb base does it use?

It uses a standard E27 base. While a 5W 3-color bulb is included, you can replace it with any standard E27 bulb (Max 15W LED recommended).

Downloads

Spec Sheet

PDF · 1.2 MB

Pending

Install Guide

PDF · 0.8 MB

Pending

3D Assets

ZIP · 15.0 MB

Pending

Reviews

There are no reviews yet.

Be the first to review “Mello Table Light”

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