Cavella Plug In Pendant Light
.pdp { /* Cavella theme — olive green glass + warm brass */ --pdp-bg: #ffffff; --pdp-bg-card: #f6f7ec; --pdp-bg-deep: #e6ebcf; --pdp-border: #d4dcb4; --pdp-border-lt: #dde3c4; --pd p-accent: #6f7d2e; --pdp-accent-dk: #515c20; --pdp-accent-bg: #edf0d8; --pdp-accent-bdr: #b3bd78; --pdp-text: #20240f; --pdp-text-mid: #454d2a; --pdp-text-light: #868a6f; 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 a { color: var(--pdp-accent-dk); } .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-figure { border: 0.5px solid var(--pdp-border); border-radius: 14px; background: var(--pdp-bg-card); padding: 10px; margin-bottom: 12px; } .pdp .size-figure img { display: block; width: 100%; height: auto; border-radius: 10px; } .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: flex-start; 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; padding-top: 2px; } .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 .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 a.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-item { flex-direction: column; gap: 4px; } .pdp .spec-key { width: auto; } } Inspiration The Cavella comes out of mid-century pressed glass — the bottle-green tumblers and ashtrays that were moulded rather than blown, pattern and all, in one press. Here the pattern is a chevron cut into the wall of a small drum, deep enough that the glass refracts instead of simply tinting: switched on, the olive turns green-gold and throws that ridged pattern outward. Brass at the socket and a knurled turn-knob finish it the way a period fixture would, with the switch on the lamp rather than the wall. Key Features Chevron-Textured Green Glass Olive-green pressed glass with the chevron moulded into it — colored and textured through the glass, so it never wears off. Two Ways to Switch A brass turn-knob on the socket and an inline rocker on the cord — no wall switch involved, so use whichever is closer. Plug-In Swag, Two Hooks Included A 177″ braided cord and two ceiling hooks let you hang it anywhere and plug into a standard outlet — renter-friendly and fully reversible. Size & Fit One size: Ø5.9″ × H7.1″ (Ø15 × H18 cm). The small drum suits tight spots rather than a wide dining table — a single island end, a breakfast nook, a reading corner. Hang the bottom about 30–36″ (75–90 cm) above a counter, or 24–30″ (60–75 cm) above a nightstand. Specifications Materials & Finish Olive-green chevron pressed-glass drum shade · polished brass socket and hardware · brown braided cord Light Source 1 × E26 or E27 medium base · bulb included · max 40W incandescent or 12W LED equivalent · warm white 2700K recommended Cord & Plug 177″ (450 cm) brown braided cord, drapeable for a swag · standard US 2-prong polarized plug · 120V Switch Inline cord switch + on-fixture brass turn-knob · no wall switch needed In the Box Pendant fixture · 1 bulb · 2 ceiling swag hooks · mounting hardware Dimmable With a dimmable LED plus an inline dimmer cord — a wall dimmer won't control a plug-in fixture Care Wipe the glass with a soft cloth and glass cleaner — the chevron grooves hold dust, so dust often · dry cloth on brass, no polish · indoor dry locations only Design Style Mid-Century Vintage Eclectic Retro Warm Industrial Best For Bedside, breakfast nook, kitchen island end, reading corner · pairs with wood, leather, and warm metals Downloads Technical reference and styling guides for the Cavella Plug-In Pendant Light. Need a doc that's not listed? Email [email protected]. Spec Sheet Full product specs · PDF Installation Guide Swag hook setup · PDF Pending Care Guide Glass & brass · PDF Pending FAQ How does it install — do I need an electrician? No wiring, no electrician. Anchor one of the included hooks above where you want the shade, a second near the outlet, drape the braided cord through both to form the swag, and plug in. Switch it at the cord or the brass knob. Fully reversible, so it works in a rental. Is the bulb included, and what fits? Yes, a bulb is included. The socket takes an E26 or E27 medium base — the US standard screw size — up to 40W incandescent or 12W LED equivalent. A warm white 2700K LED suits the green glass best, and replacements are stocked anywhere. Is the glass really green, or is it painted? The color is in the glass, not painted or coated, and the chevron is pressed into the wall of the shade — so neither the olive tone nor the texture can wear or scratch off. Can I dim it? Yes, with two things: a dimmable LED bulb and a third-party inline dimmer cord between the plug and the outlet. A wall dimmer won't do anything here, since the fixture isn't wired into the wall. { "@context": "https://schema.org", "@type": "Product", "name": "Cavella Plug-In Pendant Light", "description": "Plug-in swag pendant with an olive-green chevron pressed-glass drum shade, polished brass socket and turn-knob switch. 1 x E26 or E27 medium base with a bulb included, max 40W. 177 inch braided cord, inline switch and two ceiling hooks, so no electrician is needed. Shade 5.9 inch diameter x 7.1 inch high. Indoor dry locations only.", "material": ["Glass", "Brass"], "color": "Olive green / brass", "size": "Dia 5.9\" x H7.1\" (15 x 18 cm)", "additionalProperty": [ { "@type": "PropertyValue", "name": "Light Source", "value": "1 x E26 or E27 medium base, bulb included, max 40W incandescent or 12W LED equivalent" }, { "@type": "PropertyValue", "name": "Power", "value": "Plug-in, 177 inch (450 cm) braided cord, US 2-prong polarized plug, 120V" }, { "@type": "PropertyValue", "name": "Switch", "value": "Inline cord switch plus on-fixture brass turn-knob" }, { "@type": "PropertyValue", "name": "In the Box", "value": "Pendant fixture, 1 bulb, 2 ceiling swag hooks, mounting hardware" }, { "@type": "PropertyValue", "name": "Location Rating", "value": "Indoor dry locations only" } ] } { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "How does it install - do I need an electrician?", "acceptedAnswer": { "@type": "Answer", "text": "No wiring and no electrician. Anchor one included hook above where you want the shade, a second near the outlet, drape the braided cord through both to form the swag, and plug in. Switch it at the cord or the brass knob. It is fully reversible, so it works in a rental." } }, { "@type": "Question", "name": "Is the bulb included, and what fits?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, a bulb is included. The socket takes an E26 or E27 medium base, the US standard screw size, up to 40W incandescent or 12W LED equivalent. A warm white 2700K LED suits the green glass best." } }, { "@type": "Question", "name": "Is the glass really green, or is it painted?", "acceptedAnswer": { "@type": "Answer", "text": "The color is in the glass rather than painted or coated, and the chevron is pressed into the wall of the shade, so neither the olive tone nor the texture can wear or scratch off." } }, { "@type": "Question", "name": "Can I dim it?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, with a dimmable LED bulb and a third-party inline dimmer cord between the plug and the outlet. A wall dimmer will not work, since the fixture is not wired into the wall." } } ] }
More you might like
Related
Cavella Plug In Wall Lamp
Related
Cavella Alabaster Plug In Wall Sconce
Related
Cavella 1 Light Mini Pendant Shown In Matte Black Finish Wit
Related