Renato Table Lamp 11.8"
.mh-pdp { max-width: 860px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; padding: 28px 22px 12px; line-height: 1.6; fon t-size: 15px; --brand-dark: #3E2723; --brand-bg: #F6F5EF; --brand-light: #949494; --brand-white: #FFFFFF; --brand-border: #DDDDDD; --bg: var(--brand-bg); --bg-card: var(--brand-white); --bg-warm: #EDE9DB; --bg-softer: #ECEAE0; --border: #E2DFD4; --border-lt: #EDEAE0; --accent-dk: #2A1A17; --accent-tint: #EDE6DC; --accent-bdr: #D4C9B8; --text: var(--brand-dark); --text-mid: #6B5D5A; --text-light: var(--brand-light); color: var(--text); background: transparent; } .mh-pdp * { box-sizing: border-box; font-size: 15px !important; } .mh-pdp svg { fill: none !important; } .mh-pdp a { text-decoration: none; color: inherit; } .mh-pdp img { max-width: 100%; height: auto; display: block; } .mh-pdp p { margin: 0 0 0.8rem; color: var(--text-mid); } .mh-pdp section { margin-bottom: 2.6rem; } .mh-pdp .sec-header { display: flex; align-items: center; gap: 14px; margin-bottom: 1.3rem; } .mh-pdp .sec-header-line { flex: 1; height: 0.5px; background: var(--border); } .mh-pdp .sec-title { font-weight: 400; color: var(--brand-dark); white-space: nowrap; } /* Video embed */ .mh-pdp .video-embed { position: relative; padding-bottom: 56.25%; height: 0; border-radius: 12px; overflow: hidden; border: 0.5px solid var(--border); } .mh-pdp .video-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; } /* Dark finish bar */ .mh-pdp .finish-bar { background: var(--accent-dk); border-radius: 10px; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-top: 1.4rem; } .mh-pdp .finish-bar-text { color: #c5bcac; line-height: 1.55; } .mh-pdp .finish-bar-text strong { color: #f0e8d8; font-weight: 600; display: block; letter-spacing: 0.02em; margin-bottom: 3px; text-transform: uppercase; } .mh-pdp .finish-bar-chips { display: flex; gap: 16px; flex-wrap: wrap; } .mh-pdp .bar-chip { display: flex; align-items: center; gap: 8px; color: #e8e0c8; letter-spacing: 0.01em; } .mh-pdp .bar-chip-dot { width: 16px; height: 16px; border-radius: 50%; border: 0.5px solid rgba(255,255,255,0.18); flex-shrink: 0; } /* Note card */ .mh-pdp .note-card { display: flex; gap: 12px; align-items: flex-start; padding: 15px 17px; margin-top: 1.2rem; background: var(--bg-warm); border: 0.5px solid var(--accent-bdr); border-left: 2.5px solid var(--brand-dark); border-radius: 8px; } .mh-pdp .note-card svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 1px; stroke: var(--brand-dark); stroke-width: 1.6; } .mh-pdp .note-card p { margin: 0; color: var(--text-mid); line-height: 1.6; } .mh-pdp .note-card strong { color: var(--brand-dark); font-weight: 600; } /* Features */ .mh-pdp .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .mh-pdp .feature-card { background: var(--bg-card); border: 0.5px solid var(--border); border-radius: 10px; padding: 22px 18px 20px; display: flex; flex-direction: column; } .mh-pdp .feature-icon-wrap { width: 40px; height: 40px; border-radius: 50%; background: var(--bg-warm); border: 0.5px solid var(--accent-bdr); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; } .mh-pdp .feature-icon-wrap svg { width: 18px; height: 18px; stroke: var(--brand-dark); stroke-width: 1.6; } .mh-pdp .feature-title { font-size: 15px !important; font-family: inherit !important; font-weight: 600 !important; color: var(--brand-dark) !important; text-transform: none !important; letter-spacing: -0.005em !important; line-height: 1.3 !important; margin: 0 0 8px !important; text-align: center !important; display: flex !important; align-items: center !important; justify-content: center !important; min-height: 2.6em; } .mh-pdp .feature-desc { color: var(--text-mid); line-height: 1.55; margin: 0; text-align: center; } /* Dimensions detail block */ .mh-pdp .dim-detail { background: var(--bg-card); border: 0.5px solid var(--border); border-radius: 12px; padding: 22px 24px; } .mh-pdp .dim-detail-row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 10px 0; border-bottom: 0.5px solid var(--border-lt); } .mh-pdp .dim-detail-row:last-child { border-bottom: 0; } .mh-pdp .dim-detail-key { color: var(--text-mid); letter-spacing: 0.01em; } .mh-pdp .dim-detail-val { font-weight: 600; color: var(--brand-dark); font-variant-numeric: tabular-nums; text-align: right; } /* Spec grid */ .mh-pdp .spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--border); border-radius: 12px; overflow: hidden; background: var(--bg-card); } .mh-pdp .spec-item { padding: 14px 18px; border-bottom: 0.5px solid var(--border-lt); display: flex; align-items: center; gap: 16px; } .mh-pdp .spec-item:nth-child(even) { background: var(--bg-softer); } .mh-pdp .spec-item:last-child { border-bottom: 0; } .mh-pdp .spec-key { font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--brand-dark); width: 180px; flex-shrink: 0; } .mh-pdp .spec-val { font-weight: 500; color: var(--text); } .mh-pdp .spec-val-dot { display: inline-flex; align-items: center; gap: 7px; margin-right: 16px; } .mh-pdp .spec-val-dot span.dot { width: 14px; height: 14px; border-radius: 50%; border: 0.5px solid rgba(62,39,35,0.12); flex-shrink: 0; display: inline-block; } /* Cert badges */ .mh-pdp .cert-badges-grid { display: inline-grid; grid-template-columns: repeat(2, auto); gap: 6px 6px; } .mh-pdp .cert-badge { font-weight: 500; color: var(--brand-dark); background: var(--accent-tint); border: 0.5px solid var(--accent-bdr); padding: 3px 11px; border-radius: 99px; text-align: center; white-space: nowrap; } /* Downloads — 4-col variant for this product */ .mh-pdp .dl-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; } .mh-pdp .dl-btn { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 22px 14px; border-radius: 10px; border: 0.5px solid var(--border); background: var(--bg-card); text-decoration: none; color: var(--brand-dark); font-weight: 600; text-align: center; transition: border-color 0.2s ease, background 0.2s ease; } .mh-pdp .dl-btn:hover { border-color: var(--brand-dark); background: var(--bg-warm); } .mh-pdp .dl-icon-wrap { width: 42px; height: 42px; border-radius: 50%; background: var(--bg-warm); border: 0.5px solid var(--accent-bdr); display: flex; align-items: center; justify-content: center; } .mh-pdp .dl-icon-wrap svg { width: 19px; height: 19px; stroke: var(--brand-dark); stroke-width: 1.6; fill: none !important; } .mh-pdp .dl-title { line-height: 1.3; letter-spacing: 0.01em; } .mh-pdp .dl-sub { font-weight: 600; color: var(--text-light); letter-spacing: 0.02em; text-transform: uppercase; margin-top: -2px; } /* FAQ */ .mh-pdp .faq-list { display: flex; flex-direction: column; gap: 8px; } .mh-pdp .faq-list details { background: var(--bg-card); border: 0.5px solid var(--border); border-radius: 10px; overflow: hidden; transition: border-color 0.2s ease; } .mh-pdp .faq-list details[open] { border-color: var(--accent-bdr); } .mh-pdp .faq-list summary { cursor: pointer; list-style: none; padding: 16px 18px; font-weight: 600; color: var(--brand-dark); display: flex; align-items: center; justify-content: space-between; gap: 14px; } .mh-pdp .faq-list summary::-webkit-details-marker { display: none; } .mh-pdp .faq-list summary::after { content: ''; width: 22px; height: 22px; border-radius: 50%; background: var(--bg-warm) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5l3 3 3-3' stroke='%233E2723' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/10px no-repeat; border: 0.5px solid var(--accent-bdr); flex-shrink: 0; transition: transform 0.25s ease; } .mh-pdp .faq-list details[open] summary::after { transform: rotate(180deg); } .mh-pdp .faq-a { padding: 0 18px 16px; color: var(--text-mid); line-height: 1.65; } /* Responsive */ @media (max-width: 600px) { .mh-pdp { padding: 22px 16px 10px; } .mh-pdp .features-grid { grid-template-columns: 1fr; } .mh-pdp .feature-title { min-height: 0; } .mh-pdp .dl-grid { grid-template-columns: repeat(2, 1fr); } .mh-pdp .spec-key { width: 130px; letter-spacing: 0.03em; } .mh-pdp .spec-item { padding: 12px 14px; gap: 10px; } .mh-pdp .finish-bar { padding: 16px 18px; } .mh-pdp .cert-badges-grid { grid-template-columns: 1fr; } .mh-pdp .dim-detail-row { flex-direction: column; gap: 2px; padding: 8px 0; } .mh-pdp .dim-detail-val { text-align: left; } } Product Video Overview The Renato Table Lamp draws on the quiet glamour of traditional American interiors — a fluted, gold-finished metal base carrying an opaque, striped glass shade. The proportions are deliberate: a short, columnar base lifts the shade just high enough to throw soft, dappled light across a console, side table, or nightstand. The faceted glass shade is the showpiece. Because it's opaque, light doesn't pass through the body of the shade — it escapes from the top and bottom edges and catches the ribbed, faceted surface, throwing distinctive patterns and shadows onto the surrounding walls. Look for similar pieces across our North American Houses, including the lounge at Brooklyn's DUMBO House. Signature Finish Metal base with gold finish · opaque striped glass shade Gold Opaque Striped Glass Product Highlights Fluted Gold Column A slender, classically proportioned base in warm gold metal — architectural detail without the bulk of a traditional table lamp. Opaque Striped Glass Shade Light exits top and bottom of the opaque, faceted shade — the ribbed surface throws striking patterns of light and shadow onto the surrounding walls. Heritage Glamour Drawn from the design language of classic American Houses — confident, unfussy, and at home in modern as easily as traditional rooms. Dimensions Fixture Height 42 cm / 16.5" Shade Diameter 30 cm / 11.8" Cord Length (with switch) 150 cm / 59" Details Light Source 1 × G9 base · 5W max (bulb not included) Dimming Compatible with dimmable G9 bulbs Switch Inline cord switch · 150 cm cord with plug Height × Diameter H 16.5" × D 11.8" / H 42 cm × D 30 cm Material Metal · Glass Body Finish Gold Shade Finish Opaque Striped Glass Mounting Plug-in · free-standing on flat surface Best For Bedside · console · accent table · entryway Certifications North America Australia Europe Middle East Manufacturer Resources Specification Sheet PDF Installation Sheet PDF Technical Drawing CAD 3D Files CAD / BIM Frequently Asked What kind of light does the faceted glass shade produce? Because the shade is opaque, light doesn't pass through the body of the glass — it escapes from the top and bottom openings and catches the ribbed, faceted surface, throwing a soft pattern of light and shadow on the wall behind and beside the lamp. The effect is most pronounced at night with the room's overhead lights off — the surrounding surfaces pick up a quiet, dappled texture. It's an accent piece more than a primary task light. Are bulbs included? What type do I need? Bulbs are not included. Renato uses one G9 capsule bulb, 5W maximum. We recommend a 2700K warm-white LED in this wattage class — the warm tone gives the most authentic accent feel against the gold base. For a slightly brighter accent, a 4–5W LED is the sweet spot — anything higher than 5W is not supported by the fixture. Where does Renato work best in a room? Renato is sized for bedside tables, consoles, accent tables, and entryways — anywhere a 16.5" tall, columnar lamp earns its place without overpowering the surface. The 11.8" shade diameter means you'll want at least 14–15" of clear surface around the base. It's not intended as a desk task light; the 5W bulb output is mood-grade rather than reading-grade. Is Renato dimmable? How do I dim it? Yes, the lamp accepts dimmable G9 bulbs. Because Renato uses an inline cord switch (on/off only), dimming requires either: (a) a dimmable bulb paired with a wall outlet on a dimmer circuit, or (b) a plug-in dimmer module placed between the cord plug and the wall outlet. Plug-in dimmers are widely available and typically support 3–150W loads. Does the cord switch work with any standard outlet? Yes — the lamp is plug-in only and works with any standard wall outlet for the destination market. The 150 cm (59") cord includes an inline rocker switch within easy reach, so you don't need a switched outlet or wall switch. Wiring is shipped configured for the destination region (NA, AU, EU, or ME) based on your delivery address. Where is Renato certified for use? Renato is compliant with electrical certifications for North America, Australia, Europe, and the Middle East. The plug type and voltage configuration are matched to the destination at the time of shipping.
More you might like
Related
118t Table Lamp
Related
118t Table Lamp
Related
1198 Lamp Table
Related