Corkelle Table Light
.pdp { --pdp-bg: #ffffff; --pdp-bg-card: #faf6ef; --pdp-bg-deep: #ece0cd; --pdp-border: #e0d3bd; --pdp-border-lt: #e8dcc8; --pdp-accent: #8a6f4f; --pdp-accent-dk: #5e4a31; --pdp-ac cent-lt: #b1936c; --pdp-accent-bg: #f1e8da; --pdp-accent-bdr: #bda079; --pdp-text: #2a211a; --pdp-text-mid: #5a4a3b; --pdp-text-light: #978674; 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; min-height: 44px; 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 { color: var(--pdp-accent); } .pdp .faq-list details[open] summary::after { content: '\2212'; } .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.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 Corkelle Table Light is a small table lamp with a turned walnut-wood base in a stacked ring shape, topped by a tapered cork shade with a natural mottled grain. A short brass stem links the wood base to the shade, and it stands 12.2″ (31 cm) tall on a 3.7″ (9.5 cm) base. It takes one E27 bulb — included, 16 W 3000K warm white — and the cork shade softens it into a warm glow. This small walnut table lamp works as a bedside lamp on a nightstand, a console accent, or a reading-corner light. Key Features Turned Walnut Stacked Base The rubberwood base is turned into stacked rings in a walnut finish — a rounded ridged column rather than a plain post. Natural Cork Shade The tapered shade is real cork with a mottled grain, so each shade carries its own markings and filters the bulb into a warm glow. Warm 3000K Bulb Included It ships with a 16 W E27 bulb in warm-white 3000K, so it lights up out of the box with a soft, warm tone. Product Size Overall Height12.2″ / 31 cm Shade Size5.9″ W × 6.7″ H / 15 × 17 cm Base Diameter3.7″ / 9.5 cm Light Source1 × E27 · 16 W · 3000K warm white BulbE27 · included Cord Length59″ / 150 cm MaterialsRubberwood base + cork shade ColorWalnut PlacementTabletop (plug-in) Good To Know ! Wood base + cork shade — indoor dry use only The base is solid rubberwood in a walnut finish and the shade is real cork, so the wood grain and the cork markings vary piece to piece — characteristic of natural materials, not defects. It ships with a 16 W E27 3000K warm-white bulb. Set it on a flat surface indoors and keep it out of damp areas like bathrooms. Specifications Fixture Type Table lamp Base Material Rubberwood (walnut finish) Shade Material Cork, tapered Color Walnut Light Source 1 × E27 · 16 W · 3000K warm white · bulb included Overall Height 12.2″ / 31 cm Shade Size 5.9″ W × 6.7″ H / 15 × 17 cm Base Diameter 3.7″ / 9.5 cm Cord Length 59″ / 150 cm Placement Tabletop (plug-in) · indoor dry locations only Design Style Vintage Mid-Century Japandi Farmhouse Walnut Use Case The Corkelle's cork shade and warm 3000K bulb cast a soft, diffused glow rather than bright task light, so it works as a bedside lamp on a nightstand, an accent lamp on a console or shelf, or a soft light in a reading corner. At 12.2″ (31 cm) tall with a 3.7″ (9.5 cm) base, it leaves room on a small nightstand for a book or a glass of water, and the 150 cm cord reaches an outlet nearby. The walnut stacked-ring wood base, brass stem, and cork shade give it a warm, mid-century look that suits bedrooms, living rooms, and Japandi or farmhouse interiors. Set it on a flat surface indoors and keep it out of damp areas. For custom requests, email [email protected]. FAQ What bulb does the Corkelle use, and is it included? It uses one E27 bulb and ships with a 16 W warm-white 3000K bulb included, so it lights up out of the box with a soft, warm tone. How big is it? It's 12.2″ (31 cm) tall with a 3.7″ (9.5 cm) base and a 5.9″ (15 cm) wide cork shade — compact enough for a nightstand, shelf, or console. What is it made of? The base is solid rubberwood in a walnut finish and the shade is real cork, joined by a short brass stem. The cord runs 59″ (150 cm). Will the wood and cork look exactly like the photo? The base is real wood and the shade is natural cork, so the grain and markings vary slightly piece to piece. That variation is characteristic of natural materials, not a defect. Where does it work best? Its small size and warm 3000K glow suit a bedside nightstand, a console, a shelf, or a reading corner in a bedroom or living room. Can I use it in a bathroom or outdoors? No — it's a wood-and-cork lamp rated for indoor, dry locations only. Keep it out of bathrooms and damp areas. Search Tags table lamp walnut table lamp cork table lamp wood table lamp small table lamp bedside table lamp nightstand lamp cork shade lamp for nightstand mid-century table lamp Japandi table lamp reading corner lamp Downloads Technical reference and care guides for the Corkelle Table Light. Spec Sheet Full Product Specs · PDF Pending Quick Start Setup & Bulb · PDF Pending Care Guide Wood & Cork · PDF Pending
More you might like
Related
Endon Lighting 67517 Dara Table USB Table Light
Related
Astro Ella Table Light Bronze Interior Table Light
Related
Hanging Pool Table Lights 98cm Billiards Table Light Island
Related